@charset "UTF-8";
h1,
h2,
h3,
p {
  font-family: Montserrat !important;
  font-style: normal !important;
  font-weight: 500;
  color: #352f2f;
}

h1.orange,
h2.orange,
h3.orange {
  color: #f8501c !important;
}

h1.blue,
h2.blue,
h3.blue {
  color: #51b6ef !important;
}

h1.white,
h2.white,
h3.white {
  color: white !important;
}

h1.center,
h2.center,
h3.center,
p.center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px !important;
    line-height: 39px !important;
    font-weight: 600 !important;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 52px !important;
    line-height: 63px !important;
    font-weight: 600 !important;
  }
}
h2 {
  font-size: 32px !important;
  line-height: 39px !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 22px !important;
  line-height: 27px !important;
  font-weight: 600 !important;
  color: #352f2f !important;
}

p {
  font-weight: 500 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  padding-bottom: 0 !important;
}

p.light {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #352f2f !important;
  opacity: 0.6 !important;
}

p.link-button {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 32px !important;
  color: #f8501c !important;
  cursor: pointer;
}

p.link-button.white {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 32px !important;
  color: white !important;
  cursor: pointer;
}

p.light.white {
  color: white !important;
}
@media screen and (min-width: 991px) {
  p.light.white {
    max-width: 250px;
  }
}

p.subtitle {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #352f2f !important;
}

/* Header */
/* Footer */
.footer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 70px;
}

.footer-divider {
  width: 100vw;
  height: 2px !important;
  background: #ededed;
}

.footer .content {
  margin-top: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.footer .content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer .content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer .content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.footer .content > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.footer .content > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.footer .content .columns .menu {
  display: -ms-grid;
  display: grid;
}

.footer .content .columns .menu .header {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #352f2f;
}

.footer .content .columns .menu .link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: rgba(53, 47, 47, 0.6);
}

@media only screen and (max-width: 768px) {
  .footer .content {
    display: block !important;
  }
  .footer .content .columns {
    text-align: center;
  }
  .footer .content .columns .menu .header {
    text-align: center;
  }
  .footer .content .columns .menu .link {
    text-align: center;
  }
}
.footer #copyright {
  margin-top: 68px;
  margin-bottom: 18px;
}

/*  */
.forward-arrow-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 9px;
}

/*  */
.plot-button {
  border-radius: 84px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-width: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.plot-button.big {
  padding: 19px 46px !important;
  font-size: 18px !important;
}

.plot-button.margin {
  margin: 5px;
}

.plot-button.multi {
  background-image: url("/../homepage/multi-button/multi-button-unselected.svg");
  background-size: 100% 100%;
  background-color: transparent;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* background-position-x: -4px; */
  /* background-position-y: -63px; */
  height: 200px;
  width: 200px;
}

.plot-button.multi:active {
  background-image: url("../homepage/multi-button/multi-button-selected.svg");
  background-size: 100% 100%;
  background-color: transparent;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* background-position-x: -4px; */
  /* background-position-y: -63px; */
  height: 200px;
  width: 200px;
}

.plot-button.white {
  background: white;
  -webkit-box-shadow: 0 6px 16px rgba(241, 89, 42, 0.1);
          box-shadow: 0 6px 16px rgba(241, 89, 42, 0.1);
  color: black;
}

.plot-button.orange {
  -webkit-box-shadow: 0 6px 16px rgba(241, 89, 42, 0.2);
          box-shadow: 0 6px 16px rgba(241, 89, 42, 0.2);
  background: #f8501c;
  color: white !important;
}

.plot-button.blue {
  -webkit-box-shadow: 0 8px 16px rgba(80, 182, 239, 0.3);
          box-shadow: 0 8px 16px rgba(80, 182, 239, 0.3);
  background: #51b6ef;
  color: white;
}

/*  */
.platform-buttons {
  text-align: end;
}

.platform-buttons .platform-image.android {
  height: 20px;
  vertical-align: super;
}

.platform-buttons .platform-image.ios {
  height: 40px;
}

.code-section .grid-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 9fr;
  grid-template-columns: 1fr 9fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas: ". .";
  width: 430px;
  left: 300px;
  background: #ffffff;
  -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
          box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
  border-radius: 20px;
}

/* Singup Page */
.signup-content {
  width: 100%;
  max-width: 566px;
  margin-left: auto;
  margin-right: auto;
}

.signup-content h1 {
  color: #f8501c;
  text-align: center;
  font-size: 32px;
  line-height: 39px;
  margin-top: 64px;
}

.signup-input-list {
  margin-top: 61px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-bottom: 10px;
}

.signup-input-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.signup-input-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.signup-input-list div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.signup-input-list input {
  width: calc(100% - 10px);
  background: #ffffff;
  border: 1.5px solid #aeacac !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  height: 50px;
  margin: 5px !important;
  padding: 15px !important;
  font-size: 16px;
  font-weight: 600;
}

.signup-input-list input:focus {
  border: 1.5px solid #f8501c !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.signup-input-list input:focus + label {
  color: tomato;
}

.signup-submit {
  height: 52px;
  width: 200px;
  background: #f8501c;
  -webkit-box-shadow: 0 8px 16px rgba(241, 89, 42, 0.2);
          box-shadow: 0 8px 16px rgba(241, 89, 42, 0.2);
  border-radius: 84px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: 36px;
  margin-bottom: 58px;
}

.signup-submit p {
  width: 100%;
  color: white;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
}

.singup-forum {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.singup-forum label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #aeacac;
  margin: 5px -2px !important;
}

.signup-input-list-vertical div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.signup-input-list-vertical input {
  background: #ffffff;
  border: 1.5px solid #aeacac !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  height: 50px;
  margin: 5px !important;
  font-size: 16px;
  font-weight: 600;
  padding: 15px !important;
}

.signup-input-list-vertical input:focus {
  border: 1.5px solid #f8501c !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.signup-input-list-vertical input:focus + label {
  color: tomato;
}

.singup-forum {
  margin-top: -36px;
}

/*  */
.terms-conditions-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  color: #7b7070;
}

/* Checkboxes */
.checkbox-custom {
  display: none;
}

.terms-conditions-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  color: #7b7070;
}

.terms-conditions-label a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  color: #7b7070;
  text-decoration: underline;
}

.checkbox-custom + .terms-conditions-label:before {
  content: "";
  background: #fff;
  border-radius: 5px;
  border: 2px solid #aeacac;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 2px;
  margin-right: 10px;
  color: #7b7070;
}

.checkbox-custom:checked + .terms-conditions-label:after {
  content: "";
  padding: 2px;
  position: absolute;
  width: 1px;
  height: 5px;
  border: solid #352f2f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
  left: 5px;
}

.divider-overlap:before {
  content: ”;
  width: 100%;
  position: absolute;
  height: 18%;
  top: -18%;
  z-index: 1;
  background-color: #cecece;
}

.heading-overlap {
  z-index: 2;
}

#stories-block-1:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#stories-block-2:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#stories-block-3:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#stories-block-4:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#solutions-block-1:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#solutions-block-2:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#usp-1:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#usp-2:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#usp-3:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#testimonial-block:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#featured-resources-1:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#featured-resources-2:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

#featured-resources-3:hover .cta-white {
  color: white;
  text-decoration: underline !important;
}

.cta-white {
  text-align: right;
  font-weight: 500;
  color: graytext;
}

.click-column {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
  z-index: 9999;
}

.text-link {
  color: black !important;
}

.text-link:hover {
  color: orange;
}

a:hover {
  text-decoration: underline !important;
}

.footer-address {
  color: #a8a8a8;
  margin-bottom: -2vw;
}

#footer-bottom {
  display: none;
}

#footer-widgets.clearfix {
  margin-bottom: -3vw;
}

/*Navigation CTA Button*/
#et-top-navigation .et_pb_button {
  margin-top: 0;
  margin-left: 1vw;
  margin-right: 1vw;
  font-size: inherit;
  color: white;
}

#et-top-navigation .et_pb_button:after {
  font-size: 23px;
}

#featured-blurb-link {
  margin-bottom: 1vw;
  margin-right: 1vw;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
  background: none;
}

/*** Hide Sidebar ***/
#sidebar {
  display: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0 0 !important;
    float: none !important;
  }
}
.login {
  color: grey;
  target-new: tab;
  padding-left: 10%;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .login {
    display: none;
    padding-left: 0;
  }
}
pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* Footer */
.footer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 70px;
}

.footer-divider {
  width: 100vw;
  height: 2px !important;
  background: #EDEDED;
}

