@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Light.woff2") format("woff2"), url("../assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Regular.woff2") format("woff2"), url("../assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Medium.woff2") format("woff2"), url("../assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("../assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Bold.woff2") format("woff2"), url("../assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iconfont";
  src: url("../assets/fonts/menu-iconfont/iconfont.eot?1.1.12");
  src: url("../assets/fonts/menu-iconfont/iconfont.eot?1.1.12#iefix") format("embedded-opentype"), url("../assets/fonts/menu-iconfont/iconfont.woff?1.1.12") format("woff"), url("../assets/fonts/menu-iconfont/iconfont.ttf?1.1.12") format("truetype"), url("../assets/fonts/menu-iconfont/iconfont.svg?1.1.12#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font: inherit;
}

a,
button {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
}
a:focus,
button:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #6e3df7;
  outline-offset: 4px;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  overflow-x: initial;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  background-color: #ffffff;
  color: #011323;
  -webkit-text-size-adjust: 100%;
}
body a[href="#live-chat"] {
  border: 1px solid #6e3df7 !important;
}

.site {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 24px;
  }
}

.no-paddings {
  padding: 0 !important;
}

#reg-form-anchor {
  scroll-margin-top: 100px;
}

#steps-progress-bar .custom-progress-bar ul > li:nth-child(3) {
  display: none !important;
}

#cn-more-info {
  background-color: transparent !important;
  text-decoration: underline !important;
}

.hsfc-Step__Content {
  padding: 0 !important;
}

.footer {
  display: block;
  padding: 32px 0 24px;
  width: 100%;
  max-width: calc(100% - 48px);
  margin: 0 auto 30px;
  background: #011323;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .footer {
    padding: 50px 0 32px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 80px 0 50px;
    max-width: calc(100% - 60px);
  }
}
.footer__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__top {
    margin-bottom: 59px;
  }
}
@media (min-width: 992px) {
  .footer__top {
    margin-bottom: 89px;
  }
}
@media (min-width: 992px) {
  .footer__row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto 1fr;
    grid-column-gap: 70px;
  }
}
.footer__main {
  max-width: 300px;
}
@media (min-width: 992px) {
  .footer__main {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 991px) {
  .footer__main {
    margin-bottom: 40px;
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer__main .socials-menu {
    flex: 0 1 209px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .footer__main {
    display: block;
  }
  .footer__main .socials-menu {
    flex: 0 0 auto;
    display: none;
  }
}
.footer__main .custom-logo {
  width: 181px;
  height: auto;
}
@media (min-width: 992px) {
  .footer__main .custom-logo {
    margin-bottom: 32px;
  }
}
.footer__main .custom-logo-link {
  display: inline-block;
}
.footer__feedback {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 43px;
  margin-top: 44px;
}
@media (min-width: 680px) {
  .footer__feedback {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .footer__feedback {
    margin: 0;
    display: block;
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 992px) {
  .footer__menu {
    grid-area: 1/2/3/3;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    max-width: 850px;
  }
}
.footer__subscribe {
  margin-top: 24px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer__subscribe.subscribe-form {
    margin: 0;
    flex: 1 1 auto;
  }
}
@media (max-width: 679px) {
  .footer__subscribe.subscribe-form {
    flex: 0 0 auto;
  }
}
.footer__subscribe.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput {
  color: #fff !important;
  border-color: #fff !important;
}
.footer__subscribe.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput:-webkit-autofill, .footer__subscribe.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput:-webkit-autofill:hover, .footer__subscribe.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #011323 inset !important;
  -webkit-text-fill-color: white !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-security: none !important;
  caret-color: #fff !important;
  color: #fff !important;
}

.footer-menu .socials-menu {
  margin-top: 40px;
  gap: 32px;
}
@media (min-width: 768px) {
  .footer-menu .socials-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-menu__row {
    display: flex;
    gap: 32px;
    justify-content: space-between;
  }
}
.footer-menu__col {
  flex: 0 0 auto;
}
.footer-menu__col:nth-child(2) {
  flex: 0 0 auto;
}
.footer-menu__col:nth-child(3) {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .footer-menu__col:not(:last-child) {
    margin-bottom: 40px;
  }
}
.footer-menu__caption {
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-family: Poppins, "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
@media (max-width: 767px) {
  .footer-menu__caption {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    cursor: pointer;
  }
}
.footer-menu__caption a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.footer-menu__caption br {
  display: none;
}
.footer-menu__caption svg {
  flex: 0 0 13px;
  width: 13px;
  height: auto;
  fill: #fff;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .footer-menu__caption svg {
    display: none;
  }
}
.opened .footer-menu__caption svg {
  transform: rotate(0deg);
}
.footer-menu__caption-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
  line-height: 0;
}
@media (max-width: 767px) {
  .footer-menu__caption-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-menu__tabpanel {
    display: none;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .footer-menu__tabpanel {
    display: block !important;
  }
}
.footer-menu__list {
  padding: 16px 0 0;
}
.footer-menu__list .menu-item {
  margin: 0;
  padding-top: 6px;
}
.footer-menu__list .menu-item a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer-menu__list .menu-item a:hover {
    opacity: 0.6;
  }
}
.footer-menu__list .menu-item.label-hidden > a[href="#"] {
  display: none;
}
.footer-menu__list .submenu-group {
  padding-top: 0;
}
@media (min-width: 768px) {
  .footer-menu__list .submenu-group {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1230px) {
  .footer-menu__list .submenu-group {
    flex: 0 0 209px;
  }
}

@media (min-width: 768px) {
  .footer-bottom__row {
    display: flex;
    gap: 50px;
  }
}
.footer-bottom__legal-menu {
  flex: 0 0 45%;
}
@media (max-width: 991px) {
  .footer-bottom__legal-menu {
    flex: 0 0 275px;
  }
}
@media (max-width: 767px) {
  .footer-bottom__legal-menu {
    margin-bottom: 24px;
  }
}
.footer-bottom .widget {
  flex: 1 1 auto;
}
.footer-bottom .widget p {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  margin: 0;
}

#menu-legal-menu {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 991px) {
  #menu-legal-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #menu-legal-menu {
    gap: 8px 24px;
  }
}
#menu-legal-menu li {
  line-height: 1;
}
#menu-legal-menu a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #menu-legal-menu a:hover {
    opacity: 0.8;
  }
}

body .chat-button {
  margin: 0 50px 70px 0;
  transition: all 0.3s ease 0s;
}

body .chat-button.in-footer {
  margin-bottom: 70px !important;
}
@media (max-width: 1629px) {
  body .chat-button.in-footer {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  body .chat-button.in-footer {
    margin-bottom: 196px !important;
  }
}
@media (max-width: 575px) {
  body .chat-button.in-footer {
    margin-bottom: 220px !important;
  }
}
@media (max-width: 460px) {
  body .chat-button.in-footer {
    margin-bottom: 244px !important;
    margin-right: 33px !important;
  }
}

body.lp-template .footer {
  padding: 32px 0 24px;
  max-width: calc(100% - 48px);
}
@media (min-width: 768px) {
  body.lp-template .footer {
    padding: 50px 0 32px;
  }
}
@media (min-width: 992px) {
  body.lp-template .footer {
    padding: 80px 0 50px;
    max-width: calc(100% - 60px);
  }
}

.site-header {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  transition: padding 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .site-header {
    padding: 40px 0;
  }
}
body:not(.page-template-glossary) .site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  padding: 18px 0;
  box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.0509803922);
}
@media (max-width: 991px) {
  body:not(.page-template-glossary) .site-header.scrolled {
    padding: 4px 0;
  }
}
body:not(.page-template-glossary) .site-header.scrolled .custom-logo {
  max-width: 150px;
}
@media (max-width: 991px) {
  body:not(.page-template-glossary) .site-header.scrolled .custom-logo {
    max-width: 120px;
  }
}
.site-header__row {
  position: relative;
}
.site-header .mobile-header {
  margin-left: auto;
  align-self: center;
}
.site-header .custom-logo {
  max-width: 128px;
  height: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .site-header .custom-logo {
    max-width: 150px;
  }
}
.site-header .mobile-menu-trigger {
  margin-left: 20px;
}

