@font-face {
  font-family: 'Sofia Pro';
  src: url(/media/fonts/SofiaProRegular.woff) format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/media/fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url(/media/fonts/Montserrat-Bold.ttf);
}

* {
  box-sizing: border-box;
}

strong {
  font-family: 'Montserrat-Bold';
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  min-height: auto;
  background-color: #092749;
  font-family: 'Sofia Pro', sans-serif;
  max-width: 1440px;
  margin: 20px auto;
  padding: 0 45px;
}

.section.blue.xl.section-demo {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
}

#notificationsContainer {
  position: fixed;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 9999;
}

#notificationsContainer .notification_wrapper {
  /* background-color: #98bee5; */
  margin: 15px 10px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  opacity: 0;
  transform: translateX(1000px);
  transition: opacity 0.3s linear 0.3s, transform 0.5s linear;
}

#notificationsContainer .notification,
#notificationsContainer .success,
#notificationsContainer .error {
  font-family: Montserrat, sans-serif;
  padding: 8px 16px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

#notificationsContainer .success::after {
  content: '✓';
  padding: 8px;
}
#notificationsContainer .error::after {
  content: '✗';
  padding: 8px;
}

#notificationsContainer .active {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.3s linear 0.3s, transform 0.5s linear;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav img {
  width: 166px;
}

.section__badge.cream {
  color: #e0d7c4;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-3.section__title.heading--small {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 42px;
}

.heading-3.section__title.heading--small.cream {
  max-width: 1350px;
  color: #e0d7c4;
  font-weight: 500;
  line-height: 54px;
}

.button-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0.5rem;
  display: inline-block;
  padding: 9px 15px;
  color: white;
  line-height: inherit;
  text-decoration: none;
}

.button-2:hover {
  background-color: #fff;
  color: #092749;
}

.section__items.section__demo {
  margin-top: 82px;
  margin-bottom: 0px;
  padding-bottom: 90px;
  align-items: flex-start;
  border-bottom: 1px solid #29415b;
}

.section__items {
  display: flex;
  justify-content: space-between;
}

.section__form {
  width: 100%;
  max-width: 549px;
  margin-right: 40px;
}

.section__media.demo-media {
  max-width: 620px;
  margin-top: 30px;
}

