@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;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.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;
}

.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;
}

.calculator__body::-webkit-scrollbar, .select2-dropdown .select2-results__options::-webkit-scrollbar, .autocomplete-dropdown-list::-webkit-scrollbar {
  width: 8px;
}
.calculator__body::-webkit-scrollbar-track, .select2-dropdown .select2-results__options::-webkit-scrollbar-track, .autocomplete-dropdown-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.calculator__body::-webkit-scrollbar-thumb, .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb, .autocomplete-dropdown-list::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  background-color: #B2B5C2;
  border-radius: 10px;
}

.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 {
  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 {
    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 {
  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 {
  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 {
  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 {
    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;
  }
}
.autocomplete {
  position: relative;
}
.autocomplete-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 20;
  width: 60px;
  height: 60px;
  background: url("../assets/img/loader.svg") center/cover no-repeat;
}

.autocomplete-dropdown {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 250px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 12px 12px;
  border: 1px solid #6e3df7;
  border-top-color: #E6E8EC;
  background: #F8F8F9;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}
.autocomplete-dropdown-list {
  max-height: 100%;
  padding: 12px 0;
  overflow-y: hidden;
}
.autocomplete.show .autocomplete-dropdown-list {
  overflow-y: auto;
}
.autocomplete-dropdown li {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.5;
  color: #24262E;
  transition: 0.1s;
  cursor: pointer;
}
@media (hover: hover) {
  .autocomplete-dropdown li:not(.selected):hover {
    background: #6e3df7;
    color: #fff;
  }
  .autocomplete-dropdown li:not(.selected):hover span {
    color: #F8F8F9;
  }
}
.autocomplete-dropdown li.disabled {
  pointer-events: none;
}
.autocomplete-dropdown li.selected {
  background: #D3DAF3;
}
.autocomplete-dropdown li span {
  display: block;
  color: #787E8E;
  margin-bottom: 2px;
}
.autocomplete-dropdown li strong {
  font-weight: 600;
}
.autocomplete.show .autocomplete-dropdown {
  max-height: 250px;
  opacity: 1;
  visibility: visible;
}

.autocomplete.show .autocomplete-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6e3df7;
  border-bottom: 0;
  transition: border 0.3s ease-in-out;
}

.custom-select {
  position: relative;
}
.custom-select__label {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 24px;
  overflow: hidden;
  color: #B2B5C2;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  pointer-events: none;
}
.custom-select .select2 {
  display: block;
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.custom-select select,
.custom-select .select2-selection {
  position: relative;
  display: flex;
  padding: 8px 24px;
  min-height: 58px;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  color: #24262E;
  font-weight: 400;
  line-height: 150%;
  border-radius: 12px;
  background: #F8F8F9;
  border: 1px solid transparent;
  outline: none;
}
.custom-select select__rendered,
.custom-select .select2-selection__rendered {
  padding-top: 16px;
  font: inherit;
  padding-left: 0 !important;
  padding-right: 30px !important;
  color: currentColor !important;
  line-height: 1.5 !important;
}
.custom-select .select2-container--open .select2-selection {
  border-color: #6e3df7;
}
.custom-select .select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0;
}
.custom-select .select2-container--open.select2-container--above .select2-selection {
  border-top: 0;
}
.custom-select .selection {
  display: block;
  height: 100%;
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 2;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  transition: rotate 0.3s ease-in-out;
  background: url("../assets/img/select-arrow.svg") center/15px auto no-repeat !important;
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.custom-select .select2-container--open .select2-selection--single .select2-selection__arrow {
  rotate: 180deg;
}
.custom-select .select2-search {
  padding: 8px;
}
.custom-select .select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background: #F8F8F9;
}
.custom-select .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  font-size: 14px;
  border-radius: 12px;
  border-color: #6e3df7;
  background: #F8F8F9;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.select2-dropdown--above {
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.1);
}
.select2-dropdown .select2-search {
  border-top: 1px solid #E6E8EC;
  padding: 12px;
}
.select2-dropdown .select2-search__field {
  padding: 8px 12px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  color: #24262E;
  font-weight: 400;
  line-height: 150%;
  border-radius: 6px;
  background: #F8F8F9;
  border-color: #D3DAF3;
  outline: none;
}
.select2-dropdown .select2-results__option {
  padding-left: 20px;
  padding-right: 20px;
  transition: color 0.1s ease-in, background-color 0.1s ease-in;
}
.select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #6e3df7 !important;
  color: #fff !important;
}
.select2-dropdown .select2-results__option--selected {
  color: currentColor !important;
  background-color: #D3DAF3 !important;
}
.select2-dropdown .select2-results__message {
  padding-left: 20px;
  padding-right: 20px;
}
.select2-dropdown .country-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.select2-dropdown .country-item img {
  margin-top: 0.35em;
  flex: 0 0 16px;
  height: auto;
}