.footer .content {
  margin-top: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.footer .content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer .content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer .content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.footer .content > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.footer .content > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.footer .content .columns .menu {
  display: -ms-grid;
  display: grid;
  margin: 24px;
}

.footer .content .columns .menu .header {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #352F2F;
}

.footer .content .columns .menu .link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: rgba(53, 47, 47, 0.6);
  margin-top: 4px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {
  .footer .content {
    display: block !important;
  }
  .footer .content .columns {
    text-align: center;
  }
  .footer .content .columns .menu .header {
    text-align: center;
  }
  .footer .content .columns .menu .link {
    text-align: center;
  }
}
.footer #copyright {
  margin-top: 68px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 440px) {
  footer#main-footer {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 440px) {
  footer#main-footer .container {
    width: 90%;
  }
}
@media only screen and (max-width: 440px) {
  footer#main-footer #copyright {
    margin-top: 30px;
  }
}
footer#main-footer #footer-widgets .footer-widget {
  width: 100% !important;
}
footer#main-footer #footer-widgets .footer-widget .widget_text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  footer#main-footer #footer-widgets .footer-widget .content {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  footer#main-footer #footer-widgets .footer-widget .content {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  footer#main-footer #footer-widgets .footer-widget .content .columns:first-child {
    grid-column: 1/-1;
    margin-bottom: 20px;
  }
}
footer#main-footer #footer-widgets .footer-widget .content .columns .menu {
  margin: 0 24px 24px;
}
@media only screen and (max-width: 440px) {
  footer#main-footer #footer-widgets .footer-widget .content .columns .menu {
    margin: 12px;
  }
}
footer#main-footer #footer-widgets .footer-widget .content .columns .menu .header,
footer#main-footer #footer-widgets .footer-widget .content .columns .menu .link {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  footer#main-footer #footer-widgets .footer-widget .content .columns .menu .header,
footer#main-footer #footer-widgets .footer-widget .content .columns .menu .link {
    text-align: left !important;
  }
}
footer#main-footer #footer-widgets .footer-widget .content .columns .menu .header {
  margin: 0 0 10px;
}
footer#main-footer #footer-widgets .footer-widget .content .columns .menu .link {
  opacity: 0.7;
}

.mobile_menu_bar:before {
  color: #f8501c !important;
}

#page-container {
  position: relative;
}

