@charset "UTF-8";

/*! nouislider - 14.6.1 - 8/17/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%);
  transform: translate(50%);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translateY(-18px);
  transform: translateY(-18px);
  top: auto;
  right: 28px;
}
@media (max-width: 339px) {
  .-hideBelow-xxxs {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .-hideBelow-xxs {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .-hideBelow-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .-hideBelow-sm {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .-hideBelow-md {
    display: none !important;
  }
}
@media (max-width: 1259px) {
  .-hideBelow-lg {
    display: none !important;
  }
}
@media (max-width: 1365px) {
  .-hideBelow-xl {
    display: none !important;
  }
}
@media (max-width: 1499px) {
  .-hideBelow-xxl {
    display: none !important;
  }
}
@media (min-width: 340px) {
  .-hideAbove-xxxs {
    display: none !important;
  }
}
@media (min-width: 376px) {
  .-hideAbove-xxs {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .-hideAbove-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .-hideAbove-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .-hideAbove-md {
    display: none !important;
  }
}
@media (min-width: 1260px) {
  .-hideAbove-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .-hideAbove-xl {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .-hideAbove-xxl {
    display: none !important;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
a,
button {
  cursor: pointer;
}
button {
  color: inherit;
  border-width: 0;
  padding: 0;
}
figure {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
dd,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
}
input[type='search']::-ms-clear,
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
body,
html {
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  line-height: 1.2;
  font-size: 12px;
  color: #000;
  background: #fff;
}
html {
  scroll-behavior: smooth;
}
html.scroll-locked {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
button,
label {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  text-decoration: none;
}
a,
a:focus,
a:hover {
  color: inherit;
}
a:focus {
  outline-color: #000;
}
a[href^='tel:'] {
  text-decoration: none;
}
.l-footer,
.l-main {
  width: 100vw;
  overflow-x: hidden;
}
.l-main {
  margin-top: 117px;
}
@media (max-width: 1259px) {
  .l-main {
    margin-top: 60px;
  }
}
@font-face {
  font-family: Gilroy;
  src: url(/build/fonts/gilroy-regular-webfont.a2f71f56.woff2) format('woff2'),
    url(/build/fonts/gilroy-regular-webfont.e243f66e.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(/build/fonts/gilroy-semibold-webfont.f1e0cbad.woff2) format('woff2'),
    url(/build/fonts/gilroy-semibold-webfont.be0831b0.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(/build/fonts/gilroy-bold-webfont.b368f174.woff2) format('woff2'),
    url(/build/fonts/gilroy-bold-webfont.c24d5784.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #03060c;
}
.-companyCountry .f-customList_text,
.-deliveryMethod .c-radioBoxesGroup .f-group .f-label .-boxDesc,
.-industry.-books .c-hero.-v3 .t-text,
.-industry.-books .c-industryService_boxTitle,
.-industry.-cosmetics .c-hero.-v3 .t-text,
.-industry.-cosmetics .c-industryService_boxTitle,
.-industry.-fashion .c-hero.-v3 .t-text,
.-industry.-fashion .c-industryService_boxTitle,
.c-antiCrisisCalculator_CalculatorSec_header .t-text,
.c-antiCrisisCalculator_CalculatorSec_resources .t-text,
.c-badge,
.c-btn.-small .c-btn_label,
.c-btn_label,
.c-careerOffer_city,
.c-careerOfferPost_body h2,
.c-careerOfferPost_body ol,
.c-careerOfferPost_body p,
.c-careerOfferPost_body ul,
.c-contact_data,
.c-contact_title,
.c-faqCategory_title,
.c-flashMessage_text,
.c-hero.-v3 .t-text,
.c-hero.-v6 .c-hero_text,
.c-hero.-v6 .c-hero_text.-wSemiBig,
.c-hero.-v6 .t-title,
.c-hero.-v7 .c-hero_col.-main .t-text,
.c-industryService_boxDescription,
.c-industryService_boxTitle,
.c-langSelector_trigger,
.c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox .f-label span,
.c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox .f-label span,
.c-leadBox .f-fieldset_desc,
.c-leadSec .c-message,
.c-leadSec_header .t-text,
.c-link,
.c-list_title,
.c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link,
.c-navHorizontal.-pagination .c-navHorizontal_link,
.c-navHorizontal.-subBlog .c-navHorizontal_link,
.c-navHorizontal.-subServices .c-navHorizontal_link,
.c-navHorizontal.-subWhy .c-navHorizontal_link,
.c-navHorizontal.-tabs .c-navHorizontal_link,
.c-navVertical.-faq .c-navVertical_link,
.c-navVertical.-footer .c-navVertical_link,
.c-navVertical.-subServices .c-navVertical_link,
.c-post_content .c-blogSection_person_jobPosition,
.c-post_content .c-blogSection_quotation > p,
.c-post_content h2,
.c-post_content h3,
.c-post_content ol,
.c-post_content p,
.c-post_content ul,
.c-postPreview.-small .c-postPreview_footer,
.c-postPreview.-small .c-postPreview_title,
.c-postPreview_title,
.c-postShare_title,
.c-radioBox .f-label,
.c-radioBox .f-label strong,
.c-rangeSlider.-condensed .rc-slider-mark-text,
.c-rangeSlider .rc-slider-mark .rc-slider-mark-text,
.c-rangeSlider_labels,
.c-tile,
.c-trustUsSec_title,
.c-trustUsSwiperSec_title,
.c-unit,
.choices__inner,
.f-clause_info,
.f-clause_trigger,
.f-error,
.f-fieldset_legend,
.f-group.-input input,
.f-group.-message,
.f-group.-textarea textarea,
.f-group .f-rangeLabel span,
.f-label,
.l-footer_address,
.l-footer_title,
.l-header_col.-contact .c-link,
.l-header_col.-info a,
.l-main.-about .c-digitsSec_digit,
.l-main.-blog .c-blogSec_title,
.l-main.-blog .c-filterEmpty,
.l-main.-career .c-careerHeroSec_fulfillment,
.l-main.-ebook .c-ebookForm-container p,
.l-main.-integrations .c-accessSec .c-lineBox,
.l-main.-warehousing .c-hero .t-text,
.noUi-label_0,
.noUi-label_1,
.noUi-value,
.t-heading_simple,
.t-heading_super,
.t-text,
.t-text.-big,
.t-text.-huge,
.t-text.-semiBig,
.t-text.-small,
.t-text.-tiny,
.t-title,
.t-title.-big,
.t-title.-small,
.t-title.-tiny,
body {
  font-family: Gilroy, Arial, Tahoma, sans-serif;
}
.l-main.-about .c-digitsSec_digit {
  font-size: 56px;
  line-height: 1.1071428571;
}
.c-hero.-v6 .t-title,
.l-main.-blog .c-blogSec_title,
.t-title.-big {
  font-size: 48px;
  line-height: 1.125;
}
.t-title {
  font-size: 40px;
  line-height: 1.15;
}
.t-title.-small {
  font-size: 32px;
  line-height: 1.125;
}
.c-faqCategory_title,
.c-post_content h2,
.c-postPreview_title {
  font-size: 32px;
  line-height: 1.25;
}
.c-careerOfferPost_body h2,
.c-hero.-v3 .t-text,
.c-hero.-v6 .c-hero_text,
.c-hero.-v7 .c-hero_col.-main .t-text,
.c-post_content h3,
.f-fieldset_legend,
.l-main.-blog .c-filterEmpty,
.l-main.-career .c-careerHeroSec_fulfillment,
.l-main.-integrations .c-accessSec .c-lineBox {
  font-size: 24px;
  line-height: 1.4166666667;
}
.c-tile,
.c-unit,
.t-text.-huge,
.t-title.-tiny {
  font-size: 24px;
  line-height: 1.1666666667;
}
.t-text.-big {
  font-size: 20px;
  line-height: 1.4;
}
.-deliveryMethod .c-radioBoxesGroup .f-group .f-label .-boxDesc,
.-industry.-books .c-industryService_boxTitle,
.-industry.-cosmetics .c-industryService_boxTitle,
.-industry.-fashion .c-industryService_boxTitle,
.c-contact_title,
.c-flashMessage_text,
.c-hero.-v6 .c-hero_text.-wSemiBig,
.c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox .f-label span,
.c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox .f-label span,
.c-leadBox .f-fieldset_desc,
.c-list_title,
.c-post_content .c-blogSection_quotation > p,
.c-post_content ol,
.c-post_content p,
.c-post_content ul,
.c-postPreview.-small .c-postPreview_title,
.l-footer_title,
.l-main.-ebook .c-ebookForm-container p,
.t-text.-semiBig {
  font-size: 18px;
  line-height: 1.5555555556;
}
.-companyCountry .f-customList_text,
.-industry.-books .c-hero.-v3 .t-text,
.-industry.-cosmetics .c-hero.-v3 .t-text,
.-industry.-fashion .c-hero.-v3 .t-text,
.c-antiCrisisCalculator_CalculatorSec_header .t-text,
.c-btn_label,
.c-careerOffer_city,
.c-careerOfferPost_body ol,
.c-careerOfferPost_body p,
.c-careerOfferPost_body ul,
.c-industryService_boxTitle,
.c-langSelector_trigger,
.c-leadSec_header .t-text,
.c-link,
.c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link,
.c-navHorizontal.-subBlog .c-navHorizontal_link,
.c-navHorizontal.-subServices .c-navHorizontal_link,
.c-navHorizontal.-subWhy .c-navHorizontal_link,
.c-navHorizontal.-tabs .c-navHorizontal_link,
.c-navVertical.-subServices .c-navVertical_link,
.c-postShare_title,
.c-radioBox .f-label strong,
.c-rangeSlider .rc-slider-mark .rc-slider-mark-text,
.c-rangeSlider_labels,
.c-trustUsSec_title,
.c-trustUsSwiperSec_title,
.choices__inner,
.f-group.-input input,
.f-group.-textarea textarea,
.f-label,
.l-main.-warehousing .c-hero .t-text,
.noUi-label_0,
.noUi-label_1,
.noUi-value,
.t-text {
  font-size: 16px;
  line-height: 1.625;
}
.c-navVertical.-faq .c-navVertical_link {
  font-size: 16px;
  line-height: 1.375;
}
.c-contact_data,
.c-industryService_boxDescription,
.c-navVertical.-footer .c-navVertical_link,
.c-postPreview.-small .c-postPreview_footer,
.f-group .f-rangeLabel span,
.l-footer_address,
.t-text.-small {
  font-size: 14px;
  line-height: 1.7142857143;
}
.c-leadSec .c-message,
.c-post_content .c-blogSection_person_jobPosition,
.c-rangeSlider.-condensed .rc-slider-mark-text,
.f-group.-message,
.t-heading_simple,
.t-heading_super {
  font-size: 14px;
  line-height: 1.4285714286;
}
.l-header_col.-contact .c-link,
.t-text.-tiny {
  font-size: 12px;
  line-height: 1.5;
}
.c-navHorizontal.-pagination .c-navHorizontal_link,
.c-radioBox .f-label,
.f-error,
.l-header_col.-info a {
  font-size: 12px;
  line-height: 1.3333333333;
}
.c-antiCrisisCalculator_CalculatorSec_resources .t-text,
.c-badge,
.c-btn.-small .c-btn_label,
.f-clause_info,
.f-clause_trigger {
  font-size: 10px;
  line-height: 1.2;
}
.t-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .t-title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .t-title.-big {
    font-size: 40px;
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .t-title.-small {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.t-title.-overlined {
  position: relative;
}
.t-title.-overlined:after {
  position: absolute;
  left: 0;
  top: -25px;
  height: 3px;
  width: 50px;
  background-color: #e63946;
  content: '';
}
.t-title.-underlined {
  position: relative;
  padding-bottom: 15px;
  color: #03060c;
}
.t-title.-underlined:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 32px;
  background-color: #e63946;
  content: '';
}
.t-title.-underlined.-pink:after {
  background-color: #e5587f;
}
.t-title.-underlined.-blue:after {
  background-color: #1380e5;
}
.t-title.-underlined.-green:after {
  background-color: #c7e50d;
}
.t-title.-underlined.-orange:after {
  background-color: #e5ad1c;
}
.t-title.-underlined.-aqua:after {
  background-color: #38d6a0;
}
@media (max-width: 767px) {
  .t-text.-big,
  .t-text.-huge {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.t-heading {
  text-align: center;
}
.t-heading_super {
  display: inline-block;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e63946;
}
@media (max-width: 767px) {
  .t-heading_super {
    margin-bottom: 8px;
  }
}
.t-heading_simple {
  display: inline-block;
  margin: 0 0 12px;
  font-weight: 700;
  color: #e63946;
}
@media (max-width: 767px) {
  .t-heading_simple {
    margin-bottom: 8px;
  }
}
.t-heading .t-title {
  color: #03060c;
}
.t-heading.-textLeft {
  text-align: left;
}
.t-heading.-pink .t-heading_super {
  color: #e5587f;
}
.t-heading.-blue .t-heading_super {
  color: #1380e5;
}
.t-heading.-green .t-heading_super {
  color: #c7e50d;
}
.t-heading.-orange .t-heading_super {
  color: #e5ad1c;
}
.t-heading.-aqua .t-heading_super {
  color: #38d6a0;
}
.c-process2_image,
.c-video_cover,
.l-main.-about .c-digitsSec_container:after,
.l-main.-about .c-historySec_image,
.l-main.-about .c-infoSec {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.c-awardsSec .swiper-button-next,
.c-awardsSec .swiper-button-prev,
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-next,
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-prev,
.c-btnPlay,
.c-opinion:after,
.c-questions_question:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.c-process2_details:before {
  width: 0;
  height: 0;
  border-style: solid;
}
.-link {
  text-decoration: underline;
}
.-link:hover {
  text-decoration: none;
}
.-red {
  color: #e63946 !important;
}
.-white {
  color: #fff;
}
.-pink {
  color: #e6587f;
}
.-orange {
  color: #e5ad1c;
}
.-aqua {
  color: #38d6a0;
}
.-blue {
  color: #1380e5;
}
.-yellow {
  color: #e5ad1c;
}
.-green {
  color: #c7e60d;
}
.-dark {
  color: #03060c;
}
.-wBold {
  font-weight: 700;
}
.-wSemiBold {
  font-weight: 600;
}
.-uppercase {
  text-transform: uppercase;
}
.-hideMd {
  display: block !important;
}
@media (max-width: 1259px) {
  .-hideMd {
    display: none !important;
  }
}
.-showMd {
  display: none !important;
}
@media (max-width: 991px) {
  .-showMd {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .-showSm {
    display: block !important;
  }
}
.-hideSm {
  display: block !important;
}
@media (max-width: 767px) {
  .-hideSm {
    display: none !important;
  }
}
.-showSm {
  display: none !important;
}
@media (max-width: 767px) {
  .-showSm {
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .-smFullWidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .-mdFullWidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.-anchorSection:before {
  content: '';
  display: block;
  height: 50px;
  margin-top: -50px;
}
.whitespace-nowrap {
  white-space: nowrap;
}

/*!
 * Bootstrap Grid v4.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 991px) {
  .row.-cart {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
#blog-post *,
#blog-post :after,
#blog-post :before {
  box-sizing: border-box;
}
#blog-post a {
  text-decoration: none;
  font-family: Gilroy, Arial, Tahoma, sans-serif !important;
  position: relative;
  color: #e63946 !important;
  cursor: pointer;
  background: linear-gradient(
    180deg,
    #fff,
    #fff 60%,
    rgba(230, 57, 70, 0.1019607843) 0,
    rgba(230, 57, 70, 0.1019607843) 90%,
    #fff 0,
    #fff
  );
}
#blog-post button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
#blog-post figure {
  margin: 0;
}
#blog-post input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
#blog-post dd,
#blog-post ol,
#blog-post ul {
  padding: unset;
  margin: unset unset unset 20px;
}
#blog-post ul {
  list-style: unset;
}
#blog-post ol {
  list-style: decimal;
}
#blog-post h1,
#blog-post h2,
#blog-post h3,
#blog-post h4,
#blog-post h5,
#blog-post h6 {
  margin: 0;
}
#blog-post h1 {
  font-size: 36px;
  font-weight: 700;
}
#blog-post h4 {
  font-size: 20px;
}
#blog-post p {
  margin: 0;
  opacity: 1;
}
#blog-post img {
  max-width: 100%;
  height: auto !important;
}
#blog-post blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  font-style: italic;
  border-left: 5px solid #eee;
}
#blog-post blockquote ol:last-child,
#blog-post blockquote p:last-child,
#blog-post blockquote ul:last-child {
  margin-bottom: 0;
}
#blog-post blockquote .small,
#blog-post blockquote footer,
#blog-post blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
#blog-post blockquote .small:before,
#blog-post blockquote footer:before,
#blog-post blockquote small:before {
  content: '— ';
}
#blog-post .blockquote-reverse,
#blog-post blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
#blog-post .blockquote-reverse .small:before,
#blog-post .blockquote-reverse footer:before,
#blog-post .blockquote-reverse small:before,
#blog-post blockquote.pull-right .small:before,
#blog-post blockquote.pull-right footer:before,
#blog-post blockquote.pull-right small:before {
  content: '';
}
#blog-post .blockquote-reverse .small:after,
#blog-post .blockquote-reverse footer:after,
#blog-post .blockquote-reverse small:after,
#blog-post blockquote.pull-right .small:after,
#blog-post blockquote.pull-right footer:after,
#blog-post blockquote.pull-right small:after {
  content: ' —';
}
#blog-post cite {
  font-style: normal;
}
#blog-post fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
#blog-post input[type='search']::-ms-clear,
#blog-post input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#blog-post iframe {
  width: 100%;
}
[data-bg],
[data-src] {
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
[data-bg].loaded,
[data-src].loaded {
  opacity: 1;
}
.menu-open header.l-header {
  z-index: 2147483646;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  border-bottom: 1px solid #eef0fc;
}
.l-header_inner {
  display: flex;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media (max-width: 1499px) {
  .l-header_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1259px) {
  .l-header_inner {
    padding-left: 8px;
    padding-right: 15px;
  }
}
.l-header_inner.-first {
  background-color: #1d2357;
}
.l-header_inner.-first .l-header_col {
  min-height: 36px;
}
.l-header_inner.-second {
  background-color: #fff;
}
@media (max-width: 1259px) {
  .l-header_inner.-second {
    min-height: 60px;
    align-items: center;
  }
}
.l-header_inner.-second .l-header_col {
  min-height: 80px;
}
.l-header_inner.-second .l-header_col .l-phone_span {
  display: none;
}
.l-header_inner.-second .l-header_col .l-phone_link {
  background-image: url(/uploads/leadform/icons/icn-call.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  width: 18px;
  height: 17px;
}
.l-header_inner.-second .l-header_col .l-phone {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  width: 18px;
  height: 17px;
}
@media (max-width: 1259px) {
  .l-header_inner.-second .l-header_col {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .l-header_inner.-second .l-header_col .l-phone_span {
    display: inline;
  }
  .l-header_inner.-second .l-header_col .l-phone_link {
    width: auto;
    height: auto;
    background-image: unset;
  }
  .l-header_inner.-second .l-header_col .l-phone {
    position: unset;
    top: 0;
    left: 0;
    opacity: 1;
    overflow: unset;
    width: auto;
    height: auto;
  }
}
.l-header_container {
  max-width: 1366px;
}
.l-header_col {
  display: flex;
  align-items: center;
}
@media (max-width: 1259px) {
  .l-header_col.-info {
    padding-top: 21px;
    padding-bottom: 20px;
  }
}
.l-header_col.-info:after {
  display: none;
}
@media (max-width: 1259px) {
  .l-header_col.-info:after {
    position: absolute;
    left: -8px;
    right: -16px;
    top: 100%;
    display: inline-block;
    height: 1px;
    background-color: hsla(0, 0%, 100%, 0.15);
    content: '';
  }
}
.l-header_col.-info a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  color: #fff;
}
.l-header_col.-info a img {
  margin-left: 12px;
}
.l-header_col.-contact {
  justify-content: flex-end;
}
@media (max-width: 1259px) {
  .l-header_col.-contact {
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .l-header_col.-contact .l-header_phone {
    display: flex;
    justify-content: center;
  }
  .l-header_col.-contact .l-header_phone .t-text {
    text-align: center;
    color: #101336;
  }
  .l-header_col.-contact .l-header_phone .t-text:first-of-type {
    padding-right: 6px;
  }
}
.l-header_col.-contact .t-text {
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 1259px) {
  .l-header_col.-contact .t-text {
    color: #4e5258;
    padding-right: 4px;
    margin-right: 0;
  }
}
.l-header_col.-contact .c-link:first-of-type {
  position: relative;
  padding-right: 17px;
  margin-right: 16px;
}
.l-header_col.-contact .c-link:first-of-type:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.15);
  content: '';
}
@media (max-width: 1259px) {
  .l-header_col.-contact .c-link:first-of-type:after {
    display: none;
  }
}
.l-header_col.-logo {
  padding-right: 30px;
}
@media (max-width: 1499px) {
  .l-header_col.-logo {
    padding-right: 25px;
  }
}
@media (min-width: 1260px) {
  .l-header_col.-logo:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #eef0fc;
    content: '';
  }
}
.l-header_col.-navigation {
  position: static;
  padding-left: 15px;
}
@media (max-width: 1499px) {
  .l-header_col.-navigation {
    padding-left: 10px;
  }
}
@media (max-width: 1259px) {
  .l-header_col.-navigation {
    padding-left: 0;
    padding-right: 0;
    background-color: #f7f8ff;
  }
}
@media (max-width: 767px) {
  .l-header_col.-navigation {
    align-items: flex-start;
  }
}
@media (max-width: 1365px) {
  .l-header_col.-navigation .c-badge {
    display: none;
  }
}
@media (max-width: 1259px) {
  .l-header_col.-navigation .c-badge {
    display: inline-flex;
  }
}
@media (min-width: 1260px) {
  .l-header_col.-mobile {
    display: none;
  }
}
.l-header_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(16, 19, 54, 0.4);
  transition: visibility 0.2s ease-in, opacity 0.2s ease-in;
}
@media (max-width: 1259px) {
  .menu-open .l-header_overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1259px) {
  .l-header_overlay {
    top: 81px;
  }
}
.menu-open .l-header_overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1259px) {
  .l-header .c-btn.-freeValuation {
    margin: 32px auto 0;
  }
}
.l-header.-logoOnly {
  border-bottom: 0;
  background-color: #101336;
}
.l-header.-logoOnly .l-header_inner.-second {
  background-color: inherit;
  min-height: 60px;
}
@media (min-width: 576px) {
  .l-header.-logoOnly .l-header_inner.-second {
    min-height: 80px;
  }
}
.l-header.-logoOnly .l-header_container {
  max-width: unset;
}
.l-header.-logoOnly .l-header_container .row {
  justify-content: space-between;
}
.l-header.-logoOnly .c-logo {
  width: 114px;
  height: 24px;
  position: absolute;
  left: calc(50% - 57px);
  top: calc(50% - 12px);
}
.l-header.-short {
  position: absolute;
  border-bottom: 1px solid #b0b3b9;
}
.l-header.-short .c-callUs {
  margin-right: 40px;
}
@media (max-width: 1259px) {
  .l-header.-short .c-callUs {
    font-size: 14px;
    line-height: 27px;
  }
}
.l-header.-short .c-callUs a {
  margin-left: 10px;
}
@media (max-width: 1259px) {
  .l-header.-short .c-callUs a {
    font-size: 14px;
    line-height: 24px;
  }
}
.l-header.-short .l-header_inner.-second {
  background-color: transparent;
}
.l-header.-short .l-header_col {
  min-height: 70px;
}
.l-header.-short .c-langSelector {
  position: relative;
}
@media (max-width: 1259px) {
  .l-header.-short .c-langSelector {
    padding-bottom: 0;
  }
}
.l-header.-short .c-langSelector_dropdown {
  right: unset;
  left: 50%;
  top: 100%;
  margin-left: unset;
  transform: translateX(-50%);
}
.l-mobileMenu {
  position: static;
}
.l-mobileMenu_row {
  flex-direction: column;
}
@media (max-width: 1259px) {
  .l-mobileMenu_row {
    background-color: #f7f8ff;
  }
}
@media (max-width: 767px) {
  .l-mobileMenu_row {
    display: block;
  }
}
@media (max-width: 1259px) {
  .menu-open .l-mobileMenu {
    background-color: rgba(29, 35, 87, 0.4);
    visibility: visible;
  }
  .menu-open .l-mobileMenu_row {
    transform: translatey(0);
  }
}
@media (max-width: 1259px) {
  .l-mobileMenu {
    position: fixed;
    left: 0;
    top: 61px;
    width: 100%;
    height: calc(100% - 61px);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    visibility: hidden;
    transition: visibility 0.2s ease-in, background-color 0.2s ease-in;
  }
  .l-mobileMenu_row {
    transform: translatey(-110%);
    transition: transform 0.2s ease-in;
  }
}
.l-footer {
  padding-top: 96px;
  color: #fff;
  background-color: #101336;
  overflow-x: hidden;
  position: relative;
  display: block;
}
.l-footer.-short {
  padding-top: 0;
}
@media (max-width: 1259px) {
  .l-footer {
    padding-top: 62px;
  }
}
.l-footer_delimeter {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.075);
}
.l-footer_delimeter.-vertical {
  align-self: stretch;
  height: unset;
  width: 1px;
}
.l-footer_row.-tiles {
  padding-bottom: 93px;
}
@media (max-width: 1259px) {
  .l-footer_row.-tiles {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.l-footer_row.-tiles .c-navHorizontal {
  width: 100%;
}
.l-footer_row.-misc {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .l-footer_row.-misc .l-footer_delimeter {
    display: none;
  }
}
.l-footer_col {
  height: min-content;
}
.l-footer_col.-addresses {
  max-height: 680px;
  padding-top: 80px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: 100% 32px;
  background-image: url(/build/images/map-3.8f8076ef.svg);
}
@media (max-width: 1259px) {
  .l-footer_col.-addresses {
    max-height: unset;
  }
}
@media (max-width: 991px) {
  .l-footer_col.-addresses {
    max-height: 540px;
    order: 2;
    padding: 32px 30px 52px;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .l-footer_col.-addresses {
    max-height: unset;
  }
}
@media (max-width: 339px) {
  .l-footer_col.-addresses {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1259px) {
  .l-footer_col.-addresses .-socials {
    order: 2;
  }
}
@media (max-width: 991px) {
  .l-footer_col.-addresses .-socials {
    order: unset;
  }
}
@media (max-width: 767px) {
  .l-footer_col.-addresses .-socials {
    order: 2;
  }
}
.l-footer_col.-addresses .-socials .c-navHorizontal {
  margin-top: 24px;
}
.l-footer_col.-addresses
  .-socials
  .c-navHorizontal_item
  + .c-navHorizontal_item {
  margin-left: 12px;
}
.l-footer_col.-addresses .-socials .c-navHorizontal_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.l-footer_col.-navigations {
  position: relative;
  padding-left: 50px;
  padding-top: 80px;
  max-height: 540px;
}
@media (max-width: 991px) {
  .l-footer_col.-navigations {
    padding: 32px 30px;
  }
}
@media (max-width: 767px) {
  .l-footer_col.-navigations {
    max-height: 760px;
  }
  .l-footer_col.-navigations div:first-of-type {
    order: 4;
  }
  .l-footer_col.-navigations div:nth-of-type(2) {
    order: 1;
  }
  .l-footer_col.-navigations div:nth-of-type(3) {
    order: 3;
  }
  .l-footer_col.-navigations div:nth-of-type(4) {
    order: 2;
  }
}
@media (max-width: 339px) {
  .l-footer_col.-navigations {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-footer_col.-navigations:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.075);
  content: '';
}
@media (max-width: 991px) {
  .l-footer_col.-navigations:before {
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 0;
    height: 1px;
    width: 100vw;
  }
}
.l-footer_col.-rating {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .l-footer_col.-rating {
    order: -1;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.l-footer_col.-copyright {
  display: flex;
  justify-content: flex-end;
  color: #b0b3b9;
  font-weight: 600;
  padding-top: 0;
}
@media (max-width: 767px) {
  .l-footer_col.-copyright {
    justify-content: center;
    padding-top: 12px;
  }
}
.l-footer_contact {
  margin-top: 15px;
}
.l-footer_address {
  line-height: 28px;
  margin-bottom: 12px;
  font-style: normal;
  color: #b0b3b9;
}
.l-footer_address .c-link:first-of-type {
  display: inline-block;
  margin-top: 12px;
}
.l-footer_address.-omnipack .c-link {
  margin-top: 0;
}
@media (max-width: 767px) {
  .l-footer_address.-omnipack {
    margin-bottom: 12px;
  }
}
.l-footer_title {
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 20px;
  color: #fff;
}
.l-footer .c-link + .c-link {
  margin-top: 4px;
}
.l-footer .c-dropdown_toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 1260px) {
  .l-footer .c-dropdown_toggle {
    pointer-events: none;
  }
}
@media (max-width: 1259px) {
  .l-footer .c-dropdown_toggle {
    margin-top: 30px;
    width: unset;
  }
}
@media (max-width: 991px) {
  .l-footer .c-dropdown_toggle {
    margin-top: 0;
    pointer-events: none;
  }
}
.l-footer .c-dropdown_toggle > img {
  margin-left: 20px;
}
@media (min-width: 1260px) {
  .l-footer .c-dropdown_toggle > img {
    display: none;
  }
}
@media (max-width: 991px) {
  .l-footer .c-dropdown_toggle > img {
    display: none;
  }
}
.l-footer .c-dropdown_toggle .l-footer_title {
  margin-bottom: 0;
}
@media (max-width: 1259px) {
  .l-footer .c-dropdown_toggle .l-footer_title {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .l-footer .c-dropdown_toggle .l-footer_title {
    margin-top: 20px;
  }
}
.l-footer .c-dropdown_menu {
  display: none;
}
@media (min-width: 1260px) {
  .l-footer .c-dropdown_menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .l-footer .c-dropdown_menu {
    display: block;
  }
}
.c-created {
  display: flex;
  color: #b0b3b9;
  font-weight: 600;
}
@media (max-width: 991px) {
  .c-created {
    flex-direction: column;
  }
}
.c-created_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-created_logo img {
  margin: 0 8px;
}
.c-created_company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .c-created_company {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .c-created_company.-webalize {
    margin-left: 33px;
  }
}
@media (max-width: 767px) {
  .c-created_company.-webalize {
    padding-top: 10px;
  }
}
.c-created_company.-webalize a {
  position: relative;
}
.c-created_company.-webalize a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b0b3b9;
}
.-modal-open,
.-scroll-lock {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 0 !important;
}
.l-main.-homepage .c-hero {
  border-bottom: 1px solid #eef0fc;
}
.l-main.-homepage .c-logisticsSec {
  padding-top: 148px;
  padding-bottom: 208px;
  background-color: #1d2357;
}
@media (max-width: 991px) {
  .l-main.-homepage .c-logisticsSec {
    padding-bottom: 192px;
  }
}
@media (max-width: 767px) {
  .l-main.-homepage .c-logisticsSec {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .l-main.-homepage .c-logisticsSec_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.l-main.-homepage .c-logisticsSec_row.-header {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .l-main.-homepage .c-logisticsSec_row.-header {
    margin-bottom: 32px;
  }
}
.l-main.-homepage .c-logisticsSec_row.-item {
  align-items: center;
  margin-bottom: 48px;
}
@media (min-width: 1260px) {
  .l-main.-homepage .c-logisticsSec_row.-item {
    min-height: 416px;
  }
}
@media (max-width: 991px) {
  .l-main.-homepage .c-logisticsSec_row.-item {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .l-main.-homepage .c-logisticsSec_col.-image {
    margin-bottom: 24px;
  }
}
.l-main.-homepage .c-logisticsSec .c-teaser_title {
  padding-bottom: 8px;
  color: #fff;
}
.l-main.-homepage .c-logisticsSec .c-teaser .t-text,
.l-main.-homepage .c-logisticsSec .t-title {
  color: #fff;
}
.l-main.-homepage .c-logisticsSec .t-title span {
  color: #cbced2;
}
.l-main.-homepage .c-benefitsSec {
  background-color: #fff;
}
@media (min-width: 768px) {
  .l-main.-homepage .c-benefitsSec {
    padding-top: 152px;
    padding-bottom: 93px;
  }
}
.l-main.-homepage .c-benefitsSec .t-heading {
  text-align: left;
}
.l-main.-fullfillment .c-fulfillment {
  padding: 80px 0 100px;
  background-image: url(/build/images/img-omni.644379a8.svg);
  background-repeat: no-repeat;
  background-position: right calc(50vw - 400px) bottom -200px;
}
@media (min-width: 768px) {
  .l-main.-fullfillment .c-fulfillment {
    background-position: left calc(50vw - 600px) bottom -200px;
  }
}
.l-main.-fullfillment .c-fulfillment_container {
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 992px) {
  .l-main.-fullfillment .c-fulfillment_container {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1260px) {
  .l-main.-fullfillment .c-fulfillment_container {
    gap: 100px;
    grid-template-columns: 5fr 6fr;
  }
}
@media (max-width: 991px) {
  .l-main.-fullfillment .c-fulfillment_content {
    margin-top: 40px;
  }
}
.l-main.-fullfillment .c-servicesSec {
  background: #1d2357;
  padding-top: 136px;
  padding-bottom: 122px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .l-main.-fullfillment .c-servicesSec_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.l-main.-fullfillment .c-servicesSec_row.-service {
  margin-bottom: 0;
  padding-top: 82px;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec_row.-service {
    margin-bottom: 0;
    padding-top: 56px;
  }
}
.l-main.-fullfillment .c-servicesSec_row.-service.-first {
  padding-top: 72px;
}
.l-main.-fullfillment .c-servicesSec_row.-service.-last {
  padding-bottom: 0;
}
.l-main.-fullfillment
  .c-servicesSec_row.-service.-last
  .c-servicesSec_col.-teaser:before {
  display: none;
}
.l-main.-fullfillment .c-servicesSec_row.-serviceBox {
  margin-top: 136px;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec_row.-serviceBox {
    margin-top: 56px;
  }
}
.l-main.-fullfillment
  .c-servicesSec_row.-serviceBox
  + .c-servicesSec_row.-serviceBox {
  margin-top: 0;
}
@media (max-width: 767px) {
  .l-main.-fullfillment
    .c-servicesSec_row.-serviceBox
    + .c-servicesSec_row.-serviceBox {
    position: relative;
    margin-top: 40px;
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment
    .c-servicesSec_row.-serviceBox
    + .c-servicesSec_row.-serviceBox:before {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: hsla(0, 0%, 100%, 0.1);
    content: '';
  }
}
.l-main.-fullfillment .c-servicesSec_col.-teaser:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: calc(100% + 82px);
  border-left: 1px dashed hsla(0, 0%, 100%, 0.4);
  content: '';
}
@media (max-width: 1259px) {
  .l-main.-fullfillment .c-servicesSec_col.-teaser:before {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .l-main.-fullfillment .c-servicesSec_col.-teaser:before {
    left: 24px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec_col.-teaser:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec_col.-teaser {
    order: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec_col.-video {
    order: 1;
  }
}
@media (max-width: 575px) {
  .l-main.-fullfillment .c-servicesSec_col.-video {
    width: calc(100% + 18px);
    padding-left: 0;
    padding-right: 0;
    margin-left: -9px;
    margin-right: -9px;
  }
}
.l-main.-fullfillment .c-servicesSec_videoWrapper {
  max-width: 470px;
  max-height: 278px;
  width: 100%;
  overflow: hidden;
  border: 16px solid rgba(247, 248, 255, 0.05);
}
@media (max-width: 991px) {
  .l-main.-fullfillment .c-servicesSec_videoWrapper {
    border-width: 8px;
    max-height: 159px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec_videoWrapper {
    border: none;
    width: 100%;
    max-height: none;
  }
}
@media (max-width: 575px) {
  .l-main.-fullfillment .c-servicesSec_videoWrapper {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .t-heading {
    margin-bottom: 40px;
  }
}
.l-main.-fullfillment .c-servicesSec .t-heading .t-title {
  color: #fff;
}
.l-main.-fullfillment .c-servicesSec .c-video {
  width: 100%;
  max-width: 438px;
}
@media (max-width: 575px) {
  .l-main.-fullfillment .c-servicesSec .c-video {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .c-video img {
    width: 100%;
  }
}
.l-main.-fullfillment .c-servicesSec .c-teaser {
  position: relative;
  max-width: 500px;
  padding: 0 0 0 64px;
  color: #fff;
}
@media (max-width: 991px) {
  .l-main.-fullfillment .c-servicesSec .c-teaser {
    padding-left: 48px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .c-teaser {
    padding-left: 0;
  }
}
.l-main.-fullfillment .c-servicesSec .c-teaser:before {
  position: absolute;
  left: -27px;
  top: 0;
  height: 56px;
  width: 24px;
  background-color: #1d2357;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/build/images/circle.87c45f2e.svg);
  content: '';
}
@media (max-width: 1259px) {
  .l-main.-fullfillment .c-servicesSec .c-teaser:before {
    left: 14px;
  }
}
@media (max-width: 991px) {
  .l-main.-fullfillment .c-servicesSec .c-teaser:before {
    left: -2px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .c-teaser:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .c-teaser_icon {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .c-teaser .t-title {
    margin-bottom: 8px;
  }
}
.l-main.-fullfillment .c-servicesSec .c-serviceBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 83px 164px 64px 64px;
  gap: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .l-main.-fullfillment .c-servicesSec .c-serviceBox {
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .c-serviceBox {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
.l-main.-fullfillment .c-servicesSec .c-serviceBox .t-title {
  margin-right: 66px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .c-serviceBox .t-title {
    max-width: none;
  }
}
.l-main.-fullfillment .c-servicesSec .c-serviceBox .c-link {
  display: inline-block;
  margin-left: auto;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-servicesSec .c-serviceBox .c-link {
    margin-left: 0;
  }
}
.l-main.-fullfillment .c-servicesSec .c-serviceBox .t-text {
  max-width: 470px;
}
.l-main.-fullfillment .c-warehousesSec {
  padding-top: 180px;
  padding-bottom: 270px;
  position: relative;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-warehousesSec {
    padding-top: 78vw;
    padding-bottom: 64px;
  }
}
.l-main.-fullfillment .c-warehousesSec:before {
  content: '';
  background-image: url(/build/images/map-2.b641127d.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: calc(50% - 661px);
  width: 1366px;
  height: 1191px;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-warehousesSec:before {
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 125%;
    background-size: contain;
    background-image: url(/build/images/map-2-mobile.d45fbe0e.png);
  }
}
.l-main.-fullfillment .c-warehousesSec .t-title:not(.-tiny) {
  margin-bottom: 32px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-warehousesSec .t-title:not(.-tiny) {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.l-main.-fullfillment .c-warehousesSec .c-warehouse {
  background: #fff;
  padding: 40px;
  margin-bottom: 16px;
  max-width: 470px;
  box-shadow: 0 24px 64px rgba(203, 206, 210, 0.14);
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-warehousesSec .c-warehouse {
    padding: 24px 24px 32px;
    max-width: none;
    margin-bottom: 24px;
  }
}
.l-main.-fullfillment .c-warehousesSec .c-warehouse .t-title {
  color: #03060c;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-warehousesSec .c-warehouse .t-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.l-main.-fullfillment .c-warehousesSec .c-warehouse .t-title .red {
  color: #e63946;
}
.l-main.-fullfillment .c-warehousesSec .c-warehouse .t-text {
  color: #4e5258;
}
.l-main.-fullfillment .c-warehousesSec .c-list {
  padding: 0 40px;
  margin-top: 40px;
  max-width: 470px;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-warehousesSec .c-list {
    margin-top: 32px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: none;
  }
}
.l-main.-fullfillment .c-benefits2Sec {
  position: relative;
  z-index: 1;
  margin-top: -81px;
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-benefits2Sec {
    margin-top: 0;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .l-main.-fullfillment .c-benefits2Sec .t-heading {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 24px;
    text-align: left;
  }
}
.l-main.-why .c-advantagesSec {
  padding: 56px 0 64px;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
  background-color: #101336;
}
@media (max-width: 767px) {
  .l-main.-why .c-advantagesSec {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .l-main.-why .c-advantagesSec_col {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.l-main.-why .c-advantagesSec_col + .c-advantagesSec_col .c-teaser:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  width: 1px;
  height: 136px;
  transform: translateY(-50%);
  background-color: rgba(238, 240, 252, 0.1);
}
@media (max-width: 991px) {
  .l-main.-why .c-advantagesSec_col + .c-advantagesSec_col .c-teaser:before {
    top: 0;
    left: 16px;
    height: 1px;
    width: calc(100% - 32px);
  }
}
.l-main.-why .c-advantagesSec .c-teaser {
  align-items: center;
  padding: 0 40px;
  color: #fff;
  text-align: center;
}
.l-main.-why .c-statisticsSec {
  padding: 144px 0;
  background-color: #f7f8ff;
}
@media (max-width: 767px) {
  .l-main.-why .c-statisticsSec {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
.l-main.-why .c-statisticsSec_col {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-main.-why .c-statisticsSec_col {
    margin-bottom: 8px;
  }
}
.l-main.-why .c-statisticsSec .c-statistic {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-main.-why .c-statisticsSec .c-statistic {
    margin-bottom: 0;
  }
}
.l-main.-why .c-statisticsSec .t-heading {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .l-main.-why .c-statisticsSec .t-heading {
    margin-bottom: 24px;
  }
}
.l-main.-why .c-articlesSec {
  padding: 160px 0 28px;
  background-repeat: no-repeat;
  background-position: calc(50% - 470px) 72%;
  background-size: 684px auto;
  background-image: url(/build/images/circle.2ae94a79.svg);
}
@media (max-width: 767px) {
  .l-main.-why .c-articlesSec {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .l-main.-why .c-articlesSec_col.-image {
    margin-bottom: 24px;
    order: 0;
  }
}
@media (max-width: 767px) {
  .l-main.-why .c-articlesSec_col.-teaser {
    order: 1;
  }
}
.l-main.-profits .c-articlesSec {
  position: relative;
  z-index: 1;
  padding: 0 0 28px;
}
@media (max-width: 767px) {
  .l-main.-profits .c-articlesSec {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .l-main.-profits .c-articlesSec_col.-image {
    margin-bottom: 24px;
    order: 0;
  }
}
@media (max-width: 767px) {
  .l-main.-profits .c-articlesSec_col.-teaser {
    order: 1;
  }
}
.l-main.-profits .c-benefitsSec {
  padding-top: 143px;
  padding-bottom: 104px;
  background-color: #f7f8ff;
}
@media (max-width: 767px) {
  .l-main.-profits .c-benefitsSec {
    padding-top: 48px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .l-main.-profits .c-benefitsSec .t-text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.l-main.-about .c-digitsSec {
  color: #fff;
}
.l-main.-about .c-digitsSec_container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 88px;
}
@media (max-width: 991px) {
  .l-main.-about .c-digitsSec_container {
    max-width: 100%;
    padding: 48px 24px 24px;
  }
}
.l-main.-about .c-digitsSec_container:after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-image: url(/build/images/digits_bg.a4d1e4dc.jpg);
  content: '';
}
@media (max-width: 991px) {
  .l-main.-about .c-digitsSec_row {
    flex-direction: column;
  }
}
.l-main.-about .c-digitsSec_col {
  position: relative;
  z-index: 1;
  padding-right: 75px;
}
@media (max-width: 1259px) {
  .l-main.-about .c-digitsSec_col {
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.l-main.-about .c-digitsSec_digit {
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .l-main.-about .c-digitsSec_digit {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .l-main.-about .c-digitsSec .-semiBig {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
}
.l-main.-about .c-historySec {
  padding-bottom: 168px;
}
@media (max-width: 767px) {
  .l-main.-about .c-historySec {
    padding-bottom: 64px;
  }
}
.l-main.-about .c-historySec_image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 635px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -177px;
  background-position: 50% 0;
}
@media (max-width: 767px) {
  .l-main.-about .c-historySec_image {
    height: 289px;
    margin-bottom: 0;
  }
}
.l-main.-about .c-historySec_image img {
  width: 100%;
}
.l-main.-about .c-historySec_container {
  position: relative;
  z-index: 1;
  padding-top: 126px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-main.-about .c-historySec_container {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-historySec_article {
    flex: 1;
    margin: 0;
    max-width: 100%;
  }
}
.l-main.-about .c-historySec .t-heading {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .l-main.-about .c-historySec .t-heading {
    margin-bottom: 24px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-historySec .t-heading_super {
    margin-bottom: 8px;
  }
}
.l-main.-about .c-historySec .t-text {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .l-main.-about .c-historySec .t-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }
}
.l-main.-about .c-historySec .t-text + .t-title {
  display: block;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .l-main.-about .c-historySec .t-text + .t-title {
    margin-top: 40px;
    font-size: 18px;
    line-height: 28px;
  }
}
.l-main.-about .c-infoSec {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 168px;
  padding-bottom: 260px;
  color: #fff;
  background-image: url(/build/images/info_bg.7b8b38f6.jpg);
}
@media (max-width: 767px) {
  .l-main.-about .c-infoSec {
    padding-top: 48px;
    padding-bottom: 148px;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-infoSec .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-infoSec .container article {
    margin-left: 0;
    max-width: 100%;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-infoSec .container article .t-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.l-main.-about .c-infoSec .t-title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .l-main.-about .c-infoSec .t-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.l-main.-about .c-teamSec {
  margin-top: -130px;
}
.l-main.-about .c-teamSec .c-member {
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.3);
}
@media (max-width: 767px) {
  .l-main.-about .c-teamSec {
    margin-top: -84px;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-teamSec_row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .l-main.-about .c-teamSec_col {
    width: 370px;
    max-width: 370px;
    flex: 0 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-teamSec_col {
    width: 288px;
    max-width: 100%;
    margin: 0 auto 16px;
  }
}
.l-main.-about .c-backgroundSec {
  padding-top: 168px;
  padding-bottom: 208px;
}
@media (max-width: 991px) {
  .l-main.-about .c-backgroundSec {
    padding-top: 64px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .l-main.-about .c-backgroundSec_row {
    flex-direction: column;
  }
}
.l-main.-about .c-backgroundSec_col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .l-main.-about .c-backgroundSec_col {
    margin-bottom: 16px;
    flex: 1;
    max-width: 100%;
  }
}
.l-main.-about .c-backgroundSec .t-heading {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .l-main.-about .c-backgroundSec .t-heading {
    margin-bottom: 32px;
    padding: 0 28px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .l-main.-about .c-backgroundSec .t-heading .t-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.l-main.-about .c-backgroundSec .c-teaser {
  padding: 40px 28px 32px;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (max-width: 991px) {
  .l-main.-about .c-backgroundSec .c-teaser {
    padding: 24px 24px 40px;
    flex: 1;
    max-width: 100%;
  }
}
.l-main.-about .c-opinionsSec {
  padding-top: 126px;
  padding-bottom: 144px;
  background-color: #f7f8ff;
}
@media (max-width: 767px) {
  .l-main.-about .c-opinionsSec {
    padding-top: 38px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-opinionsSec_col {
    flex: 1;
    max-width: 100%;
  }
}
.l-main.-about .c-opinionsSec_row.-opinion {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .l-main.-about .c-opinionsSec_row.-opinion:nth-child(3) {
    margin-bottom: 32px;
  }
}
.l-main.-about .c-opinionsSec_row.-cta {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .l-main.-about .c-opinionsSec_row.-cta {
    margin-top: 32px;
  }
}
.l-main.-about .c-opinionsSec .t-heading {
  margin-bottom: 63px;
}
@media (max-width: 767px) {
  .l-main.-about .c-opinionsSec .t-heading {
    margin: 0 24px 40px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-opinionsSec .t-heading .t-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.l-main.-about .c-pressSec {
  position: relative;
  padding-top: 168px;
  padding-bottom: 104px;
}
@media (max-width: 767px) {
  .l-main.-about .c-pressSec {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.l-main.-about .c-pressSec:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1170px;
  height: 1px;
  background-color: rgba(3, 6, 12, 0.07);
  content: '';
}
@media (max-width: 767px) {
  .l-main.-about .c-pressSec:after {
    display: none;
  }
}
.l-main.-about .c-pressSec_row {
  justify-content: center;
}
.l-main.-about .c-pressSec_col {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-main.-about .c-pressSec_col {
    flex: 1;
    flex-basis: 50%;
    max-width: 100%;
  }
}
.l-main.-about .c-pressSec_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 8px 20px;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
.l-main.-about .c-pressSec .t-heading {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .l-main.-about .c-pressSec .t-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-pressSec .t-heading_super {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .l-main.-about .c-pressSec .t-heading .t-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.l-main.-about .c-awardsSec {
  padding-top: 96px;
}
.l-main.-yourBenefits .c-yourBenefitsHeaderSec.c-hero {
  background-color: #1d2357;
  background-repeat: no-repeat;
  background-position: calc(50% + 300px) -56%;
  background-size: 517px auto;
  background-image: url(/build/images/circle-ltransp.1f40887e.svg);
}
@media (max-width: 767px) {
  .l-main.-yourBenefits .c-yourBenefitsHeaderSec.c-hero {
    background-position: 200% -16%;
  }
}
@media (max-width: 575px) {
  .l-main.-yourBenefits .c-yourBenefitsHeaderSec.c-hero {
    background-position: calc(50% + 200px) -30%;
  }
}
@media (max-width: 1259px) {
  .l-main.-yourBenefits .c-yourBenefitsHeaderSec.c-hero .c-hero_container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .l-main.-yourBenefits .c-yourBenefitsHeaderSec.c-hero .c-hero_container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .l-main.-yourBenefits .c-yourBenefitsHeaderSec.c-hero .c-hero_container {
    max-width: 540px;
    padding-top: 38px;
    padding-bottom: 88px;
  }
}
@media (min-width: 576px) {
  .l-main.-yourBenefits .c-yourBenefitsHeaderSec.c-hero .c-hero_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-main.-yourBenefits
  .c-yourBenefitsHeaderSec.c-hero
  .c-hero_container
  .t-title {
  color: #fff;
}
.l-main.-yourBenefits .c-articlesSec {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .l-main.-yourBenefits .c-articlesSec {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .l-main.-yourBenefits .c-articlesSec {
    margin-top: -50px;
  }
}
.l-main.-yourBenefits .c-articlesSec .c-articlesSec_row {
  justify-content: space-between;
}
.l-main.-yourBenefits .c-articlesSec .c-articlesSec_row .c-articlesSec_col img {
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
}
.l-main.-yourBenefits
  .c-articlesSec
  .c-articlesSec_row
  .c-articlesSec_col
  .t-title.-red {
  color: #03060c !important;
}
@media (min-width: 992px) {
  .l-main.-yourBenefits
    .c-articlesSec
    .c-articlesSec_row
    .c-articlesSec_col
    .t-text {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .l-main.-yourBenefits .c-articlesSec .c-articlesSec_row .-image {
    margin-bottom: 24px;
  }
  .l-main.-yourBenefits .c-articlesSec .c-articlesSec_row:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.l-main.-yourBenefits .c-bannerSec {
  background-color: #e63946;
}
.l-main.-yourBenefits .c-bannerSec .c-btn {
  background-color: transparent;
  border: 3px solid #fff;
}
.l-main.-yourBenefits .c-bannerSec .c-btn:hover {
  background-color: #fff;
}
.l-main.-yourBenefits .c-bannerSec .c-btn:hover .c-btn_label {
  color: #e63946;
}
.l-main.-faq {
  padding: 96px 0 0;
  background-color: #f7f8ff;
}
@media (max-width: 767px) {
  .l-main.-faq {
    padding-top: 22px;
  }
}
.l-main.-faq .c-faqSec {
  padding-bottom: 208px;
}
@media (max-width: 767px) {
  .l-main.-faq .c-faqSec {
    padding-bottom: 80px;
  }
}
.l-main.-faq .c-faqSec .t-title {
  margin: 0 0 87px;
}
@media (max-width: 767px) {
  .l-main.-faq .c-faqSec .t-title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1.15;
  }
}
.l-main.-faq .c-faqSec_aside {
  max-width: 270px;
}
@media (max-width: 1259px) {
  .l-main.-faq .c-faqSec_aside {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .l-main.-faq .c-faqSec_aside {
    max-width: 160px;
  }
}
.l-main.-faq .c-faqSec_aside.-sticked {
  position: fixed;
  top: 140px;
  padding-top: 10px;
}
@media (max-width: 1259px) {
  .l-main.-faq .c-faqSec_aside.-sticked {
    top: 80px;
  }
}
.l-main.-faq .c-faqSec_aside.-stop {
  position: absolute;
  top: 100%;
}
.l-main.-faq .c-bannerSec {
  padding-top: 80px;
}
.l-main.-ebook .c-ebookDescription {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 1259px) {
  .l-main.-ebook .c-ebookDescription {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .l-main.-ebook .c-ebookDescription .col-xl-5 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .l-main.-ebook .c-ebookDescription {
    padding-top: 20px;
  }
}
.l-main.-ebook .c-ebookDescription_background.-light {
  background: #f7f8ff;
  height: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.l-main.-ebook .c-ebookDescription_image {
  position: relative;
  max-width: 450px;
  min-height: 636px;
  max-height: 636px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .l-main.-ebook .c-ebookDescription_image {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .l-main.-ebook .c-ebookDescription_image {
    margin: 40px auto 0;
    max-width: 315px;
    min-height: 445px;
    max-height: 445px;
  }
}
.l-main.-ebook .c-ebookDescription .c-breadcrumbs .c-navHorizontal.-pagination {
  padding: 0 0 36px;
}
.l-main.-ebook
  .c-ebookDescription
  .c-breadcrumbs
  .c-navHorizontal.-pagination::-webkit-scrollbar {
  width: 0 !important;
}
@media (max-width: 991px) {
  .l-main.-ebook
    .c-ebookDescription
    .c-breadcrumbs
    .c-navHorizontal.-pagination {
    padding: 0 0 12px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
}
.l-main.-ebook
  .c-ebookDescription
  .c-breadcrumbs
  .c-navHorizontal.-pagination
  .c-navHorizontal_link:first-of-type {
  padding-left: 0;
}
.l-main.-ebook .c-ebookDescription .t-title.-big {
  position: relative;
  padding-top: 33px;
}
.l-main.-ebook .c-ebookDescription .t-title.-big:before {
  width: 49px;
  height: 3px;
  background-color: #e63946;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-main.-ebook .c-ebookContains {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #f7f8ff;
}
@media (max-width: 991px) {
  .l-main.-ebook .c-ebookContains {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.l-main.-ebook .c-ebookContains .t-heading .t-title {
  margin-bottom: 20px;
}
.l-main.-ebook .c-ebookContains .ebookBenefits_row .ebookBenefits_col {
  height: auto;
}
@media (max-width: 991px) {
  .l-main.-ebook .c-ebookContains .ebookBenefits_row .ebookBenefits_col {
    margin-bottom: 20px;
  }
}
.l-main.-ebook
  .c-ebookContains
  .ebookBenefits_row
  .ebookBenefits_col
  .c-ebookBenefit {
  position: relative;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
  display: flex;
  align-items: center;
  height: 100%;
  padding: 32px 82px 32px 40px;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .l-main.-ebook
    .c-ebookContains
    .ebookBenefits_row
    .ebookBenefits_col
    .c-ebookBenefit {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .l-main.-ebook
    .c-ebookContains
    .ebookBenefits_row
    .ebookBenefits_col
    .c-ebookBenefit {
    padding: 30px 15px 30px 30px;
  }
}
.l-main.-ebook
  .c-ebookContains
  .ebookBenefits_row
  .ebookBenefits_col
  .c-ebookBenefit:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background: #e63946;
  width: 3px;
  height: 100%;
}
.l-main.-ebook .c-ebookContains .ebookBenefits_row:first-child {
  margin-top: 27px;
}
@media (min-width: 992px) {
  .l-main.-ebook .c-ebookContains .ebookBenefits_row:nth-child(2) {
    margin-top: 40px;
  }
}
.l-main.-ebook .c-ebookForm {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-image: url(/build/images/map-7.84aea3df.png);
  background-position: right -740px top -80px;
  background-color: #101336;
}
.l-main.-ebook .c-ebookForm#ebook_download {
  scroll-margin-top: 100px;
}
.l-main.-ebook .c-ebookForm-container {
  color: #fff;
}
.l-main.-ebook .c-ebookForm-container .t-title {
  margin-bottom: 36px;
  margin-top: 30px;
}
.l-main.-ebook .c-ebookForm-form {
  max-width: 540px;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
  flex: 1;
  padding: 50px 55px;
  background-color: #fff;
  margin: 0 5px;
}
@media (max-width: 1259px) {
  .l-main.-ebook .c-ebookForm-form {
    max-width: 500px;
    padding: 35px 30px 40px;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 991px) {
  .l-main.-ebook .c-ebookForm-form {
    max-width: 450px;
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .l-main.-ebook .c-ebookForm-form {
    padding: 25px 25px 30px;
  }
}
.l-main.-ebook .c-ebookForm-form .f-group {
  margin-bottom: 20px;
}
.l-main.-ebook .c-ebookForm-form .c-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .l-main.-ebook .c-blogKnowledge.c-knowledgeBaseSec .c-knowledgeBase {
    padding-top: 45px;
  }
}
.l-main.-error404 {
  margin-top: 0;
}
.l-main.-error404 .row {
  min-height: 100vh;
}
@media (max-width: 991px) {
  .l-main.-error404 .row {
    flex-direction: column;
    align-items: center;
  }
}
.l-main.-error404 .c-info {
  background: #f7f8ff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
}
.l-main.-error404 .c-info .t-text.-semiBig {
  margin: 30px 0 45px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .l-main.-error404 .c-info .t-text.-semiBig {
    margin: 30px auto;
    text-align: center;
  }
}
.l-main.-error404 .c-info .t-title.-big {
  max-width: 640px;
}
@media (max-width: 991px) {
  .l-main.-error404 .c-info .t-title.-big {
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-main.-error404 .c-info .t-title.-big {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .l-main.-error404 .c-info .c-hero_buttons {
    text-align: center;
  }
  .l-main.-error404 .c-info .c-hero_buttons .c-btn {
    width: unset;
  }
}
@media (max-width: 991px) {
  .l-main.-error404 .c-info {
    margin-top: -150px;
    min-height: 100%;
    flex-grow: 1;
    padding-left: 15px;
  }
}
.l-main.-error404 .c-animation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .l-main.-error404 .c-animation {
    max-width: 700px;
  }
}
@media (max-width: 575px) {
  .l-main.-error404 .c-animation {
    max-width: 571px;
    padding: 0;
  }
}
.l-main.-error404 .c-animation #animation404 {
  flex-grow: 1;
}
.l-main.-lead {
  background-color: #101336;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url(/build/images/map-lead.4f967560.png);
  position: relative;
  display: block;
  min-height: 100vh;
  margin-top: 0;
}
@media (min-width: 576px) {
  .l-main.-lead {
    padding-top: 140px;
  }
}
@media (min-width: 1260px) {
  .l-main.-lead {
    background-size: contain;
  }
}
.l-main.-lead.-storage {
  background-color: #f7f8ff;
  background-image: url(/build/images/warehouse.29c1254c.png);
  background-position: top;
}
@media (min-width: 1260px) {
  .l-main.-lead.-storage {
    background-size: unset;
    background-attachment: fixed;
  }
}
.l-main.-lead.-storage #ProgressBar .progress-container {
  background-color: rgba(16, 19, 54, 0.2);
}
.l-main.-lead.-storage #ProgressBar .progress-container .progress-bar {
  background-color: #e63946;
}
.l-main.-lead.-storage .c-leadSec_header .t-text,
.l-main.-lead.-storage .c-leadSec_header .t-title {
  color: #03060c;
}
.l-main.-lead.-storage .l-header.-logoOnly {
  background-color: #fff;
}
.l-main.-lead #ProgressBar {
  position: fixed;
  width: 100%;
  height: 3px;
  top: 60px;
  left: 0;
  z-index: 3;
}
@media (min-width: 576px) {
  .l-main.-lead #ProgressBar {
    top: 80px;
  }
}
.l-main.-lead #ProgressBar .progress-container {
  background-color: rgba(238, 240, 252, 0.2);
  width: 100%;
  height: 1px;
}
.l-main.-lead #ProgressBar .progress-container .progress-bar {
  background-color: #eef0fc;
  width: 33%;
  height: 3px;
  transform: translateY(-1px);
  transition: width 0.6s ease-in-out;
}
.l-main.-lead #leadRoot {
  background-color: transparent;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
  min-height: min-content;
}
.c-leadSec {
  animation: fade-in 0.6s;
  animation-fill-mode: forwards;
  min-height: min-content;
}
.c-leadSec_header {
  text-align: center;
  margin: 13px 20px 40px;
}
@media (min-width: 576px) {
  .c-leadSec_header {
    margin: 0 0 60px;
  }
}
.c-leadSec_header .t-title {
  color: #fff;
  font-weight: 700;
  max-width: 770px;
  margin: 0 auto;
}
.c-leadSec_header .t-text {
  color: #fff;
  margin-top: 24px;
}
.c-leadSec_summaryBtn.c-btn {
  width: 100%;
  padding: 12px 0;
  margin: 30px auto 0;
  display: inline-block;
}
.c-leadSec.-fadeOut {
  animation: fade-out 0.6s;
  animation-fill-mode: forwards;
}
.c-leadSec .c-leadBox {
  margin-bottom: 24px;
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.031372549);
}
@media (min-width: 940px) {
  .c-leadSec .c-leadBox.-wideLeadBox {
    min-width: min-content;
  }
}
.c-leadSec .c-leadBox:last-child {
  margin-bottom: 60px !important;
}
.c-leadSec .c-message {
  text-align: center;
  margin-top: 10px;
}
.c-leadSec .c-message.-error {
  color: #e63946;
}
.c-leadSec .c-message.-success {
  color: #42db91;
}
.c-leadSec .c-btn.-disabled {
  background-color: #cbced2;
  opacity: 1;
}
.c-leadSec .container {
  position: relative;
  min-height: min-content;
}
.c-leadSec .container form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.c-flashMessage {
  display: block;
  margin: 10px auto 26px;
  text-align: center;
}
@media (min-width: 576px) {
  .c-flashMessage {
    margin: auto auto 43px;
  }
}
.c-flashMessage_text {
  display: inline-block;
  padding: 0 0 0 32px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #42db91;
  background: url(/build/images/check-green.006f6c3e.svg) no-repeat 0 50%;
}
@media (min-width: 576px) {
  .c-flashMessage_text {
    font-size: 18px;
  }
}
.c-leadBox {
  padding: 25px 25px 30px;
  background-color: #fff;
  max-width: 760px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .c-leadBox {
    padding: 50px 80px 60px;
    width: 100%;
  }
}
.c-leadBox_row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .c-leadBox_row {
    display: flex;
  }
}
.c-leadBox_col {
  padding: 0 15px;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-leadBox_col {
    max-width: 50%;
  }
}
.c-leadBox.-centered {
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  max-width: 570px;
}
.c-leadBox .choices {
  max-width: 320px;
}
.c-leadBox .c-leadBox_col .f-group .f-label {
  margin: 10px 0 6px;
}
.c-leadBox .c-leadBox_col .f-group.-textarea textarea {
  height: 228px;
}
.c-leadBox .f-fieldset_header {
  margin-bottom: 32px;
}
.c-leadBox .f-fieldset_legend {
  margin-bottom: 0;
  line-height: 30px !important;
}
.c-leadBox .f-fieldset_desc {
  margin-top: 8px;
  color: #4e5258;
}
.c-leadBox .f-fieldset .c-btn {
  display: block;
  padding: 0;
  margin: 20px auto 0;
}
@media (min-width: 576px) {
  .c-leadBox .f-fieldset .c-btn {
    padding: 12px 69px;
  }
}
.c-leadBox.-packageQuantity {
  max-width: 1000px;
}
@media (max-width: 1259px) {
  .c-leadBox.-packageQuantity {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .c-leadBox.-packageQuantity {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .c-leadBox.-packageQuantity {
    width: 100%;
  }
}
.c-leadBox.-packageQuantity .c-radioBoxList {
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .c-leadBox.-packageQuantity .c-radioBoxList {
    flex-wrap: wrap;
    display: flex;
  }
  .c-leadBox.-packageQuantity .c-radioBoxList_item {
    width: 33%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .c-leadBox.-packageQuantity .c-radioBoxList_item {
    width: 50%;
  }
}
.c-leadBox.-packageQuantity .c-radioBoxList.-lighten {
  opacity: 0.4;
}
.c-leadBox.-packageQuantity
  .c-radioBoxList
  .f-group.-radio
  .f-input:checked
  + .f-label {
  font-weight: 700 !important;
}
.c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox_img {
  margin: 16px auto;
}
@media (max-width: 575px) {
  .c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox_img {
    margin: 6px auto 0;
  }
}
@media (max-width: 991px) {
  .c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox_img .l-lgImg {
    width: unset;
  }
}
.c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox .f-label {
  padding: 6px !important;
}
.c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox .f-label span {
  color: #03060c !important;
}
@media (max-width: 991px) {
  .c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox .f-label span {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-leadBox.-packageQuantity .c-radioBoxList .c-radioBox .f-label span {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .c-leadBox.-packageQuantity .f-fieldset .c-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    padding: 12px 49px;
  }
}
.c-leadBox.-packageQuantity .c-underConstruction {
  margin: 50px 0 0;
}
@media (max-width: 991px) {
  .c-leadBox.-packageQuantity .c-underConstruction {
    margin: 20px 0 10px;
  }
}
.c-leadBox.-palletQuantity {
  max-width: 1000px;
  padding: 50px 60px;
}
@media (max-width: 767px) {
  .c-leadBox.-palletQuantity {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .c-leadBox.-palletQuantity {
    width: 100%;
  }
}
.c-leadBox.-palletQuantity .c-radioBoxList {
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .c-leadBox.-palletQuantity .c-radioBoxList {
    flex-wrap: wrap;
    display: flex;
  }
  .c-leadBox.-palletQuantity .c-radioBoxList_item {
    width: 33%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .c-leadBox.-palletQuantity .c-radioBoxList_item {
    width: 50%;
  }
}
.c-leadBox.-palletQuantity .c-radioBoxList.-lighten {
  opacity: 0.4;
}
.c-leadBox.-palletQuantity
  .c-radioBoxList
  .f-group.-radio
  .f-input:checked
  + .f-label {
  font-weight: 700 !important;
}
.c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox_img {
  margin: 16px auto;
}
@media (max-width: 575px) {
  .c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox_img {
    margin: 6px auto 0;
  }
}
@media (max-width: 991px) {
  .c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox_img .l-lgImg {
    width: unset;
  }
}
.c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox .f-label {
  padding: 6px !important;
}
.c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox .f-label span {
  color: #03060c !important;
}
@media (max-width: 991px) {
  .c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox .f-label span {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-leadBox.-palletQuantity .c-radioBoxList .c-radioBox .f-label span {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.c-leadBox.-contactForm {
  max-width: 820px;
  padding: 50px 60px 60px;
}
@media (max-width: 991px) {
  .c-leadBox.-contactForm {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .c-leadBox.-contactForm {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .c-leadBox.-contactForm {
    width: 100%;
    padding: 20px;
  }
}
.c-leadBox.-contactForm .-phone.-blured + .f-inputBlur {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 40px;
  width: calc(100% - 58px);
  background: hsla(0, 0%, 100%, 0.7);
  pointer-events: none;
}
.c-leadBox.-contactForm
  .-phone.-blured[value='+XX XXX XXX XXX']
  + .f-inputBlur {
  width: calc(100% - 8px);
}
.c-leadBox.-contactForm .c-leadBox_row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-leadBox.-contactForm .c-leadBox_row {
    flex-direction: column;
    align-items: center;
  }
}
.c-leadBox.-contactForm .c-leadBox_col:first-of-type {
  max-width: 420px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-leadBox.-contactForm .c-leadBox_col:first-of-type {
    width: 100%;
    max-width: 100%;
  }
}
.c-leadBox.-contactForm .c-leadBox_col:nth-of-type(2) {
  max-width: 370px;
}
@media (max-width: 991px) {
  .c-leadBox.-contactForm .c-leadBox_col:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
  }
}
.c-leadBox.-contactForm .c-leadBox_col:nth-of-type(2) .t-text.-bold {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .c-leadBox.-contactForm .c-leadBox_col:nth-of-type(2) .t-text.-bold {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.c-leadBox.-contactForm .f-group.-checkbox .f-label {
  line-height: 1.5em;
}
.c-leadBox.-contactForm .c-btn {
  margin-top: 30px;
  width: 100%;
  padding: 13px 30px;
  height: fit-content;
}
.c-leadBox.-contactForm .c-btn_label {
  line-height: 1.4em;
}
.c-leadBox.-additionalInfo .f-group.-checkbox {
  margin-top: 32px;
  margin-bottom: 0;
}
.c-leadBox.-additionalInfo .c-btn {
  margin-top: 36px;
  width: 100%;
  height: 56px;
}
@media (min-width: 768px) {
  .c-leadBox.-productType {
    padding: 40px 60px;
  }
}
.c-leadBox.-productType .f-group.-checkbox {
  margin-top: 32px;
  margin-bottom: 0;
}
.c-leadBox.-productType .c-btn {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .c-leadBox.-deliveryMethod {
    padding: 40px 60px;
  }
}
.c-leadBox.-deliveryMethod .c-btn {
  margin-top: 36px;
}
@media (min-width: 940px) {
  .c-leadBox.-averageDimensions .c-radioBoxList {
    width: 740px;
  }
}
.c-leadBox.-averageDimensions .c-btn {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .c-leadBox.-storageDuration {
    padding: 40px 60px;
  }
}
.c-leadBox.-storageDuration .c-rangeSlider {
  margin-top: 40px;
}
.c-leadBox.-cartValues .c-rangeSlider {
  margin-top: 32px;
}
@media (min-width: 576px) {
  .c-leadBox.-cartValues .c-rangeSlider {
    margin-top: 60px;
  }
}
.c-leadBox.-cartValues .c-underConstruction {
  margin: 30px 0 0;
}
.c-leadBox.-companyCountry .c-btn {
  margin-top: 30px;
}
.c-leadBox
  .-checkbox
  input.f-input:checked:not(#terms):not(#newsletterAgreement):not(
    #smsAgreement
  ):not(#selectAll)
  + .f-label {
  font-weight: 600;
}
.choices__inner {
  font-weight: 600;
  padding-left: 20px;
  border: 3px solid #4e5258;
  background-color: #fff;
  border-radius: 0;
}
.choices__placeholder {
  font-weight: 700;
  color: #4e5258;
  opacity: 1;
}
.choices__placeholder:hover {
  background-color: transparent;
}
.choices__list--single {
  padding-left: 0;
}
.choices__list--dropdown {
  margin-top: -55px;
  padding-top: 0;
  padding-bottom: 8px;
  z-index: 9;
}
.choices__list--dropdown .choices__list {
  padding-top: 8px;
}
.choices__list--dropdown .choices__item {
  font-size: 16px;
  line-height: 1.625;
}
.choices__list--dropdown .choices__item--selectable {
  padding: 8px 20px;
  transition: opacity 0.75s;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: transparent;
  opacity: 0.8;
}
.choices__list--dropdown.is-active {
  border-width: 3px;
  border-color: #03060c;
}
.choices__list--dropdown:before {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 3px;
  background-color: #4e5258;
  content: '';
}
.choices[data-type*='select-one']:after {
  z-index: 10;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -8.5px;
  border: 0;
  background: url(/build/images/chevron-bottom-red.90e5471f.svg) no-repeat 0 50%;
}
.choices[data-type*='select-one'] .choices__input {
  width: 100%;
  padding: 8px 20px;
  min-height: 55px;
  border: 0;
  background-color: #fff;
}
.choices.is-focued .choices__inner,
.choices.is-open .choices__inner {
  border-color: #03060c;
  border-width: 3px;
  border-radius: 0;
}
.choices.is-focued[data-type*='select-one']:after,
.choices.is-open[data-type*='select-one']:after {
  background: url(/build/images/chevron-top-red.2708095b.svg) no-repeat 0 50%;
}
.choices [hidden] {
  position: absolute;
  z-index: -100;
  display: block !important;
  opacity: 0.01;
}
.c-radioBoxList {
  margin-left: -8px;
  margin-right: -8px;
}
.c-radioBoxList_item {
  flex-grow: 1;
  padding: 0 8px;
  width: 100%;
}
@media (min-width: 940px) {
  .c-radioBoxList {
    display: flex;
  }
  .c-radioBoxList_item {
    width: 33%;
  }
}
.c-radioBox {
  width: 100%;
}
.c-radioBox_img {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.c-radioBox_img .l-smImg {
  width: 26px;
}
.c-radioBox_img .l-midImg {
  width: 34px;
}
.c-radioBox_img .l-lgImg {
  width: 42px;
}
@media (min-width: 940px) {
  .c-radioBox_img {
    width: 72px;
    height: 72px;
    margin: 32px auto 16px;
  }
  .c-radioBox_img .l-lgImg,
  .c-radioBox_img .l-midImg,
  .c-radioBox_img .l-smImg {
    width: unset;
  }
}
.c-radioBox_details {
  border-left: 1px solid rgba(3, 6, 12, 0.05);
  padding-left: 22px;
  width: 60%;
}
@media (min-width: 940px) {
  .c-radioBox_details {
    border-top: 1px solid rgba(3, 6, 12, 0.05);
    border-left: unset;
    padding-top: 16px;
    padding-left: unset;
    width: 100%;
  }
}
.c-radioBox_details td {
  padding-bottom: 8px;
}
.c-radioBox_details td:first-child {
  width: 50%;
}
.c-radioBox_details td:last-child {
  width: 50%;
  text-align: right;
  font-weight: 700;
  color: #03060c;
}
.c-radioBox .f-label {
  border: 3px solid #fff;
  transition: border 0.2s ease-in;
  padding: 12px 24px !important;
  font-weight: 400 !important;
  user-select: none;
  color: #808389 !important;
  width: 100%;
}
@media (min-width: 940px) {
  .c-radioBox .f-label {
    padding: 12px 24px 32px !important;
  }
}
.c-radioBox .f-label:after,
.c-radioBox .f-label:before {
  left: 12px !important;
  top: 12px !important;
}
.c-radioBox .f-label strong {
  display: block;
  text-align: center;
  margin-bottom: 4px;
  color: #03060c;
  min-height: 2em;
}
.c-radioBox .f-label span {
  text-align: center;
  display: none;
  margin-bottom: 16px;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 940px) {
  .c-radioBox .f-label span {
    display: block;
  }
}
.c-radioBox .f-input:checked + .f-label {
  border-color: #03060c;
}
.c-spaceInput {
  display: flex;
  font-weight: 700;
  align-items: center;
  font-size: 16px;
}
.c-spaceInput .f-group {
  margin-right: 16px;
  margin-bottom: 0;
  max-width: 160px;
}
.noUi-target {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.noUi-connects {
  height: 2px;
  background-color: #fff;
  top: 7px;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 8px solid #e63946;
  border-radius: 50%;
  box-shadow: none;
}
.noUi-marker-large {
  display: none;
}
.noUi-value {
  margin-left: auto;
  font-weight: 700;
  color: #e5e7f2;
}
.noUi-value:nth-of-type(2) {
  margin-left: 15px;
}
.noUi-value:last-of-type {
  margin-left: -15px;
}
.noUi-label_0,
.noUi-label_1 {
  position: absolute;
  top: -37px;
  font-weight: 700;
  color: #03060c;
}
.noUi-label_0 {
  left: 0;
}
.noUi-label_1 {
  right: 0;
}
#range-countries {
  margin-top: 48px;
  margin-bottom: 64px;
}
.-animated {
  transition: transform 0.6s ease-in-out, opacity 0.6s;
  transform: translateX(0) scale(1);
  transform-origin: top;
  opacity: 1;
  will-change: transform;
  width: 100%;
}
.-animated.-outRight {
  position: absolute;
  transform: translateX(calc(100vw + 110%)) scale(0.3, 0);
}
.-animated.-outLeft {
  position: absolute;
  transform: translateX(calc(-100vw + -110%)) scale(0.3, 0);
  opacity: 0;
}
.c-flyingMessage {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 19, 54, 0.6);
  animation: fade-in 0.6s;
  animation-fill-mode: forwards;
  z-index: 3;
}
.c-flyingMessage .t-title {
  color: #03060c;
  margin-bottom: 30px;
}
.c-flyingMessage .c-leadBox {
  animation: fade-in 0.6s;
  animation-fill-mode: forwards;
}
@media (max-height: 700px) {
  .c-flyingMessage .c-leadBox {
    top: unset;
    bottom: 20px;
    transform: translate(-50%);
  }
}
#prevButtonModule {
  transition: opacity 0.3s;
}
#prevButtonModule.-disabled {
  opacity: 0.3;
}
#prevButtonModule.-disabled a {
  cursor: not-allowed;
}
.l-main.-pricing .c-hero {
  padding: 96px 0 108px;
}
.l-main.-pricing .c-trustUsSec {
  padding-top: 46px;
  padding-bottom: 62px;
  margin-bottom: 49px;
}
@media (max-width: 575px) {
  .l-main.-pricing .c-trustUsSec {
    margin-bottom: 0;
    padding-bottom: 48px;
  }
}
.l-main.-pricing .c-benefits2Sec {
  padding-top: 112px;
}
@media (max-width: 575px) {
  .l-main.-pricing .c-benefits2Sec {
    padding-top: 48px;
  }
}
.l-main.-pricing .c-benefits2Sec .t-heading .t-title {
  color: #fff;
}
@media (max-width: 767px) {
  .l-main.-pricing .c-contactFormSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .l-main.-pricing .c-contactFormSec_contact {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .l-main.-pricing .c-contactFormSec_address {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .l-main.-pricing .c-contactFormSec .f-contact {
    margin-top: 48px;
  }
}
.l-main.-pricing .c-hero.-v4 .t-title {
  max-width: 400px;
}
@media (max-width: 575px) {
  .l-main.-pricing .c-hero.-v4 .c-hero_col.-image {
    padding: 0 15px;
  }
}
.l-main.-blog .c-navHorizontal.-pagination {
  margin-left: -7px;
}
.l-main.-blog .c-navHorizontal.-pagination::-webkit-scrollbar {
  width: 0 !important;
}
@media (max-width: 991px) {
  .l-main.-blog .c-navHorizontal.-pagination {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
}
@media (max-width: 767px) {
  .l-main.-blog .c-navHorizontal.-pagination {
    padding-top: 20px;
  }
}
.l-main.-blog .c-navHorizontal.-blog {
  margin-left: 0;
}
@media (max-width: 767px) {
  .l-main.-blog .c-navHorizontal.-blog {
    margin-left: 0;
  }
}
.l-main.-blog .c-blogPostSec_sidebar,
.l-main.-blog .c-blogSec_sidebar {
  padding-left: 72px;
}
@media screen and (max-width: 1200px) {
  .l-main.-blog .c-blogPostSec_sidebar,
  .l-main.-blog .c-blogSec_sidebar {
    display: none;
  }
}
.l-main.-blog .c-blogPostSec_sidebar .c-postAuthor,
.l-main.-blog .c-blogSec_sidebar .c-postAuthor {
  margin-top: 100px;
}
.l-main.-blog .c-blogPostSec_sidebarTitle,
.l-main.-blog .c-blogSec_sidebarTitle {
  font-weight: 700;
}
.l-main.-blog .c-blogPostSec .c-postPreview.-small,
.l-main.-blog .c-blogSec .c-postPreview.-small {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .l-main.-blog .c-blogPostSec .c-postPreview.-small:first-of-type,
  .l-main.-blog .c-blogSec .c-postPreview.-small:first-of-type {
    margin-top: 32px;
  }
}
.l-main.-blog .c-blogSec_posts .c-postPreview:not(.-small) {
  display: none;
}
.l-main.-blog .c-blogSec_posts .c-postPreview:not(.-small).-active {
  display: flex;
}
.l-main.-blog .c-postPreview + .c-postPreview:not(.-small) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .l-main.-blog .c-postPreview + .c-postPreview:not(.-small) {
    margin-top: 16px;
  }
}
@media (max-width: 1259px) {
  .l-main.-blog .c-blogPostSec_header {
    margin-bottom: 32px;
  }
}
.l-main.-blog .c-blogPostSec_header .t-title.-big {
  padding-bottom: 80px;
}
@media (max-width: 1365px) {
  .l-main.-blog .c-blogPostSec_header .t-title.-big {
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 1259px) {
  .l-main.-blog .c-blogPostSec_header .t-title.-big {
    padding-bottom: 0;
    font-size: 38px;
    line-height: 1.2631578947;
  }
}
@media (max-width: 767px) {
  .l-main.-blog .c-blogPostSec_header .t-title.-big {
    font-size: 32px;
    line-height: 1.25;
  }
}
.l-main.-blog .c-blogPostSec_header .c-postAuthor {
  margin-left: 70px;
}
@media (max-width: 1259px) {
  .l-main.-blog .c-blogPostSec_header .c-postAuthor {
    margin-left: 0;
  }
}
.l-main.-blog .c-blogSec {
  padding-top: 93px;
}
@media (max-width: 767px) {
  .l-main.-blog .c-blogSec {
    padding-top: 24px;
  }
}
.l-main.-blog .c-blogSec_title {
  margin-bottom: 51px;
  letter-spacing: -0.2px;
}
@media (max-width: 767px) {
  .l-main.-blog .c-blogSec_title {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 1.15;
  }
}
@media (max-width: 1499px) {
  .l-main.-blog .c-blogSec_title {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-main.-blog .c-blogSec_posts {
  padding: 64px 0 120px;
  background-color: #f7f8ff;
}
@media (max-width: 575px) {
  .l-main.-blog .c-blogSec_posts {
    padding-top: 65px;
    padding-bottom: 80px;
  }
}
.l-main.-blog .c-blogSec_sidebar {
  padding-left: 50px;
  padding-right: 0;
  margin-bottom: 50px;
}
@media (max-width: 1259px) {
  .l-main.-blog .c-blogSec_sidebar {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .l-main.-blog .c-blogSec_sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-main.-blog .c-blogSec_sidebar {
    margin-top: 58px;
  }
}
.l-main.-blog .c-blogSec_sidebar .-sticked {
  position: fixed;
  top: 130px;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
@media screen and (max-width: 1259px) and (min-width: 1200px) {
  .l-main.-blog .c-blogSec_sidebar .-sticked {
    top: 60px;
    max-height: calc(100vh - 90px);
  }
}
.l-main.-blog .c-blogSec_sidebar .-stop {
  position: absolute;
  bottom: 0;
}
.l-main.-blog .c-blogSec .c-filterBar {
  display: flex;
}
@media (max-width: 1259px) {
  .l-main.-blog .c-blogSec .c-filterBar .swiper-container {
    order: 2;
  }
  .l-main.-blog .c-blogSec .c-filterBar .c-searchBar {
    order: 1;
    margin-right: 20px;
  }
}
@media (max-width: 1499px) {
  .l-main.-blog .c-blogSec .c-filterBar {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-main.-blog .c-blogSec .c-btn.-showMore {
  margin-top: 32px;
  display: none;
}
@media (max-width: 767px) {
  .l-main.-blog .c-blogSec .c-btn.-showMore.-active {
    display: flex !important;
  }
}
.l-main.-blog .c-knowledgeBaseSec {
  padding-top: 0;
}
.l-main.-blog .c-knowledgeBaseSec .t-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-main.-blog .c-knowledgeBaseSec .t-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.l-main.-blog .c-knowledgeBaseSec .c-knowledgeBase {
  padding-top: 88px;
}
@media (max-width: 767px) {
  .l-main.-blog .c-knowledgeBaseSec .c-knowledgeBase {
    padding-top: 48px;
  }
}
.-knowledgeBase {
  width: 100%;
  overflow-x: hidden;
}
.-knowledgeBase .c-knowledgeBase_header {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .-knowledgeBase .c-knowledgeBase_header {
    padding: 54px 0;
  }
}
.-knowledgeBase .c-knowledgeBaseSec_list {
  position: relative;
  background: #f7f8ff;
  padding-top: 56px;
  padding-bottom: 104px;
}
.-knowledgeBase .c-knowledgeBaseSec_list .container .c-knowledgeBaseSec_col {
  margin-bottom: 30px;
}
.-knowledgeBase
  .c-knowledgeBaseSec_list
  .container
  .c-knowledgeBaseSec_col
  .c-ebook.c-teaser {
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.0274509804);
  box-sizing: border-box;
  width: 100%;
  min-height: 472px;
  max-height: 472px;
}
@media (max-width: 767px) {
  .-knowledgeBase
    .c-knowledgeBaseSec_list
    .container
    .c-knowledgeBaseSec_col
    .c-ebook.c-teaser {
    min-height: 344px;
  }
}
.l-main.-caseStudies .c-caseStudies_video {
  padding-top: 70px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P7j/38ACcYD7pEhQvAAAAAASUVORK5CYII=);
  background-size: 100% calc(100% - 400px);
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 767px) {
  .l-main.-caseStudies .c-caseStudies_video {
    background-size: 100% calc(100% - 120px);
  }
}
.l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_container {
  max-width: 1060px;
}
@media (max-width: 1259px) {
  .l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_container {
    max-width: 540px;
  }
}
.l-main.-caseStudies
  .c-caseStudies_video
  .c-videoCaseStudies_container
  .t-title {
  max-width: 600px;
}
.l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_slider {
  margin: 40px 0 160px;
  width: 100%;
}
@media (max-width: 1365px) {
  .l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_slider {
    margin: 40px 0 100px;
  }
}
@media (max-width: 991px) {
  .l-main.-caseStudies
    .c-caseStudies_video
    .c-videoCaseStudies_slider:not(.-withoutButtons) {
    margin-top: 110px;
  }
}
.l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_item {
  box-shadow: 0 24px 60px rgba(22, 43, 55, 0.0784313725);
  border-radius: 24px;
  padding: 22px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1000px;
  background-color: #fff;
  margin: auto;
}
@media (max-width: 1259px) {
  .l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_item {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_item {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_item {
    padding: 0;
    border-radius: 0;
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: unset;
  }
}
.l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_item .c-video {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .l-main.-caseStudies .c-caseStudies_video .c-videoCaseStudies_item .c-video {
    border-radius: 0;
  }
}
.l-main.-caseStudies .c-caseStudies_video .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  max-height: 600px;
}
.l-main.-caseStudies .c-caseStudies_video .swiper-button-next,
.l-main.-caseStudies .c-caseStudies_video .swiper-button-prev {
  display: flex;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(22, 43, 55, 0.1215686275);
}
.l-main.-caseStudies .c-caseStudies_video .swiper-button-next:after,
.l-main.-caseStudies .c-caseStudies_video .swiper-button-prev:after {
  content: '';
  border-top: 3px solid #e63946;
  border-right: 3px solid #e63946;
  width: 13px;
  height: 13px;
}
.l-main.-caseStudies
  .c-caseStudies_video
  .swiper-button-next.swiper-button-disabled,
.l-main.-caseStudies
  .c-caseStudies_video
  .swiper-button-prev.swiper-button-disabled {
  filter: grayscale(1);
  opacity: 0.8 !important;
}
@media (max-width: 991px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-next,
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
.l-main.-caseStudies .c-caseStudies_video .swiper-button-prev {
  left: calc(50% + 380px);
  top: -100px;
}
@media (max-width: 1259px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-prev {
    left: calc(50% + 340px);
  }
}
@media (max-width: 991px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-prev {
    left: calc(50% - 340px);
    top: -55px;
  }
}
@media (max-width: 767px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-prev {
    left: calc(50% - 260px);
  }
}
@media (max-width: 575px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-prev {
    left: 0;
  }
}
.l-main.-caseStudies .c-caseStudies_video .swiper-button-next {
  right: calc(50% - 520px);
  top: -100px;
}
@media (max-width: 1259px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-next {
    right: calc(50% - 480px);
  }
}
@media (max-width: 991px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-next {
    right: calc(50% + 220px);
    top: -55px;
  }
}
@media (max-width: 767px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-next {
    right: calc(50% + 140px);
  }
}
@media (max-width: 575px) {
  .l-main.-caseStudies .c-caseStudies_video .swiper-button-next {
    right: auto;
    left: 70px;
  }
}
.l-main.-caseStudies .c-caseStudies_video .swiper-button-prev:after {
  transform: translateX(2px) rotate(-135deg);
}
.l-main.-caseStudies .c-caseStudies_video .swiper-button-next:after {
  transform: translateX(-2px) rotate(45deg);
}
.l-main.-caseStudies .c-filterBar {
  display: flex;
}
@media (max-width: 1499px) {
  .l-main.-caseStudies .c-filterBar {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-main.-caseStudies .c-caseStudies_written .t-heading {
  margin-bottom: 60px;
}
@media (max-width: 1365px) {
  .l-main.-caseStudies .c-caseStudies_written .t-heading {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .l-main.-caseStudies .c-caseStudies_written .t-heading {
    margin-bottom: 35px;
    text-align: left;
  }
}
.l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies {
  background-color: #f7f8ff;
}
.l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_list {
  padding: 60px 0 270px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1365px) {
  .l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_list {
    padding: 60px 0 160px;
  }
}
@media (max-width: 767px) {
  .l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_list {
    padding: 60px 0 100px;
  }
}
@media (max-width: 575px) {
  .l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_list {
    margin: 0 -8px;
  }
}
.l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_link {
  margin: 0 15px 30px;
}
.l-main.-caseStudies
  .c-caseStudies_written
  .c-writtenCaseStudies_link:not(.-active) {
  display: none;
}
@media (max-width: 575px) {
  .l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_link {
    margin: 0 8px 17px;
    flex-basis: calc(50% - 16px);
  }
}
.l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_item {
  padding: 22px 28px;
  background-color: #fff;
  flex-basis: 270px;
  width: 270px;
  height: 112px;
  position: relative;
}
@media (max-width: 767px) {
  .l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_item {
    width: 240px;
    height: 99px;
  }
}
@media (max-width: 575px) {
  .l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_item {
    width: 100%;
    height: 62px;
    padding: 8px 4px;
  }
}
.l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_item:after {
  content: '';
  width: 11px;
  height: 11px;
  border-top: 3px solid #e63946;
  border-right: 3px solid #e63946;
  transform: translateX(-50px) rotate(45deg);
  opacity: 0;
  position: absolute;
  top: calc(50% - 6px);
  right: 50px;
  transition: transform 0.3s, opacity 0.3s;
}
@media (min-width: 576px) {
  .l-main.-caseStudies
    .c-caseStudies_written
    .c-writtenCaseStudies_item:hover
    .c-writtenCaseStudies_img {
    transform: translateX(-30px);
  }
  .l-main.-caseStudies
    .c-caseStudies_written
    .c-writtenCaseStudies_item:hover:after {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
}
.l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_img {
  height: 100%;
  width: 100%;
  transform: translateX(0);
  transition: transform 0.3s;
}
.l-main.-caseStudies .c-caseStudies_written .c-writtenCaseStudies_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.-media {
  width: 100%;
  overflow-x: hidden;
}
.-media .c-media_header {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .-media .c-media_header {
    padding: 54px 0;
  }
}
.-media .c-pressInfoSec {
  position: relative;
  background: #f7f8ff;
  padding-top: 56px;
  padding-bottom: 104px;
}
.-media .c-pressInfoSec .container .c-pressInfoSec_col {
  margin-bottom: 30px;
}
.-media .c-pressInfoSec .container .c-pressInfoSec_col .c-pressLink.c-teaser {
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.0274509804);
  box-sizing: border-box;
  width: 100%;
  min-height: 472px;
  max-height: 472px;
}
@media (max-width: 767px) {
  .-media .c-pressInfoSec .container .c-pressInfoSec_col .c-pressLink.c-teaser {
    min-height: 344px;
  }
}
.l-main.-career .c-careerHeroSec {
  background-color: #f7f8ff;
  padding-top: 96px;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .l-main.-career .c-careerHeroSec {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}
.l-main.-career .c-careerHeroSec .t-title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .l-main.-career .c-careerHeroSec .t-title {
    font-size: 40px;
    line-height: 1.15;
  }
}
.l-main.-career .c-careerHeroSec .t-heading {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .l-main.-career .c-careerHeroSec .t-heading {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .l-main.-career .c-careerHeroSec_fulfillment {
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.l-main.-career .c-careerHeroSec_solutions {
  color: #4e5258;
}
.l-main.-career .c-articlesSec {
  padding-top: 104px;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .l-main.-career .c-articlesSec {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .l-main.-career .c-articlesSec_img {
    margin-bottom: 24px;
  }
}
.l-main.-career .c-benefitsSec {
  background-color: #1d2357;
}
.l-main.-career .c-benefitsSec .t-title {
  color: #fff;
}
.l-main.-career .c-benefitsSec_col {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .l-main.-career .c-benefitsSec_col {
    margin-bottom: 16px;
  }
}
.l-main.-career .c-dataProcessing {
  padding-top: 108px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P7j/38ACcYD7pEhQvAAAAAASUVORK5CYII=);
  background-size: 100% 440px;
  background-repeat: no-repeat;
}
.l-main.-career .c-dataProcessing .t-title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .l-main.-career .c-dataProcessing_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .l-main.-career .c-dataProcessing_header {
    max-width: 320px;
    margin-top: 40px;
  }
}
.l-main.-career .c-dataProcessing_content {
  max-width: 760px;
  background-color: #fff;
  padding: 50px 60px 100px;
  box-shadow: 0 20px 60px rgba(22, 43, 55, 0.0274509804);
  position: relative;
}
@media (max-width: 1259px) {
  .l-main.-career .c-dataProcessing_content {
    max-width: 560px;
    padding: 40px 50px 80px;
  }
}
@media (max-width: 991px) {
  .l-main.-career .c-dataProcessing_content {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .l-main.-career .c-dataProcessing_content {
    margin-top: 30px;
    padding: 35px 30px 80px;
  }
}
.l-main.-career .c-dataProcessing_content.-collapsed .t-text {
  max-height: 270px;
  overflow: hidden;
}
.l-main.-career .c-dataProcessing_content.-collapsed:after {
  content: '';
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 160px;
  background: transparent linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff) 0
    0 no-repeat padding-box;
}
@media (max-width: 1259px) {
  .l-main.-career .c-dataProcessing_content.-collapsed:after {
    bottom: 60px;
  }
}
.l-main.-career .c-dataProcessing_content .c-link {
  position: absolute;
  bottom: 50px;
}
@media (max-width: 1259px) {
  .l-main.-career .c-dataProcessing_content .c-link {
    bottom: 30px;
  }
}
.l-main.-career .c-careerOffersSec {
  padding-top: 128px;
}
@media (max-width: 767px) {
  .l-main.-career .c-careerOffersSec {
    padding-top: 56px;
    padding-bottom: 0;
  }
}
.l-main.-career .c-careerOffersSec .c-careerOffersSec_title {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .l-main.-career .c-careerOffersSec .c-careerOffersSec_title {
    padding-bottom: 30px;
  }
}
.l-main.-career .c-careerOffersList {
  padding: 56px 0 0;
  background: linear-gradient(180deg, #f7f8ff, rgba(247, 248, 255, 0) 90.53%);
}
@media (max-width: 767px) {
  .l-main.-career .c-careerOffersList {
    padding: 24px 0 0;
  }
}
.l-main.-career .c-careerOffersList_col {
  display: none;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .l-main.-career .c-careerOffersList_col {
    margin-bottom: 16px;
  }
}
.l-main.-career .c-careerOffersList_col.-active {
  display: block;
}
.l-main.-career .c-careerOffersList_email {
  max-width: 690px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 128px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .l-main.-career .c-careerOffersList_email {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.l-main.-career .c-knowledgeBaseSec {
  padding-top: 0;
}
@media (max-width: 767px) {
  .l-main.-career .c-knowledgeBaseSec {
    padding-top: 64px;
  }
}
.l-main.-servicesSpecial .c-articlesSec,
.l-main.-servicesSpecial .c-articlesSec_row:last-child {
  margin-bottom: 0;
}
.l-main.-integrations .c-accessSec {
  padding-top: 144px;
  padding-bottom: 184px;
}
@media (max-width: 767px) {
  .l-main.-integrations .c-accessSec {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .l-main.-integrations .c-accessSec {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .l-main.-integrations .c-accessSec_row {
    flex-direction: column;
  }
}
.l-main.-integrations .c-accessSec_list li {
  max-width: 470px;
}
.l-main.-integrations .c-accessSec_list li + li {
  margin-top: 16px;
}
.l-main.-integrations .c-accessSec .t-title {
  margin-bottom: 40px;
  margin-top: 65px;
}
@media (max-width: 991px) {
  .l-main.-integrations .c-accessSec .t-title {
    margin-bottom: 24px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .l-main.-integrations .c-accessSec .c-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 575px) {
  .l-main.-integrations .c-accessSec .c-image img {
    width: 100%;
  }
}
.l-main.-integrations .c-accessSec .c-lineBox {
  padding: 40px 40px 48px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(203, 206, 210, 0.14);
  border-left: 3px solid #e63946;
}
@media (max-width: 991px) {
  .l-main.-integrations .c-accessSec .c-lineBox {
    font-size: 18px;
    line-height: 26px;
    padding: 24px;
  }
}
.l-main.-couriers .c-hero {
  background: #f7f8ff;
  padding-bottom: 103px;
}
@media (max-width: 767px) {
  .l-main.-couriers .c-hero {
    padding-bottom: 40px;
  }
}
.l-main.-couriers .c-hero_list {
  margin-top: 104px;
  border-top: 1px solid rgba(3, 6, 12, 0.1);
  display: flex;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .l-main.-couriers .c-hero_list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .l-main.-couriers .c-hero_list {
    margin-top: 24px;
    padding-top: 24px;
    flex-direction: column;
  }
}
.l-main.-couriers .c-hero_list li {
  width: 25%;
}
@media (max-width: 991px) {
  .l-main.-couriers .c-hero_list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-main.-couriers .c-hero_list li {
    width: 100%;
  }
}
.l-main.-couriers .c-hero_list .c-teaser {
  padding: 24px;
}
@media (max-width: 767px) {
  .l-main.-couriers .c-hero_list .c-teaser {
    padding: 24px 0;
  }
}
.l-main.-couriers .c-hero_list .c-teaser .t-text.-wBold {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .l-main.-couriers .c-hero_list .c-teaser .t-text.-wBold {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .l-main.-couriers .c-hero_list .c-teaser .t-text.-semiBig {
    font-size: 14px;
    line-height: 24px;
  }
}
.l-main.-partners .c-partners {
  padding-top: 80px;
}
.l-main.-partners .c-partners_list {
  position: relative;
  background: #f7f8ff;
  padding-top: 56px;
  padding-bottom: 104px;
}
.l-main.-partners .c-partners_col {
  margin-bottom: 30px;
}
.l-main.-partners .c-partners_col.-hide {
  display: none;
}
.l-main.-partners .c-partners_item.c-teaser {
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.0274509804);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.l-main.-partners .c-partners_item.c-teaser .c-teaser_img {
  height: 122px;
}
.l-main.-partners .c-partners_item.c-teaser .c-teaser_img img {
  object-fit: none;
}
.l-main.-partners .c-partners_item.c-teaser .c-teaser_inner {
  padding-top: 0;
}
.l-main.-partners .c-partners .t-heading {
  margin-bottom: 40px;
}
.l-main.-partners .c-partners .c-filterBar .filter-swiper {
  height: 66px;
}
.l-main.-partners .c-partners .c-filterBar .c-navHorizontal_link {
  padding: 20px 0;
}
.l-main.-partners .c-partnerServices {
  padding-top: 40px;
  padding-bottom: 48px;
  background-color: #f7f8ff;
}
@media (min-width: 768px) {
  .l-main.-partners .c-partnerServices {
    padding-top: 100px;
    padding-bottom: 85px;
  }
}
.l-main.-partners .c-partnerServices_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  text-align: center;
}
.l-main.-partners .c-partnerServices_container > .t-text {
  max-width: 560px;
  margin: auto;
}
.l-main.-partners .c-partnerServices .t-heading .t-title {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.l-main.-partners .c-partnerServices .t-heading .t-text {
  max-width: 560px;
  margin: auto;
}
.l-main.-partners .c-partnerServices_icons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 46px;
  width: 100%;
}
@media (min-width: 768px) {
  .l-main.-partners .c-partnerServices_icons {
    gap: 54px;
  }
}
.l-main.-partners .c-partnerServices_icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  width: 150px;
}
.l-main.-partners .c-partnerServices_icon img {
  width: 48px;
  height: 48px;
}
.l-main.-partners .c-partnerServices_icon .t-text {
  font-weight: 700;
}
.l-main.-partners .c-partnerCooperation {
  padding-top: 40px;
  padding-bottom: 48px;
  background-image: url(/build/images/circle.2ae94a79.svg);
  background-size: 684px auto;
  background-position: 100px -20%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .l-main.-partners .c-partnerCooperation {
    padding-top: 100px;
    padding-bottom: 85px;
    background-position: calc(50% + 470px) -20%;
  }
}
.l-main.-partners .c-partnerCooperation_col {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.l-main.-partners .c-partnerCooperation .t-heading .t-title {
  margin-bottom: 40px;
  max-width: 1063px;
}
.l-main.-partners .c-partnerCooperation .t-text {
  max-width: 544px;
}
.l-main.-partners .c-partnerCooperation_items li {
  position: relative;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 36px;
  margin-bottom: 18px;
}
.l-main.-partners .c-partnerCooperation_items li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(230, 57, 70, 0.1);
}
.l-main.-partners .c-partnerCooperation_items li:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 7px;
  width: 6px;
  height: 8px;
  border-bottom: 2px solid #e63946;
  border-right: 2px solid #e63946;
  transform: rotate(45deg);
}
.l-main.-partners .c-contactFormSec_header {
  max-width: unset;
}
.l-main.-partners .c-contactFormSec_header .t-text {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .l-main.-partners .c-contactFormSec_header .t-text {
    margin-top: 14px;
  }
}
.l-main.-partners .c-contactFormSec_grid {
  display: grid;
}
.l-main.-partners .c-contactFormSec_grid .f-label {
  margin-bottom: 13px;
}
.l-main.-partners .c-contactFormSec_grid .f-label:last-of-type {
  margin-bottom: 0;
}
.l-main.-partners .c-contactFormSec_label {
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  margin-bottom: 6px;
}
.l-main.-partners .c-contactFormSec_label:before {
  content: '*';
  color: #e63946;
  position: absolute;
  left: 0;
  top: 0;
}
.l-main.-partners
  .c-contactFormSec
  .f-group.-radio.-error
  .c-contactFormSec_label,
.l-main.-partners .c-contactFormSec .f-group.-radio.-error .f-label {
  color: #e63946;
}
.l-main.-partners
  .c-contactFormSec
  .f-group.-radio.-error
  .c-contactFormSec_label:before,
.l-main.-partners .c-contactFormSec .f-group.-radio.-error .f-label:before {
  border-color: #e63946;
}
.l-main.-partners
  .c-contactFormSec
  .f-group.-checkbox.-error
  .c-contactFormSec_label,
.l-main.-partners .c-contactFormSec .f-group.-checkbox.-error .f-label {
  color: #e63946;
}
.l-main.-partners
  .c-contactFormSec
  .f-group.-checkbox.-error
  .c-contactFormSec_label:before,
.l-main.-partners .c-contactFormSec .f-group.-checkbox.-error .f-label:before {
  border-color: #e63946;
}
.l-main.-partners .c-contactFormSec .f-group.-checkbox .f-label {
  margin-bottom: 13px;
}
.l-main.-partners
  .c-contactFormSec
  .f-group.-checkboxGroup
  .f-group
  + .f-group {
  margin-top: 0 !important;
}
.l-main.-partners
  .c-contactFormSec
  .f-group.-checkbox.-required.-policyAgreement {
  position: relative;
  margin-top: 47px;
}
.l-main.-partners
  .c-contactFormSec
  .f-group.-checkbox.-required.-policyAgreement:before {
  content: '';
  width: 100%;
  position: absolute;
  top: -30px;
  border-top: 2px solid #f4f5f5;
}
.l-main.-logistics .c-hero {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-hero {
    padding-bottom: 24px;
  }
}
.l-main.-logistics .c-trustUsSec {
  background-image: none;
  padding-top: 70px;
  padding-bottom: 163px;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-trustUsSec {
    padding-top: 24px;
    padding-bottom: 72px;
  }
}
.l-main.-logistics .c-awardsSec {
  padding-top: 84px;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-awardsSec {
    padding-top: 40px;
  }
}
.l-main.-logistics .c-articlesSec {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-articlesSec .t-heading {
    text-align: center;
  }
}
.l-main.-logistics .c-profitsSec {
  background: transparent;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-profitsSec {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .l-main.-logistics .c-profitsSec .t-title {
    text-align: left;
  }
}
.l-main.-logistics .c-profitsSec .c-teaser {
  background: #fff;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (max-width: 767px) {
  .l-main.-logistics .c-profitsSec_list li + li {
    margin-top: 16px;
  }
}
.l-main.-logistics .c-warehousesSec {
  padding-top: 28px;
  padding-bottom: 104px;
  position: relative;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-warehousesSec {
    padding-top: 78vw;
    padding-bottom: 24px;
  }
}
.l-main.-logistics .c-warehousesSec .container {
  position: relative;
}
.l-main.-logistics .c-warehousesSec .container:before {
  content: '';
  background-image: url(/build/images/map-6.f952e396.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -550px;
  left: calc(50% - 789px);
  width: 1961px;
  height: 2293px;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-warehousesSec .container:before {
    left: calc(50% - 370px);
    bottom: calc(50% + 150px);
    width: 659px;
    height: 760px;
    background-size: contain;
    background-image: url(/build/images/map-6-mobile.0cb633e0.png);
  }
}
.l-main.-logistics .c-warehousesSec .t-title:not(.-tiny) {
  margin-bottom: 32px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-warehousesSec .t-title:not(.-tiny) {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.l-main.-logistics .c-warehousesSec .c-warehouse {
  background: #fff;
  padding: 40px;
  margin-bottom: 16px;
  max-width: 470px;
  box-shadow: 0 24px 64px rgba(203, 206, 210, 0.14);
}
@media (max-width: 767px) {
  .l-main.-logistics .c-warehousesSec .c-warehouse {
    padding: 24px 24px 32px;
    max-width: none;
    margin-bottom: 8px;
  }
}
.l-main.-logistics .c-warehousesSec .c-warehouse .t-title {
  color: #03060c;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-warehousesSec .c-warehouse .t-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.l-main.-logistics .c-warehousesSec .c-warehouse .t-title .red {
  color: #e63946;
}
.l-main.-logistics .c-warehousesSec .c-warehouse .t-text {
  color: #4e5258;
}
.l-main.-logistics .c-warehousesSec .c-list {
  padding: 0 40px;
  margin-top: 40px;
  max-width: 470px;
}
@media (max-width: 767px) {
  .l-main.-logistics .c-warehousesSec .c-list {
    margin-top: 32px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: none;
  }
}
.l-main.-testimonials .c-testimonialsListSec_header {
  padding: 96px 0 48px;
}
@media (max-width: 767px) {
  .l-main.-testimonials .c-testimonialsListSec_header {
    padding: 24px 0;
  }
}
.l-main.-testimonials .c-testimonialsListSec_header .t-title {
  text-align: center;
}
.l-main.-testimonials .c-testimonialsListSec_list {
  padding: 64px 0 138px;
  background-color: #f7f8ff;
}
@media (max-width: 767px) {
  .l-main.-testimonials .c-testimonialsListSec_list {
    padding: 30px 15px;
  }
}
@media (max-width: 1259px) {
  .l-main.-testimonials .c-testimonialsListSec_list_container {
    max-width: 930px;
    margin: auto;
  }
}
.l-main.-testimonials .c-testimonialsListSec .c-filterEmpty {
  text-align: center;
}
.l-main.-ourTeam .c-headerSliderSec {
  background-color: #101336;
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider {
  position: absolute;
  inset: 0;
  width: unset;
  height: unset;
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider_container {
  width: 100%;
  height: 0;
  padding-top: 44.7%;
  position: relative;
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider_figure img {
  width: 100%;
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-next,
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-prev {
  display: flex;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  width: 30px;
  height: 30px;
  background-color: #e63946;
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(22, 43, 55, 0.1215686275);
}
@media (min-width: 1260px) {
  .l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-next,
  .l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-next:after,
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-prev:after {
  content: '';
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 11px;
  height: 11px;
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-prev {
  left: 20px;
}
@media (min-width: 1260px) {
  .l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-prev {
    left: 60px;
  }
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-next {
  right: 20px;
}
@media (min-width: 1260px) {
  .l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-next {
    right: 60px;
  }
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-prev:after {
  transform: translateX(2px) rotate(-135deg);
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider .swiper-button-next:after {
  transform: translateX(-2px) rotate(45deg);
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider_outer {
  position: relative;
}
.l-main.-ourTeam .c-headerSliderSec .c-headerSlider_title {
  color: #fff;
  padding: 40px 0 60px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 1260px) {
  .l-main.-ourTeam .c-headerSliderSec .c-headerSlider_title {
    border-bottom: 2px solid transparent;
    max-width: 900px;
    padding: 0;
    position: absolute;
    bottom: 60px;
    z-index: 1;
  }
}
@media (min-width: 1260px) {
  .l-main.-ourTeam .c-headerSliderSec .c-headerSlider_title .-red {
    color: #fff !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjeGbp9h8ABdMCZTmPSFwAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 100% 16px;
    background-position: bottom;
  }
}
.l-main.-ourTeam .c-boardSec {
  background-color: #101336;
  background-image: url(/build/images/map-7.84aea3df.png);
  background-position: top 20px center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 70px 0;
}
@media (min-width: 992px) {
  .l-main.-ourTeam .c-boardSec {
    padding: 120px 0;
  }
}
.l-main.-ourTeam .c-boardSec .c-board_header {
  display: grid;
  gap: 30px;
  margin-bottom: 70px;
  align-items: flex-start;
}
@media (min-width: 1260px) {
  .l-main.-ourTeam .c-boardSec .c-board_header {
    grid-template-columns: 4fr 3fr 3fr;
    gap: 70px;
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .l-main.-ourTeam .c-boardSec .c-board_header_title {
    padding-left: 40px;
    border-left: 3px solid #e63946;
  }
  .l-main.-ourTeam .c-boardSec .c-board_header_title .-overlined:after {
    content: unset;
  }
}
.l-main.-ourTeam .c-boardSec .c-board_members {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .l-main.-ourTeam .c-boardSec .c-board_members {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.l-main.-ourTeam .c-boardSec .c-board_member_figure {
  position: relative;
  padding-top: 100%;
  height: 0;
  background: #e6e7ee;
  margin-bottom: 32px;
}
.l-main.-ourTeam .c-boardSec .c-board_member_image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.l-main.-ourTeam .c-boardSec .c-board_member_details {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-right: 20px;
}
.l-main.-ourTeam .c-salesContactSec {
  background-color: #f7f8ff;
  background-repeat: no-repeat;
  background-position: -20% 10%;
  background-size: 527px auto;
  background-image: url(/build/images/circle-dark.314d1730.svg);
  padding: 80px 0;
}
@media (min-width: 768px) {
  .l-main.-ourTeam .c-salesContactSec {
    padding: 120px 0;
    background-size: 927px auto;
  }
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_header {
  display: grid;
  gap: 40px;
  margin-bottom: 60px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .l-main.-ourTeam .c-salesContactSec .c-salesContact_header {
    grid-template-columns: 4fr 6fr;
    margin-bottom: 150px;
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .l-main.-ourTeam .c-salesContactSec .c-salesContact_header_title {
    padding-left: 40px;
    border-left: 3px solid #e63946;
  }
  .l-main.-ourTeam
    .c-salesContactSec
    .c-salesContact_header_title
    .-overlined:after {
    content: unset;
  }
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_members {
  display: grid;
  max-width: 600px;
  align-items: center;
  margin: auto;
  gap: 50px;
}
@media (min-width: 1260px) {
  .l-main.-ourTeam .c-salesContactSec .c-salesContact_members {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: unset;
  }
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_members_heading {
  padding: 60px 0;
  border-top: 2px solid #e5e7f2;
  text-align: left;
}
@media (min-width: 768px) {
  .l-main.-ourTeam .c-salesContactSec .c-salesContact_members_heading {
    padding: 100px 0;
    text-align: center;
  }
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_members_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_members_group_title {
  grid-column: 1/3;
  padding-left: 16px;
  border-left: 2px solid #e63946;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_member_figure {
  position: relative;
  padding-top: 100%;
  height: 0;
  background: #e6e7ee;
  margin-bottom: 32px;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_member_image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_member_details {
  margin-bottom: 18px;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_manager {
  display: grid;
  gap: 50px;
  align-items: center;
  max-width: 600px;
  margin: 60px auto 0;
}
@media (min-width: 768px) {
  .l-main.-ourTeam .c-salesContactSec .c-salesContact_manager {
    grid-template-columns: 270px 1fr;
    margin-top: 100px;
  }
}
@media (min-width: 1260px) {
  .l-main.-ourTeam .c-salesContactSec .c-salesContact_manager {
    max-width: unset;
  }
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_manager_figure {
  position: relative;
  padding-top: 100%;
  height: 0;
  background: #eef0fc;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_manager_image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_manager_info {
  max-width: 520px;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_manager_details {
  margin-bottom: 24px;
}
.l-main.-ourTeam .c-salesContactSec .c-salesContact_manager_description {
  margin-bottom: 30px;
}
.l-main.-ourTeam .c-numbersSec {
  background-color: #101336;
  background-image: url(/build/images/map-7.84aea3df.png);
  background-position: 50%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 90px 0;
}
@media (min-width: 768px) {
  .l-main.-ourTeam .c-numbersSec {
    padding: 130px 0;
  }
}
.l-main.-ourTeam .c-numbersSec .c-numbers {
  display: grid;
  gap: 100px 54px;
}
@media (min-width: 768px) {
  .l-main.-ourTeam .c-numbersSec .c-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .l-main.-ourTeam .c-numbersSec .c-numbers {
    grid-template-columns: 5fr 5fr 4fr 4fr;
    gap: 40px;
  }
}
.l-main.-ourTeam .c-numbersSec .c-numbers_item .t-title {
  white-space: nowrap;
}
.l-main.-ourTeam .c-numbersSec .c-numbers_item .t-text {
  margin-top: 8px;
}
.l-main.-ourTeam .c-linkedin {
  background-color: #e63946;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main.-webinar {
  margin-top: 0;
}
.l-main.-webinar .stickyFormContainer {
  position: relative;
}
.l-main.-webinar .c-webinarAboutSec_container,
.l-main.-webinar .c-webinarBenefitsSec_container,
.l-main.-webinar .c-webinarHeaderSec_content,
.l-main.-webinar .c-webinarLearnSec_container,
.l-main.-webinar .c-webinarPartnersSec_container,
.l-main.-webinar .c-webinarSpeakerSec_container,
.l-main.-webinar .c-webinarWhoAreWeSec_container {
  max-width: 630px;
}
@media screen and (max-width: 1200px) {
  .l-main.-webinar .c-webinarAboutSec_container,
  .l-main.-webinar .c-webinarBenefitsSec_container,
  .l-main.-webinar .c-webinarHeaderSec_content,
  .l-main.-webinar .c-webinarLearnSec_container,
  .l-main.-webinar .c-webinarPartnersSec_container,
  .l-main.-webinar .c-webinarSpeakerSec_container,
  .l-main.-webinar .c-webinarWhoAreWeSec_container {
    max-width: 524px;
  }
}
.l-main.-webinar .c-webinarHeaderSec {
  background-color: #f7f8ff;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/build/images/map-7.84aea3df.png),
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjEBA2+w8AAekBWWfmaTkAAAAASUVORK5CYII=);
  background-size: cover;
}
@media (max-width: 991px) {
  .l-main.-webinar .c-webinarHeaderSec {
    background-position: top;
    background-size: auto 600px, 100% 600px;
  }
}
@media (min-width: 992px) {
  .l-main.-webinar .c-webinarHeaderSec_container {
    display: flex;
    justify-content: space-between;
  }
}
.l-main.-webinar .c-webinarHeaderSec_content {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .l-main.-webinar .c-webinarHeaderSec_content {
    padding: 60px 0;
  }
}
.l-main.-webinar .c-webinarHeaderSec_content > .c-btn {
  margin-top: 40px;
}
.l-main.-webinar .c-webinarHeaderSec .t-title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .l-main.-webinar .c-webinarHeaderSec .t-title {
    font-size: 31px;
    line-height: 40px;
  }
}
.l-main.-webinar .c-webinarHeaderSec_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.l-main.-webinar .c-webinarHeaderSec_list .t-text {
  margin-left: 15px;
}
.l-main.-webinar .c-webinarAboutSec {
  background-color: #f7f8ff;
  padding: 90px 0 80px;
}
.l-main.-webinar .c-webinarAboutSec .t-title {
  margin-bottom: 40px;
}
.l-main.-webinar .c-webinarAboutSec .c-btn {
  margin-top: 40px;
}
.l-main.-webinar .c-webinarAboutSec figure {
  margin-top: 40px;
  margin-bottom: 100px;
}
.l-main.-webinar .c-webinarAboutSec ol li {
  margin-bottom: 30px;
}
.l-main.-webinar .c-webinarLearnSec {
  padding: 80px 0;
}
.l-main.-webinar .c-webinarLearnSec .c-list {
  margin-top: 40px;
}
.l-main.-webinar .c-webinarLearnSec_container > .t-text,
.l-main.-webinar .c-webinarLearnSec_image {
  margin-top: 30px;
}
.l-main.-webinar .c-webinarLearnSec .c-btn {
  margin-top: 40px;
}
.l-main.-webinar .c-webinarPartnersSec {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .l-main.-webinar .c-webinarPartnersSec {
    padding: 100px 0 60px;
  }
}
.l-main.-webinar .c-webinarPartnersSec_container .c-webinarPartners_container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px 30px;
  align-items: center;
}
.l-main.-webinar
  .c-webinarPartnersSec_container
  .c-webinarPartners_container
  img {
  margin: auto;
}
@media (max-width: 991px) {
  .l-main.-webinar
    .c-webinarPartnersSec_container
    .c-webinarPartners_container {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    gap: 30px;
  }
}
.l-main.-webinar .c-profitsSec .t-title {
  max-width: 730px;
}
.l-main.-webinar .c-bannerSec2 {
  background-size: contain;
}
@media (max-width: 991px) {
  .l-main.-webinar .c-bannerSec2 {
    background-size: cover;
  }
}
.l-main.-webinar .c-platformsSec {
  text-align: center;
  background-image: linear-gradient(#fff, #f7f8ff);
}
@media screen and (max-width: 1100px) {
  .l-main.-webinar .c-platformsSec {
    padding-top: 98px;
    padding-bottom: 54px;
  }
}
@media (max-width: 991px) {
  .l-main.-webinar .c-platformsSec {
    padding: 100px 0 60px;
  }
}
.l-main.-webinar .c-platformsSec_row {
  margin-top: 60px;
}
.l-main.-webinar .c-platformsSec_row img {
  margin: auto;
}
.l-main.-webinar .c-teaser_img {
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
  background-color: #fff;
}
.l-main.-webinar .c-caseStudySec_images figure {
  height: 530px;
}
.l-main.-webinar .c-caseStudySec_switcher {
  padding: 40px 0 0;
  min-height: 400px;
}
@media (max-width: 991px) {
  .l-main.-webinar .c-caseStudySec_switcher {
    padding: 0;
  }
}
.l-main.-webinar .c-caseStudySec_switcher_item {
  height: 100%;
}
.l-main.-webinar .c-caseStudySec_switcher_item_meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 40px;
}
.l-main.-webinar .c-caseStudySec_switcher_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .l-main.-webinar .c-caseStudySec_switcher_controls {
    display: none;
  }
}
.l-main.-webinar .c-caseStudySec_switcher_arrow {
  height: 40px;
  width: 40px;
  background-color: rgba(230, 57, 70, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.l-main.-webinar .c-caseStudySec_switcher .js-tabs__tab {
  margin-bottom: 20px;
}
.l-main.-webinar .c-caseStudySec_switcher .js-tabs__tab figure {
  height: unset;
}
@media (max-width: 991px) {
  .l-main.-webinar .c-caseStudySec_switcher .js-tabs__tabs-container {
    display: flex;
    align-items: center;
  }
}
.l-main.-webinar .c-caseStudySec_switcher .js-tabs__content.active {
  display: flex;
  flex-direction: column;
}
.l-main.-webinar .c-caseStudySec_switcher .js-tabs__content .t-title {
  margin-bottom: 25px;
}
.l-main.-webinar .c-caseStudySec_switcher .js-tabs__content .t-text:after {
  display: none;
}
.l-main.-webinar.-modernWarehousing .c-video_container {
  inset: 0;
  transform: unset;
  height: 100%;
  opacity: 1;
}
@media (max-width: 991px) {
  .l-main.-webinar.-modernWarehousing .c-webinarHeaderSec {
    background-size: auto 800px, 100% 800px;
  }
}
.l-main.-webinar.-modernWarehousing .c-platformsSec {
  background-color: #f7f8ff;
  background-image: none;
}
.l-main.-warehousing.-LP {
  margin-top: 0;
}
.l-main.-warehousing.-LP .c-header {
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #f7f8ff;
  background-image: url(/build/images/warehouse.29c1254c.png);
  background-position: top;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  .l-main.-warehousing.-LP .c-header {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.l-main.-warehousing.-LP .c-header .t-heading .t-title {
  max-width: 1000px;
  margin: auto;
}
.l-main.-warehousing.-LP .c-header_benefits_container {
  max-width: 400px;
  margin: 45px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 768px) {
  .l-main.-warehousing.-LP .c-header_benefits_container {
    max-width: 1000px;
    flex-wrap: nowrap;
  }
}
.l-main.-warehousing.-LP .c-header_benefits_benefit {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .l-main.-warehousing.-LP .c-header .-palletQuantity .f-fieldset_legend {
    font-size: 22px;
  }
}
.l-main.-warehousing.-LP .c-articlesSec {
  padding-top: 0;
}
.l-main.-warehousing .c-hero .t-text {
  max-width: 450px;
}
.l-main.-warehousing .c-articlesSec {
  background-color: #f7f8ff;
  padding-top: 104px;
  padding-bottom: 100px;
}
.l-main.-warehousing .c-articlesSec_row {
  margin-bottom: 0;
}
.l-main.-warehousing .c-warehousesSec {
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
  background-image: url(/build/images/map-eu-pl.d5db17e5.png);
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-warehousesSec {
    padding-top: 390px;
    padding-bottom: 64px;
    background-position: top -150px left calc(50% + 270px);
  }
}
.l-main.-warehousing .c-warehousesSec.-de {
  background-image: url(/build/images/map-eu-pl-de.9de6bb84.png);
}
@media (max-width: 1365px) {
  .l-main.-warehousing .c-warehousesSec.-de {
    background-position: top left 30%;
  }
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-warehousesSec.-de {
    background-position: top -110px left calc(50% + 320px);
    background-size: 1430px auto;
  }
}
.l-main.-warehousing .c-warehousesSec.-en {
  background-image: url(/build/images/map-eu-pl-en.cc50c90d.png);
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-warehousesSec.-en {
    background-position: top -220px left calc(50% + 130px);
    background-size: 1310px auto;
  }
}
.l-main.-warehousing .c-warehousesSec .t-title:not(.-tiny) {
  margin-bottom: 32px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-warehousesSec .t-title:not(.-tiny) {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.l-main.-warehousing .c-warehousesSec .t-heading_super {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-warehousesSec .t-heading_super {
    margin-left: 0;
  }
}
.l-main.-warehousing .c-warehousesSec .c-warehouse {
  background: #fff;
  padding: 40px;
  margin-bottom: 16px;
  max-width: 470px;
  box-shadow: 0 24px 64px rgba(203, 206, 210, 0.14);
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-warehousesSec .c-warehouse {
    padding: 24px 24px 32px;
    max-width: none;
    margin-bottom: 24px;
  }
}
.l-main.-warehousing .c-warehousesSec .c-warehouse .t-title {
  color: #03060c;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-warehousesSec .c-warehouse .t-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.l-main.-warehousing .c-warehousesSec .c-warehouse .t-title .red {
  color: #e63946;
}
.l-main.-warehousing .c-warehousesSec .c-warehouse .t-text {
  color: #4e5258;
}
.l-main.-warehousing .c-warehousesSec .c-list {
  padding: 0 40px;
  margin-top: 40px;
  max-width: 470px;
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-warehousesSec .c-list {
    margin-top: 32px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: none;
  }
}
.l-main.-warehousing .c-bannerSec {
  background-image: url(/build/images/banner-bg.23403fb9.png);
  background-position: 50%;
  background-repeat: no-repeat;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 767px) {
  .l-main.-warehousing .c-bannerSec {
    background-image: none;
  }
}
.l-main.-warehousing .c-bannerSec:before {
  content: unset;
}
.l-main.-warehousing .c-bannerSec .t-title {
  max-width: unset;
}
.l-main.-bundleOfKnowledge {
  margin-top: 0;
}
.l-main.-bundleOfKnowledge .stickyFormContainer {
  position: relative;
}
.l-main.-bundleOfKnowledge .c-video_container {
  inset: 0;
  transform: unset;
  height: 100%;
  opacity: 1;
}
.l-main.-bundleOfKnowledge .-playerReady .c-video_cover {
  display: none;
}
.l-main.-bundleOfKnowledge .c-webinarAboutSec_container,
.l-main.-bundleOfKnowledge .c-webinarBenefitsSec_container,
.l-main.-bundleOfKnowledge .c-webinarContentSec_container,
.l-main.-bundleOfKnowledge .c-webinarForWhoSec_container,
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_content,
.l-main.-bundleOfKnowledge .c-webinarPartnersSec_container,
.l-main.-bundleOfKnowledge .c-webinarSpeakerSec_container,
.l-main.-bundleOfKnowledge .c-webinarWhoAreWeSec_container {
  max-width: 630px;
}
@media screen and (max-width: 1200px) {
  .l-main.-bundleOfKnowledge .c-webinarAboutSec_container,
  .l-main.-bundleOfKnowledge .c-webinarBenefitsSec_container,
  .l-main.-bundleOfKnowledge .c-webinarContentSec_container,
  .l-main.-bundleOfKnowledge .c-webinarForWhoSec_container,
  .l-main.-bundleOfKnowledge .c-webinarHeaderSec_content,
  .l-main.-bundleOfKnowledge .c-webinarPartnersSec_container,
  .l-main.-bundleOfKnowledge .c-webinarSpeakerSec_container,
  .l-main.-bundleOfKnowledge .c-webinarWhoAreWeSec_container {
    max-width: 524px;
  }
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec {
  background-color: #f7f8ff;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/build/images/map-7.84aea3df.png),
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjEBA2+w8AAekBWWfmaTkAAAAASUVORK5CYII=);
  background-size: cover;
}
@media (max-width: 991px) {
  .l-main.-bundleOfKnowledge .c-webinarHeaderSec {
    background-position: top;
    background-size: auto 800px, 100% 800px;
  }
}
@media (min-width: 992px) {
  .l-main.-bundleOfKnowledge .c-webinarHeaderSec_container {
    display: flex;
    justify-content: space-between;
  }
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_content {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .l-main.-bundleOfKnowledge .c-webinarHeaderSec_content {
    padding: 60px 0;
  }
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_content > .c-btn {
  margin-top: 35px;
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_content .c-list {
  margin: 20px 0;
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_content .c-list_item .t-text {
  color: #fff;
}
.l-main.-bundleOfKnowledge
  .c-webinarHeaderSec_content
  .c-list_item
  + .c-list_item {
  margin-top: 16px;
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_list.-package {
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_list.-package img {
  width: 20px;
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec_list .t-text {
  margin-left: 15px;
}
.l-main.-bundleOfKnowledge .c-webinarHeaderSec .t-title {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .l-main.-bundleOfKnowledge .c-webinarHeaderSec .t-title {
    font-size: 31px;
    line-height: 40px;
  }
}
.l-main.-bundleOfKnowledge .c-webinarAboutSec {
  padding: 90px 0 40px;
}
.l-main.-bundleOfKnowledge .c-webinarAboutSec .t-title {
  margin-bottom: 40px;
}
.l-main.-bundleOfKnowledge .c-webinarAboutSec_video {
  padding: 14px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(22, 43, 55, 0.0784313725);
  background-color: #fff;
  margin-top: 32px;
}
.l-main.-bundleOfKnowledge .c-webinarAboutSec_video .c-video {
  display: flex;
}
.l-main.-bundleOfKnowledge .c-webinarContentSec {
  background-color: #f7f8ff;
  padding: 80px 0;
}
.l-main.-bundleOfKnowledge .c-webinarContentSec_additional .t-text {
  margin: 18px 0;
}
.l-main.-bundleOfKnowledge .c-webinarContentSec .bonusContainer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-main.-bundleOfKnowledge .c-webinarContentSec .t-title.-small {
  margin-bottom: 40px;
}
.l-main.-bundleOfKnowledge .c-webinarContentSec .c-list {
  margin: 30px 0;
}
.l-main.-bundleOfKnowledge
  .c-webinarContentSec
  .c-list
  .c-list_item
  + .c-list_item {
  margin-top: 20px;
}
.l-main.-bundleOfKnowledge .c-webinarContentSec .c-itemCardGroup {
  margin: 40px 0 50px;
}
.l-main.-bundleOfKnowledge .c-webinarContentSec .c-itemCard {
  display: grid;
  background-color: #fff;
}
@media (min-width: 576px) {
  .l-main.-bundleOfKnowledge .c-webinarContentSec .c-itemCard {
    grid-template-columns: 187px 1fr;
  }
}
.l-main.-bundleOfKnowledge .c-webinarContentSec .c-itemCard + .c-itemCard {
  margin-top: 20px;
}
.l-main.-bundleOfKnowledge .c-webinarContentSec .c-itemCard_figure img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (min-width: 576px) {
  .l-main.-bundleOfKnowledge .c-webinarContentSec .c-itemCard_figure img {
    height: 100%;
  }
}
.l-main.-bundleOfKnowledge .c-webinarContentSec .c-itemCard_content {
  padding: 25px 35px;
}
.l-main.-bundleOfKnowledge
  .c-webinarContentSec
  .c-itemCard_content
  .t-title.-tiny {
  margin-top: 8px;
  margin-bottom: 17px;
}
.l-main.-bundleOfKnowledge .c-blogKnowledge {
  background-color: #f7f8ff;
}
.l-main.-bundleOfKnowledge .c-blogKnowledge .t-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .l-main.-bundleOfKnowledge .c-blogKnowledge .c-teaser.-v2 {
    min-height: 432px;
    max-height: 432px;
  }
}
.l-main.-bundleOfKnowledge .c-blogKnowledge .c-teaser.-v2 .c-teaser_img {
  height: 151px;
}
@media (min-width: 768px) {
  .l-main.-bundleOfKnowledge .c-blogKnowledge .c-teaser.-v2 .c-teaser_img {
    height: 195px;
  }
}
@media (max-width: 767px) {
  .l-main.-bundleOfKnowledge .c-blogKnowledge .c-teaser.-v2 .t-text.-small {
    display: block;
  }
}
.l-main.-bundleOfKnowledge .c-webinarForWhoSec {
  padding: 80px 0 60px;
}
.l-main.-bundleOfKnowledge .c-webinarForWhoSec .c-list {
  margin: 30px 0;
}
.l-main.-bundleOfKnowledge
  .c-webinarForWhoSec
  .c-list
  .c-list_item
  + .c-list_item {
  margin-top: 20px;
}
.l-main.-bundleOfKnowledge .c-bannerSec2 {
  background-size: contain;
}
@media (max-width: 991px) {
  .l-main.-bundleOfKnowledge .c-bannerSec2 {
    background-size: cover;
  }
}
.l-main.-bundleOfKnowledge .c-platformsSec {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .l-main.-bundleOfKnowledge .c-platformsSec {
    padding-top: 98px;
    padding-bottom: 54px;
  }
}
@media (max-width: 991px) {
  .l-main.-bundleOfKnowledge .c-platformsSec {
    padding: 100px 0 60px;
  }
}
.l-main.-bundleOfKnowledge .c-platformsSec_row {
  margin-top: 60px;
  justify-content: center;
}
.l-main.-bundleOfKnowledge .c-platformsSec_row figure {
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
}
.l-main.-bundleOfKnowledge .c-platformsSec_row img {
  margin: auto;
}
.l-main.-bundleOfKnowledge .c-caseStudySec_images figure {
  height: 530px;
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher {
  padding: 40px 0 0;
  min-height: 400px;
}
@media (max-width: 991px) {
  .l-main.-bundleOfKnowledge .c-caseStudySec_switcher {
    padding: 0;
  }
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher_item {
  height: 100%;
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher_item_meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 40px;
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .l-main.-bundleOfKnowledge .c-caseStudySec_switcher_controls {
    display: none;
  }
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher_arrow {
  height: 40px;
  width: 40px;
  background-color: rgba(230, 57, 70, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher .js-tabs__tab {
  margin-bottom: 20px;
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher .js-tabs__tab figure {
  height: unset;
}
@media (max-width: 991px) {
  .l-main.-bundleOfKnowledge .c-caseStudySec_switcher .js-tabs__tabs-container {
    display: flex;
    align-items: center;
  }
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher .js-tabs__content.active {
  display: flex;
  flex-direction: column;
}
.l-main.-bundleOfKnowledge .c-caseStudySec_switcher .js-tabs__content .t-title {
  margin-bottom: 25px;
}
.l-main.-bundleOfKnowledge
  .c-caseStudySec_switcher
  .js-tabs__content
  .t-text:after {
  display: none;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce
  .c-webinarHeaderSec
  .t-text.-huge {
  margin-top: 32px;
  margin-bottom: 20px;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce .c-webinarContentSec {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P7j/38ACcYD7pEhQvAAAAAASUVORK5CYII=)
    no-repeat bottom;
  background-size: 100% 750px;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce .c-webinarContentSec_video {
  padding: 14px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(22, 43, 55, 0.0784313725);
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce
  .c-webinarContentSec_video
  .c-video {
  display: flex;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce
  .c-webinarContentSec
  .t-title.-small {
  margin-bottom: 40px;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce
  .c-webinarContentSec
  .t-text.-wBold {
  margin: 35px 0 30px;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce .c-webinarContentSec .c-list {
  margin: 30px 0;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce
  .c-webinarContentSec
  .c-list
  .c-list_item
  + .c-list_item {
  margin-top: 20px;
}
.l-main.-bundleOfKnowledge_antiCrisis_ecommerce .c-webinarAboutSec_image {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 32px;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse
  .c-webinarHeaderSec
  .t-text.-huge {
  margin-top: 32px;
  margin-bottom: 20px;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse .c-webinarContentSec {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P7j/38ACcYD7pEhQvAAAAAASUVORK5CYII=)
    no-repeat bottom;
  background-size: 100% 750px;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse .c-webinarContentSec_video {
  padding: 14px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(22, 43, 55, 0.0784313725);
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse
  .c-webinarContentSec_video
  .c-video {
  display: flex;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse
  .c-webinarContentSec
  .t-title.-small {
  margin-bottom: 40px;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse
  .c-webinarContentSec
  .t-text.-wBold {
  margin: 35px 0 30px;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse .c-webinarContentSec .c-list {
  margin: 30px 0;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse
  .c-webinarContentSec
  .c-list
  .c-list_item
  + .c-list_item {
  margin-top: 20px;
}
.l-main.-bundleOfKnowledge_antiCrisis_warehouse .c-webinarAboutSec_image {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 32px;
}
.l-main.-antiCrisisCalculator {
  margin-top: 0;
}
.l-main.-antiCrisisCalculator .stickyFormContainer {
  position: relative;
}
.l-main.-antiCrisisCalculator .c-video_container {
  inset: 0;
  transform: unset;
  height: 100%;
  opacity: 1;
}
.l-main.-antiCrisisCalculator .-playerReady .c-video_cover {
  display: none;
}
.l-main.-antiCrisisCalculator .c-webinarForm {
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 1200px) {
  .l-main.-antiCrisisCalculator .c-webinarForm {
    max-width: 385px;
  }
}
.l-main.-antiCrisisCalculator .c-webinarAboutSec_container,
.l-main.-antiCrisisCalculator .c-webinarBenefitsSec_container,
.l-main.-antiCrisisCalculator .c-webinarContentSec_container,
.l-main.-antiCrisisCalculator .c-webinarHeaderSec_content {
  max-width: 630px;
}
@media screen and (max-width: 1200px) {
  .l-main.-antiCrisisCalculator .c-webinarAboutSec_container,
  .l-main.-antiCrisisCalculator .c-webinarBenefitsSec_container,
  .l-main.-antiCrisisCalculator .c-webinarContentSec_container,
  .l-main.-antiCrisisCalculator .c-webinarHeaderSec_content {
    max-width: 524px;
  }
}
.l-main.-antiCrisisCalculator .c-webinarHeaderSec {
  background-color: #f7f8ff;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/build/images/map-7.84aea3df.png),
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjEBA2+w8AAekBWWfmaTkAAAAASUVORK5CYII=);
  background-size: cover;
}
@media (max-width: 991px) {
  .l-main.-antiCrisisCalculator .c-webinarHeaderSec {
    background-position: top;
    background-size: auto 800px, 100% 800px;
  }
}
@media (min-width: 992px) {
  .l-main.-antiCrisisCalculator .c-webinarHeaderSec_container {
    display: flex;
    justify-content: space-between;
  }
}
.l-main.-antiCrisisCalculator .c-webinarHeaderSec_content {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .l-main.-antiCrisisCalculator .c-webinarHeaderSec_content {
    padding: 60px 0;
  }
}
.l-main.-antiCrisisCalculator .c-webinarHeaderSec_content .c-btn {
  margin-top: 35px;
}
.l-main.-antiCrisisCalculator .c-webinarHeaderSec .t-title {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .l-main.-antiCrisisCalculator .c-webinarHeaderSec .t-title {
    font-size: 31px;
    line-height: 40px;
  }
}
.l-main.-antiCrisisCalculator .c-webinarHeaderSec .t-text.-normal {
  margin-top: 32px;
}
.l-main.-antiCrisisCalculator .c-webinarAboutSec {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P7j/38ACcYD7pEhQvAAAAAASUVORK5CYII=)
    no-repeat bottom;
  background-size: 100% 620px;
  padding: 80px 0;
}
.l-main.-antiCrisisCalculator .c-webinarAboutSec .t-title {
  margin-bottom: 40px;
}
.l-main.-antiCrisisCalculator .c-webinarAboutSec_image {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 32px;
}
.l-main.-antiCrisisCalculator .c-webinarContentSec {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P7j/38ACcYD7pEhQvAAAAAASUVORK5CYII=)
    no-repeat bottom;
  background-size: 100% 750px;
  padding: 80px 0;
}
.l-main.-antiCrisisCalculator .c-webinarContentSec_additional .t-text {
  margin: 18px 0;
}
.l-main.-antiCrisisCalculator .c-webinarContentSec_video {
  padding: 14px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(22, 43, 55, 0.0784313725);
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.l-main.-antiCrisisCalculator .c-webinarContentSec_video .c-video {
  display: flex;
}
.l-main.-antiCrisisCalculator .c-webinarContentSec .t-title.-small {
  margin-bottom: 40px;
}
.l-main.-antiCrisisCalculator .c-webinarContentSec .t-text.-wBold {
  margin: 35px 0 30px;
}
.l-main.-antiCrisisCalculator .c-webinarContentSec .c-list {
  margin: 30px 0;
}
.l-main.-antiCrisisCalculator
  .c-webinarContentSec
  .c-list
  .c-list_item
  + .c-list_item {
  margin-top: 20px;
}
.l-main.-antiCrisisCalculator .c-bannerSec2 {
  background-size: contain;
}
@media (max-width: 991px) {
  .l-main.-antiCrisisCalculator .c-bannerSec2 {
    background-size: cover;
  }
}
::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(0.5) sepia(1) invert(1) hue-rotate(100deg)
    contrast(10) saturate(1) brightness(1.5);
}
.l-main.-antiCrisisCalculator_Calculator {
  background-color: #101336;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(/build/images/map-7.84aea3df.png);
  position: relative;
  display: block;
  min-height: calc(100vh - 60px);
  margin-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .l-main.-antiCrisisCalculator_Calculator {
    min-height: calc(100vh - 80px);
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .l-main.-antiCrisisCalculator_Calculator {
    background-size: contain;
  }
}
@media (min-width: 1366px) {
  .l-main.-antiCrisisCalculator_Calculator {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.l-main.-antiCrisisCalculator_Calculator #antiCrisisCalculatorRoot {
  background-color: transparent;
  transition: opacity 0.3s ease-in;
  min-height: min-content;
}
.c-antiCrisisCalculator_CalculatorSec {
  padding: 0 15px;
}
.c-antiCrisisCalculator_CalculatorSec_header {
  max-width: 550px;
  text-align: center;
  margin: auto;
}
.c-antiCrisisCalculator_CalculatorSec_header .t-title {
  color: #fff;
  font-weight: 700;
}
.c-antiCrisisCalculator_CalculatorSec_header .t-title.-tiny {
  margin-top: 35px;
  margin-bottom: 15px;
}
.c-antiCrisisCalculator_CalculatorSec_header .t-text {
  color: #fff;
  font-weight: 700;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox {
  background-color: #fff;
  max-width: 820px;
  margin: 60px auto 50px;
  padding: 25px 30px;
}
@media (min-width: 768px) {
  .c-antiCrisisCalculator_CalculatorSec_inputsBox {
    padding: 55px 60px;
  }
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox .t-title.-tiny {
  margin-bottom: 30px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox
  .c-rangeSlider
  .rc-slider-track {
  transition: none;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox .c-rangeSlider {
  margin-top: 20px;
  margin-bottom: 40px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox
  .c-rangeSlider
  .rc-slider-mark
  .rc-slider-mark-text {
  top: 6px;
  font-size: 14px;
  color: #03060c;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider {
  margin-bottom: 50px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header {
    flex-direction: row;
    gap: 30px;
  }
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header.-estimationRate
  .f-group:after {
  content: '%';
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #03060c;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header.-estimationRate
  .f-group
  .f-input,
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header.-estimationRate
  .f-group
  .f-input:focus {
  padding-right: 24px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header .t-text {
  font-weight: 700;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header .f-group {
  width: 125px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header
  .f-group
  .f-input {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  padding: 0 12px 0 10px;
  text-align: right;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_slider_header
  .f-group
  .f-input:focus {
  padding: 0 12px 0 10px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_flex {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .c-antiCrisisCalculator_CalculatorSec_inputsBox_flex {
    grid-template-columns: 4fr 240px;
    margin-bottom: 20px;
  }
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_flex .t-text {
  font-weight: 600;
  color: #b0b3b9;
}
@media (max-width: 767px) {
  .c-antiCrisisCalculator_CalculatorSec_inputsBox_flex .t-text {
    display: none;
  }
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_group.-expanded {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: end;
}
@media (min-width: 768px) {
  .c-antiCrisisCalculator_CalculatorSec_inputsBox_group.-expanded {
    grid-template-columns: 4fr 110px 110px;
  }
}
@media (max-width: 767px) {
  .c-antiCrisisCalculator_CalculatorSec_inputsBox_group.-expanded
    .f-group:first-of-type {
    grid-column: 1/3;
  }
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_group .f-input {
  font-size: 14px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_group .-smallLabel .f-label {
  font-size: 12px;
  font-weight: 600;
  color: #b0b3b9;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_group .t-text {
  font-weight: 600;
  color: #b0b3b9;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .c-antiCrisisCalculator_CalculatorSec_inputsBox_group .t-text {
    display: none;
    grid-column: 1/1;
  }
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_group
  + .c-antiCrisisCalculator_CalculatorSec_inputsBox_group {
  margin-top: 17px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_footer {
  text-align: center;
  margin-top: 50px;
}
.c-antiCrisisCalculator_CalculatorSec_inputsBox_footer .t-title.-tiny {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-antiCrisisCalculator_CalculatorSec_inputsBox_footer .c-btn {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.c-antiCrisisCalculator_CalculatorSec_multiple {
  text-align: center;
  max-width: 550px;
  margin: auto;
}
.c-antiCrisisCalculator_CalculatorSec_multiple .t-text {
  color: #fff;
  font-weight: 700;
}
.c-antiCrisisCalculator_CalculatorSec_results {
  background-color: #fff;
  max-width: 820px;
  margin: 50px auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .c-antiCrisisCalculator_CalculatorSec_results {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.c-antiCrisisCalculator_CalculatorSec_results > * {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .c-antiCrisisCalculator_CalculatorSec_results > * {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.c-antiCrisisCalculator_CalculatorSec_results_table {
  overflow-x: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}
.c-antiCrisisCalculator_CalculatorSec_results_table table {
  width: 100%;
  min-width: 550px;
  border-collapse: collapse;
}
.c-antiCrisisCalculator_CalculatorSec_results_table table,
.c-antiCrisisCalculator_CalculatorSec_results_table table td,
.c-antiCrisisCalculator_CalculatorSec_results_table table th,
.c-antiCrisisCalculator_CalculatorSec_results_table table tr {
  border: 2px solid #e5e7f2;
  font-weight: 700;
  text-align: center;
}
.c-antiCrisisCalculator_CalculatorSec_results_table table td,
.c-antiCrisisCalculator_CalculatorSec_results_table table th {
  padding: 20px;
}
.c-antiCrisisCalculator_CalculatorSec_results_table table th {
  font-size: 14px;
}
.c-antiCrisisCalculator_CalculatorSec_results_table table td {
  font-size: 16px;
}
.c-antiCrisisCalculator_CalculatorSec_results_table
  table
  colgroup
  col:first-of-type {
  width: 170px;
}
.c-antiCrisisCalculator_CalculatorSec_results_table
  table
  colgroup
  col:last-of-type {
  width: 120px;
}
.c-antiCrisisCalculator_CalculatorSec_results_table table tr td:last-of-type {
  color: #e63946;
}
.c-antiCrisisCalculator_CalculatorSec_results_table
  table
  tr:first-of-type
  td:last-of-type {
  color: #03060c;
}
.c-antiCrisisCalculator_CalculatorSec_results_table
  table
  tr:nth-last-of-type(2)
  td {
  border-bottom: 2px solid #e63946;
}
.c-antiCrisisCalculator_CalculatorSec_results_table table tr:last-of-type td {
  border: 2px solid #e63946;
  color: #e63946;
}
.c-antiCrisisCalculator_CalculatorSec_results_table
  table
  tr:last-of-type
  td:last-of-type {
  color: #fff;
  background-color: #e63946;
}
.c-antiCrisisCalculator_CalculatorSec_results_cons,
.c-antiCrisisCalculator_CalculatorSec_results_pros {
  color: #fff;
  font-weight: 600;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.c-antiCrisisCalculator_CalculatorSec_results_cons {
  background-color: #e63946;
}
.c-antiCrisisCalculator_CalculatorSec_results_pros {
  background-color: #29b870;
}
.c-antiCrisisCalculator_CalculatorSec_results_logo {
  width: 150px;
}
.c-antiCrisisCalculator_CalculatorSec_results_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 767px) {
  .c-antiCrisisCalculator_CalculatorSec_results_footer .c-btn {
    height: unset;
  }
}
.c-antiCrisisCalculator_CalculatorSec_resources {
  max-width: 490px;
  margin: auto;
  text-align: center;
}
.c-antiCrisisCalculator_CalculatorSec_resources .t-title {
  color: #fff;
  margin-bottom: 16px;
}
.c-antiCrisisCalculator_CalculatorSec_resources .t-text {
  color: #fff;
}
.c-antiCrisisCalculator_CalculatorSec_resources .t-text + .t-text {
  margin-top: 12px;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .l-main.-industry .c-hero {
    padding-bottom: 48px;
  }
}
.l-main.-industry .c-trustUsSec {
  background: none;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .l-main.-industry .c-trustUsSec {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .l-main.-industry .c-industryServices {
    padding-top: 8px;
  }
}
.l-main.-industry .c-industryServices_background {
  position: absolute;
  top: 176px;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 176px);
}
@media (max-width: 767px) {
  .l-main.-industry .c-industryServices_background {
    top: 0;
    height: 100%;
  }
}
.l-main.-industry .c-industryServices_background.-pink {
  background: rgba(247, 235, 238, 0.3);
}
.l-main.-industry .c-industryServices_background.-orange {
  background: rgba(245, 240, 228, 0.3);
}
.l-main.-industry .c-industryServices_background.-blue {
  background: rgba(235, 243, 250, 0.3);
}
.l-main.-industry .c-industryServices_background.-green {
  background: rgba(245, 247, 228, 0.3);
}
.l-main.-industry .c-industryServices_background.-aqua {
  background: rgba(56, 214, 160, 0.04);
}
.l-main.-industry .c-industryServices_container {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .l-main.-industry .c-industryServices_container {
    padding-bottom: 16px;
  }
}
@media (max-width: 1259px) {
  .l-main.-industry .c-industryServices_col {
    margin-top: 16px;
  }
}
.l-main.-industry .c-industryServices .t-title {
  max-width: 630px;
  margin: 0 auto 56px;
}
@media (max-width: 991px) {
  .l-main.-industry .c-industryServices .t-title {
    margin-bottom: 16px;
  }
}
.l-main.-industries .c-articlesSec {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .l-main.-industries .c-articlesSec_col.-image {
    margin-bottom: 24px;
  }
}
.l-main.-industries .c-articlesSec_col.-image:last-child img {
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-main.-industries .c-articlesSec_col.-image:last-child img {
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .l-main.-industries .c-articlesSec_col.-image img {
    margin-left: -8px;
    width: calc(100% + 16px);
  }
}
.l-main.-industries .c-articlesSec_row {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .l-main.-industries .c-articlesSec_row {
    margin-bottom: 48px;
  }
}
.l-main.-industries .c-articlesSec_row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-main.-industries .c-articlesSec_row:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .l-main.-industries .c-articlesSec > .t-heading {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .l-main.-industries .c-contactCtaSec_content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .l-main.-industries .c-teaser.-v3 .t-title.-underlined {
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .l-main.-industries .c-teaser.-v3 .c-teaser_inner > .t-text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .l-main.-industries .c-teaser.-v3 .c-btn {
    margin-top: 24px;
  }
}
.-industry.-cosmetics .t-heading_super {
  margin-bottom: 20px;
}
.-industry.-cosmetics .c-header {
  position: relative;
  background-image: url(/build/images/cosmetics_bg.e9cda220.png);
  background-color: #f7f8ff;
  background-size: auto 540px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 70px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .-industry.-cosmetics .c-header {
    padding-top: 40px;
  }
}
.-industry.-cosmetics .c-header .t-heading {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .-industry.-cosmetics .c-header .t-heading {
    margin-bottom: 40px;
  }
}
.-industry.-cosmetics .c-header .t-heading .t-title {
  color: #fff;
  margin-bottom: 20px;
}
.-industry.-cosmetics .c-trustUsSec {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 0;
  background-color: #f7f8ff;
}
.-industry.-cosmetics .c-list.-checkbox .c-list_item:before {
  background-image: url(/build/images/checkbox-blue.7f9817ae.svg);
}
.-industry.-cosmetics .c-hero.-v3 .t-title {
  margin-bottom: 30px;
}
.-industry.-cosmetics .c-hero.-v3 .t-text {
  margin-bottom: 40px;
}
.-industry.-cosmetics .c-hero.-v3 .c-hero_image.-i1 {
  top: 0;
}
@media (max-width: 767px) {
  .-industry.-cosmetics .c-hero.-v3 {
    padding-top: 40px;
  }
  .-industry.-cosmetics .c-hero.-v3 .c-hero_decor {
    display: none;
  }
}
.-industry.-cosmetics .c-industryServices_container {
  padding-bottom: 120px;
}
.-industry.-cosmetics .c-industryServices_container .container-fluid {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .-industry.-cosmetics .c-process {
    flex-direction: column;
    max-width: 550px;
    margin: auto;
  }
  .-industry.-cosmetics .c-process:after {
    display: none;
  }
  .-industry.-cosmetics .c-process_icon {
    width: 24px;
    margin-left: -37px;
    position: absolute;
    top: 0;
    height: 50px;
  }
}
.-industry.-cosmetics .c-processSec {
  padding-top: 100px;
  padding-bottom: 120px;
}
.-industry.-cosmetics .c-processSec .flex-column .t-title {
  text-align: center;
  max-width: unset;
}
.-industry.-cosmetics .c-process .t-title.-tiny {
  font-size: 22px;
  line-height: 1.4666666667;
  margin-bottom: 14px;
  overflow-wrap: normal;
}
.-industry.-cosmetics .c-process .t-title.-tiny img {
  margin-bottom: 26px;
  margin-top: 26px;
}
@media screen and (max-width: 1199px) {
  .-industry.-cosmetics .c-process .t-title.-tiny img {
    margin-top: 4px;
    margin-bottom: 18px;
  }
}
.-industry.-cosmetics .c-process .t-text.-small {
  font-weight: 400;
  opacity: 0.8;
}
.-industry.-cosmetics .c-process_step {
  width: 20%;
}
@media screen and (max-width: 1199px) {
  .-industry.-cosmetics .c-process_step {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 48px;
    position: relative;
  }
}
.-industry.-cosmetics .c-process_step:not(:last-child):after {
  content: '';
  position: absolute;
  top: 38px;
  left: 24px;
  height: calc(100% + 48px);
  width: 24px;
  border-left: 1px solid #fff;
  opacity: 0.2;
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .-industry.-cosmetics .c-process_step:not(:last-child):after {
    display: none !important;
  }
}
.-industry.-fashion .t-heading_super {
  margin-bottom: 20px;
}
.-industry.-fashion .c-header {
  position: relative;
  background-image: url(/build/images/fashion_bg.7a44901a.png);
  background-size: auto 540px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 70px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .-industry.-fashion .c-header {
    padding-top: 40px;
  }
}
.-industry.-fashion .c-header .t-heading {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .-industry.-fashion .c-header .t-heading {
    margin-bottom: 40px;
  }
}
.-industry.-fashion .c-header .t-heading .t-title {
  color: #fff;
  margin-bottom: 20px;
}
.-industry.-fashion .c-trustUsSec {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 0;
}
.-industry.-fashion .c-list.-checkbox .c-list_item:before {
  background-image: url(/build/images/checkbox-red.0391d542.svg);
}
.-industry.-fashion .c-hero.-v3 .t-title {
  margin-bottom: 30px;
}
.-industry.-fashion .c-hero.-v3 .t-text {
  margin-bottom: 40px;
}
.-industry.-fashion .c-hero.-v3 .c-hero_image.-i1 {
  top: 0;
}
@media (max-width: 767px) {
  .-industry.-fashion .c-hero.-v3 {
    padding-top: 40px;
  }
  .-industry.-fashion .c-hero.-v3 .c-hero_decor {
    display: none;
  }
}
.-industry.-fashion .c-industryServices_container {
  padding-bottom: 120px;
}
.-industry.-fashion .c-industryServices_container .container-fluid {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .-industry.-fashion .c-process {
    flex-direction: column;
    max-width: 550px;
    margin: auto;
  }
  .-industry.-fashion .c-process:after {
    display: none;
  }
  .-industry.-fashion .c-process_icon {
    width: 24px;
    margin-left: -37px;
    position: absolute;
    top: 0;
    height: 50px;
  }
}
.-industry.-fashion .c-processSec {
  padding-top: 100px;
  padding-bottom: 120px;
}
.-industry.-fashion .c-processSec .flex-column .t-title {
  text-align: center;
  max-width: unset;
}
.-industry.-fashion .c-process .t-title.-tiny {
  font-size: 22px;
  line-height: 1.4666666667;
  margin-bottom: 14px;
  overflow-wrap: normal;
}
.-industry.-fashion .c-process .t-title.-tiny img {
  margin-bottom: 26px;
  margin-top: 26px;
}
@media screen and (max-width: 1199px) {
  .-industry.-fashion .c-process .t-title.-tiny img {
    margin-top: 4px;
    margin-bottom: 18px;
  }
}
.-industry.-fashion .c-process .t-text.-small {
  font-weight: 400;
  opacity: 0.8;
}
.-industry.-fashion .c-process_step {
  width: 20%;
}
@media screen and (max-width: 1199px) {
  .-industry.-fashion .c-process_step {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 48px;
    position: relative;
  }
}
.-industry.-fashion .c-process_step:not(:last-child):after {
  content: '';
  position: absolute;
  top: 38px;
  left: 24px;
  height: calc(100% + 48px);
  width: 24px;
  border-left: 1px solid #fff;
  opacity: 0.2;
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .-industry.-fashion .c-process_step:not(:last-child):after {
    display: none !important;
  }
}
.-industry.-books .t-heading_super {
  margin-bottom: 20px;
}
.-industry.-books .c-header {
  position: relative;
  background-image: url(/build/images/books_bg.b4154a98.png);
  background-color: #f7fefb;
  background-size: auto 540px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 70px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .-industry.-books .c-header {
    padding-top: 40px;
  }
}
.-industry.-books .c-header .t-heading {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .-industry.-books .c-header .t-heading {
    margin-bottom: 40px;
  }
}
.-industry.-books .c-header .t-heading .t-title {
  color: #fff;
  margin-bottom: 20px;
}
.-industry.-books .c-trustUsSec {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 0;
  background-color: #f7fefb;
}
.-industry.-books .c-list.-checkbox .c-list_item:before {
  background-image: url(/build/images/checkbox-aqua.3813eb02.svg);
}
.-industry.-books .c-hero.-v3 .t-title {
  margin-bottom: 30px;
}
.-industry.-books .c-hero.-v3 .t-text {
  margin-bottom: 40px;
}
.-industry.-books .c-hero.-v3 .c-hero_image.-i1 {
  top: 0;
}
@media (max-width: 767px) {
  .-industry.-books .c-hero.-v3 {
    padding-top: 40px;
  }
  .-industry.-books .c-hero.-v3 .c-hero_decor {
    display: none;
  }
}
.-industry.-books .c-industryServices_container {
  padding-bottom: 120px;
}
.-industry.-books .c-industryServices_container .container-fluid {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .-industry.-books .c-process {
    flex-direction: column;
    max-width: 550px;
    margin: auto;
  }
  .-industry.-books .c-process:after {
    display: none;
  }
  .-industry.-books .c-process_icon {
    width: 24px;
    margin-left: -37px;
    position: absolute;
    top: 0;
    height: 50px;
  }
}
.-industry.-books .c-processSec {
  padding-top: 100px;
  padding-bottom: 120px;
}
.-industry.-books .c-processSec .flex-column .t-title {
  text-align: center;
  max-width: unset;
}
.-industry.-books .c-process .t-title.-tiny {
  font-size: 22px;
  line-height: 1.4666666667;
  margin-bottom: 14px;
  overflow-wrap: normal;
}
.-industry.-books .c-process .t-title.-tiny img {
  margin-bottom: 26px;
  margin-top: 26px;
}
@media screen and (max-width: 1199px) {
  .-industry.-books .c-process .t-title.-tiny img {
    margin-top: 4px;
    margin-bottom: 18px;
  }
}
.-industry.-books .c-process .t-text.-small {
  font-weight: 400;
  opacity: 0.8;
}
.-industry.-books .c-process_step {
  width: 20%;
}
@media screen and (max-width: 1199px) {
  .-industry.-books .c-process_step {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 48px;
    position: relative;
  }
}
.-industry.-books .c-process_step:not(:last-child):after {
  content: '';
  position: absolute;
  top: 38px;
  left: 24px;
  height: calc(100% + 48px);
  width: 24px;
  border-left: 1px solid #fff;
  opacity: 0.2;
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .-industry.-books .c-process_step:not(:last-child):after {
    display: none !important;
  }
}
.swiper-container {
  width: 600px;
  height: 300px;
}
.filter-swiper {
  width: 100%;
  height: 80px;
}
@media (max-width: 767px) {
  .filter-swiper {
    height: 56px;
  }
}
.filter-swiper .swiper-slide {
  width: auto;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #e5ad1c;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: #e5ad1c;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: '';
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.js-tabs {
  -ms-overflow-style: none;
  -webkit-tap-highlight-color: transparent;
}
.js-tabs__nav {
  position: relative;
  overflow: auto;
  overflow: -moz-scrollbars-none;
}
.js-tabs__nav::-webkit-scrollbar {
  display: none;
}
.js-tabs__tabs-container {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 0;
}
.js-tabs__tab {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.js-tabs__no-marker > .js-tabs__tab {
  border-bottom: none;
}
.js-tabs__marker {
  position: absolute;
  bottom: 0;
  height: 3px;
  transition: transform 0.5s, width 0.5s, background-color 0.5s;
}
.js-tabs__content-container {
  margin: 0;
  padding: 0;
}
.js-tabs__content {
  display: none;
}
.js-tabs__content.active {
  display: block;
}
#usercom-widget #ue_popups {
  z-index: 2147483644 !important;
}
#usercom-widget #usercom-launcher-dot-frame[name],
#usercom-widget .usercom-launcher-container,
#usercom-widget .usercom-notification--small {
  z-index: 2147483642 !important;
}
.c-benefitsSec {
  padding-top: 143px;
  padding-bottom: 104px;
  background-color: #f7f8ff;
}
@media (max-width: 767px) {
  .c-benefitsSec {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .c-benefitsSec_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-benefitsSec_row {
  margin-left: -27px;
  margin-right: -27px;
}
.c-benefitsSec_col {
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .c-benefitsSec_col {
    margin-bottom: 48px;
  }
}
.c-benefitsSec .t-heading {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .c-benefitsSec .t-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-benefitsSec .t-heading br {
    display: none;
  }
}
.c-benefitsSec .c-teaser.-v1 {
  padding: 0;
}
@media (max-width: 767px) {
  .c-benefitsSec .c-teaser .t-text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.c-benefits2Sec {
  padding-bottom: 146px;
}
@media (max-width: 575px) {
  .c-benefits2Sec {
    padding-bottom: 64px;
  }
}
.c-benefits2Sec .t-heading {
  margin-bottom: 79px;
}
@media (max-width: 575px) {
  .c-benefits2Sec .t-heading {
    margin-bottom: 40px;
    text-align: left;
  }
}
.c-benefits2Sec_col {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-benefits2Sec_col {
    margin-bottom: 16px;
  }
}
.c-benefits2Sec .c-teaser {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (max-width: 767px) {
  .c-benefits2Sec .c-teaser.-v1 {
    padding: 24px 24px 32px;
  }
}
.c-benefits2Sec.-negative {
  background-color: #1d2357;
}
.c-benefits2Sec.-negative .t-heading {
  color: #fff;
}
.c-blogKnowledge.c-knowledgeBaseSec {
  width: 100%;
  overflow-x: hidden;
  padding-top: 128px;
}
@media (max-width: 767px) {
  .c-blogKnowledge.c-knowledgeBaseSec {
    padding-top: 80px;
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .t-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .c-blogKnowledge.c-knowledgeBaseSec .t-title {
    margin-bottom: 22px;
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .c-teaser {
  box-sizing: border-box;
  width: 100%;
  min-height: 472px;
  max-height: 472px;
}
@media (max-width: 767px) {
  .c-blogKnowledge.c-knowledgeBaseSec .c-teaser {
    min-height: 344px;
  }
}
@media (max-width: 767px) {
  .c-blogKnowledge.c-knowledgeBaseSec .c-teaser .t-text.-small {
    display: none;
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .c-knowledgeBase {
  position: relative;
  background: #f7f8ff;
  padding-top: 56px;
  padding-bottom: 104px;
}
@media (max-width: 767px) {
  .c-blogKnowledge.c-knowledgeBaseSec .c-knowledgeBase {
    padding-top: 45px;
    padding-bottom: 64px;
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .c-knowledgeBase_container {
  display: none;
  opacity: 0;
  transform: translateX(10px);
  animation: slideIn 0.25s;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .c-knowledgeBase_container.-active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-container:after,
.c-blogKnowledge.c-knowledgeBaseSec .swiper-container:before {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 150px;
  height: 100%;
  content: '';
}
@media (max-width: 767px) {
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-container:after,
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-container:before {
    display: none;
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-container:before {
  left: calc(-50vw + 580px);
  background: linear-gradient(90deg, #f7f8ff, rgba(247, 248, 255, 0));
}
@media (max-width: 1259px) {
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-container:before {
    left: calc(-50vw - -457.5px);
  }
}
@media (max-width: 991px) {
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-container:before {
    left: calc(-50vw - -345px);
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-container:after {
  right: calc(-50vw + 580px);
  background: linear-gradient(270deg, #f7f8ff, rgba(247, 248, 255, 0));
}
@media (max-width: 1259px) {
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-container:after {
    right: calc(-50vw - -457.5px);
  }
}
@media (max-width: 991px) {
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-container:after {
    right: calc(-50vw - -345px);
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
  width: 346px;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-slide {
    width: 270px;
    opacity: 1;
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-slide.active,
.c-blogKnowledge.c-knowledgeBaseSec .swiper-slide.next,
.c-blogKnowledge.c-knowledgeBaseSec .swiper-slide.next + .swiper-slide,
.c-blogKnowledge.c-knowledgeBaseSec
  .swiper-slide.next
  + .swiper-slide
  + .swiper-slide {
  opacity: 1;
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-next,
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-prev {
  z-index: 5;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-button-next,
  .c-blogKnowledge.c-knowledgeBaseSec .swiper-button-prev {
    display: none;
  }
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-next:after,
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-prev:after {
  display: none;
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-next {
  right: -30px;
  background-image: url(/build/images/next.7953f639.png);
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-prev {
  left: -30px;
  background-image: url(/build/images/prev.186319a1.png);
}
.c-blogKnowledge.c-knowledgeBaseSec .swiper-button-disabled {
  opacity: 0;
}
.c-articlesSec {
  position: relative;
  padding-bottom: 28px;
  align-items: center;
}
@media (max-width: 767px) {
  .c-articlesSec {
    padding-bottom: 16px;
  }
}
.c-articlesSec_container {
  max-width: 1060px;
}
@media (max-width: 1259px) {
  .c-articlesSec_container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .c-articlesSec_container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .c-articlesSec_container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .c-articlesSec_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-articlesSec_row {
  display: flex;
  align-items: center;
  margin-bottom: 152px;
}
@media (min-width: 1260px) {
  .c-articlesSec_row {
    min-height: 644px;
  }
}
@media (max-width: 767px) {
  .c-articlesSec_row {
    margin-bottom: 56px;
  }
}
.c-articlesSec > .t-heading {
  margin-bottom: 104px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .c-articlesSec > .t-heading {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .c-articlesSec > .t-heading {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-trustUsSec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 64px;
  padding-bottom: 154px;
  background: linear-gradient(
    180deg,
    rgba(247, 248, 255, 0.5),
    rgba(247, 248, 255, 0) 90.53%
  );
}
@media (max-width: 767px) {
  .c-trustUsSec {
    padding-top: 48px;
    padding-bottom: 104px;
  }
}
.c-trustUsSec.-fashion {
  background: unset;
}
.c-trustUsSec_title {
  margin-bottom: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(29, 35, 87, 0.3);
}
@media (max-width: 767px) {
  .c-trustUsSec_title {
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: center;
  }
}
.c-trustUsSec_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .c-trustUsSec_logo {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .c-trustUsSec_logo {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.c-trustUsSec_logo img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .c-trustUsSec_logo img {
    max-width: 136px;
    max-height: 44px;
  }
}
.c-trustUsSec .row {
  justify-content: center;
}
.c-trustUsSwiperSec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 64px;
  padding-bottom: 124px;
  background: linear-gradient(
    180deg,
    rgba(247, 248, 255, 0.5),
    rgba(247, 248, 255, 0) 90.53%
  );
}
@media (max-width: 767px) {
  .c-trustUsSwiperSec {
    padding-top: 48px;
    padding-bottom: 84px;
  }
}
.c-trustUsSwiperSec_title {
  margin-bottom: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(29, 35, 87, 0.3);
}
@media (max-width: 767px) {
  .c-trustUsSwiperSec_title {
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: center;
  }
}
.c-trustUsSwiperSec_logo {
  margin: auto;
  opacity: 0.4;
}
.c-trustUsSwiperSec .row {
  justify-content: center;
}
.c-trustUsSwiperSec .swiper {
  overflow: visible;
}
.c-trustUsSwiperSec .swiper-wrapper {
  height: 54px;
  transition-timing-function: linear !important;
}
@media (max-width: 767px) {
  .c-trustUsSwiperSec .swiper-wrapper {
    height: unset;
    gap: 20px 0;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }
}
.c-trustUsSwiperSec .swiper-slide {
  width: 170px;
}
@media (max-width: 767px) {
  .c-trustUsSwiperSec .swiper-slide {
    height: unset;
  }
}
.c-testimonialsSec {
  background-color: #f7f8ff;
  padding: 100px 0 120px;
}
.c-testimonialsSec_header {
  text-align: center;
}
.c-testimonialsSec_container .swiper-container {
  height: unset;
  width: unset;
  overflow: visible;
}
.c-testimonialsSec_logos {
  margin: 40px 0;
  height: 40px;
}
@media (min-width: 768px) {
  .c-testimonialsSec_logos {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .c-testimonialsSec_logos {
    gap: 60px;
    height: 50px;
  }
}
.c-testimonialsSec_logo {
  transition: opacity 0.3s !important;
  cursor: pointer;
  position: relative;
  width: fit-content !important;
}
.c-testimonialsSec_logo,
.c-testimonialsSec_logo img {
  height: 35px !important;
}
@media (max-width: 991px) {
  .c-testimonialsSec_logo,
  .c-testimonialsSec_logo img {
    height: 30px !important;
  }
}
@media (min-width: 768px) {
  .c-testimonialsSec_logo:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%) translateY(100%);
    border-bottom: 19px solid #fff;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    transition: transform 0.3s;
  }
  .c-testimonialsSec_logo.-active:after {
    transform: translateX(-50%) translateY(0);
  }
}
.c-testimonialsSec_logo:not(.-active) {
  opacity: 0.3;
}
.c-testimonialsSec_logo:hover {
  opacity: 1;
}
.c-testimonialsSec_content {
  background-color: #fff;
  padding: 40px 60px;
  max-width: 1070px;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .c-testimonialsSec_content {
    padding: 30px 45px;
  }
}
@media (max-width: 767px) {
  .c-testimonialsSec_content {
    position: relative;
  }
  .c-testimonialsSec_content:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -19px;
    transform: translateX(-50%);
    border-bottom: 19px solid #fff;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
  }
}
.c-testimonialsSec_content .c-testimonial2_author {
  position: relative;
}
@media (min-width: 992px) {
  .c-testimonialsSec_content .c-testimonial2_author:after {
    content: '';
    height: 30px;
    width: 40px;
    background-image: url(/build/images/icn-quote.b1fd048d.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: auto;
  }
}
.c-testimonialsSec_item {
  display: grid;
  gap: 99px;
}
.c-testimonialsSec_item:not(.-active) {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
@media (min-width: 768px) {
  .c-testimonialsSec_item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .c-testimonialsSec_col:first-of-type {
    position: relative;
  }
  .c-testimonialsSec_col:first-of-type:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e5e7f2;
    position: absolute;
    right: -49px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .c-testimonialsSec_col:nth-of-type(2) {
    display: none;
  }
}
.c-testimonialsHorizontalSec {
  padding-top: 100px;
  padding-bottom: 120px;
}
.c-testimonialsHorizontalSec.-blue {
  background-color: rgba(19, 128, 229, 0.04);
}
.c-testimonialsHorizontalSec.-blue .c-testimonial_item:after {
  background-color: #1380e5;
}
.c-testimonialsHorizontalSec.-pink {
  background-color: rgba(229, 88, 127, 0.04);
}
.c-testimonialsHorizontalSec.-pink .c-testimonial_item:after {
  background-color: #e5587f;
}
@media (max-width: 767px) {
  .c-testimonialsHorizontalSec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.c-testimonialsHorizontalSec .t-title:not(.-tiny) {
  color: #03060c;
}
@media (min-width: 992px) {
  .c-testimonialsHorizontalSec .t-title:not(.-tiny) {
    text-align: center;
  }
}
.c-testimonialsHorizontalSec .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  margin-top: 40px;
  max-height: 300px;
}
.c-testimonialsHorizontalSec .swiper-container .swiper-slide {
  width: 440px;
}
@media (max-width: 991px) {
  .c-testimonialsHorizontalSec .swiper-container .swiper-slide {
    width: 270px;
  }
  .c-testimonialsHorizontalSec .swiper-container .swiper-slide .t-title.-tiny {
    font: 700 20px/26px Gilroy, Arial, Tahoma, sans-serif;
  }
}
.c-testimonialsHorizontalSec .c-testimonial_item {
  margin-right: 15px;
  background-color: #fff;
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
  padding: 30px 40px;
  position: relative;
  color: #03060c;
  will-change: max-height;
}
.c-testimonialsHorizontalSec .c-testimonial_item:hover .t-text.-small {
  max-height: 220px;
}
.c-testimonialsHorizontalSec .c-testimonial_item:hover:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .c-testimonialsHorizontalSec .c-testimonial_item {
    padding: 30px;
    margin-right: 0;
  }
  .c-testimonialsHorizontalSec .c-testimonial_item:hover .t-text.-small {
    max-height: 0;
  }
}
.c-testimonialsHorizontalSec .c-testimonial_item:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 3px;
  opacity: 0.2;
  transition: all 0.3s;
}
.c-testimonialsHorizontalSec .c-testimonial_item .t-title.-tiny {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .c-testimonialsHorizontalSec .c-testimonial_item .t-title.-tiny {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.c-testimonialsHorizontalSec .c-testimonial_item .t-text.-small {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s;
  color: #4e5258;
}
.c-testimonialsHorizontalSec .c-testimonial_photo {
  max-width: 150px;
}
@media (max-width: 991px) {
  .c-testimonialsHorizontalSec .c-testimonial_photo {
    max-width: 80px;
  }
}
.c-contactFormSec {
  padding-top: 144px;
  padding-bottom: 164px;
  background-color: #f7f8ff;
}
@media (max-width: 1259px) {
  .c-contactFormSec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .c-contactFormSec {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .c-contactFormSec {
    padding-top: 24px;
  }
}
.c-contactFormSec_container {
  max-width: 1060px;
}
@media (max-width: 1259px) {
  .c-contactFormSec_container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .c-contactFormSec_container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .c-contactFormSec_container {
    max-width: 540px;
  }
}
.c-contactFormSec_info > * {
  max-width: 280px;
}
@media (max-width: 1259px) {
  .c-contactFormSec_info > * {
    max-width: 100%;
  }
}
.c-contactFormSec_header {
  margin-top: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .c-contactFormSec_header {
    margin-top: 0;
  }
}
.c-contactFormSec_contact {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-contactFormSec_contact {
    margin-top: 24px;
  }
}
.c-contactFormSec_contact .-bold {
  font-weight: 700;
}
.c-contactFormSec_address {
  margin-top: 32px;
}
@media (max-width: 575px) {
  .c-contactFormSec_address {
    margin-top: 40px;
  }
}
.c-contactFormSec_company {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .c-contactFormSec_company {
    margin-top: 32px;
  }
}
.c-contactFormSec .f-contact {
  max-width: 570px;
}
@media (max-width: 1259px) {
  .c-contactFormSec .f-contact {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .c-contactFormSec .f-contact {
    margin-top: 32px;
    margin-bottom: 8px;
  }
}
.c-bannerSec {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 548px;
  padding-top: 128px;
  padding-bottom: 128px;
  color: #fff;
  background-color: #101336;
}
@media (max-width: 767px) {
  .c-bannerSec {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
.c-bannerSec:before {
  content: '';
  background-image: url(/build/images/map-1.98625ad7.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: calc(50% - 585px);
  width: 708px;
  height: 529px;
  z-index: 0;
}
@media (max-width: 991px) {
  .c-bannerSec:before {
    left: calc(50% - 625px);
  }
}
@media (max-width: 767px) {
  .c-bannerSec:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .c-bannerSec_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-bannerSec .t-title {
  max-width: 470px;
  margin-bottom: 16px;
}
.c-bannerSec .t-title + .c-btn {
  margin-top: 16px;
}
.c-bannerSec .t-text {
  max-width: 470px;
  opacity: 0.7;
}
.c-bannerSec .c-btn {
  margin-top: 32px;
}
.c-bannerSec2 {
  min-height: 396px;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #fff;
  background-color: #e63946;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(/build/images/map-4.e527dd83.webp);
}
@media (max-width: 767px) {
  .c-bannerSec2 {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 72px;
  }
}
@media (max-width: 575px) {
  .c-bannerSec2_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-bannerSec2_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-bannerSec2 .c-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-bannerSec2 .t-title {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.c-bannerWarehouseSec {
  background: #1d2357;
}
.c-bannerWarehouseSec_container {
  max-width: 1060px;
}
@media (max-width: 1259px) {
  .c-bannerWarehouseSec_container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .c-bannerWarehouseSec_container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .c-bannerWarehouseSec_container {
    max-width: 540px;
  }
}
.c-bannerWarehouseSec_info {
  padding-top: 72px;
  padding-bottom: 88px;
}
@media (max-width: 575px) {
  .c-bannerWarehouseSec_info {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.c-bannerWarehouseSec_deco img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media (max-width: 575px) {
  .c-bannerWarehouseSec_deco img {
    height: 230px;
    margin-left: -30px;
  }
}
@media (max-width: 575px) {
  .c-bannerWarehouseSec .row {
    flex-direction: column-reverse;
  }
}
.c-bannerCaseStudiesSec {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 474px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background-color: #e63946;
  background-repeat: no-repeat;
  background-position: left calc(50% - 175px) center;
  background-image: url(/build/images/map-1.98625ad7.png);
  background-size: auto 460px;
}
.c-bannerCaseStudiesSec .c-btn {
  margin-top: 40px;
}
.c-bannerCaseStudiesSec .t-text {
  margin-top: 40px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .c-bannerCaseStudiesSec {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 62px;
    background-image: none;
    text-align: center;
  }
  .c-bannerCaseStudiesSec .t-text.-semiBig {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
  .c-bannerCaseStudiesSec .c-btn {
    width: auto;
  }
}
.c-bannerPartnersSec {
  display: flex;
  align-items: center;
  min-height: 484px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background-color: #101336;
  background-image: url(/build/images/map-7.84aea3df.png);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .c-bannerPartnersSec {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
.c-bannerPartnersSec_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.c-bannerPartnersSec .t-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.c-bannerPartnersSec .t-heading .t-text,
.c-bannerPartnersSec .t-heading .t-title {
  color: #fff;
}
.c-awardsSec {
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: #f7f8ff;
}
@media (max-width: 991px) {
  .c-awardsSec {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.c-awardsSec a:not([href]) {
  cursor: unset;
}
.c-awardsSec a[href] .c-award:hover:before {
  opacity: 1;
}
.c-awardsSec.-blue {
  background-color: rgba(19, 128, 229, 0.04);
}
.c-awardsSec.-blue .swiper-button-next,
.c-awardsSec.-blue .swiper-button-prev {
  filter: hue-rotate(223deg);
}
.c-awardsSec.-aqua {
  background-color: rgba(56, 214, 160, 0.04);
}
.c-awardsSec.-pink {
  background-color: rgba(229, 88, 127, 0.04);
}
.c-awardsSec .container {
  max-width: 1290px;
}
.c-awardsSec .container .t-title {
  margin-bottom: 60px;
  text-align: center;
  color: #03060c;
}
.c-awardsSec .container .c-award {
  background-color: #fff;
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
  max-width: 250px;
  padding: 30px 35px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .c-awardsSec .container .c-award {
    padding: 25px 30px;
  }
}
.c-awardsSec .container .c-award_container {
  max-width: 840px;
  margin: auto;
}
.c-awardsSec .container .c-award .t-text {
  font-weight: 600;
  color: #03060c;
  text-align: center;
}
.c-awardsSec .container .c-award_img {
  height: 90px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-awardsSec .container .c-award_img img {
  max-height: 100%;
}
.c-awardsSec .container .c-award:before {
  content: '';
  background-color: #e63946;
  height: 3px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.c-awardsSec .container .c-award.-blue:before {
  background-color: #1380e5;
}
.c-awardsSec .container .c-award.-pink:before {
  background-color: #e5587f;
}
.c-awardsSec .container .c-award.-aqua:before {
  background-color: #38d6a0;
}
.c-awardsSec .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}
.c-awardsSec .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
  width: 250px;
}
.c-awardsSec .swiper-button-next,
.c-awardsSec .swiper-button-prev {
  z-index: 5;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .c-awardsSec .swiper-button-next,
  .c-awardsSec .swiper-button-prev {
    display: none;
  }
}
.c-awardsSec .swiper-button-next:after,
.c-awardsSec .swiper-button-prev:after {
  display: none;
}
.c-awardsSec .swiper-button-next {
  right: -20px;
  background-image: url(/build/images/next.7953f639.png);
}
.c-awardsSec .swiper-button-prev {
  left: -20px;
  background-image: url(/build/images/prev.186319a1.png);
}
.c-awardsSec .swiper-button-disabled {
  opacity: 0;
}
.c-contactCtaSec {
  padding: 128px 0 136px;
}
@media (max-width: 767px) {
  .c-contactCtaSec {
    padding: 40px 0 64px;
  }
}
.c-contactCtaSec_content {
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-contactCtaSec_content {
    padding: 0 9px;
  }
}
.c-contactCtaSec_content .c-link {
  margin-top: 8px;
}
.c-processSec {
  background: #1d2357;
  padding-top: 128px;
  padding-bottom: 168px;
}
@media (max-width: 767px) {
  .c-processSec {
    padding-top: 48px;
    padding-bottom: 54px;
  }
}
.c-processSec .t-title {
  max-width: 570px;
  margin-bottom: 64px;
}
.c-processSec .c-process {
  background: #1d2357;
}
@media (max-width: 767px) {
  .c-processSec .c-process {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .c-processSec .c-process:after {
    display: none;
  }
}
.c-processSec .c-process_icon {
  background: #1d2357;
  width: 56px;
}
@media (max-width: 767px) {
  .c-processSec .c-process_icon {
    width: 24px;
    margin-left: -37px;
    position: absolute;
    top: 0;
    height: 50px;
  }
}
.c-processSec .c-process_step {
  width: 25%;
}
@media (max-width: 767px) {
  .c-processSec .c-process_step {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 48px;
    position: relative;
  }
}
.c-processSec .c-process_step:not(:last-child):after {
  content: '';
  position: absolute;
  top: 38px;
  left: 24px;
  height: calc(100% + 48px);
  width: 24px;
  border-left: 1px solid #fff;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .c-processSec .c-process_step:not(:last-child):after {
    display: none;
  }
}
.c-processSec .c-process .t-text {
  padding-left: 6px;
  text-align: left;
  max-width: 198px;
}
@media (max-width: 767px) {
  .c-processSec .c-process .t-text {
    max-width: calc(100% - 9px);
  }
}
.c-processSec .c-process .t-text .t-text {
  padding-left: 0;
  max-width: none;
}
.c-processSec .c-process .t-text img {
  margin-bottom: 26px;
  margin-top: 26px;
  width: 44px;
  height: 44px;
}
@media (max-width: 767px) {
  .c-processSec .c-process .t-text img {
    margin-top: 4px;
    margin-bottom: 18px;
  }
}
.c-processSec .c-process:after {
  width: 80%;
  top: 14px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.c-profitsSec {
  background: #f7f8ff;
  padding-top: 104px;
  padding-bottom: 104px;
  color: #03060c;
}
@media (max-width: 767px) {
  .c-profitsSec {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
.c-profitsSec.-pink {
  background: rgba(247, 235, 238, 0.3);
}
.c-profitsSec.-orange {
  background: rgba(245, 240, 228, 0.3);
}
.c-profitsSec.-aqua {
  background: rgba(56, 214, 160, 0.04);
}
.c-profitsSec.-blue {
  background: rgba(235, 243, 250, 0.3);
}
.c-profitsSec.-green {
  background: rgba(245, 247, 228, 0.3);
}
.c-profitsSec.-left .c-profitsSec_list .c-teaser {
  text-align: left;
}
.c-profitsSec.-left .c-profitsSec_list .c-teaser_icon,
.c-profitsSec_col.-profit {
  justify-content: flex-start;
}
.c-profitsSec_col.-profit {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .c-profitsSec_col.-profit {
    margin-bottom: 30px;
  }
}
.c-profitsSec_col.-profit .c-teaser .c-icon {
  margin-bottom: 24px;
}
.c-profitsSec_col.-profit .c-teaser .t-text.-wBold {
  margin-bottom: 8px;
}
.c-profitsSec_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-profitsSec_list {
    flex-direction: column;
  }
}
.c-profitsSec_list li {
  width: 33%;
}
@media (max-width: 767px) {
  .c-profitsSec_list li {
    width: 100%;
  }
}
.c-profitsSec_list .c-teaser {
  text-align: center;
}
@media (max-width: 767px) {
  .c-profitsSec_list .c-teaser {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-profitsSec_list .c-teaser_icon {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-profitsSec_list .c-teaser .t-text.-wBold {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .c-profitsSec_list .c-teaser img {
    width: 44px;
    height: 44px;
  }
}
.c-profitsSec .t-title {
  text-align: center;
  margin-bottom: 20px;
  max-width: 458px;
  margin-left: auto;
  margin-right: auto;
}
.c-coopBenefitsSec {
  background: #f7f8ff;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .c-coopBenefitsSec {
    padding-bottom: 194px;
  }
}
@media (min-width: 992px) {
  .c-coopBenefitsSec {
    padding-bottom: 194px;
    background: linear-gradient(
      90deg,
      #f7f8ff calc(50% + 74px),
      #fff calc(50% + 74px)
    );
  }
}
.c-coopBenefitsSec .c-hero.-v7 {
  padding: 60px 15px 40px;
}
@media (min-width: 768px) {
  .c-coopBenefitsSec .c-hero.-v7 {
    padding: 78px 15px;
  }
}
@media (max-width: 1259px) {
  .c-coopBenefitsSec .c-hero.-v7 .c-hero_container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .c-coopBenefitsSec .c-hero.-v7 .c-hero_container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .c-coopBenefitsSec .c-hero.-v7 .c-hero_container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .c-coopBenefitsSec .c-hero.-v7 .c-hero_container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .c-coopBenefitsSec .c-coopBenefitsSlider .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .c-coopBenefitsSec .c-coopBenefitsSlider .container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .c-coopBenefitsSec .c-coopBenefitsSlider .container {
    max-width: 1084px;
  }
}
.c-coopBenefitsSec .c-coopBenefitsSlider .container .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
  width: 311px;
  height: 333px;
}
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .c-teaser.-v1 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .c-teaser.-v1
  p.t-text {
  font-size: 14px !important;
}
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-button-next,
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-button-prev {
  display: none;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-button-next:after,
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-button-prev:after {
  content: '';
  visibility: hidden;
}
@media (min-width: 768px) {
  .c-coopBenefitsSec
    .c-coopBenefitsSlider
    .container
    .swiper-container
    .swiper-button-next,
  .c-coopBenefitsSec
    .c-coopBenefitsSlider
    .container
    .swiper-container
    .swiper-button-prev {
    display: block;
  }
}
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-button-prev {
  left: -30px;
  background-image: url(/build/images/prev.186319a1.png);
}
.c-coopBenefitsSec
  .c-coopBenefitsSlider
  .container
  .swiper-container
  .swiper-button-next {
  right: -30px;
  background-image: url(/build/images/next.7953f639.png);
}
.c-platformsSec {
  padding-top: 128px;
  padding-bottom: 144px;
}
@media (max-width: 767px) {
  .c-platformsSec {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.c-platformsSec_row.-logos {
  margin-bottom: 24px;
}
.c-platformsSec_row.-cta {
  justify-content: center;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .c-platformsSec_row.-cta {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .c-platformsSec_container {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.c-platformsSec_col {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .c-platformsSec_col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-platformsSec_col {
    margin-bottom: 16px;
    padding: 0 8px;
  }
}
.c-platformsSec_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  background-color: #fff;
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.03);
}
@media (max-width: 767px) {
  .c-platformsSec_logo {
    padding: 8px;
  }
}
.c-platformsSec_logo_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}
.c-platformsSec_more {
  text-align: center;
  margin-top: 50px;
}
.c-platformsSec_more .c-link {
  margin-top: 6px;
}
.c-platformsSec .t-heading {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .c-platformsSec .t-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .c-platformsSec .t-heading {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-transportSec {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 385px;
}
@media (max-width: 767px) {
  .c-transportSec {
    padding-bottom: 224px;
  }
}
.c-transportSec.-blue .c-transportSec_container {
  background-color: rgba(19, 128, 229, 0.04);
}
.c-transportSec.-pink .c-transportSec_container {
  background-color: rgba(229, 88, 127, 0.04);
}
.c-transportSec.-aqua .c-transportSec_container {
  background-color: rgba(56, 214, 160, 0.04);
}
.c-transportSec_container {
  position: relative;
  width: calc(100% - 30px);
  min-height: 542px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f8ff;
}
@media (max-width: 767px) {
  .c-transportSec_container {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 156px;
  }
}
@media (max-width: 575px) {
  .c-transportSec_container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-transportSec_col.-photo img {
  position: absolute;
  max-width: 354px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1259px) {
  .c-transportSec_col.-photo img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .c-transportSec_col.-photo img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .c-transportSec_col.-photo {
    display: none;
  }
}
.c-transportSec_col.-teaser {
  padding-top: 24px;
  color: #03060c;
}
@media (max-width: 991px) {
  .c-transportSec_col.-teaser {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .c-transportSec_col.-teaser {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-transportSec_logos {
  position: absolute;
  right: 15px;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1259px) {
  .c-transportSec_logos {
    transform: scale(0.8);
    right: -75px;
  }
}
@media (max-width: 991px) {
  .c-transportSec_logos {
    transform: scale(0.65);
  }
}
@media (max-width: 767px) {
  .c-transportSec_logos {
    bottom: -50px;
  }
}
@media (max-width: 575px) {
  .c-transportSec_logos {
    right: auto;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
  }
}
.c-transportSec_logos_col {
  padding-left: 6px;
  padding-right: 6px;
}
.c-transportSec_logos_col.-col1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c-transportSec_logos_col.-col1 .c-transportSec_logos_logo {
  width: 124px;
  height: 124px;
}
.c-transportSec_logos_col.-col1 .c-transportSec_logos_logo.-small {
  width: 75px;
  height: 75px;
}
.c-transportSec_logos_col.-col2 .c-transportSec_logos_logo {
  width: 140px;
  height: 140px;
}
.c-transportSec_logos_col.-col3 .c-transportSec_logos_logo {
  width: 126px;
  height: 126px;
}
.c-transportSec_logos_col.-col4 .c-transportSec_logos_logo {
  width: 168px;
  height: 168px;
}
.c-transportSec_logos_col.-col4 .c-transportSec_logos_logo.-small {
  width: 128px;
  height: 128px;
}
.c-transportSec_logos_col.-col4 .c-transportSec_logos_logo.-short {
  width: 128px;
  height: 68px;
}
.c-transportSec_logos_logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: 0 16px 32px rgba(22, 43, 55, 0.04);
}
.c-transportSec .t-title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .c-transportSec .t-title {
    margin-bottom: 16px;
  }
}
.c-transportSec .t-text {
  max-width: 400px;
  color: #4e5258;
}
.c-transportSec .c-link {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .c-transportSec .c-link {
    margin-top: 24px;
  }
}
.c-caseStudySec {
  padding: 160px 0 100px;
}
@media (max-width: 991px) {
  .c-caseStudySec {
    padding: 60px 0 30px;
  }
}
.c-caseStudySec_container {
  position: relative;
  min-height: 640px;
}
@media (max-width: 767px) {
  .c-caseStudySec_container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-caseStudySec_title {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .c-caseStudySec_title .t-heading_super,
  .c-caseStudySec_title .t-title {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .c-caseStudySec_images {
    order: 2;
  }
}
@media (max-width: 767px) {
  .c-caseStudySec_images {
    height: 420px;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .c-caseStudySec_images {
    height: 340px;
  }
}
.c-caseStudySec_images figure {
  height: 560px;
  width: auto;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .c-caseStudySec_images figure {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .c-caseStudySec_images figure {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .c-caseStudySec_images figure {
    margin-top: 30px;
  }
}
.c-caseStudySec_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-caseStudySec_switcher {
  position: absolute;
  top: 200px;
  right: 0;
  width: 820px;
  display: flex;
  background-color: #fff;
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.0274509804);
  padding: 45px 0 0;
  min-height: 440px;
}
@media screen and (max-width: 1199px) {
  .c-caseStudySec_switcher {
    position: relative;
    top: 50px;
    right: -50px;
  }
}
@media (max-width: 991px) {
  .c-caseStudySec_switcher {
    position: relative;
    top: -100px;
    right: unset;
    flex-direction: column;
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-caseStudySec_switcher {
    top: -50px;
  }
}
.c-caseStudySec_switcher .js-tabs__tab {
  display: block;
  border-bottom: 1px solid transparent;
  padding: 5px 0 5px 35px;
  margin-bottom: 30px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.c-caseStudySec_switcher .js-tabs__tab.active {
  opacity: 1;
}
@media (max-width: 991px) {
  .c-caseStudySec_switcher .js-tabs__tab {
    display: inline-block;
    max-width: 150px;
    padding: 0;
    margin: 25px 0 25px 40px;
  }
  .c-caseStudySec_switcher .js-tabs__tab:last-of-type {
    margin: 25px 40px;
  }
}
@media (max-width: 767px) {
  .c-caseStudySec_switcher .js-tabs__tab {
    margin: 25px 0 25px 30px;
  }
  .c-caseStudySec_switcher .js-tabs__tab:last-of-type {
    margin: 25px 30px;
  }
}
.c-caseStudySec_switcher .js-tabs__tab figure {
  max-width: 150px;
  height: 26px;
}
.c-caseStudySec_switcher .js-tabs__tab figure img {
  max-height: 100%;
}
.c-caseStudySec_switcher .js-tabs__nav {
  display: inline-block;
  flex-basis: 170px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-caseStudySec_switcher .js-tabs__nav {
    flex-basis: unset;
    border-bottom: 1px solid #eef0fc;
  }
}
.c-caseStudySec_switcher .js-tabs__content {
  overflow: hidden;
}
.c-caseStudySec_switcher .js-tabs__content .t-text {
  position: relative;
}
.c-caseStudySec_switcher .js-tabs__content .t-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 133px;
  background: transparent linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff) 0
    0 no-repeat padding-box;
}
@media (max-width: 991px) {
  .c-caseStudySec_switcher .js-tabs__content .t-text {
    font: normal 14px/24px Gilroy, Arial, Tahoma, sans-serif;
  }
}
.c-caseStudySec_switcher .js-tabs__content .c-link {
  margin-top: 10px;
}
.c-caseStudySec_switcher .js-tabs__content-container {
  flex-grow: 1;
  padding: 0 50px 50px 30px;
}
@media (max-width: 991px) {
  .c-caseStudySec_switcher .js-tabs__content-container {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .c-caseStudySec_switcher .js-tabs__content-container {
    padding: 30px;
  }
}
.c-caseStudySec_switcher .js-tabs__marker {
  bottom: unset;
  top: 0;
  width: 3px;
  height: 80px;
  transition: height 0.5s, transform 0.5s, width 0.5s, background-color 0.5s;
}
@media (max-width: 991px) {
  .c-caseStudySec_switcher .js-tabs__marker {
    top: unset;
    bottom: 0;
  }
}
.c-box {
  padding: 100px 0;
  background: #f7f8ff;
}
.c-box .t-title {
  max-width: 900px;
  padding: 0 15px;
  margin: auto;
}
.c-box_content {
  background-color: #fff;
  padding: 26px 28px;
  margin: 70px auto 0;
  color: #03060c;
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.031372549);
}
@media (min-width: 768px) {
  .c-box_content {
    padding: 44px 48px;
  }
}
@media (min-width: 992px) {
  .c-box_content {
    padding: 54px 65px;
    column-count: 2;
    column-gap: 70px;
  }
}
@media (max-width: 767px) {
  .c-box_content {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .c-box_content .t-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-box.-pink {
  background: linear-gradient(
    180deg,
    rgba(229, 88, 127, 0.04),
    rgba(229, 88, 127, 0)
  );
}
.c-pageFAQSec {
  padding-top: 100px;
  padding-bottom: 160px;
  color: #03060c;
  background: #f7f8ff;
}
.c-pageFAQSec.-pink {
  background: rgba(229, 88, 127, 0.04);
}
.c-pageFAQSec.-aqua {
  background: rgba(56, 214, 160, 0.04);
}
.c-pageFAQSec .container {
  margin-top: 50px;
  max-width: 900px;
}
.c-pageFAQSec .c-questions {
  padding: 32px 54px;
}
@media (max-width: 767px) {
  .c-pageFAQSec .c-questions {
    padding: 20px 34px;
  }
}
.c-webinarBenefitsSec {
  padding: 80px 0;
  background-color: #1d2357;
}
.c-webinarBenefitsSec .t-title.-small {
  margin-bottom: 40px;
}
.c-webinarBenefitsSec_list_item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
}
.c-webinarBenefitsSec_list_item + .c-webinarBenefitsSec_list_item {
  margin-top: 35px;
}
.c-webinarSpeakerSec {
  background-color: #f7f8ff;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .c-webinarSpeakerSec {
    padding: 80px 0 90px;
  }
}
.c-webinarSpeakerSec.-smallPadding {
  padding-top: 30px;
}
.c-webinarSpeakerSec .c-speaker_container {
  margin-top: 40px;
}
.c-webinarSpeakerSec .c-speaker_container a + a .c-speaker_item {
  margin-top: 24px;
}
.c-webinarSpeakerSec .c-speaker_item {
  background-color: #fff;
  padding: 28px 36px;
}
@media screen and (max-width: 1100px) {
  .c-webinarSpeakerSec .c-speaker_item {
    padding: 20px 26px;
  }
}
.c-webinarSpeakerSec .c-speaker_logo {
  margin-top: 20px;
}
.c-webinarSpeakerSec .c-speaker_header {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.c-webinarSpeakerSec .c-speaker_header figure {
  border-radius: 50%;
  overflow: hidden;
  height: 70px;
  width: 70px;
  background-color: #cbced2;
}
.c-webinarSpeakerSec .c-speaker_header figure img {
  object-fit: cover;
}
.c-webinarSpeakerSec_video {
  padding: 14px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(22, 43, 55, 0.0784313725);
  background-color: #fff;
  margin-top: 32px;
}
.c-webinarSpeakerSec_video .c-video {
  display: flex;
}
.c-webinarWhoAreWeSec {
  background-color: #f7f8ff;
  padding: 80px 0 60px;
}
.c-webinarWhoAreWeSec .t-title.-small {
  margin-bottom: 20px;
}
.c-webinarWhoAreWeSec_container > .t-title.-tiny {
  margin-top: 70px;
}
.c-webinarWhoAreWeSec_grid {
  display: grid;
  gap: 20px 30px;
  margin-top: 36px;
}
@media (min-width: 576px) {
  .c-webinarWhoAreWeSec_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-webinarWhoAreWeSec_grid_item {
  background-color: #fff;
  padding: 26px;
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
}
.c-webinarWhoAreWeSec_grid_item .t-title {
  margin-bottom: 4px;
}
.c-webinarForm {
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 1200px) {
  .c-webinarForm {
    max-width: 385px;
  }
}
.c-webinarForm_sticky {
  width: 100%;
  max-width: 440px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.0274509804);
  outline: 2px solid transparent;
  transition: outline-color 0.3s;
}
.c-webinarForm_sticky.-highlighted {
  outline: 3px solid #e63946;
}
@media screen and (max-width: 1200px) {
  .c-webinarForm_sticky {
    max-width: 385px;
    padding: 22px 28px;
  }
}
@media (min-width: 1500px) {
  .c-webinarForm_sticky {
    padding: 37px;
  }
  .c-webinarForm_sticky.-sticked {
    top: 70px;
    max-height: calc(100vh - 140px);
  }
}
@media (min-width: 992px) {
  .c-webinarForm_sticky {
    position: absolute;
    z-index: 1;
  }
  .c-webinarForm_sticky.-sticked {
    position: fixed;
    top: 30px;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
  }
  .c-webinarForm_sticky.-stop {
    position: absolute;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .c-webinarForm_sticky {
    padding: 22px 25px;
  }
}
.c-webinarForm .f-contact {
  padding: 0;
  box-shadow: none;
}
.c-webinarForm .f-contact .f-group + .f-group {
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .c-webinarForm .f-contact .f-group + .f-group {
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .c-webinarForm .f-contact .f-group + .f-group {
    margin-top: 16px;
  }
}
@media (max-width: 1499px) {
  .c-webinarForm .f-contact .f-group.-input.-email,
  .c-webinarForm .f-contact .f-group.-input.-name,
  .c-webinarForm .f-contact .f-group.-input.-phone {
    margin-top: 10px;
  }
  .c-webinarForm .f-contact .f-group.-range {
    margin-top: 20px;
  }
  .c-webinarForm .f-contact .f-group.-range .f-label {
    margin-bottom: 10px;
  }
  .c-webinarForm .f-contact .f-group.-range .f-rangeLabel {
    margin-top: 10px;
  }
  .c-webinarForm .f-contact .f-group .f-label {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 13px;
  }
  .c-webinarForm .f-contact .f-group.-checkbox .f-label {
    font-size: 13px;
  }
}
.c-webinarForm .f-contact .f-group.-checkbox .f-label {
  font-size: 14px;
}
.c-webinarForm .f-contact .c-btn {
  width: 100%;
  margin-top: 16px;
}
.c-webinarForm .f-contact .f-group .f-rangeLabel span {
  width: 25%;
}
.c-webinarForm
  .f-contact
  .f-group
  .f-rangeLabel
  span:not(:first-child):not(:last-child) {
  width: 42%;
}
@media (max-width: 991px) {
  .c-webinarForm .f-contact .f-group .f-rangeLabel span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .c-webinarForm .f-contact .f-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .c-webinarForm .f-contact .f-label {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-webinarForm .f-contact .t-text.-tiny {
  margin-top: 6px;
}
@media (min-width: 1500px) {
  .c-webinarForm .f-contact .t-text.-tiny {
    margin-top: 16px;
  }
}
a,
button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
}
button {
  border: none;
  background-color: transparent;
}
button:focus {
  outline: 0;
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 32px;
  background-color: #e63946;
  transition: all 0.2s ease-in-out;
}
.c-btn:hover {
  background-color: #eb5f6d;
}
@media (max-width: 767px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn_label {
  display: -webkit-inline-box;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
  transition: color 0.2s ease-in-out;
}
.c-btn_icon + .c-btn_label,
.c-btn_label + .c-btn_icon {
  margin-left: 8px;
}
.c-btn.-borderBlue,
.c-btn.-borderBrown,
.c-btn.-borderGreen,
.c-btn.-borderOrange,
.c-btn.-borderRedAlt,
.c-btn.-borderWhite {
  background-color: transparent;
}
.c-btn.-borderBlue:hover .c-btn_label,
.c-btn.-borderBrown:hover .c-btn_label,
.c-btn.-borderGreen:hover .c-btn_label,
.c-btn.-borderOrange:hover .c-btn_label,
.c-btn.-borderRedAlt:hover .c-btn_label,
.c-btn.-borderWhite:hover .c-btn_label {
  color: #03060c;
}
.c-btn.-borderRed,
.l-header.-alt .c-btn.-freeValuation {
  border: 3px solid #e63946;
  background-color: transparent;
}
.c-btn.-borderRed .c-btn_label,
.l-header.-alt .c-btn.-freeValuation .c-btn_label {
  color: #03060c;
}
.c-btn.-borderRed:hover,
.l-header.-alt .c-btn.-freeValuation:hover {
  background-color: #e63946;
}
.c-btn.-borderRed:hover .c-btn_label,
.l-header.-alt .c-btn.-freeValuation:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderPink {
  border: 3px solid #e5587f;
  background-color: transparent;
}
.c-btn.-borderPink .c-btn_label {
  color: #03060c;
}
.c-btn.-borderPink:hover {
  background-color: #e5587f;
}
.c-btn.-borderPink:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderRedAlt {
  border: 3px solid #e63946;
}
.c-btn.-borderRedAlt:hover {
  background-color: #e63946;
}
.c-btn.-borderGreen {
  border: 3px solid #c7e50d;
  background-color: transparent;
}
.c-btn.-borderGreen .c-btn_label {
  color: #03060c;
}
.c-btn.-borderGreen:hover {
  background-color: #c7e50d;
}
.c-btn.-borderGreen:hover .c-btn_label {
  color: #03060c;
}
.c-btn.-borderGreenAlt {
  border: 3px solid #c7e50d;
  background-color: transparent;
}
.c-btn.-borderGreenAlt:hover {
  background-color: #c7e50d;
}
.c-btn.-borderGreenAlt:hover .c-btn_label {
  color: #03060c;
}
.c-btn.-borderOrange {
  border: 3px solid #e5ad1c;
  background-color: transparent;
}
.c-btn.-borderOrange .c-btn_label {
  color: #03060c;
}
.c-btn.-borderOrange:hover {
  background-color: #e5ad1c;
}
.c-btn.-borderOrange:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderOrangeAlt {
  border: 3px solid #e5ad1c;
  background-color: transparent;
}
.c-btn.-borderOrangeAlt:hover {
  background-color: #e5ad1c;
}
.c-btn.-borderOrangeAlt:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderBlue {
  border: 3px solid #1380e5;
  background-color: transparent;
}
.c-btn.-borderBlue .c-btn_label {
  color: #03060c;
}
.c-btn.-borderBlue:hover {
  background-color: #1380e5;
}
.c-btn.-borderBlue:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderBlueAlt {
  border: 3px solid #1380e5;
  background-color: transparent;
}
.c-btn.-borderBlueAlt:hover {
  background-color: #1380e5;
}
.c-btn.-borderBlueAlt:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderPinkAlt {
  border: 3px solid #e5587f;
  background-color: transparent;
}
.c-btn.-borderPinkAlt:hover {
  background-color: #e5587f;
}
.c-btn.-borderPinkAlt:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderBrown {
  border: 3px solid #e59153;
  background-color: transparent;
}
.c-btn.-borderBrown .c-btn_label {
  color: #03060c;
}
.c-btn.-borderBrown:hover {
  background-color: #e59153;
}
.c-btn.-borderBrown:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderBrownAlt {
  border: 3px solid #e59153;
  background-color: transparent;
}
.c-btn.-borderBrownAlt:hover {
  background-color: #e59153;
}
.c-btn.-borderBrownAlt:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderAqua {
  border: 3px solid #38d6a0;
  background-color: transparent;
}
.c-btn.-borderAqua .c-btn_label {
  color: #03060c;
}
.c-btn.-borderAqua:hover {
  background-color: #38d6a0;
}
.c-btn.-borderAqua:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderAquaAlt {
  border: 3px solid #38d6a0;
  background-color: transparent;
}
.c-btn.-borderAquaAlt:hover {
  background-color: #38d6a0;
}
.c-btn.-borderAquaAlt:hover .c-btn_label {
  color: #fff;
}
.c-btn.-borderWhite {
  border: 3px solid #fff;
}
.c-btn.-borderWhite:hover {
  background-color: #fff;
}
.c-btn.-violetOpacity {
  background-color: rgba(29, 35, 87, 0.1);
}
.c-btn.-violetOpacity .c-btn_label {
  color: #1d2357;
}
.c-btn.-bgWhite {
  background-color: #fff;
}
.c-btn.-disabled,
.c-btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.c-btn.-small {
  height: 24px;
  padding: 2px 8px;
}
.c-btn.-small .c-btn_icon + .c-btn_label,
.c-btn.-small .c-btn_label + .c-btn_icon {
  margin-left: 6px;
}
.c-btn:focus,
.c-btn:hover {
  opacity: 1;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .c-btn:focus,
  .c-btn:hover {
    opacity: 0.7;
  }
}
.c-icoBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.c-icoBtn img {
  max-width: 20px;
  max-height: 20px;
}
.c-btnPlay {
  width: 64px;
  height: 64px;
  background-image: url(/build/images/play.f554d82e.svg);
}
.c-btnPlay.-small {
  width: 48px;
  height: 48px;
}
.c-link {
  color: #e63946;
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
}
.c-link.-alt {
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .c-link .-iconLeftText {
    display: none;
  }
}
.hamburger {
  display: none;
  padding: 8px;
  margin-left: auto;
}
@media (max-width: 1259px) {
  .hamburger {
    display: block;
  }
}
.hamburger-box {
  width: 16px;
}
.hamburger-inner {
  margin-top: 0;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  right: 0;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #1d2357;
}
.hamburger-inner:before {
  top: -6px;
}
.hamburger-inner:after {
  bottom: -6px;
  width: 8px;
  background-color: #e63946;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #1d2357;
}
.hamburger.is-active .hamburger-inner:after {
  width: 16px;
}
.hamburger.is-active:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
}
.c-link {
  display: inline;
  text-decoration: none;
  font-weight: 700;
  color: #03060c;
}
.c-link.-underlined {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjYODikgQAAFAALlSu2QwAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 6px;
}
.c-link.-red {
  color: #e63946;
}
.c-link.-red.-underlined {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjeG3rLgkABQ8BibJeTJwAAAAASUVORK5CYII=);
}
.c-link.-pink {
  color: #e6587f;
}
.c-link.-pink.-underlined {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjeB1TJQkABdIB20XdgBoAAAAASUVORK5CYII=);
}
.c-link.-blue {
  color: #1380e5;
}
.c-link.-blue.-underlined {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjEGl9IAkAA70Bk4qBE+cAAAAASUVORK5CYII=);
}
.c-link.-violet {
  color: #1d2357;
}
.c-link.-violet.-underlined {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjkJePkQQAAa8AtLzYfawAAAAASUVORK5CYII=);
}
.c-link.-orange {
  color: #e5ad1c;
}
.c-link.-orange.-underlined {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjeLBWXhIABeMBxtkHfjIAAAAASUVORK5CYII=);
}
.c-link.-aqua {
  color: #38d6a0;
}
.c-link.-aqua.-underlined {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjML62WBIABLIBxqlq0U0AAAAASUVORK5CYII=);
}
.c-link.-green {
  color: #c7e50d;
}
.c-link.-green.-underlined {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjOPOASxIABgIB0Bt3KooAAAAASUVORK5CYII=);
}
.c-link.-white {
  color: #fff;
}
.c-navHorizontal {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-navHorizontal_item {
  flex-shrink: 0;
}
.c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 20px;
}
@media (min-width: 1260px) {
  .c-navHorizontal_link.-off {
    cursor: default;
  }
}
@media (max-width: 1259px) {
  .c-navHorizontal.-header {
    flex-direction: column;
    width: 100%;
  }
}
.c-navHorizontal.-header .c-headerSubnav {
  position: absolute;
  left: 0;
  top: 116px;
}
@media (min-width: 1260px) {
  .c-navHorizontal.-header .c-headerSubnav {
    transform: translatey(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
  }
  .c-navHorizontal.-header .c-headerSubnav.-why.-de .c-badge {
    display: none;
  }
}
@media (max-width: 1259px) {
  .c-navHorizontal.-header .c-headerSubnav {
    position: static !important;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
}
@media (min-width: 1260px) {
  .c-navHorizontal.-header .c-headerSubnav.menu-active {
    transform: translateY(0);
  }
}
@media (max-width: 1259px) {
  .c-navHorizontal.-header .c-headerSubnav.menu-active.-services {
    height: 227px;
  }
  .c-navHorizontal.-header .c-headerSubnav.menu-active.-trades {
    height: 164px;
    padding: 15px 0;
  }
  .c-navHorizontal.-header .c-headerSubnav.menu-active.-why {
    padding: 8px 0;
    height: 426px;
  }
  .c-navHorizontal.-header .c-headerSubnav.menu-active.-why.-de {
    height: 468px;
  }
  .c-navHorizontal.-header .c-headerSubnav.menu-active.-blog {
    height: 368px;
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  .c-navHorizontal.-header .c-headerSubnav.menu-active.-trades {
    height: 430px;
    padding: 15px 0;
  }
}
@media (max-width: 1259px) {
  .c-navHorizontal.-header .c-navHorizontal_item,
  .c-navHorizontal.-header .c-navHorizontal_link,
  .c-navHorizontal.-header > .c-navHorizontal_item {
    width: 100%;
  }
}
.c-navHorizontal.-header > .c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 0;
}
.c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  color: #4e5258;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1260px) {
  .menu-open
    .c-navHorizontal.-header
    > .c-navHorizontal_item
    > .c-navHorizontal_link {
    color: #b0b3b9;
  }
}
@media (max-width: 1365px) {
  .c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (max-width: 1259px) {
  .c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link {
    width: 100%;
    height: auto;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(209, 213, 236, 0.5);
  }
}
.c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link:hover {
  opacity: 1;
  color: #101336;
}
.c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link:after {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 3px;
  background-color: #e63946;
  opacity: 0;
  content: '';
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1259px) {
  .c-navHorizontal.-header
    > .c-navHorizontal_item
    > .c-navHorizontal_link:after {
    display: none;
  }
}
.c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link img {
  margin-left: 6px;
  transform: rotate(0) translateY(2px);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1259px) {
  .c-navHorizontal.-header > .c-navHorizontal_item > .c-navHorizontal_link img {
    margin-left: auto;
    transform: rotate(0);
  }
  .-blog
    .c-navHorizontal.-header
    > .c-navHorizontal_item
    > .c-navHorizontal_link
    img.-arrowBlog,
  .-services
    .c-navHorizontal.-header
    > .c-navHorizontal_item
    > .c-navHorizontal_link
    img.-arrowServices,
  .-trades
    .c-navHorizontal.-header
    > .c-navHorizontal_item
    > .c-navHorizontal_link
    img.-arrowTrades,
  .-why
    .c-navHorizontal.-header
    > .c-navHorizontal_item
    > .c-navHorizontal_link
    img.-arrowWhy {
    transform: rotate(-180deg);
  }
}
@media (min-width: 1260px) {
  .c-navHorizontal.-header
    > .c-navHorizontal_item:hover
    > .c-navHorizontal_link {
    color: #03060c;
  }
  .c-navHorizontal.-header
    > .c-navHorizontal_item:hover
    > .c-navHorizontal_link
    img {
    transform: rotate(-180deg);
  }
}
.c-navHorizontal.-header
  > .c-navHorizontal_item.-active
  > .c-navHorizontal_link {
  color: #03060c;
  opacity: 1;
}
.c-navHorizontal.-header
  > .c-navHorizontal_item.-active
  > .c-navHorizontal_link:after {
  opacity: 1;
}
@media (max-width: 1259px) {
  .-blog .c-navHorizontal.-header .-blog,
  .-services .c-navHorizontal.-header .-services,
  .-trades .c-navHorizontal.-header .-trades,
  .-why .c-navHorizontal.-header .-why {
    display: block;
  }
}
.c-navHorizontal.-socials .c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 12px;
}
.c-navHorizontal.-socials .c-navHorizontal_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: hsla(0, 0%, 100%, 0.05);
}
.c-navHorizontal.-tabs .c-navHorizontal_item {
  position: relative;
  padding-bottom: 24px;
}
.c-navHorizontal.-tabs .c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 32px;
}
.c-navHorizontal.-tabs .c-navHorizontal_item.-active .c-navHorizontal_link {
  font-weight: 700;
  color: #03060c;
}
.c-navHorizontal.-tabs .c-navHorizontal_item.-active:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #e63946;
  left: 0;
}
.c-navHorizontal.-tabs .c-navHorizontal_link {
  color: #4e5258;
}
.c-navHorizontal.-subBlog .c-navHorizontal_item.-separated {
  position: relative;
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subBlog .c-navHorizontal_item.-separated:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    width: 1px;
    background-color: #e5e7f2;
    content: '';
  }
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subBlog .c-navHorizontal_item.-separated.-second,
  .c-navHorizontal.-subBlog .c-navHorizontal_item.-separated.-third {
    margin-top: 8px;
    padding-top: 8px;
    margin-left: 0;
  }
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subBlog .c-navHorizontal_item.-separated.-second:after,
  .c-navHorizontal.-subBlog .c-navHorizontal_item.-separated.-third:after {
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    transform: none;
  }
}
.c-navHorizontal.-subBlog .c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 0;
}
.c-navHorizontal.-subBlog .c-navHorizontal_link {
  font-weight: 600;
  color: #101336;
  padding: 5px 20px;
}
.c-navHorizontal.-subBlog .c-navHorizontal_link:hover {
  color: #03060c;
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subBlog .c-navHorizontal_link {
    display: block;
    width: 100%;
    padding: 8px 24px;
  }
}
.c-navHorizontal.-subBlog .c-navHorizontal_link.-highlighted {
  color: #1d2357;
}
.c-navHorizontal.-subServices {
  padding-top: 8px;
}
.c-navHorizontal.-subServices .c-navHorizontal_item {
  position: relative;
}
.c-navHorizontal.-subServices .c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 64px;
}
.c-navHorizontal.-subServices
  .c-navHorizontal_item
  + .c-navHorizontal_item:after {
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  height: 37px;
  width: 1px;
  background-color: #eef0fc;
  content: '';
}
.c-navHorizontal.-subServices .c-navHorizontal_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  color: #1d2357;
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subServices .c-navHorizontal_link {
    padding: 8px 24px;
    font-weight: 600;
    color: #101336;
  }
}
.c-navHorizontal.-subServices .c-navHorizontal_link img {
  margin-left: 8px;
}
.c-navHorizontal.-subWhy .c-navHorizontal_item.-separated {
  position: relative;
  padding-left: 21px;
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subWhy .c-navHorizontal_item.-separated {
    padding-left: 0;
  }
}
.c-navHorizontal.-subWhy .c-navHorizontal_item.-separated:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  width: 1px;
  background-color: #e5e7f2;
  content: '';
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subWhy .c-navHorizontal_item.-separated.-first:after {
    display: none;
  }
}
.c-navHorizontal.-subWhy .c-navHorizontal_item.-separated.-second,
.c-navHorizontal.-subWhy .c-navHorizontal_item.-separated.-third {
  margin-left: 20px;
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subWhy .c-navHorizontal_item.-separated.-second,
  .c-navHorizontal.-subWhy .c-navHorizontal_item.-separated.-third {
    margin-top: 8px;
    padding-top: 8px;
    margin-left: 0;
  }
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subWhy .c-navHorizontal_item.-separated.-second:after,
  .c-navHorizontal.-subWhy .c-navHorizontal_item.-separated.-third:after {
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    transform: none;
  }
}
.c-navHorizontal.-subWhy .c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 0;
}
.c-navHorizontal.-subWhy .c-navHorizontal_link {
  font-weight: 600;
  color: #101336;
  padding: 5px 10px;
}
.c-navHorizontal.-subWhy .c-navHorizontal_link:hover {
  color: #03060c;
}
@media (max-width: 1259px) {
  .c-navHorizontal.-subWhy .c-navHorizontal_link {
    display: block;
    width: 100%;
    padding: 8px 24px;
  }
}
.c-navHorizontal.-subWhy .c-navHorizontal_link.-highlighted {
  color: #1d2357;
}
.c-navHorizontal.-tiles {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-navHorizontal.-tiles {
    flex-direction: column;
  }
}
.c-navHorizontal.-tiles .c-navHorizontal_item {
  width: calc(20% - 15px);
}
@media (max-width: 991px) {
  .c-navHorizontal.-tiles .c-navHorizontal_item {
    width: 100%;
  }
  .c-navHorizontal.-tiles .c-navHorizontal_item + .c-navHorizontal_item {
    margin-top: 8px;
  }
}
.c-navHorizontal.-tiles .c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 0 !important;
}
.c-navHorizontal.-filter .c-navHorizontal_link {
  position: relative;
  display: block;
  padding: 27px 0;
}
@media (max-width: 767px) {
  .c-navHorizontal.-filter .c-navHorizontal_link {
    padding: 15px 0;
  }
}
.c-navHorizontal.-filter .c-navHorizontal_link:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0;
  opacity: 0;
  background-color: rgba(78, 82, 88, 0.2);
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.c-navHorizontal.-filter .c-navHorizontal_link.-active:after,
.c-navHorizontal.-filter .c-navHorizontal_link:hover:after {
  opacity: 1;
  background-color: #e63946;
}
.c-navHorizontal.-filter .c-navHorizontal_link.-active {
  font-weight: 700;
}
.c-navHorizontal.-pagination {
  flex-wrap: wrap;
  padding: 40px 0 22px;
}
@media (max-width: 767px) {
  .c-navHorizontal.-pagination {
    padding-top: 0;
  }
}
.c-navHorizontal.-pagination .c-navHorizontal_link {
  display: block;
  padding: 12px 9px;
  font-weight: 700;
  color: #03060c;
}
.c-navHorizontal.-pagination .c-navHorizontal_link.-muted {
  font-weight: 600;
  opacity: 0.7;
  color: #808389;
}
@media (max-width: 575px) {
  .c-navHorizontal.-pagination .c-navHorizontal_link.-muted {
    display: inline-block;
    max-width: 100vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-navHorizontal.-pagination
  .c-navHorizontal_link.-muted
  .c-paginationChevron
  path {
  stroke: #808389;
}
.c-navHorizontal.-pagination .c-navHorizontal_item + .c-navHorizontal_item {
  margin-left: 0;
}
.c-navHorizontal.-pagination
  .c-navHorizontal_item
  + .c-navHorizontal_item
  .c-navHorizontal_link {
  padding-left: 5px;
}
.c-navHorizontal.-pagination
  .c-navHorizontal_item
  + .c-navHorizontal_item
  .c-navHorizontal_link
  .c-paginationChevron {
  margin-right: 9px;
}
.c-navVertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-navVertical_item + .c-navVertical_item {
  margin-top: 10px;
}
.c-navVertical + .c-footer_title {
  margin-top: 40px;
}
.c-navVertical.-footer {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-navVertical.-footer .c-navVertical_item {
    width: 100%;
  }
}
.c-navVertical.-footer .c-navVertical_item + .c-navVertical_item {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .c-navVertical.-footer .c-navVertical_item + .c-navVertical_item {
    margin-top: 12px;
  }
}
.c-navVertical.-footer .c-navVertical_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #b0b3b9;
  margin: 1px 0;
}
@media (max-width: 767px) {
  .c-navVertical.-footer .c-navVertical_link {
    width: 100%;
    font-size: 14px;
    line-height: 1.625;
  }
}
@media (max-width: 1259px) {
  .c-navVertical.-subServices {
    padding-bottom: 8px;
  }
}
.c-navVertical.-subServices .c-navVertical_item + .c-navVertical_item {
  margin-top: 24px;
}
@media (max-width: 1259px) {
  .c-navVertical.-subServices .c-navVertical_item + .c-navVertical_item {
    margin-top: 0;
  }
}
.c-navVertical.-subServices .c-navVertical_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
}
@media (max-width: 1259px) {
  .c-navVertical.-subServices .c-navVertical_link {
    padding: 8px 24px;
    font-weight: 600;
    color: #101336;
  }
}
.c-navVertical.-subServices .c-navVertical_link > img {
  margin-top: 1px;
  margin-left: 10px;
}
.c-navVertical.-subServices .c-navVertical_link .c-btn {
  margin-left: 12px;
  width: auto !important;
}
.c-navVertical.-faq {
  margin-left: -10px;
}
@media (max-width: 767px) {
  .c-navVertical.-faq {
    display: none;
  }
}
.c-navVertical.-faq .c-navVertical_item {
  width: 100%;
}
.c-navVertical.-faq .c-navVertical_item + .c-navVertical_item {
  margin-top: 0;
}
.c-navVertical.-faq .c-navVertical_link {
  position: relative;
  display: block;
  padding: 12px 0 12px 10px;
  font-weight: 700;
  text-align: left;
  color: #808389;
}
.c-navVertical.-faq .c-navVertical_link.-active {
  color: #03060c;
}
.c-navVertical.-faq .c-navVertical_link.-active:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  display: block;
  background-color: #e63946;
  content: '';
}
@media (max-width: 767px) {
  .c-navVertical.-faq .c-navVertical_link.-active:before {
    display: none;
  }
}
.c-headerSubnav {
  width: 100%;
  background-color: #f7f8ff;
}
@media (max-width: 1259px) {
  .c-headerSubnav {
    background-color: #fff;
  }
}
@media (max-width: 1259px) {
  .c-headerSubnav_container {
    max-width: none;
  }
}
@media (max-width: 1259px) {
  .c-headerSubnav.-blog {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-headerSubnav.-blog .c-headerSubnav_row {
  margin-left: 0;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-blog .c-headerSubnav_row {
    margin-left: -15px;
    flex-direction: column;
  }
}
.c-headerSubnav.-blog .c-headerSubnav_container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-blog .c-headerSubnav_container {
    padding-left: 15px;
  }
}
.c-headerSubnav.-blog .c-headerSubnav_col {
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
}
.c-headerSubnav.-blog .c-headerSubnav_col .c-navHorizontal {
  position: relative;
  z-index: 1;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-blog .c-headerSubnav_col .c-navHorizontal {
    flex-direction: column;
    margin-left: 0;
  }
}
.c-headerSubnav.-blog .c-headerSubnav_col:first-of-type {
  position: relative;
  padding-right: 27px;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-blog .c-headerSubnav_col:first-of-type {
    padding: 0;
  }
}
.c-headerSubnav.-blog .c-headerSubnav_col:first-of-type:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  width: 1px;
  background-color: #e5e7f2;
  content: '';
}
@media (max-width: 1259px) {
  .c-headerSubnav.-blog .c-headerSubnav_col:first-of-type:after {
    display: none;
  }
}
.c-headerSubnav.-blog .c-headerSubnav_col:last-of-type {
  padding-left: 27px;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-blog .c-headerSubnav_col:last-of-type {
    padding: 0;
  }
}
@media (max-width: 1259px) {
  .c-headerSubnav.-blog .c-headerSubnav_col:last-of-type:after {
    position: absolute;
    bottom: -8px;
    left: -15px;
    z-index: 1;
    width: calc(100% + 30px);
    height: 1px;
    transform: none;
    background-color: #e5e7f2;
    content: '';
  }
}
.c-headerSubnav.-services .c-headerSubnav_col {
  padding: 32px 100px 88px;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-services .c-headerSubnav_col {
    padding: 0;
  }
}
.c-headerSubnav.-services .c-headerSubnav_col.-narrow {
  position: relative;
  padding: 56px 15px 0 100px;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-services .c-headerSubnav_col.-narrow {
    padding: 0;
  }
}
.c-headerSubnav.-services .c-headerSubnav_col.-narrow:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #eef0fc;
  content: '';
}
@media (max-width: 1259px) {
  .c-headerSubnav.-services .c-headerSubnav_col.-narrow:after {
    display: none;
  }
}
.c-headerSubnav.-services .c-navVertical {
  position: relative;
  z-index: 1;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-services .c-navVertical {
    border-bottom: 1px solid rgba(209, 213, 236, 0.5);
  }
}
.c-headerSubnav.-services .c-navVertical_item {
  width: 100%;
}
.c-headerSubnav.-services .c-process {
  margin-top: 40px;
}
.c-headerSubnav.-services .c-process_step {
  position: relative;
  max-width: 96px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.c-headerSubnav.-trades {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101336;
}
@media (max-width: 767px) {
  .c-headerSubnav.-trades {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.c-headerSubnav.-trades .c-headerSubnav .c-headerSubnavBack {
  margin-bottom: 24px;
  border-bottom: 1px solid #1d2357;
}
.c-headerSubnav.-trades .c-headerSubnav_row.-misc {
  margin-top: 40px;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-trades .c-headerSubnav_row.-misc {
    margin-top: 32px;
  }
}
.c-headerSubnav.-trades .c-headerSubnav_row.-misc .t-text {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-trades .c-headerSubnav_row.-misc .t-text .-red {
    display: block;
  }
}
.c-headerSubnav.-why {
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-why {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-headerSubnav.-why .c-headerSubnav_row {
  margin-left: 0;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-why .c-headerSubnav_row {
    margin-left: -15px;
  }
}
.c-headerSubnav.-why .c-headerSubnav_container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-why .c-headerSubnav_container {
    padding-left: 15px;
  }
}
.c-headerSubnav.-why .c-headerSubnav_col {
  padding: 0;
}
.c-headerSubnav.-why .c-navHorizontal {
  position: relative;
}
@media (max-width: 1259px) {
  .c-headerSubnav.-why .c-navHorizontal:after {
    position: absolute;
    bottom: -8px;
    left: -15px;
    z-index: 1;
    width: calc(100% + 30px);
    height: 1px;
    transform: none;
    background-color: #e5e7f2;
    content: '';
  }
}
@media (max-width: 1259px) {
  .c-headerSubnav.-why .c-navHorizontal {
    flex-direction: column;
    margin-left: 0;
  }
}
.c-headerSubnavBack {
  display: none;
  width: 100%;
  margin: 0 0 16px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #101336;
}
@media (max-width: 1259px) {
  .-trades .c-headerSubnavBack {
    border-bottom: 1px solid #282b4a;
  }
}
@media (max-width: 1259px) {
  .c-headerSubnavBack {
    display: block;
  }
}
@media (max-width: 1259px) {
  .c-headerSubnavBack_container {
    max-width: none;
  }
}
.c-headerSubnavBack_col.-back {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}
.c-headerSubnavBack img {
  margin-right: auto;
  transform: rotate(90deg) translateY(0);
}
.c-headerSubnavBack .t-text {
  margin-right: auto;
}
::-webkit-input-placeholder {
  color: grey;
  opacity: 0.5;
}
::-moz-placeholder {
  color: grey;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: grey !important;
  opacity: 0.5;
}
:-moz-placeholder {
  color: grey;
  opacity: 0.5;
}
::placeholder {
  color: grey;
  opacity: 0.5;
}
::-ms-reveal {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
label {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='text'],
textarea {
  width: 100%;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.f-group {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.f-group .f-input[type='number'] {
  -moz-appearance: textfield;
}
.f-group .f-input[type='number']::-webkit-inner-spin-button,
.f-group .f-input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.f-group input[type='email'],
.f-group input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.f-group.-error .f-label {
  color: red;
}
.f-group.-error .f-input {
  padding: 0 22px;
  border-color: red;
}
.f-group.-error .f-input::-webkit-input-placeholder {
  opacity: 0.5;
  color: red;
}
.f-group.-error .f-input::-moz-placeholder {
  opacity: 0.5;
  color: red;
}
.f-group.-error .f-input:-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.5) !important;
}
.f-group.-error .f-input:-moz-placeholder {
  opacity: 0.5;
  color: red;
}
.f-group.-error .f-input::placeholder {
  opacity: 0.5;
  color: red;
}
.f-group.-error .f-error {
  display: inline-block;
}
.f-group.-required .f-label {
  position: relative;
  padding-left: 10px;
}
.f-group.-required .f-label:before {
  content: '*';
  color: #e63946;
  position: absolute;
  left: 0;
  top: 0;
}
.f-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.f-grid .f-group {
  margin-top: 0 !important;
}
.f-label {
  width: 100%;
  font-weight: 700;
  color: #03060c;
}
.f-group.-input .f-label {
  margin-bottom: 6px;
}
.f-group.-input input[type='email'],
.f-group.-input input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.f-group.-input input {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-weight: 600;
  border: 3px solid hsla(0, 0%, 91%, 0.6);
  color: #03060c;
  transition: border-color 0.2s ease-in;
}
.f-group.-input input:focus {
  border-width: 3px;
  border-color: #03060c;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .f-group.-input input,
  .f-group.-input input:focus {
    padding: 0 20px;
  }
}
.f-group.-textarea .f-label {
  margin-bottom: 6px;
}
.f-group.-textarea textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 140px;
  min-height: 144px;
  resize: vertical;
  padding: 8px 12px;
  font-family: inherit;
  font-weight: 600;
  border: 3px solid hsla(0, 0%, 91%, 0.6);
  border-radius: 0;
  color: #03060c;
  transition: border-color 0.2s ease-in;
}
.f-group.-textarea textarea:focus {
  border-width: 3px;
  border-color: #03060c;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .f-group.-textarea textarea,
  .f-group.-textarea textarea:focus {
    padding: 15px 20px;
  }
}
.f-searchSelect {
  position: relative;
  max-width: 320px;
}
.f-searchSelect select {
  border: 3px solid hsla(0, 0%, 91%, 0.6);
  height: 48px;
  background: #fff;
  padding: 11px 56px 11px 20px;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  color: #03060c;
  font-size: 16px;
  font-weight: 600;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}
.f-searchSelect select:active + .f-select_arrow,
.f-searchSelect select:focus + .f-select_arrow {
  transform: rotate(180deg);
}
.f-searchSelect .c-productCategories {
  border: 3px solid #f4f5f5;
  height: 48px;
  background: #fff;
  padding: 11px 56px 11px 20px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.2s ease-in-out;
}
.f-searchSelect .c-productCategories .f-categoryName {
  font-size: 16px;
  line-height: 1.375;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  color: #dfe0e0;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}
.f-searchSelect .c-productCategories.a-productCategories {
  border-color: #03060c;
}
.f-searchSelect .c-productCategories.a-productCategories .f-categoryName {
  color: #03060c;
}
.f-searchSelect .c-productCategories.a-productCategories .f-searchSelect_arrow {
  transform: rotate(180deg);
}
.f-searchSelect .c-productCategories.a-productCategories + .c-categoryOptions {
  display: block;
}
.f-searchSelect .c-categoryOptions {
  display: none;
  width: 100%;
  padding: 10px 24px 16px;
  max-height: 550px;
  background: #fff;
  position: absolute;
  z-index: 3;
  overflow: scroll;
}
.f-searchSelect .c-categoryOptions .categoryOption {
  display: block;
  width: 100%;
  height: 26px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.375;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  text-align: left;
  color: #03060c;
  font-weight: 400;
  cursor: pointer;
}
.f-searchSelect_arrow {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/build/images/chevron-bottom-red.90e5471f.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  top: 16px;
  right: 20px;
  position: absolute;
  display: block;
  transition: transform 0.2s ease-in;
  pointer-events: none;
}
.f-group.-checkbox .f-label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 36px;
  font-weight: 400;
  color: #4e5258;
  margin-bottom: 6px;
  transition: font-weight 0.1s ease-in;
  user-select: none;
}
.f-group.-checkbox .f-label:after,
.f-group.-checkbox .f-label:before {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: '';
  vertical-align: middle;
  transition: background-color 0.2s ease-in;
}
.f-group.-checkbox .f-label:before {
  border: 3px solid #e8e8e8;
}
.f-group.-checkbox .f-label a {
  font-size: inherit;
  color: #03060c;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: inherit;
}
.f-group.-checkbox .f-label a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #03060c;
  bottom: -2px;
  left: 0;
  display: block;
}
.f-group.-checkbox .f-label .f-required-check {
  color: #e63946;
  font-weight: 700;
  margin-left: 4px;
}
.f-group.-checkbox .f-input {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.f-group.-checkbox .f-input:focus + .f-label:before {
  border-width: 3px;
  border-color: #4e5258;
  z-index: 2;
}
.f-group.-checkbox .f-input:checked + .f-label {
  color: #03060c;
}
.f-group.-checkbox .f-input:checked + .f-label:after {
  background: url(/build/images/check-white.be3cf483.svg) no-repeat 50% #e63946;
}
.f-group.-checkbox .f-input:checked + .f-choiceBtn {
  border-color: #03060c;
  font-weight: 700;
}
.f-group.-checkbox .f-input:checked + .f-choiceBtn:after {
  background: url(/build/images/check-white.be3cf483.svg) no-repeat 50% #e63946;
}
.f-group.-checkbox.-error .f-label {
  color: #e63946;
}
.f-group.-checkbox.-error .f-label:before {
  border-color: #e63946;
}
.f-group.-checkbox .f-choiceBtn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 50px 0 22px;
  background: #fff;
  border: 3px solid #fff;
  color: #03060c;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  will-change: border-color;
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
  transition: border-color 0.2s ease-in-out;
}
.f-group.-checkbox .f-choiceBtn:after,
.f-group.-checkbox .f-choiceBtn:before {
  position: absolute;
  right: 13px;
  top: 13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: '';
  vertical-align: middle;
  transition: background-color 0.2s ease-in-out;
}
.f-group.-checkbox .f-choiceBtn:before {
  border: 3px solid #e8e8e8;
}
.f-group.-radio {
  margin-bottom: 10px;
}
.f-group.-radio .f-label {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 36px;
  font-weight: 400;
  color: #4e5258;
  transition: font-weight 0.1s ease-in;
}
.f-group.-radio .f-label:after,
.f-group.-radio .f-label:before {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: '';
  transition: border 0.2s ease-in;
}
.f-group.-radio .f-label:before {
  border: 3px solid #e8e8e8;
}
.f-group.-radio .f-label:after {
  border: 0 solid #e63946;
}
@media (max-width: 575px) {
  .f-group.-radio .f-label:not(.f-labelDimension) {
    margin-bottom: 10px;
    font-size: 15px !important;
    line-height: 1.625;
  }
}
.f-group.-radio .f-labelDimension {
  width: 100%;
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
  background-color: #fff;
  margin-bottom: 0 !important;
}
.f-group.-radio .f-labelDimension .c-packageIcon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 939px) {
  .f-group.-radio .f-labelDimension {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.f-group.-radio .f-input {
  display: none;
}
.f-group.-radio .f-input:checked + .f-label {
  font-weight: 700;
  color: #03060c;
}
.f-group.-radio .f-input:checked + .f-label:after {
  border: 8px solid #e63946;
}
.f-group.-radio .f-input:checked + .f-choiceBtn {
  border-color: #101336;
}
.f-group.-radio .f-choiceBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background: #fff;
  border: 3px solid #fff;
  will-change: border-color;
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
  transition: border-color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .f-group.-radio .f-choiceBtn {
    width: 135px;
    height: 73px;
  }
}
@media (min-width: 940px) {
  .f-group.-radio .f-choiceBtn {
    width: 175px;
  }
}
.f-group.-radio .f-choiceBtn img {
  max-height: 100%;
}
@media (min-width: 992px) {
  .f-group.-radio .f-choiceBtn:hover {
    border-color: #e63946;
  }
}
.f-fieldset {
  width: 100%;
  overflow: unset;
}
.f-fieldset_legend {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 32px;
  color: #03060c;
}
@media (max-width: 767px) {
  .f-fieldset_legend {
    font: 700 20px/26px Gilroy, Arial, Tahoma, sans-serif;
  }
}
.f-fieldset .f-group.-checkbox + .-checkbox {
  margin-top: 5px;
}
.f-group.-range input[type='range'] {
  width: 100%;
}
.f-group .f-label {
  margin-bottom: 16px;
}
.f-group .f-rangeLabel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
}
.f-group .f-rangeLabel span {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: center;
  letter-spacing: 0.2px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .f-group .f-rangeLabel span {
    font-size: 10px;
  }
}
.f-group .f-rangeLabel span:first-child {
  text-align: left;
}
@media (max-width: 767px) {
  .f-group .f-rangeLabel span:first-child {
    width: 15%;
  }
}
.f-group .f-rangeLabel span:first-child:after {
  display: none;
}
.f-group .f-rangeLabel span:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .f-group .f-rangeLabel span:last-child {
    width: 15%;
  }
}
.f-group .f-rangeLabel span:last-child:after {
  display: none;
}
.f-group .f-rangeLabel span:nth-child(3) {
  width: 34%;
}
@media (max-width: 767px) {
  .f-group .f-rangeLabel span:nth-child(3) {
    width: 24%;
  }
}
.f-group .f-rangeLabel span:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: calc(50% - 2px);
  top: -27px;
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.f-group .f-rangeLabel span.-active {
  margin-top: -1px;
  font-weight: 700;
}
.ie .f-group .f-rangeLabel span.-active {
  margin-top: 0;
}
@media (max-width: 767px) {
  .f-group .f-rangeLabel span.-active {
    margin-top: 0;
  }
}
.f-group .f-rangeLabel span.-active:after {
  top: -26px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .f-group .f-rangeLabel span.-active:after {
    top: -27px;
  }
}
.f-group .f-rangeSlider {
  width: calc(100% - 24px);
  margin-left: 7px;
}
.noUi-connects {
  position: relative;
  top: 6px;
  width: 100%;
  height: 5px;
  background-color: #f7f8ff;
  overflow: visible;
}
.noUi-connects:before {
  left: -8px;
  width: 8px;
  background-color: #e63946;
}
.noUi-connects:after,
.noUi-connects:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 5px;
}
.noUi-connects:after {
  left: 0;
  width: calc(100% + 16px);
  background-color: hsla(0, 0%, 91%, 0.6);
}
.noUi-horizontal .noUi-handle {
  top: -4px;
  right: -16px;
}
.noUi-connect {
  background-color: #e63946;
}
.c-rangeSlider {
  width: 100%;
  margin-bottom: 75px;
}
@media (min-width: 576px) {
  .c-rangeSlider {
    margin-bottom: 100px;
  }
}
.c-rangeSlider.-condensed {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .c-rangeSlider.-condensed {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .c-rangeSlider.-condensed .rc-slider-mark-text {
    font-size: 14px !important;
  }
}
.c-rangeSlider.-condensed .rc-slider-mark {
  top: 10px;
}
.c-rangeSlider_labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  font-weight: 700;
}
.c-rangeSlider .rc-slider-track {
  transition: width 0.3s ease-in-out;
}
.c-rangeSlider .rc-slider-dot {
  transition: border-color 0.3s ease-in-out;
}
.c-rangeSlider .rc-slider-dot-active {
  border-color: #e63946;
}
.c-rangeSlider.-proportions .rc-slider-mark-text {
  font-weight: 700;
  color: #4e5258 !important;
}
.c-rangeSlider .rc-slider-handle:active {
  border-color: #e63946;
  box-shadow: 0 0 5px #e63946;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.c-rangeSlider .rc-slider-mark .rc-slider-mark-text {
  color: #4e5258;
  top: 16px;
  font-size: 12px;
  user-select: none;
}
@media (min-width: 576px) {
  .c-rangeSlider .rc-slider-mark .rc-slider-mark-text {
    top: 26px;
    font-size: 16px;
  }
}
.c-rangeSlider .rc-slider-mark .rc-slider-mark-text:first-child {
  transform: none !important;
}
.c-rangeSlider .rc-slider-mark .rc-slider-mark-text:last-child {
  transform: none !important;
  left: auto !important;
  right: 0;
}
.c-rangeSlider .rc-slider-mark .rc-slider-mark-text-active {
  color: #03060c;
}
.c-rangeSlider .rc-slider-mark .rc-slider-mark-text.-bold {
  font-weight: 700;
}
@media (max-width: 575px) {
  .-cartValues .rc-slider-mark-text {
    top: 18px !important;
  }
}
@media (max-width: 575px) {
  .-cartValues .c-rangeSlider .rc-slider-mark .rc-slider-mark-text {
    transform: translateX(-50%) rotate(45deg) !important;
    white-space: nowrap;
  }
  .-cartValues .c-rangeSlider .rc-slider-mark .rc-slider-mark-text:last-child {
    left: 100% !important;
    right: unset !important;
  }
}
@media (max-width: 575px) {
  .-storageDuration .rc-slider-mark-text {
    top: 18px !important;
  }
}
@media (max-width: 991px) {
  .-storageDuration .c-rangeSlider .rc-slider-mark .rc-slider-mark-text {
    transform: translateX(-50%) rotate(45deg) !important;
    white-space: nowrap;
  }
  .-storageDuration
    .c-rangeSlider
    .rc-slider-mark
    .rc-slider-mark-text:last-child {
    left: 100% !important;
    right: unset !important;
  }
}
@media (max-width: 767px) {
  .c-antiCrisisCalculator_CalculatorSec
    .c-rangeSlider
    .rc-slider-mark
    .rc-slider-mark-text {
    transform: translateX(-50%) rotate(45deg) !important;
  }
  .c-antiCrisisCalculator_CalculatorSec
    .c-rangeSlider
    .rc-slider-mark
    .rc-slider-mark-text:last-child {
    left: 100% !important;
    right: unset !important;
  }
}
.f-group.-message {
  display: none;
  width: 100%;
  margin-top: 16px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #e63946;
}
.f-clause {
  margin-top: 16px;
}
.f-clause_info {
  display: none;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.f-clause_info p {
  display: inline;
}
.f-clause_info.-active,
.f-clause_trigger {
  display: inline-block;
}
.f-clause_trigger {
  margin-left: 4px;
  line-height: 16px;
  font-weight: 700;
}
.f-error {
  display: none;
  margin-top: 6px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #e63946;
}
.c-btn_label {
  z-index: 2;
  position: relative;
}
.c-btn.-animation {
  position: relative;
  overflow: hidden;
}
.c-btn.-animation.-submit:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #e63946;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-101%);
}
.c-btn.-animation.-submit.-loading {
  background-color: #eb5f6d;
  pointer-events: none;
}
.c-btn.-animation.-submit.-loading:before {
  animation: form-sending 6s linear forwards;
}
.c-btn.-animation.-submit.-sent {
  background-color: #eb5f6d;
}
.c-btn.-animation.-submit.-sent:before {
  animation: form-sending 6s linear forwards, form-sent 0.5s linear forwards;
}
@keyframes form-sending {
  10% {
    transform: translateX(-85%);
  }
  30% {
    transform: translateX(-80%);
  }
  35% {
    transform: translateX(-75%);
  }
  50% {
    transform: translateX(-60%);
  }
  70% {
    transform: translateX(-40%);
  }
  80% {
    transform: translateX(-35%);
  }
  to {
    transform: translateX(-15%);
  }
}
@keyframes form-sent {
  to {
    transform: translateX(0);
  }
}
.f-contact {
  position: relative;
  padding: 64px 70px 80px;
  background-color: #fff;
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.03);
}
@media (max-width: 767px) {
  .f-contact {
    padding: 32px 16px 56px;
  }
}
.f-contact .f-group + .f-group {
  margin-top: 32px;
}
.f-contact .c-btn {
  margin-top: 32px;
  width: 100%;
}
.f-contact .c-btn.-disabled {
  background-color: #cbced2;
  opacity: 1;
  filter: none;
}
.f-contact .-hideable:not(.-expanded) {
  display: none;
}
.f-contact .expander {
  cursor: pointer;
  text-decoration: underline;
}
.f-contact .f-grid + .f-group {
  margin-top: 32px;
}
.c-newsletter {
  background-color: #101336;
}
.c-newsletter#newsletter {
  scroll-margin-top: 100px;
}
.c-newsletter .l-newsletter_col.-heading {
  padding-top: 52px;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .c-newsletter .l-newsletter_col.-heading {
    padding-top: 93px;
    padding-bottom: 93px;
  }
}
.c-newsletter .l-newsletter_col.-heading .t-title {
  color: #f7f8ff;
  padding-top: 12px;
  padding-bottom: 24px;
}
.c-newsletter .l-newsletter_col.-heading .t-text {
  color: #b0b3b9;
}
.c-newsletter .l-newsletter_col.-form {
  position: relative;
  padding-top: 0;
  padding-bottom: 62px;
}
@media (min-width: 768px) {
  .c-newsletter .l-newsletter_col.-form {
    padding-top: 93px;
    padding-bottom: 93px;
  }
}
.c-newsletter .l-newsletter_col.-form:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.075);
  content: '';
}
@media (max-width: 767px) {
  .c-newsletter .l-newsletter_col.-form .t-heading_super,
  .c-newsletter .l-newsletter_col.-form:before {
    display: none;
  }
}
.c-newsletter .l-newsletter_col.-form .f-newsletter {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .c-newsletter .l-newsletter_col.-form .f-newsletter .f-group {
    margin-bottom: 12px;
  }
}
.c-newsletter .l-newsletter_col.-form .f-newsletter .f-group .f-label {
  color: #f7f8ff;
}
.c-newsletter .l-newsletter_col.-form .f-newsletter .f-group .f-input {
  background: transparent;
  border-color: rgba(176, 179, 185, 0.4);
  color: #f7f8ff;
}
.c-newsletter .l-newsletter_col.-form .f-newsletter .f-group .f-input:focus {
  border-color: rgba(247, 248, 255, 0.9);
}
.c-newsletter .l-newsletter_col.-form .f-newsletter .f-group.-checkbox {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .c-newsletter .l-newsletter_col.-form .f-newsletter .f-group.-checkbox {
    margin-top: 34px;
  }
}
.c-newsletter
  .l-newsletter_col.-form
  .f-newsletter
  .f-group.-checkbox
  .f-label {
  margin-bottom: 0 !important;
  color: #b0b3b9;
}
.c-newsletter
  .l-newsletter_col.-form
  .f-newsletter
  .f-group.-checkbox
  .f-label
  a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.c-newsletter
  .l-newsletter_col.-form
  .f-newsletter
  .f-group.-checkbox
  .f-label:before {
  border-color: rgba(176, 179, 185, 0.4);
}
.c-newsletter .l-newsletter_col.-form .f-newsletter .f-group.-message {
  text-align: left !important;
  margin-top: 10px !important;
}
.c-newsletter .l-newsletter_col.-form .f-newsletter .c-btn {
  background-color: transparent !important;
  border: 3px solid #e63946;
  margin-top: 34px;
  padding: 10px 0 !important;
}
.c-newsletter
  .l-newsletter_col.-form
  .f-newsletter
  .c-btn:not(.-disabled):hover {
  background-color: #e63946 !important;
}
.f-customList {
  position: relative;
}
.f-customList_arrow {
  width: 16px;
  height: 16px;
  background: url(/build/images/chevron-bottom-red.90e5471f.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  display: inline-block;
  transition: transform 0.2s ease-in;
  cursor: pointer;
  transform: translate(10px, 3px);
}
.f-customList_container {
  position: absolute;
  padding-bottom: 30px;
  height: min-content;
}
.f-customList_list {
  display: none;
  background: #fff;
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.1019607843);
  width: 100%;
  padding: 10px 0;
  overflow-y: auto;
  z-index: 3;
}
.f-customList_element {
  margin: 0;
}
.f-customList_element input {
  display: none;
}
.f-customList_element input:checked + label {
  font-weight: 600;
}
.f-customList_element label {
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  color: #03060c;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.f-customList_element label:hover {
  background-color: #f4f5f5;
}
.f-customList.active-list .f-customList_arrow {
  transform: translate(10px, 3px) rotate(180deg);
}
.f-customList.active-list .f-customList_list {
  display: block;
}
.-companyCountry .f-customList {
  margin: 10px auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  .-companyCountry .f-customList {
    margin: 36px auto 0;
  }
}
.-companyCountry .f-customList_text {
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.-companyCountry .f-customList_button {
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.-companyCountry .f-customList_container {
  bottom: -248px;
  left: 50%;
  transform: translatex(-50%);
}
.-companyCountry .f-customList_list {
  max-height: 210px;
  width: 287px;
}
.-companyCountry .f-customList_element label {
  display: inline-flex;
  width: 100%;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.-companyCountry .f-customList_element label img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.c-radioBoxesGroup .f-group .f-input {
  display: none;
}
.c-radioBoxesGroup .f-group .f-input:checked + .f-label {
  font-weight: 700;
  border-color: #101336;
}
.c-radioBoxesGroup .f-group .f-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  box-shadow: 0 24px 40px rgba(22, 43, 55, 0.031372549);
  border: 3px solid #fff;
  will-change: border-color;
  transition: border-color 0.2s ease-in;
}
.c-radioBoxesGroup .f-group .f-label:after,
.c-radioBoxesGroup .f-group .f-label:before {
  left: 8px;
  top: 8px;
}
.c-radioBoxesGroup .f-group .f-label .-boxImage {
  margin-top: 10px;
}
.c-radioBoxesGroup .f-group .f-label .-boxImage img {
  margin: 0 auto;
}
.c-radioBoxesGroup .f-group .f-label .-boxTitle {
  font-size: 24px;
  color: #03060c;
  text-align: center;
}
.c-radioBoxesGroup .f-group .f-label .-boxDesc {
  font-size: 14px;
  color: #03060c;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 10px;
}
.-companyCountry .c-radioBoxesGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .-companyCountry .c-radioBoxesGroup {
    min-width: 648px;
  }
}
.-companyCountry .c-radioBoxesGroup .f-group {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 376px) {
  .-companyCountry .c-radioBoxesGroup .f-group {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .-companyCountry .c-radioBoxesGroup .f-group {
    width: calc(33% - 10px);
  }
}
.-companyCountry .c-radioBoxesGroup .f-group .f-label {
  width: 100%;
  min-height: 120px;
  height: 100%;
  padding: 0;
  margin: 0;
}
.-companyCountry .c-radioBoxesGroup .f-group .f-label .-boxImage {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .-companyCountry .c-radioBoxesGroup .f-group .f-label .-boxImage {
    margin-bottom: 15px;
  }
}
.-packageCategories .c-radioBoxesGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1260px) {
  .-packageCategories .c-radioBoxesGroup {
    min-width: 1023px;
  }
}
.-packageCategories .c-radioBoxesGroup .f-group {
  max-width: 100%;
  margin-bottom: 18px;
}
@media (min-width: 376px) {
  .-packageCategories .c-radioBoxesGroup .f-group {
    max-width: calc(50% - 9px);
  }
}
@media (min-width: 576px) {
  .-packageCategories .c-radioBoxesGroup .f-group {
    max-width: calc(33% - 12px);
  }
}
@media (min-width: 1260px) {
  .-packageCategories .c-radioBoxesGroup .f-group {
    max-width: calc(20% - 18px);
  }
}
.-packageCategories .c-radioBoxesGroup .f-group .f-label {
  width: 100%;
  min-height: 140px;
  height: 100%;
  padding: 0;
  margin: 0;
}
.-packageCategories .c-radioBoxesGroup .f-group .f-label .-boxImage {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .-packageCategories .c-radioBoxesGroup .f-group .f-label .-boxImage {
    margin-bottom: 15px;
  }
}
.-deliveryMethod .c-radioBoxesGroup {
  display: grid;
  width: 100%;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 376px) {
  .-deliveryMethod .c-radioBoxesGroup {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .-deliveryMethod .c-radioBoxesGroup {
    min-width: 690px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}
.-deliveryMethod .c-radioBoxesGroup .f-group {
  max-width: 100%;
  margin-bottom: 0;
}
.-deliveryMethod .c-radioBoxesGroup .f-group .f-label {
  width: 100%;
  min-height: 140px;
  height: 100%;
  padding: 0;
  margin: 0;
}
.-deliveryMethod .c-radioBoxesGroup .f-group .f-label .-boxImage {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .-deliveryMethod .c-radioBoxesGroup .f-group .f-label .-boxImage {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .-deliveryMethod .c-radioBoxesGroup .f-group .f-label .-boxDesc {
    font-size: 15px;
  }
}
.c-video {
  position: relative;
  display: inline-block;
  padding-top: 56.25%;
  overflow: hidden;
}
.-playerReady .c-video {
  cursor: pointer;
}
.c-video.-square {
  padding-top: 100%;
}
.c-video_cover {
  top: 0;
  z-index: 1;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}
.c-video_container,
.c-video_cover {
  position: absolute;
  left: 0;
  width: 100%;
}
.c-video_container {
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  height: 100vh;
}
.c-video .c-btnPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  animation: heartbeat 3s infinite;
  border-radius: 50%;
}
.-playerReady .c-video .c-btnPlay {
  opacity: 1;
}
.c-video.-isPlaying .c-video_cover {
  opacity: 0;
}
.c-video.-isPlaying .c-video_container {
  opacity: 1;
}
.c-video.-isPlaying .c-btnPlay {
  opacity: 0;
}
.c-video.-isPaused .c-btnPlay {
  opacity: 1;
}
@keyframes heartbeat {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  10% {
    transform: translate(-50%, -50%) scale(1.25);
  }
  20% {
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.25);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.c-teaser {
  padding: 60px 54px 60px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-teaser_inner {
  width: 100%;
}
.c-teaser_icon {
  margin-bottom: 17px;
}
.c-teaser .t-title.-tiny {
  margin-bottom: 12px;
}
.c-teaser .c-video {
  width: 430px;
  flex-shrink: 0;
}
.c-teaser .c-list,
.c-teaser .t-heading,
.c-teaser .t-text,
.c-teaser .t-title {
  width: 100%;
}
.c-teaser.-v1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 48px 40px;
}
@media (max-width: 575px) {
  .c-teaser.-v1 {
    padding: 40px 24px;
  }
}
.c-teaser.-v1 .c-teaser_icon {
  margin-bottom: 24px;
}
.c-teaser.-v1 .t-text {
  width: 100%;
}
.c-teaser.-v1 .t-text.-semiBig {
  margin-bottom: 8px;
}
.c-teaser.-v1 .t-title.-small {
  margin-bottom: 20px;
}
.c-teaser.-v1 .t-title.-tiny {
  margin-bottom: 16px;
}
.c-teaser.-v1.-negative,
.c-teaser.-v2 {
  background-color: #fff;
}
.c-teaser.-v2 {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}
.c-teaser.-v2 .c-teaser_img {
  width: 100%;
  height: 222px;
}
@media (max-width: 767px) {
  .c-teaser.-v2 .c-teaser_img {
    height: 200px;
  }
}
.c-teaser.-v2 .c-teaser_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-teaser.-v2 .c-teaser_inner {
  padding: 32px 32px 44px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .c-teaser.-v2 .c-teaser_inner {
    padding: 24px 24px 32px;
  }
}
.c-teaser.-v2 .t-text {
  margin-bottom: 12px;
}
.c-teaser.-v2 .t-text.-semiBig {
  margin-bottom: 8px;
}
.c-teaser.-v3 {
  padding: 0;
}
@media (max-width: 767px) {
  .c-teaser.-v3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-teaser.-v3 .c-teaser_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: none;
}
.c-teaser.-v3 .c-teaser_inner > .t-text {
  color: #4e5258;
}
.c-teaser.-v3 .c-teaser_inner > .t-text.-wSemiBold {
  margin-bottom: 12px;
  color: #03060c;
}
.c-teaser.-v3 .c-teaser_inner > .t-text + .t-title.-small {
  margin-top: 12px;
}
.c-teaser.-v3 .c-teaser_inner > .t-text + .c-list {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-teaser.-v3 .c-teaser_image {
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto 32px;
  }
}
@media (max-width: 375px) {
  .c-teaser.-v3 .c-teaser_image {
    margin-left: -8px;
    width: calc(100% + 16px);
  }
}
.c-teaser.-v3 .c-teaser_image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .c-teaser.-v3 .c-teaser_image img {
    width: 100%;
  }
}
.c-teaser.-v3 .c-teaser_cta {
  width: 100%;
}
@media (max-width: 767px) {
  .c-teaser.-v3 .c-teaser_cta {
    display: flex;
    justify-content: center;
  }
}
.c-teaser.-v3 .t-title.-small {
  display: block;
  margin-bottom: 24px;
}
.c-teaser.-v3 .t-heading,
.c-teaser.-v3 .t-title.-underlined {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .c-teaser.-v3 .t-heading {
    margin-bottom: 16px;
  }
}
.c-teaser.-v3 .t-heading .t-title {
  margin-bottom: 0;
}
.c-teaser.-v3 .c-btn,
.c-teaser.-v3 .c-process2 + .t-text {
  margin-top: 32px;
}
.c-teaser.-v4 {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  background-color: #fff;
}
.c-teaser.-v4 .c-teaser_img {
  width: 100%;
  text-align: center;
  height: 222px;
}
@media (max-width: 767px) {
  .c-teaser.-v4 .c-teaser_img {
    height: 195px;
  }
}
.c-teaser.-v4 .c-teaser_img img {
  display: inline-block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.c-teaser.-v4 .c-teaser_inner {
  padding: 32px 32px 44px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .c-teaser.-v4 .c-teaser_inner {
    padding: 24px 24px 32px;
  }
}
.c-teaser.-v4 .c-teaser_text {
  margin-bottom: 12px;
}
.c-teaser.-v5 {
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 24px 32px;
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.03);
}
.c-teaser.-v5 .c-teaser_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}
.c-teaser.-v5 .c-teaser_img + .t-text {
  margin-top: 22px;
}
.c-teaser.-v6 {
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  height: 100%;
  text-align: center;
  min-height: 188px;
  padding: 32px 40px;
  background-color: #fff;
}
.c-teaser.-v6 .c-teaser_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
}
.c-teaser.-v6 .c-teaser_img img {
  margin: auto;
}
.c-teaser.-v6 .t-text {
  font-weight: 700;
}
.c-list_item {
  position: relative;
  padding-left: 24px;
}
.c-list_item + .c-list_item {
  margin-top: 24px;
}
.c-list_item:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #e63946;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
}
.c-list.-small .c-list_item:before {
  width: 6px;
  height: 6px;
  top: 10px;
}
.c-list_title {
  font-weight: 700;
  color: #03060c;
  margin-bottom: 4px;
}
.c-list .t-text {
  width: 100%;
  color: #03060c;
}
.c-list .t-text.-small {
  color: #4e5258;
}
.c-list.-checkbox .c-list_item {
  padding-left: 36px;
}
.c-list.-checkbox .c-list_item + .c-list_item {
  margin-top: 16px;
}
.c-list.-checkbox .c-list_item:before {
  top: 1px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-color: transparent;
  background-image: url(/build/images/checkbox-red.0391d542.svg);
}
@media (max-width: 1259px) {
  .c-langSelector {
    margin: auto;
    padding-bottom: 32px;
  }
}
.c-langSelector_trigger {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}
.c-langSelector_trigger:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 8px;
  height: 4px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/build/images/chevron-red.d056b5e2.svg);
}
.c-langSelector_dropdown {
  position: absolute;
  bottom: -102px;
  right: 9px;
  z-index: 999;
  display: none;
  padding-top: 11px;
}
@media (max-width: 1259px) {
  .c-langSelector_dropdown {
    right: auto;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .c-langSelector_dropdown {
    bottom: -192px;
    padding-bottom: 50px;
  }
}
.c-langSelector_dropdown.-visible {
  display: block;
}
.c-langSelector_list {
  display: flex;
  flex-direction: column;
  background: #f7f8ff;
}
.c-langSelector_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 47px;
  height: 42px;
  padding: 12px 16px;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  text-decoration: none;
}
@media (max-width: 991px) {
  .c-langSelector_list a {
    width: 100%;
    height: 56px;
    padding: 19px 24px 17px;
    line-height: 36px;
  }
}
.c-langSelector_list a:hover {
  background-color: rgba(230, 57, 70, 0.25);
}
.c-langSelector_list a.-active {
  font-weight: 700;
  color: #fff;
  background-color: #e63946;
}
@media (max-width: 1259px) {
  .c-langSelector .t-text {
    padding-right: 6px;
    color: #4e5258;
    font-weight: 500;
  }
}
.c-hero.-v1 {
  color: #fff;
  position: relative;
}
.c-hero.-v1 .t-text.-tiny {
  font-size: 10px !important;
  margin-bottom: 0 !important;
  margin-top: 30px;
}
.c-hero.-v1 .c-hero_inner.-main {
  position: relative;
  background-color: #101336;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .c-hero.-v1 .c-hero_inner.-main {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-hero.-v1 .c-hero_inner.-main {
    padding-top: 48px;
    padding-bottom: 38px;
  }
}
@media (max-width: 575px) {
  .c-hero.-v1 .c-hero_inner.-main {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.c-hero.-v1 .c-hero_inner.-main:before {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 708px;
  height: 529px;
  background-repeat: no-repeat;
  background-image: url(/build/images/map-1.98625ad7.png);
  content: '';
}
@media (max-width: 767px) {
  .c-hero.-v1 .c-hero_inner.-main:before {
    display: none;
  }
}
.c-hero.-v1 .c-hero_inner.-main .t-text {
  font-weight: 600;
  color: #cbced2;
}
.c-hero.-v1 .c-hero_inner.-main .t-text.-big {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-hero.-v1 .c-hero_inner.-main .t-text.-big {
    margin-bottom: 24px;
  }
}
.c-hero.-v1 .c-hero_inner.-main .c-rating {
  position: relative;
  padding-top: 30px;
  margin-top: 50px;
}
.c-hero.-v1 .c-hero_inner.-main .c-rating:before {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.c-hero.-v1 .c-hero_inner.-info {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #03060c;
  background-color: #fff;
}
@media (max-width: 991px) {
  .c-hero.-v1 .c-hero_inner.-info {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-hero.-v1 .c-hero_inner.-info .c-hero_col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
@media (max-width: 991px) {
  .c-hero.-v1 .c-hero_inner.-info .c-hero_col {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.c-hero.-v1 .c-hero_inner.-info .c-hero_col:not(:first-child):before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e5e7f2;
  content: '';
}
@media (max-width: 991px) {
  .c-hero.-v1 .c-hero_inner.-info .c-hero_col:not(:first-child):before {
    height: 1px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .c-hero.-v1 .c-hero_inner.-info .c-hero_col:not(:first-child):before {
    width: calc(100% - 48px);
    left: 24px;
  }
}
.c-hero.-v1 .c-hero_inner.-info .t-text {
  font-weight: 700;
  text-align: center;
}
.c-hero.-v1 .t-title {
  margin-bottom: 24px;
  max-width: 670px;
}
.c-hero.-v2 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 208px;
  background-color: #f7f8ff;
}
@media (max-width: 767px) {
  .c-hero.-v2 {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
.c-hero.-v2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 490px;
  background-color: #fff;
  content: '';
}
@media (max-width: 767px) {
  .c-hero.-v2:after {
    display: none;
  }
}
.c-hero.-v2 .c-hero_container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1259px) {
  .c-hero.-v2 .c-hero_container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .c-hero.-v2 .c-hero_container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .c-hero.-v2 .c-hero_container {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .c-hero.-v2 .c-hero_row.-content {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 575px) {
  .c-hero.-v2 .c-hero_row.-content .c-hero_col {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-hero.-v2 .c-hero_row.-video .c-hero_col {
  padding-left: 0;
  padding-right: 0;
}
.c-hero.-v2 .t-text,
.c-hero.-v2 .t-title {
  margin-bottom: 24px;
  max-width: 670px;
}
.c-hero.-v2 .c-video {
  position: relative;
  display: flex;
  margin-top: 78px;
}
@media (max-width: 767px) {
  .c-hero.-v2 .c-video {
    margin-top: 40px;
  }
}
.c-hero.-v3 {
  padding-top: 87px;
  padding-bottom: 98px;
  min-height: 718px;
}
@media (max-width: 1259px) {
  .c-hero.-v3 {
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .c-hero.-v3 {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .c-hero.-v3 {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}
.c-hero.-v3 .c-hero_container {
  max-width: 1060px;
}
@media (max-width: 1259px) {
  .c-hero.-v3 .c-hero_container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .c-hero.-v3 .c-hero_container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .c-hero.-v3 .c-hero_container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .c-hero.-v3 .c-hero_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-hero.-v3 .c-hero_col.-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .c-hero.-v3 .c-hero_col.-content {
    min-height: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.c-hero.-v3 .c-hero_decor {
  position: absolute;
  left: -282px;
  top: 127px;
  z-index: 0;
  width: 552px;
  height: 548px;
}
@media (max-width: 767px) {
  .c-hero.-v3 .c-hero_decor {
    left: auto;
    right: -100px;
    top: -164px;
    width: 339px;
    height: 337px;
  }
}
.c-hero.-v3 .c-hero_image {
  position: absolute;
}
.c-hero.-v3 .c-hero_image.-i1 {
  top: -39px;
  left: 0;
}
@media (max-width: 1259px) {
  .c-hero.-v3 .c-hero_image.-i1 {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .c-hero.-v3 .c-hero_image.-i1 {
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-hero.-v3 .c-hero_image.-i1 {
    position: static;
    top: auto;
  }
}
@media (max-width: 375px) {
  .c-hero.-v3 .c-hero_image.-i1 {
    position: relative;
    left: -24px;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .c-hero.-v3 .c-hero_image.-i1 img {
    width: 100%;
  }
}
.c-hero.-v3 .c-hero_image.-i2 {
  left: 400px;
  top: 29px;
  width: 268px;
}
@media (max-width: 1259px) {
  .c-hero.-v3 .c-hero_image.-i2 {
    width: 165px;
    top: -9px;
    left: 315px;
  }
}
@media (max-width: 991px) {
  .c-hero.-v3 .c-hero_image.-i2 {
    display: none;
  }
}
.c-hero.-v3 .c-hero_image.-i3 {
  left: 400px;
  top: 383px;
}
@media (max-width: 1259px) {
  .c-hero.-v3 .c-hero_image.-i3 {
    left: 315px;
    top: 206px;
    width: 110px;
  }
}
@media (max-width: 991px) {
  .c-hero.-v3 .c-hero_image.-i3 {
    display: none;
  }
}
.c-hero.-v3 .c-hero_image.-i3 img {
  max-width: 212px;
}
@media (max-width: 767px) {
  .c-hero.-v3 .c-hero_buttons {
    margin-bottom: 24px;
  }
}
.c-hero.-v3 .t-title {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  letter-spacing: -0.2px;
  color: #03060c;
}
@media (max-width: 767px) {
  .c-hero.-v3 .t-title {
    margin-bottom: 24px;
  }
}
.c-hero.-v3 .t-text {
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin-bottom: 24px;
  color: #03060c;
}
@media (max-width: 767px) {
  .c-hero.-v3 .t-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.c-hero.-v3 .c-link {
  position: relative;
  z-index: 1;
}
.c-hero.-v4 {
  position: relative;
  padding: 48px 0 108px;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .c-hero.-v4 {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
.c-hero.-v4 .t-text.-tiny {
  font-size: 10px !important;
  margin-bottom: 0 !important;
  margin-top: 30px;
}
.c-hero.-v4 .c-hero_container {
  position: relative;
  z-index: 1;
}
.c-hero.-v4 .c-hero_row {
  align-items: center;
}
@media (max-width: 767px) {
  .c-hero.-v4 .c-hero_col.-content {
    padding-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .c-hero.-v4 .c-hero_col.-image {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-hero.-v4 .c-hero_decor {
  position: absolute;
  left: 0;
  bottom: -50%;
  z-index: 0;
}
.c-hero.-v4 .c-hero_image {
  display: flex;
}
.c-hero.-v4 .c-hero_image > img {
  margin-left: auto;
}
@media (max-width: 767px) {
  .c-hero.-v4 .c-hero_image > img {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .c-hero.-v4 .c-hero_image > img {
    display: inline-block;
    width: 100%;
    height: auto;
    height: intrinsic;
  }
}
.c-hero.-v4 .t-title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .c-hero.-v4 .t-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
}
.c-hero.-v4 .t-text {
  margin-bottom: 24px;
}
.c-hero.-v5 {
  padding-top: 64px;
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  .c-hero.-v5 {
    padding: 24px;
  }
}
.c-hero.-v5 .c-hero_container {
  max-width: 1060px;
  padding: 0;
}
@media (max-width: 767px) {
  .c-hero.-v5 .c-hero_row {
    flex-direction: column;
  }
}
.c-hero.-v5 .c-hero_col.-title {
  position: relative;
  padding-top: 56px;
}
@media (max-width: 1259px) {
  .c-hero.-v5 .c-hero_col.-title {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .c-hero.-v5 .c-hero_col.-title {
    max-width: 100%;
    padding-top: 0;
    padding-left: 15px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .c-hero.-v5 .c-hero_col.-title .c-hero_decor {
    min-width: 339px;
    width: 339px;
    height: 337px;
    top: -104px;
    left: unset;
    right: -100px;
    z-index: -1;
  }
}
.c-hero.-v5 .c-hero_col.-main {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .c-hero.-v5 .c-hero_col.-main {
    display: flex;
    flex-direction: column;
    padding: 32px 15px 24px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .c-hero.-v5 .c-hero_col.-main .c-hero_image {
    order: 2;
  }
}
@media (max-width: 767px) {
  .c-hero.-v5 .c-hero_col.-main .t-text {
    margin-top: 32px;
    order: 3;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .c-hero.-v5 .c-hero_col.-main .t-text.-wSemiBold {
    margin-top: 0;
    order: 1;
    font-size: 18px;
    line-height: 28px;
  }
}
.c-hero.-v5 .c-hero_decor {
  position: absolute;
  left: -161px;
  top: 196px;
  z-index: 0;
  min-width: 552px;
  height: 548px;
}
.c-hero.-v5 .c-hero_image {
  min-width: 54vw;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .c-hero.-v5 .c-hero_image {
    margin: 48px 0 0;
  }
}
.c-hero.-v5 .c-hero_image img {
  width: 100%;
  max-width: 900px;
}
.c-hero.-v5 .t-text {
  max-width: 610px;
}
@media (max-width: 767px) {
  .c-hero.-v5 .t-text {
    max-width: 100%;
  }
}
.c-hero.-v5 .t-text.-wSemiBold {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .c-hero.-v5 .t-text.-wSemiBold {
    margin-bottom: 0;
  }
}
.c-hero.-v6 {
  position: relative;
  padding: 48px 0 108px;
  overflow-y: hidden;
}
@media (max-width: 575px) {
  .c-hero.-v6 {
    padding-bottom: 0;
  }
}
.c-hero.-v6 .c-hero_container {
  position: relative;
  z-index: 1;
}
.c-hero.-v6 .c-hero_row {
  align-items: center;
}
@media (max-width: 991px) {
  .c-hero.-v6 .c-hero_row {
    flex-direction: column;
  }
}
.c-hero.-v6 .c-hero_decor {
  position: absolute;
  left: 0;
  top: -35%;
  z-index: 0;
}
.c-hero.-v6 .c-hero_text {
  margin-bottom: 24px;
  letter-spacing: -0.2px;
  color: #03060c;
}
@media (max-width: 767px) {
  .c-hero.-v6 .c-hero_text.-wSemiBig,
  .c-hero.-v6 .c-hero_text.-wSemiBold {
    font-size: 16px;
    line-height: 26px;
  }
}
.c-hero.-v6 .c-hero_image {
  display: flex;
}
@media (max-width: 991px) {
  .c-hero.-v6 .c-hero_image {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .c-hero.-v6 .c-hero_image {
    align-items: flex-start;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.c-hero.-v6 .c-hero_image > img {
  margin-left: auto;
}
@media (max-width: 991px) {
  .c-hero.-v6 .c-hero_image > img {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .c-hero.-v6 .c-hero_image > img {
    width: 100%;
    height: auto;
  }
}
.c-hero.-v6 .t-title {
  margin-bottom: 24px;
  letter-spacing: -0.2px;
  color: #03060c;
}
@media (max-width: 767px) {
  .c-hero.-v6 .t-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.c-hero.-v7 {
  padding-top: 96px;
  padding-bottom: 156px;
}
@media (max-width: 767px) {
  .c-hero.-v7 {
    padding: 24px;
  }
}
.c-hero.-v7 .c-hero_container {
  max-width: 1060px;
  padding: 0;
}
.c-hero.-v7 .c-hero_row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .c-hero.-v7 .c-hero_row {
    flex-direction: column;
  }
}
.c-hero.-v7 .c-hero_col.-title {
  position: relative;
}
@media (max-width: 1259px) {
  .c-hero.-v7 .c-hero_col.-title {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .c-hero.-v7 .c-hero_col.-title {
    max-width: 100%;
    padding-top: 0;
    padding-left: 15px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .c-hero.-v7 .c-hero_col.-title .t-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.c-hero.-v7 .c-hero_col.-main {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .c-hero.-v7 .c-hero_col.-main {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .c-hero.-v7 .c-hero_col.-main {
    display: flex;
    flex-direction: column;
    padding: 24px 15px 32px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .c-hero.-v7 .c-hero_col.-main .t-text {
    margin-top: 32px;
    order: 3;
    font-size: 16px;
    line-height: 26px;
  }
}
.c-hero.-v7 .c-hero_col.-main .t-text.-wSemiBold {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .c-hero.-v7 .c-hero_col.-main .t-text.-wSemiBold {
    margin-top: 0;
    order: 1;
    font-size: 18px;
    line-height: 28px;
  }
}
.c-hero.-v7 .t-text {
  max-width: 610px;
}
@media (max-width: 767px) {
  .c-hero.-v7 .t-text {
    max-width: 100%;
  }
}
.c-hero.-v7 .t-text.-wSemiBold {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .c-hero.-v7 .t-text.-wSemiBold {
    margin-bottom: 0;
  }
}
.c-tile {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 162px;
  padding: 24px;
  border-bottom: 5px solid;
  border-color: transparent;
  font-weight: 700;
  transition: border 0.2s ease-in-out;
}
@media (max-width: 1259px) {
  .c-tile {
    height: 134px;
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .c-tile {
    padding: 16px 24px;
    height: auto;
    border-bottom-width: 0;
    border-left-width: 5px;
    border-left-style: solid;
  }
}
.c-tile:hover {
  opacity: 1;
}
.c-tile.-white {
  color: #fff;
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
  background-color: hsla(0, 0%, 100%, 0.1);
}
@media (max-width: 1259px) {
  .c-tile.-white {
    border-left-color: hsla(0, 0%, 100%, 0.1);
  }
}
.c-tile.-white:hover {
  border-bottom-color: #fff;
}
.c-tile.-pink {
  color: #e5587f;
  border-bottom-color: rgba(229, 88, 127, 0.1);
  background-color: rgba(229, 88, 127, 0.1);
}
@media (max-width: 1259px) {
  .c-tile.-pink {
    border-left-color: rgba(229, 88, 127, 0.1);
  }
}
.c-tile.-pink:hover {
  border-bottom-color: #e5587f;
}
.c-tile.-aqua {
  color: #38d6a0;
  border-bottom-color: rgba(56, 214, 160, 0.1);
  background-color: rgba(56, 214, 160, 0.1);
}
@media (max-width: 1259px) {
  .c-tile.-aqua {
    border-left-color: rgba(56, 214, 160, 0.1);
  }
}
.c-tile.-aqua:hover {
  border-bottom-color: #38d6a0;
}
.c-tile.-orange {
  color: #e5ad1c;
  border-bottom-color: rgba(229, 173, 28, 0.1);
  background-color: rgba(229, 173, 28, 0.1);
}
@media (max-width: 1259px) {
  .c-tile.-orange {
    border-left-color: rgba(229, 173, 28, 0.1);
  }
}
.c-tile.-orange:hover {
  border-bottom-color: #e5ad1c;
}
.c-tile.-blue {
  color: #1380e5;
  border-bottom-color: rgba(19, 128, 229, 0.1);
  background-color: rgba(19, 128, 229, 0.1);
}
@media (max-width: 1259px) {
  .c-tile.-blue {
    border-left-color: rgba(19, 128, 229, 0.1);
  }
}
.c-tile.-blue:hover {
  border-bottom-color: #1380e5;
}
.c-tile.-green {
  color: #c7e50d;
  border-bottom-color: rgba(199, 229, 13, 0.1);
  background-color: rgba(199, 229, 13, 0.1);
}
@media (max-width: 1259px) {
  .c-tile.-green {
    border-left-color: rgba(199, 229, 13, 0.1);
  }
}
.c-tile.-green:hover {
  border-bottom-color: #c7e50d;
}
@media (max-width: 1259px) {
  .c-tile br {
    display: none;
  }
}
.c-testimonial2 {
  display: flex;
  flex-direction: column;
  padding: 42px 40px;
  position: relative;
  background-color: #fff;
  width: 370px;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 1259px) {
  .c-testimonial2 {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .c-testimonial2 {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .c-testimonial2 {
    width: 100%;
  }
}
.c-testimonial2:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #e63946;
  opacity: 0.3;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-testimonial2:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .c-testimonial2 {
    padding: 24px 24px 40px;
  }
}
.c-testimonial2_logo {
  display: flex;
  height: 40px;
  align-items: center;
  margin-bottom: 20px;
}
.c-testimonial2_copy {
  color: #03060c;
  overflow: auto;
  opacity: 1;
  margin-top: 20px;
  transition: opacity 0.3s;
}
.c-testimonial2_copy:not(.-active) {
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin-top: 0;
}
.c-testimonial2_author {
  display: flex;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  margin-top: 30px;
}
.c-testimonial2_author_image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.c-testimonial2_author_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-testimonial2_author_details {
  color: #03060c;
}
.c-testimonial2_author_name {
  line-height: 1em;
}
.c-process {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  background-color: #f7f8ff;
}
.c-process_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-process_icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  margin-bottom: 7px;
  background-color: #f7f8ff;
}
.c-process .t-text {
  font-weight: 600;
  text-align: center;
}
.c-process:after {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(29, 35, 87, 0.1);
  content: '';
}
.c-process2_item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #4e5258;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-process2_item {
    color: #03060c;
    cursor: default;
  }
}
.c-process2_item + .c-process2_item {
  margin-top: 20px;
}
.c-process2_item + .c-process2_item:before {
  position: absolute;
  height: 20px;
  width: 1px;
  top: -22px;
  left: 31px;
  background-color: rgba(3, 6, 12, 0.1);
  content: '';
}
@media (min-width: 768px) {
  .c-process2_item:hover .c-process2_nr {
    color: #4e5258;
  }
}
@media (min-width: 768px) {
  .c-process2_item:hover .c-process2_name {
    color: #03060c;
  }
}
@media (min-width: 768px) {
  .c-process2_item:hover .c-process2_details {
    display: block;
  }
}
.c-process2_nr {
  position: relative;
  margin-right: 28px;
  width: 20px;
}
@media (max-width: 767px) {
  .c-process2_nr {
    color: #4e5258;
  }
}
.c-process2_nr:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #e63946;
  border-radius: 50%;
  right: -16px;
  top: 5px;
  position: absolute;
}
.c-process2_name {
  position: relative;
  font-weight: 600;
}
.c-process2_details {
  position: absolute;
  right: -290px;
  top: -108px;
  z-index: 1;
  display: none;
  width: 272px;
  padding: 16px 16px 28px;
  background-color: #101336;
}
.c-process2_details:before {
  position: absolute;
  top: 110px;
  left: -8px;
  border-width: 8px 8px 8px 0;
  border-color: transparent #101336 transparent transparent;
  content: '';
}
.c-process2_details .t-text.-tiny {
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
}
.c-process2_image {
  width: 100%;
  padding-top: 47%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c-process2:hover .c-process2_item {
    color: #cbced2;
  }
}
.c-statistic {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 182px;
  padding: 24px 24px 5px 37px;
  text-align: left;
  color: #1d2357;
  background-color: #fff;
  border-left: 3px solid #e63946;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (max-width: 767px) {
  .c-statistic {
    height: auto;
    min-height: 0;
    padding: 24px 32px 32px 24px;
  }
}
.c-statistic .t-title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-statistic .t-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.c-statistic .t-title > small {
  font-size: 32px;
}
.c-unit {
  font-weight: 700;
}
.c-unit > sup {
  font-size: 1rem;
}
.c-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 18px;
  padding: 2px 6px;
  font-weight: 700;
  text-align: center;
  color: #e63946;
  background-color: rgba(230, 57, 70, 0.2);
  transform: translateY(-2px);
  margin-left: 6px;
}
.grecaptcha-badge {
  display: none !important;
}
.c-faqCategory_title {
  margin: 0 0 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-faqCategory_title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.c-faqCategory + .c-faqCategory {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .c-faqCategory + .c-faqCategory {
    margin-top: 40px;
  }
}
.c-questions {
  padding: 56px;
  background-color: #fff;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (max-width: 1259px) {
  .c-questions {
    padding: 36px 30px;
  }
}
@media (max-width: 767px) {
  .c-questions {
    padding: 24px;
    box-shadow: none;
  }
}
.c-questions_item {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .c-questions_item {
    padding: 16px 0;
  }
}
.c-questions_item:first-child {
  padding-top: 0;
}
.c-questions_item:last-child {
  padding-bottom: 0;
}
.c-questions_item + .c-questions_item {
  border-top: 2px solid #f4f5f5;
}
.c-questions_item.-active .c-questions_question {
  font-weight: 700;
}
.c-questions_item.-active .c-questions_question:after {
  transform: rotate(180deg);
}
.c-questions_item.-active .c-questions_answer {
  margin-top: 24px;
  max-height: 1000px;
  opacity: 1;
}
.c-questions_question {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.c-questions_question:after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 16px;
  height: 8px;
  background-image: url(/build/images/chevron-down-red.90e5471f.svg);
  content: '';
  transition: all 0.2s ease-in-out;
}
.c-questions_question button {
  text-align: left;
}
.c-questions_answer {
  word-break: break-word;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 1259px) {
  .c-questions_answer {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .c-questions_answer {
    transition: all 0.3s ease-in-out;
  }
}
.c-blogFaq {
  margin: 0 30px 30px;
}
@media (min-width: 576px) {
  .c-blogFaq {
    margin: 0 55px 55px;
  }
}
@media (min-width: 992px) {
  .c-blogFaq {
    margin: 0 75px 75px;
  }
}
.c-blogFaq .c-questions {
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
}
.c-blogFaq .c-questions_item {
  border-top: 2px solid #f4f5f5;
}
.c-blogFaq .c-questions_item:first-child {
  padding-top: 24px;
}
.c-blogFaq .c-questions_item:last-child {
  padding-bottom: 24px;
  border-bottom: 2px solid #f4f5f5;
}
.c-member {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 370px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-member {
    width: 288px;
    max-width: 100%;
  }
}
.c-member_photo {
  width: 100%;
}
.c-member_photo img {
  object-fit: cover;
}
.c-member_details {
  position: relative;
  width: 100%;
  padding: 32px 90px 40px 32px;
}
@media (max-width: 767px) {
  .c-member_details {
    width: 288px;
    max-width: 100%;
    padding: 24px;
  }
}
.c-member .t-text.-huge {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .c-member .t-text.-huge {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
  }
}
.c-member_social {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-member_social {
    top: unset;
    right: 24px;
    bottom: 24px;
    transform: none;
  }
}
.c-opinion {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 64px 64px 72px 100px;
  background-color: #fff;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (max-width: 767px) {
  .c-opinion {
    padding: 42px 24px;
  }
}
.c-opinion:after {
  position: absolute;
  z-index: 0;
  right: 64px;
  top: 79px;
  width: 118px;
  height: 104px;
  background-image: url(/build/images/quote.225eedb8.svg);
  content: '';
}
.c-opinion_logo {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}
.c-opinion_logo:before {
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 55px;
  background-color: #e63946;
  content: '';
}
@media (max-width: 767px) {
  .c-opinion_logo:before {
    left: -24px;
  }
}
.c-opinion .t-text {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #4e5258;
}
.c-opinion .c-link {
  display: block;
  margin-top: 24px;
}
.c-dropdown_toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .c-dropdown_toggle,
  .c-dropdown_toggle:hover {
    opacity: 1;
  }
}
.c-dropdown_menu {
  display: none;
}
.c-dropdown.-show .c-dropdown_menu {
  display: block;
}
.c-dropdown.-show .c-dropdown_toggle > img {
  transform: rotate(180deg) translateY(2px);
}
.c-postPreview {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (min-width: 992px) {
  .c-postPreview {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1499px) {
  .c-postPreview {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-postPreview_image {
  height: 100%;
  min-height: 320px;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 767px) {
  .c-postPreview_image {
    min-height: 168px;
  }
}
@media (min-width: 992px) {
  .c-postPreview_image {
    min-width: 420px;
  }
}
@media (min-width: 1500px) {
  .c-postPreview_image {
    min-width: 537px;
  }
}
.c-postPreview_image .c-postPreview_date {
  display: block;
}
@media (max-width: 767px) {
  .c-postPreview_image .c-postPreview_date {
    display: none;
  }
}
.c-postPreview_heading {
  margin: 0 0 18px;
}
.c-postPreview_title {
  position: relative;
  padding-bottom: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-postPreview_title {
    font-size: 22px;
    line-height: 1.4666666667;
  }
}
.c-postPreview_date {
  display: block;
}
@media (max-width: 767px) {
  .c-postPreview_date {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    opacity: 0.8;
  }
}
.c-postPreview_body {
  padding: 40px 48px;
}
@media (max-width: 991px) {
  .c-postPreview_body {
    padding: 24px 24px 32px;
  }
}
.c-postPreview_body .t-text {
  color: #03060c;
}
@media (max-width: 767px) {
  .c-postPreview_body .t-text {
    font-size: 14px;
    line-height: 1.75;
  }
}
@media (max-width: 575px) {
  .c-postPreview_body .t-text .c-postAuthor_metadata .c-postAuthor_fullname {
    display: none;
  }
}
.c-postPreview_footer {
  padding-top: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .c-postPreview_footer {
    padding-top: 22px;
  }
}
.c-postPreview_footer.c-postAuthor {
  margin-top: 0;
}
.c-postPreview_footer.c-postAuthor .c-postAuthor_pic {
  padding: 4px;
}
@media (max-width: 575px) {
  .c-postPreview_footer.c-postAuthor
    .c-postAuthor_metadata
    .c-postAuthor_fullname,
  .c-postPreview_footer.c-postAuthor .c-postAuthor_pic {
    display: none;
  }
}
.c-postPreview.-small {
  flex-direction: column;
  background-color: transparent;
}
.c-postPreview.-small .c-postPreview_title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-weight: 700;
}
.c-postPreview.-small .c-postPreview_title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 3px;
  background-color: #e63946;
  content: '';
}
@media (max-width: 767px) {
  .c-postPreview.-small .c-postPreview_title:after {
    width: 60px;
  }
}
.c-postPreview.-small .c-postPreview_footer {
  position: static;
  padding-top: 4px;
  font-weight: 400;
  color: #4e5258;
}
@media (max-width: 767px) {
  .c-postPreview.-small .c-postPreview_footer {
    font-size: 12px;
    line-height: 2;
  }
}
.c-post {
  background-color: #fff;
}
.c-post_container {
  background-color: #f7f8ff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQYV2P4////fwAJ+wP9BUNFygAAAABJRU5ErkJggg==);
  background-size: 100% 200px;
  background-repeat: no-repeat;
  background-position: top;
}
.c-post_image {
  position: relative;
  max-width: 1366px;
  min-height: 450px;
  max-height: 450px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .c-post_image {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .c-post_image {
    min-height: 220px;
    max-height: 220px;
  }
}
.c-post_date {
  display: block;
  padding-bottom: 16px;
  font-weight: 600;
}
.c-post_header {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .c-post_header {
    margin-bottom: 14px;
    padding-bottom: 18px;
  }
}
.c-post_body {
  padding: 82px 200px 0 300px;
}
@media (max-width: 1259px) {
  .c-post_body {
    padding: 82px 100px 0;
  }
}
@media (max-width: 767px) {
  .c-post_body {
    padding: 40px 9px 56px;
  }
}
.c-post_content {
  padding: 75px;
}
@media (max-width: 991px) {
  .c-post_content {
    padding: 45px 55px;
  }
}
@media (max-width: 575px) {
  .c-post_content {
    padding: 35px 30px;
  }
}
@media (max-width: 339px) {
  .c-post_content {
    padding: 30px 25px;
  }
}
.c-post_content_container {
  max-width: 810px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .c-post_content_container {
    max-width: 960px;
  }
}
.c-post_content_container_inner {
  background-color: #fff;
  box-shadow: 0 24px 44px rgba(22, 43, 55, 0.0274509804);
}
.c-post_content p {
  opacity: 0.8;
}
.c-post_author {
  position: relative;
  padding-left: 202px;
  color: #03060c;
}
@media (max-width: 1259px) {
  .c-post_author {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .c-post_author {
    padding-left: 76px;
    font-size: 16px;
    line-height: 18px;
  }
}
.c-post_author:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 170px;
  height: 2px;
  transform: translateY(-50%);
  content: '';
}
@media (max-width: 767px) {
  .c-post_author:before {
    width: 60px;
  }
}
.c-post_leadform {
  margin: 60px 0 0;
}
@media (min-width: 576px) {
  .c-post_leadform .container {
    padding: 0;
  }
}
.c-post_leadform .c-leadSec .c-leadBox {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .c-post_leadform .c-leadBox.-packageQuantity .c-underConstruction {
    max-width: 200px;
    height: 32px;
  }
}
.c-post_leadform .c-leadBox.-packageCategories {
  max-width: 100%;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .c-post_leadform .c-leadBox.-packageCategories {
    max-width: 100%;
  }
  .c-post_leadform .c-leadBox.-packageCategories .c-radioBoxesGroup {
    min-width: 100%;
  }
  .c-post_leadform .c-leadBox.-packageCategories .c-radioBoxesGroup .f-group {
    max-width: calc(33% - 12px);
  }
}
.c-post_content {
  color: #03060c;
}
.c-post_content h2,
.c-post_content h3,
.c-post_content h4,
.c-post_content h5 {
  margin-bottom: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-post_content h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
@media (max-width: 767px) {
  .c-post_content h3 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.625;
  }
}
.c-post_content ol,
.c-post_content p,
.c-post_content ul {
  margin-bottom: 32px;
}
@media (max-width: 1365px) {
  .c-post_content ol,
  .c-post_content p,
  .c-post_content ul {
    font-size: 16px;
    line-height: 1.625;
  }
}
.c-post_content img {
  margin: 48px 0 36px;
}
@media (max-width: 767px) {
  .c-post_content img {
    margin: 24px 0;
  }
}
.c-post_content ul li {
  position: relative;
  list-style: none !important;
}
.c-post_content ul li:before {
  content: '';
  background-color: #e63946;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 11px;
  border-radius: 100%;
  margin-left: -1em;
}
@media (max-width: 1365px) {
  .c-post_content ul li:before {
    width: 5px;
    height: 5px;
  }
}
.c-post_content table {
  border-collapse: collapse;
  border: 2px solid #e5e7f2;
}
.c-post_content table td,
.c-post_content table th,
.c-post_content table tr {
  border-color: #e5e7f2;
  border-style: solid;
  border-width: 0 2px;
}
.c-post_content table td,
.c-post_content table th {
  padding: 30px;
}
.c-post_content table th {
  background-color: #f7f8ff;
}
.c-post_content table ul li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #03060c;
  list-style: none !important;
}
.c-post_content table ul li:before {
  content: '';
  background-color: #e63946;
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  top: 11px;
  border-radius: 100%;
  margin-left: -1em;
}
.c-post_content table ul li + li {
  margin-top: 10px;
}
.c-post_content .c-blogSection {
  margin: 50px 0;
  padding: 50px;
  position: relative;
  box-shadow: 0 24px 60px rgba(22, 43, 55, 0.0588235294);
}
@media (max-width: 991px) {
  .c-post_content .c-blogSection {
    padding: 30px;
  }
}
.c-post_content .c-blogSection:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #e6587f;
}
.c-post_content .c-blogSection_quotation > p {
  text-align: justify;
}
@media (max-width: 575px) {
  .c-post_content .c-blogSection_quotation > p {
    font-size: 16px;
  }
}
.c-post_content .c-blogSection_person {
  margin-top: 30px;
  text-align: right;
  background-image: url(/build/images/icn-quote.34a1d840.svg);
  background-repeat: no-repeat;
  background-position: 0;
}
.c-post_content .c-blogSection_person_name {
  font-weight: 700;
  display: table;
  margin-left: auto;
}
.c-post_content .c-blogSection_person_jobPosition {
  display: table;
  margin-left: auto;
}
@media (max-width: 575px) {
  .c-post_content .c-blogSection_person_jobPosition > p {
    font-size: 12px;
  }
  .c-post_content .c-blogSection_person_name > p {
    font-size: 16px;
  }
}
.c-post_footer {
  padding: 0 75px 75px;
}
@media (max-width: 575px) {
  .c-post_footer {
    padding: 28px 24px 32px;
  }
}
@media (max-width: 767px) {
  .c-post_footer .row {
    flex-direction: column;
    align-items: stretch !important;
  }
}
.c-post_footer .c-postAuthor {
  margin-top: 0;
}
.c-post_bar {
  padding: 36px 0;
}
@media (max-width: 575px) {
  .c-post_bar {
    padding: 24px 0;
  }
}
.c-post_bar_container {
  display: flex;
  box-shadow: 0 24px 60px rgba(22, 43, 55, 0.0588235294);
}
@media (max-width: 767px) {
  .c-post_bar_container {
    flex-direction: column-reverse;
  }
}
.c-post_bar_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  border-left: 3px solid #e63946;
  z-index: 1;
  position: relative;
  gap: 24px;
}
#blog-post .c-post_bar_content .c-btn {
  background: #e63946 !important;
  color: #fff !important;
}
.c-post_bar_image {
  flex-basis: 220px;
  flex-shrink: 0;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.c-post_bar.-violet .c-post_bar_container {
  background-color: #101336;
}
.c-post_bar.-violet .c-post_bar_content {
  border-left: none;
}
.c-post_bar.-violet .c-post_bar_content .t-title {
  color: #fff;
}
.c-post_bar.-small .c-post_bar_container {
  position: relative;
}
.c-post_bar.-small .c-post_bar_content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .c-post_bar.-small .c-post_bar_content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .c-post_bar.-small .c-post_bar_content .t-title {
    margin-bottom: 0;
  }
}
.c-post_bar.-small .c-post_bar_content .c-btn {
  flex-shrink: 0;
}
.c-post_bar.-small .c-post_bar_image {
  background-size: auto 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .c-post_bar.-small .c-post_bar_image {
    display: none;
  }
}
.c-post .table-scroll {
  overflow-x: auto;
}
.c-postAuthor {
  display: flex;
}
.c-postAuthor_pic {
  max-width: 48px;
  max-height: 48px;
  margin-right: 16px;
}
.c-postAuthor_pic img {
  border-radius: 100px;
}
.c-postAuthor_date {
  color: #4e5258;
}
@media (max-width: 1259px) {
  .c-postAuthor_date.t-text {
    font-size: 12px;
    line-height: 2;
  }
}
.c-postAuthor_date span {
  margin-left: 6px;
}
.c-postAuthor_date span:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  vertical-align: 0.2em;
  border-radius: 50px;
  background-color: #cbced2;
  content: '';
}
.c-postAuthor_icon {
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #e63946;
  border-bottom: 3px solid #e63946;
  right: 22px;
  bottom: 18px;
  transform: translateX(0) rotate(-45deg);
  transition: transform 0.3s;
}
@media (max-width: 575px) {
  .c-postAuthor_icon {
    display: none;
  }
}
.c-postAuthor_fullname {
  font-weight: 700;
}
.c-blogBars_container {
  margin-top: 90px;
}
.c-blogBars_bar {
  margin-top: 30px;
  background-color: #fff;
  width: 100%;
  max-width: 340px;
}
.c-blogBars_bar_img {
  width: 100%;
  height: 204px;
}
.c-blogBars_bar_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-blogBars_bar_icon {
  padding-top: 35px;
  padding-left: 35px;
}
.c-blogBars_bar_content {
  padding: 35px;
}
.c-blogBars_bar_content .t-title.-tiny {
  margin-bottom: 22px;
}
.c-blogBars_bar_content .t-text.-small {
  margin: 22px 0;
}
.c-blogBars_bar_content .c-btn {
  width: 100%;
}
.c-blogBars_bar_content .-contactUs {
  cursor: pointer;
}
.c-postShare {
  text-align: center;
  width: 196px;
  overflow: hidden;
  outline: 3px solid #e63946;
  position: relative;
}
@media (max-width: 767px) {
  .c-postShare {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-postShare:focus .c-postShare_icons,
.c-postShare:hover .c-postShare_icons {
  transform: translateX(0);
}
.c-postShare:focus .c-postShare_title,
.c-postShare:hover .c-postShare_title {
  transform: translateX(-100%);
}
.c-postShare_title {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  transform: translateX(0);
  transition: transform 0.3s;
}
.c-postShare_title_icon {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 17px;
  position: relative;
  bottom: -2px;
  left: -6px;
}
.c-postShare_icons {
  display: flex;
  justify-content: center;
  background-color: #e63946;
  position: relative;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.c-postShare_social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.c-noPosts_title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .c-noPosts_title {
    margin-top: 30px;
  }
}
.c-noPosts_title .c-noPosts_search {
  position: relative;
}
.c-noPosts_title .c-noPosts_search:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e63946;
  bottom: -5px;
  left: 0;
}
.c-contact_title {
  font-weight: 700;
  margin-bottom: 8px;
}
.c-contact_data {
  margin-bottom: 12px;
  font-style: normal;
  color: #03060c;
}
.c-contact.-negative .c-contact_data,
.c-contact.-negative .c-contact_title {
  color: #fff;
}
#dienstleistungen,
#uslugi {
  scroll-margin-top: 100px;
}
@media (max-width: 991px) {
  #dienstleistungen,
  #uslugi {
    scroll-margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #dienstleistungen,
  #uslugi {
    scroll-margin-top: 90px;
  }
}
.c-industryService {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
.c-industryServiceImage {
  width: 100%;
  height: 176px;
}
.c-industryService_box {
  flex: 1;
  padding: 32px 32px 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-industryService_box {
    padding: 32px 32px 40px;
  }
}
.c-industryService_boxTitle {
  font-weight: 700;
}
.c-industryService_boxDescription {
  margin-top: 8px;
}
#offersSec {
  scroll-margin-top: 300px;
}
@media (max-width: 1259px) {
  #offersSec {
    scroll-margin-top: 250px;
  }
}
@media (max-width: 767px) {
  #offersSec {
    scroll-margin-top: 200px;
  }
}
.c-careerOffer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  height: 100%;
  padding: 33px 40px 48px;
  background-color: #fff;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (max-width: 767px) {
  .c-careerOffer {
    padding: 24px;
  }
}
.c-careerOffer .t-title {
  margin-bottom: 16px;
  font-size: 23px;
}
@media (max-width: 767px) {
  .c-careerOffer .t-title {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.c-careerOffer > img {
  margin-bottom: 7px;
}
.c-careerOffer_city {
  color: #4e5258;
  display: inline-block;
  margin-bottom: 32px;
  padding-left: 20px;
  background: url(/build/images/marker-small-red.66b3330b.svg) no-repeat 0 50%;
}
.c-careerOffer .c-btn {
  align-self: flex-start;
  margin-top: auto;
}
.c-careerOfferPost {
  background-color: #f7f8ff;
}
.c-careerOfferPost_city {
  margin-bottom: 24px;
  padding-left: 24px;
  background: url(/build/images/marker-small-red.66b3330b.svg) no-repeat 0 50%;
  color: #4e5258;
}
.c-careerOfferPost_body {
  padding: 80px 0 150px;
  background-color: #fff;
  color: #03060c;
}
@media (max-width: 767px) {
  .c-careerOfferPost_body {
    padding: 40px 15px;
  }
}
.c-careerOfferPost_body h2,
.c-careerOfferPost_body h3,
.c-careerOfferPost_body h4,
.c-careerOfferPost_body h5 {
  margin-bottom: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-careerOfferPost_body h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.c-careerOfferPost_body ol,
.c-careerOfferPost_body p,
.c-careerOfferPost_body ul {
  margin-bottom: 24px;
}
.c-careerOfferPost_body ul li {
  padding-left: 24px;
  padding-bottom: 16px;
  background: url(/build/images/list-circle.300cd4ef.svg) no-repeat 0 6px;
}
.c-careerOfferPost_title {
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .c-careerOfferPost_title {
    font-size: 40px;
    line-height: 1.15;
  }
}
.c-careerOfferPost .t-heading {
  padding: 96px 0 112px;
}
@media (max-width: 767px) {
  .c-careerOfferPost .t-heading {
    padding: 24px 0 32px;
  }
}
.c-offerApply {
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center;
  padding: 40px;
  max-width: 370px;
  background-color: #fff;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.25);
}
@media (max-width: 1259px) {
  .c-offerApply {
    position: static;
  }
}
@media (max-width: 991px) {
  .c-offerApply {
    position: static;
    margin: auto;
  }
}
.c-offerApply_title {
  line-height: 1.4166666667;
}
@media (max-width: 767px) {
  .c-offerApply_title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.c-offerApply.-sticked {
  position: fixed;
  top: 140px;
}
@media (max-width: 1259px) {
  .c-offerApply.-sticked {
    top: 80px;
  }
}
.c-offerApply.-stop {
  position: absolute;
  top: 100%;
}
.sticky-debug {
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 2px;
  background: red;
  text-align: right;
  font-size: 22px;
}
.c-filterEmpty {
  display: none;
}
.c-filterEmpty.-active {
  display: block;
}
.js-category_element {
  display: none;
}
.js-category_element.-active {
  display: block;
}
.c-searchBar.-blog {
  display: flex;
  align-items: center;
  width: auto;
}
.c-searchBar.-blog .input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 16px;
  position: relative;
}
@media (min-width: 1260px) {
  .c-searchBar.-blog .input-wrapper {
    justify-content: flex-end;
    margin-left: 10px;
  }
}
.c-searchBar.-blog .input-wrapper .search-bar_input {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-bottom: 3px solid #e63946;
  width: 0;
  padding: 25px 0;
  font-size: 16px;
  line-height: 1.625;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  transition: width 0.3s ease-in-out, padding-left 0.3s ease-in-out,
    padding-right 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .c-searchBar.-blog .input-wrapper .search-bar_input {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.c-searchBar.-blog .input-wrapper .search-bar_input.-active {
  width: 195px;
  padding-right: 30px;
}
@media (max-width: 1259px) {
  .c-searchBar.-blog .input-wrapper .search-bar_input.-active {
    padding-left: 30px;
    padding-right: 0;
  }
}
.c-searchBar.-blog .input-wrapper .search-bar_submit {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  border: 0;
  width: 16px;
  height: 16px;
  background: url(/build/images/icn-search2.70358d56.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 1259px) {
  .c-searchBar.-blog .input-wrapper .search-bar_submit {
    left: 0;
  }
}
.c-knpPaginator .pagination {
  display: flex;
}
.c-knpPaginator .pagination .page-item {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  box-shadow: 0 24px 64px -12px rgba(203, 206, 210, 0.14);
}
@media (min-width: 992px) {
  .c-knpPaginator .pagination .page-item {
    width: 48px;
    height: 48px;
    margin-right: 18px;
  }
}
.c-knpPaginator .pagination .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.c-knpPaginator .pagination .page-item:first-child .page-link,
.c-knpPaginator .pagination .page-item:last-child .page-link {
  background-color: #e63946;
  color: transparent;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}
.c-knpPaginator .pagination .page-item:first-child .page-link:hover,
.c-knpPaginator .pagination .page-item:last-child .page-link:hover {
  background-color: #eb5f6d;
}
.c-knpPaginator .pagination .page-item:first-child .page-link:after,
.c-knpPaginator .pagination .page-item:last-child .page-link:after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: transparent;
  position: absolute;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.c-knpPaginator .pagination .page-item:first-child.disabled .page-link,
.c-knpPaginator .pagination .page-item:last-child.disabled .page-link {
  background-color: #cbced2;
}
.c-knpPaginator .pagination .page-item:first-child .page-link:after {
  transform: rotate(45deg) translateX(1px) translateY(-1px);
}
.c-knpPaginator .pagination .page-item:last-child {
  margin-right: 0;
}
.c-knpPaginator .pagination .page-item:last-child .page-link:after {
  transform: rotate(-135deg) translateX(1px) translateY(-1px);
}
.c-knpPaginator .pagination .page-item.active {
  border: 3px solid #e63946;
}
.c-knpPaginator.-blog {
  width: 100%;
  margin-top: 65px;
}
@media (min-width: 992px) {
  .c-knpPaginator.-blog {
    margin-top: 90px;
  }
}
.c-rating {
  display: flex;
  margin: auto;
  gap: 50px;
}
.c-rating.-small .c-rating_figure img {
  height: 20px;
}
.c-rating.-small .c-rating_details .t-text {
  font-size: 12px;
}
.c-rating_figure img {
  height: 27px;
}
.c-rating_details {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-rating_details .t-text {
  color: #b0b3b9 !important;
  font-weight: 400 !important;
}
.c-rating_stars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.c-phoneContainer {
  background-color: #f4f5f5;
  display: grid;
  grid-template-columns: 60px 60px 1fr;
  align-items: center;
  width: 100%;
}
.c-phoneContainer_country {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: background-color 0.3s;
}
.c-phoneContainer_country:hover {
  background-color: #cbced2;
}
.c-phoneContainer_country img {
  width: 18px;
  height: 18px;
}
.c-phoneContainer_arrow {
  width: 10px;
  height: 16px;
  background: url(/build/images/chevron-red.d056b5e2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: inline-block;
  transition: transform 0.2s ease-in;
}
.c-phoneContainer_dialingCode {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808389;
  font-size: 16px;
  font-weight: 600;
}
.c-phoneContainer_input {
  width: 100%;
}
.c-dialingCodeList {
  width: 100%;
  display: block;
  position: absolute;
  top: calc(100% + 6px);
  height: max-content;
  z-index: 1;
  background-color: #fff;
  transform: scale(1);
}
.c-dialingCodeList_list {
  max-height: 210px;
  overflow: auto;
  border: 3px solid #eef0fc;
  border-top: unset;
}
.c-dialingCodeList_search {
  width: 100%;
}
.c-dialingCodeList_search input {
  padding-left: 50px !important;
  background-image: url(/build/images/icn-search-grey.e870ec74.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.c-dialingCodeList_search input:focus {
  background-image: url(/build/images/icn-search-red.2207e2ed.svg);
}
.c-dialingCodeList_item input {
  display: none !important;
}
.c-dialingCodeList_item input:checked + label {
  font-weight: 600;
}
.c-dialingCodeList_item label {
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  color: #03060c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 20px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  width: 100%;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.c-dialingCodeList_item label:hover {
  background-color: #f4f5f5;
}
.c-dialingCodeList_item label img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s linear infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