.switcher {
  position: relative;
  width: 100%;
  padding: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 80px;
  background: #F8F8F9;
}
.switcher__item {
  position: relative;
  color: #787E8E;
  border-radius: 64px;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.switcher__item:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 64px;
  background: #6e3df7;
  translate: 100% 0;
  transition: translate 0.3s ease-out;
}
.switcher__item:first-child:has(input:checked):before {
  translate: 0 0;
}
.switcher__item:has(input:checked) {
  color: #ffffff;
}
.switcher__label {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: currentColor;
  text-align: center;
  font-size: 12px;
  line-height: 125%;
}

.commodity-item__head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.commodity-item__title {
  color: #24262E;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.commodity-item__delete {
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  color: #787E8E;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .commodity-item__delete:hover {
    color: #6e3df7;
  }
}
.commodity-item__body {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 576px) {
  .commodity-item__body {
    grid-template-columns: 1fr 1fr 170px;
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 576px) {
  .commodity-item__field:first-child {
    grid-column: span 2;
    max-width: 100%;
  }
}

.radio-btn {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #24262E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}
.radio-btn__checkbox {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 0.2em;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #B2B5C2;
  transition: border 0.3s ease-in-out;
}
.radio-btn__checkbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #6e3df7;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}
.radio-btn:has(input:checked) .radio-btn__checkbox {
  border-color: #6e3df7;
}
.radio-btn:has(input:checked) .radio-btn__checkbox::before {
  transform: scale(1);
}
.radio-btn__label {
  flex: 1 1 auto;
  font: inherit;
}
.radio-btn__subtext {
  display: block;
  margin-top: 4px;
  color: #787E8E;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.radio-btn__value {
  font: inherit;
  font-weight: 500;
  text-align: right;
}

.calc-table {
  display: block;
  max-width: 100%;
  width: 100%;
  text-align: left;
  border-radius: 12px;
  border: 1px solid #E6E8EC;
  background: #F8F8F9;
  overflow: hidden;
}
.calc-table tr,
.calc-table tbody {
  display: block;
  max-width: 100%;
  width: 100%;
}
.calc-table tr {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 16px;
}
.calc-table tr:nth-child(even) {
  background: #fff;
}
.calc-table td,
.calc-table th {
  flex: 1 1 auto;
  width: auto;
  color: #787E8E;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.calc-table td {
  flex: 0 0 auto;
  text-align: right;
  color: #24262E;
}

.calc-field {
  display: block;
  position: relative;
}
.calc-field__label {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 24px;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 36px);
  color: #B2B5C2;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  pointer-events: none;
}
.calc-field__input {
  display: block;
  padding: 8px 24px;
  min-height: 56px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 12px;
  color: #24262E;
  background: #F8F8F9;
  border: 1px solid transparent;
  outline: none;
}
.calc-field__input--right-space {
  padding-right: 68px;
}
.calc-field__input--right-space-sm {
  padding-right: 42px;
}
.calc-field__input--top-label {
  padding-top: 24px;
}
.calc-field__input--left-icon {
  padding-left: 52px;
}
.calc-field__input--right-icon {
  padding-right: 52px;
}
.calc-field__input::-moz-placeholder {
  font: inherit;
  color: #787E8E;
}
.calc-field__input::placeholder {
  font: inherit;
  color: #787E8E;
}
.calc-field__input:not([readonly]):focus {
  border-color: #6e3df7;
}
.calc-field__clear, .calc-field__icon, .calc-field__units {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  color: #787E8E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.calc-field__icon {
  display: block;
  right: auto;
  left: 16px;
  top: 49%;
  width: 24px;
  height: 24px;
}
.calc-field__icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.calc-field__clear {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  right: 16px;
  padding-top: 12px;
  color: #787E8E;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .calc-field__clear:hover {
    color: #8256ff;
  }
}
.calc-field__clear svg {
  display: block;
  width: 14px;
  height: auto;
}
.calc-field:has(input:-moz-placeholder) .calc-field__clear {
  display: none;
}
.calc-field:has(input:placeholder-shown) .calc-field__clear {
  display: none;
}
.calc-field:has(.calc-field__input:focus) .calc-field__icon {
  color: #24262E;
}