header#main-header {
  height: 80px;
  position: inherit !important;
  top: 0 !important;
}
header#main-header .container {
  width: 80% !important;
  max-width: 1080px !important;
  margin: auto !important;
}
header#main-header .mobile_menu_bar:before {
  color: #f8501c !important;
}
header#main-header .container.et_search_form_container {
  background-color: white;
}
header#main-header #top-menu a {
  font-size: 14px !important;
}
header#main-header #top-menu li.current-menu-ancestor > a,
header#main-header #top-menu li.current-menu-item > a,
header#main-header .et_color_scheme_green #top-menu li.current-menu-ancestor > a,
header#main-header .et_color_scheme_green #top-menu li.current-menu-item > a,
header#main-header .et_color_scheme_orange #top-menu li.current-menu-ancestor > a,
header#main-header .et_color_scheme_orange #top-menu li.current-menu-item > a,
header#main-header .et_color_scheme_pink #top-menu li.current-menu-ancestor > a,
header#main-header .et_color_scheme_pink #top-menu li.current-menu-item > a,
header#main-header .et_color_scheme_red #top-menu li.current-menu-ancestor > a,
header#main-header .et_color_scheme_red #top-menu li.current-menu-item > a {
  color: #f8501c;
}
header#main-header .logo_container {
  height: 80px;
}
header#main-header #et-top-navigation {
  padding: 30px 0 0;
}
@media only screen and (max-width: 991px) {
  header#main-header #et-top-navigation {
    padding: 25px 0 0;
  }
}
header.subheader {
  position: relative;
  background-color: #FEEEE8;
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  header.subheader {
    min-height: inherit;
    padding-top: 0;
  }
}
header.subheader.big {
  height: 500px;
}
@media only screen and (max-width: 768px) {
  header.subheader.big {
    height: auto;
  }
}
header.subheader.big .container {
  padding: 80px 30px 130px;
}
@media only screen and (max-width: 768px) {
  header.subheader.big .container {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 440px) {
  header.subheader.big .container {
    padding: 20px 10px 30px;
  }
}
header.subheader.image {
  min-height: 380px;
}
@media only screen and (max-width: 768px) {
  header.subheader.image {
    min-height: 300px;
  }
}
header.subheader.image .bgimage {
  opacity: 1;
}
header.subheader.image .gradient {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(69%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 69%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header.subheader.image .gradient .container {
  min-height: 380px;
}
@media only screen and (max-width: 768px) {
  header.subheader.image .gradient .container {
    min-height: 300px;
  }
}
header.subheader.image .gradient .container .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  header.subheader.image .gradient .container .content {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 440px) {
  header.subheader.image .gradient .container .content {
    padding-bottom: 25px;
  }
}
header.subheader.image .gradient .container .content h1 {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
header.subheader.cover .bgimage {
  opacity: 1;
}
header.subheader .gradient {
  height: 100%;
}
header.subheader .container {
  display: table;
  position: relative;
  padding: 80px 30px 130px;
  text-align: center;
  height: 100%;
}
header.subheader .container .content {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  header.subheader .container h1 {
    font-size: 43px !important;
    line-height: 51px !important;
  }
}
@media only screen and (max-width: 768px) {
  header.subheader .container h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
@media only screen and (max-width: 768px) {
  header.subheader .container {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 440px) {
  header.subheader .container {
    padding: 20px 10px 30px;
  }
}
header.subheader .container .sub {
  font-size: 28px;
  color: #f8501c;
  text-decoration: none;
}
header.subheader .container .meta {
  opacity: 0.6;
}
header.subheader .container h1 {
  padding: 20px 0;
  font: 44px "Arial";
  text-align: center;
  color: #352f2f;
}
header.subheader .container form input {
  margin: 20px 5px 0;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 9999px;
}
header.subheader .container form input[type=submit] {
  background-color: #f8501c;
  color: white;
  border: none;
}
header.subheader .bgimage {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.08;
}
header.subheader svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vw;
}

.container.single {
  max-width: 760px;
  padding-top: 20px !important;
}
.container.single .entry-content.padding-top {
  padding-top: 50px;
}
@media only screen and (max-width: 440px) {
  .container.single .entry-content.padding-top {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 440px) {
  .container.single .entry-content {
    padding-top: 0;
  }
}
.container.single .entry-content h1,
.container.single .entry-content h2,
.container.single .entry-content h3,
.container.single .entry-content h4 {
  margin: 50px 0 10px;
}
.container.single .entry-content h1:first-child,
.container.single .entry-content h2:first-child,
.container.single .entry-content h3:first-child,
.container.single .entry-content h4:first-child {
  margin: 20px 0 10px;
}
.container.single .entry-content h1 a,
.container.single .entry-content h2 a,
.container.single .entry-content h3 a,
.container.single .entry-content h4 a {
  text-decoration: none !important;
}
.container.single .entry-content h1 {
  font-size: 36px !important;
  line-height: 44px !important;
  font-weight: 700 !important;
  color: #f8501c;
}
.container.single .entry-content h2 {
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  color: #f8501c;
}
@media only screen and (max-width: 440px) {
  .container.single .entry-content h2 {
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
  }
}
.container.single .entry-content h3 {
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 440px) {
  .container.single .entry-content h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
  }
}
.container.single .entry-content h4 {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
}
.container.single .entry-content h5 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
}
.container.single .entry-content h6 {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
}
.container.single .entry-content .wp-block-image img {
  border-radius: 20px !important;
}
.container.single .entry-content .wp-block-image.no-border img {
  border-radius: 0 !important;
}
.container.single .entry-content .wp-block-group {
  display: block;
  background: #FFFFFF;
  margin: 20px 0 60px;
  padding: 25px;
  -webkit-box-shadow: 0 10px 30px rgba(181, 197, 216, 0.4);
          box-shadow: 0 10px 30px rgba(181, 197, 216, 0.4);
  border-radius: 20px;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .container.single .entry-content .wp-block-group {
    margin: 10px 0 20px;
  }
}
.container.single .entry-content .wp-block-group h1,
.container.single .entry-content .wp-block-group h2,
.container.single .entry-content .wp-block-group h3,
.container.single .entry-content .wp-block-group h4,
.container.single .entry-content .wp-block-group h5,
.container.single .entry-content .wp-block-group h6 {
  margin: 0 0 20px;
}
.container.single .entry-content .wp-block-group h5,
.container.single .entry-content .wp-block-group h6 {
  margin: 0;
}
.container.single .entry-content .wp-block-group h6 {
  font-size: 15px;
  padding: 0;
}
.container.single .entry-content .wp-block-group p {
  margin: 0 0 15px;
}
.container.single .entry-content .wp-block-group a.cta {
  display: inline-block;
  background-color: #feeee8;
  padding: 10px 20px;
  color: #f8501c;
}
.container.single .entry-content .wp-block-group.width {
  margin: 50px 0 60px -120px;
  width: 1000px;
}
@media only screen and (max-width: 1150px) {
  .container.single .entry-content .wp-block-group.width {
    margin: 50px 0 25px;
    width: 760px;
  }
}
@media only screen and (max-width: 991px) {
  .container.single .entry-content .wp-block-group.width {
    width: 100%;
  }
}
.container.single .entry-content .wp-block-group .wp-block-media-text {
  padding: 20px;
}
@media only screen and (max-width: 440px) {
  .container.single .entry-content .wp-block-group .wp-block-media-text {
    padding: 0;
  }
}
.container.single .entry-content .wp-block-group .wp-block-media-text .wp-block-media-text__content {
  padding-left: 50px !important;
}
@media only screen and (max-width: 600px) {
  .container.single .entry-content .wp-block-group .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0 !important;
  }
}
.container.single .entry-content .wp-block-group .wp-block-media-text .wp-block-media-text__media img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.container.single .entry-content .wp-block-group .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0 !important;
}
.container.single .entry-content .wp-block-columns {
  margin: 50px 0 25px -120px;
  width: 1000px;
}
.container.single .entry-content .wp-block-columns.fixed {
  margin: 50px 0 25px;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  .container.single .entry-content .wp-block-columns {
    margin: 50px 0 25px;
    width: 760px;
  }
}
@media only screen and (max-width: 991px) {
  .container.single .entry-content .wp-block-columns {
    width: 100%;
  }
}
.container.single .entry-content .wp-block-columns.no-shadow .wp-block-group {
  padding: 12px !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.container.single .entry-content .wp-block-columns .wp-block-group {
  margin: 20px 0 30px;
}
@media only screen and (max-width: 768px) {
  .container.single .entry-content .wp-block-columns .wp-block-group {
    margin: 10px 0 20px;
  }
}
.container.single .entry-content .wp-block-columns .wp-block-group .wp-block-image {
  margin: 5px 0 15px;
  line-height: 0;
}
.container.single .entry-content .wp-block-group.cta {
  padding: 0;
}
.container.single .entry-content .wp-block-group.cta .wp-block-image {
  position: relative;
}
.container.single .entry-content .wp-block-group.cta figcaption {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px 20px;
  text-align: center;
  color: white;
  font-size: 25px;
  line-height: 32px;
  margin: 0;
  border-radius: 0 0 20px 20px;
}
.container.single .entry-content .wp-block-group.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.container.single .entry-content ol,
.container.single .entry-content ul {
  margin: 0 0 0 20px;
}
.container.single .entry-content ol li,
.container.single .entry-content ul li {
  color: #352F2F;
  font-weight: 500;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 5px;
}
.container.single .entry-content .wp-block-image {
  margin: 5px 0 30px;
}
.container.single .entry-content .wp-block-separator {
  border: 1px solid #EFEFEF;
  margin: 60px 0;
}
.container.single .entry-content a {
  color: #f8501c;
  font-weight: 500 !important;
  text-decoration: underline;
}
.container.single .entry-content p {
  font-weight: 400 !important;
  margin: 10px 0 25px;
}
.container.single .entry-content a.search-result {
  display: block;
  background: #FFFFFF;
  margin: 0 0 30px;
  padding: 30px;
  -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
          box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
  border-radius: 20px;
  text-decoration: none !important;
}
@media only screen and (max-width: 440px) {
  .container.single .entry-content a.search-result {
    margin: 0 0 20px;
  }
}
.container.single .entry-content a.search-result h2 {
  padding: 0;
  margin: 0 0 5px !important;
  font-size: 26px !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 768px) {
  .container.single .entry-content a.search-result h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 440px) {
  .container.single .entry-content a.search-result h2 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.container.single .entry-content a.search-result .meta {
  font-size: 13px;
  color: #352f2f;
}
.container.single .entry-content a.search-result .text,
.container.single .entry-content a.search-result .text p {
  font-size: 16px !important;
  line-height: 28px !important;
}

.cta-block {
  background-color: #d8eefb;
  border-radius: 20px;
  padding: 40px;
  margin: 60px 0 30px;
}
@media only screen and (max-width: 440px) {
  .cta-block {
    padding: 25px;
    margin: 20px 0 30px;
  }
}
.cta-block h3 {
  font-size: 28px !important;
  line-height: 40px !important;
  margin: 0 0 20px !important;
  padding: 0 20% 0 0;
  color: #1972a4 !important;
}
@media only screen and (max-width: 768px) {
  .cta-block h3 {
    padding: 0;
    font-size: 22px !important;
    line-height: 32px !important;
  }
}
.cta-block .text,
.cta-block p {
  padding: 0 20% 0 0;
  color: #1972a4 !important;
}
@media only screen and (max-width: 768px) {
  .cta-block .text,
.cta-block p {
    padding: 0;
  }
}
.cta-block iframe {
  width: 100%;
}
.cta-block.white {
  background-color: inherit;
  padding: 0;
}
.cta-block.white h3 {
  font-size: 32px !important;
  font-weight: 600;
  text-align: center;
  color: #f8501c !important;
  padding: 0;
}
.cta-block .hbspt-form {
  max-width: 500px;
  margin: 0 auto;
  color: #352f2f;
}
.cta-block .hbspt-form p {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #352f2f !important;
  padding: 0 !important;
}
.cta-block .hbspt-form label {
  display: inline-block;
  margin: 0 0 10px;
  color: #6A6A6A;
}
.cta-block .hbspt-form li,
.cta-block .hbspt-form ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #352f2f !important;
}
.cta-block .hbspt-form input,
.cta-block .hbspt-form select,
.cta-block .hbspt-form textarea {
  margin: 0 0 25px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #352f2f;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 2px solid #AEACAC;
}
.cta-block .hbspt-form input.error,
.cta-block .hbspt-form select.error,
.cta-block .hbspt-form textarea.error {
  border-color: #f8501c;
}
.cta-block .hbspt-form input[type=checkbox] {
  height: 15px;
  width: 15px;
  margin: 8px 8px 0 0;
}
.cta-block .hbspt-form input[type=submit] {
  background-color: #f8501c;
  border-color: #f8501c;
  color: white;
  border-radius: 25px;
  -webkit-box-shadow: 0 6px 16px rgba(241, 89, 42, 0.2);
  box-shadow: 0 6px 16px rgba(241, 89, 42, 0.2);
}
.cta-block .hbspt-form textarea {
  min-height: 100px;
}
.cta-block .hbspt-form .hs-error-msgs {
  list-style-type: none;
  margin: 0 0 25px 0 !important;
  padding: 0;
}
.cta-block .hbspt-form .hs-error-msgs .hs-error-msg {
  background-color: #f8501c;
  border-radius: 8px;
  color: white;
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}

.index .container {
  padding-top: 30px !important;
}
.index .container .grid .grid-item {
  width: 50%;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  .index .container .grid .grid-item {
    width: 100%;
    padding: 0 0 40px;
  }
}
.index .container .grid .grid-item a.index-post {
  display: block;
  background-color: white;
  border: none;
  -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
          box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
  border-radius: 20px;
}
.index .container .grid .grid-item a.index-post:hover {
  text-decoration: none !important;
}
.index .container .grid .grid-item a.index-post.featured {
  background-color: #d8eefb;
}
.index .container .grid .grid-item a.index-post.featured .more,
.index .container .grid .grid-item a.index-post.featured .title {
  color: #1972a4 !important;
}
.index .container .grid .grid-item a.index-post .image {
  background-size: cover;
  background-position: center;
  background-color: #EFEFEF;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  .index .container .grid .grid-item a.index-post .image {
    height: 200px;
  }
}
.index .container .grid .grid-item a.index-post .bottom {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .index .container .grid .grid-item a.index-post .bottom {
    padding: 22px;
  }
}
.index .container .grid .grid-item a.index-post .bottom .date {
  opacity: 0.5;
  margin: 0 0 10px;
}
.index .container .grid .grid-item a.index-post .bottom .title {
  color: #f8501c;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 15px;
}
.index .container .grid .grid-item a.index-post .bottom .intro {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #352f2f;
  margin: 0 0 10px;
  letter-spacing: 0.2px;
}
.index .container .grid .grid-item a.index-post .bottom .more {
  color: #51b6ef;
}
.index .container .nav-links {
  height: 30px;
  margin: 30px 0 0;
}
.index .container .nav-links .nav-next,
.index .container .nav-links .nav-previous {
  margin: 0 20px;
  border: 1px solid #EFEFEF;
  border-radius: 999px;
  padding: 10px 20px;
}

section.widget h1.header {
  margin-top: 140px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #352f2f;
}
section.widget h1.header span {
  color: #f8501c;
}
section.widget h2.subheader {
  font-family: Montserrat;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  padding-bottom: 0 !important;
  color: #352f2f;
}
@media only screen and (max-width: 768px) {
  section.widget h2.subheader {
    font-size: 15px !important;
    line-height: 24px !important;
  }
}
section.widget h3.widget-title {
  font-family: Montserrat;
  font-size: 48px !important;
  line-height: 60px !important;
  font-weight: 600 !important;
  color: #f8501c !important;
  padding: 0 20px;
  margin: 0 auto 15px;
  text-align: center;
  max-width: 900px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  section.widget h3.widget-title {
    font-size: 46px !important;
    line-height: 56px !important;
    max-width: 650px;
  }
}
@media only screen and (max-width: 768px) {
  section.widget h3.widget-title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 440px) {
  section.widget h3.widget-title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
section.widget h4.widget-title {
  font-family: Montserrat;
  font-size: 32px !important;
  line-height: 45px !important;
  font-weight: 600 !important;
  color: #f8501c !important;
  margin: 0 0 15px;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 650px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  section.widget h4.widget-title {
    font-size: 22px !important;
    line-height: 38px !important;
  }
}
section.widget .widget-intro {
  font-family: Montserrat;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  padding-bottom: 0 !important;
  color: #352f2f;
  max-width: 850px;
  width: auto;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-section {
  background: linear-gradient(175.24deg, #ffffff 4.55%, rgba(233, 238, 244, 0.6) 83.97%);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .testimonials-section {
    padding-top: 60px;
  }
}
.testimonials-section .divider {
  margin-top: 180px;
}
.testimonials-section h2.title {
  margin-top: 120px;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .testimonials-section h2.title {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 80px;
  }
}
.testimonials-section .more-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.testimonials-section .logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.testimonials-section .logos > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.testimonials-section .logos > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.testimonials-section .logos > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.testimonials-section .logos > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.testimonials-section .logos > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.testimonials-section .logos img {
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1150px) {
  .testimonials-section .logos {
    width: 80%;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-section .logos {
    width: 90%;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .testimonials-section .logos .testimonials-section .logos {
    display: none;
  }
}
@media only screen and (max-width: 440px) {
  .testimonials-section .logos {
    width: 90%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-section .logos .testimonials-section .logos {
    display: none;
  }
}

.testimonials-section .divider {
  display: block !important;
  margin-top: 100px;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .divider {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 440px) {
  .testimonials-section .divider {
    margin-top: 40px;
    height: 20px;
  }
}

.testimonial-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 440px) {
  .testimonial-slider {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 440px) {
  .testimonial-slider .testimonial-slider-next,
.testimonial-slider .testimonial-slider-prev {
    height: 30px;
  }
  .testimonial-slider .testimonial-slider-next svg,
.testimonial-slider .testimonial-slider-prev svg {
    height: 30px;
    width: auto;
  }
}
.testimonial-slider .testimonial-slider-slider {
  width: 80% !important;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card {
  position: relative;
  background: #e5aa37;
  border-radius: 20px;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 0.8fr 0 2.2fr;
  grid-template-columns: 0.8fr 2.2fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 60px;
  width: 1120px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 1150px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card {
    display: block !important;
    padding: 30px;
  }
}
@media only screen and (max-width: 440px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card {
    padding: 20px;
  }
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card .quote {
  font-size: 32px;
  line-height: 45px;
  color: white;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1150px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .quote {
    font-size: 25px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .quote {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 440px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .quote {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card .image-part {
  margin: auto;
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card .image-part .image {
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 200px;
  -webkit-box-shadow: -10px 30px 60px rgba(41, 48, 58, 0.15);
          box-shadow: -10px 30px 60px rgba(41, 48, 58, 0.15);
  border-radius: 200px;
}
@media only screen and (max-width: 768px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .image-part .image {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 440px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .image-part .image {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card .description-part {
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .description-part {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .description-part {
    padding: 30px 0 0;
  }
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card .rating-part {
  position: absolute;
  background-color: #d09117;
  right: 20px;
  bottom: 20px;
  padding: 15px;
  color: white;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .rating-part {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .rating-part {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 440px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .rating-part {
    font-size: 14px;
    padding: 10px;
  }
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card .rating-part .stars {
  position: relative;
  background-color: #deb25d;
  width: 158px;
  height: 33px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 440px) {
  .testimonial-slider .testimonial-slider-slider .testimonial-slider-card .rating-part .stars {
    margin: 0 auto;
  }
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card .rating-part .stars .overlay {
  position: absolute;
  background-image: url("../imgs/stars.svg");
  background-position: center;
  background-size: 158px 33px;
  width: 158px;
  height: 33px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.testimonial-slider .testimonial-slider-slider .testimonial-slider-card .rating-part .stars .progress {
  position: absolute;
  background-color: white;
  width: 60%;
  height: 33px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .testimonial-slider-card {
    background: #e5aa37;
    -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
            box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
    border-radius: 20px;
    display: block !important;
    padding-bottom: 60px;
    padding-top: 74px;
    padding-right: 164px;
  }
}
.demo-section {
  margin-top: 100px;
  background: linear-gradient(175.24deg, #FFFFFF 4.55%, rgba(233, 238, 244, 0.4) 83.97%);
}
@media only screen and (max-width: 768px) {
  .demo-section {
    margin-top: 60px;
  }
}
.demo-section h2 {
  margin-bottom: 20px;
  padding: 0 50px;
}
.demo-section h3 {
  margin-bottom: -4px;
  padding: 0 20px;
  font-size: 18px !important;
}
@media only screen and (max-width: 768px) {
  .demo-section h3 {
    font-size: 18px !important;
  }
}
.demo-section .links {
  text-align: center;
  padding: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .demo-section .links {
    padding: 8px;
    display: block;
    text-align: center;
  }
  .demo-section .links img {
    padding: 8px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .demo-section .links img {
    width: 150px;
  }
}
.demo-section .links a {
  display: inline-block;
}
.demo-section .apps {
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .demo-section .apps {
    margin-top: 20px;
  }
}
.demo-section .apps .intro {
  font-size: 16px;
  opacity: 0.75;
}
@media only screen and (max-width: 440px) {
  .demo-section .apps .intro {
    font-size: 14px;
    padding: 0 30px;
  }
}
.demo-section .apps .app {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.04);
  vertical-align: top;
  width: 300px;
  margin: 40px 10px 25px;
  padding: 20px;
  text-align: left;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .demo-section .apps .app {
    margin: 20px 5px 0;
    padding: 15px;
  }
}
@media only screen and (max-width: 440px) {
  .demo-section .apps .app {
    width: 80%;
  }
}
.demo-section .apps .app .icon {
  float: left;
  background-size: cover;
  background-position: center;
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
}
.demo-section .apps .app .name {
  padding: 5px 0;
  font-size: 16px;
}
.demo-section .apps .app a {
  display: inline-block;
  color: #352f2f;
  opacity: 0.8;
  margin: 0 10px 0 0;
}

.demo-section .divider {
  display: block !important;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .demo-section .divider {
    margin-top: 60px;
    height: 20px;
  }
}
@media only screen and (max-width: 440px) {
  .demo-section .divider {
    margin-top: 40px;
  }
}

.pricing-section {
  margin-top: 107px;
}
.pricing-section .pricing-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-top: 32px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pricing-section .pricing-cards > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.pricing-section .pricing-cards > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.pricing-section .pricing-cards > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media only screen and (max-width: 1400px) {
  .pricing-section .pricing-cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    width: 1080px;
  }
}
@media only screen and (max-width: 1150px) {
  .pricing-section .pricing-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-section .pricing-cards {
    display: initial;
    position: relative;
    margin-top: 32px;
  }
}
.pricing-section .pricing-card {
  position: relative;
  width: auto;
  height: 1050px;
  margin: 0 20px 50px;
  background: #ffffff;
  -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
          box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
  border-radius: 20px;
}
@media only screen and (min-width: 1150px) {
  .pricing-section .pricing-card.last {
    grid-column: 1/-1;
    width: auto;
    margin: 0 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 768px) {
  .pricing-section .pricing-card.last {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
  }
}
@media only screen and (max-width: 1400px) {
  .pricing-section .pricing-card {
    width: 320px;
  }
}
@media only screen and (max-width: 1150px) {
  .pricing-section .pricing-card {
    width: auto;
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-section .pricing-card {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #ffffff;
    -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
            box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 32px;
  }
}
.pricing-section .pricing-card .header {
  width: 100%;
  height: 158px;
  background: #fdf0ec;
  border-radius: 20px 20px 0 0;
  padding-left: 31px;
  padding-top: 21px;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-card .header {
    padding-left: 15px;
  }
}
.pricing-section .pricing-card .header:nth-child(2) {
  background: #ecfbfd !important;
}
.pricing-section .pricing-card .content {
  margin-top: 18px;
  margin-left: 30px;
  padding-right: 20px;
}
.pricing-section .pricing-card .content p {
  font-size: 15px !important;
}
.pricing-section .pricing-card .content p a {
  color: #f8501c;
  cursor: pointer;
}
.pricing-section .pricing-card .content .light {
  margin-top: 20px;
  opacity: 0.6 !important;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-card .content {
    margin-left: 15px;
  }
}
.pricing-section .pricing-card .action {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 34px;
}
.pricing-section .pricing-card .action button {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-card .action button {
    padding: 12px 20px !important;
  }
}
.pricing-section .pricing-card .action button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .pricing-section .pricing-card .action {
    width: inherit;
    text-align: center;
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
}

.page-template-widgets .pricing-section {
  margin-top: 50px;
}

.connections-section {
  background: linear-gradient(181.54deg, #ffffff 8.42%, #e9eef4 88.73%);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 108px;
}
@media only screen and (max-width: 768px) {
  .connections-section {
    margin-top: 60px;
  }
}
.connections-section img {
  margin-left: auto;
  margin-right: auto;
}
.connections-section .intro {
  position: relative;
  z-index: 2;
}
.connections-section .intro h3 {
  font-size: 52px !important;
  line-height: 63px !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 1150px) {
  .connections-section .intro h3 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
}
.connections-section .intro .description {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 17px !important;
  line-height: 32px !important;
  text-align: center;
  color: #352f2f;
  max-width: 800px;
  width: auto;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .connections-section .intro .description {
    font-size: 15px !important;
    line-height: 28px !important;
  }
}
.connections-section .more-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.connections-section .logos {
  display: block;
  margin-top: -76px;
  margin-bottom: -76px;
}
@media only screen and (max-width: 1150px) {
  .connections-section .logos {
    margin-top: -26px;
  }
}
@media only screen and (max-width: 768px) {
  .connections-section .logos {
    display: none;
  }
}
.connections-section .logos-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .connections-section .logos-mobile {
    display: block;
    width: 100vw;
    margin: 20px 0 0;
  }
}

.tools-section {
  margin-top: 76px;
}
.tools-section .text-content {
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0 20px;
}
.tools-section .text-content .description {
  margin-top: 12px;
}
.tools-section .select-content {
  text-align: center;
  margin-top: 72px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .tools-section .select-content {
    margin-top: 30px;
  }
}
.tools-section .select-content .tool-select-row {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tools-section .select-content .tool-select-row .content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tools-section .select-content .tool-select-row .content .plot-button {
  display: inline-block;
}
.tools-section .content {
  margin-left: 18px;
  margin-right: 18px;
}

@media only screen and (max-width: 768px) {
  .tools-section {
    margin-top: 88px;
  }
}
@media only screen and (max-width: 768px) {
  .tools-section .tool-select-row .content {
    display: inline;
    width: 100%;
  }
}
.tools-section .select-content .select-info {
  height: 100%;
}

.tools-section .select-content .select-info .realtime-geo {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: -90px;
}

.tools-section .select-content .select-info .realtime-geo {
  display: none;
  background-image: url("../imgs/tools02.png");
  background-repeat: no-repeat;
  background-size: 973px;
  height: 776px;
  background-position: center;
  background-position-y: -90px;
}

.tools-section .select-content .select-info .realtime-geo.active {
  display: block;
}

.tools-section .select-content .select-info .geofences-beacons {
  display: none;
  background-image: url("../imgs/tools01.png");
  background-repeat: no-repeat;
  background-size: 1040px;
  height: 776px;
  background-position: center;
  background-position-y: -90px;
}

.tools-section .select-content .select-info .realtime-geo .image {
  display: none;
}

.tools-section .select-content .select-info .analytics .image {
  display: none;
}

.tools-section .select-content .select-info .geofences-beacons .image {
  display: none;
}

.tools-section .select-content .select-info .realtime-geo .content {
  display: none;
}

.tools-section .select-content .select-info .analytics .content {
  display: none;
}

.tools-section .select-content .select-info .geofences-beacons .content {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tools-section .select-content .select-info .realtime-geo {
    background: white;
    height: 100%;
  }
  .tools-section .select-content .select-info .realtime-geo .image {
    display: block;
    margin-top: 20px;
  }
  .tools-section .select-content .select-info .analytics .image {
    display: block;
    margin-top: 20px;
  }
  .tools-section .select-content .select-info .analytics {
    background: white;
    height: 100% !important;
  }
  .tools-section .select-content .select-info .geofences-beacons .image {
    display: block;
    margin-top: 20px;
  }
  .tools-section .select-content .select-info .geofences-beacons {
    background: white;
    height: 100%;
  }
  .tools-section .select-content .select-info .content {
    margin-left: 32px;
    margin-right: 32px;
  }
  .tools-section .select-content .select-info .content .block {
    margin-top: 46px;
    margin-bottom: 36px;
  }
  .tools-section .select-content .select-info h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* Black */
    color: #352F2F;
    text-align: start;
  }
  .tools-section .select-content .select-info p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    /* Black */
    color: #352F2F;
    text-align: start;
  }
}
.tools-section .select-content .select-info .geofences-beacons.active {
  display: block;
}

.tools-section .select-content .select-info .analytics {
  display: none;
  background-image: url("../imgs/tools03.png");
  background-repeat: no-repeat;
  background-size: 1007px;
  height: 776px;
  background-position: center;
  background-position-y: -90px;
}
@media only screen and (max-width: 768px) {
  .tools-section .select-content .select-info .analytics {
    background-image: none;
  }
}

.tools-section .select-content .select-info .analytics.active {
  display: block;
}

.pros-section {
  background: linear-gradient(181.34deg, #ffffff 49.02%, #e9eef4 89.85%);
  text-align: center;
  padding-top: 78px;
}
.pros-section .feature-overview-grid {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 0;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
.pros-section .feature-overview-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.pros-section .feature-overview-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.pros-section .feature-overview-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media only screen and (max-width: 1150px) {
  .pros-section .feature-overview-grid {
    grid-column-gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .pros-section .feature-overview-grid {
    display: block;
    margin-top: 0;
    padding-top: 36px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pros-section .documentation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
  padding-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  .pros-section .documentation-block {
    margin-top: 15px;
  }
}
.pros-section .divider {
  position: relative;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.pros-section .pros-cta {
  background-color: rgba(0, 0, 0, 0.04);
  width: auto;
  max-width: 550px;
  padding: 30px;
  margin: 60px auto 0;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .pros-section .pros-cta {
    margin: 25px;
    max-width: inherit;
  }
}
.pros-section .pros-cta .content,
.pros-section .pros-cta .content p {
  font-size: 16px;
  font-weight: 400;
}
.pros-section .pros-cta .button {
  display: inline-block;
  background-color: #51b6ef;
  height: 40px;
  padding: 0 20px;
  margin: 20px 0 0;
  border-radius: 20px;
  font-size: 16px;
  line-height: 40px;
  color: white;
}

.dev-friendly-card {
  background-size: cover !important;
}

.divider {
  position: relative;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}

@media only screen and (max-width: 768px) {
  .pros-section .divider {
    display: none;
  }
  .divider {
    display: none;
  }
}
.dev-friendly-card.primary div {
  text-align: center;
  width: 100%;
  /* height: 390px!important; */
  padding: 24px;
}

.dev-friendly-card img {
  height: 62px;
}

.dev-friendly-card.primary {
  width: auto;
  height: 390px;
  background: transparent;
  -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
          box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
  border-radius: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .dev-friendly-card.primary {
    width: auto !important;
    height: auto;
    background: #ffffff;
    -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
            box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
    border-radius: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.dev-friendly-card.primary div {
  height: 100%;
  margin-top: 52px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .dev-friendly-card.primary div {
    margin-top: 15px;
  }
}
.dev-friendly-card.primary.case {
  position: relative;
  width: 100%;
  height: 280px;
  background-image: cover;
  background-position: center;
}
.dev-friendly-card.primary.case div {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  margin-top: 0;
  padding: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
}
.dev-friendly-card.primary.case div h2 {
  position: absolute;
  bottom: 20px;
  color: white;
  width: 100%;
  text-align: center;
  padding: 0 20px 15px;
}

.dev-friendly-card .title {
  margin-top: 24px;
  font-size: 28px !important;
}
@media only screen and (max-width: 991px) {
  .dev-friendly-card .title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.dev-friendly-card.primary p {
  font-size: 16px !important;
}
@media only screen and (max-width: 991px) {
  .dev-friendly-card.primary p {
    font-size: 15px !important;
    line-height: 26px !important;
  }
}

@media only screen and (min-width: 768px) {
  .dev-friendly-card.primary.first {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  .dev-friendly-card.primary.third {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
}
.dev-friendly-card.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.dev-friendly-card.grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.dev-friendly-card.grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.dev-friendly-card.grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.dev-friendly-card.grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.dev-friendly-card.grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.dev-friendly-card.grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.dev-friendly-card.grid h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  /* Black */
  color: #352f2f;
}

.dev-friendly-card.grid p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  /* or 160% */
  /* Black */
  color: #352f2f;
  opacity: 0.6;
}

.dev-friendly-card img {
  height: 62px;
}

.intro-section {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(95.74%, #f5efed));
  background: linear-gradient(180deg, #ffffff 0%, #f5efed 95.74%);
}
.intro-section svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vw;
}
.intro-section h2.subheader {
  margin-bottom: 35px;
}
@media only screen and (max-width: 440px) {
  .intro-section h2.subheader {
    margin-top: -15px;
  }
  .intro-section h2.subheader br {
    display: none;
  }
}
.intro-section .plot-button {
  margin: 0 20px 30px 0;
}
@media only screen and (max-width: 991px) {
  .intro-section .plot-button {
    margin: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 440px) {
  .intro-section .plot-button {
    margin: 0 10px 20px 0;
    padding: 15px 20px !important;
    font-size: 16px !important;
  }
}
.intro-section .plot-button.callback {
  background-color: #51b6ef;
  color: white;
}
.intro-section .cta-subline {
  margin-bottom: 10px;
  font-size: 13px !important;
  color: #959595 !important;
}
.intro-section .content {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  background-repeat: no-repeat;
  grid-row-gap: 0;
}
.intro-section .content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.intro-section .content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 768px) {
  .intro-section .content {
    height: auto !important;
    min-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .intro-section .content {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: auto;
  }
  .intro-section .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.intro-section .content .text-content {
  margin-left: auto;
  margin-right: 30px;
  padding-bottom: 130px;
  padding-left: 30px;
}
.intro-section .content .text-content .max-width {
  max-width: 505px;
}
@media only screen and (max-width: 768px) {
  .intro-section .content .text-content {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 440px) {
  .intro-section .content .text-content {
    padding: 0 0 50px 0;
  }
}
.intro-section .content .text-content .header {
  margin-top: 1rem;
  margin-bottom: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #352f2f;
}
@media only screen and (max-width: 991px) {
  .intro-section .content .text-content .header {
    margin-top: 60px;
    font-size: 40px !important;
    line-height: 55px !important;
  }
}
@media only screen and (max-width: 768px) {
  .intro-section .content .text-content .header {
    margin-top: 60px;
    font-size: 32px !important;
    line-height: 45px !important;
  }
}
@media only screen and (max-width: 440px) {
  .intro-section .content .text-content .header {
    margin-top: 40px;
  }
}
.intro-section .content .phone-content {
  position: relative;
  margin-left: 0;
  vertical-align: bottom;
  min-height: 400px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .intro-section .content .phone-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 440px) {
  .intro-section .content .phone-content {
    min-height: 180px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .intro-section .content .phone-content {
    min-height: 250px;
    margin-bottom: 4rem;
  }
}
.intro-section .content .phone-content .header-video {
  max-width: 600px;
  margin-top: -8rem;
}
@media screen and (max-width: 768px) {
  .intro-section .content .phone-content .header-video {
    margin-top: -10rem;
    max-width: 500px;
  }
}
@media only screen and (max-width: 440px) {
  .intro-section .content .phone-content .header-video {
    margin-top: -6rem;
    max-width: 400px;
  }
}

.orange {
  color: #f8501c;
}

@media only screen and (max-width: 768px) {
  .intro-section {
    display: block;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    background-repeat: no-repeat;
    grid-row-gap: 0;
    background-size: contain;
  }
  .intro-section > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .intro-section > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .intro-section .text-content {
    margin-left: 36px !important;
  }
  .intro-section .header {
    margin-top: 60px;
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #352f2f;
  }
}
.blog-section {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-section .blog-posts {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .blog-section .blog-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-section .blog-posts .blog-post {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .blog-section .blog-posts .blog-post {
    width: 100%;
    padding: 0 8px 40px 8px;
  }
}
.blog-section .blog-posts .blog-post a.index-post {
  display: block;
  background-color: white;
  border: none;
  -webkit-box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
          box-shadow: -10px 40px 80px rgba(181, 197, 216, 0.5);
  border-radius: 20px;
  height: 100%;
}
.blog-section .blog-posts .blog-post a.index-post:hover {
  text-decoration: none !important;
}
.blog-section .blog-posts .blog-post a.index-post.featured {
  background-color: #d8eefb;
}
.blog-section .blog-posts .blog-post a.index-post.featured .more,
.blog-section .blog-posts .blog-post a.index-post.featured .title {
  color: #1972a4 !important;
}
.blog-section .blog-posts .blog-post a.index-post .image {
  background-size: cover;
  background-position: center;
  background-color: #efefef;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  .blog-section .blog-posts .blog-post a.index-post .image {
    height: 200px;
  }
}
.blog-section .blog-posts .blog-post a.index-post .bottom {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .blog-section .blog-posts .blog-post a.index-post .bottom {
    padding: 22px;
  }
}
.blog-section .blog-posts .blog-post a.index-post .bottom .date {
  opacity: 0.5;
  margin: 0 0 10px;
}
.blog-section .blog-posts .blog-post a.index-post .bottom .title {
  color: #f8501c;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 15px;
}
.blog-section .blog-posts .blog-post a.index-post .bottom .intro {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #352f2f;
  margin: 0 0 10px;
  letter-spacing: 0.2px;
}
.blog-section .blog-posts .blog-post a.index-post .bottom .more {
  color: #51b6ef;
}

.content-section .widget-title {
  margin-top: 4rem !important;
}

.poi-address-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 20px 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgb(234, 250, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(234, 250, 255) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eafaff",GradientType=1);
}
.poi-address-header h1.main-title {
  color: #f8501c;
  font-size: 3.26rem !important;
  max-width: 500px;
  line-height: 1.2em !important;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 1150px) {
  .poi-address-header h1.main-title {
    font-size: 2.625rem !important;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .poi-address-header h1.main-title {
    font-size: 2.0265rem !important;
    max-width: 376px;
  }
}
.poi-address-header h3 {
  font-size: 1.125rem !important;
  line-height: 1.55em !important;
  margin-top: 1rem;
  padding: 0;
  text-align: center;
}
.poi-address-header a {
  background-color: #f8501c;
  color: white;
  font-size: 1.125rem !important;
  border-radius: 84px;
  padding: 20px 40px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 1rem 0 0.75rem;
  -webkit-box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
          box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
}
.poi-address-header a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .poi-address-header iframe {
    width: 864px;
    height: 238px;
  }
}
.poi-address-header h2 {
  font-size: 1.125rem !important;
  line-height: 1.55em !important;
}
@media screen and (max-width: 768px) {
  .poi-address-header h2 {
    font-size: 0.875rem !important;
  }
}
.poi-address-header p {
  font-size: 1rem !important;
  max-width: 720px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .poi-address-header p {
    font-size: 0.875rem !important;
  }
}

.poi-address-content .poi-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  padding: 140px 20px 120px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgb(244, 246, 249)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f6f9",GradientType=1);
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-cards {
    padding: 100px 20px 80px;
  }
}
.poi-address-content .poi-cards .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-cards .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.poi-address-content .poi-cards .cards section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-shadow: rgba(181, 197, 216, 0.3) -10px 40px 80px 0px;
          box-shadow: rgba(181, 197, 216, 0.3) -10px 40px 80px 0px;
  background-color: white;
  height: 400px;
  width: 240px;
  padding-top: 40px;
  border-radius: 2rem;
}
@media screen and (min-width: 1150px) {
  .poi-address-content .poi-cards .cards section {
    width: 330px;
    height: 415px;
  }
}
.poi-address-content .poi-cards .cards section img {
  height: 72px;
  width: 72px;
}
.poi-address-content .poi-cards .cards section h2 {
  font-size: 1.375rem !important;
  line-height: 1.2em !important;
  max-width: 210px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1150px) {
  .poi-address-content .poi-cards .cards section h2 {
    font-size: 1.75rem !important;
  }
}
.poi-address-content .poi-cards .cards section p {
  font-size: 0.875rem !important;
  line-height: 2em !important;
  max-width: 282px;
}
@media screen and (min-width: 1150px) {
  .poi-address-content .poi-cards .cards section p {
    font-size: 1rem !important;
    line-height: 28px !important;
  }
}
.poi-address-content .poi-cards a {
  display: block;
  margin-top: 5rem;
  background-color: #f8501c;
  color: white;
  font-size: 1.125rem !important;
  border-radius: 84px;
  padding: 20px 40px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
          box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
}
.poi-address-content .poi-cards a:hover {
  text-decoration: none !important;
}
.poi-address-content .poi-cards h3 {
  margin-top: 1.25rem !important;
  font-size: 1.125rem !important;
  line-height: 1.55em !important;
}
.poi-address-content .poi-features {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
  padding: 140px 20px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(255, 255, 255)), color-stop(90%, rgb(244, 246, 249)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 80%, rgb(244, 246, 249) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f6f9",GradientType=1);
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-features {
    padding: 100px 20px 120px;
  }
}
.poi-address-content .poi-features h1 {
  color: #f8501c;
  font-size: 2.265rem !important;
  max-width: 489px;
  line-height: 1.2em !important;
  text-align: center;
}
.poi-address-content .poi-features h3 {
  max-width: 640px;
  text-align: center;
  color: #352f2f;
  font-size: 1.125rem !important;
  line-height: 28px !important;
}
.poi-address-content .poi-features div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 978px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-features div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 100px 30px 0 30px;
    width: 100%;
    gap: 20px !important;
  }
}
@media screen and (max-width: 1150px) {
  .poi-address-content .poi-features div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .poi-address-content .poi-features div:nth-child(even) picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.poi-address-content .poi-features div picture img {
  width: 520px;
  height: 360px;
  -webkit-box-shadow: -10px 20px 40px 0px rgba(181, 197, 216, 0.2);
          box-shadow: -10px 20px 40px 0px rgba(181, 197, 216, 0.2);
  border-radius: 2rem;
}
@media screen and (max-width: 1150px) {
  .poi-address-content .poi-features div picture img {
    height: 249px;
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-features div picture img {
    width: 100%;
    height: auto;
  }
}
.poi-address-content .poi-features div section {
  max-width: 400px;
}
@media screen and (max-width: 1150px) {
  .poi-address-content .poi-features div section {
    max-width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-features div section {
    width: 100%;
    max-width: 100%;
  }
}
.poi-address-content .poi-features div section h2 {
  color: #352f2f;
  padding-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .poi-address-content .poi-features div section h2 {
    font-size: 1.375rem !important;
    line-height: 1.2em !important;
  }
}
.poi-address-content .poi-features div section p {
  margin-top: 1rem;
}
@media screen and (max-width: 1150px) {
  .poi-address-content .poi-features div section p {
    font-size: 0.875rem !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-features div section p {
    margin-top: 0.5rem;
  }
}
.poi-address-content .poi-features .poi-feature-cta,
.poi-address-content .poi-features .poi-feature-href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.poi-address-content .poi-features .poi-feature-cta {
  margin-top: 140px;
  gap: 20px;
}
.poi-address-content .poi-features .poi-feature-cta h1 {
  text-align: center;
  padding: 0;
}
.poi-address-content .poi-features .poi-feature-cta p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-features .poi-feature-cta p {
    font-size: 0.875rem !important;
    line-height: 26px !important;
  }
}
.poi-address-content .poi-features .poi-feature-cta a {
  display: block;
  background-color: #f8501c;
  color: white;
  font-size: 1.125rem !important;
  border-radius: 84px;
  padding: 20px 40px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
          box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
}
.poi-address-content .poi-features .poi-feature-cta a:hover {
  text-decoration: none !important;
}
.poi-address-content .poi-features .poi-feature-href {
  margin: 80px 0 80px;
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-features .poi-feature-href {
    margin: 80px 0 0px;
  }
}
.poi-address-content .poi-features .poi-feature-href h3 {
  color: #f8501c !important;
}
.poi-address-content .poi-features .poi-feature-href h3 picture img {
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
}
.poi-address-content .poi-features .poi-feature-href:hover {
  text-decoration: none !important;
}
.poi-address-content .poi-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 20px;
  --largeWidth: 600px;
  --summaryHeight: fit-content;
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-faq {
    --largeWidth: 360px;
  }
}
.poi-address-content .poi-faq div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: var(--largeWidth);
  gap: 20px;
}
.poi-address-content .poi-faq div h1 {
  color: #f8501c;
  font-size: 42px !important;
  line-height: 1.2em !important;
  text-align: center;
}
.poi-address-content .poi-faq div details {
  overflow: hidden;
}
.poi-address-content .poi-faq div details::marker {
  display: none;
}
.poi-address-content .poi-faq div details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  width: var(--largeWidth);
  height: var(--summaryHeight);
  -webkit-transition: all;
  transition: all;
  list-style: none;
  background-color: rgb(244, 246, 250);
  padding: 23px 20px;
  font-size: 1.125rem !important;
  line-height: 1.2em !important;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
}
.poi-address-content .poi-faq div details summary span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  width: 24px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.poi-address-content .poi-faq div details summary span:last-child picture {
  width: 100%;
  height: 100%;
}
.poi-address-content .poi-faq div details summary::-webkit-details-marker {
  display: none;
}
.poi-address-content .poi-faq div details > *:not(summary) {
  -webkit-animation: details-show 350ms ease-in-out;
          animation: details-show 350ms ease-in-out;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: transparent;
  overflow: hidden;
}
.poi-address-content .poi-faq div details[open] > summary {
  color: inherit;
  border-radius: 20px 20px 0 0;
}
.poi-address-content .poi-faq div details[open] > summary > span:last-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.poi-address-content .poi-faq div .copy {
  padding: 0px 20px 20px !important;
  background-color: rgb(244, 246, 250);
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .poi-address-content .poi-faq div .copy {
    width: var(--largeWidth);
  }
}
.poi-address-content .poi-faq div .copy p strong a {
  text-decoration: underline !important;
}
.poi-address-content .poi-faq div .copy p a {
  text-decoration: underline !important;
}
@-webkit-keyframes details-show {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes details-show {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

* {
  --animationTime: 750ms;
}

.fade-up {
  position: relative;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  opacity: 0;
  -webkit-transition: var(--animationTime) all ease;
  transition: var(--animationTime) all ease;
}
.fade-up.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fade-in {
  position: relative;
  opacity: 0;
  -webkit-transition: var(--animationTime) all ease;
  transition: var(--animationTime) all ease;
}
.fade-in.active {
  opacity: 1;
}

.poi-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 120px 20px 240px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgb(244, 246, 249)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f6f9",GradientType=1);
}
@media screen and (max-width: 768px) {
  .poi-pricing {
    padding: 120px 20px 120px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
  }
}
.poi-pricing h1 {
  font-size: 2.625rem !important;
  color: #f8501c;
}
.poi-pricing p {
  color: #352f2f;
  font-size: 1rem !important;
}
.poi-pricing .blocks {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: repeat(2, 330px);
  gap: 50px;
}
@media screen and (max-width: 1150px) {
  .poi-pricing .blocks {
    gap: 22px;
    grid-auto-rows: repeat(2, 240px);
  }
}
@media screen and (max-width: 768px) {
  .poi-pricing .blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: repeat(2, 330px);
    gap: 42px;
  }
}
.poi-pricing .blocks section {
  width: 330px;
  border-radius: 2rem;
  -webkit-box-shadow: rgba(181, 197, 216, 0.3) -10px 40px 80px 0px;
          box-shadow: rgba(181, 197, 216, 0.3) -10px 40px 80px 0px;
}
@media screen and (max-width: 1150px) {
  .poi-pricing .blocks section {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .poi-pricing .blocks section {
    width: 330px;
  }
}
.poi-pricing .blocks section div:first-child {
  padding: 1.5rem 2rem 1rem;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 1150px) {
  .poi-pricing .blocks section div:first-child {
    padding: 1.15rem 1.5rem 1rem 1.5rem;
  }
}
.poi-pricing .blocks section div:first-child h2 {
  font-size: 1.75rem !important;
  color: #f8501c;
  padding: 0;
}
@media screen and (max-width: 1150px) {
  .poi-pricing .blocks section div:first-child h2 {
    font-size: 1.375rem !important;
  }
}
.poi-pricing .blocks section div:first-child p {
  font-size: 0.875rem !important;
  color: #352f2f;
  font-weight: 600;
}
.poi-pricing .blocks section div:last-child {
  padding: 1.5rem 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: calc(100% - 107px);
}
@media screen and (max-width: 1150px) {
  .poi-pricing .blocks section div:last-child {
    padding: 1.5rem 1.5rem 1rem;
  }
}
.poi-pricing .blocks section div:last-child div:first-child {
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.poi-pricing .blocks section div:last-child div:first-child h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75rem !important;
  color: #352f2f;
}
@media screen and (max-width: 1150px) {
  .poi-pricing .blocks section div:last-child div:first-child h2 {
    font-size: 1.375rem !important;
  }
}
.poi-pricing .blocks section div:last-child div:first-child h2 span {
  font-size: 0.875rem !important;
  color: #352f2f;
  margin-left: 0.5rem;
}
.poi-pricing .blocks section div:last-child div:first-child p {
  font-size: 0.9375rem !important;
  color: #352f2f;
}
@media screen and (max-width: 1150px) {
  .poi-pricing .blocks section div:last-child div:first-child p {
    font-size: 0.8125rem !important;
  }
}
.poi-pricing .blocks section div:last-child div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  height: 100%;
  margin: 2rem 0;
}
@media screen and (max-width: 1150px) {
  .poi-pricing .blocks section div:last-child div:last-child {
    margin: 1.5rem 0;
  }
}
.poi-pricing .blocks section div:last-child div:last-child a {
  display: inline-block;
  background-color: #f8501c;
  color: white;
  font-size: 1rem !important;
  border-radius: 84px;
  padding: 16px 32px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
          box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
}
.poi-pricing .blocks section div:last-child div:last-child a:hover {
  text-decoration: none !important;
}

.geocoding-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 20px 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgb(234, 250, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(234, 250, 255) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eafaff",GradientType=1);
}
.geocoding-header h1.main-title {
  color: #f8501c;
  font-size: 52px !important;
  max-width: 500px;
  line-height: 63.39px !important;
  font-weight: 600;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 1150px) {
  .geocoding-header h1.main-title {
    font-size: 2.625rem !important;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .geocoding-header h1.main-title {
    font-size: 2.0265rem !important;
    max-width: 376px;
  }
}
.geocoding-header h2 {
  font-size: 18px !important;
  line-height: 28px !important;
  margin-top: 1rem;
  padding: 0;
  text-align: center;
}
.geocoding-header p {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 17px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
  max-width: 720px;
  text-align: center;
}
.geocoding-header a {
  background-color: #f8501c;
  color: white;
  font-size: 1.125rem !important;
  border-radius: 84px;
  padding: 20px 40px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 1rem 0 0.75rem;
  -webkit-box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
          box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
  margin-bottom: 60px;
}
.geocoding-header a:hover {
  text-decoration: none !important;
}
.geocoding-header img {
  width: 720px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .geocoding-header img {
    width: 864px;
  }
}

.geocoding-content {
  padding-top: 90px;
}
.geocoding-content h2 {
  color: #F8501C;
  text-align: center;
  font-weight: 600 !important;
  font-size: 42px !important;
  line-height: 51.2px !important;
}
.geocoding-content .poi-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  padding: 27px 20px 120px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgb(244, 246, 249)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f6f9",GradientType=1);
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-cards {
    padding: 27px 20px 80px;
  }
}
.geocoding-content .poi-cards .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-cards .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.geocoding-content .poi-cards .cards section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-shadow: rgba(181, 197, 216, 0.3) -10px 40px 80px 0px;
          box-shadow: rgba(181, 197, 216, 0.3) -10px 40px 80px 0px;
  background-color: white;
  height: 400px;
  width: 240px;
  padding-top: 40px;
  border-radius: 2rem;
}
@media screen and (min-width: 1150px) {
  .geocoding-content .poi-cards .cards section {
    width: 330px;
    height: 415px;
  }
}
.geocoding-content .poi-cards .cards section img {
  height: 72px;
  width: 72px;
}
.geocoding-content .poi-cards .cards section h2 {
  font-size: 1.375rem !important;
  line-height: 1.2em !important;
  max-width: 210px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1150px) {
  .geocoding-content .poi-cards .cards section h2 {
    font-size: 1.75rem !important;
  }
}
.geocoding-content .poi-cards .cards section p {
  font-size: 0.875rem !important;
  line-height: 2em !important;
  max-width: 282px;
}
@media screen and (min-width: 1150px) {
  .geocoding-content .poi-cards .cards section p {
    font-size: 1rem !important;
    line-height: 28px !important;
  }
}
.geocoding-content .poi-cards a {
  display: block;
  margin-top: 5rem;
  background-color: #f8501c;
  color: white;
  font-size: 1.125rem !important;
  border-radius: 84px;
  padding: 20px 40px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
          box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
}
.geocoding-content .poi-cards a:hover {
  text-decoration: none !important;
}
.geocoding-content .poi-cards h3 {
  margin-top: 1.25rem !important;
  font-size: 1.125rem !important;
  line-height: 1.55em !important;
}
.geocoding-content .poi-features {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
  padding: 140px 20px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(255, 255, 255)), color-stop(90%, rgb(244, 246, 249)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 80%, rgb(244, 246, 249) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f6f9",GradientType=1);
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-features {
    padding: 100px 20px 120px;
  }
}
.geocoding-content .poi-features h1 {
  color: #F8501C;
  text-align: center;
  font-weight: 600 !important;
  font-size: 42px !important;
  line-height: 51.2px !important;
}
.geocoding-content .poi-features h3 {
  max-width: 640px;
  text-align: center;
  color: #352f2f;
  font-size: 1.125rem !important;
  line-height: 28px !important;
}
.geocoding-content .poi-features div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 978px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-features div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 100px 30px 0 30px;
    width: 100%;
    gap: 20px !important;
  }
}
@media screen and (max-width: 1150px) {
  .geocoding-content .poi-features div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .geocoding-content .poi-features div:nth-child(even) picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.geocoding-content .poi-features div picture img {
  width: 520px;
  height: 360px;
  -webkit-box-shadow: -10px 20px 40px 0px rgba(181, 197, 216, 0.2);
          box-shadow: -10px 20px 40px 0px rgba(181, 197, 216, 0.2);
  border-radius: 2rem;
}
@media screen and (max-width: 1150px) {
  .geocoding-content .poi-features div picture img {
    height: 249px;
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-features div picture img {
    width: 100%;
    height: auto;
  }
}
.geocoding-content .poi-features div section {
  max-width: 400px;
}
@media screen and (max-width: 1150px) {
  .geocoding-content .poi-features div section {
    max-width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-features div section {
    width: 100%;
    max-width: 100%;
  }
}
.geocoding-content .poi-features div section h2 {
  color: #352f2f;
  padding-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .geocoding-content .poi-features div section h2 {
    font-size: 1.375rem !important;
    line-height: 1.2em !important;
  }
}
.geocoding-content .poi-features div section p {
  margin-top: 1rem;
}
@media screen and (max-width: 1150px) {
  .geocoding-content .poi-features div section p {
    font-size: 0.875rem !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-features div section p {
    margin-top: 0.5rem;
  }
}
.geocoding-content .poi-features .poi-feature-cta,
.geocoding-content .poi-features .poi-feature-href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.geocoding-content .poi-features .poi-feature-cta {
  margin-top: 140px;
  gap: 20px;
}
.geocoding-content .poi-features .poi-feature-cta h1 {
  text-align: center;
  padding: 0;
}
.geocoding-content .poi-features .poi-feature-cta p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-features .poi-feature-cta p {
    font-size: 0.875rem !important;
    line-height: 26px !important;
  }
}
.geocoding-content .poi-features .poi-feature-cta a {
  display: block;
  background-color: #f8501c;
  color: white;
  font-size: 1.125rem !important;
  border-radius: 84px;
  padding: 20px 40px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
          box-shadow: rgba(241, 89, 42, 0.2) 0px 8px 16px 0px;
}
.geocoding-content .poi-features .poi-feature-cta a:hover {
  text-decoration: none !important;
}
.geocoding-content .poi-features .poi-feature-href {
  margin: 80px 0 80px;
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-features .poi-feature-href {
    margin: 80px 0 0px;
  }
}
.geocoding-content .poi-features .poi-feature-href h3 {
  color: #f8501c !important;
}
.geocoding-content .poi-features .poi-feature-href h3 picture img {
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
}
.geocoding-content .poi-features .poi-feature-href:hover {
  text-decoration: none !important;
}
.geocoding-content .poi-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 20px;
  --largeWidth: 600px;
  --summaryHeight: fit-content;
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-faq {
    --largeWidth: 360px;
  }
}
.geocoding-content .poi-faq div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: var(--largeWidth);
  gap: 20px;
}
.geocoding-content .poi-faq div h1 {
  color: #f8501c;
  font-size: 42px !important;
  line-height: 1.2em !important;
  text-align: center;
}
.geocoding-content .poi-faq div details {
  overflow: hidden;
}
.geocoding-content .poi-faq div details::marker {
  display: none;
}
.geocoding-content .poi-faq div details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  width: var(--largeWidth);
  height: var(--summaryHeight);
  -webkit-transition: all;
  transition: all;
  list-style: none;
  background-color: rgb(244, 246, 250);
  padding: 23px 20px;
  font-size: 1.125rem !important;
  line-height: 1.2em !important;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
}
.geocoding-content .poi-faq div details summary span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  width: 24px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.geocoding-content .poi-faq div details summary span:last-child picture {
  width: 100%;
  height: 100%;
}
.geocoding-content .poi-faq div details summary::-webkit-details-marker {
  display: none;
}
.geocoding-content .poi-faq div details > *:not(summary) {
  -webkit-animation: details-show 350ms ease-in-out;
          animation: details-show 350ms ease-in-out;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: transparent;
  overflow: hidden;
}
.geocoding-content .poi-faq div details[open] > summary {
  color: inherit;
  border-radius: 20px 20px 0 0;
}
.geocoding-content .poi-faq div details[open] > summary > span:last-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.geocoding-content .poi-faq div .copy {
  padding: 0px 20px 20px !important;
  background-color: rgb(244, 246, 250);
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .geocoding-content .poi-faq div .copy {
    width: var(--largeWidth);
  }
}
.geocoding-content .poi-faq div .copy p strong a {
  text-decoration: underline !important;
}
.geocoding-content .poi-faq div .copy p a {
  text-decoration: underline !important;
}
@keyframes details-show {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

* {
  --animationTime: 750ms;
}

.fade-up {
  position: relative;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  opacity: 0;
  -webkit-transition: var(--animationTime) all ease;
  transition: var(--animationTime) all ease;
}
.fade-up.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fade-in {
  position: relative;
  opacity: 0;
  -webkit-transition: var(--animationTime) all ease;
  transition: var(--animationTime) all ease;
}
.fade-in.active {
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */