@font-face {
  font-family: Tt Hoves Pro;
  src: url('../fonts/TT_Hoves_Pro_Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Hoves Pro;
  src: url('../fonts/TT_Hoves_Pro_Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tt Hoves Pro 1";
  src: url('../fonts/TT_Hoves_Pro_Mono_Trial_DemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;
  --colorfill: #f3f3f3;
  --gray: dimgrey;
  --lightgray: #aeaeae;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.01em;
  font-family: Tt Hoves Pro, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.section {
  padding: 7.5rem 1.25rem;
  overflow: hidden;
}

.section._1s {
  flex-flow: column;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section._2s {
  padding-top: 10rem;
}

.section._3s {
  padding-top: 3.5rem;
}

.section._4s {
  padding-top: .5rem;
}

.section._5s {
  padding-bottom: 12.6875rem;
}

.section._6s {
  background-color: var(--colorfill);
}

.section.footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.section.navbar {
  z-index: 100;
  background-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.section.sp-section {
  padding-top: 10rem;
}

.container {
  width: 87.5rem;
  max-width: 100%;
}

.container.w940 {
  width: 58.75rem;
}

.hero-block {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  height: 100dvh;
  padding-top: 4.375rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.hero-row1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-logo {
  width: 9.4375rem;
}

.hero-row2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h1-medium {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 90%;
}

.h1-medium.mainh_cases {
  line-height: 110%;
}

.color--gray {
  color: var(--gray);
}

.hero-col2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: .25rem;
  padding: 1.5rem 1.25rem;
  transition: all .3s ease-out;
}

.button:hover {
  color: var(--black);
  background-color: #0000;
}

.button.minw_326 {
  min-width: 20.375rem;
}

.button.fullwidth {
  width: 100%;
  display: block;
}

.button.fullwidth.button-medium {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.button.small {
  padding: .625rem 2.75rem;
}

.h2-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.maxw_794 {
  max-width: 49.625rem;
}

.h2-medium {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}

.tag-block {
  background-color: var(--colorfill);
  border-radius: 2px;
  padding: .625rem;
}

.caption-reg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .625rem;
  font-weight: 400;
  line-height: 120%;
}

.caption-reg.color--gray {
  text-transform: uppercase;
}

.block-pb100 {
  padding-bottom: 6.25rem;
}

.grid-gap2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.service-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--colorfill);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 1rem 3.75rem 7.5rem .5rem;
  display: flex;
}

.button-medium {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 12px;
  padding-top: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.button-medium.main {
  width: 100%;
  padding-top: 0;
}

.h4-medium {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

.service-col-num {
  flex: none;
  width: 1.125rem;
}

.service-col-title {
  width: 20.25rem;
}

.service-col-text {
  width: 20rem;
}

.block-pb32 {
  padding-bottom: 2rem;
}

.industries-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.industries-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.industries-lottie-wrapper {
  background-color: var(--black);
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20rem;
  display: flex;
  overflow: hidden;
}

.industries-lottie {
  width: 1em;
  height: 1em;
  font-size: 9.375rem;
}

.industries-text-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 24.0625rem;
  display: flex;
}

.h3-medium {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.block-pb80 {
  padding-bottom: 5rem;
}

.marquee {
  display: flex;
}

.marquee-slide {
  flex: none;
  display: flex;
}

.marquee-logo-wrapper {
  padding-right: 5rem;
}

.partner-logo {
  object-fit: contain;
  width: auto;
  height: 3.25rem;
}

.cases-grid {
  grid-column-gap: .5rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.case-image {
  aspect-ratio: 1.45;
  border-radius: 2px;
  width: 100%;
}

.case-text-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-text-col {
  padding-top: .5625rem;
}

.form-row {
  justify-content: space-between;
  display: flex;
}

.form-col {
  width: 35rem;
}

.form-col._1 {
  width: 36.375rem;
  padding-top: 2rem;
}

.block-pb4 {
  padding-bottom: .25rem;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--lightgray);
  color: var(--black);
  letter-spacing: -.01em;
  background-color: #fff0;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 2.5rem 2px 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--black);
}

.text-field::placeholder {
  color: var(--gray);
}

.grid-gap40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  text-align: left;
  background-color: #ddd0;
  padding: 0;
}

.maxw_484 {
  width: 30.25rem;
  max-width: 100%;
}

.success-row {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 34.375rem;
  display: flex;
}

.error-message {
  border-radius: 2px;
}

.form-block {
  margin-bottom: 0;
}

.ft-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 21% 24.8% 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ft-grid.bottom {
  place-items: end stretch;
}

.link {
  display: inline-block;
  position: relative;
}

.grid-gap8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-pb320 {
  padding-bottom: 20rem;
}

.footer-logo {
  width: 9.1875rem;
}

.nav-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-logo-wrapper {
  transition: all .3s ease-out;
}

.navbar-logo-wrapper.desktop_hide, .navbar-logo-wrapper.mob {
  display: none;
}

.navbar-logo-link {
  width: 5.25rem;
  display: inline-flex;
}

.menu-links {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.logo-trigger {
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.burger, .mob-menu-block {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-hero-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

._404-row {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-hero-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cookie {
  z-index: 500;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--colorfill);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 20.375rem;
  padding: .75rem 1rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 5.625rem auto;
}

.hero-video {
  height: 34rem;
  max-height: 73vh;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.grid-gap24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-video-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: relative;
}

.article a {
  position: relative;
}

.article h2 {
  letter-spacing: -.01em;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

.article p {
  margin-bottom: .5rem;
}

.article ul, .article ol {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 2rem;
}

.article h3 {
  letter-spacing: -.01em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.uploadcare--widget__button_type_open {
  border: 1px dashed var(--lightgray);
  color: var(--gray);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.125rem;
  font-weight: 500;
  line-height: 130%;
  transition: all .3s;
  display: flex;
}

.uploadcare--widget__button_type_open:hover {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  font-weight: 500;
  line-height: 130%;
}

.uploadcare--widget__button_type_open:focus {
  color: var(--black);
  background-color: #0000;
  font-weight: 500;
  line-height: 130%;
}

.uploadcare--widget {
  display: block;
  position: relative;
}

.uploadcare--widget_status_started {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gray);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.125rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.uploadcare--widget_status_loaded {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  position: relative;
}

.uploadcare--widget__file-name {
  border: 1px dashed var(--gray);
  color: var(--black);
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.125rem;
  padding-left: .875rem;
  padding-right: 3rem;
  text-decoration: underline;
  display: flex;
}

.uploadcare--widget__file-name:hover {
  color: var(--black);
  text-decoration: none;
}

.uploadcare--widget__file-name:focus {
  color: var(--black);
}

.uploadcare--widget__file-size {
  display: none;
}

.uploadcare--widget__button_type_remove {
  z-index: 2;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/remove.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 1em;
  height: 1em;
  padding: 0;
  font-size: 1.5rem;
  transition: opacity .3s;
  position: absolute;
  inset: 50% .875rem auto auto;
  transform: translate(0, -50%);
}

.uploadcare--widget__button_type_remove:hover {
  opacity: .6;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/remove.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.5rem;
}

.uploadcare--widget__button_type_remove:focus {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/remove.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.5rem;
}

.section_default {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  overflow: hidden;
}

.section_default._1s {
  flex-flow: column;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section_default._2s {
  padding-top: 10rem;
}

.section_default._3s {
  padding-top: 3.5rem;
}

.section_default._4s {
  padding-top: .5rem;
}

.section_default._5s {
  padding-bottom: 12.6875rem;
}

.section_default._6s {
  background-color: var(--colorfill);
}

.section_default.footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.section_default.navbar {
  z-index: 100;
  background-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.section_default.sp-section {
  padding-top: 10rem;
}

.section_default.pt_108 {
  flex-flow: column;
}

.section_default.ptb_56.gap_72--48 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
}

.section_default.gap_72-48 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
}

.container_center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 48%;
  max-width: 48%;
  display: flex;
}

.container_center.w940 {
  width: 58.75rem;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.pb_72--48 {
  padding-bottom: 4.5rem;
}

.ptb_72--32 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pt_72--48 {
  padding-top: 4.5rem;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.p22--18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 140%;
}

.text_grey {
  color: var(--gray);
  margin-bottom: 0;
}

.pt_108--88 {
  padding-top: 6.75rem;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.ptb_56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-span {
  font-weight: 500;
}

.div-block-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.case_img {
  aspect-ratio: 2.4;
  border-radius: 2px;
  min-height: 480px;
  overflow: hidden;
}

.results_lline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--colorfill);
  border-radius: 2px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.results_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.image {
  object-fit: fill;
  width: 18px;
}

.p22--18_bold {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 125%;
}

.span_bold {
  letter-spacing: -.01em;
  font-family: Tt Hoves Pro, Arial, sans-serif;
  font-weight: 500;
}

.pb_56--32 {
  padding-bottom: 3.5rem;
}

.pb_64--32 {
  padding-bottom: 4rem;
}

.casemain_img {
  aspect-ratio: 2.4;
  border-radius: 2px;
  min-height: 480px;
}

.ptb_56--32 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.h1-48--h2-24 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 90%;
}

.h2-28--h3-20 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}

.h2-28--h3-20.modalh {
  padding-left: 2.125rem;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 500;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.faq-video {
  margin-top: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.accordion_vertical-component {
  background-color: #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 5.5rem;
  padding: 0 0 0;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.accordion_vertical-component.current {
  height: 22.5rem;
}

.button-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 3rem;
  display: flex;
}

.vertical-img {
  object-fit: contain;
  width: 40%;
  height: 13rem;
}

.mask-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ece9e1;
  border-radius: 16px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem 3rem;
  display: flex;
}

.accordions_vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  display: flex;
}

.accordion_verical-bottom {
  height: 0;
  padding-right: 0;
  transition: all .5s ease-out;
  overflow: hidden;
}

.accordion_verical-bottom.current {
  width: 100%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion2_icon {
  width: 2rem;
  padding-top: 6px;
  transition: all .3s ease-out;
}

.accordion2_icon.current {
  transform: rotate(45deg);
}

.text-size-large {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.accordion_vertical-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  padding: 1.25rem 2rem;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-section-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.faq-section-wrap.last {
  margin-bottom: 0;
}

.q-icon {
  color: #2002ff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  transition: transform .3s;
  display: flex;
}

.acc-body {
  padding: 24px;
}

.acc-body.active {
  display: block;
}

.acc-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px;
}

.acc-body-2 {
  padding: 24px;
}

.acc-head-2, .acc-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.toggle-arrow {
  width: 24px;
  height: 24px;
  font-size: 14px;
  transition: transform .3s;
}

.toggle-arrow.rotate {
  transform: rotate(-180deg);
}

.section-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.acc-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
}

.toggle-arrow-2 {
  width: 24px;
  height: 24px;
  font-size: 14px;
  transition: transform .3s;
}

.faq-section-title {
  color: #2002ff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 0;
  margin-bottom: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
}

.faq-section-title.delivery {
  background-image: url('../images/air-freight.svg');
}

.faq-section-title.payment {
  background-image: url('../images/shopping.svg');
}

.faq-section-title.general {
  background-image: url('../images/speech-bubble.svg');
}

.acc-item-2 {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
}

.acc-item-2.mb-0 {
  margin-bottom: 0;
}

.acc-text {
  color: #0009;
  margin-bottom: 0;
}

.acc-text.mb-12 {
  margin-bottom: 12px;
}

.faq-item-wrap {
  width: 65%;
}

.q-wrapper {
  align-items: center;
  display: flex;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.faq-wrap {
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #f7f7f8;
  border-radius: 12px;
  flex-direction: column;
  min-width: 100%;
  padding: 24px;
  display: flex;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_icon_wraper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.p16 {
  color: #1b1b1d;
  font-variation-settings: "wght" 420;
  margin-bottom: 0;
  overflow: hidden;
}

.p16.faq_answer {
  padding-top: 12px;
  overflow: visible;
}

.p16.faq_answer.width_72---100 {
  font-size: 18px;
  line-height: 156%;
}

.faq_liconline_v {
  background-color: #1b1b1d;
  border-radius: 4px;
  width: 14px;
  height: 1.5px;
  margin: auto;
  position: absolute;
  transform: rotate(90deg);
}

.faq_wrapper_66 {
  grid-row-gap: 8px;
  flex-direction: column;
  min-width: 100%;
  display: flex;
}

.faq_liconline_h {
  background-color: #1b1b1d;
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 14px;
  height: 1.5px;
  display: flex;
}

.p18 {
  font-variation-settings: "wght" 430;
  letter-spacing: -.55px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 134%;
}

.faq {
  background-color: #fffffff2;
  padding: 0;
  box-shadow: 0 20px 100px #c4cae340;
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-paragraph {
  margin-bottom: 40px;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  display: flex;
}

.text-block {
  white-space: normal;
  flex: none;
  width: 100%;
}

.dropdown-list {
  background-color: #000;
  height: 100vh;
  padding: 20px;
  display: block;
  position: static;
}

.section_fullw {
  display: none;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.grid-gap2-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-block-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1rem 1.25rem 7.5rem;
  transition: all .3s;
  display: flex;
}

.service-block-copy:hover {
  background-color: #f3f3f3;
}

.div-block-8 {
  display: flex;
}

.div-block-9 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 12%;
  display: flex;
}

.div-block-10 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .375rem;
  display: flex;
}

.btn_icon {
  background-color: #f3f3f3;
  border-radius: 3.5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: .25rem;
  display: flex;
  position: relative;
}

.btn_icon.m_right12 {
  border-radius: 3.5px;
}

.image-2 {
  width: 16px;
}

.plus_vertical {
  background-color: var(--black);
  width: 1px;
  height: 1rem;
  position: absolute;
}

.plus_vertical._45l {
  transform: rotate(45deg);
}

.plus_horisontal {
  background-color: var(--black);
  width: 1rem;
  height: 1px;
  position: absolute;
}

.plus_horisontal._45r {
  transform: rotate(45deg);
}

.modal_default {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
  position: fixed;
}

.modal_default.modal1, .modal_default.modal2, .modal_default.modal3, .modal_default.modal4, .modal_default.modal5 {
  display: none;
}

.modal_wrapper {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  border-radius: 2px;
  flex-flow: column;
  width: 48%;
  max-height: 80%;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  overflow: scroll;
}

.div-block-13 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.pcaps {
  color: var(--gray);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.list {
  margin-bottom: 0;
  padding-left: 12px;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  width: 20px;
}

.btn_icon-copy {
  background-color: #f3f3f3;
  border-radius: 3.5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: .25rem;
  display: flex;
  position: relative;
}

.div-block-9-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.modal2 {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: fixed;
}

.div-block-15 {
  overflow: visible;
}

.services_number {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 12px;
  padding-top: .625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.services_number.main {
  width: 100%;
  padding-top: 0;
}

.text-block-3 {
  opacity: 0;
}

.modal_bg--close {
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .container, .container_center {
    max-width: 100%;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion_vertical-component.current {
    height: auto;
  }

  .mask-horizontal {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }

  .accordions_vertical {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-wrap {
    width: 2.25rem;
    height: 2.25rem;
  }

  .mask-horizontal {
    margin-bottom: 1rem;
    padding: 2rem 1rem;
  }

  .accordion_verical-bottom, .accordion_verical-bottom.current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .accordion_vertical-top {
    padding: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .faq-section-wrap {
    flex-direction: column;
  }

  .faq-item-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .9375rem;
  }

  .section {
    padding: 5rem .75rem;
  }

  .section._2s {
    padding-top: 5rem;
  }

  .section._3s {
    padding-top: 3.75rem;
  }

  .section._4s {
    padding-top: 1.25rem;
  }

  .section._5s {
    padding-bottom: 7.5rem;
  }

  .section.footer {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .section.navbar {
    background-color: #fff0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: absolute;
  }

  .container.w940 {
    width: 100%;
  }

  .hero-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 3.1rem;
  }

  .hero-row1 {
    grid-column-gap: 4.25rem;
    grid-row-gap: 4.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-logo {
    width: 5.25rem;
  }

  .hero-row2 {
    grid-column-gap: 3.625rem;
    grid-row-gap: 3.625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1-medium.mainh_cases {
    font-size: 1.5rem;
  }

  .color--gray.m_lightgray {
    color: var(--lightgray);
  }

  .hero-col2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: .625rem;
  }

  .button.minw_326 {
    min-width: 100%;
  }

  .button.small {
    padding: .5rem 2.1875rem;
  }

  .h2-row {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2-medium {
    font-size: 1.5rem;
  }

  .block-pb100 {
    padding-bottom: 3.75rem;
  }

  .service-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-bottom: 2rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .button-medium {
    width: 100%;
    padding-top: 0;
  }

  .button-medium.main {
    width: 100%;
  }

  .h4-medium.m_s20 {
    font-size: 1.25rem;
  }

  .service-col-num {
    width: auto;
    padding-bottom: 4rem;
  }

  .service-col-text {
    width: 100%;
  }

  .block-pb32 {
    padding-bottom: 1.75rem;
  }

  .industries-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .industries-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: var(--black);
    color: var(--white);
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem .75rem 2rem;
  }

  .industries-lottie-wrapper {
    background-color: #0000;
    border-radius: 0;
    align-self: center;
    height: auto;
  }

  .industries-lottie {
    font-size: 8.75rem;
  }

  .industries-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h3-medium {
    font-size: 1.25rem;
  }

  .marquee-logo-wrapper {
    padding-right: 2.5rem;
  }

  .partner-logo {
    height: 2.4375rem;
  }

  .cases-grid {
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .case-card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .case-text-row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .case-text-col {
    padding-top: 0;
  }

  .form-row {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .form-col {
    width: auto;
  }

  .form-col._1 {
    width: auto;
    padding-top: 0;
  }

  .success-row {
    min-height: 38.2041rem;
  }

  .ft-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .block-pb320 {
    padding-bottom: 5rem;
  }

  .footer-logo {
    width: 6.25rem;
  }

  .nav-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100dvh;
    padding: 1.375rem .75rem 1.25rem;
    overflow: auto;
  }

  .navbar-logo-wrapper.desktop_hide {
    display: block;
  }

  .navbar-logo-wrapper.mob {
    flex: 1;
    padding-top: .6rem;
    display: block;
  }

  .menu {
    z-index: 200;
    background-color: var(--white);
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-links {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4.25rem;
  }

  .navlink {
    letter-spacing: -.01em;
    font-size: 1.5rem;
    line-height: 130%;
  }

  .logo-trigger {
    display: none;
    position: static;
    transform: none;
  }

  .burger {
    z-index: 201;
    background-color: var(--colorfill);
    border-radius: 4px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    position: fixed;
    inset: .75rem .75rem auto auto;
  }

  .navbar-row {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .burger-ic {
    grid-column-gap: .3125em;
    grid-row-gap: .3125em;
    flex-flow: column;
    font-size: 1rem;
    display: flex;
  }

  .burger-line {
    background-color: var(--gray);
    font-size: inherit;
    width: 1em;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m_caption {
    letter-spacing: -.01em;
    font-size: .75rem;
    line-height: 120%;
  }

  .ft-block1 {
    padding-top: 2.25rem;
  }

  .ft-block2 {
    order: 1;
  }

  .ft-block3 {
    order: 2;
  }

  .ft-block4 {
    order: 3;
    padding-top: 3.5rem;
  }

  .ft-block5 {
    order: 5;
  }

  .mob-menu-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._404-hero-block {
    grid-column-gap: 4.25rem;
    grid-row-gap: 4.25rem;
    height: 100vh;
    padding-top: 1.375rem;
    padding-bottom: 3rem;
  }

  ._404-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  ._404-hero-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: .625rem;
  }

  .cookie {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .25rem;
    width: auto;
    min-height: 4.3rem;
    display: none;
    bottom: 1.25rem;
    left: .75rem;
    right: .75rem;
  }

  .hero-video {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 23rem;
    max-height: 42vh;
    display: flex;
  }

  .hero-video-wrapper {
    flex: 1;
    width: 100%;
    height: auto;
  }

  .section_default {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .section_default._2s {
    padding-top: 5rem;
  }

  .section_default._3s {
    padding-top: 3.75rem;
  }

  .section_default._4s {
    padding-top: 1.25rem;
  }

  .section_default._5s {
    padding-bottom: 7.5rem;
  }

  .section_default.footer {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .section_default.navbar {
    background-color: #fff0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: absolute;
  }

  .section_default.ptb_56.gap_72--48, .section_default.gap_72-48 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container_center.w940 {
    width: 100%;
  }

  .pb_72--48 {
    padding-bottom: 3rem;
  }

  .ptb_72--32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pt_72--48 {
    padding-top: 3rem;
  }

  .p22--18 {
    font-size: 1.125rem;
  }

  .p22--18.text_grey.tags_cases {
    font-size: .875rem;
  }

  .pt_108--88 {
    padding-top: 5.5rem;
  }

  .case_img {
    min-height: 280px;
  }

  .results_lline {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-bottom: 2rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .p22--18_bold {
    font-size: 1.125rem;
  }

  .pb_56--32, .pb_64--32 {
    padding-bottom: 2rem;
  }

  .casemain_img {
    min-height: 280px;
  }

  .ptb_56--32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h1-48--h2-24, .h1-48--h2-24.mainh_cases {
    font-size: 1.5rem;
  }

  .h2-28--h3-20 {
    font-size: 1.25rem;
  }

  .h2-28--h3-20.modalh {
    padding-left: 0;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordions_vertical {
    padding-top: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .q-icon {
    display: none;
  }

  .grid-gap2-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .service-block-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-bottom: 1px solid #f3f3f3;
    flex-flow: column;
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-bottom: 3rem;
    padding-left: .75rem;
    padding-right: .75rem;
    position: relative;
  }

  .div-block-9 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .btn_icon {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-top: 1rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .btn_icon.m_right12 {
    right: .75rem;
  }

  .plus_vertical {
    height: .8125rem;
  }

  .plus_horisontal {
    width: .8125rem;
  }

  .modal_default, .modal_default.modal1 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    display: none;
  }

  .modal_default.modal2, .modal_default.modal5 {
    display: none;
  }

  .modal_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    position: relative;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 5%;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9-copy {
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .modal2 {
    display: none;
  }

  .services_number {
    width: 100%;
    padding-top: .75rem;
  }

  .services_number.main {
    width: 100%;
  }
}

#w-node-e0e26d4b-990d-ecdf-94e3-fb3d01e6f183-01e6f178 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0e26d4b-990d-ecdf-94e3-fb3d01e6f185-01e6f178, #w-node-dd8e0129-f6f7-d6b6-748a-1526199725d0-01e6f178 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e26d4b-990d-ecdf-94e3-fb3d01e6f197-01e6f178 {
  justify-self: end;
}

#w-node-_8b3494b0-d3a1-caba-c24e-e24cb0290da8-b0290d9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_8e2f036a-e6d2-edfe-87c4-8ad564de4a2c-64de4a10 {
    justify-self: end;
  }

  #w-node-_8e2f036a-e6d2-edfe-87c4-8ad564de4a2f-64de4a10 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0e26d4b-990d-ecdf-94e3-fb3d01e6f180-01e6f178 {
    justify-self: end;
  }

  #w-node-e0e26d4b-990d-ecdf-94e3-fb3d01e6f191-01e6f178, #w-node-e0e26d4b-990d-ecdf-94e3-fb3d01e6f194-01e6f178 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Tt Hoves Pro';
  src: url('../fonts/TT_Hoves_Pro_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Hoves Pro';
  src: url('../fonts/TT_Hoves_Pro_Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Hoves Pro 1';
  src: url('../fonts/TT_Hoves_Pro_Mono_Trial_DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}