/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  background: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: block;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #6e3df7;
  border: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1230px) {
  .slick-prev,
  .slick-next {
    bottom: 25px;
  }
}
.slick-prev i,
.slick-next i {
  font-size: 80px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-prev {
  right: 80px;
}
@media (min-width: 1230px) {
  .slick-prev {
    right: 200px;
  }
}

.slick-next {
  right: 20px;
}
@media (min-width: 1230px) {
  .slick-next {
    right: 100px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.slick-dots li.slick-active button:before {
  background: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  min-height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 500px;
}
.btn-sm {
  padding: 8px 24px;
  font-size: 13px;
  min-height: 39px;
}
.btn-md {
  min-height: 52px;
  font-size: 18px;
}
.btn-lg {
  padding: 18px 48px;
  min-height: 64px;
}
@media (max-width: 575px) {
  .btn-lg {
    padding: 18px 23px;
  }
}
.btn-white {
  color: #6e3df7;
  border-color: #ffffff;
  background: #ffffff;
}
.btn-white:hover, .btn-white:focus-visible {
  color: #3106aa;
  background: #ffffff;
}
.btn-purple {
  color: #ffffff;
  background: #6e3df7;
  border-color: #6e3df7;
}
.btn-purple:hover, .btn-purple:focus-visible {
  background: #8256ff;
}
.btn-turquoise {
  color: #001424;
  background: #2df2cd;
  border-color: #2df2cd;
}
.btn-turquoise:hover, .btn-turquoise:focus-visible {
  color: #001424;
  background: #49fbd9;
}
.btn-black {
  border: 1px solid #011323;
  background: #011323;
  color: #fff;
}
@media (hover: hover) {
  .btn-black:hover {
    background: transparent;
    color: #011323;
  }
}
.btn-outline {
  border-width: 1px;
  background-color: transparent;
}
.btn-outline.btn-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline.btn-white:hover, .btn-outline.btn-white:focus-visible {
  color: #011323;
  background: #ffffff;
}
.btn-outline.btn-purple {
  color: #6e3df7;
  border-color: #6e3df7;
}
.btn-outline.btn-purple:hover, .btn-outline.btn-purple:focus-visible {
  color: #ffffff;
  border-color: #8256ff;
  background: #8256ff;
}
.btn-outline.btn-turquoise {
  color: #2df2cd;
  border-color: #2df2cd;
}
.btn-outline.btn-turquoise:hover, .btn-outline.btn-turquoise:focus-visible {
  color: #ffffff;
  border-color: #49fbd9;
  background: #49fbd9;
}
.btn-outline.btn-black {
  color: #011323;
  border: 1px solid #011323;
}
.btn-outline.btn-black:hover, .btn-outline.btn-black:focus-visible {
  color: #ffffff;
  background: #011323;
}
.btn.btn-chat {
  transition: width 0.4s ease-in-out;
}
.btn.btn-chat span:after {
  display: flex;
  align-items: center;
  line-height: 0;
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1026_253)'%3e%3cpath d='M11.7158 12.477H1.25V1.24902H22.8711V19.141L16.2822 12.553' stroke='%236E3DF7' stroke-width='2.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1026_253'%3e%3crect width='24.121' height='22.159' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.btn.disabled, .btn:disabled {
  opacity: 0.2;
  background: #001424;
  border-color: #001424;
}

.chat-button {
  z-index: 99999;
  transition: all 0.3s;
}
.chat-button.in-footer {
  margin-bottom: 190px !important;
}

.btn-close {
  color: rgb(181, 184, 237);
}

.cta {
  margin: 35px 0;
}
@media (max-width: 991px) {
  .cta {
    margin: 40px 0;
    text-align: center;
  }
}
.cta__button.btn {
  border-radius: 4px;
  height: 40px;
  min-height: 40px;
  min-width: 125px;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 15px;
}
@media (hover: hover) {
  .cta__button.btn:hover {
    font-size: 16px;
    font-weight: 400;
  }
}
.cta__button.btn:active {
  border-color: #6e3df7;
  background: #6e3df7;
  color: #fff;
}

.add-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6e3df7;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media (hover: hover) {
  .add-button:hover {
    color: #8256ff;
  }
}
.add-button__plus-icon {
  width: 1lh;
  height: 1lh;
  display: grid;
  place-items: center;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.add-button__plus-icon::after, .add-button__plus-icon::before {
  content: "";
  grid-area: 1/1/2/2;
  width: 0.9em;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
}
.add-button__plus-icon::before {
  rotate: 90deg;
}

.main-navigation {
  flex: 1 1 auto;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1229px) {
  .main-navigation {
    padding-left: 24px;
  }
}
.main-navigation .shipping-menu-two > .sub-menu {
  flex-wrap: wrap;
}
.main-navigation .tradline.menu-item > a {
  position: relative;
}
.main-navigation .tradline.menu-item > a:after {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 85px;
  width: auto;
  height: 20px;
  color: #6e3df7;
  font-size: 13px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
  padding: 4px 12px;
  background: #d3daf3;
  border: 1px solid #6e3df7;
  border-radius: 8px;
}

.header-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  height: 48px;
  text-decoration: none;
  color: #011323;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  border-radius: 500px;
  border: 1px solid #011323;
  transition: 0.3s;
}
@media (max-width: 1229px) {
  .header-button a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .header-button a:hover {
    color: #fff;
    background: #011323;
  }
}

.reg-button a {
  color: #fff;
  background: #011323;
}
@media (hover: hover) {
  .reg-button a:hover {
    color: #011323;
    background: transparent;
  }
}

.site-header .menu:not(.mm-listview) {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-header .menu:not(.mm-listview) .link-hidden a[href="#"] {
  display: none !important;
}
.site-header .menu:not(.mm-listview) li:not(.header-button) {
  list-style: none;
  margin: 0 auto;
}
.site-header .menu:not(.mm-listview) li:not(.header-button) > a {
  display: inline-block;
  text-decoration: none;
  color: #011323;
  font-weight: 600;
  line-height: 175%;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color 0.2s;
}
@media screen and (min-width: 1299px) {
  .site-header .menu:not(.mm-listview) li:not(.header-button) > a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .site-header .menu:not(.mm-listview) li:not(.header-button) > a:hover {
    color: #6e3df7;
  }
}
.site-header .menu:not(.mm-listview) li:not(.header-button).current-menu-item > a {
  color: #6e3df7;
}
.site-header .menu:not(.mm-listview) .complex-submenu > a {
  cursor: pointer;
  padding-right: 18px;
  position: relative;
}
.site-header .menu:not(.mm-listview) .complex-submenu > a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 38%;
  border-bottom: 2px solid #6e3df7;
  border-right: 2px solid #6e3df7;
  transition: all 0.3s;
  transform-origin: 65% 65%;
  transform: rotate(45deg);
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu > a:after {
    right: 3px;
  }
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu {
  position: absolute;
  top: calc(100% + 23px);
  left: 0;
  z-index: 100;
  display: flex;
  gap: 48px;
  width: 1140px;
  max-width: 100%;
  padding: 0 48px;
  pointer-events: none;
  border-radius: 8px;
  border: 1px solid #d3daf3;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu {
    padding: 0 24px;
    gap: 24px;
  }
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 100%;
  left: 0;
  z-index: 1;
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li {
  flex: 0 0 calc(50% - 24px);
  padding: 32px 0;
  line-height: 1.75;
  font-size: 13px;
  margin: 0;
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li {
    flex: 1 1 calc(50% - 24px);
  }
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.services-col {
    flex: 0 0 calc(50% - 24px);
    min-width: 450px;
  }
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.submenu-link > a, .site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.menu-item-type-custom > a[href="#"] {
  color: #011323;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding: 0;
  pointer-events: none;
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.submenu-link > a {
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.2s;
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.submenu-link > a:hover {
  color: #6e3df7;
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.label-hidden a[href="#"] {
  display: none;
}
.site-header .menu:not(.mm-listview) .complex-submenu.hiw-menu > .sub-menu {
  width: 424px;
  translate: 40% 0;
  padding: 0 24px;
}
.site-header .menu:not(.mm-listview) .complex-submenu.hiw-menu > .sub-menu > .menu-item {
  padding: 30px 0;
}
.site-header .menu:not(.mm-listview) .complex-submenu.hiw-menu > .sub-menu .sub-menu .menu-item {
  width: 100%;
}
.site-header .menu:not(.mm-listview) .complex-submenu.about-menu {
  position: relative;
}
.site-header .menu:not(.mm-listview) .complex-submenu.about-menu > .sub-menu {
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  translate: 0;
  transform: none;
  left: -30%;
  padding: 0 24px;
}
.site-header .menu:not(.mm-listview) .complex-submenu.about-menu > .sub-menu > .menu-item {
  padding: 30px 0;
  flex: 0 0 100%;
}
.site-header .menu:not(.mm-listview) .complex-submenu.about-menu > .sub-menu .sub-menu .menu-item {
  width: 100%;
  text-wrap: nowrap;
}
.site-header .menu:not(.mm-listview) .complex-submenu.shipping-menu > .sub-menu {
  max-width: 50%;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .menu:not(.mm-listview) .complex-submenu.shipping-menu > .sub-menu > .menu-item {
  padding: 30px 0;
  flex: 0 0 100%;
}
.site-header .menu:not(.mm-listview) .complex-submenu.shipping-menu > .sub-menu > .menu-item .sub-menu {
  width: 100%;
  flex-direction: column;
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li {
  width: auto;
  min-width: calc(50% - 4px);
  margin: 0;
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li.menuicon-focus > a {
  background: linear-gradient(96.28deg, rgba(108, 60, 244, 0.2) 8.37%, rgba(255, 64, 0, 0.2) 90.37%);
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 23px 12px 12px;
  color: #011323;
  font-size: 13px;
  font-weight: 600;
  line-height: 175%;
  cursor: pointer;
  border-radius: 8px;
  background: transparent;
  transition: background 0.3s;
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li > a .icon-parts, .site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li > a:before {
  font-size: 32px;
  color: #6e3df7;
  margin: 0;
}
@media (hover: hover) {
  .site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li > a:hover {
    background: #d3daf3;
  }
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu.services-menu .services-col > .sub-menu {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 4px;
  }
}
@media (hover: hover) {
  .site-header .menu:not(.mm-listview) .complex-submenu:hover > a {
    color: #6e3df7;
  }
  .site-header .menu:not(.mm-listview) .complex-submenu:hover > a:after {
    transform: rotate(-135deg);
  }
  .site-header .menu:not(.mm-listview) .complex-submenu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.site-header .menu:not(.mm-listview) .additional-menu > .sub-menu {
  padding: 0 32px;
}
.site-header .menu:not(.mm-listview) .additional-menu > .sub-menu > li {
  flex: 1 1 auto;
}
.site-header .menu:not(.mm-listview) .additional-menu > .sub-menu > li.menu-item-news, .site-header .menu:not(.mm-listview) .additional-menu > .sub-menu > li.menu-item-post {
  flex: 0 0 35%;
  width: 35%;
}
.site-header .menu:not(.mm-listview) .additional-menu .NoPanel > .sub-menu {
  flex-direction: column;
}
.site-header .menu:not(.mm-listview) .resources-menu > .sub-menu {
  padding: 0 32px;
}
.site-header .menu:not(.mm-listview) .resources-menu > .sub-menu > li {
  flex: 1 1 auto;
}
.site-header .menu:not(.mm-listview) .resources-menu > .sub-menu > li.menu-item-news, .site-header .menu:not(.mm-listview) .resources-menu > .sub-menu > li.menu-item-post {
  flex: 0 0 35%;
  width: 35%;
}
.site-header .menu:not(.mm-listview) .resources-menu .NoPanel > .sub-menu {
  flex-direction: column;
}
.site-header .menu:not(.mm-listview) .resources-menu .resource-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
}
.site-header .menu:not(.mm-listview) .resources-menu .resource-loader a {
  display: none;
}
.site-header .menu:not(.mm-listview) .resources-menu:has(.latests-news) .resource-loader {
  display: none;
}

#site-navigation .latests-news,
#menu .latests-news {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 8px 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  #site-navigation .latests-news,
  #menu .latests-news {
    gap: 20px;
    margin: 0;
  }
}
#site-navigation .latests-news__item,
#menu .latests-news__item {
  width: 100%;
  margin: 0;
}
#site-navigation .latests-news .date,
#menu .latests-news .date {
  color: #4e5a65;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
}
#site-navigation .latests-news__link,
#menu .latests-news__link {
  display: block;
  color: #011323;
  padding: 12px !important;
  border-radius: 8px;
  background: transparent;
  transition: background 0.2s, color 0.2s !important;
}
@media (max-width: 1199px) {
  #site-navigation .latests-news__link,
  #menu .latests-news__link {
    padding: 10px 0 !important;
  }
}
#site-navigation .latests-news__link p,
#menu .latests-news__link p {
  margin: 0;
  color: currentColor;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.5em;
}
@media (hover: hover) {
  #site-navigation .latests-news__link:hover,
  #menu .latests-news__link:hover {
    background: #d3daf3;
  }
}
#site-navigation .latest-post,
#menu .latest-post {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #site-navigation .latest-post,
  #menu .latest-post {
    aspect-ratio: 3/2;
  }
}
#site-navigation .latest-post__link,
#menu .latest-post__link {
  text-decoration: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 16px;
  border-radius: 6px;
  display: flex !important;
  align-items: flex-end;
}
#site-navigation .latest-post__link img,
#menu .latest-post__link img {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) {
  #site-navigation .latest-post__link:hover img,
  #menu .latest-post__link:hover img {
    transform: scale(1.15);
  }
}
#site-navigation .latest-post__link::before,
#menu .latest-post__link::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: #000;
  opacity: 0.2;
}
#site-navigation .latest-post__info,
#menu .latest-post__info {
  position: relative;
  z-index: 3;
  text-decoration: none;
}
#site-navigation .latest-post__info .date,
#menu .latest-post__info .date {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
}
#site-navigation .latest-post__info .title,
#menu .latest-post__info .title {
  margin: 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.25em;
}
#site-navigation .latest-post__category,
#menu .latest-post__category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  text-decoration: none;
}
#site-navigation .latest-post__category svg,
#menu .latest-post__category svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class^=menuicon-] a,
[class*=menuicon-] a {
  display: flex;
  align-items: center;
}

