@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Rozha+One");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Custom Reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

/* BREAKPOINTS */
/* TEXTS */
/*
* General styles
*/
* {
  box-sizing: border-box;
}

.ease, .btn a, .sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox) label, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox) label {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html.hide-scroll, body.hide-scroll {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "freight-text-pro", sans-serif;
  color: #212322;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
@media screen and (min-width: 601px) {
  body.logged-in {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}

/* Container */
.container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  .container {
    padding: 0 25px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/* H-tags */
h1, .h1 {
  font-size: 51px;
  line-height: 50px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 76px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 126px;
    line-height: 120px;
    font-family: "contralto-big", sans-serif;
  }
}
h1.h1-mob-small, .h1.h1-mob-small {
  font-size: 44px;
}
@media only screen and (min-width: 768px) {
  h1.h1-mob-small, .h1.h1-mob-small {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  h1.h1-mob-small, .h1.h1-mob-small {
    font-size: 126px;
  }
}

h2, .h2 {
  font-size: 44px;
  line-height: 50px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 78px;
    line-height: 100px;
    font-family: "contralto-big", sans-serif;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 42px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 44px;
    line-height: 60px;
  }
}

h4, .h4 {
  font-size: 28px;
  line-height: 34px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  h4, .h4 {
    font-size: 34px;
    line-height: 46px;
  }
}

h5, .h5 {
  font-size: 23px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
  font-weight: 300;
}

h6, .h6 {
  font-size: 21px;
  line-height: 30px;
  font-family: "mundial", sans-serif;
  font-weight: 300;
}
h6.title-with-letter-spacing, .h6.title-with-letter-spacing {
  font-size: 18px;
  letter-spacing: 10.8px;
}
@media only screen and (min-width: 1024px) {
  h6.title-with-letter-spacing, .h6.title-with-letter-spacing {
    font-size: 21px;
    letter-spacing: 12.6px;
  }
}

/* Class for text-transform to Uppercase */
.uppercase {
  text-transform: uppercase;
}

.link-animated-arrow {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  column-gap: 20px;
  color: #212322;
  font-size: 34px;
  line-height: 46px;
  font-weight: 300;
  font-family: "contralto-small", sans-serif;
}
.link-animated-arrow.large {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 25px;
  font-size: 44px;
  line-height: 50px;
  font-family: "contralto-small", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .link-animated-arrow.large {
    font-size: 58px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .link-animated-arrow.large {
    font-family: "contralto-big", sans-serif;
    font-size: 78px;
    line-height: 100px;
  }
}
.link-animated-arrow.large .link-arrow {
  width: 58px;
  height: 58px;
}
.link-animated-arrow.large:hover .link-arrow svg path, .link-animated-arrow.large:hover .link-arrow svg line {
  stroke-width: 0.5;
}
.link-animated-arrow.white {
  color: #fff;
}
.link-animated-arrow.white .link-arrow {
  background: transparent;
  border: 1px solid #fff;
}
.link-animated-arrow.white .link-arrow svg {
  width: 25px;
  height: 25px;
}
.link-animated-arrow.white:hover .link-arrow {
  border: 1px solid #212322;
}
.link-animated-arrow.light-green .link-arrow {
  background: #9ABE3A;
  border: 1px solid #9ABE3A;
}
.link-animated-arrow.light-green .link-arrow svg path, .link-animated-arrow.light-green .link-arrow svg line {
  stroke: #212322;
}
.link-animated-arrow.light-green:hover .link-arrow {
  background: #4D6543;
}
.link-animated-arrow.light-green:hover .link-arrow svg path, .link-animated-arrow.light-green:hover .link-arrow svg line {
  stroke: #9ABE3A;
}
.link-animated-arrow .link-arrow {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #212322;
  border: 1px solid #212322;
  border-radius: 100%;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.link-animated-arrow .link-arrow svg {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 15px;
  height: 15px;
  transition: all .3s ease-in-out;
}
.link-animated-arrow .link-arrow svg path, .link-animated-arrow .link-arrow svg line {
  transition: stroke .3s ease-in-out;
}
.link-animated-arrow:hover .link-arrow {
  background: #fff;
}
.link-animated-arrow:hover .link-arrow svg {
  transform: translate(0, -50%) scale(2.1);
}
.link-animated-arrow:hover .link-arrow svg path, .link-animated-arrow:hover .link-arrow svg line {
  stroke: #212322;
  stroke-width: 0.7;
}

.btn {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.btn a {
  display: block;
}
.btn.btn-primary {
  background-color: #0070CD;
}
.btn.btn-primary a {
  color: #fff;
}

.header {
  background: #212322;
  margin: 0 0 70px;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}
.header__wrapper svg {
  width: 120px;
  height: auto;
}

.footer {
  position: relative;
}
.footer .banner-block {
  background: #4D6543;
}
.footer .banner-block__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 calc((100% - 1366px) / 2) 0 0;
  width: 100%;
}
.footer .banner-block__pattern {
  display: flex;
  width: 100%;
  max-width: 475px;
}
.footer .banner-block__pattern svg {
  width: 100%;
  height: auto;
}
.footer .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 25px;
  background: #212322;
}
.footer .copyright__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}

.sales-form {
  margin: 0 0 140px;
}
.sales-form .container {
  max-width: 572px;
  padding: 0 22px;
  margin: 0 auto;
}
.sales-form__form .gform_confirmation_message {
  text-align: center;
  margin: 0 auto;
  font-size: 34px;
  line-height: 50px;
  font-weight: 300;
  font-family: "contralto-small", sans-serif;
}
.sales-form__form .gform_wrapper .gform_ajax_spinner {
  display: none !important;
}
.sales-form__form .gform_wrapper .gform_heading {
  display: none;
}
.sales-form__form .gform_wrapper .gfield_error [aria-invalid=true] {
  border: none !important;
  border-bottom: 1px solid #d92626 !important;
}
.sales-form__form .gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "freight-text-pro", sans-serif;
}
.sales-form__form .gform_wrapper form .validation_message, .sales-form__form .gform_wrapper form .gfield_validation_message {
  display: none;
}
.sales-form__form .gform_wrapper form .fields-title {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  align-items: center;
  margin: 81px 0 0;
}
.sales-form__form .gform_wrapper form .fields-title.margin-top-none {
  margin: 0;
}
.sales-form__form .gform_wrapper form .fields-title span {
  font-size: 18.5px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  line-height: 32px;
}
.sales-form__form .gform_wrapper form .sales-form-input {
  position: relative;
}
.sales-form__form .gform_wrapper form .sales-form-input.label-top label {
  top: -25px;
  transform: translateY(0);
}
.sales-form__form .gform_wrapper form .sales-form-input.label-top input {
  padding: 10px 15px 10px 0;
}
.sales-form__form .gform_wrapper form .sales-form-input label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11.5px;
  line-height: 40px;
  letter-spacing: 1.61px;
  font-weight: 600;
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
}
.sales-form__form .gform_wrapper form .sales-form-input label .gfield_required {
  color: #212322;
}
.sales-form__form .gform_wrapper form .sales-form-input input {
  border: none;
  outline: none;
  border-bottom: 1px solid #212322;
  padding: 10px 15px 10px 120px;
  font-size: 26px;
  line-height: 50px;
  font-weight: 300;
  font-family: "contralto-small", sans-serif;
  height: 50px;
}
.sales-form__form .gform_wrapper form .sales-form-input.margin-left {
  margin-left: 35px;
}
.sales-form__form .gform_wrapper form .sales-form-input.margin-top {
  margin-top: 25px;
}
.sales-form__form .gform_wrapper form .sales-form-input_large-pl input {
  padding: 10px 15px 10px 150px;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).two-column-radiobuttons .gfield_radio, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).two-column-radiobuttons .gfield_radio {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).two-column-radiobuttons .gfield_radio .gchoice, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).two-column-radiobuttons .gfield_radio .gchoice {
  width: 100%;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).two-column-radiobuttons .gfield_radio .gchoice label, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).two-column-radiobuttons .gfield_radio .gchoice label {
  width: 100%;
  max-width: unset;
  text-align: center;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).two-column-checkboxes .gfield_checkbox, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).two-column-checkboxes .gfield_checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).two-column-checkboxes .gfield_checkbox .gchoice, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).two-column-checkboxes .gfield_checkbox .gchoice {
  width: calc(50% - 3px);
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).two-column-checkboxes .gfield_checkbox .gchoice label, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).two-column-checkboxes .gfield_checkbox .gchoice label {
  width: 100%;
  max-width: unset;
  text-align: center;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).one-column-checkboxes .gfield_checkbox, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).one-column-checkboxes .gfield_checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).one-column-checkboxes .gfield_checkbox .gchoice, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).one-column-checkboxes .gfield_checkbox .gchoice {
  width: 100%;
  max-width: 320px;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox).one-column-checkboxes .gfield_checkbox .gchoice label, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox).one-column-checkboxes .gfield_checkbox .gchoice label {
  width: 100%;
  max-width: unset;
  text-align: center;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox) input, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox) input {
  display: none;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox) label, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox) label {
  cursor: pointer;
  padding: 15px 25px;
  font-size: 18.5px;
  line-height: 32px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
  background: rgba(164, 200, 225, 0.2);
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox:not(.agree-checkbox) input:checked + label, .sales-form__form .gform_wrapper form .gfield--type-choice:not(.agree-checkbox) input:checked + label {
  background: #A4C8E1;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox.agree-checkbox {
  margin: 81px 0 0;
  width: 100%;
  max-width: 405px;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox.agree-checkbox label {
  position: relative;
  font-size: 18.5px;
  font-weight: 500;
  font-family: "freight-text-pro", sans-serif;
  line-height: 26px;
  padding: 0 0 0 62px;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox.agree-checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #212322;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox.agree-checkbox input {
  display: none;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox.agree-checkbox input:checked + label:before {
  background: #A4C8E1;
}
.sales-form__form .gform_wrapper form .gfield--type-checkbox.agree-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 48%;
  border-top: 2px solid #212322;
  border-left: 2px solid #212322;
  padding: 1px 10px 16px 1px;
  transform: translateY(-55%) rotate(-135deg);
  transition: transform 0.3s ease-in-out;
}
.sales-form__form .gform_wrapper form .gform_footer {
  align-items: center;
  column-gap: 20px;
  margin: 61px 0 0;
  padding: 0;
}
.sales-form__form .gform_wrapper form .gform_footer button[type="submit"] {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
