@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-navy: #1d2131;
  --white: white;
  --yellow: #fac343;
  --red: #e61c46;
  --red-hover: #bb1436;
  --navy: #0f121f;
  --input: #343746;
  --grey: #dadada;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--light-navy);
  color: var(--white);
  flex-direction: column;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  transition: all .5s;
  display: flex;
}

.hero {
  background-color: #191b29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.content.horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
}

.content.horizontal.alt20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 115%;
}

.hero-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 640px;
  display: flex;
}

.text-span {
  color: var(--yellow);
}

.hero-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  height: 490px;
}

.points {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-2, .image-3, .image-4, .image-5 {
  width: 24px;
  height: 24px;
}

.hero-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button {
  background-color: var(--red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  max-width: 330px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  transition: all .5s;
  display: flex;
}

.button:hover {
  background-color: var(--red-hover);
}

.button.alt {
  align-self: stretch;
  min-width: auto;
  max-width: none;
}

.button-alt {
  border: 1px solid var(--red);
  background-color: var(--navy);
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  transition: all .5s;
  display: flex;
}

.button-alt:hover {
  border-color: var(--red-hover);
  background-color: var(--red-hover);
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar {
  z-index: 11;
  background-color: var(--navy);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  transition: all .4s;
}

.nav-link:hover {
  color: var(--yellow);
}

.nav-link.w--current {
  color: var(--white);
}

.brand {
  width: 120px;
  height: 60px;
}

.navy-bg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  padding: 50px 50px 40px;
  display: flex;
  position: relative;
}

.navy-bg.alt-bg {
  background-color: var(--light-navy);
}

.heading-h2 {
  width: 650px;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
}

.heading-h2.alt {
  width: auto;
}

.text-span-2, .text-span-3 {
  color: var(--yellow);
}

.text-span-4 {
  color: var(--yellow);
  text-decoration: line-through;
}

.input-block {
  flex-direction: column;
  display: flex;
}

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

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 10px;
  display: flex;
}

.text-field {
  background-color: var(--input);
  color: var(--white);
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.politicy {
  color: #7a7a7a;
  text-align: left;
  font-size: 12px;
  line-height: 140%;
}

.politicy.left {
  text-align: left;
}

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

.image-6 {
  width: 340px;
  height: 300px;
  position: absolute;
  inset: -50px 20px 0% auto;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block {
  color: var(--grey);
  width: 650px;
}

.navy-bg2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 50px 40px 60px;
  display: flex;
  position: static;
}

.navy-bg2.alt {
  align-items: flex-start;
  padding-bottom: 50px;
}

.heading-h2b {
  font-size: 44px;
  font-weight: 400;
  line-height: 125%;
}

.heading-h2b.center {
  text-align: center;
  align-self: center;
  max-width: 80%;
  margin-bottom: 0;
}

.heading-h2b.center.max100 {
  max-width: 100%;
}

.text-span-5 {
  color: var(--yellow);
}

.left-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.advantages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.advantages.alt {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.advantage {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.advh {
  color: var(--yellow);
  font-size: 46px;
}

.right-cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 400px;
  height: 450px;
  padding: 30px;
  display: flex;
  position: static;
}

.text26y {
  color: var(--yellow);
  font-size: 26px;
}

.text16w {
  color: var(--grey);
  font-size: 16px;
}

.sumblock {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.image-7 {
  width: 170px;
  height: 170px;
}

.text-block-center {
  color: var(--grey);
  text-align: left;
}

._4-block {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 30px;
  display: grid;
}

.saf {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.image-8 {
  width: 26px;
  height: 26px;
  position: absolute;
  inset: -14px 0% 0% auto;
}

.table_cell {
  background-color: var(--grey);
  color: var(--navy);
  border: 1px solid #bbb;
  min-width: 170px;
  padding: 15px 30px;
  font-size: 16px;
}

.table_header {
  background-color: var(--yellow);
  color: var(--navy);
  text-align: left;
  border: 1px solid #bbb;
  border-top-style: none;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 120%;
}

.table_component {
  flex: 1;
}

.column-table {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.table-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.head-text {
  text-align: center;
  font-size: 24px;
  line-height: 140%;
}

.slide {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
}

.text-field-full-screen {
  background-color: var(--input);
  color: var(--white);
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.progress-bar {
  background-color: var(--input);
  border-radius: 10px;
  height: 12px;
}

.progress-bar-yellow {
  background-color: var(--yellow);
  border-radius: 10px;
  width: 25%;
  height: 12px;
}

.progress-bar-yellow._34 {
  width: 34%;
}

.progress-bar-yellow._51 {
  width: 51%;
}

.progress-bar-yellow._85 {
  width: 85%;
}

.progress-bar-yellow._100 {
  width: 100%;
}

.progress-bar-yellow._68 {
  width: 68%;
}

.progress-bar-yellow._50 {
  width: 50%;
}

.progress-bar-yellow._75 {
  width: 75%;
}

.progress-bar-yellow._17 {
  width: 17%;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 440px;
}

.slide-3 {
  background-color: var(--navy);
  border-radius: 10px;
  padding: 40px;
}

.slide-nav {
  font-size: 10px;
}

.radio {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.radio-button {
  color: var(--navy);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.cont-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  margin-bottom: 10px;
  display: flex;
}

.left-arrow {
  width: 140px;
  inset: auto auto 40px 60px;
}

.button-mini {
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  transition: all .5s;
  display: flex;
}

.button-mini:hover {
  background-color: var(--red-hover);
}

.icon {
  display: none;
}

.right-arrow {
  width: 140px;
  inset: auto 60px 40px auto;
}

.icon-2 {
  display: none;
}

.text-block-2, .text-block-3, .text-block-5, .text-block-6 {
  text-transform: uppercase;
  font-size: 16px;
}

.heading-2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
}

.tabs-menu {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  height: 60px;
  display: flex;
}

.numpunkt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-2 {
  color: var(--white);
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .5s;
  display: flex;
}

.tab-link-tab-2:hover {
  color: var(--yellow);
}

.tab-link-tab-2.w--current {
  background-color: var(--yellow);
  color: var(--navy);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.yellownum {
  color: var(--yellow);
  min-width: 50px;
  padding-top: 10px;
  font-size: 46px;
}

.tab-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  display: flex;
}

.tab-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 600px;
  display: flex;
}

.image-9 {
  width: 500px;
  height: 500px;
}

.tabs {
  background-color: var(--navy);
  border-radius: 10px;
}

.objects {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.object {
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.clients {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.client-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.client-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.client-title {
  font-size: 20px;
  font-weight: 400;
}

.client-date {
  color: var(--grey);
}

.image-10 {
  width: 120px;
  height: 80px;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.list-item {
  color: var(--grey);
  font-size: 16px;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 20px;
  display: flex;
}

.text-span-6 {
  color: var(--yellow);
}

.call-cont {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 600px;
  display: flex;
}

.image-11 {
  width: auto;
  height: 100%;
  padding-top: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.formem {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
  position: relative;
}

.docs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.doc {
  background-color: var(--navy);
  cursor: zoom-in;
  border-radius: 70px 10px 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 350px;
  height: auto;
  padding: 50px;
}

.image-13 {
  width: 500px;
  height: 534px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.app-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  margin-bottom: 30px;
  display: flex;
}

.faq-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
}

.faq-name-block {
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.faq-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.icon-faq {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.faq-text {
  padding-top: 0;
  overflow: hidden;
}

.com_text {
  direction: ltr;
  color: var(--grey);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.list-3 {
  padding-left: 20px;
}

.contacts-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contacts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-navy);
  border-radius: 10px;
  flex-direction: column;
  max-width: 35%;
  padding: 40px;
  display: flex;
}

.footer {
  background-color: var(--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 60px;
  display: flex;
}

.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-block-8 {
  color: var(--yellow);
}

.link-phone {
  color: var(--white);
  text-decoration: none;
}

.map {
  background-color: var(--light-navy);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.social-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.vk {
  background-color: var(--red);
  background-image: url('../images/vk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 34px;
  height: 34px;
}

.whatsapp {
  background-color: var(--red);
  background-image: url('../images/whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 34px;
  height: 34px;
}

.telegram {
  background-color: var(--red);
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 34px;
  height: 34px;
}

.footer-down {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.copyright {
  font-size: 14px;
}

.link {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
}

.links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.header-phone {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.contacts-header {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.phone {
  color: var(--white);
  font-size: 22px;
  text-decoration: none;
  transition: all .4s;
}

.phone:hover {
  color: var(--yellow);
}

.image-14 {
  width: 35px;
  height: 35px;
}

.message {
  color: var(--white);
  font-size: 14px;
  text-decoration: underline;
  transition: all .4s;
}

.message:hover {
  color: var(--yellow);
}

.radio-button-field {
  align-items: center;
  display: flex;
}

.round-table {
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.hero-left2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.hero-cont-block {
  display: flex;
}

.image-copy {
  height: 300px;
  display: none;
}

.stagetext, .list-item-2 {
  color: var(--grey);
}

.div-text {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-10 {
  color: var(--grey);
  flex: 1;
}

.list-item-3 {
  color: var(--grey);
}

.modal_window {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 370px;
  padding: 40px;
  display: flex;
  position: sticky;
}

.modal-close-button {
  cursor: pointer;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal_wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #36363680;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.h2-backcall {
  color: #fcfdfe;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.h2-backcall.black {
  color: var(--white);
  font-family: Euclidcirculara, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.form-modal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.div-block {
  background-color: var(--light-navy);
  border-radius: 10px;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  position: relative;
}

.right-cont-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 400px;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
}

.image-15 {
  width: 140px;
  height: 140px;
}

.two-blocks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.one-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  padding: 30px 40px 40px;
  display: flex;
}

.div-block-2 {
  background-color: var(--light-navy);
  border-radius: 10px;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.prices-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.prices-cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.price-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 40px;
  display: flex;
}

.tarif-name {
  font-size: 30px;
  font-weight: 400;
}

.tafif-text {
  color: var(--grey);
  text-align: center;
}

.square-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 10px;
  display: flex;
}

.text-block-11 {
  color: var(--yellow);
  font-size: 24px;
  font-weight: 400;
}

.html-embed {
  align-self: stretch;
}

.tarif-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: baseline;
  display: flex;
}

.price {
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-7 {
  color: var(--yellow);
}

.serve-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.vpv {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vpv-bl {
  background-color: var(--light-navy);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

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

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-navy);
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.text-block-14 {
  font-size: 20px;
  font-weight: 400;
}

.points2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: 820px;
}

.radio-obj {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-image {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button-label-2 {
  text-align: center;
  margin-bottom: 0;
  padding: 16px 20px;
  font-weight: 300;
}

.radio-button-2 {
  margin-left: 0;
  display: none;
}

.object-rad {
  background-color: var(--light-navy);
  border-radius: 10px;
  overflow: hidden;
}

.radio-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: grid;
}

.obs-block {
  background-color: var(--navy);
  border-radius: 10px;
  align-self: stretch;
  padding: 40px 50px;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  padding: 30px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-block-15 {
  text-align: center;
  font-weight: 400;
}

.image-16 {
  width: 150px;
  height: 150px;
}

.head-centr-h1 {
  margin-top: 100px;
  font-size: 54px;
  font-weight: 400;
  line-height: 125%;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: baseline;
  display: flex;
}

.link-2 {
  color: var(--yellow);
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  color: var(--red);
}

.paragraph-2 {
  font-size: 30px;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._3-block {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 30px;
  display: grid;
}

.image-23 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-bottom: 20px;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .content.horizontal {
    width: auto;
  }

  .heading {
    font-size: 48px;
  }

  .hero-left {
    width: auto;
  }

  .image {
    width: 260px;
    max-width: none;
    height: auto;
    display: none;
  }

  .points {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .button {
    flex-direction: row;
    min-width: 200px;
    font-size: 14px;
  }

  .button-alt {
    min-width: 260px;
    max-width: 300px;
    font-size: 14px;
  }

  .navy-bg {
    overflow: visible;
  }

  .navy-bg.alt-bg {
    padding: 30px;
  }

  .navy-bg.hide {
    overflow: hidden;
  }

  .form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-field {
    padding-left: 20px;
  }

  .politicy {
    text-align: left;
  }

  .image-6 {
    width: 200px;
    height: 190px;
    inset: auto 3% -70px auto;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navy-bg2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .navy-bg2.alt {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-h2b.center {
    max-width: 100%;
  }

  .left-cont {
    width: auto;
  }

  .advantages.alt {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .advh {
    font-size: 40px;
  }

  .right-cont {
    max-width: none;
    height: auto;
    position: relative;
  }

  .image-7 {
    width: 200px;
    height: 200px;
    position: absolute;
    inset: auto 20px 20px auto;
  }

  ._4-block {
    order: 1;
  }

  .saf {
    padding: 20px;
  }

  .table_cell {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table_header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-table {
    flex-direction: column;
  }

  .slider {
    width: auto;
    height: 500px;
  }

  .slide-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow {
    left: 30px;
  }

  .button-mini {
    font-size: 14px;
  }

  .right-arrow {
    right: 30px;
  }

  .text-block-2, .text-block-3, .text-block-5, .text-block-6 {
    font-size: 14px;
  }

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

  .numpunkt {
    align-items: flex-start;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    padding-left: 30px;
    padding-right: 30px;
  }

  .yellownum {
    padding-top: 10px;
  }

  .tab-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 30px;
  }

  .image-9 {
    width: 400px;
    height: 360px;
  }

  .object {
    height: auto;
  }

  .clients {
    grid-template-columns: 1fr 1fr;
  }

  .call-cont {
    width: 70%;
  }

  .image-11 {
    width: 30%;
    height: auto;
    top: 60px;
  }

  .formem {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-13 {
    width: 420px;
    height: 420px;
    right: -7rem;
  }

  .contacts {
    max-width: 35%;
    padding: 30px;
  }

  .nav-menu {
    background-color: var(--navy);
  }

  .contacts-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .image-14 {
    width: 26px;
    height: 26px;
  }

  .form-2 {
    width: auto;
    max-width: none;
  }

  .form-block-2 {
    align-self: center;
    max-width: 96vw;
  }

  .icon-3 {
    font-size: 40px;
  }

  .hero-cont-block {
    justify-content: space-between;
  }

  .image-copy {
    width: auto;
    max-width: 50%;
    height: auto;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--red);
  }

  .div-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal_wrapper {
    display: none;
  }

  .h2-backcall {
    font-size: 24px;
  }

  .form-modal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .right-cont-2 {
    max-width: none;
    height: auto;
    position: relative;
  }

  .two-blocks {
    flex-direction: column;
  }

  .prices-block {
    grid-template-columns: 1fr 1fr;
  }

  .points2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .form-block-3 {
    align-self: center;
    max-width: 96vw;
  }

  .form-3 {
    width: auto;
    max-width: none;
  }

  .slider-2 {
    width: auto;
    height: 780px;
  }

  .div-block-7 {
    order: -1;
  }

  ._3-block {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 80px;
  }

  .content, .content.horizontal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 38px;
  }

  .points {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .header {
    padding: 0;
  }

  .navy-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navy-bg.alt-bg {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2 {
    width: auto;
  }

  .form {
    grid-template-columns: 1fr 1fr;
  }

  .text-field {
    font-size: 16px;
  }

  .politicy, .politicy.left {
    line-height: 130%;
  }

  .image-6 {
    inset: -100px 0% auto auto;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block {
    width: auto;
    font-size: 16px;
  }

  .navy-bg2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2b, .advh {
    font-size: 30px;
  }

  .advt {
    font-size: 16px;
  }

  .image-7 {
    width: 120px;
    height: 120px;
    inset: -29% 0% auto auto;
  }

  .text-block-center {
    font-size: 16px;
  }

  ._4-block {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .table_cell {
    padding: 5px;
    font-size: 14px;
    line-height: 140%;
  }

  .table_header {
    padding: 5px;
    font-size: 14px;
  }

  .slide {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .slider {
    height: 520px;
  }

  .slide-3 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .radio {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cont-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .left-arrow {
    left: 20px;
  }

  .right-arrow {
    right: 20px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .tabs-menu {
    flex-direction: column;
    height: auto;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tab-block {
    flex-direction: column-reverse;
    padding: 0 20px 40px;
  }

  .image-9 {
    width: 250px;
    height: 250px;
  }

  .objects {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .object {
    height: auto;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .clients {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .client {
    padding: 20px;
  }

  .client-info {
    flex-direction: column-reverse;
  }

  .client-date {
    font-size: 16px;
  }

  .list-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .call-cont {
    width: auto;
  }

  .image-11 {
    display: none;
    position: absolute;
    top: -188px;
  }

  .formem {
    grid-template-columns: 1fr 1fr;
  }

  .doc {
    border-top-left-radius: 50px;
    width: auto;
    height: auto;
  }

  .image-12 {
    padding: 30px;
  }

  .image-13 {
    display: none;
  }

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

  .contacts-footer {
    flex-direction: column;
  }

  .contacts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    padding: 20px;
    display: grid;
  }

  .copyright {
    align-self: flex-end;
  }

  .links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .header-phone {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contacts-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .phone {
    font-size: 20px;
  }

  .image-14 {
    display: none;
  }

  .image-copy {
    width: 40%;
    max-width: none;
    height: 40%;
    display: block;
  }

  .stagetext, .list-item-2 {
    font-size: 16px;
  }

  .radio-button-label {
    font-size: 16px;
    font-weight: 300;
  }

  .div-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-9, .list-item-3 {
    font-size: 16px;
  }

  .form-modal {
    grid-template-columns: 1fr 1fr;
  }

  .prices-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .tafif-text {
    font-size: 16px;
  }

  .text-block-11 {
    align-self: flex-end;
  }

  .tarif-price {
    align-self: stretch;
  }

  .price {
    font-size: 38px;
  }

  .points2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .slider-2 {
    height: 620px;
  }

  .radio-button-label-2 {
    padding: 10px;
    font-size: 16px;
  }

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

  .text-block-17 {
    font-size: 16px;
  }

  .head-centr-h1 {
    font-size: 30px;
  }

  .html-embed-2, .checkbox-label {
    font-size: 16px;
  }

  ._3-block {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading {
    font-size: 28px;
  }

  .hero-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button, .button-alt {
    max-width: none;
  }

  .navy-bg {
    padding-top: 30px;
  }

  .heading-h2 {
    font-size: 22px;
    line-height: 120%;
  }

  .form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-6 {
    width: 140px;
    height: auto;
    top: -50px;
    right: 10px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navy-bg2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading-h2b, .heading-h2b.center {
    font-size: 24px;
  }

  .advantages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .advantages.alt {
    grid-template-columns: 1fr;
  }

  .advantage {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .advh {
    font-size: 24px;
  }

  .advt {
    line-height: 140%;
  }

  .right-cont {
    padding: 40px 20px 20px;
  }

  .text26y {
    font-size: 22px;
  }

  .image-7 {
    width: 100px;
    height: 100px;
    top: -70px;
    right: auto;
  }

  .text-block-center {
    line-height: 130%;
  }

  ._4-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    padding-top: 0;
  }

  .table_cell {
    max-width: 300px;
    padding: 7px 2px;
    font-size: 11px;
    line-height: 120%;
  }

  .table_header {
    font-size: 12px;
  }

  .head-text {
    font-size: 20px;
    line-height: 130%;
  }

  .slide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider {
    height: 620px;
  }

  .radio {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .cont-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .left-arrow, .right-arrow {
    width: 120px;
    bottom: 50px;
  }

  .yellownum {
    min-width: 40px;
    font-size: 40px;
  }

  .tab-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-9 {
    width: 200px;
    height: 200px;
  }

  .objects {
    grid-template-columns: 1fr 1fr;
  }

  .clients {
    grid-template-columns: 1fr;
  }

  .client-info {
    flex-direction: row;
  }

  .client-date {
    line-height: 130%;
  }

  .list-item {
    font-size: 14px;
    line-height: 130%;
  }

  .call-cont {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-11 {
    width: 160px;
    height: auto;
    top: -87px;
  }

  .formem {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .doc {
    border-top-left-radius: 40px;
  }

  .image-12 {
    padding: 20px;
  }

  .image-13 {
    width: 200px;
    height: auto;
    display: block;
    bottom: -20px;
    right: -38px;
  }

  .app-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 0;
  }

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

  .faq-name {
    font-size: 16px;
    line-height: 140%;
  }

  .com_text {
    font-size: 14px;
  }

  .list-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .contacts {
    grid-template-columns: 1fr;
  }

  .copyright {
    align-self: flex-end;
    font-size: 12px;
  }

  .link {
    font-size: 12px;
  }

  .header-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .phone {
    font-size: 16px;
  }

  .image-14 {
    width: 20px;
    height: 20px;
    display: none;
  }

  .message {
    display: none;
  }

  .round-table {
    overflow: hidden;
  }

  .hero-left2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-cont-block {
    flex-direction: column-reverse;
  }

  .image-copy {
    width: 60%;
    height: 60%;
  }

  .menu-button {
    padding: 10px;
  }

  .list-item-2 {
    line-height: 135%;
  }

  .radio-button-label {
    line-height: 125%;
  }

  .text-block-10, .paragraph {
    font-size: 16px;
  }

  .list-item-3 {
    line-height: 135%;
  }

  .modal_window {
    width: 96%;
    padding: 20px;
  }

  .modal-close-button {
    width: 40px;
    height: 40px;
  }

  .h2-backcall {
    font-size: 20px;
  }

  .form-modal {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bold-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
  }

  .div-block {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-cont-2 {
    padding: 0;
  }

  .one-block, .div-block-2 {
    padding: 20px;
  }

  .prices-block {
    grid-template-columns: 1fr;
  }

  .price-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tarif-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .tafif-text {
    font-size: 16px;
  }

  .text-block-11 {
    font-size: 22px;
  }

  .tarif-price {
    margin-bottom: 10px;
  }

  .price {
    font-size: 32px;
  }

  .pricemont {
    font-size: 16px;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    height: 650px;
  }

  .radio-obj {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .radio-button-label-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .radio-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .obs-block {
    padding: 20px;
  }

  .div-block-5 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
    display: none;
  }

  .head-centr-h1 {
    font-size: 24px;
  }

  .link-2 {
    font-size: 14px;
  }

  ._3-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    padding-top: 0;
  }
}

#w-node-cbe67232-e28b-0cb3-9bc1-da7b56c9163e-74aca895, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c91642-74aca895, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c91646-74aca895, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c9164a-74aca895, #w-node-_98079e96-7236-9be2-3f1f-f23be2870b1f-74aca895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1f62d5c-8afa-3d4a-0135-889dba35b5ce-74aca895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e0952187-2e77-1346-1713-2b47db130f09-74aca895, #w-node-_4c87c9b5-4d2d-c9b5-c9ca-a3ce51ada294-74aca895, #w-node-_15b4596b-4a73-ffc7-4571-0aaee3d3256c-74aca895, #w-node-_3579c2dc-d379-4e4a-a167-13c1a48e3c7e-74aca895, #w-node-_7af0d380-aeff-89aa-5935-cfaea4dbafb6-74aca895, #w-node-_03da1cde-0e98-4689-6177-d9bde3f371ee-74aca895, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d07-74aca895, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d0d-74aca895, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d13-74aca895, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d19-74aca895, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7376-74aca895, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba737b-74aca895, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7380-74aca895, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7385-74aca895, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4952-74aca895, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4945-74aca895, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4961-74aca895, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4995-74aca895, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef49a2-74aca895, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef497b-74aca895, #w-node-_709e927c-b723-bdf3-6681-89d96899d57d-74aca896, #w-node-_709e927c-b723-bdf3-6681-89d96899d582-74aca896, #w-node-_709e927c-b723-bdf3-6681-89d96899d587-74aca896, #w-node-_709e927c-b723-bdf3-6681-89d96899d58c-74aca896, #w-node-_12c0cf8c-9322-88d7-f8e9-b30eef386c0e-74aca896, #w-node-_6459ad4f-504d-a0ba-f41a-d21c5805ebf1-74aca896, #w-node-b6bdfdd6-675d-3a72-7ea7-27b05a02c368-74aca896, #w-node-e178a84f-62a7-90f1-dc53-7791bd64424a-74aca896, #w-node-b1fd91c3-a5ab-32d3-bb39-d8ee9b4c8c1f-74aca896, #w-node-_87a3bc66-6a08-e2e6-3510-53bab2a4e6ae-74aca896, #w-node-_912f5192-9b95-cc6c-3b8d-3adeb6084a06-74aca896, #w-node-_912f5192-9b95-cc6c-3b8d-3adeb6084a0a-74aca896, #w-node-_912f5192-9b95-cc6c-3b8d-3adeb6084a0e-74aca896, #w-node-_5ada3709-cade-70eb-64d2-5bd7d8a3634b-74aca896, #w-node-a64f238f-c905-7bfe-d220-f98676e05c3a-74aca896, #w-node-fd336ac1-4ba5-65f7-e6cd-4ecac79b3b1b-74aca896, #w-node-fd336ac1-4ba5-65f7-e6cd-4ecac79b3b1c-74aca896, #w-node-_39fcb88c-92dd-3a17-b468-aa7ade5c9c33-74aca896, #w-node-_39fcb88c-92dd-3a17-b468-aa7ade5c9c34-74aca896, #w-node-efb7be74-4932-6ff9-d943-cce3d2dc5c71-74aca896, #w-node-efb7be74-4932-6ff9-d943-cce3d2dc5c72-74aca896, #w-node-e8b188bd-22dd-3a48-c57d-f7c4f68d9f26-74aca896, #w-node-e8b188bd-22dd-3a48-c57d-f7c4f68d9f27-74aca896, #w-node-_6d0c80f0-b598-90e3-bdbe-0832780c75f4-74aca896, #w-node-_6d0c80f0-b598-90e3-bdbe-0832780c75f5-74aca896, #w-node-_4706df51-1b31-2c44-fdb0-cb3b66468d18-74aca896, #w-node-_95cedd70-e205-45fd-858b-f259b4800459-74aca896, #w-node-_08ea6dfe-a5d5-e3c3-03ab-845d70e7b752-74aca896, #w-node-b1d873b1-8e03-e482-df4d-22c2435295e1-74aca896, #w-node-_5da1b7ac-ecf6-99f8-624c-47f69e3ebbdd-74aca896, #w-node-_8b37e0f1-e2d1-f654-32ca-c670d08c1426-74aca896, #w-node-c55ae895-de9a-864a-69f3-c801ab5017c9-74aca896, #w-node-_71f676eb-d863-21e7-7d12-7393e66666fc-74aca896, #w-node-b497564c-5c90-6637-cf4a-02da5aecfa1e-74aca896, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c9163e-922f845e, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c91642-922f845e, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c91646-922f845e, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c9164a-922f845e, #w-node-_98079e96-7236-9be2-3f1f-f23be2870b1f-922f845e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1f62d5c-8afa-3d4a-0135-889dba35b5ce-922f845e, #w-node-db271e8c-f2e5-9a13-afb9-231ec2e9a5be-922f845e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e0952187-2e77-1346-1713-2b47db130f09-922f845e, #w-node-_4c87c9b5-4d2d-c9b5-c9ca-a3ce51ada294-922f845e, #w-node-_15b4596b-4a73-ffc7-4571-0aaee3d3256c-922f845e, #w-node-_3579c2dc-d379-4e4a-a167-13c1a48e3c7e-922f845e, #w-node-_7af0d380-aeff-89aa-5935-cfaea4dbafb6-922f845e, #w-node-_03da1cde-0e98-4689-6177-d9bde3f371ee-922f845e, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d07-922f845e, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d0d-922f845e, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d13-922f845e, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d19-922f845e, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7376-922f845e, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba737b-922f845e, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7380-922f845e, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7385-922f845e, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4952-922f845e, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4945-922f845e, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4961-922f845e, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4995-922f845e, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef49a2-922f845e, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef497b-922f845e, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c9163e-d413ffe5, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c91642-d413ffe5, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c91646-d413ffe5, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c9164a-d413ffe5, #w-node-_98079e96-7236-9be2-3f1f-f23be2870b1f-d413ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1f62d5c-8afa-3d4a-0135-889dba35b5ce-d413ffe5, #w-node-db271e8c-f2e5-9a13-afb9-231ec2e9a5be-d413ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e0952187-2e77-1346-1713-2b47db130f09-d413ffe5, #w-node-_4c87c9b5-4d2d-c9b5-c9ca-a3ce51ada294-d413ffe5, #w-node-_15b4596b-4a73-ffc7-4571-0aaee3d3256c-d413ffe5, #w-node-_3579c2dc-d379-4e4a-a167-13c1a48e3c7e-d413ffe5, #w-node-_7af0d380-aeff-89aa-5935-cfaea4dbafb6-d413ffe5, #w-node-_03da1cde-0e98-4689-6177-d9bde3f371ee-d413ffe5, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d07-d413ffe5, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d0d-d413ffe5, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d13-d413ffe5, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d19-d413ffe5, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7376-d413ffe5, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba737b-d413ffe5, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7380-d413ffe5, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4952-d413ffe5, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4945-d413ffe5, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4961-d413ffe5, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4995-d413ffe5, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef49a2-d413ffe5, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef497b-d413ffe5, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c9163e-6a5fdfeb, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c91642-6a5fdfeb, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c91646-6a5fdfeb, #w-node-cbe67232-e28b-0cb3-9bc1-da7b56c9164a-6a5fdfeb, #w-node-_98079e96-7236-9be2-3f1f-f23be2870b1f-6a5fdfeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1f62d5c-8afa-3d4a-0135-889dba35b5ce-6a5fdfeb, #w-node-db271e8c-f2e5-9a13-afb9-231ec2e9a5be-6a5fdfeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e0952187-2e77-1346-1713-2b47db130f09-6a5fdfeb, #w-node-_4c87c9b5-4d2d-c9b5-c9ca-a3ce51ada294-6a5fdfeb, #w-node-_15b4596b-4a73-ffc7-4571-0aaee3d3256c-6a5fdfeb, #w-node-_3579c2dc-d379-4e4a-a167-13c1a48e3c7e-6a5fdfeb, #w-node-_7af0d380-aeff-89aa-5935-cfaea4dbafb6-6a5fdfeb, #w-node-_03da1cde-0e98-4689-6177-d9bde3f371ee-6a5fdfeb, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d07-6a5fdfeb, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d0d-6a5fdfeb, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d13-6a5fdfeb, #w-node-_15b45e44-fa68-5a49-a5c3-6d0f2ce66d19-6a5fdfeb, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7376-6a5fdfeb, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba737b-6a5fdfeb, #w-node-_381517b3-2d46-fccf-5f8f-2cea36ba7380-6a5fdfeb, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4952-6a5fdfeb, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4945-6a5fdfeb, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4961-6a5fdfeb, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef4995-6a5fdfeb, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef49a2-6a5fdfeb, #w-node-c9d58a3b-ee25-b12c-6ae3-26b90cef497b-6a5fdfeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}