.icon-arrow-down:after,
.menuicon-s4wd a .icon-parts,
[class^=menuicon-] a:before,
[class*=menuicon-] a:before {
  font-family: "Iconfont" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  vertical-align: top;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menuicon-s4wd a .icon-parts:before {
  content: "\e929";
  font-size: inherit;
  color: rgb(110, 61, 247);
}

.menuicon-s4wd a .icon-parts span:before {
  content: "\e92a";
  margin-left: -1em;
  font-size: inherit;
  color: rgb(110, 61, 247);
}

.menuicon-s4wd a .icon-parts:after {
  content: "\e92b";
  margin-left: -1em;
  font-size: inherit;
  color: rgb(204, 190, 245);
}

.icon-arrow-down:after {
  content: "\e92c";
}

.menuicon-walmart > a:before {
  content: "\e927";
}

.menuicon-dangerous > a:before {
  content: "\e924";
}

.menuicon-pre-shipments-2 > a:before {
  content: "\e914";
}

.menuicon-fcl-2 > a:before {
  content: "\e915";
}

.menuicon-lcl-2 > a:before {
  content: "\e916";
}

.menuicon-air-2 > a:before {
  content: "\e917";
}

.menuicon-cargo-insurance-2 > a:before {
  content: "\e918";
}

.menuicon-creditline-2 > a:before {
  content: "\e919";
}

.menuicon-customs-clearance-2 > a:before {
  content: "\e91a";
}

.menuicon-door-delivery-2 > a:before {
  content: "\e91b";
}

.menuicon-ocean-freight-2 > a:before {
  content: "\e91c";
}

.menuicon-payments-2 > a:before {
  content: "\e91d";
}

.menuicon-blog-2 > a:before {
  content: "\e91e";
}

.menuicon-customer-stories-2 > a:before {
  content: "\e91f";
}

.menuicon-glossary-2 > a:before {
  content: "\e920";
}

.menuicon-help-center-2 > a:before {
  content: "\e921";
}

.menuicon-media-2 a:before {
  content: "\e922";
}

.menuicon-resource-center-2 > a:before {
  content: "\e923";
}

.menuicon-instagram > a:before {
  content: "\e913";
}

.menuicon-fb > a:before {
  content: "\e910";
}

.menuicon-linked-in > a:before {
  content: "\e911";
}

.menuicon-x > a:before {
  content: "\e912";
}

.menuicon-youtube > a:before {
  content: "\e925";
}

.menuicon-blog > a:before {
  content: "\e90b";
}

.menuicon-customer > a:before {
  content: "\e90d";
}

.menuicon-glossary > a:before {
  content: "\e90e";
}

.menuicon-media > a:before {
  content: "\e90f";
}

.menuicon-additional > a:before {
  content: "\e909";
}

.menuicon-shipping > a:before {
  content: "\e90c";
}

.menuicon-lcl > a:before {
  content: "\e90a";
}

.menuicon-bnpl > a:before {
  content: "\e900";
}

.menuicon-preship > a:before {
  content: "\e901";
}

.menuicon-warehouse > a:before {
  content: "\e902";
}

.menuicon-payment > a:before {
  content: "\e903";
}

.menuicon-ocean > a:before {
  content: "\e904";
}

.menuicon-fcl > a:before {
  content: "\e905";
}

.menuicon-customs-clearance > a:before {
  content: "\e906";
}

.menuicon-cargo-insurance > a:before {
  content: "\e907";
}

.menuicon-air > a:before {
  content: "\e908";
}

.menuicon-calculator > a:before {
  content: "\e926";
}

.menuicon-sourcing > a:before {
  content: "\e928";
}

.menuicon-contact-us > a:before,
.menuicon-about-us > a:before,
.menuIcon-customer-support > a:before {
  content: "";
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 0.8em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: initial !important;
}

.menuicon-contact-us > a:before {
  background-image: url("../assets/img/icons/menu/contact-us.svg");
}

.menuicon-about-us > a:before {
  background-image: url("../assets/img/icons/menu/about-us.svg");
}

.menuIcon-customer-support > a:before {
  background-image: url("../assets/img/icons/menu/customer-support.svg");
}

@media (max-width: 991px) {
  .menuicon-contact-us > a:before,
  .menuicon-about-us > a:before,
  .menuIcon-customer-support > a:before {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
.mm-menu {
  z-index: 99999;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(0deg, rgba(181, 184, 237, 0.1) 0%, rgba(181, 184, 237, 0.1) 100%), #FFF;
}
@media (max-width: 500px) {
  .mm-menu {
    width: 100%;
  }
}
.mm-menu .custom-logo-link {
  display: block;
  width: 125px;
  margin: 16px 24px 32px;
}
.mm-menu .custom-logo-link img {
  width: 100%;
  height: auto;
  display: block;
}
.mm-menu .mm-navbars {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  height: auto;
}
.mm-menu .menu-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}
.mm-menu .menu-close .bi {
  flex: 0 0 16px;
  position: relative;
  width: 16px;
  height: 16px;
}
.mm-menu .menu-close .bi::after, .mm-menu .menu-close .bi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  transform: translateY(-50%) rotate(45deg);
  background: #011323;
}
.mm-menu .menu-close .bi::before {
  transform: translateY(-50%) rotate(-45deg);
}
.mm-menu .link-hidden > a {
  display: none !important;
}
.mm-menu .mm-listview,
.mm-menu .mm-listview li,
.mm-menu .mm-panels,
.mm-menu .mm-panel {
  background: none;
  border: none;
}
.mm-menu .mm-listitem {
  display: block;
}
.mm-menu .mm-listview {
  transition: none 0.4s ease;
}
.mm-menu .mm-panels > .mm-panel {
  overflow-y: scroll;
}
.mm-menu .mm-panels > .mm-panel:after {
  content: none;
}
.mm-menu .menu > .mm-listitem:after {
  content: "";
  border-color: #D3DAF3;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 24px;
  inset-inline-end: 24px;
  bottom: 0;
}
.mm-menu .menu > .mm-listitem.last-link:after {
  content: none;
}
.mm-menu .menu > .mm-listitem:not(.header-button) > .mm-listitem__text {
  padding: 32px 24px;
  color: #011323;
  font-size: 20px;
  font-weight: 600;
  line-height: 175%;
}
.mm-menu .menu > .mm-listitem .mm-listitem__btn {
  position: absolute;
  inset: 0;
  height: 100px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: none;
}
.mm-menu .menu > .mm-listitem .mm-listitem__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  margin: 0;
  top: calc(50% - 7px);
  right: 24px;
  color: #6e3df7;
  border-color: currentColor;
  transform-origin: 35% 35%;
  transform: rotate(225deg);
  transition: transform 0.3s ease-in-out;
}
.mm-menu .menu > .mm-listitem .mm-panel {
  padding: 0;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out !important;
}
.mm-menu .menu > .mm-listitem--opened > .mm-listitem__text {
  color: #6e3df7 !important;
}
.mm-menu .menu > .mm-listitem--opened .mm-listitem__btn::after {
  transform: rotate(45deg);
}
.mm-menu .menu > .mm-listitem--opened .mm-panel {
  max-height: 1000px;
}
.mm-menu li.NoPanel {
  padding: 0 24px;
  flex-direction: column;
}
.mm-menu li.NoPanel::after {
  content: none;
}
.mm-menu li.NoPanel .mm-btn {
  display: none !important;
}
.mm-menu li.NoPanel > a {
  padding: 0;
  margin-bottom: 8px;
  color: #011323;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
}
.mm-menu li.NoPanel ul.mm-nopanel {
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
}
.mm-menu li.NoPanel ul.mm-nopanel li {
  padding: 1px 0;
}
.mm-menu li.NoPanel ul.mm-nopanel li > a {
  padding: 12px 24px 12px 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #011323;
  font-size: 13px;
  font-weight: 600;
  line-height: 175%;
}
.mm-menu li.NoPanel ul.mm-nopanel li > a .icon-parts, .mm-menu li.NoPanel ul.mm-nopanel li > a::before {
  font-size: 25px;
  margin: 0;
  color: #6e3df7;
}
.mm-menu li.NoPanel .mm-btn--next::after {
  content: none;
}
.mm-menu .hiw-menu li.NoPanel:not(:last-child) ul.mm-nopanel {
  padding: 0;
}
.mm-menu .resources-menu li.NoPanel ul.mm-nopanel {
  padding-bottom: 31px;
}
.mm-menu .menu {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 48px;
}
.mm-menu .menu .header-button {
  width: calc(100% - 48px);
  margin: 0 auto;
}
.mm-menu .menu .header-button a {
  height: 64px;
}
.mm-menu .menu .header-button a:active {
  background: #6e3df7;
  border-color: #6e3df7;
  color: #fff;
}
.mm-menu .menu .header-button::after {
  content: none !important;
}
.mm-menu .menu .login-button {
  order: 11;
  display: flex;
}
.mm-menu .menu .reg-button {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  margin-bottom: 16px;
  order: 10;
}
.mm-menu .menu .reg-button a {
  color: #fff;
}
.mm-menu .mm-navbar__title {
  display: none !important;
}

.hamburger,
.hamburger.is-active {
  padding: 8px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hamburger .hamburger-box,
.hamburger.is-active .hamburger-box {
  width: 28px;
}
.hamburger .hamburger-inner,
.hamburger.is-active .hamburger-inner {
  background-color: #ffffff;
  border-radius: 0;
  height: 2px;
  width: 28px;
}
.hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  background-color: #ffffff;
  border-radius: 0;
  height: 2px;
  width: 28px;
}
.site-header_light .hamburger .hamburger-inner,
.site-header_light .hamburger.is-active .hamburger-inner {
  background-color: #011323;
}
.site-header_light .hamburger .hamburger-inner:before, .site-header_light .hamburger .hamburger-inner:after,
.site-header_light .hamburger.is-active .hamburger-inner:before,
.site-header_light .hamburger.is-active .hamburger-inner:after {
  background-color: #011323;
}

.gradient-label {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 1px;
  color: #011323;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
}
.gradient-label span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fff;
}
.gradient-label::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(-270deg, #6e3df7 0, rgba(110, 61, 247, 0) 100%);
}

.chat-button {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 3rem 3rem 0;
  transition: all 0.3s ease 0s;
}
.chat-button strong {
  font-weight: 500;
}

body .chat-button {
  z-index: 4000 !important;
}

