@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  --main-font: 'Poppins', sans-serif;
  --green: #537E60;
  --orange: #E76612;
  --yellow: #ECC127;
  --dark-yellow: #EEC442;
  --black: #000000;
  --white: #FFFFFF;
  --grey: #CED4DA;
  --light-grey: #EEEEEE;
  --dark-grey: #222222; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #E1E1E1; }

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

img {
  border: 0;
  max-width: 100%;
  height: auto; }

p {
  font-family: var(--main-font);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: var(--black);
  margin-bottom: 15px; }
  p:last-of-type {
    margin-bottom: 0; }
  p.centered {
    text-align: center; }

.heading, #faqs .sub_heading {
  font-family: var(--main-font);
  font-size: 2.25em;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  color: var(--black);
  margin-bottom: 5px; }
  .heading.centered, #faqs .centered.sub_heading {
    text-align: center; }

.box_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 308px;
  min-height: 56px;
  background: var(--green);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--main-font);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  padding: 13px 30px;
  margin-top: 15px;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .box_cta:hover {
    background: var(--black); }

.box_cta_wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center; }
  .box_cta_wrapper span {
    display: block;
    font-family: var(--main-font);
    font-size: 0.9375em;
    font-weight: 300;
    line-height: 150%;
    text-align: center;
    color: var(--black);
    margin-top: 10px; }

/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
  .heading, #faqs .sub_heading {
    font-size: 1.625em !important; }
  p {
    font-size: 1.25em; }
  .box_cta {
    font-size: 1.25em;
    min-width: 0;
    padding-right: 50px;
    padding-left: 50px; } }

@media screen and (max-width: 414px) {
  .heading, #faqs .sub_heading {
    font-size: 1.4375em !important;
    font-weight: 700; }
  p {
    font-size: 1.0625em !important; }
  .box_cta {
    display: block;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px; }
  .box_cta_wrapper {
    display: block; }
    .box_cta_wrapper span {
      margin-top: 5px; } }

#container {
  width: 100%;
  max-width: 1440px;
  background: var(--light-grey);
  margin: 0 auto;
  overflow: hidden; }

body.dark p {
  color: var(--white); }

body.dark .heading, body.dark #faqs .sub_heading, #faqs body.dark .sub_heading {
  color: var(--white); }

body.dark .box_cta_wrapper span {
  color: var(--white); }

body.dark .box_cta {
  background: var(--dark-yellow);
  color: var(--black); }
  body.dark .box_cta:hover {
    background: var(--white); }

body.dark #container {
  background: var(--dark-grey); }

body.dark #zigzag .section .col:not(.image) .content p strong {
  color: var(--dark-yellow); }

body.dark #arrow_callout {
  background: var(--dark-yellow); }
  body.dark #arrow_callout::after {
    background-image: url("../images/misc/callout_arrow_dark.png"); }
  body.dark #arrow_callout .inner p {
    color: var(--black); }

body.dark #faqs p {
  color: var(--grey); }

#header {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  padding-right: 20px; }
  #header .mobile_logo {
    display: none;
    justify-content: center;
    width: 100%;
    padding: 24px; }
    #header .mobile_logo img {
      width: 160px; }
  #header .image {
    flex-shrink: 0;
    width: 746px;
    line-height: 0; }
    #header .image img {
      width: 746px; }
  #header .content {
    width: 100%;
    max-width: 570px;
    margin-top: 32px; }
    #header .content .logo {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 68px; }
      #header .content .logo img {
        width: 240px; }
    #header .content .text {
      width: 100%;
      max-width: 540px; }
      #header .content .text .box_cta {
        margin-top: 20px; }

@media screen and (max-width: 1279px) {
  #header {
    padding-right: 5%; }
    #header .image {
      width: 650px; }
      #header .image img {
        width: 650px; }
    #header .content {
      max-width: none; }
      #header .content .logo {
        margin-bottom: 50px; } }

@media screen and (max-width: 1023px) {
  #header {
    flex-direction: column;
    padding-right: 0;
    overflow: hidden; }
    #header .mobile_logo {
      display: flex; }
    #header .image {
      width: calc(100% + 100px); }
      #header .image img {
        width: 100%; }
    #header .content {
      width: 90%;
      margin: 20px auto 40px auto; }
      #header .content .logo {
        display: none; } }