.section__media {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.section__media-item.small.right {
  position: relative;
  max-width: 620px;
  padding-top: 389px;
  border-top-left-radius: 0%;
  border-top-right-radius: 260px;
}

.section__media-item.small {
  max-height: 389px;
}

.section__media-item {
  height: auto;
  background-color: #bccbc4;
}

.image-4 {
  display: block;
  width: 60%;
  max-width: 428px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-4.absolute-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 35px;
  background-color: #092749;
  font-family: Montserrat, sans-serif;
  color: #e0d7c4;
  font-size: 15px;
  line-height: 120%;
}

.footer__top {
  display: flex;
  align-items: flex-start;
}

.footer__bottom {
  display: flex;
  margin-top: 90px;
  justify-content: space-between;
}

.footer__bottom-menu {
  display: flex;
  align-items: center;
}

.footer__bottom p {
  font-weight: 400;
  color: #e0d7c3;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  margin: 0;
  line-height: normal;
}

.footer__bottom span {
  margin: 0 10px;
}

.footer__copy {
  font-size: 13px;
  line-height: 130%;
}

.footer__nav {
  display: flex;
}

.footer__subscribe {
  width: 344px;
}

.footer__nav-label {
  margin-bottom: 12px;
  opacity: 0.6;
  font-weight: 500;
}

.w-form {
  margin: 0 0 15px;
}

.css-1rf8x2v-form {
  display: flex;
}

.ValidationField {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.css-b7di1o-cssStyles-cssStyles {
  position: relative;
}

.input-form {
  width: 100%;
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-weight: 300;
  font-family: 'Sofia Pro', sans-serif;
  border-radius: 6px;
  height: 34px;
  border: 1px solid #cfd1d2;
  font-size: 14px;
  color: #e0d7c3;
  line-height: normal;
  -webkit-box-shadow: 0 0 0 3.4rem #092749 inset !important;
  -webkit-text-fill-color: #e0d7c3 !important;
}

.ValidationField input {
  border-radius: 0.4rem 0 0 0.4rem;
}

.CustomButton {
  outline: none;
  border-radius: 1.7rem;
  font-family: 'Sofia Pro', sans-serif;
  white-space: nowrap;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  min-width: initial;
  background-color: #417bbf;
  border-style: solid;
  border-color: #417bbf;
  border-width: 1px;
  padding: 0 20px;
  color: #fff;
  height: 34px;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 1px solid #cfd1d2;
  border-radius: 0 6px 6px 0;
  border-left: none;
  background-color: #e0d7c4;
  color: #092749;
  font-weight: 600;
  padding-right: 42px;
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.submit-button {
  padding-right: 42px;
  padding-left: 12px;
  background-color: #e0d7c4;
  background-image: url(/media/img/ico-arrow_1.svg);
  background-position: 94% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #092749;
  font-weight: 600;
}

.submit-button:hover {
  cursor: pointer;
}

.submit-button.subscribe-submit {
  transition: background-color 200ms ease;
}

.footer__info {
  margin-left: auto;
}

.footer__logo {
  display: flex;
  align-items: center;
}

.footer__logo-image {
  display: flex;
}

.link-block-4 {
  text-decoration: none;
  cursor: pointer;
}

.image-8 {
  max-width: 108px;
}

.separator {
  width: 1px;
  height: auto;
  margin-right: 13px;
  margin-left: 13px;
  background-color: rgba(224, 215, 196, 0.15);
}

.footer__logo-text {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  align-items: center;
  border-left: 1px none rgba(224, 215, 196, 0.15);
}

.text-block-4 {
  font-size: 14px;
  line-height: 14px;
}

.image-9 {
  max-width: 40px;
  margin-right: 5px;
  margin-left: 5px;
}

.footer__address {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer__address-text {
  margin-bottom: 15px;
  font-weight: 500;
}

.footer__address-link {
  transition: color 200ms ease;
  color: #e0d7c4;
  text-decoration: none;
}

.footer__social-link {
  margin-right: 20px;
}

.section__items.section__demo {
  margin-top: 130px;
  margin-bottom: 0px;
  padding-bottom: 90px;
  align-items: flex-start;
  border-bottom: 1px solid #29415b;
}

.section__form {
  width: 100%;
  max-width: 529px;
  margin-right: 40px;
}

.css-1m49298-fieldValidatorContainer-controlsFormGutter-controlsFormGutter-ValidationField-ValidationField {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

.css-4wxgfp-cssStyles-cssStyles-TextLabel-TextLabel {
  color: #e0d7c3;
  font-weight: 500;
  font-size: 15px;
  cursor: default;
  margin-right: 24px;
  margin-bottom: 6px;
  white-space: nowrap;
  text-align: right;
  padding-top: 0;
}

.css-1xvria9-cssStyles-cssStyles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.css-oajoj0-cssStyles-cssStyles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.css-b7di1o-cssStyles-cssStyles {
  position: relative;
}

.css-173xk1k-cssStyles-cssStyles {
  width: 100%;
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  font-family: 'Sofia Pro', sans-serif;
  border-radius: 6px;
  height: 34px;
  border: 1px solid #cfd1d2;
  font-size: 14px;
  color: #e0d7c3;
  line-height: normal;
  -webkit-box-shadow: 0 0 0 34px #092749 inset !important;
  -webkit-text-fill-color: #e0d7c3 !important;
}

.css-bdvumn-labelSection-cssStyles-cssStyles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.4rem;
}

.css-1oaqoml-label-cssStyles-cssStyles-TextLabel-TextLabel {
  color: #e0d7c3;
  font-weight: 500;
  font-size: 15px;
  cursor: default;
  margin-right: 0;
  margin-bottom: 6px;
  white-space: nowrap;
  text-align: left;
  padding-top: 0;
  display: block;
  width: 100%;
}

.input-primary {
  margin-right: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.css-169xi4d-textarea {
  width: 100%;
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: 0.2s border-color;
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  height: 34px;
  border: 1px solid #cfd1d2;
  font-size: 14px;
  color: #e0d7c3;
  line-height: normal;
  -webkit-box-shadow: 0 0 0 34px #092749 inset !important;
  -webkit-text-fill-color: #e0d7c3 !important;
  min-height: 100px;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
}

.css-169xi4d-textarea::-webkit-input-placeholder,
.css-169xi4d-textarea::-moz-placeholder,
.css-169xi4d-textarea::-ms-input-placeholder {
  line-height: 26px;
  color: #e0d7c4;
  opacity: 0.7;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
}

.input-primary.textarea-primary {
  min-height: 110px;
}

.css-1hp829f-sectionButton-sectionButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-12xf4v6-fieldValidatorContainer-ValidationField-ValidationField {
  width: 100%;
  position: relative;
}

.css-1c0687x-checkboxLabel-cssStyles-cssStyles {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.css-1t54x7p-inputControl {
  display: none;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='checkbox'] + svg.first {
  display: none;
}

svg.second {
  fill: #cfd1d2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}

input[type='checkbox']:checked + svg.first {
  fill: #417bbf;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}

input[type='checkbox']:checked ~ svg.second {
  display: none;
}

.css-1x50owp-textLabel-textLabel-TextSpan-TextSpan {
  color: #e0d7c3;
  font-weight: 500;
  font-size: 13px;
  margin-left: 0.6rem;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.css-1v9woww-baseButtonCssStyles-baseButtonCssStyles-submitButton-submitButton-CustomButton-CustomButton {
  outline: none;
  border-radius: 0.5rem;
  font-family: 'Sofia Pro', sans-serif;
  white-space: nowrap;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 200;
  cursor: pointer;
  border-radius: 0;
  padding: 16px;
  min-width: 158px;
  height: 54px;
  border-radius: 0.5rem;
  color: #fff;
}

.css-1kzj5lz-baseButtonCssStyles-baseButtonCssStyles-linkToAgreements-linkToAgreements-CustomButton-CustomButton {
  outline: none;
  font-family: 'Sofia Pro', sans-serif;
  white-space: nowrap;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  letter-spacing: 0;
  min-width: initial;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  padding: 0 0;
  color: #417bbf;
  height: auto;
  font-weight: 400;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #e0d7c3;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}

.error-message {
  font-size: 10px;
  margin-top: 6px;
  display: block;
  color: #e47070;
}

.error-message.rules {
  position: absolute;
  bottom: -16px;
}

.terms-pages {
  background-color: #fff;
  max-width: 1024px;
  margin: 40px auto;
}

.agreements .headingsLarge {
  margin: 0 0 1.2rem 0;
  color: #252f32;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}

.agreements .headings {
  margin: 0 0 0.6rem 0;
  color: #252f32;
}

.agreements .text {
  font-size: 0.8rem;
  color: #3b4649;
}

.agreements .list {
  margin: 0;
  font-size: 0.8em;
  color: #3b4649;
  padding: 0 0.6rem 0.6rem 3.6rem;
}

.agreements .list li {
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
}

.agreements .links {
  font-size: 0.8rem;
  color: #417bbf;
}

.agreements-links {
  display: flex;
  height: 23px;
  align-items: center;
}

.agreements-links p {
  color: #e0d7c3;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  padding: 0 5px;
}

.agreements-links a:first-child {
  margin-left: 22px;
}

@media screen and (max-width: 991px) {
  .section__items.section__demo {
    flex-direction: column-reverse;
  }

  .section__media.demo-media {
    margin-bottom: 30px;
  }

  .css-1hp829f-sectionButton-sectionButton {
    flex-direction: column;
    align-items: self-start;
  }

  .css-12xf4v6-fieldValidatorContainer-ValidationField-ValidationField {
    margin-bottom: 30px;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__info {
    margin-left: 0;
  }

  .footer__nav,
  .footer__subscribe {
    width: 100%;
  }
}