.btn-chat {
  display: inline-block;
  color: #6e3df7;
  background: #ffffff;
  transition: width 0.4s ease-in-out;
  padding: 12px 24px 11px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 30px;
  border: 1px solid #6e3df7;
  border-radius: 800px;
}
@media (hover: hover) {
  .btn-chat:hover {
    color: rgb(49, 6, 170);
    border-color: rgb(49, 6, 170);
  }
}

.spinner-border {
  display: inline-block;
  border: 4px solid #6e3df7;
  border-bottom-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  animation: spinner-border linear infinite 0.75s;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.row {
  margin: 0 -15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row.-no-gap [class*=col-] {
  padding: 0;
}

[class*=col-] {
  padding: 0 15px;
  width: 100%;
}

.col-1 {
  flex: 0 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
}

.order-1 {
  order: 1;
}

.offset-1 {
  margin-left: calc(100% / 12 * 1);
}

.col-2 {
  flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.order-2 {
  order: 2;
}

.offset-2 {
  margin-left: calc(100% / 12 * 2);
}

.col-3 {
  flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.order-3 {
  order: 3;
}

.offset-3 {
  margin-left: calc(100% / 12 * 3);
}

.col-4 {
  flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.order-4 {
  order: 4;
}

.offset-4 {
  margin-left: calc(100% / 12 * 4);
}

.col-5 {
  flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.order-5 {
  order: 5;
}

.offset-5 {
  margin-left: calc(100% / 12 * 5);
}

.col-6 {
  flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.order-6 {
  order: 6;
}

.offset-6 {
  margin-left: calc(100% / 12 * 6);
}

.col-7 {
  flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.order-7 {
  order: 7;
}

.offset-7 {
  margin-left: calc(100% / 12 * 7);
}

.col-8 {
  flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.order-8 {
  order: 8;
}

.offset-8 {
  margin-left: calc(100% / 12 * 8);
}

.col-9 {
  flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.order-9 {
  order: 9;
}

.offset-9 {
  margin-left: calc(100% / 12 * 9);
}

.col-10 {
  flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.order-10 {
  order: 10;
}

.offset-10 {
  margin-left: calc(100% / 12 * 10);
}

.col-11 {
  flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.order-11 {
  order: 11;
}

.offset-11 {
  margin-left: calc(100% / 12 * 11);
}

.col-12 {
  flex: 0 0 calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
}

.order-12 {
  order: 12;
}

.offset-12 {
  margin-left: calc(100% / 12 * 12);
}

.offset-0 {
  margin-left: 0;
}

@media (min-width: 576px) {
  .col-xs-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-xs-1 {
    order: 1;
  }
  .offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-xs-2 {
    order: 2;
  }
  .offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-xs-3 {
    order: 3;
  }
  .offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-xs-4 {
    order: 4;
  }
  .offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-xs-5 {
    order: 5;
  }
  .offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-xs-6 {
    order: 6;
  }
  .offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-xs-7 {
    order: 7;
  }
  .offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-xs-8 {
    order: 8;
  }
  .offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-xs-9 {
    order: 9;
  }
  .offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-xs-10 {
    order: 10;
  }
  .offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-xs-11 {
    order: 11;
  }
  .offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-sm-1 {
    order: 1;
  }
  .offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-sm-2 {
    order: 2;
  }
  .offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-sm-3 {
    order: 3;
  }
  .offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-sm-4 {
    order: 4;
  }
  .offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-sm-5 {
    order: 5;
  }
  .offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-sm-6 {
    order: 6;
  }
  .offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-sm-7 {
    order: 7;
  }
  .offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-sm-8 {
    order: 8;
  }
  .offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-sm-9 {
    order: 9;
  }
  .offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-sm-10 {
    order: 10;
  }
  .offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-sm-11 {
    order: 11;
  }
  .offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-md-1 {
    order: 1;
  }
  .offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-md-2 {
    order: 2;
  }
  .offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-md-3 {
    order: 3;
  }
  .offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-md-4 {
    order: 4;
  }
  .offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-md-5 {
    order: 5;
  }
  .offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-md-6 {
    order: 6;
  }
  .offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-md-7 {
    order: 7;
  }
  .offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-md-8 {
    order: 8;
  }
  .offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-md-9 {
    order: 9;
  }
  .offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-md-10 {
    order: 10;
  }
  .offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-md-11 {
    order: 11;
  }
  .offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 1230px) {
  .col-lg-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-lg-1 {
    order: 1;
  }
  .offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-lg-2 {
    order: 2;
  }
  .offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-lg-3 {
    order: 3;
  }
  .offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-lg-4 {
    order: 4;
  }
  .offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-lg-5 {
    order: 5;
  }
  .offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-lg-6 {
    order: 6;
  }
  .offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-lg-7 {
    order: 7;
  }
  .offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-lg-8 {
    order: 8;
  }
  .offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-lg-9 {
    order: 9;
  }
  .offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-lg-10 {
    order: 10;
  }
  .offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-lg-11 {
    order: 11;
  }
  .offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
}
@media (min-width: 1630px) {
  .col-xl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-xl-1 {
    order: 1;
  }
  .offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-xl-2 {
    order: 2;
  }
  .offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-xl-3 {
    order: 3;
  }
  .offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-xl-4 {
    order: 4;
  }
  .offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-xl-5 {
    order: 5;
  }
  .offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-xl-6 {
    order: 6;
  }
  .offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-xl-7 {
    order: 7;
  }
  .offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-xl-8 {
    order: 8;
  }
  .offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-xl-9 {
    order: 9;
  }
  .offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-xl-10 {
    order: 10;
  }
  .offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-xl-11 {
    order: 11;
  }
  .offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
}
@media (min-width: 1921px) {
  .col-xxl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-xxl-1 {
    order: 1;
  }
  .offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-xxl-2 {
    order: 2;
  }
  .offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-xxl-3 {
    order: 3;
  }
  .offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-xxl-4 {
    order: 4;
  }
  .offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-xxl-5 {
    order: 5;
  }
  .offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-xxl-6 {
    order: 6;
  }
  .offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-xxl-7 {
    order: 7;
  }
  .offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-xxl-8 {
    order: 8;
  }
  .offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-xxl-9 {
    order: 9;
  }
  .offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-xxl-10 {
    order: 10;
  }
  .offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-xxl-11 {
    order: 11;
  }
  .offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
}
.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column !important;
}

.d-flex-center {
  align-items: center;
  justify-content: center;
}

.text-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.image-blur img {
  filter: blur(2px);
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1630px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .hidden-desktop {
    display: none;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.me-3 {
  margin-right: 1rem;
}

.socials-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.socials-menu .menu-item {
  flex: 0 0 auto;
}
.socials-menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #011323;
  font-size: 16px;
  background: rgba(245, 247, 254, 0.4);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.1s;
}
@media (hover: hover) {
  .socials-menu .menu-item a:hover {
    background: rgba(245, 247, 254, 0.6);
  }
}
.socials-menu .menu-item a::before {
  font-size: inherit;
  margin: 0;
  text-align: center;
}
.socials-menu .menu-item.menuicon-youtube a, .socials-menu .menu-item.menuicon-instagram a {
  font-size: 20px;
}

.hiw-title,
.heading,
.descr-banner__content h2 {
  color: #011323;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .hiw-title,
  .heading,
  .descr-banner__content h2 {
    font-size: 32px;
    line-height: 125%;
  }
}
.hiw-title_h3,
.heading_h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .hiw-title_h3,
  .heading_h3 {
    font-size: 24px;
  }
}
.hiw-title_big,
.heading_big {
  font-size: 80px;
}
.hiw-title strong,
.heading strong,
.descr-banner__content h2 strong {
  color: #6e3df7;
  font-weight: 500;
}
.hiw-title_gradient strong,
.heading_gradient strong {
  background: linear-gradient(104deg, #6e3df7 0%, #ff4000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-label {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 1px;
  color: #011323;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
}
.gradient-label span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fff;
}
.gradient-label::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(-270deg, #6e3df7 0, rgba(110, 61, 247, 0) 100%);
}
.gradient-label_red::before {
  background: linear-gradient(to bottom right, #6e3df7 0, #ff4000 100%);
}

.red-gradient-text, .cta-red__title strong {
  background: linear-gradient(104deg, #6e3df7 0%, #ff4000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-head {
  max-width: 574px;
  margin: 0 auto;
  text-align: center;
}
.section-head .gradient-label {
  margin-bottom: 12px;
}
.section-head__title.heading, .descr-banner__content h2.section-head__title {
  margin: 0 0 8px;
  color: #011323;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .section-head__title.heading, .descr-banner__content h2.section-head__title {
    font-size: 32px;
  }
}
.section-head__text {
  margin: 0;
  color: #4e5a65;
  font-size: 13px;
  line-height: 175%;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 64px;
  padding: 10px 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  border-radius: 500px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.button span {
  position: relative;
  z-index: 2;
}
.button_grad-purple {
  border-color: #6e3df7;
}
.button_grad-purple::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, #a484fc 25.78%, #6e3df7 100%);
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .button_grad-purple:hover {
    border-color: #011323;
    background: #011323;
  }
  .button_grad-purple:hover::before {
    opacity: 0;
  }
}

.slick-dotted.slick-slider {
  margin: 0;
}
.slick-list {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .slick-list {
    margin-bottom: 32px;
  }
}
.slick-slider:not(.slick-initialized) {
  display: none;
}
.slick-slider:not(.slick-initialized).ready {
  display: block;
}
.slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.slick-dots li {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #d3daf3;
  border-radius: 50%;
  flex: 0 0 auto;
  border: none;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
}
.slick-dots li button:before, .slick-dots li button:after {
  display: none;
}
.slick-dots li.slick-active button {
  background: #6c3cf4;
}

.slider-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.slider-buttons__btn {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #6e3df7;
  color: #6e3df7;
  background: #fff;
  transition: color 0.2s, background 0.2s;
}
@media (hover: hover) {
  .slider-buttons__btn:hover {
    color: #fff;
    background: #6e3df7;
  }
}
.slider-buttons__btn.slick-disabled {
  opacity: 0.4;
  color: #6e3df7;
  background: #fff;
  border: 1px solid #d3daf3;
  pointer-events: none;
  cursor: auto;
}
.slider-buttons__btn_next {
  transform: rotate(180deg);
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px 40px 12px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  outline: none;
}
.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

.invalid-feedback {
  color: #f73d3d;
  font-weight: 600;
  font-size: 14px;
}

.is-valid + .invalid-feedback {
  display: none;
}

.form-control.is-valid {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28.256' height='21.871' viewBox='0 0 28.256 21.871'%3e%3cg id='Component_11_1' data-name='Component 11 – 1' transform='translate(1.414 1.414)'%3e%3cpath id='Path_1933' data-name='Path 1933' d='M2545.724-138.046l6.971,6.971,18.457-18.457' transform='translate(-2545.724 149.532)' fill='none' stroke='%236e3df7' stroke-linejoin='round' stroke-width='4'/%3e%3c/g%3e%3c/svg%3e ");
}

.btn-outline {
  border-style: solid;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.anchor-target {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}

.category-label {
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #6e3df7 !important;
  border-radius: 4px;
  padding: 1px;
  transition: color 0.3s;
}
.category-label span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 7px 12px;
  border-radius: 4px;
  color: #fff;
}
.category-label svg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.category-label_logistics-shipping {
  color: #78acf5 !important;
}
.category-label_customer-stories {
  color: #f5ca78 !important;
}
.category-label_trends-news {
  color: #f5e178 !important;
}
.category-label_documents {
  color: #f5a578 !important;
}
.category-label_awards {
  color: #f578f0 !important;
}
.category-label_freight-academy {
  color: #f57880 !important;
}
.category-label_glossary {
  color: #78f5d7 !important;
}
@media (hover: hover) {
  .category-label:hover {
    color: #fff !important;
    opacity: 1 !important;
  }
}

.list-marker {
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
}
.list-marker:before {
  content: "";
  height: 1em;
  width: 1em;
  margin-top: 0.3em;
}
.list-marker_check-purple:before {
  background: url("../assets/img/icons/check-icon_purple.svg") center/contain no-repeat;
}
.list-marker_check-white:before {
  background: url("../assets/img/icons/check-icon.svg") center/contain no-repeat;
}

.subscribe-form {
  display: block;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 991px) {
  .subscribe-form {
    min-width: 270px;
    max-width: 60%;
  }
}
@media (max-width: 679px) {
  .subscribe-form {
    max-width: 380px;
    min-width: 0;
  }
}
.subscribe-form br {
  display: none;
}
.subscribe-form:has(.hsfc-PostSubmit) .subscribe-form__title,
.subscribe-form:has(.hsfc-PostSubmit) .subscribe-form__text {
  display: none;
}
.subscribe-form__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 8px;
  text-wrap: balance;
}
.subscribe-form__text {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 16px;
}
.subscribe-form .hsfc-FieldLabel {
  display: none !important;
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-Row {
  margin: 0 !important;
}
@media (max-width: 991px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-Row {
    flex: 0 0 calc(100% - 124px);
    width: auto;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-Row:has(.hsfc-RichText) {
  flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 575px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    position: relative;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  flex: 0 0 auto;
  margin: 0;
}
@media (min-width: 992px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-NavigationRow {
    margin: 10px 0 0;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  margin: 0 !important;
  font-size: 10px !important;
}
@media (max-width: 575px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput {
  max-width: 220px;
  background: transparent;
  padding: 10px 0;
  margin: 0 0 2px !important;
  border-radius: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  font-size: 12px;
  line-height: 125%;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput {
    max-width: 100%;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput::-moz-placeholder {
  color: currentColor !important;
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput::placeholder {
  color: currentColor !important;
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-Button {
  padding: 5px 26px !important;
  border-radius: 500px !important;
  font-weight: 600;
  font-size: 12px;
  transform: none !important;
}
@media (max-width: 991px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-Button {
    line-height: 1.25 !important;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-Button:disabled {
  opacity: 0.7 !important;
}
.subscribe-form .hsfc-NavigationRow .hsfc-NavigationRow__Alerts,
.subscribe-form .hsfc-InfoAlert {
  display: none !important;
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.map-maps {
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 70px 0 55px;
}
@media (max-width: 991px) {
  .map-maps {
    padding: 35px 0;
  }
}
.map-maps__title {
  flex: 1 0 auto;
}
.map-maps__title h2 {
  margin: 0 0 28px;
}
@media (max-width: 575px) {
  .map-maps__title h2 {
    margin: 0;
  }
  .map-maps__title h2 br {
    display: none;
  }
}
.map-maps__loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-maps__text {
  flex: 1 1 auto;
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media (min-width: 576px) {
  .map-maps__text {
    max-width: 456px;
    grid-area: 1/2/3/3;
  }
}
.map-maps__header {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
}
@media (min-width: 576px) {
  .map-maps__header {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin: 0 0 48px;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .map-maps__header {
    display: flex;
    gap: 44px;
  }
}
.map-maps__subheader {
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .map-maps__subheader {
    order: 3;
  }
}
@media (max-width: 575px) {
  .map-maps__subheader {
    margin-top: 8px;
    grid-row: 3/4;
  }
}
.map-maps__select {
  width: 240px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .map-maps__select {
    width: 100%;
  }
}
.map-maps__select select {
  display: none;
  padding: 12px 40px 12px 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #011323;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #D3DAF3;
  border-radius: 8px;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
.map-maps__select select.current {
  display: block;
}
.map-maps__select select:hover, .map-maps__select select:focus {
  opacity: 1;
  border-color: #6D3EF7;
  outline: none;
}
.map-maps__choose {
  margin: 0 0 8px;
  color: #011323;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 175%;
}
@media (max-width: 1229px) {
  .map-maps__choose {
    font-size: 14px;
  }
}
.map-maps__tabs {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.map-maps__tabs_mobile {
  display: none;
}
@media (max-width: 767px) {
  .map-maps__tabs {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (max-width: 575px) {
  .map-maps__tabs {
    grid-row: 4/5;
  }
  .map-maps__tabs_desktop {
    display: none;
  }
  .map-maps__tabs_mobile {
    margin-top: 8px;
    display: flex;
  }
}
.map-maps__btn {
  padding: 10px 24px !important;
}
.map-maps__btn.current {
  opacity: 1;
  color: #fff !important;
  background: #011323 !important;
}
[data-current-map=fcl] .map-maps__btn[data-tab=fcl] {
  order: -1;
}
[data-current-map=air] .map-maps__btn[data-tab=air] {
  order: -1;
}
.map-maps__body {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .map-maps__body {
    margin: 0 -24px;
    padding-top: 10px;
    border-top: 1px solid #D3DAF3;
    border-bottom: 1px solid #D3DAF3;
  }
}
.map-maps__link-wrap {
  margin-top: 16px;
}
.map-maps__link {
  height: 43px;
  min-height: 43px;
  min-width: 195px;
}
.map-maps__scroll {
  position: absolute;
  right: 4px;
  top: 50%;
  z-index: 8;
  width: 32px;
  height: 32px;
  background: #6D3EF7;
  border-radius: 4px;
  border: none;
  display: none;
}
.map-maps__scroll.up {
  transform: translateY(-55%);
}
.map-maps__scroll.down {
  transform: translateY(55%);
}
@media (max-width: 767px) {
  .map-maps__scroll {
    display: none !important;
  }
}
.map-maps__scroll svg {
  pointer-events: none;
  transition: all 0.3s;
  max-width: 100%;
  max-height: 100%;
}
.map-maps__scroll:hover.up svg {
  transform: translateY(-2px);
}
.map-maps__scroll:hover.down svg {
  transform: translateY(2px);
}
.map-maps__popup {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  z-index: 10;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.05);
  backdrop-filter: blur(7.5px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .map-maps__popup {
    padding: 24px;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.map-maps__popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.map-maps__popup-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.map-maps__popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #011323;
  font-size: 0;
  transition: all 0.3s;
}
.map-maps__popup-close svg {
  max-height: 100%;
  max-width: 100%;
  fill: currentColor;
}
.map-maps__popup-close:hover {
  transform: rotate(90deg);
}
.map-maps__popup-flag {
  height: 18px;
  margin-right: 8px;
}
.map-maps__popup-flag img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .map-maps__popup-flag {
    height: 24px;
  }
}
.map-maps__popup-country {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: -0.01em;
  color: #011323;
  margin: 0;
}
.map-maps__popup-delivery {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75;
  color: #011323;
}
.map-maps__popup-list {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
  display: none;
}
@media (max-width: 575px) {
  .map-maps__popup-list {
    font-size: 16px;
  }
}
.map-maps__popup-list > div {
  margin-bottom: 4px;
}
.map-maps__popup-list ul {
  font-size: 16px;
}
.map-maps__popup-list.no-points {
  display: none;
}
.map-maps__popup-link {
  font-size: 13px;
  line-height: 1.75;
  color: #6e3df7;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.map-maps__popup-link:hover {
  color: #8256ff;
}
.map-maps__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.map-maps__content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 112px;
  border-radius: 0 4px 0 0;
  background: #fff;
  z-index: 1;
}
@media (max-width: 575px) {
  .map-maps__content:before {
    width: 84px;
    height: 94px;
  }
}
.map-maps__content.current {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 450px) {
  .map-maps .svg-map .shipment-map > svg {
    min-height: 240px;
  }
}
.map-maps .svg-map .active-area {
  cursor: pointer;
  transition: all 0.3s 0.1s;
}
.map-maps .svg-map .active-area.current, .map-maps .svg-map .active-area:hover {
  fill: #CCBEF5 !important;
}
.map-maps .svg-map .active-area.current {
  stroke: #6E3DF7 !important;
  stroke-width: 1px !important;
}
.map-maps .svg-map .active-plot {
  pointer-events: none;
  transition: all 1s;
}
.map-maps .svg-map .active-plot.animate {
  stroke-width: 4px;
}
.map-maps .svg-map .zoomButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #011323;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 8px;
  position: absolute;
  left: 4px;
  font-size: 16px;
  text-align: center;
  min-width: 95px;
  z-index: 2;
}
@media (max-width: 575px) {
  .map-maps .svg-map .zoomButton {
    font-size: 12px;
    min-width: 74px;
  }
}
.map-maps .svg-map .zoomButton.zoomReset {
  bottom: 0;
}
@media (max-width: 575px) {
  .map-maps .svg-map .zoomButton.zoomReset {
    bottom: 2px;
  }
}
.map-maps .svg-map .zoomButton.zoomIn {
  bottom: 80px;
}
@media (max-width: 575px) {
  .map-maps .svg-map .zoomButton.zoomIn {
    bottom: 66px;
  }
}
.map-maps .svg-map .zoomButton.zoomOut {
  bottom: 40px;
}
@media (max-width: 575px) {
  .map-maps .svg-map .zoomButton.zoomOut {
    bottom: 34px;
  }
}

.testimonials {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 31px 0;
  }
}
.testimonials__header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonials__header {
    margin-bottom: 24px;
  }
}
.testimonials__title {
  margin: 0;
  text-wrap: balance;
  max-width: 500px;
}
@media (max-width: 767px) {
  .testimonials__title {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .testimonials__buttons {
    display: none;
  }
}
.testimonials__buttons-mobile {
  display: block;
}
@media (min-width: 768px) {
  .testimonials__buttons-mobile {
    display: none;
  }
}
.testimonials__buttons-mobile .slider-buttons__btn {
  position: absolute;
  bottom: 4px;
  width: 48px;
  height: 48px;
  transform: translateY(50%);
}
.testimonials__buttons-mobile .slider-buttons__btn:not(.slick-disabled) {
  border-color: #6e3df7;
}
.testimonials__buttons-mobile .slider-buttons__btn svg {
  width: 16px;
  height: auto;
}
.testimonials__buttons-mobile .slider-buttons__btn_prev {
  left: 24px;
}
.testimonials__buttons-mobile .slider-buttons__btn_next {
  right: 24px;
  transform: translateY(50%) rotate(180deg);
}
.testimonials__slider-wrap {
  position: relative;
}
.testimonials__slider {
  display: none;
}
.testimonials__slider.slick-initialized {
  display: revert;
}
.testimonials__slider .slick-list {
  padding-top: 78px !important;
  margin-bottom: 0;
}
@media (max-width: 1629px) {
  .testimonials__slider .slick-list {
    padding-left: calc(50% - 570px);
  }
}
@media (max-width: 1229px) {
  .testimonials__slider .slick-list {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials__slider .slick-list {
    padding-left: 24px;
    margin-bottom: 50px;
    padding-top: 0 !important;
  }
}
.testimonials__slide {
  padding-right: 220px;
}
@media (max-width: 1629px) {
  .testimonials__slide {
    padding-right: 150px;
  }
}
@media (max-width: 1229px) {
  .testimonials__slide {
    padding-right: 75px;
  }
}

.testimonials-card {
  display: block;
  max-width: 930px;
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 1229px) {
  .testimonials-card {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .testimonials-card {
    max-width: calc(100vw - 48px);
    padding-bottom: 2px;
  }
}
.slick-current .testimonials-card {
  opacity: 1;
}
.testimonials-card__row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .testimonials-card__row {
    flex-direction: column-reverse;
  }
}
.testimonials-card__image {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .testimonials-card__image {
    flex: 0 0 240px;
    width: 240px;
    min-height: 325px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
}
.testimonials-card__image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .testimonials-card__image img {
    display: none;
  }
}
.testimonials-card__video-link {
  padding: 8px 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  color: #011323;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .testimonials-card__video-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    max-width: calc(100% - 20px);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.05);
    backdrop-filter: blur(7.5px);
  }
}
@media (max-width: 767px) {
  .testimonials-card__video-link {
    max-width: 300px;
    margin: 30px auto 0;
    border-radius: 500px;
    border: 1px solid #011323;
  }
}
@media (max-width: 575px) {
  .testimonials-card__video-link {
    max-width: 100%;
  }
}
@media (hover: hover) {
  .testimonials-card__video-link:hover {
    color: #6e3df7;
  }
}
.testimonials-card__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-left: 56px;
}
@media (max-width: 767px) {
  .testimonials-card__main {
    padding: 0;
  }
}
.testimonials-card__text {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 30px;
  color: #011323;
  font-size: 32px;
  font-weight: 500;
  line-height: 135%;
}
@media (max-width: 1229px) {
  .testimonials-card__text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testimonials-card__text {
    padding-left: 64px;
    font-size: 20px;
  }
}
.testimonials-card__text::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -44px;
  width: 150px;
  height: 150px;
  background: url("../assets/img/icons/testimonials-icon.svg") center/contain no-repeat;
  transform: translateY(-60%);
}
@media (max-width: 767px) {
  .testimonials-card__text::before {
    width: 48px;
    height: 48px;
    left: 0;
    top: 0;
    transform: none;
  }
}
.testimonials-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.testimonials-card__name {
  color: #6e3df7;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  margin: 0;
}
@media (max-width: 767px) {
  .testimonials-card__name {
    color: #011323;
    font-size: 16px;
  }
}
.testimonials-card__role {
  color: #011323;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
}
@media (min-width: 768px) {
  .testimonials-card__logo {
    max-width: 50%;
  }
}
.testimonials-card__logo img {
  max-height: 67px;
  max-width: 244px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .testimonials-card__logo img {
    max-height: 40px;
    max-width: 100%;
  }
}

.faqs__head {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .faqs__head {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .faqs__head {
    margin-bottom: 24px;
  }
}
.faqs__head .btn {
  margin-top: 32px;
}
@media (max-width: 575px) {
  .faqs__head .btn {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
  }
}
.faqs__title {
  text-align: center;
}
@media (max-width: 767px) {
  .faqs__title strong {
    color: #011323;
  }
}
.faqs__subtitle {
  max-width: 570px;
  margin: 10px auto 0;
  color: #4E5A65;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
  text-wrap: balance;
}
.faqs__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 750px;
}
.faqs__item {
  border: 1px solid #D3DAF3;
  border-radius: 8px;
}
.faqs__item.opened {
  background: #F5F7FE;
}
.faqs__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 16px 20px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #011323;
  text-align: left;
  border: none;
  background: none;
}
.faqs__indicator {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.faqs__indicator:after, .faqs__indicator:before {
  content: "";
  position: absolute;
  background: #6E3DF7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.faqs__indicator:before {
  height: 14px;
  width: 2px;
}
.opened .faqs__indicator:before {
  transform: translate(-50%, -50%) scaleY(0);
}
.faqs__indicator:after {
  height: 2px;
  width: 14px;
}
.faqs__answer {
  display: none;
}
.faqs__answer div {
  padding: 0 16px 20px 28px;
  font-size: 16px;
  line-height: 28px;
  color: #4E5A65;
}
.faqs__answer div ul, .faqs__answer div ol {
  margin: 1em 0;
  padding-left: 20px;
}
.faqs__answer div ul > li, .faqs__answer div ol > li {
  list-style: disc;
}
.faqs__answer div ol > li {
  list-style: decimal;
  padding-left: 8px;
}
.faqs__answer div > li, .faqs__answer div > p {
  font-size: 16px;
  line-height: 28px;
  color: #4E5A65;
}
.faqs__answer div > p:not(:last-child) {
  margin-bottom: 1em;
}
.faqs__answer div a {
  text-decoration: underline;
  transition: color 0.2s;
}
@media (hover: hover) {
  .faqs__answer div a:hover {
    color: #6e3df7;
  }
}

.features {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1230px) {
  .fcl-service-page .features {
    padding-top: 30px;
  }
}
.features__list {
  padding: 40px 0 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 32px;
}
@media (max-width: 991px) {
  .features__list {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
    margin: 0 -24px;
    scroll-padding: 0 24px;
    padding: 40px 24px 25px;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
  .features__list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .features__list::-webkit-scrollbar-track {
    background: #fff;
  }
  .features__list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 0 solid #fff;
  }
}
@media (max-width: 991px) {
  .features__list li {
    min-width: 260px;
    scroll-snap-stop: always;
    scroll-snap-align: start;
  }
}
.features__block {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1px 32px 60px;
  border-radius: 8px;
  background: #F5F7FE;
}
.features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: -40px 0 24px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.05);
  backdrop-filter: blur(7.5px);
}
.features__caption {
  margin: 0 0 8px;
  color: #011323;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}
.features__descr {
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.trust-block {
  padding: 51px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .trust-block {
    padding: 11px 0 23px;
  }
}
@media (max-width: 767px) {
  .trust-block__text {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .trust-block__img img {
    height: 48px;
  }
}

.awards-zim__block {
  max-width: 850px;
  margin: 0 auto;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  gap: 64px;
  border-radius: 8px;
  border: 1px solid #6E3DF7;
}
@media (max-width: 767px) {
  .awards-zim__block {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 16px;
  }
}
.awards-zim__text {
  flex: 1 1 auto;
  color: #011323;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.awards-zim__logo {
  flex: 0 0 107px;
  width: 107px;
}
@media (max-width: 767px) {
  .awards-zim__logo {
    flex: 0 0 78px;
    width: 78px;
  }
}
.awards-zim__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.section.trust-block {
  padding: 40px 0;
}

.trust-block {
  padding: 40px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .trust-block {
    padding: 54px 0;
  }
}
.trust-block__container {
  max-width: 1200px !important;
  padding: 0 30px !important;
}
@media (max-width: 1229px) {
  .trust-block__container {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
}
.trust-block.color-white {
  color: #fff;
}
.trust-block__title {
  margin: 0 0 27px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.trust-block__wrapper {
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  gap: 16px;
}
@media (max-width: 1229px) {
  .trust-block__wrapper {
    flex: 1 0 auto;
    gap: 0;
    width: auto;
    max-width: unset;
    justify-content: flex-start;
    animation: autoscroll 30s linear infinite forwards;
  }
}
@media (min-width: 1230px) {
  .trust-block__wrapper_mobile {
    display: none !important;
  }
}
.trust-block__col {
  position: relative;
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1229px) {
  .trust-block__col {
    padding: 0 48px;
    justify-content: flex-start;
    cursor: auto;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .trust-block__col {
    padding: 0 16px;
  }
}
@media (hover: hover) {
  .trust-block__col:hover .trust-block__text {
    opacity: 1;
    z-index: 3;
  }
}
.trust-block__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-block__img img {
  display: block;
  height: 47px;
  max-width: 200px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.trust-block__text {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  text-wrap: pretty;
  color: inherit;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 1230px) {
  .trust-block__text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: grid;
    place-items: center;
    width: -moz-max-content;
    width: max-content;
    max-width: 180px;
    min-height: 100%;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.75;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 14px 28px -7px rgba(16, 24, 40, 0.05);
    backdrop-filter: blur(7px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
}
@keyframes autoscroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.info-block__wrapper {
  padding: 64px 80px;
  background: url("../assets/img/air-service/info-bg.png") left bottom/auto 100% no-repeat, #F5F7FE;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  border-radius: 8px;
  border: 1px solid #D3DAF3;
}
@media (max-width: 1229px) {
  .info-block__wrapper {
    padding: 48px;
  }
}
@media (max-width: 991px) {
  .info-block__wrapper {
    background: url("../assets/img/air-service/info-bg-mob.png") left top/330px auto no-repeat, #F5F7FE;
    gap: 8px;
    padding: 207px 24px 39px;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 400px;
  }
}
@media screen and (max-width: 380px) {
  .info-block__wrapper {
    min-height: 440px;
  }
}
.info-block__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-align: left;
  max-width: 280px;
  color: #011323;
}
@media (max-width: 991px) {
  .info-block__title {
    max-width: none;
    font-size: 32px;
  }
}
.info-block__title strong {
  font-weight: 500;
  color: #6e3df7;
}
.info-block__column {
  flex: 0 1 540px;
}
@media (max-width: 1229px) {
  .info-block__column {
    flex: 0 1 auto;
  }
}
@media (min-width: 1230px) {
  .fcl-service-page .info-block__column {
    flex: 0 1 580px;
  }
}
.info-block__subtitle {
  margin-bottom: 32px;
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-wrap: pretty;
}
.info-block__subtitle strong {
  font-weight: 600;
}
.info-block__btn {
  min-width: 260px;
  text-transform: none;
}
@media (max-width: 575px) {
  .info-block__btn {
    width: 100%;
    max-width: 100%;
  }
}

.platform__title {
  margin: 0 auto 48px;
  max-width: 570px;
}
@media (max-width: 991px) {
  .platform__title {
    margin-bottom: 32px;
  }
}
.platform__slider {
  position: relative;
  max-width: 1420px;
  padding: 0 140px;
  margin: 0 auto !important;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .platform__slider {
    padding: 0;
  }
}
.platform__slider:not(.slick-initialized) {
  height: 400px;
  opacity: 0;
  overflow: hidden;
}
.platform__slider .slick-prev {
  display: none !important;
}
@media (max-width: 991px) {
  .platform__slide {
    padding: 0 24px;
  }
}
.platform .slider-buttons__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .platform .slider-buttons__btn {
    top: calc(100% + 52px);
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .platform .slider-buttons__btn svg {
    width: 18px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .platform .slider-buttons__btn {
    top: calc(100% + 36px);
  }
}
.platform .slider-buttons__btn_next {
  right: 30px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  .platform .slider-buttons__btn_next {
    right: calc(50% - 224px);
  }
}
@media (max-width: 575px) {
  .platform .slider-buttons__btn_next {
    right: 24px;
  }
}
.platform .slider-buttons__btn_prev {
  left: 30px;
}
@media (max-width: 991px) {
  .platform .slider-buttons__btn_prev {
    left: calc(50% - 224px);
  }
}
@media (max-width: 575px) {
  .platform .slider-buttons__btn_prev {
    left: 24px;
  }
}
.platform__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  position: relative;
}
@media (max-width: 991px) {
  .platform__item {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .platform__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.platform__video {
  flex: 1 1 auto;
  width: auto;
  max-width: 685px;
}
.platform__video img,
.platform__video video {
  display: block;
  aspect-ratio: 685/480;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.platform__info {
  flex: 0 0 35%;
}
@media (max-width: 767px) {
  .platform__info {
    flex: 1 1 auto;
  }
}
.platform__subtitle {
  text-align: left;
  text-wrap: pretty;
  font-size: 32px;
  margin-bottom: 8px;
}
.platform__text {
  text-wrap: pretty;
  font-size: 16px;
  line-height: 28px;
  color: #4e5a65;
}
.platform__slide img {
  width: 100%;
  height: auto;
}
.platform__bot {
  position: relative;
}
.platform__link {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  color: #011323;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  transform: translateY(-50%);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .platform__link {
    display: none;
  }
}
@media (hover: hover) {
  .platform__link:hover {
    color: #6e3df7;
  }
}
.platform__next {
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .platform__next {
    display: none !important;
  }
}
.platform__next:hover {
  color: #6c3cf4;
}
.platform__next.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.platform__next strong {
  font-weight: 600;
}
.platform__next:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../assets/img/hiw/slider-arrow.svg") no-repeat center/contain;
}

.cta-red .container {
  max-width: 1350px;
}
.cta-red__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 74px;
  padding: 24px 50px 24px 24px;
  min-height: 200px;
  border-radius: 16px;
  overflow: hidden;
  background: url("../assets/img/hiw-sourcing/cta-bg.svg") 20% top/cover no-repeat, linear-gradient(135deg, rgba(110, 61, 247, 0.2) 9.98%, rgba(255, 64, 0, 0.2) 83.47%);
}
@media (max-width: 991px) {
  .cta-red__block {
    max-width: 760px;
    margin: 0 auto;
    padding: 24px;
    gap: 66px;
    flex-direction: column;
    justify-content: flex-start;
    background-image: url("../assets/img/hiw-sourcing/cta-bg-mob.svg"), linear-gradient(135deg, rgba(110, 61, 247, 0.2) 9.98%, rgba(255, 64, 0, 0.2) 83.47%);
  }
}
@media (max-width: 575px) {
  .cta-red__block {
    background-position: center;
  }
}
.cta-red__image {
  flex: 0 0 375px;
  width: 375px;
  translate: 0 24px;
}
@media (min-width: 1230px) {
  .cta-red__image {
    margin-top: auto;
  }
}
@media (max-width: 991px) {
  .cta-red__image {
    flex: 0 0 auto;
  }
}
@media (max-width: 575px) {
  .cta-red__image {
    width: 100%;
  }
}
.cta-red__image img {
  width: 375px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 575px) {
  .cta-red__image img {
    max-width: 375px;
    translate: -130px 0;
  }
}
.cta-red__wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 37px;
}
@media (max-width: 991px) {
  .cta-red__wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.cta-red__content {
  flex: 1 1 auto;
  max-width: 460px;
}
@media (max-width: 991px) {
  .cta-red__content {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cta-red__content {
    text-align: left;
    max-width: 100%;
    width: 100%;
  }
}
.cta-red__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -1.2px;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .cta-red__title {
    max-width: 264px;
    margin-bottom: 18px;
  }
}
.cta-red__title strong {
  font-weight: 500;
}
.cta-red__text {
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 152%;
}
@media (max-width: 575px) {
  .cta-red__text {
    max-width: 275px;
  }
}
.cta-red__text strong {
  white-space: nowrap;
  color: #6e3df7;
  font-weight: 600;
}
.cta-red__button .btn {
  height: 35px;
  min-height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}

.section-head__text {
  color: #4e5a65;
  font-size: 16px;
  line-height: 175%;
  text-wrap: pretty;
}

.introduce {
  display: flex;
  align-items: stretch;
}
@media (min-width: 1230px) {
  .introduce {
    padding: 22px 30px 0;
  }
}
.introduce__wrapper {
  position: relative;
  width: 100%;
  border-radius: 8px;
  background: #f5f7fe;
  padding: 135px 0;
  overflow: hidden;
}
@media (max-width: 1229px) {
  .introduce__wrapper {
    border-radius: 0;
    padding-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .introduce__wrapper {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .introduce__wrapper {
    padding: 90px 0 22px;
  }
}
.introduce__row {
  position: relative;
  z-index: 2;
  display: flex;
}
@media (max-width: 991px) {
  .introduce__row {
    flex-direction: column;
  }
}
.introduce__content {
  position: relative;
  z-index: 2;
  padding-top: 17px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .introduce__content {
    flex: 1 1 46%;
    padding-bottom: 0;
  }
}
.introduce__image {
  position: relative;
}
@media (min-width: 992px) {
  .introduce__image {
    flex: 0 0 54%;
    padding-right: 22px;
  }
}
.introduce__image .map-img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-80%, 40%);
}
@media (max-width: 991px) {
  .introduce__image .map-img {
    bottom: 100%;
    transform: translate(-30%, 33%);
  }
}
.introduce__image .img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 644px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.introduce__title {
  margin: 0 0 16px;
  font-size: 48px;
  text-wrap: pretty;
}
@media (max-width: 991px) {
  .introduce__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .introduce__title {
    font-size: 32px;
  }
}
.introduce__descr {
  margin: 0 0 32px;
  color: #4e5a65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-wrap: pretty;
}
@media (max-width: 991px) {
  .introduce__descr {
    max-width: 700px;
  }
}
@media (max-width: 575px) {
  .introduce__descr {
    margin-bottom: 19px;
  }
}
.introduce__descr strong {
  font-weight: 600;
}
.introduce__descr a {
  text-decoration: underline;
  transition: color 0.2s;
}
@media (hover: hover) {
  .introduce__descr a:hover {
    color: #6e3df7;
  }
}
.introduce__descr p {
  font: inherit;
  margin: 0 0 16px;
}
.introduce__descr ul, .introduce__descr ol {
  font-size: 13px;
  color: #011323;
}
.introduce__descr ul {
  display: block;
}
.introduce__descr ul li {
  display: flex;
  gap: 12px;
  line-height: 1.75;
  margin: 0 0 8px 0;
}
.introduce__descr ul li:before {
  content: "";
  background: url("../assets/img/icons/check-icon.svg") center center/8px auto no-repeat, #6e3df7;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  margin-top: 0.3em;
  border-radius: 50%;
}
.introduce__buttons {
  display: flex;
  gap: 32px;
}
@media (max-width: 575px) {
  .introduce__buttons {
    flex-direction: column;
    gap: 19px;
  }
}
.introduce__buttons .btn {
  min-width: 195px;
  text-transform: none;
}

.descr-banner {
  padding: 32px 30px;
}
@media (max-width: 991px) {
  .descr-banner {
    padding: 22px 0;
  }
}
.descr-banner + .descr-banner {
  padding-top: 0;
}
.descr-banner .container {
  max-width: 1414px;
}
.descr-banner__wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 0;
  background: #D3DAF3;
  overflow: hidden;
}
@media (min-width: 992px) {
  .descr-banner__wrapper {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .descr-banner__wrapper {
    padding: 72px 0;
  }
}
.descr-banner:first-child .descr-banner__wrapper::after, .descr-banner:first-child .descr-banner__wrapper::before {
  content: "";
  z-index: 2;
  left: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.descr-banner:first-child .descr-banner__wrapper::before {
  top: 0;
  left: calc(50% - 46px);
  width: 357px;
  height: 135px;
  background-position: top center;
  background-image: url("../assets/img/sourcing/decor-1-1.svg");
}
@media (max-width: 1229px) {
  .descr-banner:first-child .descr-banner__wrapper::before {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .descr-banner:first-child .descr-banner__wrapper::before {
    width: 234px;
    left: auto;
    right: 0;
  }
}
.descr-banner:first-child .descr-banner__wrapper::after {
  bottom: 0;
  width: 246px;
  height: 276px;
  background-position: left bottom;
  background-image: url("../assets/img/sourcing/decor-1-2.svg");
}
@media (max-width: 1229px) {
  .descr-banner:first-child .descr-banner__wrapper::after {
    width: 196px;
  }
}
@media (max-width: 991px) {
  .descr-banner:first-child .descr-banner__wrapper::after {
    width: 146px;
  }
}
.descr-banner:nth-child(2) .descr-banner__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 340px;
  height: 242px;
  pointer-events: none;
  background: url("../assets/img/sourcing/decor-2-1.svg") right bottom/contain no-repeat;
}
@media (max-width: 1229px) {
  .descr-banner:nth-child(2) .descr-banner__wrapper::before {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .descr-banner:nth-child(2) .descr-banner__wrapper::before {
    width: 200px;
  }
}
.descr-banner__row {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
.descr-banner.invert .descr-banner__row {
  flex-direction: row-reverse;
}
.descr-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 70%;
     object-position: center 70%;
}
@media (min-width: 768px) {
  .descr-banner__bg {
    -o-object-position: left 70%;
       object-position: left 70%;
  }
}
@media (min-width: 1630px) {
  .descr-banner__bg {
    -o-object-position: left 70%;
       object-position: left 70%;
  }
}
.invert .descr-banner__bg {
  -o-object-position: 70% 70%;
     object-position: 70% 70%;
}
@media (min-width: 1230px) {
  .invert .descr-banner__bg {
    -o-object-position: right 70%;
       object-position: right 70%;
  }
}
.descr-banner__image {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .descr-banner__image {
    display: none;
  }
}
.descr-banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
}
.descr-banner__content {
  flex: 0 0 max(539px, 33%);
  position: relative;
  z-index: 3;
  max-width: max(539px, 33%);
  padding: 48px;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 1229px) {
  .descr-banner__content {
    max-width: min(469px, 50%);
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .descr-banner__content {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .descr-banner__content {
    padding: 24px 26px;
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.descr-banner__content h2 {
  margin: 0 0 16px;
}
@media (max-width: 1229px) {
  .descr-banner__content h2 {
    font-size: 32px;
  }
}
.descr-banner__content h2 strong {
  background: linear-gradient(93deg, #6e3df7 0%, #ff4000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.descr-banner__content p {
  margin: 0 0 16px;
  line-height: 175%;
  font-size: 16px;
  color: #4e5a65;
}
.descr-banner__content ul {
  display: grid;
  gap: 8px;
}
.descr-banner__content ul li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  color: #011323;
  gap: 8px;
}
.descr-banner__content ul li::before {
  content: "";
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  border-radius: 50%;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC43NSA0TDIuMjUgNS41TDcuMjUgMC41IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=") center center/0.55em auto no-repeat, #6e3df7;
}
.descr-banner__content a:not(.btn) {
  color: #6e3df7;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .descr-banner__content a:not(.btn):hover {
    color: #8256ff;
  }
}
.descr-banner__content .btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .descr-banner__content .btn {
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .descr-banner__content .btn {
    width: 100%;
  }
}
.descr-banner__content p:has(.btn) {
  margin: 0;
}
@media (max-width: 767px) {
  .descr-banner__content p:has(.btn) {
    text-align: center;
  }
}

.platform {
  padding: 0 0 55px;
  margin-top: -7px;
}
@media (max-width: 767px) {
  .platform {
    padding: 15px 0 22px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .platform .slick-list {
    margin-bottom: 32px;
  }
}
.platform .gradient-label::before {
  background: linear-gradient(to bottom right, #6e3df7 0, #ff4000 100%);
}
.platform__title strong {
  background: linear-gradient(92deg, #6e3df7 0, #ff4000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .platform__subtitle {
    font-size: 24px;
  }
}
.platform__subtitle strong {
  background: linear-gradient(92deg, #6e3df7 0, #ff4000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .platform .slider-buttons__btn {
    display: none !important;
  }
}
.platform__text .btn {
  margin-top: 40px;
  min-width: 207px;
}
@media (max-width: 767px) {
  .platform__text .btn {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .platform__text p:has(.btn) {
    text-align: center;
  }
}

.featured-in {
  margin: 0 0 55px;
  padding: 80px 0;
  background: #f5f7fe;
}
@media (max-width: 767px) {
  .featured-in {
    padding: 58px 0;
    margin-bottom: 39px;
  }
}
.featured-in__container {
  max-width: 1200px !important;
  padding: 0 30px !important;
}
@media (max-width: 1229px) {
  .featured-in__container {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
}
.featured-in__title {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  color: #011323;
  text-align: center;
}
.featured-in__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  gap: 20px;
}
@media (max-width: 1229px) {
  .featured-in__wrapper {
    flex: 1 0 auto;
    gap: 49px;
    padding: 0 25px;
    width: auto;
    min-width: 100vw;
    max-width: unset;
    justify-content: space-between;
    animation: autoscroll 30s linear infinite forwards;
  }
}
@media (min-width: 1230px) {
  .featured-in__wrapper_mobile {
    display: none !important;
  }
}
.featured-in__col {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.featured-in__col img {
  display: block;
  min-height: 40px;
  min-width: 50px;
  opacity: 0.3;
}

.about {
  padding: 7px 33px 35px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about {
    padding: 17px 0 37px;
  }
}
.about__wrapper {
  position: relative;
  width: 100%;
  padding: 72px 0;
  text-align: left;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(102deg, #6e3df7 0%, #ff4000 100%);
}
@media (min-width: 992px) {
  .about__wrapper {
    padding: 100px 0;
  }
}
.about__content {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .about__content {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
.about__title {
  max-width: 472px;
  padding: 0;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-size: 48px;
  text-wrap: balance;
  color: #fff;
}
@media (max-width: 991px) {
  .about__title {
    margin-bottom: 24px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about__title {
    text-wrap: pretty;
  }
}
@media (max-width: 991px) {
  .about__title strong {
    color: #ccbef5;
  }
}
.about__description {
  flex: 1 1 auto;
  max-width: 500px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-wrap: pretty;
}
.about__description p {
  margin: 0;
  font: inherit;
  line-height: 175%;
}
.about__description p + p {
  margin-top: 24px;
}
.about__description p:has(.btn) {
  margin-top: 54px;
  min-width: 207px;
}
@media (max-width: 991px) {
  .about__description p:has(.btn) {
    margin-top: 33px;
  }
}
@media (max-width: 991px) {
  .about__description p .btn {
    min-width: 207px;
    min-height: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .about__description p .btn:hover {
    color: #fff;
    border-color: #fff;
  }
}
.about__button {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .about__button {
    display: flex;
    justify-content: flex-end;
    margin-top: 48px;
  }
}
.about__button .btn {
  color: #011323;
  font-weight: 600;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 575px) {
  .about__button .btn {
    width: 100%;
  }
}
@media (hover: hover) {
  .about__button .btn:hover {
    color: #fff;
    background: #011323;
  }
}
.about__picture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 550px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .about__picture {
    width: 50%;
    max-width: 720px;
  }
}
.about__picture img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .benefit {
    background: url("../assets/img/sourcing/benefits-sourcing-bg.svg") center 65%/1440px auto no-repeat;
  }
}
@media (min-width: 992px) {
  .benefit__row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
.benefit__head {
  flex: 0 1 350px;
  width: auto;
  max-width: 350px;
}
@media (max-width: 1229px) {
  .benefit__head {
    flex: 0 1 10%;
    width: auto;
    max-width: 10%;
  }
}
@media (max-width: 991px) {
  .benefit__head {
    width: 100%;
    max-width: 700px;
    margin-bottom: 16px;
  }
}
.benefit__title {
  margin-bottom: 8px;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .benefit__title {
    flex: 0 0 250px;
    margin-bottom: 16px;
    min-width: 520px;
  }
}
@media (max-width: 991px) {
  .benefit__title strong {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #011323;
  }
}
@media (max-width: 991px) {
  .benefit__title span {
    background: linear-gradient(104deg, #6e3df7 0%, #ff4000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.benefit__text {
  min-width: 532px;
  color: #4e5a65;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
  text-wrap: pretty;
}
@media (max-width: 991px) {
  .benefit__text {
    min-width: 0;
  }
}
.benefit__text .btn {
  margin-top: 16px;
}
@media (min-width: 1230px) {
  .benefit__text .btn {
    min-width: 207px;
  }
}
@media (max-width: 991px) {
  .benefit__text p:has(.btn) {
    text-align: center;
  }
  .benefit__text p:has(.btn) .btn {
    margin-top: 24px;
    min-width: 207px;
  }
}
.benefit__body {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .benefit__body {
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .benefit__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 360px));
    grid-auto-rows: auto;
    gap: 16px;
  }
}
.benefit__body li {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .benefit__body li {
    padding: 0;
    flex: 0 0 calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .benefit__body li {
    grid-column: 2/3;
  }
  .benefit__body li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/2;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .benefit__body li:nth-child(1) {
    order: 2;
  }
  .benefit__body li:nth-child(2) {
    order: 1;
  }
  .benefit__body li:nth-child(3) {
    order: 3;
  }
}
.benefit__block {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #d3daf3;
  background: #f5f7fe;
}
@media (max-width: 991px) {
  .benefit__block {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .benefit__block {
    padding: 24px;
  }
}
.benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 0 24px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.05);
  backdrop-filter: blur(7.5px);
}
.benefit__caption {
  margin: 0 0 12px;
  max-width: 250px;
  color: #011323;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
}
.benefit__caption strong {
  font-weight: 500;
  background: linear-gradient(104deg, #6e3df7 0%, #ff4000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefit__descr {
  color: #4e5a65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.benefit .cta-btn {
  margin: 24px 0 0;
}
.benefit .cta-btn .btn {
  min-width: 207px;
}

.process {
  padding: 38px 0 69px;
}
@media (max-width: 767px) {
  .process {
    padding: 30px 0 47px;
  }
}
.process__head {
  max-width: 600px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .process__head {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .process__head {
    max-width: 320px;
  }
}
.process__head .section-head__text {
  font-size: 13px;
  max-width: 420px;
  margin: 0 auto;
}
.process__row_1 {
  margin-bottom: 72px;
}
.process__row_3 {
  margin-top: 72px;
}
@media (min-width: 768px) {
  .process__row {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
  }
  .process__row_1 {
    margin-bottom: 150px;
  }
  .process__row_4, .process__row_2 {
    flex-direction: row-reverse;
  }
  .process__row_3 {
    margin-top: 150px;
  }
}
.process__image {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .process__image {
    flex: 0 1 54.5%;
    position: sticky;
    top: 120px;
    margin-bottom: 0;
  }
}
.process__image img {
  display: block;
  width: 100%;
  height: auto;
}
.process__descr {
  flex: 0 1 45.5%;
  color: #4e5a65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.process__descr h3 {
  margin: 0 0 24px;
  color: #011323;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}
@media (max-width: 767px) {
  .process__descr h3 {
    font-size: 24px;
  }
}
.process__descr li + li {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .process__descr li + li {
    margin-top: 32px;
  }
}
.process__descr li br {
  display: none;
}
.process__descr li > strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
}
.process__descr li > strong:first-child {
  display: flex;
  gap: 12px;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  color: #011323;
}
@media (max-width: 767px) {
  .process__descr li > strong:first-child {
    font-size: 20px;
  }
}
.process__descr li > strong:first-child::before {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 0.1em;
  font-size: 20px;
  line-height: 1;
  background: url("../assets/img/sourcing/list-marker.svg") center/contain no-repeat;
}
.process__descr li p {
  font: inherit;
}
.process__descr li p:not(:last-child) {
  margin-bottom: 1.75em;
}
.process__descr li p strong {
  font-weight: 600;
}
.process__descr a:not(.btn) {
  color: currentColor;
  text-decoration-line: underline;
  transition: color 0.1s;
}
@media (hover: hover) {
  .process__descr a:not(.btn):hover {
    color: #6e3df7;
  }
}
@media (max-width: 767px) {
  .process__descr p:has(.btn) {
    text-align: center;
  }
}
.process__descr .btn {
  margin-top: 24px;
  min-width: 207px;
}
@media (max-width: 575px) {
  .process__descr .btn {
    width: 100%;
    margin-top: 32px;
  }
}

.info-block {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .info-block {
    padding-top: 0;
  }
}
.info-block__wrapper {
  background: url("../assets/img/sourcing/info-bg.png") left bottom/auto 100% no-repeat, #f5f7fe;
}
@media (max-width: 991px) {
  .info-block__wrapper {
    background: url("../assets/img/sourcing/info-bg_mob.png") left top/330px auto no-repeat, #f5f7fe;
  }
}
@media (min-width: 1230px) {
  .info-block__column {
    flex: 0 1 580px;
  }
}
.info-block__title strong {
  background: linear-gradient(97deg, #6e3df7 10%, #ff4000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faqs {
  padding: 88px 0 80px;
}
@media (max-width: 767px) {
  .faqs {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .faqs__subtitle {
    text-wrap: pretty;
  }
}
.faqs .faqs__subtitle {
  max-width: 450px;
  text-wrap: pretty;
}
@keyframes autoscroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*# sourceMappingURL=sourcing-service.css.map */