.calculator {
  display: block;
  width: 100%;
}
.calculator__wrapper {
  width: 100%;
  max-width: 100%;
  height: 700px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 24px 48px 0 rgba(17, 30, 70, 0.08);
}
.calculator .calculator__form {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.calculator__step {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-width: 0;
}
.calculator[data-current-step="4"] .calculator__form {
  display: none;
}
.calculator[data-current-step="1"] .calculator__step--1, .calculator[data-current-step="2"] .calculator__step--2, .calculator[data-current-step="3"] .calculator__step--3, .calculator[data-current-step="4"] .calculator__step--4 {
  display: flex;
}
.calculator__footer, .calculator__header {
  width: 100%;
  max-width: 100%;
}
.calculator__header {
  padding: 32px;
}
@media (max-width: 575px) {
  .calculator__header {
    padding: 24px;
  }
}
.calculator__body {
  position: relative;
  max-width: 100%;
  width: 100%;
  flex: 1 1 auto;
  padding: 0 32px;
  overflow-y: auto;
}
@media (max-width: 575px) {
  .calculator__body {
    padding: 0 24px;
  }
}
.calculator__body:has(.calculator__result > div, .calculator__result > div > table) .calculator__email {
  display: block;
}
.calculator__step--4 .calculator__body {
  display: flex;
  flex-direction: column;
}
.calculator__legend {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #24262E;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.calculator__fraction {
  color: #787E8E;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.calculator__sublegend {
  margin-bottom: 16px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  color: #787E8E;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.calculator__step-pagination {
  display: grid;
  padding: 4px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px;
  border-radius: 64px;
  background: #F8F8F9;
}
.calculator__step-pagination span {
  height: 8px;
  border-radius: 64px;
  background: #E6E8EC;
}
.calculator__step-pagination .active {
  background: #6e3df7;
}
.calculator__title {
  margin-bottom: 20px;
  color: #24262E;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.calculator__title--sm {
  margin-bottom: 4px;
}
.calculator__error-text, .calculator__text {
  margin-bottom: 16px;
  color: #787E8E;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.calculator__shipping-type {
  margin-bottom: 20px;
}
.calculator__field {
  margin-bottom: 24px;
}
.calculator__commodity-list {
  display: grid;
  grid-gap: 24px;
  margin-bottom: 16px;
}
.calculator__radio-list {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 24px;
}
.calculator__custom-bond .calc-field {
  display: block;
  max-width: 400px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .calculator__custom-bond .calc-field {
    margin-left: 32px;
  }
}
.calculator__custom-bond:has(input[type=radio]:checked) .calc-field {
  margin-top: 8px;
  max-height: 56px;
  opacity: 1;
  visibility: visible;
}
.calculator__notice {
  display: block;
  padding: 16px;
  color: #787E8E;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 12px;
  background: #F8F8F9;
}
.calculator__result {
  width: 100%;
  display: grid;
  grid-gap: 24px;
  padding-bottom: 14px;
}
.calculator__result:has(.calculator__error-text) .calculator__text {
  display: none !important;
}
.calculator__loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(4px);
  display: grid;
  place-items: center;
}
.calculator__email {
  display: none;
  width: 100%;
  margin: 24px 0 32px;
}
.calculator__total:has(.value) {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #787E8E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border-top: 1px solid #E6E8EC;
  border-bottom: 1px solid #E6E8EC;
}
.calculator__total:has(.value) .value {
  font-weight: 500;
  color: #24262E;
}
.calculator__footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  padding: 32px;
  justify-content: center;
}
@media (max-width: 575px) {
  .calculator__footer-nav {
    padding: 24px;
  }
}
.calculator__button {
  height: 48px;
  min-height: 48px;
}
.calculator__button.button {
  background: #6e3df7;
  border-color: #6e3df7;
  padding: 10px 12px;
}
.calculator__button.button span {
  display: block;
}
@media (min-width: 576px) {
  .calculator__button.button .hidden-above-mobile {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .calculator__button.button .hidden-below-mobile {
    display: none !important;
  }
}
.calculator__button:disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media (min-width: 1230px) {
  .site-header:not(.scrolled) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.introduce {
  display: flex;
  align-items: stretch;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .introduce {
    padding-bottom: 43px;
  }
}
@media (min-width: 1230px) {
  .introduce {
    padding: 22px 30px 43px;
  }
}
.introduce__wrapper {
  position: relative;
  width: 100%;
  border-radius: 8px;
  background: #F5F7FE;
  padding: 135px 0 0;
}
@media (max-width: 991px) {
  .introduce__wrapper {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .introduce__wrapper {
    padding-top: 90px;
  }
}
.introduce__row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 991px) {
  .introduce__row {
    flex-direction: column;
  }
}
.introduce__content {
  flex: 1 1 auto;
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .introduce__content {
    padding: 66px 0;
    max-width: 470px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .introduce__content {
    text-align: left;
  }
}
.introduce__calculator {
  width: 100%;
  margin: 0 auto -100px;
}
@media (min-width: 768px) {
  .introduce__calculator {
    max-width: 570px;
  }
}
@media (min-width: 992px) {
  .introduce__calculator {
    flex: 0 0 50%;
    width: 50%;
    margin: 0 0 -42px;
  }
}
.introduce__title {
  margin: 0 0 16px;
  font-size: 48px;
  text-wrap: balance;
}
@media (max-width: 1229px) {
  .introduce__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .introduce__title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .introduce__title {
    text-wrap: balance;
  }
}
.introduce__subtext {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .introduce__subtext {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .introduce__subtext {
    font-size: 12px;
  }
}
.introduce__subtext a {
  font: inherit;
  color: #011323;
  transition: color 0.1s ease-in-out;
}
@media (hover: hover) {
  .introduce__subtext a:hover {
    color: #8256ff;
  }
}
.introduce__descr {
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 991px) {
  .introduce__descr {
    text-wrap: balance;
  }
}
@media (max-width: 575px) {
  .introduce__descr {
    font-size: 14px;
    text-wrap: pretty;
  }
}
.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;
}
@media (max-width: 767px) {
  .introduce__descr p {
    margin-bottom: 8px;
  }
}
.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") 60% center/8px auto no-repeat, #6e3df7;
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 1.1em;
  margin-top: 0.3em;
  border-radius: 50%;
}
.introduce__buttons {
  margin-top: 32px;
}
@media (max-width: 575px) {
  .introduce__buttons {
    margin-top: 14px;
  }
}
.introduce__buttons .btn {
  min-width: 130px;
  text-transform: none;
}

.critical-step {
  padding: 60px 30px 28px;
}
@media (max-width: 991px) {
  .critical-step {
    padding: 82px 0 20px;
  }
}
.critical-step__block {
  padding-top: 96px;
  border-radius: 8px;
  background: #F5F2FD;
}
@media (max-width: 991px) {
  .critical-step__block {
    padding-top: 24px;
    border-radius: 0;
  }
}
.critical-step .container {
  position: relative;
}
.critical-step .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17%;
  z-index: 1;
  width: 338px;
  height: 100%;
  background: url("../assets/img/customs-clearance/critical-bg.svg") center bottom/100% auto no-repeat;
}
@media (max-width: 991px) {
  .critical-step .container::before {
    left: 40%;
  }
}
@media (max-width: 575px) {
  .critical-step .container::before {
    left: 20%;
    width: 268px;
  }
}
.critical-step__grid {
  position: relative;
  z-index: 2;
  display: block;
}
@media (min-width: 992px) {
  .critical-step__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 142px;
    grid-row-gap: 15px;
  }
}
.critical-step__title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .critical-step__title {
    grid-area: 1/1/2/2;
    margin: 0;
  }
}
.critical-step__descr {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .critical-step__descr {
    grid-area: 1/2/3/3;
    margin: 0;
  }
}
.critical-step__descr p {
  margin-bottom: 1.5em;
  color: #011323;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 767px) {
  .critical-step__descr p {
    font-size: 14px;
  }
}
.critical-step__descr strong {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .critical-step__descr strong {
    font-size: 16px;
  }
}
.critical-step__image {
  grid-area: 2/1/3/2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .critical-step__image {
    overflow: hidden;
  }
}
.critical-step__image img {
  max-width: 100%;
  width: 344px;
  height: auto;
}
@media (max-width: 575px) {
  .critical-step__image img {
    width: 268px;
    margin-left: -70px;
  }
}
/*# sourceMappingURL=customs-calculator.css.map */
