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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 7vw;
  line-height: 8vw;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

a {
  color: #e88224;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #414142;
  font-size: 16px;
  line-height: 24px;
}

.herosectioncontainer {
  position: relative;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/hero-img.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  margin-bottom: 0px;
  padding: 33px;
  background-color: transparent;
}

.herosectioncontentcontainer {
  position: relative;
  z-index: 2;
  max-width: 940px;
}

.container {
  max-width: 100%;
}

.nav {
  color: #fff;
}

.nav-link {
  padding: 32px;
  color: #fff;
  font-weight: 700;
}

.nav-link:hover {
  color: #e88224;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.regular {
  font-weight: 400;
}

.nav-link.regular.w--current {
  color: #fff;
}

.nav-link.dark {
  color: #414142;
}

.nav-link.dark:hover {
  color: #e88224;
}

.mediumbtnoutlined {
  margin: 14px 31px;
  padding: 16px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #e88224;
  border-radius: 40px;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #e88224;
  font-weight: 700;
}

.mediumbtnoutlined:hover {
  background-color: #e88224;
  color: #fff;
  text-decoration: none;
}

.mediumbtnoutlined.w--current {
  color: #e88224;
}

.mediumbtnoutlined.w--current:hover {
  color: #414142;
  text-decoration: none;
}

.maintitlecontainer {
  display: inline-block;
  margin-bottom: 24px;
  border-style: solid none;
  border-width: 4px;
  border-color: #e88224;
}

.h4white {
  margin-bottom: 32px;
  color: #fff;
}

.bigbtn {
  padding: 24px 56px;
  border-radius: 40px;
  background-color: #e88224;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.bigbtn:hover {
  background-color: #cc7220;
  color: #000;
  text-decoration: none;
}

.videolinkcontainer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 32px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videolink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.videolink:hover {
  color: #fff;
  text-decoration: underline;
}