#zigzag .section {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    #zigzag .section {
      display: block; } }
  #zigzag .section:nth-child(even) {
    flex-direction: row; }
  #zigzag .section .col {
    width: 50%; }
    @media screen and (max-width: 767px) {
      #zigzag .section .col {
        width: 100%; } }
    #zigzag .section .col.image {
      min-height: 480px;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      @media screen and (max-width: 1279px) {
        #zigzag .section .col.image {
          min-height: 390px; } }
    #zigzag .section .col:not(.image) {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px; }
      @media screen and (max-width: 1023px) {
        #zigzag .section .col:not(.image) {
          padding: 30px; } }
      @media screen and (max-width: 414px) {
        #zigzag .section .col:not(.image) {
          padding: 20px; } }
      #zigzag .section .col:not(.image) .content {
        width: 100%;
        margin: 0 auto; }
        #zigzag .section .col:not(.image) .content p {
          font-size: 1.875em;
          text-align: center; }
          @media screen and (max-width: 1279px) {
            #zigzag .section .col:not(.image) .content p {
              font-size: 1.4375em !important; } }
          #zigzag .section .col:not(.image) .content p strong {
            font-weight: 700;
            color: var(--green); }

#arrow_callout {
  position: relative;
  width: 100%;
  background: var(--green);
  padding: 32px 0; }
  #arrow_callout::after {
    content: '';
    position: absolute;
    right: 5.2%;
    bottom: 40px;
    width: 134px;
    height: 138px;
    background-image: url("../images/misc/callout_arrow.png");
    -webkit-background-size: 134px 138px;
    -moz-background-size: 134px 138px;
    -o-background-size: 134px 138px;
    background-size: 134px 138px; }
  #arrow_callout .inner {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto; }
    #arrow_callout .inner p {
      font-size: 2em;
      font-weight: 300;
      color: var(--white); }

/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
  #arrow_callout::after {
    right: 3%;
    bottom: 60px;
    width: 80px;
    height: 82px;
    background-image: url("../images/misc/callout_arrow.png");
    -webkit-background-size: 80px 82px;
    -moz-background-size: 80px 82px;
    -o-background-size: 80px 82px;
    background-size: 80px 82px; } }

@media screen and (max-width: 1023px) {
  #arrow_callout::after {
    display: none; } }

@media screen and (max-width: 414px) {
  #arrow_callout {
    padding: 20px 0; }
    #arrow_callout .inner p {
      font-size: 1.25em !important; } }

#main {
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    #main {
      padding: 0; } }
  #main .inner {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #main .inner {
        width: 100%;
        max-width: none; } }
    #main .inner > * {
      margin-top: 90px; }
      #main .inner > *:first-child {
        margin-top: 0; }
      @media screen and (max-width: 767px) {
        #main .inner > * {
          margin-top: 40px; } }

#cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
  width: 100%; }
  #cta .image {
    width: 50%;
    max-width: 474px;
    flex-shrink: 0;
    line-height: 0; }
  #cta .text {
    width: 50%;
    max-width: 426px; }
    #cta .text .heading, #cta .text #faqs .sub_heading, #faqs #cta .text .sub_heading {
      font-size: 1.875em; }
    #cta .text p {
      font-size: 1.25em; }
  #cta.flipped {
    flex-direction: row-reverse; }
    #cta.flipped .text {
      max-width: 480px; }

/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  #cta {
    flex-direction: column !important; }
    #cta .image {
      width: 100%;
      max-width: none; }
    #cta .text {
      width: 90%;
      max-width: none !important;
      margin: 20px auto 40px auto; } }

@media screen and (max-width: 767px) {
  #faqs {
    width: 90%;
    margin: 0 auto; } }

#faqs .heading, #faqs .sub_heading {
  font-size: 1.875em;
  margin-bottom: 15px; }
  #faqs .heading + .sub_heading, #faqs .sub_heading + .sub_heading {
    margin-top: 0; }
  @media screen and (max-width: 1279px) {
    #faqs .heading, #faqs .sub_heading {
      margin-bottom: 20px; } }

#faqs .sub_heading {
  font-size: 1.5625em !important;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 15px !important #faqs .sub_heading; }
  #faqs .sub_heading :first-child {
    margin-top: 0; }
  @media screen and (max-width: 1279px) {
    #faqs .sub_heading {
      font-size: 1.4375em !important;
      font-weight: 600; } }
  @media screen and (max-width: 767px) {
    #faqs .sub_heading {
      margin-top: 30px; } }

#faqs p {
  font-size: 1.375em; }
  @media screen and (max-width: 414px) {
    #faqs p {
      font-size: 1.25em !important; } }
  #faqs p a {
    text-decoration: underline; }
    #faqs p a:hover {
      text-decoration: none; }

#footer {
  width: 90%;
  max-width: 946px;
  padding: 55px 0 80px 0;
  margin: 0 auto; }
  #footer p {
    font-weight: 600;
    margin-bottom: 50px; }
  #footer .logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px; }
    #footer .logos .logo {
      line-height: 0; }

/* -------------------------------------------------- */
@media screen and (max-width: 414px) {
  #footer {
    padding: 30px 0 60px 0; }
    #footer p {
      font-size: 1.25em !important;
      margin-bottom: 30px; }
    #footer .logos {
      grid-template-columns: repeat(2, 1fr);
      gap: 26px 20px;
      padding: 0 42px; } }
