@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype"), url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

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

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

.page-container {
  max-width: none;
  height: auto;
  max-height: 1440px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-container.how-it-works {
  background-color: #f9f9f9;
  height: 2000px;
  max-height: none;
  padding-bottom: 50px;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  height: 85px;
  position: sticky;
  top: 0;
}

.nav-links {
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
}

.nav-links.w--current {
  color: #2058bc;
  font-weight: 800;
}

.brand {
  background-image: url('../images/Rainmaker-Data---Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 225px;
  height: 52px;
  margin-top: 16px;
  margin-left: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  font-family: Montserrat, sans-serif;
}

.section {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header-BG.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 720px;
}

.header-image {
  background-image: url('../images/Header-BG.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
}

.header-gradient {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #2058bc, #fff0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 680px;
  display: grid;
}

.header-gradient.why-choose {
  background-image: linear-gradient(#2058bcbf, #2058bcbf);
  height: 815px;
  display: block;
}

.header-gradient.why-choose.contact-image {
  height: auto;
  margin-bottom: auto;
  padding-bottom: 20px;
}

.header-gradient.ready-overlay {
  background-image: linear-gradient(#c49c2ceb, #c49c2ceb);
  height: 592px;
  display: block;
}

.nav-menu {
  margin-right: 30px;
}

.header-button {
  color: #fff;
  background-color: #c49c2c;
  border: 1px solid #c49c2c;
  border-radius: 50px;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px 5px 3px #0003;
}

.header-button.nav-bar {
  border: 1px solid #c49c2c;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  box-shadow: 0 2px 5px 3px #0003;
}

.header-button.form-submit {
  text-align: center;
  letter-spacing: 2px;
  vertical-align: baseline;
  width: 334px;
  height: 50px;
  line-height: 27px;
  display: inline-block;
  position: static;
}

.h1 {
  color: #fff;
  font-size: 50px;
  line-height: 56px;
}

.h1.why-choose {
  color: #2058bc;
  margin: 30px;
  font-size: 59px;
  line-height: 42px;
}

.header-left {
  margin-left: 70px;
}

.h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.h3.why-choose {
  color: #2058bc;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 28px;
  font-weight: 700;
}

.sub-section1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  max-width: 1440px;
  height: 538px;
  display: grid;
}

.container {
  display: block;
}

.grid {
  grid-template-rows: auto;
}

.grid-sub-section1 {
  grid-template-rows: auto;
  height: 538px;
}

.right-side {
  border-left: 4px solid #c49c2c;
  width: 557px;
  height: 274px;
}

.image {
  display: inline-block;
}

.div-block {
  width: 4px;
  height: 274px;
  display: flex;
}

.hr-break {
  background-color: #c49c2c;
  width: 4px;
  height: 274px;
}

.h2 {
  color: #2058bc;
  width: 450px;
  margin-top: 0;
  margin-left: 51px;
  font-size: 36px;
  line-height: 42px;
}

.paragraph {
  color: #231f20;
  width: 510px;
  margin-left: 51px;
  font-size: 16px;
  line-height: 27px;
}

.how-it-works-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #231f20;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  height: 1800px;
  font-size: 18px;
  line-height: 27px;
}

.how-it-works-section {
  box-sizing: border-box;
  object-fit: contain;
  background-color: #fff;
  height: auto;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.h2-fhow-it-works {
  color: #2058bc;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 90px;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 50px;
  display: block;
}

.drop-pattern-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1190px;
  height: 1800px;
  margin-left: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.how-it-works-left-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  grid-template-rows: auto;
}

.inner-grid-right-side {
  border-left: 4px solid #2058bc;
  padding-left: 40px;
}

.heading {
  color: #2058bc;
  margin-bottom: 5px;
  font-size: 20px;
}

.bold-text {
  color: #2058bc;
}

.heading-2 {
  margin-top: 10px;
}

.heading-3 {
  color: #2058bc;
  margin-top: 5px;
}

.paragraph-2 {
  color: #231f20;
  font-size: 18px;
  line-height: 27px;
}

.how-it-works-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-it-works-left-image {
  background-color: #0000;
  margin-left: 100px;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.how-it-works-left-div {
  border-left: 4px solid #2058bc;
  width: 400px;
  height: auto;
  padding-left: 50px;
}

.heading-4 {
  color: #2058bc;
  margin-bottom: 0;
}

.heading-5 {
  color: #2058bc;
  margin-top: 0;
}

.how-it-works-left-h3 {
  color: #2058bc;
  margin-top: 0;
  font-size: 28px;
}

.how-it-works-left-h4 {
  color: #2058bc;
  margin-bottom: 10px;
}

.how-it-works-p {
  text-align: left;
}

.how-it-works-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-it-works-righ-div {
  border-left: 4px solid #c49c2c;
  width: 390px;
  height: auto;
  margin-left: 30px;
  padding-left: 50px;
}

.how-it-works-right-h4 {
  color: #c49c2c;
}

.how-it-works-right-h3 {
  color: #c49c2c;
  margin-top: 0;
  font-size: 28px;
}

.why-choose-section {
  display: block;
}

.choose-image {
  background-image: url('../images/home-background.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 815px;
}

.why-choose-white {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  width: 280px;
  height: 421px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 3px #231f2087;
}

.why-choose-brown {
  background-color: #c49c2c;
  border: 1px solid #c49c2c;
  border-radius: 20px;
  width: 280px;
  height: 421px;
  margin-top: 30px;
  box-shadow: 0 2px 5px 3px #00000080;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  margin-top: 10px;
}

.choose-h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 115px;
  padding-bottom: 80px;
  font-size: 42px;
  line-height: 46px;
}

.choose-h2.ready-h2 {
  width: 730px;
  padding-top: 100px;
  padding-bottom: 46px;
}

.choose-h2.contact-h2 {
  padding-top: 88px;
  padding-bottom: 32px;
}

.why-choose-p {
  color: #231f20;
  margin: 30px 30px 0;
  font-size: 16px;
  line-height: 22px;
}

.why-choose-brown-h1 {
  color: #fff;
  margin: 30px;
  font-size: 59px;
  line-height: 42px;
}

.why-choose-brown-h3 {
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 28px;
  line-height: 27px;
}

.clients-section {
  height: 686px;
  display: block;
}

.clients-h2 {
  color: #2058bc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 115px;
  padding-bottom: 80px;
  font-size: 42px;
  line-height: 42px;
}

.clients-h2.mobile {
  display: none;
}

.clients-drop-pattern {
  background-image: url('../images/drop-pattern-clients.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: scroll;
  height: 686px;
}

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

.cleints-left-side {
  border-left: 4px solid #c49c2c;
  margin-left: 100px;
}

.clients-right-side {
  border-left: 4px solid #2058bc;
  margin-left: 60px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 70px;
}

.clients-p {
  color: #231f20;
  margin-left: 58px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 24px;
  line-height: 38px;
}

.clients-p.right {
  text-align: left;
  padding-left: 0;
}

.quote-h1 {
  color: #c49c2c;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 58px;
  padding-left: 0;
  font-size: 97px;
  line-height: 42px;
}

.quote-h1.right {
  color: #2058bc;
}

.client-name-h3 {
  color: #c49c2c;
  margin-top: 30px;
  margin-left: 58px;
  font-size: 23px;
  line-height: 42px;
}

.client-name-h3.right {
  color: #2058bc;
}

.sub-hero-esection {
  display: block;
}

.ready-section {
  box-sizing: border-box;
  clear: none;
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  height: 592px;
  display: block;
  position: static;
}

.ready-image {
  background-image: url('../images/ready-background.png');
  background-position: 0 0;
  background-size: auto;
  height: 592px;
  display: block;
}

.ready-text-section {
  text-align: center;
  justify-content: center;
  display: flex;
}

.ready-p {
  color: #fff;
  flex: 0 auto;
  width: 770px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.ready-p.contact-p {
  text-align: center;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  background-color: #2058bc;
  border: 1px solid #2058bc;
  border-radius: 30px;
  margin-top: 50px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  box-shadow: 0 2px 5px 3px #0003;
}

.footer-section {
  height: 85px;
  margin-top: 0;
  display: block;
}

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

.footer-grid.mobile {
  display: none;
}

.fotter-grid-container {
  margin-top: 16px;
}

.text-block {
  font-size: 12px;
  line-height: 27px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: #c49c2c;
}

.text-span-6 {
  color: #c49c2c;
  font-weight: 700;
}

.text-span-7 {
  color: #2058bc;
  font-weight: 700;
}

.text-span-8 {
  color: #2058bc;
}

.text-span-9 {
  color: #2058bc;
  font-weight: 700;
}

.image-3 {
  display: none;
}

.contact-section {
  object-fit: fill;
  height: auto;
  max-height: 1440px;
  padding-bottom: 0;
  display: block;
}

.contact-image {
  background-image: url('../images/ContactBG.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  height: auto;
  padding-bottom: 0;
}

.contact-subtext {
  max-width: 769px;
  margin-bottom: 58px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.contact-form {
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  max-width: 726px;
  box-shadow: 0 2px 5px #0003;
}

.contact-forrm-label {
  color: #231f20;
  margin-left: 0;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.contact-form-input {
  color: #0a0a0a;
  object-fit: contain;
  background-color: #f2f2f2;
  border-radius: 20px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  display: block;
}

.contact-form-input.date-picker {
  color: #0a0a0a;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.contact-form-input.text-area {
  height: 150px;
}

.form {
  display: block;
}

.form-block {
  margin: 25px 32px;
}

.div-checkboxes {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  border: 2px solid #00000040;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  display: grid;
}

.form-checkbox {
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.checkbox-field-2, .checkbox-field-3, .checkbox-field-4 {
  display: flex;
}

.checkbox-label {
  color: #231f20;
  margin-top: 1px;
  padding-left: 10px;
  font-weight: 400;
  line-height: 22px;
}

.checkbox {
  border: 2px solid #00000040;
  width: 18px;
  max-width: 16px;
  height: 18px;
}

.date-time-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

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

.social-link {
  padding-left: 10px;
  padding-right: 10px;
}

.link-block {
  display: none;
}

.text-field, .text-field-2, .text-field-3 {
  display: block;
}

.success-message {
  background-color: #2058bc;
}

.text-block-2 {
  font-size: 16px;
  font-weight: 500;
}

.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;
}

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

@media screen and (min-width: 1280px) {
  .brand {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .header-gradient.why-choose {
    background-image: linear-gradient(#2058bcbf, #2058bcbf);
    border: 1px #fff;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 815px;
    display: block;
  }

  .header-button {
    color: #fff;
    background-color: #c49c2c;
    border-radius: 50px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
  }

  .h1.why-choose {
    color: #2058bc;
    margin: 30px;
    font-size: 59px;
    line-height: 42px;
  }

  .header-left {
    margin-left: 70px;
  }

  .h3.why-choose {
    color: #2058bc;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 28px;
    font-weight: 700;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 650px;
  }

  .choose-image {
    background-image: url('../images/home-background.png');
    background-position: 0 0;
    background-size: auto;
  }

  .why-choose-white {
    background-color: #fff;
    border: 1px #000;
    border-radius: 20px;
    width: 280px;
    height: 421px;
    margin: 0 0 30px;
    box-shadow: 0 2px 5px 3px #231f2087;
  }

  .why-choose-brown {
    color: #fff;
    background-color: #c49c2c;
    border: 1px solid #c49c2c;
    border-radius: 20px;
    width: 280px;
    height: 421px;
    margin-top: 30px;
    box-shadow: 0 2px 5px 3px #00000080;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .choose-h2 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 42px;
    line-height: 42px;
  }

  .why-choose-p {
    color: #231f20;
    margin: 30px 30px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .why-choose-brown-h1 {
    margin: 30px;
    font-size: 59px;
    line-height: 42px;
  }

  .why-choose-brown-h3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer-section {
    display: block;
  }

  .footer-grid.mobile {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .page-container {
    max-height: 1338px;
  }

  .nav-links {
    padding-top: 30px;
  }

  .brand {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-gradient {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-button {
    background-color: #c49c2c;
    border-radius: 50px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
  }

  .header-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .contact-section, .contact-image {
    height: auto;
    max-height: 1338px;
  }

  .contact-form-input.text-area {
    height: 200px;
  }
}

@media screen and (min-width: 1920px) {
  .page-container {
    height: auto;
  }

  .brand {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 225px;
    height: 52px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-image, .header-gradient {
    height: 680px;
  }

  .header-button {
    padding: 12px 18px;
    font-size: 16px;
  }

  .h1 {
    color: #fff;
    font-size: 50px;
    line-height: 56px;
  }

  .header-left {
    margin-left: 130px;
  }

  .h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
}

@media screen and (max-width: 991px) {
  .page-container {
    max-width: none;
    margin-bottom: 0;
  }

  .header-image {
    background-position: 50% 100%;
    background-size: cover;
  }

  .header-gradient {
    grid-column-gap: 0px;
    background-image: linear-gradient(0deg, #2058bc, #fff0);
    grid-template-columns: 2.5fr .25fr;
  }

  .header-gradient.why-choose {
    height: auto;
  }

  .header-button {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .h1 {
    padding-top: 200px;
  }

  .h1.why-choose {
    padding-top: 10px;
  }

  .grid-sub-section1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    height: auto;
  }

  .left-side {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .right-side {
    margin-bottom: 10px;
  }

  .how-it-works-grid {
    grid-column-gap: 16px;
  }

  .how-it-works-left {
    margin-bottom: 50px;
  }

  .how-it-works-left-image {
    margin-left: 60px;
  }

  .how-it-works-left-div {
    padding-left: 30px;
  }

  .how-it-works-right {
    margin-bottom: 50px;
  }

  .how-it-works-righ-div {
    padding-left: 30px;
  }

  .choose-image {
    background-size: cover;
    height: auto;
    margin-bottom: 0;
  }

  .why-choose-brown {
    margin-bottom: 115px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .clients-section {
    height: auto;
  }

  .clients-drop-pattern {
    background-image: url('../images/drop-pattern-clients.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
  }

  .clients-grid {
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 115px;
  }

  .cleints-left-side {
    margin-left: 80px;
    margin-right: 80px;
  }

  .clients-right-side {
    margin-left: 80px;
    margin-right: 80px;
    padding-right: 0;
  }

  .quote-h1 {
    padding-top: 20px;
  }

  .ready-text-section {
    margin-left: 50px;
    margin-right: 50px;
  }

  .fotter-grid-container {
    margin-right: 10px;
  }

  .text-block {
    margin-left: 10px;
  }

  .image-2, .image-3 {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .header-image {
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .header-gradient {
    background-image: linear-gradient(0deg, #2058bc 10%, #fff0 100%, #fff0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .header-gradient.ready-overlay {
    height: auto;
  }

  .h1 {
    text-align: center;
    margin-top: 0;
    padding-top: 240px;
    font-size: 30px;
    line-height: 36px;
  }

  .header-left {
    margin-left: 50px;
    margin-right: 50px;
  }

  .right-side {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .h2 {
    text-align: center;
    width: auto;
    margin-left: 30px;
  }

  .paragraph {
    width: auto;
    margin-left: 30px;
  }

  .how-it-works-left-image {
    margin-left: 30px;
  }

  .how-it-works-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .75fr 2.5fr;
  }

  .how-it-works-righ-div {
    width: 400px;
    margin-left: 0;
  }

  .how-it-works-right-image {
    margin-left: 30px;
  }

  .choose-h2.ready-h2 {
    padding-top: 50px;
    font-size: 30px;
    line-height: 36px;
  }

  .hero-section {
    height: 665px;
  }

  .ready-image {
    height: auto;
  }

  .ready-text-section {
    padding-bottom: 0;
  }

  .button {
    margin-bottom: 40px;
  }

  .footer-grid.mobile {
    display: none;
  }

  .text-span {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .page-container {
    max-height: none;
    margin-bottom: 0;
  }

  .page-container.how-it-works {
    height: auto;
  }

  .navbar {
    height: 80px;
  }

  .brand {
    background-size: auto;
    margin-top: 10px;
    margin-left: 19px;
  }

  .header-image {
    background-image: url('../images/header-mobile1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
  }

  .header-gradient {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    background-image: url('../images/bubbles-mobile.png'), linear-gradient(0deg, #2058bc, #fff0 100%, #fff0);
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100px 441px, auto;
    background-attachment: scroll, scroll;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .header-gradient.why-choose {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#0000, #0000);
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .header-gradient.why-choose.contact-image {
    background-image: none;
    height: auto;
  }

  .header-gradient.ready-overlay {
    background-image: none;
    display: block;
  }

  .header-button {
    letter-spacing: 1px;
    text-indent: 0;
    vertical-align: baseline;
    width: auto;
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 17px;
    font-size: 12px;
    line-height: 25px;
  }

  .header-button.form-submit {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 163px;
  }

  .header-left {
    margin-left: 53px;
    margin-right: 44px;
  }

  .h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .header-right {
    background-image: url('../images/Drop-Pattern.svg');
    background-position: 100%;
    background-repeat: repeat-y;
    background-size: auto;
    background-attachment: fixed;
    height: auto;
    display: none;
  }

  .grid-sub-section1 {
    box-sizing: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    justify-items: stretch;
    height: auto;
  }

  .left-side {
    justify-content: center;
    align-items: center;
    margin: 57px 0 30px;
    display: block;
  }

  .right-side {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .image {
    display: none;
  }

  .image.subhero-mobile {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .h2 {
    float: none;
    text-align: left;
    width: auto;
    margin-left: 15px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph {
    width: auto;
    margin-left: 15px;
    margin-right: 10px;
    line-height: 24px;
  }

  .how-it-works-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    height: auto;
    display: block;
  }

  .h2-fhow-it-works {
    margin-top: 60px;
    font-size: 26px;
    line-height: 30px;
  }

  .drop-pattern-div {
    display: none;
  }

  .how-it-works-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
  }

  .how-it-works-left-image {
    max-width: none;
    margin-left: 0;
  }

  .how-it-works-left-div {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    display: block;
  }

  .how-it-works-left-h3 {
    margin-left: 15px;
  }

  .how-it-works-left-h4, .how-it-works-p {
    margin-left: 15px;
    margin-right: 15px;
  }

  .how-it-works-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
  }

  .how-it-works-righ-div {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .how-it-works-right-image {
    max-width: none;
    margin-left: 0;
  }

  .how-it-works-right-h4, .how-it-works-right-h3 {
    margin-left: 15px;
  }

  .choose-image {
    background-image: linear-gradient(#2058bccc, #2058bccc), url('../images/home-background.png');
    background-position: 0 0, 73% 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: block;
  }

  .why-choose-white {
    margin-left: 20px;
    margin-right: 15px;
    display: block;
  }

  .why-choose-brown {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .choose-h2 {
    padding-top: 59px;
    padding-bottom: 50px;
    font-size: 30px;
    line-height: 36px;
  }

  .choose-h2.ready-h2 {
    width: 330px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choose-h2.contact-h2 {
    padding-top: 50px;
  }

  .clients-h2 {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 59px;
    padding-bottom: 50px;
    font-size: 30px;
    line-height: 36px;
    display: none;
  }

  .clients-h2.mobile {
    letter-spacing: 2px;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .clients-drop-pattern {
    background-position: 50% 0;
  }

  .clients-grid {
    grid-row-gap: 25px;
    margin-bottom: 59px;
  }

  .cleints-left-side, .clients-right-side {
    margin-left: 30px;
    margin-right: 30px;
  }

  .clients-p {
    margin-left: 0;
    padding-left: 35px;
    padding-right: 30px;
    line-height: 32px;
  }

  .clients-p.right {
    padding-left: 35px;
  }

  .quote-h1 {
    margin-left: 0;
    padding-left: 35px;
  }

  .client-name-h3 {
    letter-spacing: 1px;
    margin-left: 20px;
    font-size: 16px;
  }

  .hero-section {
    height: auto;
  }

  .sub-hero-esection {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: row;
    display: block;
  }

  .ready-section {
    height: auto;
  }

  .ready-image {
    background-image: linear-gradient(#c49c2ceb, #c49c2ceb), url('../images/ready-bg-mobile.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .ready-text-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .ready-p {
    width: 330px;
    font-size: 20px;
    line-height: 28px;
  }

  .ready-p.contact-p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .footer-section {
    height: auto;
    margin-top: 0;
  }

  .footer-grid {
    display: none;
  }

  .footer-grid.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fotter-grid-container {
    margin-bottom: 15px;
  }

  .text-span-5 {
    letter-spacing: 1px;
    text-indent: 0;
    line-height: 36px;
  }

  .image-2 {
    display: none;
    overflow: hidden;
  }

  .menu-button {
    font-size: 40px;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4 {
    display: block;
  }

  .contact-section {
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .contact-image {
    background-image: linear-gradient(#2058bccc 100%, #fff), url('../images/ContactBG.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    height: auto;
    margin-bottom: 0;
  }

  .contact-subtext {
    padding-right: 0;
  }

  .contact-form {
    margin: 10px 10px 0;
  }

  .form-block {
    margin-left: 25px;
    margin-right: 25px;
  }

  .div-checkboxes {
    grid-template-rows: auto 1fr auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .form-checkbox {
    padding-left: 10px;
  }

  .checkbox-label {
    padding-left: 10px;
    font-size: 13px;
  }

  .date-time-form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .submitbutton {
    box-sizing: border-box;
    object-fit: fill;
    max-height: none;
    display: flex;
  }

  .image-5 {
    padding-left: 5px;
  }
}

#w-node-_98904b46-735c-f762-4cda-6ee294d0b40e-28202b71 {
  justify-self: end;
}

#w-node-f86b0d63-459f-e2b4-3605-7740421ff2bf-28202b71 {
  place-self: center;
}

#w-node-def581ae-2209-4f88-a3b2-7b67b3aff7c1-28202b71 {
  align-self: center;
}

#w-node-_1c988e43-1d3a-e19f-2e28-b0d873b48824-28202b71 {
  place-self: center;
}

#w-node-_1e7b9c1f-59da-b054-5da3-58db88f801c3-28202b71 {
  align-self: center;
}

#w-node-d625e9bc-145c-b6d1-ef54-967cccf3582f-28202b71 {
  place-self: center end;
}

#w-node-_73eb37fd-dca0-2b21-5fe0-f7adf31e88e2-28202b71 {
  align-self: center;
}

#w-node-a3de0922-c543-b800-716c-16b970184495-28202b71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a3de0922-c543-b800-716c-16b970184496-28202b71 {
  align-self: center;
}

#w-node-dda6497e-e5d3-f7fc-e58a-9cb00abe4dc6-28202b71 {
  place-self: center end;
}

#w-node-dda6497e-e5d3-f7fc-e58a-9cb00abe4dc7-28202b71 {
  align-self: center;
}

#w-node-_984512a3-19f7-799a-7546-17ab9e91f3ca-28202b71 {
  place-self: center;
}

#w-node-_984512a3-19f7-799a-7546-17ab9e91f3cb-28202b71 {
  align-self: center;
}

#w-node-_667fcd14-8642-de6a-1792-4dacd8fd69ac-28202b71 {
  place-self: center end;
}

#w-node-_667fcd14-8642-de6a-1792-4dacd8fd69ad-28202b71 {
  align-self: center;
}

#w-node-ef5ab9b7-dd75-00b8-e074-5c61bc071126-28202b71 {
  place-self: center;
}

#w-node-ef5ab9b7-dd75-00b8-e074-5c61bc071127-28202b71 {
  align-self: center;
}

#w-node-f9ccc47e-f152-3034-1b99-8a64b9ed81e9-28202b71 {
  place-self: center end;
}

#w-node-f9ccc47e-f152-3034-1b99-8a64b9ed81ea-28202b71 {
  align-self: center;
}

#w-node-_26ee6c96-8b38-44d3-a574-e196b67437d2-28202b71, #w-node-_26ee6c96-8b38-44d3-a574-e196b67437db-28202b71 {
  place-self: start center;
}

#w-node-_26ee6c96-8b38-44d3-a574-e196b67437e4-28202b71 {
  place-self: center;
}

#w-node-_26ee6c96-8b38-44d3-a574-e196b67437ed-28202b71 {
  place-self: start center;
}

#w-node-_7cec1b19-9a73-75aa-ecf4-be9e7f5b30aa-28202b71, #w-node-_312d6cb2-3230-0430-cb1b-25302e65691a-28202b71, #w-node-d2702090-1b77-7b70-c665-a4f785936380-28202b71, #w-node-_6637fda9-be65-30cf-d7e7-32f0ae5f06b6-28202b71, #w-node-_6637fda9-be65-30cf-d7e7-32f0ae5f06b8-28202b71 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-e6e699da-1276-e6c0-771b-c627d04b325a-28202b71 {
    place-self: center start;
  }

  #w-node-_98904b46-735c-f762-4cda-6ee294d0b40e-28202b71 {
    place-self: auto end;
  }

  #w-node-_26ee6c96-8b38-44d3-a574-e196b67437d2-28202b71 {
    place-self: start center;
  }

  #w-node-_26ee6c96-8b38-44d3-a574-e196b67437d3-28202b71 {
    place-self: center start;
  }

  #w-node-_26ee6c96-8b38-44d3-a574-e196b67437db-28202b71, #w-node-_26ee6c96-8b38-44d3-a574-e196b67437e4-28202b71 {
    place-self: start center;
  }

  #w-node-_26ee6c96-8b38-44d3-a574-e196b67437e5-28202b71 {
    place-self: center start;
  }

  #w-node-_26ee6c96-8b38-44d3-a574-e196b67437ed-28202b71 {
    place-self: start center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_26ee6c96-8b38-44d3-a574-e196b67437d2-28202b71, #w-node-_26ee6c96-8b38-44d3-a574-e196b67437db-28202b71, #w-node-_26ee6c96-8b38-44d3-a574-e196b67437e4-28202b71, #w-node-_26ee6c96-8b38-44d3-a574-e196b67437ed-28202b71 {
    place-self: start center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-def581ae-2209-4f88-a3b2-7b67b3aff7c1-28202b71 {
    justify-self: center;
  }

  #w-node-_26ee6c96-8b38-44d3-a574-e196b67437ed-28202b71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_69eb5cfb-4da0-fc81-308d-24342aa55f6e-28202b71 {
    align-self: auto;
  }

  #w-node-d2702090-1b77-7b70-c665-a4f785936380-28202b71, #w-node-_6637fda9-be65-30cf-d7e7-32f0ae5f06b8-28202b71 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_16d04177-0f48-659a-6a42-37811ed10a35-28202b71 {
    place-self: center;
  }

  #w-node-_1e7b9c1f-59da-b054-5da3-58db88f801c3-28202b71 {
    align-self: center;
  }

  #w-node-d625e9bc-145c-b6d1-ef54-967cccf3582f-28202b71 {
    justify-self: center;
  }

  #w-node-a3de0922-c543-b800-716c-16b970184494-28202b71, #w-node-dda6497e-e5d3-f7fc-e58a-9cb00abe4dc5-28202b71 {
    place-self: center;
  }

  #w-node-dda6497e-e5d3-f7fc-e58a-9cb00abe4dc6-28202b71 {
    justify-self: center;
  }

  #w-node-_984512a3-19f7-799a-7546-17ab9e91f3c9-28202b71, #w-node-_667fcd14-8642-de6a-1792-4dacd8fd69ab-28202b71 {
    place-self: center;
  }

  #w-node-_667fcd14-8642-de6a-1792-4dacd8fd69ac-28202b71 {
    justify-self: center;
  }

  #w-node-ef5ab9b7-dd75-00b8-e074-5c61bc071125-28202b71, #w-node-f9ccc47e-f152-3034-1b99-8a64b9ed81e8-28202b71 {
    place-self: center;
  }

  #w-node-f9ccc47e-f152-3034-1b99-8a64b9ed81e9-28202b71 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f86b0d63-459f-e2b4-3605-7740421ff2bf-28202b71, #w-node-def581ae-2209-4f88-a3b2-7b67b3aff7c1-28202b71 {
    place-self: center;
  }

  #w-node-_16d04177-0f48-659a-6a42-37811ed10a35-28202b71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_1c988e43-1d3a-e19f-2e28-b0d873b48824-28202b71 {
    place-self: center;
  }

  #w-node-_1e7b9c1f-59da-b054-5da3-58db88f801c3-28202b71 {
    justify-self: center;
  }

  #w-node-d625e9bc-145c-b6d1-ef54-967cccf3582f-28202b71, #w-node-_73eb37fd-dca0-2b21-5fe0-f7adf31e88e2-28202b71, #w-node-_26ee6c96-8b38-44d3-a574-e196b67437d2-28202b71, #w-node-_985c7018-6cb7-914b-02cc-e120f44a50ca-28202b71 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}