.playicn {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.videolinktxt {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.scrollicncontainer {
  padding-top: 24px;
  text-align: center;
}

.sectionwhitebg {
  padding: 112px 56px;
  text-align: left;
}

.sectionwhitebg.faq {
  padding-top: 0px;
}

.sectionwhitebg.footer {
  padding-top: 56px;
  padding-bottom: 56px;
}

.gridintro {
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.introtextcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dividertop {
  width: 160px;
  height: 2px;
  margin-bottom: 24px;
  background-color: #e88224;
}

.dividerbottom {
  position: static;
  left: 56px;
  top: auto;
  right: auto;
  bottom: 56px;
  width: 160px;
  height: 2px;
  margin-top: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e88224;
}

.h3 {
  margin-bottom: 0px;
  color: #414142;
  font-size: 28px;
  line-height: 36px;
}

.sectiongraybg {
  padding: 112px 56px;
  background-color: #f5f5f5;
  text-align: center;
}

.titlecontainer {
  margin-bottom: 56px;
  text-align: center;
}

.titlecontainer.left {
  margin-bottom: 24px;
  text-align: left;
}

.orangedivider {
  width: 160px;
  height: 2px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e88224;
}

.whygrid {
  margin-bottom: 56px;
  grid-column-gap: 40px;
  grid-row-gap: 79px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.whygrid.moreinfo {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.whyitemcontainer {
  position: relative;
}

.whyitembg {
  position: absolute;
  left: 20%;
  top: 0%;
  right: 20%;
  bottom: 0%;
  z-index: 0;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}

.icontitlecontainer {
  position: relative;
  z-index: 5;
  padding: 56px 0px;
  text-align: center;
}

.whyicn {
  margin-bottom: 32px;
}

.h4darkcentered {
  position: static;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.whyicncontainer {
  height: 90px;
  margin-bottom: 24px;
}

.btnmediumoutlined {
  padding: 16px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #e88224;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #e88224;
  font-weight: 700;
}

.btnmediumoutlined:hover {
  background-color: #e88224;
  color: #fff;
  text-decoration: none;
}

.btnmediumoutlined.center {
  position: absolute;
  left: 24px;
  top: auto;
  right: 24px;
  bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.btnmediumoutlined.login {
  width: 100%;
  margin-top: 14px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.div-block.left {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block.legal {
  width: 56px;
  margin-top: 8px;
}

.pricingtext {
  max-width: 750px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pricinggrid {
  grid-column-gap: 33px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricingitemcontainer {
  position: relative;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 0 5px transparent, 0 16px 32px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #414142;
  text-decoration: none;
  cursor: pointer;
}

.pricingitemcontainer:hover {
  padding: 24px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 5px #e88224, 0 16px 32px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.circlecontainer {
  width: 40px;
  height: 40px;
  margin-right: 24px;
  float: left;
}

.circle1 {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #e88224;
}

.h4pricing {
  float: left;
  color: #414142;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.h4pricing.description {
  margin-top: 16px;
  float: none;
  color: #808285;
}

.h2pricing {
  margin-bottom: 0px;
  font-style: normal;
  text-align: left;
}

.h2pricing.white {
  color: #fff;
  text-align: center;
}

.pricingitemname {
  margin-bottom: 16px;
}

.dividerpricing {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #808285;
}

.pricinglist {
  margin-bottom: 100px;
  padding-left: 20px;
}

.pricinglistitem {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

.circle2 {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #e88224;
}

.circle3 {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #e88224;
}

.circle4 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #e88224;
}

.accordion-wrapper {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #d9d9d9;
}

.accordion-item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 14px;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
}

.accordion-item-trigger {
  color: #414142;
  font-size: 18px;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 16px;
}

.icnopen {
  margin-top: 20px;
  float: right;
  clear: none;
}

.accordiontxt {
  float: left;
}

.icnclose {
  position: absolute;
  left: auto;
  top: 55px;
  right: 0%;
  bottom: auto;
  float: right;
  opacity: 0;
}

.faqlistitem {
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
}

.faqtxt {
  font-size: 18px;
  line-height: 26px;
}

.aboutusgrid {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aboutusimgcontainer {
  background-image: url('../images/img-about-us.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutustxtcontainer {
  padding: 56px;
  background-color: #f5f5f5;
}

.h2left {
  text-align: left;
}

.h2left.white {
  color: #fff;
}

.sectioncontact {
  padding: 112px 0px;
  background-color: #414142;
}

.contactgrid {
  grid-column-gap: 41px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.emailcirclewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #808285;
}

.h3contact {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.h4whiteleft {
  position: static;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.contactformfield {
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #808285;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
}

.contactformfield:hover {
  border-color: #d9d9d9;
}

.contactformfield:focus {
  border-color: #e88224;
}

.mediumlbtn {
  margin-top: 0px;
  padding: 16px 40px;
  border-radius: 40px;
  background-color: #e88224;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.mediumlbtn:hover {
  background-color: #cc7220;
}

.contctcheckboxcontainer {
  margin-bottom: 24px;
  padding-left: 0px;
}

.checkbox {
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #808285;
  border-radius: 8px;
}

.checkbox:hover {
  border-color: #d9d9d9;
}

.checkbox.w--redirected-checked {
  border-color: #e88224;
  background-color: transparent;
  background-image: url('../images/icn-check.svg');
  background-size: auto;
}

.checkboxlabel {
  margin-top: 4px;
  margin-left: 16px;
  color: #808285;
}

.footercontainerleft {
  float: left;
}

.logodark {
  margin-bottom: 32px;
}

.footercontainerright {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  float: right;
}

.footertxt {
  position: static;
  text-align: right;
}

.footercontainer {
  position: relative;
}

.contactlink {
  color: #fff;
  text-decoration: none;
}

.contactlink:hover {
  text-decoration: underline;
}

.bgoverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.maincontainerwhy {
  position: relative;
  background-color: #fff;
}

.contentcontainer {
  max-width: 750px;
  margin-bottom: 112px;
}

.whylist {
  margin-top: 24px;
}

.whyplaintext {
  margin-top: 24px;
  font-size: 18px;
  line-height: 26px;
}

.sectionaccesscontainer {
  min-height: 100vh;
  padding: 0px 0px 112px;
  background-color: #414142;
}

.formcontainer {
  display: block;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.formtitlecontainer {
  margin-bottom: 40px;
  padding-right: 80px;
  padding-left: 80px;
  text-align: center;
}

.accesscontainer {
  max-width: 750px;
}

.accessformfield {
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #808285;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
}

.accessformfield:hover {
  border-color: #d9d9d9;
}

.accessformfield:focus {
  border-color: #e88224;
}

.successtext {
  color: #fff;
  font-weight: 700;
}

.successcontainer {
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e88224;
  border-radius: 8px;
  background-color: transparent;
}

.error {
  margin-top: 40px;
  padding: 25px;
  background-color: #eb6262;
}

.errortxt {
  color: #fff;
  font-weight: 700;
}

.loginform {
  margin-bottom: 0px;
}

.formlogincontainer {
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
  text-align: left;
}

.loginforminner {
  padding: 0px;
  border-radius: 16px;
  background-color: transparent;
}

.loginformfield {
  margin-bottom: 24px;
  padding: 24px 32px 24px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 8px;
  background-color: transparent;
  color: #414142;
}

.loginformfield:hover {
  border-color: #d9d9d9;
}

.loginformfield:focus {
  border-color: #e88224;
}

.logincontainer {
  max-width: 450px;
}

/* show/hide login link */
.login_href {
  display: none;
}

.txtlink {
  color: #e88224;
  text-decoration: none;
}

.txtlink:hover {
  text-decoration: underline;
}

.txtlink.login {
  margin-top: 13px;
  float: right;
  text-align: left;
}

.divider {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #d9d9d9;
}

.loginformtitlecontainer-copy {
  margin-bottom: 24px;
  padding-right: 80px;
  padding-left: 80px;
  text-align: center;
}

.h4darkleft {
  position: static;
  margin-top: 40px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
}

.privacytxt {
  margin-top: 40px;
  text-align: left;
}

.btn-totop {
  position: fixed;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #414142;
  opacity: 0;
}

.btn-totop:hover {
  background-color: #6a6a6b;
}

.btn-totop.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.btn-totop.w--current:hover {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .header {
    margin-bottom: 0px;
  }
  .herosectioncontentcontainer {
    max-width: 960px;
  }
  .videolink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .videolinktxt {
    text-align: left;
  }
  .sectionwhitebg {
    padding: 120px 80px;
  }
  .sectiongraybg {
    padding: 120px 80px;
  }
  .sectioncontact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .contactcontainer {
    max-width: 960px;
  }
  .emailcirclewrapper {
    width: 350px;
    height: 350px;
    border-radius: 200px;
  }
  .mediumlbtn {
    margin-top: 0px;
  }
  .footercontainer {
    max-width: 960px;
  }
  .sectionaccesscontainer {
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .accesscontainer {
    max-width: 750px;
  }
  .loginform {
    margin-bottom: 0px;
  }
  .formlogincontainer {
    padding: 40px;
    border-radius: 16px;
    background-color: #fff;
  }
  .loginformfield {
    margin-bottom: 24px;
    border-color: #d9d9d9;
  }
  .logincontainer {
    max-width: 550px;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    margin-bottom: 160px;
  }
  .herosectioncontentcontainer {
    max-width: 1200px;
  }
  .sectionwhitebg {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .sectiongraybg {
    padding-top: 160px;
    padding-bottom: 160px;
    text-align: center;
  }
  .titlecontainer {
    text-align: center;
  }
  .whygrid {
    margin-bottom: 56px;
  }
  .whyitembg {
    left: 30%;
    right: 30%;
  }
  .icontitlecontainer {
    padding-right: 33px;
    padding-left: 33px;
  }
  .btnmediumoutlined {
    padding: 16px 32px;
    border-style: solid;
    border-width: 2px;
    border-color: #e88224;
    border-radius: 40px;
    background-color: transparent;
    color: #e88224;
    font-weight: 700;
  }
  .btnmediumoutlined.center {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
  .div-block {
    font-size: 18px;
  }
  .pricingtext {
    max-width: 750px;
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
  }
  .pricinggrid {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .pricingitemcontainer {
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(232, 130, 36, 0), 0 16px 32px 0 rgba(0, 0, 0, 0.07);
  }
  .pricingitemcontainer:hover {
    padding: 40px;
  }
  .circlecontainer {
    width: 40px;
    height: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .pricingitemname {
    margin-bottom: 24px;
  }
  .dividerpricing {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pricinglistitem {
    margin-bottom: 24px;
  }
  .aboutusgrid {
    grid-column-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .aboutustxtcontainer {
    padding: 112px;
  }
  .sectioncontact {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .contactcontainer {
    max-width: 1200px;
  }
  .contactgrid {
    grid-column-gap: 64px;
  }
  .emailcirclewrapper {
    width: 400px;
    height: 400px;
  }
  .footercontainer {
    max-width: 1200px;
  }
  .sectionaccesscontainer {
    padding-top: 0px;
    padding-bottom: 160px;
  }
  .formcontainer {
    grid-column-gap: 40px;
  }
  .accesscontainer {
    max-width: 750px;
  }
  .logincontainer {
    max-width: 550px;
    margin-top: -100px;
  }
  .divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    margin-bottom: 160px;
  }
  .herosectioncontentcontainer {
    max-width: 1600px;
  }
  .image {
    width: 100%;
  }
  .sectiongraybg {
    padding-right: 160px;
    padding-left: 160px;
  }
  .whyitembg {
    left: 35%;
    right: 35%;
  }
  .icontitlecontainer {
    padding-right: 80px;
    padding-left: 80px;
  }
  .heading-3 {
    font-size: 5vw;
    line-height: 5vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 13vw;
    line-height: 13vw;
  }
  h2 {
    font-size: 64px;
    line-height: 72px;
  }
  .herosectioncontentcontainer {
    max-width: none;
  }
  .nav {
    background-color: #414142;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.dark {
    color: #fff;
  }
  .mediumbtnoutlined {
    display: inline-block;
    text-align: center;
  }
  .maininfocontainer {
    padding: 32px;
  }
  .sectionwhitebg {
    padding: 80px 32px;
  }
  .gridintro {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .introtextcontainer {
    padding: 0px 0px 40px;
  }
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .sectiongraybg {
    padding: 80px 32px;
  }
  .orangedivider {
    margin-top: 16px;
  }
  .whygrid {
    grid-column-gap: 33px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .icontitlecontainer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .whyicn {
    margin-bottom: 24px;
  }
  .btnmediumoutlined.login {
    margin-top: 16px;
  }
  .pricinggrid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .pricingitemcontainer {
    padding: 32px;
  }
  .pricingitemcontainer:hover {
    padding: 32px;
  }
  .aboutusgrid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .aboutusimgcontainer {
    height: 600px;
  }
  .aboutustxtcontainer {
    padding: 64px 32px 80px;
  }
  .sectioncontact {
    padding: 80px 32px;
  }
  .emailcirclewrapper {
    width: 250px;
    height: 250px;
  }
  .footercontainerleft {
    margin-bottom: 24px;
    float: none;
    text-align: center;
  }
  .footercontainerright {
    position: static;
    float: none;
    text-align: center;
  }
  .footertxt {
    text-align: center;
  }
  .heading-3 {
    font-size: 10vw;
    line-height: 10vw;
  }
  .menucontainer {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 100px;
    padding: 36px 0px 24px 16px;
    background-image: url('../images/icn-menu.svg');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .menucontainer.w--open {
    background-color: transparent;
    background-image: url('../images/icn-close.svg');
  }
  .bgoverlay {
    display: block;
  }
  .contentcontainer {
    max-width: none;
    margin-bottom: 80px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .sectionaccesscontainer {
    padding: 0px 0px 80px;
  }
  .accesscontainer {
    max-width: none;
    padding-right: 32px;
    padding-left: 32px;
  }
  .formlogincontainer {
    padding: 32px;
  }
  .logincontainer {
    max-width: none;
    padding-right: 32px;
    padding-left: 32px;
  }
  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .btn-totop {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .herosectioncontainer {
    height: auto;
    min-height: 840px;
    background-position: 45% 0%;
    background-size: auto 1000px;
  }
  .header {
    margin-bottom: 0px;
    padding: 24px;
  }
  .nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .nav-link.dark {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .maininfocontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 24px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h4white {
    text-align: center;
  }
  .bigbtn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sectionwhitebg {
    padding: 56px 24px;
  }
  .sectiongraybg {
    padding: 56px 24px;
  }
  .titlecontainer {
    margin-bottom: 32px;
  }
  .whygrid {
    grid-column-gap: 24px;
  }
  .h4darkcentered {
    font-size: 18px;
    line-height: 26px;
  }
  .pricinggrid {
    grid-column-gap: 23px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .pricingitemcontainer {
    padding: 24px;
  }
  .pricingitemcontainer:hover {
    padding: 24px;
  }
  .h4pricing.description {
    font-size: 18px;
    line-height: 26px;
  }
  .dividerpricing {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .accordiontxt {
    font-size: 18px;
    line-height: 26px;
  }
  .aboutustxtcontainer {
    padding: 40px 24px 56px;
  }
  .sectioncontact {
    padding: 56px 24px;
  }
  .contactgrid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .emailcirclewrapper {
    width: 300px;
    height: 300px;
  }
  .contactformfield {
    margin-bottom: 24px;
  }
  .mediumlbtn {
    margin-top: 32px;
  }
  .mediumlbtn.login {
    margin-top: 0px;
  }
  .heading-3 {
    margin-bottom: 10px;
    font-size: 13vw;
    line-height: 13vw;
  }
  .maincontainerwhy {
    height: auto;
    min-height: auto;
    background-image: none;
  }
  .contentcontainer {
    margin-bottom: 56px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .sectionaccesscontainer {
    padding: 0px;
  }
  .formcontainer {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .formtitlecontainer {
    padding-right: 35px;
    padding-left: 35px;
  }
  .accesscontainer {
    padding-right: 24px;
    padding-bottom: 56px;
    padding-left: 24px;
  }
  .accessformfield {
    margin-bottom: 24px;
  }
  .formlogincontainer {
    padding: 24px;
  }
  .loginformfield {
    margin-bottom: 24px;
  }
  .logincontainer {
    padding-right: 24px;
    padding-bottom: 56px;
    padding-left: 24px;
  }
  .divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .loginformtitlecontainer-copy {
    padding-right: 35px;
    padding-left: 35px;
  }
  .h4darkleft {
    font-size: 18px;
    line-height: 26px;
  }
  .btn-totop {
    right: 32px;
    bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .herosectioncontainer {
    height: 100vh;
    min-height: 660px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .logo {
    padding-left: 0px;
  }
  .maintitlecontainer {
    margin-bottom: 16px;
  }
  .h4white {
    font-size: 18px;
    line-height: 26px;
  }
  .videolink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .playicn {
    margin-bottom: 0px;
  }
  .videolinktxt {
    padding-left: 16px;
    text-align: left;
  }
  .scrollicncontainer {
    padding-top: 24px;
  }
  .sectionwhitebg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectionwhitebg.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectiongraybg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .orangedivider {
    width: 80px;
    margin-top: 8px;
  }
  .whygrid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block {
    width: 80px;
    margin-top: 8px;
  }
  .div-block.left {
    width: 80px;
  }
  .accordiontxt {
    width: 80%;
  }
  .aboutustxtcontainer {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .h2left {
    font-size: 40px;
    line-height: 48px;
  }
  .sectioncontact {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .emailcirclewrapper {
    width: 250px;
    height: 250px;
  }
  .contactformfield {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .mediumlbtn.login {
    width: 100%;
  }
  .checkboxlabel {
    width: 80%;
  }
  .maincontainerwhy {
    height: auto;
    min-height: auto;
    background-image: none;
  }
  .contentcontainer {
    margin-bottom: 40px;
  }
  .sectionaccesscontainer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .formtitlecontainer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .accesscontainer {
    padding-bottom: 40px;
  }
  .accessformfield {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .formlogincontainer {
    border-radius: 0px;
  }
  .loginformfield {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .logincontainer {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .txtlink.login {
    display: block;
    margin-top: 24px;
    float: none;
    text-align: center;
  }
  .loginformtitlecontainer-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .btn-totop {
    right: 24px;
    bottom: 24px;
    width: 32px;
    height: 32px;
  }
}

#w-node-126493c12a03-f1e6261f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d27f20a8d5d7-f1e6261f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-40e4ba1a3f6a-f1e6261f {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-49227e550c7d-f1e6261f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-a9095cdcff8e-14f7b723 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-a9095cdcff95-14f7b723 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a9095cdcff9d-14f7b723 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-d27f20a8d5d7-490f9d79 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-49227e550c7d-490f9d79 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-49227e550c7d-4f5dfdc8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-00cc81fefc47-bf66f812 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-00cc81fefc4e-bf66f812 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-00cc81fefc56-bf66f812 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-00a06e811691-f1e6261f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #about.w-node-9bb0732bac02-f1e6261f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d27f20a8d5d7-f1e6261f {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-40e4ba1a3f6a-f1e6261f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-a9095cdcff8e-14f7b723 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-a9095cdcff95-14f7b723 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d27f20a8d5d7-490f9d79 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-00cc81fefc47-bf66f812 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-00cc81fefc4e-bf66f812 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d27f20a8d5d7-f1e6261f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-40e4ba1a3f6a-f1e6261f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-49227e550c7d-f1e6261f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-a9095cdcff8e-14f7b723 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-a9095cdcff95-14f7b723 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-a9095cdcff9d-14f7b723 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-d27f20a8d5d7-490f9d79 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-49227e550c7d-490f9d79 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-49227e550c7d-4f5dfdc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-00cc81fefc47-bf66f812 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-00cc81fefc4e-bf66f812 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-00cc81fefc56-bf66f812 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

