/* @tailwind base;
@tailwind components;
@tailwind utilities; */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-color: var(--swiper-theme-color);
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
:root {
  --swiper-pagination-color: var(--swiper-theme-color);
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #22b8d1;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --z-index-drawer: 5010 !important;
  --z-index-dropdown: 5020 !important;
  --z-index-sticky: 5030 !important;
  --z-index-fixed: 5040 !important;
  --z-index-filter: 5050 !important;
  --z-index-chat: 5060 !important;
  --z-index-modalBackground: 5070 !important;
  --z-index-modal: 5080 !important;
  --z-index-loadingModal: 5090 !important;
  --z-index-contextWraper: 5100 !important;
  --z-index-chat-notification: 5110 !important;
  --z-index-notification: 5120 !important;
  --z-index-popover: 5130 !important;
  --z-index-popoverZoomIn: 5140 !important;
  --z-index-tooltip: 5150 !important;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html,
body {
  height: auto;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.layout--grid {
  display: grid;
  grid-template-areas: "lenta-banner" "header" "main-content" "footer";
  grid-template-columns: 100%;
}
body.layout--grid .promobars {
  grid-area: lenta-banner;
}
body.layout--grid header {
  grid-area: header;
}
body.layout--grid main {
  grid-area: main-content;
}
body.layout--grid footer {
  grid-area: footer;
}
p {
  overflow-wrap: break-word;
}
abbr {
  border-bottom: 1px dotted #363636;
  cursor: help;
}
table {
  border-collapse: collapse;
}
iframe[name="google_conversion_frame"] {
  height: 0 !important;
}
svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
button {
  border: 0;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.sg-menu-wrapper {
  z-index: 10500 !important;
}
.sg-menu {
  z-index: 11000 !important;
}
@media screen and (max-width: 1199px), screen and (device-width: 1199px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media (orientation: landscape) {
  body.layout--grid {
    grid-template-rows: min-content auto auto;
  }
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    local("sans-serif-medium"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    local("sans-serif-medium"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins"), local("Poppins-Regular"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins"), local("Poppins-Regular"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"), local("sans-serif"),
    url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.field-label {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
.field-wrapper {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.field-wrapper--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.field-wrapper--focused {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.field-wrapper--show-validation + .validation,
.field-wrapper--focused + .validation {
  display: inline-flex;
}
.field-wrapper--success {
  border-color: #6acb4c;
}
.field-wrapper--error {
  border-color: #f54545;
}
.field-wrapper--warning {
  border-color: #ee9629;
}
.input-wrapper--hint .input {
  border-color: #c2c2c2;
}
.dropdown {
  appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxmlversion='1.0'encoding='UTF-8'%3F%3E%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0017.0539.95'%3E%3Cpathfill='%234343F0FF'd='M8.529,9.95c-.375,0-.735-.15-1-.416L.416,2.426c-.555-.555-.555-1.455,0-2.01C.971-.139,1.871-.139,2.426,.416l6.1,6.1L14.626,.416c.555-.555,1.455-.555,2.01,0,.555,.555,.555,1.455,0,2.01l-7.101,7.108c-.267,.267-.629,.417-1.006,.416Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.8rem;
}
.textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.field {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #807d7d;
  color: #363636;
}
.field::placeholder {
  font-style: italic;
  font-weight: 400;
  color: #807d7d;
}
.field:focus {
  box-shadow: none;
  outline: 0;
}
.field:disabled,
.field:disabled::placeholder {
  background-color: field;
  cursor: not-allowed;
  border-color: rgba(118, 118, 118, 0.3);
}
.field:read-only,
.field:read-only::placeholder {
  background-color: inherit;
}
.field::-webkit-outer-spin-button,
.field::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.field[type="number"] {
  appearance: textfield;
}
.field::-ms-clear {
  display: none;
}
.field-wrapper--s .field {
  font-size: 1.2rem;
}
.field-wrapper--s .field:not(.textarea) {
  height: 40px;
}
.field-wrapper--m .field {
  font-size: 1.6rem;
}
.field-wrapper--m .field:not(.textarea) {
  height: 60px;
}
.field-wrapper--xl .field {
  font-size: 1.8rem;
}
.field-wrapper--xl .field:not(.textarea) {
  height: 70px;
}
.checkbox {
  width: 18px;
  height: 18px;
  margin-top: -3px;
  margin-right: 1rem;
  vertical-align: middle;
}
.validation {
  border-radius: 16px;
  margin-bottom: 3rem;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.validation svg {
  width: 32px;
  height: 32px;
}
.validation strong:first-of-type {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.validation ul {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #807d7d;
}
.validation ul li {
  position: relative;
  padding-left: 1rem;
}
.validation ul li::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 1rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.validation--input {
  display: none;
  position: absolute;
  left: 0;
  z-index: var(--z-index-notification);
  margin-top: -13px;
  padding: 2rem 1rem 1rem 1rem;
  width: 100%;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.4rem;
  line-height: 16px;
}
.validation--warning {
  border-left: 3px solid #ee9629;
}
.validation--warning svg * {
  fill: #ee9629;
}
.validation--warning strong {
  color: #ee9629;
}
.validation--warning ul li::after {
  background-color: #ee9629;
}
.validation--error {
  border-left: 3px solid #f54545;
}
.validation--error svg * {
  fill: #f54545;
}
.validation--error strong {
  color: #f54545;
}
.validation--error ul li::after {
  background-color: #f54545;
}
.validation--notices {
  background: #f54545;
  z-index: 35;
  margin-top: -2rem;
  padding: 3rem 2rem 1rem;
  width: 100%;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 16px;
}
.bg-validation--success {
  background-color: #6acb4c;
}
.bg-validation--error {
  background-color: #f54545;
}
.bg-validation--warning {
  background-color: #ee9629;
}
.bg-validation--hint {
  background-color: #c2c2c2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #363636;
}
img {
  display: table;
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}
.object-fit-none {
  object-fit: none;
}
[data-src] {
  visibility: hidden;
}
[data-src][src] {
  visibility: inherit;
}
input,
textarea,
select {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
a {
  color: #4343f0;
  word-break: break-word;
  text-decoration: none;
}
dl,
dt,
dd,
ul {
  list-style: none;
}
ol {
  padding: 0 0 0 2rem;
}
.grid {
  display: grid;
  align-self: stretch;
}
.grid * {
  min-width: 0;
}
.grid--tp-row-auto-1 {
  grid-template-rows: auto 1fr;
}
.grid--tp-icon-text {
  grid-template-columns: 96px auto;
}
.grid--autoflow-row {
  grid-auto-flow: row;
}
.grid--autoflow-column {
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.grid--gap-none {
  grid-gap: 0;
}
.grid--gap-xs {
  grid-gap: 0.5rem;
}
.grid--gap-s {
  grid-gap: 1rem;
}
.grid--gap-m {
  grid-gap: 2rem;
}
.grid--gap-l {
  grid-gap: 3rem;
}
.grid--gap-xl {
  grid-gap: 4rem;
}
.grid--gap-xxl {
  grid-gap: clamp(2rem, 3vw, 6rem);
  grid-row-gap: 6rem;
}
.grid--gap-xxxl {
  grid-gap: clamp(4rem, 8vw, 12rem);
}
@media (min-width: 425px), screen and (device-width: 425px) {
  .grid--xxs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--xxs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xxs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xxs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xxs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--xxs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--xxs-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--xxs-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--xxs-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--xxs-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--xxs-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--xxs-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--xxs-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--xxs-14 {
    grid-template-columns: repeat(14, 1fr);
  }
}
@media (min-width: 768px), screen and (device-width: 768px) {
  .grid--sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--sm-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--sm-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--sm-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--sm-col-1-span-3 {
    grid-column: 1 / span 3;
  }
  .grid--sm-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--sm-col-2-span-3 {
    grid-column: 2 / span 3;
  }
  .grid--sm-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--sm-col-3-span-3 {
    grid-column: 3 / span 3;
  }
  .grid--sm-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--sm-col-4-span-3 {
    grid-column: 4 / span 3;
  }
  .grid--sm-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--sm-col-5-span-3 {
    grid-column: 5 / span 3;
  }
  .grid--sm-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--sm-col-6-span-3 {
    grid-column: 6 / span 3;
  }
  .grid--sm-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--sm-col-7-span-3 {
    grid-column: 7 / span 3;
  }
  .grid--sm-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--sm-col-8-span-3 {
    grid-column: 8 / span 3;
  }
  .grid--sm-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--sm-col-9-span-3 {
    grid-column: 9 / span 3;
  }
  .grid--sm-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--sm-col-10-span-3 {
    grid-column: 10 / span 3;
  }
  .grid--sm-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--sm-col-11-span-3 {
    grid-column: 11 / span 3;
  }
  .grid--sm-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--sm-col-12-span-3 {
    grid-column: 12 / span 3;
  }
  .grid--sm-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--sm-col-13-span-3 {
    grid-column: 13 / span 3;
  }
  .grid--sm-col-14-span-2 {
    grid-column: 14 / span 2;
  }
  .grid--sm-col-14-span-3 {
    grid-column: 14 / span 3;
  }
  .grid--auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  .grid--tp-column-auto-2 {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1024px), screen and (device-width: 1024px) {
  .grid--m-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--m-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--m-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--m-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--m-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--m-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--m-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--m-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--m-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--m-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--m-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--m-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--m-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--m-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--m-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--m-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--m-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--m-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--m-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--m-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--m-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--m-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--m-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--m-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--m-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--m-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--m-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--m-col-14-span-2 {
    grid-column: 14 / span 2;
  }
  .hero__content--tpl {
    grid-template-columns: 55% 1fr;
  }
  .grid--m-tpl-column-img-text {
    grid-template-columns: 160px 1fr;
  }
}
@media (min-width: 1200px), screen and (device-width: 1200px) {
  .grid--lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--lg-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--lg-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--lg-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--lg-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--lg-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--lg-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--lg-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--lg-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--lg-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--lg-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--lg-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--lg-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--lg-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--lg-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--lg-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--lg-col-14-span-2 {
    grid-column: 14 / span 2;
  }
  .hero__content--lg-tpl-promo-center {
    grid-template-columns: minmax(auto, 300px) 1fr minmax(auto, 300px);
  }
}
@media (min-width: 1400px), screen and (device-width: 1400px) {
  .grid--xlg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--xlg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xlg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xlg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xlg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--xlg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--xlg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--xlg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--xlg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--xlg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--xlg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--xlg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--xlg-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--xlg-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--xlg-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--xlg-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--xlg-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--xlg-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--xlg-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--xlg-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--xlg-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--xlg-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--xlg-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--xlg-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--xlg-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--xlg-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--xlg-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--xlg-col-14-span-2 {
    grid-column: 14 / span 2;
  }
}
@media (max-width: 767px), screen and (device-width: 767px) {
  .grid--xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--xs-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--xs-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--xs-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--xs-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--xs-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--xs-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--xs-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--xs-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--xs-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--xs-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--xs-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--xs-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--xs-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--xs-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--xs-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--xs-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--xs-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--xs-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--xs-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--xs-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--xs-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--xs-col-14-span-2 {
    grid-column: 14 / span 2;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  min-width: 0;
  max-width: 100%;
}
.flex--direction-row {
  flex-direction: row;
}
.flex--direction-column {
  flex-direction: column;
}
.flex--direction-row-reverse {
  flex-direction: row-reverse;
}
.flex--direction-column-reverse {
  flex-direction: column-reverse;
}
.flex--justify-flex-start {
  justify-content: flex-start;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-flex-end {
  justify-content: flex-end;
}
.flex--justify-space-between {
  justify-content: space-between;
}
.flex--justify-space-around {
  justify-content: space-around;
}
.flex--justify-space-evenly {
  justify-content: space-evenly;
}
.flex--justify-self-flex-start {
  justify-self: flex-start;
}
.flex--justify-self-center {
  justify-self: center;
}
.flex--justify-self-flex-end {
  justify-self: flex-end;
}
.flex--justify-self-baseline {
  justify-self: baseline;
}
.flex--justify-self-stretch {
  justify-self: stretch;
}
.flex--align-flex-start {
  align-items: flex-start;
}
.flex--align-center {
  align-items: center;
}
.flex--align-flex-end {
  align-items: flex-end;
}
.flex--align-baseline {
  align-items: baseline;
}
.flex--align-stretch {
  align-items: stretch;
}
.flex--align-self-flex-start {
  align-self: flex-start;
}
.flex--align-self-center {
  align-self: center;
}
.flex--align-self-flex-end {
  align-self: flex-end;
}
.flex--align-self-baseline {
  align-self: baseline;
}
.flex--align-self-stretch {
  align-self: stretch;
}
.flex--flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex--flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex--margin-start-right {
  margin-right: auto;
}
.flex--margin-start-top {
  margin-bottom: auto;
}
.flex--gap-none {
  gap: 0;
}
.flex--gap-s {
  gap: 1rem;
}
.flex--gap-m {
  gap: 2rem;
}
.flex--gap-l {
  gap: 3rem;
}
.flex--gap-xl {
  gap: 4rem;
}
.flex--gap-xxl {
  gap: clamp(2rem, 3vw, 6rem);
  column-gap: 6rem;
}
.flex--gap-xxxl {
  gap: clamp(4rem, 8vw, 12rem);
}
@media (max-width: 1023px), screen and (device-width: 1023px) {
  .flex--basis-row-1023 {
    flex-basis: 100%;
  }
}
@media (max-width: 767px), screen and (device-width: 767px) {
  .flex--basis-row-767 {
    flex-basis: 100%;
  }
}
.wrapper {
  display: grid;
  grid-row-gap: 8vh;
  grid-template-columns: 1fr clamp(320px, 1500px, 100%) 1fr;
}
.wrapper section.wrapper__section:first-of-type {
  padding-top: 8vh;
}
.wrapper section.wrapper__section:last-of-type {
  padding-bottom: 8vh;
}
.wrapper__section {
  grid-column: 2;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wrapper__section--over-hidden {
  overflow: hidden;
}
.wrapper__section__gap-none {
  margin-top: -8vh;
}
.full-bleed-wrap,
.full-bleed {
  position: relative;
  grid-column: 1 / -1;
}
.full-bleed-wrap + .full-bleed,
.full-bleed + .full-bleed {
  margin-top: -8vh;
  margin-bottom: auto;
  padding: 0;
}
.full-bleed--over-hidden {
  overflow: hidden;
}
.promomanager {
  position: fixed;
  bottom: 0;
  right: 50px;
  padding: 2rem;
  background: #eee;
  text-align: left;
  border-radius: 16px 16px 0 0;
  z-index: 10000;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.promomanager > a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  padding: 1rem 0;
  text-transform: uppercase;
}
.promomanager > a:hover {
  text-decoration: none;
}
.promomanager .loader {
  display: none;
}
.promomanager .loader > img {
  margin: 2rem auto;
  width: 60px;
}
.promomanager > div {
  display: none;
  bottom: 0;
  right: 200px;
  width: 300px;
  margin: 2rem 0 0;
  text-align: left;
}
.promomanager > div > div {
  margin: 2rem 0 0;
}
.promomanager > div label {
  color: #363636;
  float: none;
  margin: 0;
  line-height: 2em;
  font-weight: 700;
  font-size: 12px;
}
.promomanager > div .field {
  width: 100%;
  padding: 1rem;
  border-radius: 6px;
}
.fit-wide {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 8vh;
  padding-bottom: 8vh;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wrap {
  position: relative;
  margin: 0 auto;
}
.wrap--fit {
  width: fit-content;
}
.wrap--xxs {
  max-width: 360px;
}
.wrap--xs {
  max-width: 640px;
}
.wrap--s {
  max-width: 920px;
}
.wrap--m {
  max-width: 1200px;
}
.wrap--l {
  max-width: 1600px;
}
.wrap--closure-graphic {
  width: 100%;
}
.wrap--closure-graphic-xxs {
  max-width: 260px;
}
.wrap--closure-graphic-xs {
  max-width: 460px;
}
@media screen and (min-width: 1200px), screen and (device-width: 1200px) {
  .wrapper__section,
  .fit-wide {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.density-w--s {
  padding-left: 1rem;
  padding-right: 1rem;
}
.density-w--m {
  padding-left: 2rem;
  padding-right: 2rem;
}
.density-w--l {
  padding-left: 3rem;
  padding-right: 3rem;
}
.density-w--xl {
  padding-left: 4rem;
  padding-right: 4rem;
}
.density-w--xxl {
  padding-left: clamp(4rem, 2vw, 6rem);
  padding-right: clamp(4rem, 2vw, 6rem);
}
.density-w--xxxl {
  padding-left: clamp(4rem, 8vw, 12rem);
  padding-right: clamp(4rem, 8vw, 12rem);
}
.density-h--s {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.density-h--m {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.density-h--l {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.density-h--xl {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.density-h--xxl {
  padding-bottom: clamp(3rem, 4vw, 6rem);
  padding-top: clamp(3rem, 4vw, 6rem);
}
.density-h--xxxl {
  padding-bottom: clamp(4rem, 8vw, 12rem);
  padding-top: clamp(4rem, 8vw, 12rem);
}
.density-bot--m {
  padding-bottom: 2rem;
}
.density-bot--l {
  padding-bottom: 3rem;
}
.density-bot--xl {
  padding-bottom: 4rem;
}
.density-bot--xxl {
  padding-bottom: 6rem;
}
.density-right--m {
  padding-right: 2rem;
}
.density-right--l {
  padding-right: 3rem;
}
.density-right--xl {
  padding-right: 4rem;
}
.density-top--m {
  padding-top: 2rem;
}
.density-top--l {
  padding-top: 3rem;
}
.density-top--xl {
  padding-top: 4rem;
}
.density-top--xxl {
  padding-top: clamp(3rem, 4vw, 6rem);
}
@media screen and (max-width: 1023px), screen and (device-width: 1023px) {
  .density-left--m--1023 {
    padding-left: 2rem;
  }
  .density-left--l--1023 {
    padding-left: 3rem;
  }
}
.header {
  z-index: 1;
  position: relative;
  min-height: 80px;
  background: #dfecfc;
}
.header .fit-wide {
  padding-top: 0;
  padding-bottom: 0;
}
.header-content {
  position: relative;
  padding-top: 2rem;
  display: grid;
  grid-gap: clamp(0.5rem, 0.8vw, 2rem);
  align-items: center;
}
.header-logo a {
  position: relative;
  display: flex;
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.header__logo-size {
  height: 32px;
  display: flex;
  gap: 16px;
  align-items: center;
  width: min(34vw, 16.6rem);
}
.header__logo-size img {
  height: 100%;
  width: auto;
}
.text_logo {
  font-size: 24px;
  font-weight: 700;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .header-logo a {
      display: inline-block;
      max-width: 158px;
    }
  }
}
.header-help__content {
  position: relative;
  display: flex;
  gap: 1px;
  align-items: center;
  justify-content: flex-end;
}
.header-help__channel:hover,
.header-help__channel:focus-within {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #fff;
}
.header-help__channel.context:hover form,
.header-help__channel.context:focus-within form {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}
.header-help__channel > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 min(1vw, 2rem);
  min-width: 104px;
  height: 60px;
  color: #363636;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.2vw, 2rem);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}
.header-help__channel form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 6rem;
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  text-align: center;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.header-help__channel form .main-call {
  padding: 1rem;
}
.header-help__channel--chat {
  display: none;
}
.header-help__lang-list .selected {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 min(2.4vw, 3rem) 0 min(1.2vw, 2rem);
  height: 60px;
  color: #363636;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.2vw, 2rem);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  transition: none !important;
}
.header-help__lang-list .selected:after {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  transform: rotate(90deg);
}
.header-help__lang-list .selected:hover,
.header-help__lang-list .selected:focus-within,
.header-help__lang-list .selected.active {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #fff;
}
.header-help__lang-list .selected.active:after {
  transform: rotate(270deg) !important;
}
.header-help__lang-option {
  color: #363636;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: block;
}
.header-help__lang-option:hover,
.header-help__lang-option:focus-within {
  background-color: #f7f2fc;
}
.header-help__lang-option--selected {
  background-color: #f7f2fc;
}
.header-content__partner {
  justify-content: space-between;
}
.header-content__partner .header-logo a {
  height: 32px;
  bottom: auto;
}
@media screen and (min-width: 1200px), screen and (device-width: 1200px) {
  .header-content {
    grid-template-columns: auto 1fr auto;
  }
}
@media screen and (min-width: 768px), screen and (device-width: 768px) {
  .header-logo {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header-logo a {
    bottom: 4px;
  }
  .header-help__channel--chat {
    position: relative;
  }
  .header-help__channel form {
    left: 0;
    right: 0;
    width: max-content;
    max-width: inherit;
  }
  .header-help__lang-option {
    padding: 1rem 2rem;
  }
  .header-help__lang-option-short {
    display: none;
  }
}
@media screen and (max-width: 1199px), screen and (device-width: 1199px) {
  .header {
    z-index: 999;
    position: sticky;
    top: 0;
  }
  .header-content {
    grid-template-columns: max-content auto max-content;
  }
}
@media screen and (max-width: 767px), screen and (device-width: 767px) {
  .header-help__content {
    position: initial;
  }
  .header-help__channel {
    border-radius: 16px;
  }
  .header-help__channel > a {
    padding: inherit;
    min-width: 40px;
    height: 40px;
  }
  .header-help__channel > a span {
    display: none;
  }
  .header-help__channel form {
    top: 60px;
    right: 15px;
    border-top-left-radius: 16px;
  }
  .header-help__channel form:before {
    content: "";
    position: absolute;
    top: -20px;
    right: min(6vw, 3rem);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 2rem solid #fff;
  }
  .header-content__partner {
    justify-content: center;
  }
  .header-help__lang .selected {
    padding: 0 2rem 0 1rem;
    height: 40px;
  }
  .header-help__lang .selected span {
    display: none;
  }
  .header-help__lang-option {
    padding: 1rem;
    text-align: center;
  }
  .header-help__lang-option-long {
    display: none;
  }
}
@media screen and (min-width: 1200px),
  screen and (device-width: 1200px) and (orientation: portrait) {
  .header__burger {
    display: none;
  }
  .header__nav input[type="checkbox"] {
    display: none;
  }
  .main-dropdown {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1px;
  }
  .main-dropdown .first-list {
    display: none;
  }
  .main-dropdown > li:hover,
  .main-dropdown > li:focus-within {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #fff;
  }
  .main-dropdown > li:hover > div,
  .main-dropdown > li:focus-within > div {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .main-dropdown > li > label,
  .main-dropdown > li > a {
    padding-left: min(1vw, 2rem);
    padding-right: min(1vw, 2rem);
    height: 60px;
    color: #363636;
    line-height: 5.6rem;
    font-weight: 700;
    font-size: clamp(1.6rem, 1.2vw, 2rem);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
  .main-dropdown > li > label {
    pointer-events: none;
  }
  .main-dropdown > li > div {
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 16px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  }
  .main-dropdown > li > div .standard-dropdown a {
    position: relative;
    width: 100%;
    padding: min(1.5vw, 3rem);
    gap: 1rem;
    flex-direction: column;
    background: #fff;
    color: #363636;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .main-dropdown > li > div .standard-dropdown a:hover {
    border-radius: 16px;
    background-color: #f7f2fc;
  }
  .main-dropdown > li > div .standard-dropdown a h4 {
    font-size: min(1.6vw, 2.2rem);
    line-height: min(2.4vw, 3rem);
    text-transform: capitalize;
  }
  .main-dropdown > li > div .standard-dropdown a p {
    font-size: 1.6rem;
    color: #807d7d;
  }
  .main-dropdown > li > div .webhosting__dropdown,
  .main-dropdown > li > div .ourtechnologies__dropdown,
  .main-dropdown > li > div .aboutus__dropdown {
    margin: 0 auto;
    padding: 3rem;
  }
  .main-dropdown > li > div .webhosting__dropdown h4 {
    word-spacing: 100vw;
  }
  .main-dropdown > li .webhosting {
    max-width: 1400px;
  }
  .main-dropdown > li .ourtechnologies {
    max-width: 580px;
  }
  .main-dropdown > li .aboutus {
    max-width: 1120px;
  }
  .main-dropdown .header__nav__tab label {
    position: relative;
  }
  .main-dropdown .header__nav__tab label svg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px),
  screen and (device-width: 768px) and (device-width: 1199px) {
  .header__burger {
    top: 10px;
  }
}
@media screen and (max-width: 1199px),
  screen and (device-width: 1199px) and (orientation: portrait) {
  .header__burger {
    z-index: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
  }
  .header__mobile-nav-btn {
    z-index: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    color: #363636;
    transition: transform 0.3s 0.4s;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0 1rem;
    cursor: pointer;
  }
  .header__mobile-nav-btn span {
    display: block;
    position: relative;
    width: 100%;
    margin-top: -3px;
  }
  .header__mobile-nav-btn span + span {
    margin-top: 7px;
  }
  .header__mobile-nav-btn span::before,
  .header__mobile-nav-btn span::after {
    content: "";
    position: absolute;
    top: 0;
    background: currentColor;
    width: 50%;
    height: 3px;
    transition: 0.25s cubic-bezier(0.6, 0, 0.3, 1);
    transform-origin: center center;
  }
  .header__mobile-nav-btn span::before {
    left: 0;
    border-radius: 2px 0 0 2px;
  }
  .header__mobile-nav-btn span::after {
    right: 0;
    border-radius: 0 2px 2px 0;
  }
  .header__nav {
    opacity: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    top: 20px;
    padding-top: 1rem;
    padding-bottom: 8rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    transition: transform 200ms, linear width 200ms, opacity 200ms;
    transform: translate(-230px, 40px);
    background: #fff;
    height: calc(100vh - 40px);
  }
  .header__nav input[type="checkbox"] {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    opacity: 0;
    cursor: pointer;
  }
  .main-dropdown {
    flex-direction: column;
  }
  .main-dropdown > li {
    position: relative;
  }
  .main-dropdown > li > label,
  .main-dropdown > li > a {
    padding-left: 2rem;
    column-gap: 1rem;
    height: 40px;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #363636;
    text-decoration: none;
  }
  .main-dropdown > li .standard-dropdown li {
    height: 40px;
  }
  .main-dropdown > li .standard-dropdown li a {
    padding: 0 1rem 0 3rem;
  }
  .main-dropdown > li .standard-dropdown li a h4 {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 4rem;
    color: #363636;
  }
  .main-dropdown > li .standard-dropdown li a .desktop-icon,
  .main-dropdown > li .standard-dropdown li a p {
    display: none;
  }
  .main-dropdown > li .webhosting,
  .main-dropdown > li .ourtechnologies,
  .main-dropdown > li .aboutus {
    display: none;
    opacity: 0;
    height: 0;
  }
  .main-dropdown .header__nav__tab svg {
    position: absolute;
    top: 15px;
    right: 2rem;
    width: 12px;
    height: 12px;
  }
  .main-dropdown .header__nav__tab svg * {
    fill: #807d7d;
  }
  #trigger:checked ~ .header__mobile-nav-btn {
    color: #363636;
    background: #fff;
  }
  #trigger:checked ~ .header__mobile-nav-btn span:nth-of-type(1)::before {
    transform: translate3d(2px, 4px, 0) rotate(45deg);
  }
  #trigger:checked ~ .header__mobile-nav-btn span:nth-of-type(1)::after {
    transform: translate3d(-2px, 4px, 0) rotate(-45deg);
  }
  #trigger:checked ~ .header__mobile-nav-btn span:nth-of-type(2)::before {
    transform: translateX(-100%);
    opacity: 0;
  }
  #trigger:checked ~ .header__mobile-nav-btn span:nth-of-type(2)::after {
    transform: translateX(100%);
    opacity: 0;
  }
  #trigger:checked ~ .header__mobile-nav-btn span:nth-of-type(3)::before {
    transform: translate3d(2px, -4px, 0) rotate(-45deg);
  }
  #trigger:checked ~ .header__mobile-nav-btn span:nth-of-type(3)::after {
    transform: translate3d(-2px, -4px, 0) rotate(45deg);
  }
  #trigger:checked ~ .header__nav {
    opacity: 1;
    width: 230px;
    border-top-right-radius: 16px;
    transition: transform 150ms, linear width 150ms;
    transform: translate(-3rem, 4rem);
  }
  #trigger-hosting:checked ~ .webhosting,
  #trigger-hosting:checked ~ .ourtechnologies,
  #trigger-hosting:checked ~ .aboutus,
  #trigger-technologies:checked ~ .webhosting,
  #trigger-technologies:checked ~ .ourtechnologies,
  #trigger-technologies:checked ~ .aboutus,
  #trigger-aboutus:checked ~ .webhosting,
  #trigger-aboutus:checked ~ .ourtechnologies,
  #trigger-aboutus:checked ~ .aboutus {
    display: block;
    opacity: 1;
    height: auto;
  }
}
.footer {
  position: relative;
  background: #dfecfc;
}
.footer__content__links a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #363636;
  text-decoration: none;
}
.footer__content__links a:hover {
  text-decoration: underline;
}
.footer__content__blog a {
  text-decoration: none;
}
.footer__content__blog a:hover {
  text-decoration: underline;
}
.footer__content__blog ul li {
  font-size: 1.6rem;
  color: #363636;
}
.companylocation {
  position: relative;
}
.companylocation .icon {
  display: block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #363636;
  padding: 0 2.5rem;
}
.companylocation .icon.es {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px 9px;
}
.companylocation .icon.uk {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px -22px;
}
.companylocation .icon.us {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px -53px;
}
.companylocation .icon.ww {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px -84px;
}
.companylocation .icon.eu {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px -115px;
}
.companylocation .icon.br {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px -146px;
}
.companylocation .icon.it {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px -177px;
}
.companylocation .icon.au {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px -208px;
}
.companylocation .icon.la {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)
    no-repeat 5px -239px;
}
.companylocation .icon.de {
  background: url(/img/sprites/flags-footer_ee9a939-829c5c2.png)) no-repeat 5px -270px;
}
.companylocation .icon#choosen {
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.companylocation .icon#choosen:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid #4343f0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: 10px;
  right: 6px;
}
.companylocation .locations {
  display: none;
  position: absolute;
  bottom: -4px;
  padding: 0 0 3rem 0;
  background: #fff;
  border-radius: 10px;
  z-index: 4;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  min-width: -moz-available;
  min-width: -webkit-fill-available;
}
.companylocation .locations li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.companylocation .locations li a {
  display: block;
  text-align: left;
  text-decoration: none;
}
.companylocation .locations li a:hover {
  background-color: #c6d4f4;
}
.companylocation .locations li:first-child a:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.companylocation.active ul,
.companylocation:focus-within ul {
  display: block;
}
.footer__region__payments {
  position: relative;
}
.footer__region__payments ul li {
  height: 22px;
  border: 0;
  margin: 0 2px 0 0;
  width: 34px;
  background: #c6d4f4;
  text-align: center;
  padding: 0;
}
.footer__region__payments ul li#footer_Amex_icon {
  width: 22px;
  padding: 0;
}
.footer__region__payments ul li:first-child {
  padding: 3px;
}
.footer__bottom__pp li + li {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #4343f0;
}
.footer__bottom__socials a {
  padding: 1rem;
  width: 56px;
  height: 56px;
  transition: opacity 0.15s linear;
}
.footer__bottom__socials a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px), screen and (device-width: 767px) {
  .flex--wrap-column-center-767 {
    flex-direction: column;
    align-items: center;
  }
  .footer__content__links a {
    line-height: 5rem;
  }
}
.bg {
  position: relative;
}
.bg--img-support {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #363636;
  background-size: cover;
}
.bg--img-support.lazyloaded {
  background-image: url(https://www.siteground.com/img/blocks/backgrounds/support-3bff3c1.jpg);
}
.bg--img-sg-shape {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #4343f0;
  background-size: cover;
}
.bg--img-sg-shape.lazyloaded {
  background-image: url(https://www.siteground.com/img/svg/blocks/backgrounds/bg_hypnotic.svg);
}
.bg--img-advanced-support {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #363636;
  background-size: cover;
}
.bg--img-advanced-support.lazyloaded {
  background-image: url(https://www.siteground.com/img/blocks/backgrounds/support_advanced-3bff3c1.jpg);
}
.bg--trans-chessboard {
  background-repeat: repeat;
  background-size: 2.5rem;
  background-color: rgba(150, 150, 150, 0.3);
}
.bg--trans-chessboard.lazyloaded {
  background-image: url(https://www.siteground.com/img/svg/blocks/backgrounds/bg_trans_chessboard.svg);
}
.bg--color-transparent {
  background-color: transparent;
}
.bg--color-black {
  background-color: #000;
}
.bg--color-white {
  background-color: #fff;
}
.bg--color-red-light {
  background-color: #f2cece;
}
.bg--color-logo-green {
  background-color: #96cb4c;
}
.bg--color-logo-black {
  background-color: #333230;
}
.bg--color-body {
  background-color: #f7f5eb;
}
.bg--color-pri {
  background-color: #4343f0;
}
.bg--color-pri-lightest {
  background-color: #ebe9fa;
}
.bg--color-sec {
  background-color: #98b7ff;
}
.bg--color-sec-light {
  background-color: #c6d4f4;
}
.bg--color-sec-lighter,
.bg--color-premium {
  background-color: #dfecfc;
}
.bg--color-sec-lightest {
  background-color: #f5f6fa;
}
.bg--color-sec-darkest {
  background-color: #0d1939;
}
.bg--color-royal {
  background-color: #d1a3f5;
}
.bg--color-royal-darkest {
  background-color: #432667;
}
.bg--color-royal-dark {
  background-color: #9b50d7;
}
.bg--color-royal-light,
.bg--color-geeky {
  background-color: #eee0fa;
}
.bg--color-royal-lightest {
  background-color: #f7f2fc;
}
.bg--color-mint {
  background-color: #9bf79e;
}
.bg--color-mint-light {
  background-color: #cef2cf;
}
.bg--color-mint-lightest {
  background-color: #eafaeb;
}
.bg--color-sky {
  background-color: #c7ecef;
}
.bg--color-leaf {
  background-color: #81eaba;
}
.bg--color-lemon {
  background-color: #ffe888;
}
.bg--color-lemon-light {
  background-color: #fffb76;
}
.bg--color-aquamarine {
  background-color: #5affa8;
}
.bg--color-edgewater {
  background-color: #c5e2e0;
}
.bg--color-blackknight {
  background-color: #010b19;
}
.bg--color-cyan {
  background-color: #18fff8;
}
.bg--filter-grayscale {
  filter: grayscale(1);
}
.bg--color-red-to-pri {
  background: -webkit-linear-gradient(0, #ff1526 20%, #4343f0);
}
.bg--color-cyan-to-pri {
  background: -webkit-linear-gradient(0, #18fff8 20%, #4343f0);
}
@media screen and (max-width: 1023px), screen and (device-width: 1023px) {
  .bg--img-half-size {
    height: 50vh;
  }
}
.border--radius-circle {
  border-radius: 50%;
}
.border--radius-half {
  border-radius: 50vh;
}
.border--radius-large {
  border-radius: 16px;
}
.border--top-solid {
  border-top: 1px solid #807d7d;
}
.border--right-solid {
  border-right: 1px solid #807d7d;
}
.border--bottom-solid {
  border-bottom: 1px solid #807d7d;
}
.border--left-solid {
  border-left: 1px solid #807d7d;
}
.border--solid-dark-1 {
  border: 1px solid #807d7d;
}
.border--solid-pri-1 {
  border: 1px solid #4343f0;
}
.border--solid-sec-light-2 {
  border: 2px solid #c6d4f4;
}
.border--solid-pri-2 {
  border: 2px solid #4343f0;
}
.border--bottom-dashed {
  border-bottom: 1px dashed #807d7d;
}
.border--gradient-red-to-pri {
  background: linear-gradient(#000, #000) padding-box,
    linear-gradient(140deg, #ff1526 33%, #4343f0) border-box;
  border-radius: 16px;
  border: 2px solid transparent;
}
.border--gradient-cyan-to-pri {
  background: linear-gradient(#010b19, #010b19) padding-box,
    linear-gradient(140deg, #18fff8 33%, #4343f0) border-box;
  border-radius: 16px;
  border: 2px solid transparent;
}
.btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  word-break: break-word;
  cursor: pointer;
  transition: 0.35s;
}
.btn:active {
  transform: scale(0.96);
}
.btn--xl {
  border-radius: 3.5rem;
  line-height: 2.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.btn--l {
  border-radius: 3rem;
  line-height: 2.6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.btn--m {
  border-radius: 2rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn--bg-pri {
  border: 2px solid #4343f0;
  color: #fff;
  background-color: #4343f0;
}
.btn--bg-pri > * {
  z-index: 2;
  position: relative;
}
.btn--bg-pri:after {
  z-index: 1;
  position: absolute;
  content: "";
  display: inline-block;
  border: 2px solid transparent;
  background: #000;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  opacity: 0;
  border-radius: inherit;
  transition: 0.35s;
}
.btn--bg-pri:hover::after,
.btn--bg-pri:focus::after {
  opacity: 0.2;
}
.btn--bg-pri-lightest {
  border: 2px solid #ebe9fa;
  color: #4343f0;
  background-color: #ebe9fa;
}
.btn--bg-pri-lightest:hover,
.btn--bg-pri-lightest:focus {
  border-color: transparent;
  background-color: rgba(67, 67, 240, 0.2);
}
.btn--bg-white {
  border: 2px solid #fff;
  color: #4343f0;
  background-color: #fff;
}
.btn--bg-white:hover,
.btn--bg-white:focus {
  color: #4343f0;
  background-color: #ebe9fa;
}
.btn--border-white {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn--border-white:hover,
.btn--border-white:focus {
  color: #4343f0;
  background-color: #fff;
}
.btn--border-pri {
  border: 2px solid #4343f0;
  color: #4343f0;
  background-color: transparent;
}
.btn--border-pri:hover,
.btn--border-pri:focus {
  color: #fff;
  background-color: #4343f0;
}
.btn--state-loading:before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.btn--state-loading > * {
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.sg-icon {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
}
.sg-icon svg {
  fill: currentColor;
}
.sg-icon.sg-icon--size_12 {
  width: 12px;
  height: 12px;
}
.sg-icon.sg-icon--size_16 {
  width: 16px;
  height: 16px;
}
.sg-icon.sg-icon--size_18 {
  width: 18px;
  height: 18px;
}
.sg-icon.sg-icon--size_21 {
  width: 21px;
  height: 21px;
}
.sg-icon.sg-icon--size_24 {
  width: 24px;
  height: 24px;
}
.sg-icon.sg-icon--size_26 {
  width: 26px;
  height: 26px;
}
.sg-icon.sg-icon--size_32 {
  width: 32px;
  height: 32px;
}
.sg-icon.sg-icon--size_40 {
  width: 40px;
  height: 40px;
}
.sg-icon.sg-icon--size_50 {
  width: 50px;
  height: 50px;
}
.sg-icon.sg-icon--size_56 {
  width: 56px;
  height: 56px;
}
.sg-icon.sg-icon--size_64 {
  width: 64px;
  height: 64px;
}
.sg-icon.sg-icon--size_96 {
  width: 96px;
  height: 96px;
}
.sg-icon.sg-icon--size_144 {
  width: 144px;
  height: 144px;
}
.sg-icon.sg-icon--size_500 {
  width: 500px;
  height: auto;
}
.sg-icon.sg-icon--height_60 {
  height: 60px;
  width: auto;
}
.sg-icon--use-css-colors svg * {
  fill: currentColor;
}
.sg-icon--fill-initial svg {
  fill: initial;
}
.sg-icon--color-red svg * {
  fill: #f54545;
}
.sg-icon--color-green svg * {
  fill: #6acb4c;
}
.sg-icon--color-black svg * {
  fill: #000;
}
.sg-icon--color-white svg * {
  fill: #fff;
}
.sg-icon--color-dark svg * {
  fill: #807d7d;
}
.sg-icon--color-pri svg * {
  fill: #4343f0;
}
.sg-icon--color-pri-darkest svg * {
  fill: #363636;
}
.sg-icon--color-sec svg * {
  fill: #98b7ff;
}
.sg-icon--color-royal-dark svg * {
  fill: #9b50d7;
}
.sg-icon--color-aquamarine svg * {
  fill: #5affa8;
}
.font-family-main {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.title--xxl {
  font-size: clamp(3.6rem, 3.6vw, 5.6rem);
  line-height: clamp(4.6rem, 1.9ch, 7.6rem);
}
.title--xl {
  font-size: clamp(2.8rem, 3.2vw, 5rem);
  line-height: clamp(4rem, 2ch, 7rem);
}
.title--l {
  font-size: clamp(2.4rem, 2.6vw, 3.6rem);
  line-height: clamp(3.4rem, 2ch, 4.6rem);
}
.title--letter-spacing1 {
  letter-spacing: 1px;
}
.title--letter-spacing2 {
  letter-spacing: 2px;
}
.text--weight-s {
  font-weight: 400;
}
.text--weight-m {
  font-weight: 500;
}
.text--weight-l {
  font-weight: 700;
}
.text--size-m,
.text--size-m .vatNoticeText {
  font-size: clamp(2.2rem, 1.6vw, 2.6rem);
  line-height: clamp(3rem, 2.4ch, 4rem);
}
.text--size-s {
  font-size: clamp(1.8rem, 1.4vw, 2.2rem);
  line-height: clamp(2.8rem, 2.6ch, 3.4rem);
}
.text--size-xs {
  font-size: clamp(1.6rem, 2.2vw, 1.8rem);
  line-height: 3rem;
}
.text--size-xxs {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.text--align-center {
  text-align: center;
}
.text--align-right {
  text-align: right;
}
.text--color-white {
  color: #fff;
}
.text--color-dark {
  color: #807d7d;
}
.text--color-pri {
  color: #4343f0;
}
.text--color-pri-darkest {
  color: #363636;
}
.text--color-sec-light {
  color: #c6d4f4;
}
.text--color-red {
  color: #f54545;
}
.text--color-red-to-pri {
  background: -webkit-linear-gradient(0, #ff1526 20%, #4343f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text--color-cyan-to-pri {
  background: -webkit-linear-gradient(0, #18fff8 20%, #4343f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text--cap {
  text-transform: capitalize;
}
.text--upper {
  text-transform: uppercase;
}
.text--lower {
  text-transform: lowercase;
}
.text--list li {
  position: relative;
  padding-left: 4rem;
}
.text--list__svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
}
.link--text {
  padding-bottom: 4px;
  text-decoration: none;
  background-image: linear-gradient(
    to right,
    currentColor 50%,
    rgba(255, 0, 0, 0) 50%
  );
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position 0.3s;
  cursor: pointer;
}
.link--text:hover {
  background-position: 0 100%;
}
.link--more {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.link--more:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.link--more:hover:after {
  transform: scaleX(1);
}
.link--more:hover ~ .sg-icon {
  animation: bumerang-s 0.3s ease-in 0.3s 2 alternate;
}
.link--prev {
  order: 2;
}
.link--prev:after {
  right: 0;
  transform-origin: bottom left;
}
.link--prev:hover:after {
  transform-origin: bottom right;
}
.link--prev:hover ~ .sg-icon {
  animation: bumerang-prev 0.3s ease-in 0.3s 2 alternate;
}
.link--next:after {
  left: 0;
  transform-origin: bottom right;
}
.link--next:hover:after {
  transform-origin: bottom left;
}
@keyframes bumerang-s {
  0 {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes bumerang-prev {
  0 {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 767px), screen and (device-width: 767px) {
  .text--break-mobile {
    margin: 0 auto;
    display: block;
    width: max-content;
  }
}
.accordion__expand,
.accordion__collapse {
  position: relative;
}
.header-help__lang .accordion__container {
  position: relative;
}
.header-help__lang .accordion__container__title {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-help__lang .accordion__container__title:after {
  position: absolute;
  content: "\276F";
  right: 1rem;
  transition: all 0.3s;
}
.header-help__lang .accordion__container__title.active:after {
  transform: rotate(90deg);
}
.header-help__lang .accordion__container__content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header-help__lang .accordion__container__title:after {
  right: clamp(0.7rem, 0.8vw, 1rem);
}
.header-help__lang .accordion__container__content {
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .footer .accordion__container {
    position: relative;
  }
  .footer .accordion__container__title {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .footer .accordion__container__title:after {
    position: absolute;
    content: "\276F";
    right: 1rem;
    transition: all 0.3s;
  }
  .footer .accordion__container__title.active:after {
    transform: rotate(90deg);
  }
  .footer .accordion__container__content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}
.chat-popup {
  position: fixed;
  z-index: 40;
  max-width: 385px;
  padding: 4rem;
  top: auto;
  right: 4rem;
  bottom: 4rem;
  left: auto;
  transition: all 0.2s ease !important;
}
.chat-popup--bg-default {
  background-image: url(https://www.siteground.com/img/svg/blocks/chat/chat_decoration.svg);
  background-position: 70% bottom;
  background-repeat: no-repeat;
  background-size: 305px auto;
}
.chat-popup--bg-bf,
.chat-popup--bg-cm {
  background-position: -10px -250px;
  background-repeat: no-repeat;
  background-size: 725px;
}
.chat-popup--bg-bf {
  background-image: url(https://www.siteground.com/img/svg/heroes/promos/bf_fall_stripes.svg);
}
.chat-popup--bg-cm {
  background-image: url(https://www.siteground.com/img/svg/heroes/promos/cm_fall_stripes.svg);
}
.dialog__close,
.chat_popup_close_button,
.dialog__close:active,
.chat_popup_close_button:active,
.dialog__content .mfp-close,
.dialog__content .mfp-close:active {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  opacity: 1;
  color: #807d7d;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojODU4NDg0O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjUsMi4xbC0wLjYtMC42TDgsNy40TDIuMSwxLjVMMS41LDIuMUw3LjQsOGwtNS45LDUuOWwwLjYsMC42TDgsOC42bDUuOSw1LjlsMC42LTAuNkw4LjYsOEwxNC41LDIuMXoiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50%;
  transition: all 0.2s ease-in-out;
}
.dialog__close:hover,
.chat_popup_close_button:hover,
.dialog__close:active:hover,
.chat_popup_close_button:active:hover,
.dialog__content .mfp-close:hover,
.dialog__content .mfp-close:active:hover {
  background-color: #c6d4f4;
}
.chat-popup__expand-link {
  padding: 1rem;
}
.chat-popup__collapsed-item {
  position: absolute;
  visibility: hidden;
  bottom: 0;
  right: 0;
  outline: 0;
}
.chat-popup__collapsed-item:focus {
  box-shadow: none;
}
.chat-popup__collapsed-item .chat-popup__label {
  border-radius: 50%;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 1rem 2rem;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
.chat-popup--collapsed {
  padding: 0;
  border-radius: 16px;
}
.chat-popup--collapsed .chat-popup__collapsed-item {
  position: initial;
  visibility: inherit;
}
.chat-popup--collapsed > *:not(.chat-popup__collapsed-item) {
  display: none;
}
body {
  background: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 400 !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
:root,
#sg-chat-container #chat-layout {
  --chat-scrollbar-color: var(--chat-background-primary);
  --chat-scrollbar-track-border-color: var(--chat-background-primary);
  --chat-scroll-thumb-color: #ddd;
  --chat-scroll-thumb-color-hover: #817871;
  --chat-scroll-thumb-border-color: var(--chat-background-primary);
  --chat-scrollbar-corner-color: var(--chat-background-primary);
}
#sg-chat-container #chat-layout {
  --chat-background-primary: #f7f5eb;
  --chat-background-secondary: #fff;
  --chat-background-client: #f5f6fa;
  --chat-background-operator: #f7f2fc;
  --typography-white: #363636;
  --chat-background-header-button: #fff;
  --chat-radius-small: 12px;
  --chat-radius-medium: 12px;
  --chat-radius-large: 12px;
  --chat-radius-x-large: 12px;
  --chat-radius-full: 50%;
  --ocean-base: #5645f5;
  --ocean-dark: #1b0aa7;
  --ocean-light: #5645f5;
  --ocean-lighter: #5645f5;
  --salmon-base: #5645f5;
  --salmon-dark: #1b0aa7;
  --salmon-light: #5645f5;
  --salmon-lighter: #5645f5;
  --color-primary: #5645f5;
  --color-primary-hovered: #1b0aa7;
  --color-primary-active: #1b0aa7;
  --color-secondary: #5645f5;
  --color-secondary-hovered: #1b0aa7;
  --color-secondary-active: #1b0aa7;
  --bronze-base: #5645f5;
  box-shadow: var(--third-level-box-shadow);
}
#sg-chat-container #chat-layout .sg-field-wrapper {
  border-radius: 12px;
}
#sg-chat-container #chat-layout .sg-field-wrapper.sg-field-wrapper--error {
  border-radius: 12px 12px 0 0;
}
#sg-chat-container #chat-layout .sg-button {
  border-radius: 100px;
}
#sg-chat-container #chat-layout .sg-title:before {
  display: none;
}
[class*="sg-notice"] {
  font-size: 14px !important;
}
.no-scroll {
  overflow: hidden;
  margin-right: 1.5rem;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .no-scroll {
      margin-right: 1rem;
    }
  }
}
.header--dark .header__mobile-nav-btn {
  color: #fff;
}
.header--dark .header-logo svg [fill="#333230"] {
  fill: #fff;
}
@media screen and (min-width: 1200px),
  screen and (device-width: 1200px) and (orientation: portrait) {
  .header--dark .main-dropdown .header__nav__tab:hover label {
    color: #363636;
  }
  .header--dark .main-dropdown > li > label,
  .header--dark .main-dropdown > li > a {
    color: #fff;
  }
  .header--dark .main-dropdown > li > label:hover,
  .header--dark .main-dropdown > li > a:hover {
    color: #363636;
  }
}
.header--dark .header-help__channel:hover > a,
.header--dark .header-help__channel:focus-within > a {
  color: #363636;
}
.header--dark .header-help__channel:hover > a svg *,
.header--dark .header-help__channel:focus-within > a svg * {
  fill: #363636;
}
.header--dark .header-help__channel > a {
  color: #fff;
}
.header--dark .header-help__channel > a svg * {
  fill: #fff;
}
@media screen and (max-width: 1199px), screen and (device-width: 1199px) {
  .no-display--1199 {
    display: none;
  }
}
@media screen and (max-width: 1023px), screen and (device-width: 1023px) {
  .order--1-1023 {
    order: 1;
  }
  .order--2-1023 {
    order: 2;
  }
  .no-display--1023 {
    display: none;
  }
}
@media screen and (max-width: 767px), screen and (device-width: 767px) {
  .center-elem--767 {
    margin: 0 auto;
  }
  .no-display--767 {
    display: none;
  }
}
.price-wrap {
  display: grid;
}
.main-price {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  line-height: clamp(3rem, 3ch, 4rem);
}
.regular-price,
.vatNoticeText {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #363636;
}
.vatPriceElement,
.vatNoticeText {
  font-style: normal;
}
.text--color-white .vatNoticeText {
  color: #fff;
}
.layout--index .header {
  background-color: #dfecfc;
}
.layout--webhosting .header {
  background-color: #eafaeb;
}
.layout--wordpresshosting header {
  background-color: #dfecfc;
}
.layout--woocommercehosting header {
  background-color: #f7f2fc;
}
.layout--index .header--bg-inherit,
.layout--webhosting .header--bg-inherit,
.layout--wordpresshosting .header--bg-inherit,
.layout--woocommercehosting .header--bg-inherit,
.layout--secretbfdeal .header--bg-inherit {
  background: transparent;
}
@media screen and (max-width: 1199px), screen and (device-width: 1199px) {
  .layout--index .header--bg-inherit,
  .layout--webhosting .header--bg-inherit,
  .layout--wordpresshosting .header--bg-inherit,
  .layout--woocommercehosting .header--bg-inherit,
  .layout--secretbfdeal .header--bg-inherit {
    background-color: #000;
  }
}
.counter {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.counter__clock {
  border: 1px solid #4343f0;
  border-radius: 10px;
  padding: 0.8rem 1rem;
}
.recommend--promo-bf ul,
.recommend--promo-cm ul {
  color: #fff;
}
.recommend--promo-bf .sg-icon svg *,
.recommend--promo-cm .sg-icon svg * {
  fill: #fff;
}
.recommend--promo-bf {
  background: linear-gradient(#000, #000) padding-box,
    linear-gradient(15deg, #ff1526 20%, #4343f0) border-box;
  border: 1px solid transparent;
}
.recommend--promo-cm {
  background: linear-gradient(#010b19, #010b19) padding-box,
    linear-gradient(15deg, #18fff8 20%, #4343f0) border-box;
  border: 1px solid transparent;
}
.field-label {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
.field-wrapper {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.field-wrapper--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.field-wrapper--focused {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.field-wrapper--show-validation + .validation,
.field-wrapper--focused + .validation {
  display: inline-flex;
}
.field-wrapper--success {
  border-color: #6acb4c;
}
.field-wrapper--error {
  border-color: #f54545;
}
.field-wrapper--warning {
  border-color: #ee9629;
}
.input-wrapper--hint .input {
  border-color: #c2c2c2;
}
.dropdown {
  appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxmlversion='1.0'encoding='UTF-8'%3F%3E%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0017.0539.95'%3E%3Cpathfill='%234343F0FF'd='M8.529,9.95c-.375,0-.735-.15-1-.416L.416,2.426c-.555-.555-.555-1.455,0-2.01C.971-.139,1.871-.139,2.426,.416l6.1,6.1L14.626,.416c.555-.555,1.455-.555,2.01,0,.555,.555,.555,1.455,0,2.01l-7.101,7.108c-.267,.267-.629,.417-1.006,.416Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.8rem;
}
.textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.field {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #807d7d;
  color: #363636;
}
.field::placeholder {
  font-style: italic;
  font-weight: 400;
  color: #807d7d;
}
.field:focus {
  box-shadow: none;
  outline: 0;
}
.field:disabled,
.field:disabled::placeholder {
  background-color: field;
  cursor: not-allowed;
  border-color: rgba(118, 118, 118, 0.3);
}
.field:read-only,
.field:read-only::placeholder {
  background-color: inherit;
}
.field::-webkit-outer-spin-button,
.field::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.field[type="number"] {
  appearance: textfield;
}
.field::-ms-clear {
  display: none;
}
.field-wrapper--s .field {
  font-size: 1.2rem;
}
.field-wrapper--s .field:not(.textarea) {
  height: 40px;
}
.field-wrapper--m .field {
  font-size: 1.6rem;
}
.field-wrapper--m .field:not(.textarea) {
  height: 60px;
}
.field-wrapper--xl .field {
  font-size: 1.8rem;
}
.field-wrapper--xl .field:not(.textarea) {
  height: 70px;
}
.checkbox {
  width: 18px;
  height: 18px;
  margin-top: -3px;
  margin-right: 1rem;
  vertical-align: middle;
}
.validation {
  border-radius: 16px;
  margin-bottom: 3rem;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.validation svg {
  width: 32px;
  height: 32px;
}
.validation strong:first-of-type {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.validation ul {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #807d7d;
}
.validation ul li {
  position: relative;
  padding-left: 1rem;
}
.validation ul li::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 1rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.validation--input {
  display: none;
  position: absolute;
  left: 0;
  z-index: var(--z-index-notification);
  margin-top: -13px;
  padding: 2rem 1rem 1rem 1rem;
  width: 100%;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.4rem;
  line-height: 16px;
}
.validation--warning {
  border-left: 3px solid #ee9629;
}
.validation--warning svg * {
  fill: #ee9629;
}
.validation--warning strong {
  color: #ee9629;
}
.validation--warning ul li::after {
  background-color: #ee9629;
}
.validation--error {
  border-left: 3px solid #f54545;
}
.validation--error svg * {
  fill: #f54545;
}
.validation--error strong {
  color: #f54545;
}
.validation--error ul li::after {
  background-color: #f54545;
}
.validation--notices {
  background: #f54545;
  z-index: 35;
  margin-top: -2rem;
  padding: 3rem 2rem 1rem;
  width: 100%;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 16px;
}
.bg-validation--success {
  background-color: #6acb4c;
}
.bg-validation--error {
  background-color: #f54545;
}
.bg-validation--warning {
  background-color: #ee9629;
}
.bg-validation--hint {
  background-color: #c2c2c2;
}
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  margin-top: -8rem;
}
.hero--full-h {
  height: 100vh;
}
.hero--cloud:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background-color: #fff;
}
.hero__decoration {
  position: absolute;
}
.hero__decoration.both {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__decoration.horizontal {
  left: 50%;
  transform: translate(-50%, 0);
}
.hero__decoration.vertical {
  top: 50%;
  transform: translate(0, -50%);
}
.hero__decoration--top-right-index,
.hero__decoration--top-left,
.hero__decoration--top-right-sales {
  top: -9rem;
}
.hero__decoration--top-right-index {
  right: -210px;
  width: 610px;
}
.hero__decoration--top-left {
  left: 0;
  width: 725px;
}
.hero__decoration--top-right-sales {
  right: -200px;
  width: 725px;
}
.hero__decoration--bottom-center {
  left: 20%;
  bottom: calc(-8vh+2rem);
  width: min(47vw, 725px);
}
.hero__content__graphic {
  position: absolute;
  right: 5rem;
  bottom: 0;
  width: min(37vw, 570px);
  height: auto;
}
@media screen and (min-width: 1024px), screen and (device-width: 1024px) {
  .hero--cards {
    margin-bottom: -9rem;
  }
  .hero--cards .fit-wide {
    padding-bottom: min(16vh, 16rem);
  }
}
@media screen and (max-width: 1199px), screen and (device-width: 1199px) {
  .hero__decoration--bottom-center {
    top: 0;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: max(725px, 100%);
  }
}
@media screen and (max-width: 1023px), screen and (device-width: 1023px) {
  .hero__content__text {
    z-index: 1;
    position: relative;
  }
  .hero--cards ~ .wrapper__section__gap-none {
    margin-top: auto;
  }
}
.label {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: max-content;
  min-width: auto;
}
.label--absolute {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.label--width-auto {
  width: auto;
}
.label--size-l {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 1rem 2rem;
}
.label--size-m {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 0.5rem 1rem;
}
.label--size-s {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0 1rem;
}
.label--type-info {
  background-color: #d1a3f5;
}
.promobars {
  padding-left: 2rem;
  padding-right: 2rem;
  height: auto;
}
.promobars__link {
  display: block;
  max-width: calc(1500px - 10rem);
  margin: 0 auto;
}
.promobars__link:hover {
  text-decoration: none;
}
.promobars__link__text {
  font-size: clamp(1.6rem - 0.2rem, 1.5vw, 2.2rem);
  line-height: min(8vh, 7rem);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.promobars__link__text--center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
.promobars__link__text--aff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1199px), screen and (max-device-width: 1199px) {
  .promobars--text-long {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 900px), screen and (max-device-width: 900px) {
  .promobars {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .promobars__link__text {
    font-weight: 700;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .promobars__link__text--aff {
    justify-content: center;
    text-align: center;
  }
}
.card {
  height: auto;
  border-radius: 16px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card--hover:hover {
  box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}
.card--relative {
  position: relative;
}
.card--no-shadow {
  box-shadow: none;
}
.card--full-h {
  height: 100%;
}
.card--book {
  display: flex;
  flex-direction: column;
}
.card__radius--top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.card__cta {
  display: flex;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card__cta:hover,
.card__cta:focus-within {
  background-color: #f7f2fc;
}
.plan {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  padding-left: clamp(1.5rem, 1.9vw, 6rem);
  padding-right: clamp(1.5rem, 1.9vw, 6rem);
  text-align: center;
}
.plan--max-content {
  height: -moz-max-content;
  height: -webkit-max-content;
  height: -o-max-content;
  height: max-content;
}
.plan__toggle {
  display: inline-block;
  margin-bottom: 1rem;
}
.plan--select,
.plan--recommend {
  box-shadow: 0 0 0 2px #4343f0, 0 1rem 2rem rgba(0, 0, 0, 0.1);
  scroll-padding-top: 3rem;
}
.local-data-center-feature {
  display: none;
}
@media screen and (min-width: 768px), screen and (device-width: 768px) {
  .plan__toggle {
    display: none;
    margin-bottom: 1rem;
  }
  .plan__features.toggler--content {
    max-height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px), screen and (device-width: 767px) {
  .plan {
    text-align: center;
  }
  .plan .label {
    z-index: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 2rem;
  }
}
.toggler--content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.toggler--content.toggler--content-expanded {
  visibility: visible;
  opacity: 1;
}
.toggler--hide,
.toggler:not(.toggler--hide) + .toggler {
  display: none;
}
[data-tooltip] .tooltip {
  position: fixed;
  display: block;
  z-index: var(--z-index-tooltip);
  margin-right: 3rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #fff;
  max-width: 360px;
  border: 0;
  border-radius: 16px;
  padding: 2rem 3rem;
  background: #363636;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visiblity 0;
  box-shadow: none;
}
[data-tooltip] .tooltip:after,
[data-tooltip] .tooltip:before {
  display: none;
}
[data-tooltip] .tooltip.is-hidden {
  display: none;
}
[data-tooltip]:hover {
  cursor: help;
}
[data-tooltip]:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.tooltip__list .tooltip {
  max-width: 100%;
}
[tipLeft] .tooltip {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  [data-tooltip] .tooltip {
    left: 1rem !important;
    right: 0;
    width: auto;
    max-width: 100%;
    transform: translate(1rem) !important;
  }
}
:root {
  --swiper-navigation-size: 18px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container--random {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.swiper--cards {
  position: relative;
}
.swiper--cards .card {
  display: flex;
  flex-direction: column;
}
.swiper-container--cards,
.swiper-container--reviews,
.swiper-container--books {
  overflow: visible;
}
.swiper--videos {
  position: relative;
  overflow: hidden;
}
.swiper--videos:before,
.swiper--videos:after {
  position: absolute;
  content: "";
  width: max(150px, 220px);
  height: max(180px, 250px);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
.swiper--videos:before {
  left: 0;
  top: 5%;
  background: #f5f6fa;
}
.swiper--videos:after {
  right: 2rem;
  bottom: 15%;
  background: #f5f6fa;
}
.swiper-slide--video {
  cursor: pointer;
  height: auto;
  aspect-ratio: 1.7777777778;
  background-color: #000;
}
.swiper-slide--video iframe.ytplayer,
.swiper-slide--video video.ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide--video__cover:before,
.swiper-slide--video__cover:after {
  position: absolute;
  content: "";
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-slide--video__cover:before {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #fff;
}
.swiper-slide--video__cover:after {
  width: 25px;
  height: 28px;
  left: 50.5%;
  background: #807d7d;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 30px;
  margin: 0;
}
.swiper-button-prev svg *,
.swiper-button-next svg * {
  fill: #4343f0;
}
.swiper-button-prev:before,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after {
  content: "";
}
.swiper-button-disabled svg * {
  fill: #807d7d;
}
.swiper-button-next-out,
.swiper-button-prev-out {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.swiper-button-prev-out .sg-icon {
  order: 1;
}
.swiper-pagination {
  position: relative;
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 5px 7px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #c6d4f4;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4343f0;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background: #4343f0;
}
.swiper-pagination-fraction {
  width: auto;
}
.swiper-pagination-current {
  color: #363636;
}
@media screen and (min-width: 1200px), screen and (device-width: 1200px) {
  .slider--min-height .swiper-wrapper > * {
    min-height: 46rem;
  }
}
@media screen and (max-width: 767px), screen and (device-width: 767px) {
  .swiper--videos:before,
  .swiper--videos:after {
    display: none;
  }
}
.dialog__open {
  cursor: pointer;
}
.dialog {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms;
  overscroll-behavior-y: contain;
  -webkit-backface-visibility: hidden;
}
.dialog [data-src][src] {
  visibility: inherit;
}
.dialog__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  overscroll-behavior-y: contain;
  background: rgba(0, 0, 0, 0.8);
  transition: all ease-in-out;
}
.dialog__container {
  z-index: 1;
  overflow: auto;
  margin: 3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
}
.dialog__content {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.dialog__header {
  padding: 6rem clamp(2rem, 3vw, 6rem) 0;
  border-radius: 16px 16px 0 0;
  min-height: 130px;
  text-align: left;
  background-color: #dfecfc;
}
.dialog__header__title {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 4rem;
}
.dialog__fit {
  display: grid;
  grid-gap: 4rem;
  border-radius: 0 0 16px 16px;
  padding: 4rem clamp(2rem, 3vw, 6rem);
  background-color: #fff;
}
.dialog__fit h4 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
}
.dialog__fit p {
  color: #363636;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.dialog__fit .text--list {
  color: #363636;
  font-size: 1.6rem;
  line-height: 3.4rem;
}
.img-centered {
  margin: 0 auto;
}
.dialog__text {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.dialog--order {
  z-index: 999;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden auto;
  transition: all 200ms;
  overscroll-behavior-y: contain;
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.dialog--order .dialog__container {
  transform: scale(1);
}
.dialog__container--video,
.dialog__container--search {
  width: 100%;
  max-width: 920px;
}
.dialog__container--video .dialog__close,
.dialog__container--video .dialog__close:active,
.dialog__container--search .dialog__close,
.dialog__container--search .dialog__close:active {
  top: 2px;
  right: -45px;
  padding: 0;
  background-color: #fff;
  opacity: 0.6;
}
.dialog__container--video .dialog__close:hover,
.dialog__container--video .dialog__close:active:hover,
.dialog__container--search .dialog__close:hover,
.dialog__container--search .dialog__close:active:hover {
  opacity: 1;
}
.dialog__container--search {
  padding-top: 5rem;
}
.dialog__logo {
  margin-bottom: 2rem;
}
.dialog__logo.weebly {
  width: 160px;
}
.dialog__logo.weebly svg * {
  fill: #3c6eee;
}
.dialog__logo.wordpress {
  width: 240px;
}
.dialog__logo.wordpress svg * {
  fill: #31373b;
}
.dialog__video {
  position: relative;
  padding-bottom: 56.25%;
  aspect-ratio: 1.7777777778;
  background-color: #000;
}
.dialog__video .dialog__media {
  position: absolute;
  top: 0;
  left: 0;
}
.dialog__fit--closure {
  display: grid;
  grid-gap: 6rem;
  border-radius: 16px;
  padding: 4rem clamp(2rem, 3vw, 6rem);
}
.dialog__fit--closure-img {
  background-image: url(https://www.siteground.com/img/svg/heroes/promos/bf_fall_stripes.svg);
  background-position: 50% -140px;
  background-repeat: no-repeat;
  background-size: 675px;
}
.dialog--opened {
  visibility: visible;
  opacity: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}
.dialog--opened .dialog__container {
  transform: scale(1);
}
@media screen and (max-width: 950px), screen and (device-width: 950px) {
  .dialog__container--video .dialog__close,
  .dialog__container--video .dialog__close:active,
  .dialog__container--search .dialog__close,
  .dialog__container--search .dialog__close:active {
    top: -45px;
    right: 0;
  }
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .dialog__header {
    min-height: auto;
  }
  .dialog__text {
    width: 100%;
  }
}
