.white {
  color: #ffffff;
}

.clear {
  color: rgba(255, 255, 255, 0);
}

.dark-blue {
  color: #242830;
}

.light-green {
  color: #b5c03d;
}

.dark-grey {
  color: #464547;
}

.light-blue {
  color: #0b9ed7;
}

@keyframes pulseGray {
  0% {
    background-color: #242830;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes pulseGrayGreen {
  0% {
    background-color: #242830;
  }
  100% {
    background-color: #b5c03d;
  }
}
@keyframes pulseBlueWhite {
  0% {
    background-color: #0b9ed7;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes pulseGreenWhite {
  0% {
    background-color: #b5c03d;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes pulseWhiteBlue {
  0% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #0b9ed7;
  }
}
@keyframes pulseWhiteGreen {
  0% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #b5c03d;
  }
}
@keyframes pulsetranspBlue {
  0% {
    background-color: #242830;
  }
  100% {
    background-color: #0b9ed7;
  }
}
@keyframes pulsetranspGreen {
  0% {
    background-color: #242830;
  }
  100% {
    background-color: #b5c03d;
  }
}
@keyframes pulseGreenGray {
  0% {
    background-color: #b5c03d;
  }
  100% {
    background-color: #242830;
  }
}
@keyframes pulseTile {
  0% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #b0dbec;
  }
}
html :where(img) {
  height: auto;
  max-width: 100%;
}

H1,
.h1 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 41px;
  color: #242830;
  letter-spacing: 0;
  line-height: 55px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  H1,
  .h1 {
    font-size: 32px;
    line-height: 41px;
  }
}

H2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #242830;
  letter-spacing: 2.7px;
  line-height: 29px;
  text-transform: uppercase;
}

H3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 2.53px;
  line-height: 25.2px;
  text-shadow: 0 0 14px #000000;
  text-transform: uppercase;
}

p,
.p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #464547;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  p,
  .p {
    font-size: 18px;
  }
}

.nav-font {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 2.7px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-font:hover {
  text-decoration: none;
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}

.head-wrapper > h1,
.head-wrapper h2,
.head-wrapper h3 :first-of-type {
  display: inline;
}

/* Use these mixins to style background effect on text.
- in order for this mixin to work you MUST wrap the text tag in a div.
*/
/* Apply this mixin to anchor tags to give a button effect
- a background color MUST be specified.
- for buttons that appear to have a transparent fill,
  apply the color of the parent's background  
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

a.skip-link {
  padding: 10px 20px;
  position: fixed;
  z-index: 1000;
  top: 0px;
  transform: translateY(-100%);
  transition: transform 0.25s;
}

a.skip-link:focus {
  transform: translateY(0);
  transition: transform 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
    scroll-behavior: auto !important;
  }
}
input[type=text] {
  border: 1px solid #9fa1a4;
  padding: 21px 10px;
  border-radius: 0;
}
input[type=text]::placeholder {
  font-family: open-sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: rgba(36, 40, 48, 0.51);
}

@keyframes slideLine {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding-bottom: 91px;
  }
}

#header-wrap {
  background-color: #242830;
  height: 138px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  #header-wrap {
    position: fixed;
    padding: 0 85px 0 36px;
    height: 91px;
    z-index: 15;
  }
}
@media screen and (max-width: 767px) {
  #header-wrap {
    position: fixed;
    z-index: 15;
  }
}
#header-wrap .mob-logo {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header-wrap .mob-logo {
    display: block;
    position: absolute;
    left: 32px;
    top: 16px;
  }
}
#header-wrap .mob-logo a {
  height: 100%;
  width: 100%;
}
#header-wrap #upper-nav {
  display: flex;
  width: 100%;
  height: 48px;
  background-color: #DBDDDE;
  align-items: center;
  padding-right: 40px;
  justify-content: right;
  gap: 60px;
}
#header-wrap #upper-nav .internal-wrap {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  justify-content: right;
  gap: 60px;
  display: flex;
}
#header-wrap #upper-nav .current-page-upper {
  border-style: none none solid none;
  border-color: #b5c03d;
  border-width: 2px;
}
#header-wrap #upper-nav .nav-font:hover {
  border-style: none none solid none;
  border-color: #b5c03d;
  border-width: 2px;
  color: #242830;
  text-decoration: none;
  background-image: none !important;
}
@media screen and (max-width: 1200px) {
  #header-wrap #upper-nav {
    display: none;
  }
}
#header-wrap #lower-nav {
  display: flex;
  width: 100%;
  height: 91px;
  align-items: center;
  background-color: #242830;
  padding: 0 18px 0 32px;
  max-width: 1390px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #header-wrap #lower-nav {
    display: none;
  }
}
#header-wrap #lower-nav .custom-logo-link {
  z-index: 10;
  min-width: 190px;
}
#header-wrap #lower-nav .current-page-lower {
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
#header-wrap #lower-nav #Services .current-page-lower {
  background-image: none;
  background-color: #9fa1a4;
  color: #242830;
}
#header-wrap #lower-nav .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 40px;
  width: 100%;
  height: 100%;
  padding-right: 45px;
}
@media screen and (max-width: 1200px) {
  #header-wrap #lower-nav .nav-links {
    display: none;
  }
}
#header-wrap #lower-nav .nav-links .nav-section {
  align-items: center;
  display: flex;
  position: relative;
}
#header-wrap #lower-nav .nav-links .nav-section:hover .nav-font {
  color: #FFFFFF;
  text-decoration: none;
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
#header-wrap #lower-nav .nav-links .nav-section ul {
  position: absolute;
  top: 90px;
  width: 300px;
  list-style: none;
  left: -24px;
  padding-left: 0;
  display: none;
  overflow: hidden;
  z-index: 9;
  transition: height 100ms;
  -webkit-transition: height 100ms;
}
#header-wrap #lower-nav .nav-links .nav-section ul li {
  height: 76px;
  background-color: #242830;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 2.7px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
#header-wrap #lower-nav .nav-links .nav-section ul li:hover {
  background-color: #9fa1a4;
}
#header-wrap #lower-nav .nav-links .nav-section ul li:not(:last-child) {
  border-style: none none solid none;
  border-width: 2px;
  border-color: #9fa1a4;
  height: 55px;
}
#header-wrap #lower-nav .nav-links .nav-section ul li a {
  padding-top: 16px;
  padding-left: 24px;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
}
#header-wrap #lower-nav .nav-links .nav-section ul li a:hover {
  color: #242830;
  cursor: Pointer;
  text-decoration: none;
}
#header-wrap #lower-nav .nav-button {
  border-style: solid;
  border-color: #0b9ed7;
  border-width: 2px;
  border-radius: 22px;
  background-color: #242830;
  padding: 9px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  background-image: none !important;
  color: #FFFFFF;
}
#header-wrap #lower-nav .nav-button:hover {
  color: #242830;
  animation: pulseGray 0.5s forwards;
  animation-timing-function: ease-in-out;
}
#header-wrap #lower-nav .donate-button {
  margin-left: 45px;
  background-color: #b5c03d;
  border-style: solid;
  border-color: #b5c03d;
  border-width: 2px;
  color: #242830;
}
#header-wrap #lower-nav .donate-button:hover {
  animation: pulseGreenWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}

.mobile-button {
  position: fixed;
  width: 36px;
  top: 60px;
  right: 36px;
  height: 40px;
  z-index: 100;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .mobile-button {
    top: 30px;
    right: 20px;
  }
  .mobile-button span {
    width: 100%;
    height: 3px;
    border-radius: 25px;
    display: block;
    position: absolute;
    margin-bottom: 8px;
    background-color: #FFFFFF;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .mobile-button span:nth-child(1) {
    top: 0px;
    height: 3px;
  }
  .mobile-button span:nth-child(2), .mobile-button span:nth-child(3) {
    top: 9px;
  }
  .mobile-button span:nth-child(4) {
    top: 18px;
    height: 3px;
  }
  .mobile-button.buttonopen span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .mobile-button.buttonopen span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-button.buttonopen span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-button.buttonopen span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

.open-menu {
  visibility: visible;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-name: open-menu;
  animation-name: open-menu;
}

.close-menu {
  visibility: visible;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-name: close-menu;
  animation-name: close-menu;
}

@keyframes open-menu {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes close-menu {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
#navbar-mob-wrap {
  display: block;
  transform: translateY(100vh);
  right: 0;
  position: fixed;
  width: 100%;
  top: 0px;
  height: 80vh;
  background-color: #242830;
  padding-top: 30px;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  #navbar-mob-wrap {
    margin-top: 91px;
  }
}
@media screen and (max-width: 767px) {
  #navbar-mob-wrap {
    height: 100vh;
  }
}
#navbar-mob-wrap .mobmenu-item {
  font-family: eurostile, sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 29px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 106px;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #navbar-mob-wrap .mobmenu-item {
    padding-left: 30px;
  }
}
#navbar-mob-wrap .mobmenu-item .innerarrow {
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  bottom: 20px;
  right: 105px;
  background-image: url("/wp-content/uploads/2022/01/Icon_Rescar_Navigation_Carrot.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 3px;
}
#navbar-mob-wrap .mobmenu-item .innerarrow.flipupside {
  transform: scaleY(-1);
}
@media screen and (max-width: 1200px) {
  #navbar-mob-wrap .mobmenu-item .innerarrow {
    bottom: 10px;
  }
}
#navbar-mob-wrap .button {
  width: 272px;
  margin: 50px auto;
}
#navbar-mob-wrap .submenu-line {
  width: 100%;
  height: 2px;
  display: block;
}
#navbar-mob-wrap #second-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: height 300ms;
  overflow: hidden;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  text-align: right;
  align-items: end;
}
#navbar-mob-wrap #second-nav .nav-section a {
  height: 56px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 2.7px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}
#navbar-mob-wrap #second-nav .mobile-Services::marker {
  content: "+";
  font-size: 18px;
  color: #FFFFFF;
}
#navbar-mob-wrap #second-nav .nav-subsection {
  display: none;
  overflow: hidden;
  margin-bottom: 40px;
}
#navbar-mob-wrap #second-nav .nav-button {
  text-align: center;
  width: 156px;
  margin-bottom: 24px;
  border-radius: 22px;
  background-color: #242830;
  border: 2px solid #0b9ed7;
  padding: 9px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #navbar-mob-wrap #second-nav .nav-button {
    font-size: 16px;
    line-height: 25.2px;
  }
}
#navbar-mob-wrap #second-nav .nav-button:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}
#navbar-mob-wrap #second-nav .nav-button:hover {
  color: #ffffff;
  animation: pulsetranspBlue 0.5s forwards;
  animation-timing-function: ease-in-out;
}
#navbar-mob-wrap #second-nav .donate-button {
  text-align: center;
  width: 175px;
  border-radius: 22px;
  background-color: #b5c03d;
  border: 2px solid #b5c03d;
  padding: 9px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #242830;
}
@media screen and (max-width: 767px) {
  #navbar-mob-wrap #second-nav .donate-button {
    font-size: 16px;
    line-height: 25.2px;
  }
}
#navbar-mob-wrap #second-nav .donate-button:hover {
  animation: pulseGreenWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}
@media screen and (max-width: 1200px) {
  #navbar-mob-wrap #second-nav {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: inherit;
  }
}
#navbar-mob-wrap #second-nav.open {
  height: 400px;
  transition: height 300ms;
  margin-top: 40px;
}
#navbar-mob-wrap .submenu-item {
  height: 48px;
  width: 50%;
  display: inline-block;
}
#navbar-mob-wrap .submenu-item:nth-child(9) {
  margin-top: 30px;
  text-align: center;
}
#navbar-mob-wrap .submenu-item:nth-child(9) span {
  font-family: eurostile, sans-serif;
}
@media screen and (max-width: 1200px) {
  #navbar-mob-wrap .submenu-item:nth-child(9) span {
    width: 100%;
  }
}
#navbar-mob-wrap .submenu-item:nth-child(9) span img {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #414146;
  border-color: #F37820;
  border-style: solid;
  border-width: 2px;
  vertical-align: middle;
  padding: 5px;
}
#navbar-mob-wrap span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  font-size: 19px;
  line-height: 24px;
}
#navbar-mob-wrap span:last-child span {
  text-decoration: underline;
}
#navbar-mob-wrap span:last-child span .header-arrow {
  width: 27px;
  padding: 0 !important;
  margin-top: 0;
}

#footer-wrap {
  background-color: #242830;
  height: 425px;
  width: 100%;
  display: flex;
  padding: 26px 30px 40px 30px;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #footer-wrap {
    height: 605px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #footer-wrap {
    height: auto;
    padding: 30px 0 20px 0;
  }
}
#footer-wrap #section-1 {
  width: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  #footer-wrap #section-1 {
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-1 {
    width: 100%;
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
#footer-wrap #section-1 img {
  width: 277px;
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-1 img {
    width: 150px;
  }
}
#footer-wrap #section-1 .address-link {
  color: #FFFFFF;
  font-family: open-sans, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 800;
  margin-top: 95px;
  display: block;
}
@media screen and (max-width: 1200px) {
  #footer-wrap #section-1 .address-link {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-1 .address-link {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
#footer-wrap #section-1 #contact-info {
  margin-top: 35px;
}
#footer-wrap #section-1 #contact-info span {
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: open-sans, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-1 #contact-info span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
#footer-wrap #section-1 #contact-info .contact-link {
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-1 #contact-info .contact-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
#footer-wrap #section-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 1200px) {
  #footer-wrap #section-2 {
    width: 90%;
    margin: 0 auto 90px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 56px;
  }
  #footer-wrap #section-2 #link-col-1 {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  #footer-wrap #section-2 #link-col-2 {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  #footer-wrap #section-2 #link-col-3 {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  #footer-wrap #section-2 .mobile-section {
    grid-column: 3/span 1;
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-2 {
    max-width: 350px;
    width: 90%;
    margin: 0 auto 30px auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  #footer-wrap #section-2 {
    grid-template-columns: 100%;
  }
  #footer-wrap #section-2 #link-col-1 {
    grid-row: 1/span 1;
  }
  #footer-wrap #section-2 #link-col-2 {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  #footer-wrap #section-2 #link-col-3 {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
}
#footer-wrap #section-2 #link-col-1,
#footer-wrap #section-2 #link-col-2,
#footer-wrap #section-2 #link-col-3,
#footer-wrap #section-2 .mobile-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#footer-wrap #section-2 #link-col-1 .foot-link,
#footer-wrap #section-2 #link-col-2 .foot-link,
#footer-wrap #section-2 #link-col-3 .foot-link,
#footer-wrap #section-2 .mobile-section .foot-link {
  color: #FFFFFF;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer-wrap #section-2 .mobile-section {
  display: none;
}
@media screen and (max-width: 1200px) {
  #footer-wrap #section-2 .mobile-section {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-2 .mobile-section {
    display: none;
  }
}
#footer-wrap #section-2 .mobile-section #mobile-social {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-right: 0;
  margin-top: 15px;
}
#footer-wrap #section-2 .mobile-section #mobile-social .soclink {
  width: 47px;
  height: 47px;
  display: block;
  margin-top: 15px;
}
#footer-wrap #section-3,
#footer-wrap .mobile-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#footer-wrap #section-3 .nav-button,
#footer-wrap .mobile-section .nav-button {
  width: 222px;
  height: 44px;
  background-color: #b5c03d;
  border-radius: 25px;
  border-style: solid;
  border-color: #b5c03d;
  border-width: 2px;
  color: #242830;
  padding-top: 7px;
  text-align: center;
}
#footer-wrap #section-3 .nav-button:hover,
#footer-wrap .mobile-section .nav-button:hover {
  animation: pulseGreenGray 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #b5c03d;
  cursor: pointer;
  background-image: none;
}
#footer-wrap #section-3 .blue-button,
#footer-wrap .mobile-section .blue-button {
  width: 222px;
  height: 44px;
  background-color: #242830;
  border-radius: 25px;
  border-style: solid;
  border-color: #0b9ed7;
  border-width: 2px;
  color: #ffffff;
  padding-top: 7px;
  text-align: center;
  margin-top: 25px;
  background-image: none;
}
#footer-wrap #section-3 .blue-button:hover,
#footer-wrap .mobile-section .blue-button:hover {
  animation: pulsetranspBlue 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #footer-wrap #section-3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-3 {
    display: flex;
    align-items: center;
  }
}
#footer-wrap #section-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  #footer-wrap #section-4 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer-wrap #section-4 {
    display: flex;
    flex-direction: revert;
    justify-content: center;
    gap: 15px;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 75px;
  }
}
#footer-wrap #section-4 .soclink {
  width: 47px;
  height: 47px;
  display: block;
  margin-top: 15px;
  position: relative;
}
#footer-wrap #section-4 .soclink img {
  background-color: transparent;
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  z-index: 3;
}
#footer-wrap #section-4 .soclink .bg-circle {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  background-color: transparent;
  border-radius: 25px;
  z-index: 1;
}
#footer-wrap #section-4 .soclink:hover .bg-circle {
  top: 7px;
  background-color: #B5C03D;
}
#footer-wrap .bottom-link {
  position: absolute;
  bottom: 28px;
  right: 43px;
}
#footer-wrap .bottom-link a,
#footer-wrap .bottom-link .copyright {
  color: #FFFFFF;
  font-family: open-sans, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: underline;
  margin-left: 14px;
}
#footer-wrap .bottom-link .copyright {
  text-decoration: none;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #footer-wrap .bottom-link {
    right: 0;
    left: 0;
    margin: auto;
    width: 275px;
  }
}

.mob-soclink {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .mob-soclink {
    display: flex !important;
  }
}

.desk-soclink {
  display: flex !important;
}
@media screen and (max-width: 1200px) {
  .desk-soclink {
    display: none !important;
  }
}

.service-arrow {
  display: none;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #ffffff transparent transparent transparent;
}

#Services .service-arrow {
  display: inline-block;
}

.twcm-container .twcm-container-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .twcm-container .twcm-container-inner {
    padding: 0 23px;
  }
}
.twcm-container .twcm-container-inner .head-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .head-wrapper {
    margin-bottom: 20px;
  }
}
.twcm-container .twcm-container-inner .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}
.twcm-container .twcm-container-inner .tile-grid-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: -12px -15px;
}
@media screen and (max-width: 1200px) {
  .twcm-container .twcm-container-inner .tile-grid-section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section {
    justify-content: center;
  }
}
@keyframes shadowShift {
  from {
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  to {
    box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes shadowShift {}
.twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper {
  position: relative;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d8d8;
  border-radius: 17px;
  padding: 28px 29px;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 12px 15px;
}
@media screen and (min-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper:hover {
    animation: pulseTile 0.5s forwards;
    animation-timing-function: ease-in-out;
    box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1200px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper {
    max-width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper {
    padding: 20px 24px;
    grid-column: span 2;
    max-width: 44%;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper {
    grid-column: unset;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper:last-child {
    grid-column-end: 4;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper:last-child {
    grid-column-end: unset;
  }
}
.twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper #tileLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper #tileLink {
    display: none;
  }
}
.twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper .icon-wrapper {
  width: 142px;
  height: 137px;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper .icon-wrapper {
    width: 119px;
    height: 112px;
    margin-bottom: 24px;
  }
}
.twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper .icon-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper h3 {
  text-transform: uppercase;
  text-shadow: none;
  color: #242830;
}
.twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper .underline {
  width: 100%;
  margin: 16px 0 29px;
  height: 1px;
  background-color: #0b9ed7;
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper .underline {
    margin: 15px 0 24px;
  }
}
.twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #464547;
  letter-spacing: 0;
}
.twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper #buttonLink {
  display: none;
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper #buttonLink {
    border-radius: 17.05px;
    background-color: #ffffff;
    border: 2px solid #b5c03d;
    padding: 8px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    line-height: 25.2px;
    letter-spacing: 2.7px;
    font-weight: 700;
    color: #242830;
    color: #242830;
    display: block;
    margin-top: 20px;
    font-size: 12.4px !important;
    line-height: 19.53px !important;
    letter-spacing: 2.09px !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper #buttonLink {
    font-size: 16px;
    line-height: 25.2px;
  }
}
@media screen and (max-width: 991px) {
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper #buttonLink:hover {
    animation: pulseGreenWhite 0.5s forwards;
    animation-timing-function: ease-in-out;
    color: #242830;
  }
  .twcm-container .twcm-container-inner .tile-grid-section .tile-wrapper #buttonLink:hover {
    animation: pulseWhiteGreen 0.5s forwards;
    animation-timing-function: ease-in-out;
    color: #242830;
  }
}

.twwcm-module {
  display: block;
}
.twwcm-module .tile-wrapper {
  width: 400px !important;
  height: 385px !important;
}
.twwcm-module .tile-wrapper .icon-wrapper {
  width: 270px !important;
  height: 270px !important;
}
@media screen and (max-width: 1200px) {
  .twwcm-module .tile-wrapper .icon-wrapper {
    width: 200px !important;
    height: 200px !important;
  }
}

.spacer-desktop {
  display: block;
}

.spacer-tablet {
  display: none;
}

.spacer-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .spacer-desktop {
    display: none;
  }
  .spacer-tablet {
    display: block;
  }
  .spacer-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spacer-desktop {
    display: none;
  }
  .spacer-tablet {
    display: none;
  }
  .spacer-mobile {
    display: block;
  }
}
.lpm-container {
  padding: 0 80px;
}
@media screen and (max-width: 991px) {
  .lpm-container {
    padding: 0 85px;
  }
}
@media screen and (max-width: 767px) {
  .lpm-container {
    padding: 0 23px;
  }
}
.lpm-container .head-wrapper {
  text-align: center;
}
.lpm-container .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}
.lpm-container .lpm-container-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.lpm-container .lpm-container-inner .grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
  max-width: 1294px;
  margin: 40px auto 0;
  align-items: self-start;
}
@media screen and (max-width: 991px) {
  .lpm-container .lpm-container-inner .grid-section {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .lpm-container .lpm-container-inner .grid-section {
    margin-top: 21px;
  }
}
.lpm-container .lpm-container-inner .grid-section .img-wrapper {
  max-width: 601px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .lpm-container .lpm-container-inner .grid-section .img-wrapper {
    max-width: unset;
    width: 100%;
  }
}
.lpm-container .lpm-container-inner .grid-section .img-wrapper img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.lpm-container .lpm-container-inner .grid-section .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
.lpm-container .lpm-container-inner .grid-section .content-wrapper h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .lpm-container .lpm-container-inner .grid-section .content-wrapper h2 {
    margin-right: 86px;
  }
}
@media screen and (max-width: 767px) {
  .lpm-container .lpm-container-inner .grid-section .content-wrapper h2 {
    margin-right: unset;
  }
}
.lpm-container .lpm-container-inner .grid-section .content-wrapper p {
  margin: 17px 0 35px;
}
@media screen and (max-width: 991px) {
  .lpm-container .lpm-container-inner .grid-section .content-wrapper p {
    margin: 15px 0;
  }
}
.lpm-container .lpm-container-inner .grid-section .content-wrapper .blog-button {
  border-radius: 22px;
  background-color: #0b9ed7;
  border: 2px solid #0b9ed7;
  padding: 9px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  width: 290px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lpm-container .lpm-container-inner .grid-section .content-wrapper .blog-button {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.lpm-container .lpm-container-inner .grid-section .content-wrapper .blog-button:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}
.lpm-container .lpm-container-inner .grid-section .content-wrapper .inline-link {
  text-decoration: underline;
  display: inline;
  color: #242830;
  font-weight: 700;
}
.lpm-container .lpm-container-inner .grid-section .content-wrapper .inline-link:hover {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}

.bcm-container {
  padding: 0 80px;
}
@media screen and (max-width: 991px) {
  .bcm-container {
    padding: 0 85px;
  }
}
@media screen and (max-width: 767px) {
  .bcm-container {
    padding: 0 23px;
  }
}
.bcm-container .head-wrapper {
  text-align: center;
}
.bcm-container .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}
.bcm-container .bcm-container-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.bcm-container .bcm-container-inner .grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1294px;
  gap: 78px;
  margin: 40px auto 0;
}
@media screen and (max-width: 991px) {
  .bcm-container .bcm-container-inner .grid-section {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .bcm-container .bcm-container-inner .grid-section {
    margin-top: 21px;
  }
}
.bcm-container .bcm-container-inner .grid-section .img-wrapper {
  max-width: 601px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .bcm-container .bcm-container-inner .grid-section .img-wrapper {
    max-width: unset;
    width: 100%;
  }
}
.bcm-container .bcm-container-inner .grid-section .img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.bcm-container .bcm-container-inner .grid-section .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
.bcm-container .bcm-container-inner .grid-section .content-wrapper p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #464547;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .bcm-container .bcm-container-inner .grid-section .content-wrapper p {
    font-size: 18px;
  }
}
.bcm-container .bcm-container-inner .grid-section .content-wrapper a {
  border-radius: 22px;
  background-color: #0b9ed7;
  border: 2px solid #0b9ed7;
  padding: 9px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .bcm-container .bcm-container-inner .grid-section .content-wrapper a {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.bcm-container .bcm-container-inner .grid-section .content-wrapper a:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}
@media screen and (max-width: 991px) {
  .bcm-container .bcm-container-inner .grid-section .content-wrapper a {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bcm-container .bcm-container-inner .grid-section .content-wrapper a {
    width: 100%;
    text-align: center;
  }
}

.vm-container {
  padding: 0 41px;
}
@media screen and (max-width: 991px) {
  .vm-container {
    padding: 0 78px;
  }
}
@media screen and (max-width: 767px) {
  .vm-container {
    padding: 0 28px;
  }
}
.vm-container .vm-container-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.vm-container .vm-container-inner .grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
  max-width: 1281px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .vm-container .vm-container-inner .grid-section {
    grid-template-columns: 1fr;
    gap: 29px;
  }
}
@media screen and (max-width: 767px) {
  .vm-container .vm-container-inner .grid-section {
    gap: 15px;
  }
}
.vm-container .vm-container-inner .grid-section .media-wrapper {
  max-width: 611px;
  height: 409px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .vm-container .vm-container-inner .grid-section .media-wrapper {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .vm-container .vm-container-inner .grid-section .media-wrapper {
    height: 300px;
  }
}
.vm-container .vm-container-inner .grid-section .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
.vm-container .vm-container-inner .grid-section .content-wrapper .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}
.vm-container .vm-container-inner .grid-section .content-wrapper p {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .vm-container .vm-container-inner .grid-section .content-wrapper p {
    margin-top: 15px;
  }
}
.vm-container .vm-container-inner .grid-section .content-wrapper .button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  border-radius: 22px;
  background-color: #b5c03d;
  border: 2px solid #b5c03d;
  padding: 9px 18px 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #242830;
}
@media screen and (max-width: 767px) {
  .vm-container .vm-container-inner .grid-section .content-wrapper .button {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.vm-container .vm-container-inner .grid-section .content-wrapper .button:hover {
  animation: pulseGreenWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}

.nsm-container {
  background-color: #b5c03d;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .nsm-container {
    padding: 60px 0;
  }
}
.nsm-container .nsm-container-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .nsm-container .nsm-container-inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .nsm-container .nsm-container-inner {
    padding: 0 25px;
  }
}
.nsm-container .nsm-container-inner .head-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .nsm-container .nsm-container-inner .head-wrapper {
    margin-bottom: 30px;
  }
}
.nsm-container .nsm-container-inner .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
  color: #242830;
}
.nsm-container .nsm-container-inner .gform_wrapper {
  width: 100%;
}
.nsm-container .nsm-container-inner .gform_wrapper form {
  width: 660px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .nsm-container .nsm-container-inner .gform_wrapper form {
    width: 100%;
  }
}
.nsm-container .nsm-container-inner .gform_wrapper ul {
  list-style: none;
}
.nsm-container .nsm-container-inner .gform_wrapper input[type=text] {
  border: 2px solid #242830;
  border-radius: 25px;
  font-family: open-sans, sans-serif;
  font-size: 1.2rem;
  line-height: 17px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
  padding: 15px 180px 15px 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nsm-container .nsm-container-inner .gform_wrapper input[type=text] {
    padding: 15px 25px;
    text-align: center;
  }
}
.nsm-container .nsm-container-inner .gform_wrapper input[type=text]:focus::placeholder {
  color: rgba(255, 255, 255, 0);
}
.nsm-container .nsm-container-inner .gform_wrapper .gform_footer {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
}
@media screen and (max-width: 767px) {
  .nsm-container .nsm-container-inner .gform_wrapper .gform_footer {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
}
.nsm-container .nsm-container-inner .gform_wrapper .gform_footer input[type=submit] {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.6rem;
  line-height: 25px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 25px;
  padding: 10px 50px;
  text-transform: uppercase;
  height: 51px;
}
.nsm-container .nsm-container-inner .gform_wrapper .gform_footer input[type=submit]:hover {
  animation: pulseGrayGreen 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}
.nsm-container .nsm-container-inner .gform_wrapper .ginput_container_consent {
  width: fit-content;
  margin: 35px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nsm-container .nsm-container-inner .gform_wrapper .ginput_container_consent {
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
  }
}
.nsm-container .nsm-container-inner .gform_wrapper .ginput_container_consent .new-box {
  position: absolute;
  z-index: 3;
  border: 1px solid #0b9ed7;
  background-color: white;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.nsm-container .nsm-container-inner .gform_wrapper .ginput_container_consent .new-box:hover {
  outline: 2px solid #0b9ed7;
}
.nsm-container .nsm-container-inner .gform_wrapper .ginput_container_consent .new-check {
  position: absolute;
  z-index: 2;
  border: 2px solid #0b9ed7;
  background-color: #0b9ed7;
  left: 0;
  top: 0;
  opacity: 0;
  width: 15px;
  height: 15px;
}
.nsm-container .nsm-container-inner .gform_wrapper .ginput_container_consent .gfield_consent_label {
  font-family: open-sans, sans-serif;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: normal;
  color: #242830;
  padding-left: 10px;
}
.nsm-container .nsm-container-inner .gform_wrapper .ginput_container_consent .gfield_consent_label a {
  color: inherit;
  text-decoration: underline;
}
.nsm-container .nsm-container-inner .gform_wrapper .gform_validation_errors {
  display: none;
}
.nsm-container .nsm-container-inner .gform_wrapper .gfield_validation_message {
  font-family: open-sans, sans-serif;
  font-size: 1.4rem;
  line-height: 13px;
  color: #242830;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}
.nsm-container .nsm-container-inner .gform_wrapper #field_1_1 {
  display: none;
}
.nsm-container .nsm-container-inner .gform_wrapper .gfield_label {
  display: none;
}
.nsm-container .nsm-container-inner .gform_wrapper .hidden_label .gfield_label {
  visibility: hidden;
  display: none;
}
.nsm-container .nsm-container-inner .gform_wrapper .ginput_container_checkbox {
  font-family: open-sans, sans-serif;
  font-size: 22px;
  line-height: 22px;
}
.nsm-container .nsm-container-inner .gform_wrapper .gfield_required {
  display: none;
}
.nsm-container .nsm-container-inner .gform_wrapper #gform_wrapper_1 {
  padding: unset;
}
.nsm-container .nsm-container-inner .gform_wrapper #gform_fields_1 {
  padding: unset;
  margin: unset;
}
.nsm-container .nsm-container-inner .gform_wrapper #input_1_1 {
  padding: unset;
}
.nsm-container .nsm-container-inner .gform_wrapper #input_1_2 {
  width: 100%;
  position: relative;
  padding: 15px 25px;
  border: 2px solid #242830;
  border-radius: 22px;
  width: 100%;
}
.nsm-container .nsm-container-inner .gform_wrapper #input_1_2 .gfield_label {
  position: absolute;
  color: #242830;
  left: 10px;
  top: 35%;
}

.newsletter-module input[type=submit] {
  background-color: #242830;
  border: 2px solid #242830;
}

.milestone-container {
  background-color: #242830;
}
.milestone-container h2, .milestone-container p {
  color: #FFFFFF !important;
  background-image: none !important;
}
.milestone-container input[type=submit] {
  background-color: #0b9ed7;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.6rem;
  line-height: 25px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 25px;
  border: 2px solid #0b9ed7;
  padding: 10px 50px;
  text-transform: uppercase;
  height: 51px;
}
.milestone-container input[type=submit]:hover {
  animation: pulseBlueWhite 0.5s forwards !important;
  animation-timing-function: ease-in-out !important;
  color: #242830;
}
.milestone-container input[type=text] {
  border-color: #0b9ed7 !important;
}
.milestone-container .gfield_consent_label {
  color: #ffffff !important;
}
.milestone-container #gform_fields_3 {
  padding: 0 !important;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 786px;
}
@media screen and (max-width: 1200px) {
  .carousel-wrapper {
    padding-top: 0px;
    height: 845px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-wrapper {
    padding-top: 0px;
    height: 765px;
  }
}

.carousel-wrapper * {
  box-sizing: border-box;
  height: 786px;
}

.carousel {
  position: absolute;
  right: 0;
  max-width: calc(100% - (100% - 1440px) / 2);
  transform-style: preserve-3d;
  text-align: right;
  width: 100%;
}

.carousel__photo.initial,
.carousel__photo.active {
  opacity: 1;
  position: relative;
  z-index: 900;
}

.carousel__photo.prev,
.carousel__photo.next {
  z-index: 800;
}

.carousel__photo.prev {
  transform: translateX(-100%);
  width: 150px;
  /* Move 'prev' item to the left */
}

.carousel__photo {
  opacity: 0;
  height: 758px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 5;
  text-align: right;
  border-style: none;
}
@media screen and (max-width: 1200px) {
  .carousel__photo {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .carousel__photo {
    height: 270px;
  }
}

.carousel__photo.next {
  width: 150px;
  left: calc(100% - 300px);
  opacity: 1;
  z-index: 999;
  transition: left 1s, border 1s;
  border-style: none none none solid;
  border-color: #FFFFFF;
  border-width: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .carousel__photo.next {
    width: 125px;
    left: calc(100% - 250px);
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .carousel__photo.next {
    width: 75px;
    left: calc(100% - 75px);
  }
}

.carousel__photo.next + .carousel__photo,
.first {
  width: 150px;
  left: calc(100% - 150px);
  opacity: 1;
  z-index: 999;
  transition: left 1s, border 1s;
  border-style: none none none solid;
  border-color: #FFFFFF;
  border-width: 5px;
}
.carousel__photo.next + .carousel__photo .caro-img::after,
.first .caro-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6769301471) 0%, rgba(255, 255, 255, 0) 62%);
}
@media screen and (max-width: 1200px) {
  .carousel__photo.next + .carousel__photo,
  .first {
    width: 125px;
    left: calc(100% - 125px);
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .carousel__photo.next + .carousel__photo,
  .first {
    display: none;
  }
}

.carousel__button--prev,
.carousel__button--next,
.carousel__button--doublenext {
  position: absolute;
  top: 0;
  width: 150px;
  height: 96.5%;
  cursor: pointer;
  z-index: 1001;
  right: 150px;
}
@media screen and (max-width: 1200px) {
  .carousel__button--prev,
  .carousel__button--next,
  .carousel__button--doublenext {
    width: 125px;
    right: 0px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .carousel__button--prev,
  .carousel__button--next,
  .carousel__button--doublenext {
    right: 0px;
    height: 279px;
    width: 75px;
  }
}

.carousel__button--doublenext {
  right: 0;
}
@media screen and (max-width: 767px) {
  .carousel__button--doublenext {
    display: none;
  }
}

.carousel__button--prev {
  display: none;
}

.carousel__button--next {
  right: 150px;
}
@media screen and (max-width: 1200px) {
  .carousel__button--next {
    right: 125px;
  }
}
@media screen and (max-width: 767px) {
  .carousel__button--next {
    right: 0;
  }
}

.carousel__button--prev::after,
.carousel__button--next::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 54%;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: translate(-50%, -50%) rotate(135deg);
}

.carousel__button--next::after {
  display: none;
}

.arrow-wrap {
  position: absolute;
  height: 25px;
  padding-right: 300px;
  width: 60%;
  margin-left: auto;
  max-width: 960px;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .arrow-wrap {
    width: 100%;
  }
}

.arrow--next {
  width: 25px;
  height: 25px !important;
  display: block;
  position: absolute;
  left: 38px;
  z-index: 901;
  background-image: url("https://saferfoundation.org/wp-content/uploads/2023/08/arrow-right.svg");
  background-size: cover;
}
.arrow--next:hover {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .arrow--next {
    left: 70px;
  }
}

.arrow--prev {
  width: 25px;
  height: 25px !important;
  display: none !important;
  position: absolute;
  right: 50%;
  z-index: 901;
}

.caro-number {
  position: relative;
  display: none;
  height: unset;
  padding-right: 300px;
  width: 60%;
  margin-left: auto;
  font-family: open-sans, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  max-width: 960px;
}
@media screen and (max-width: 1200px) {
  .caro-number {
    padding: 0;
    width: 96%;
  }
}
.caro-number .caro-arrow {
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #000000;
}

.caro-title {
  position: absolute;
  top: 271px;
  left: 70px;
  text-transform: uppercase;
  display: none;
  width: 400px;
}
@media screen and (max-width: 1200px) {
  .caro-title {
    top: 470px;
    left: 29px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .caro-title {
    top: 350px;
    left: 28px;
    width: 85%;
  }
}
.caro-title h1,
.caro-title h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 41px;
  color: #242830;
  letter-spacing: 0;
  line-height: 55px;
  text-transform: uppercase;
  height: unset;
  display: inline;
  background-position: 0px 0px;
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
@media screen and (max-width: 767px) {
  .caro-title h1,
  .caro-title h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.caro-title .p {
  display: block;
  line-height: 27px;
  height: unset;
  text-align: left;
  text-transform: none;
  margin-bottom: 41px;
  margin-top: 26px;
}
.caro-title #buttonLink {
  border-radius: 22px;
  background-color: #0b9ed7;
  border: 2px solid #0b9ed7;
  padding: 9px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .caro-title #buttonLink {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.caro-title #buttonLink:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}

.caro-name {
  position: absolute;
  bottom: 114px;
  transform: rotate(90deg);
  height: 168px !important;
  right: 0;
  width: 300px !important;
  display: inline-block;
  text-align: center;
}
.caro-name:hover {
  color: #FFFFFF !important;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .caro-name {
    bottom: 52px;
    right: 0px;
    width: 200px !important;
  }
}

.carousel__photo .caro-img {
  height: 100%;
  display: block;
  margin-left: auto;
  padding-right: 300px;
  width: 150px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .carousel__photo .caro-img {
    padding: 0;
  }
}
.carousel__photo .caro-img .caro-img-inner {
  height: 100%;
  display: block;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  .carousel__photo .caro-img .caro-img-inner {
    float: right;
  }
}
@media screen and (max-width: 1200px) {
  .carousel__photo .caro-img {
    width: 125px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .carousel__photo .caro-img {
    width: 62px;
    padding-right: 75px;
  }
}

.carousel__photo.next div,
.carousel__photo.doublenext div {
  padding: 0;
  min-width: 100%;
  height: 100%;
}
.carousel__photo.next .caro-img::after,
.carousel__photo.doublenext .caro-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6769301471) 0%, rgba(255, 255, 255, 0) 62%);
}

.active {
  left: 0;
  text-align: left;
}
.active .caro-number,
.active .caro-title {
  display: block;
}
.active .caro-number {
  text-align: left;
}
.active .caro-name {
  display: none;
}
.active .caro-img {
  width: 60%;
  transition: width 1s;
  background-size: contain;
  max-width: 960px;
}
@media screen and (max-width: 1200px) {
  .active .caro-img {
    width: 100%;
    padding-right: 150px;
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .active .caro-img {
    width: auto;
    height: 100%;
    padding-right: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .active .caro-img .caro-img-inner {
    width: 100%;
    height: auto;
  }
}

.red-bg {
  background-color: red;
}

.blue-bg {
  background-color: blue;
}

.green-bg {
  background-color: green;
}

.header-wrap {
  width: 100%;
  position: relative;
  height: 875px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header-wrap {
    height: 770px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap {
    height: 600px;
    margin-bottom: 100px;
  }
}
.header-wrap .about-bg {
  height: 100%;
  background: rgb(181, 192, 61);
  background: linear-gradient(180deg, rgb(181, 192, 61) 0%, rgb(181, 192, 61) 73%, rgb(255, 255, 255) 98%);
  position: relative;
  overflow: hidden;
}
.header-wrap .about-bg img {
  height: unset;
  display: block;
  margin: auto;
  position: absolute;
  width: 1100px;
  bottom: -80px;
  right: 14%;
  left: unset;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  .header-wrap .about-bg img {
    width: 900px;
    right: 7%;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap .about-bg img {
    width: 500px;
    bottom: 0;
    right: 2%;
  }
}
.header-wrap .header-content-wrap {
  position: absolute;
  width: 650px;
  margin: auto;
  padding-top: 245px;
  display: block;
  top: 0;
  right: 18%;
}
@media screen and (max-width: 1200px) {
  .header-wrap .header-content-wrap {
    padding-top: 200px;
    right: 13%;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap .header-content-wrap {
    padding-top: 35px;
    width: 320px;
    right: 0;
    left: 0;
  }
}
.header-wrap .header-content-wrap .about-title {
  text-transform: uppercase;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .header-wrap .header-content-wrap .about-title {
    margin-bottom: 17px;
  }
}
.header-wrap .header-content-wrap .about-summ {
  margin-left: 68px;
}
@media screen and (max-width: 767px) {
  .header-wrap .header-content-wrap .about-summ {
    margin-left: 0;
  }
}

.mob-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .mob-hide {
    display: none;
  }
}

#carousel-outer-wrap {
  display: block;
  height: unset;
}

#about-carousel-wrap {
  width: 100%;
  height: 560px;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #about-carousel-wrap {
    flex-direction: column;
    height: unset;
  }
}
#about-carousel-wrap #testimonial-section,
#about-carousel-wrap #cta-section {
  width: 50%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #about-carousel-wrap #testimonial-section,
  #about-carousel-wrap #cta-section {
    width: 100%;
  }
}
#about-carousel-wrap #cta-section {
  background-color: #B0DBEC;
  padding: 58px 108px;
  justify-content: left;
}
#about-carousel-wrap #cta-section #cta-wrap {
  max-width: 565px;
}
#about-carousel-wrap #cta-section #cta-wrap H2 {
  margin-bottom: 55px;
}
#about-carousel-wrap #cta-section #cta-wrap p {
  margin-bottom: 75px;
}
#about-carousel-wrap #cta-section #cta-wrap a {
  display: block;
  text-transform: uppercase;
  background-color: #0b9ed7;
  padding: 9px 27px;
  border-radius: 22px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2.7px;
  color: #ffffff;
  width: 198px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about-carousel-wrap #cta-section #cta-wrap a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
#about-carousel-wrap #testimonial-section {
  justify-content: right;
  padding: 125px 68px 0 68px;
}
#about-carousel-wrap #testimonial-section .quotemark {
  height: 160px;
  width: auto;
  display: block;
  position: absolute;
  top: 15px;
  left: 5%;
}
#about-carousel-wrap #testimonial-section #testim-wrap {
  width: 99%;
  max-width: 600px;
  position: relative;
}
#about-carousel-wrap #testimonial-section #testim-wrap .testim-slide {
  padding: 55px 0 55px 15px;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #9fa1a4;
  margin-left: 41px;
  position: relative;
  margin-bottom: 65px;
}
#about-carousel-wrap #testimonial-section #testim-wrap .testim-slide .additional-info {
  padding-left: 50px;
  margin-top: 20px;
}
#about-carousel-wrap #testimonial-section #testim-wrap .testim-slide .testim-img {
  width: 125px;
  height: 178px;
  position: absolute;
  display: none;
  right: 35px;
  bottom: -82px;
}
#about-carousel-wrap #testimonial-section .slick-prev:before, #about-carousel-wrap #testimonial-section .slick-next:before {
  color: #000000 !important;
}
#about-carousel-wrap #testimonial-section .slick-active .testim-img {
  display: block !important;
}
#about-carousel-wrap #testimonial-section .slick-dots {
  transform: rotate(90deg);
  bottom: unset;
  left: -80px;
  right: unset;
  width: unset;
  height: 20px;
  top: 120px;
}
#about-carousel-wrap #testimonial-section .slick-dots li {
  width: 35px;
  margin: 0 5px;
  height: 8px;
}
#about-carousel-wrap #testimonial-section .slick-dots li button {
  width: 35px;
  height: 8px;
  background-color: #9fa1a4;
  border-radius: 5px;
}
#about-carousel-wrap #testimonial-section .slick-dots li button::before {
  display: none;
}
#about-carousel-wrap #testimonial-section .slick-dots .slick-active button {
  background-color: #0b9ed7 !important;
}

.italic {
  font-style: italic;
}

.contact-form {
  position: relative;
  padding-top: 165px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .contact-form {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-top: 70px;
    padding-bottom: 160px;
  }
}
.contact-form #input_2_3,
.contact-form #input_2_4 {
  font-family: open-sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
  background-color: white;
  padding: 15px 25px;
  border: 2px solid #242830;
  border-radius: 22px;
  width: 100%;
}
.contact-form #input_2_3::placeholder,
.contact-form #input_2_4::placeholder {
  font-family: open-sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
.contact-form #input_2_3:focus::placeholder,
.contact-form #input_2_4:focus::placeholder {
  color: rgba(255, 255, 255, 0);
}
.contact-form .contact-form-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form-inner {
    padding: 0 25px;
  }
}
.contact-form .contact-form-inner .heading {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.contact-form .contact-form-inner .heading .head-wrapper {
  background-image: linear-gradient(transparent 50%, #ffffff 50%);
  display: inline;
}
.contact-form .contact-form-inner .heading .head-wrapper h1 {
  text-transform: uppercase;
}
.contact-form .contact-form-inner form ul {
  list-style-type: none;
  padding-left: 0;
}
.contact-form .contact-form-inner form ul li {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-inner form ul li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form-inner form ul li {
    margin-bottom: 20px;
  }
}
.contact-form .contact-form-inner form label {
  font-family: open-sans, sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 25px;
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-inner form label {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form-inner form label {
    font-size: 16px;
  }
}
.contact-form .contact-form-inner form input[type=text],
.contact-form .contact-form-inner form input[type=email],
.contact-form .contact-form-inner form input[type=tel],
.contact-form .contact-form-inner form textarea {
  font-family: open-sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
  background-color: white;
  padding: 15px 25px;
  border: 2px solid #242830;
  border-radius: 22px;
  width: 100%;
}
.contact-form .contact-form-inner form input[type=text]::placeholder,
.contact-form .contact-form-inner form input[type=email]::placeholder,
.contact-form .contact-form-inner form input[type=tel]::placeholder,
.contact-form .contact-form-inner form textarea::placeholder {
  font-family: open-sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
.contact-form .contact-form-inner form input[type=text]:focus::placeholder,
.contact-form .contact-form-inner form input[type=email]:focus::placeholder,
.contact-form .contact-form-inner form input[type=tel]:focus::placeholder,
.contact-form .contact-form-inner form textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0);
}
.contact-form .contact-form-inner form #field_2_5 .gfield_label_before_complex {
  display: none;
}
.contact-form .contact-form-inner form #field_2_5 .ginput_container_address {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form-inner form #field_2_5 .ginput_container_address {
    grid-template-columns: 100%;
  }
}
.contact-form .contact-form-inner form #field_2_5 .ginput_container_address .address_state {
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form-inner form #field_2_5 .ginput_container_address .address_state {
    margin-top: 20px;
  }
}
.contact-form .contact-form-inner form .ginput_container_select .dropdown-menu {
  top: 40px;
}
.contact-form .contact-form-inner form .ginput_container_address .dropdown-menu {
  top: 95px;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-inner form .ginput_container_address .dropdown-menu {
    top: 80px;
  }
}
.contact-form .contact-form-inner form .ginput_container_select,
.contact-form .contact-form-inner form .ginput_container_address {
  position: relative;
}
.contact-form .contact-form-inner form .ginput_container_select .new-dropdown,
.contact-form .contact-form-inner form .ginput_container_address .new-dropdown {
  background-color: #242830 !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0;
  font-family: open-sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: white !important;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 25px;
  border: 2px solid #242830;
  border-radius: 22px;
  width: 100%;
  position: relative;
  transition-delay: 0.45s;
}
.contact-form .contact-form-inner form .ginput_container_select .new-dropdown .arrow,
.contact-form .contact-form-inner form .ginput_container_address .new-dropdown .arrow {
  transition: transform 0.25s;
}
.contact-form .contact-form-inner form .ginput_container_select .new-dropdown .arrow svg polyline,
.contact-form .contact-form-inner form .ginput_container_address .new-dropdown .arrow svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 2;
}
.contact-form .contact-form-inner form .ginput_container_select .new-dropdown[aria-expanded=false],
.contact-form .contact-form-inner form .ginput_container_address .new-dropdown[aria-expanded=false] {
  transition-delay: 0.3s;
  transition: border-radius 0.3s;
}
.contact-form .contact-form-inner form .ginput_container_select .new-dropdown[aria-expanded=true],
.contact-form .contact-form-inner form .ginput_container_address .new-dropdown[aria-expanded=true] {
  border-radius: 22px 22px 0 0;
  transition-delay: 0s;
  transition: border-radius 0.3s;
}
.contact-form .contact-form-inner form .ginput_container_select .new-dropdown[aria-expanded=true] .arrow,
.contact-form .contact-form-inner form .ginput_container_address .new-dropdown[aria-expanded=true] .arrow {
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.contact-form .contact-form-inner form .ginput_container_select .dropdown-menu,
.contact-form .contact-form-inner form .ginput_container_address .dropdown-menu {
  display: none;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #242830;
  border-radius: 0 0 22px 22px;
  border: 2px solid #242830;
}
.contact-form .contact-form-inner form .ginput_container_select .dropdown-menu .dropdown-menu-inner,
.contact-form .contact-form-inner form .ginput_container_address .dropdown-menu .dropdown-menu-inner {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-inner form .ginput_container_select .dropdown-menu .dropdown-menu-inner,
  .contact-form .contact-form-inner form .ginput_container_address .dropdown-menu .dropdown-menu-inner {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form-inner form .ginput_container_select .dropdown-menu .dropdown-menu-inner,
  .contact-form .contact-form-inner form .ginput_container_address .dropdown-menu .dropdown-menu-inner {
    max-height: 300px;
  }
}
.contact-form .contact-form-inner form .ginput_container_select .dropdown-menu .dropdown-menu-inner .dropdown-item,
.contact-form .contact-form-inner form .ginput_container_address .dropdown-menu .dropdown-menu-inner .dropdown-item {
  padding: 15px 25px;
  color: black;
  border: none;
  background-color: #242830;
  color: white;
  font-family: open-sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: white;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-radius: 22px;
}
.contact-form .contact-form-inner form .ginput_container_select .dropdown-menu .dropdown-menu-inner .dropdown-item:hover,
.contact-form .contact-form-inner form .ginput_container_address .dropdown-menu .dropdown-menu-inner .dropdown-item:hover {
  color: #b5c03d;
}
.contact-form .contact-form-inner form .ginput_container_select .dropdown-menu .dropdown-menu-inner::-webkit-scrollbar,
.contact-form .contact-form-inner form .ginput_container_address .dropdown-menu .dropdown-menu-inner::-webkit-scrollbar {
  display: block;
  background: #242830; /* Color of background */
  width: 5px;
  height: 490px !important;
}
.contact-form .contact-form-inner form .ginput_container_select .dropdown-menu .dropdown-menu-inner::-webkit-scrollbar-thumb,
.contact-form .contact-form-inner form .ginput_container_address .dropdown-menu .dropdown-menu-inner::-webkit-scrollbar-thumb {
  background: white; /* Color of slider */
  border-radius: 10px;
}
.contact-form .contact-form-inner form .gform_footer {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-inner form .gform_footer {
    justify-content: flex-start;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form-inner form .gform_footer {
    margin-top: 20px;
  }
}
.contact-form .contact-form-inner form .gform_footer input[type=submit] {
  border: none;
  background-color: #0b9ed7;
  padding: 10px 50px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 22px;
}
.contact-form .contact-form-inner form .gfield_validation_message {
  font-family: open-sans, sans-serif;
  font-size: 1.6rem;
  line-height: 27px;
  color: red;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-inner form .gfield_validation_message {
    margin-left: 10px;
  }
}
.contact-form .contact-form-inner .gform_validation_errors {
  display: none;
}
.contact-form .background {
  position: absolute;
  z-index: 1;
  top: 40px;
  bottom: 30px;
  width: 1500px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .contact-form .background {
    top: -250px;
    transform: translateX(-60%);
  }
}
.contact-form .background img {
  width: 100%;
  height: 100%;
}
.contact-form #field_2_10 .gfield_label {
  display: none;
  visibility: hidden;
}
.contact-form .ginput_container_consent {
  width: fit-content;
  margin: 35px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-form .ginput_container_consent {
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
  }
}
.contact-form .ginput_container_consent .new-box {
  position: absolute;
  z-index: 3;
  border: 1px solid #0b9ed7;
  background-color: white;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.contact-form .ginput_container_consent .new-box:hover {
  outline: 2px solid #0b9ed7;
}
.contact-form .ginput_container_consent .new-check {
  position: absolute;
  z-index: 2;
  border: 2px solid #0b9ed7;
  background-color: #0b9ed7;
  left: 0;
  top: 0;
  opacity: 0;
  width: 15px;
  height: 15px;
}
.contact-form .ginput_container_consent .gfield_consent_label {
  font-family: open-sans, sans-serif;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: normal;
  color: #242830;
  padding-left: 10px;
}
.contact-form .ginput_container_consent .gfield_consent_label a {
  color: inherit;
  text-decoration: underline;
}

.gfield_error textarea {
  border-color: red !important;
}

.gform_confirmation_message_2 {
  font-weight: 800;
  font-size: 41px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gform_confirmation_message_2 {
    font-size: 25px;
  }
}

.our-locations-module .our-locations-module-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 991px) {
  .our-locations-module .our-locations-module-inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .our-locations-module .our-locations-module-inner {
    padding: 0 25px;
  }
}
.our-locations-module .our-locations-module-inner .header {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
.our-locations-module .our-locations-module-inner .header .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
  font-weight: 800;
  font-size: 41px;
}
.our-locations-module .our-locations-module-inner .locations {
  border: 2px solid #e1e893;
  border-radius: 25px;
  border-top: 0;
}
@media screen and (max-width: 1200px) {
  .our-locations-module .our-locations-module-inner .locations {
    border: none;
  }
}
.our-locations-module .our-locations-module-inner .locations .tabs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .our-locations-module .our-locations-module-inner .locations .tabs {
    display: none;
  }
}
.our-locations-module .our-locations-module-inner .locations .tabs .tab {
  background-color: #e1e893;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 100%;
  cursor: pointer;
  margin-right: 2px;
}
.our-locations-module .our-locations-module-inner .locations .tabs .tab p {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.our-locations-module .our-locations-module-inner .locations .tabs .tab:first-child {
  border-radius: 25px 0 0 0;
}
.our-locations-module .our-locations-module-inner .locations .tabs .tab:last-child {
  border-radius: 0 25px 0 0;
  margin-right: 0;
}
.our-locations-module .our-locations-module-inner .locations .tabs .tab:hover {
  background-color: #b5c03d;
}
.our-locations-module .our-locations-module-inner .locations .tabs .active {
  background-color: #b5c03d;
}
.our-locations-module .our-locations-module-inner .locations .content {
  padding: 40px 60px 65px 80px;
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (max-width: 1200px) {
  .our-locations-module .our-locations-module-inner .locations .content {
    padding: 0;
  }
}
.our-locations-module .our-locations-module-inner .locations .content .location-details {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  opacity: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details {
    flex-direction: column;
    opacity: 1;
    grid-row: auto;
    border: 4px solid #e1e893;
    border-radius: 25px;
    margin-bottom: 15px;
  }
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .header {
  display: none;
}
@media screen and (max-width: 1200px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details .header {
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    margin-bottom: 0 !important;
    cursor: pointer;
    transition: border-radius 0.5s, background-color 0.5s;
  }
  .our-locations-module .our-locations-module-inner .locations .content .location-details .header h3 {
    font-family: brandon-grotesque, sans-serif;
    font-size: 2rem;
    line-height: 22px;
    color: #242830;
    font-weight: 700;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    text-shadow: none;
  }
  .our-locations-module .our-locations-module-inner .locations .content .location-details .header .plus-minus {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .our-locations-module .our-locations-module-inner .locations .content .location-details .header .plus-minus .horz {
    width: 100%;
    height: 3px;
  }
  .our-locations-module .our-locations-module-inner .locations .content .location-details .header .plus-minus .vert {
    width: 3px;
    position: absolute;
    transition: height 0.5s;
  }
  .our-locations-module .our-locations-module-inner .locations .content .location-details .header .plus-minus span {
    background-color: #242830;
  }
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .header[data-is-expanded=false] {
  background-color: #e1e893;
  border-radius: 21px;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .header[data-is-expanded=false] .plus-minus .vert {
  height: 100%;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .header[data-is-expanded=true] {
  background-color: #b5c03d;
  border-radius: 21px 21px 0 0;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .header[data-is-expanded=true] .plus-minus .vert {
  height: 0;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy {
  width: 48%;
}
@media screen and (min-width: 1200px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy {
    width: 100%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy {
    padding: 20px;
  }
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top {
  display: flex;
  margin-bottom: 30px;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-left {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 767px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-left {
    display: none;
  }
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-left img {
  width: 150px;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-right {
  display: block;
  flex-direction: column;
  justify-content: center;
  margin-left: 45px;
  z-index: 1;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-right a {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-right a {
    margin-left: 0;
  }
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-right .address-link {
  text-decoration: underline;
  display: inline;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-right .address-link:hover {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-right .spacer {
  display: block;
  height: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-right .phone-link {
  margin-bottom: 30px;
  display: inline;
  text-decoration: underline;
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .top .top-right .phone-link:hover {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .bottom p {
  font-family: open-sans, sans-serif;
  font-size: 2rem;
  line-height: 27px;
  color: #242830;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details .location-copy .bottom p {
    font-size: 1.8rem;
  }
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .image {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .our-locations-module .our-locations-module-inner .locations .content .location-details .image {
    display: none;
  }
}
.our-locations-module .our-locations-module-inner .locations .content .location-details .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-locations-module .our-locations-module-inner .locations .content .active {
  opacity: 1;
}

.icm-container {
  background-color: #242830;
  position: relative;
  padding: 58px 50px 80px;
}
@media screen and (max-width: 991px) {
  .icm-container {
    padding: 58px 66px;
  }
}
@media screen and (max-width: 767px) {
  .icm-container {
    padding: 41px 25px;
  }
}
.icm-container .icm-container-inner {
  max-width: 876px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.icm-container .icm-container-inner .heading-wrapper {
  text-align: inherit;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .icm-container .icm-container-inner .heading-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .icm-container .icm-container-inner .heading-wrapper {
    margin-bottom: 12px;
  }
}
.icm-container .icm-container-inner .heading-wrapper h3 {
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
  text-transform: none;
}
.icm-container .icm-container-inner .heading-wrapper h2 {
  color: #ffffff;
  display: inline;
  background-image: linear-gradient(transparent 50%, #0b9ed7 50%);
  display: inline;
}
.icm-container .icm-container-inner p {
  color: #ffffff;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .icm-container .icm-container-inner p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .icm-container .icm-container-inner p {
    margin-bottom: 12px;
  }
}
.icm-container .icm-container-inner .button {
  display: flex;
  align-items: center;
  border-radius: 22px;
  background-color: #0b9ed7;
  border: 2px solid #0b9ed7;
  padding: 9px 18px 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .icm-container .icm-container-inner .button {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.icm-container .icm-container-inner .button:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}

.lm-container {
  position: relative;
  background-color: #0b9ed7;
  padding: 94px 50px;
}
@media screen and (max-width: 767px) {
  .lm-container {
    padding: 94px 13px 83px;
  }
}
.lm-container .lm-container-inner {
  max-width: 1056px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 17px;
  padding: 63px 37px 38px;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner {
    max-width: 641px;
    padding: 49px 43px 36px;
  }
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner {
    max-width: 312.99px;
    padding: 29px 20px;
  }
}
.lm-container .lm-container-inner .heading-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner .heading-section {
    display: block;
  }
}
.lm-container .lm-container-inner .heading-section .text-wrapper {
  padding-right: 44px;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner .heading-section .text-wrapper {
    padding-right: unset;
  }
}
.lm-container .lm-container-inner .heading-section .text-wrapper .underline {
  display: block;
  width: 180px;
  height: 1px;
  background-color: #b5c03d;
  margin: 16px 0 26px;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner .heading-section .text-wrapper .underline {
    margin: 10px 0 20px;
  }
}
.lm-container .lm-container-inner .heading-section .img-wrapper {
  width: 466px;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner .heading-section .img-wrapper {
    display: none;
  }
}
.lm-container .lm-container-inner .heading-section .img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lm-container .lm-container-inner .dropdown-section {
  width: 100%;
  border: 2px solid #e1e893;
  border-radius: 22px;
  margin-top: 40px;
  padding: 9px 85px;
  position: relative;
  overflow: hidden;
  min-height: 44px;
  background-color: #e1e893;
  transition: all ease 0.3s;
  transition-delay: 295ms;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner .dropdown-section {
    padding: 9px 33px;
    border: 4px solid #e1e893;
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner .dropdown-section {
    margin-top: 13px;
    padding: 9px 26px;
  }
}
.lm-container .lm-container-inner .dropdown-section .drop-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1e893;
  transition: all ease 0.5s;
  transition-delay: 295ms;
  cursor: pointer;
  border-radius: 18px;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner .dropdown-section .drop-top {
    height: 52px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner .dropdown-section .drop-top h2 {
    margin-right: 25px;
  }
}
.lm-container .lm-container-inner .dropdown-section .drop-top .drop-indicator {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 30px;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner .dropdown-section .drop-top .drop-indicator {
    margin-right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner .dropdown-section .drop-top .drop-indicator {
    right: 21px;
  }
}
.lm-container .lm-container-inner .dropdown-section .drop-top .drop-indicator .line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #242830;
  transition: all ease 0.3s;
}
.lm-container .lm-container-inner .dropdown-section .drop-top .drop-indicator #vertical {
  transform: rotate(90deg);
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lm-container .lm-container-inner .dropdown-section .drop-top .drop-indicator #horizontal {
  top: 7px;
  left: 0;
  right: 0;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel {
  display: none;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 24px 50px;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section {
    grid-template-columns: 1fr;
  }
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section .leader-w-img {
  display: flex;
  flex-direction: column;
  max-width: 162px;
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section .leader-w-img {
    max-width: 100%;
  }
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section .leader-w-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section .leader-w-img h3 {
  color: #242830;
  text-shadow: unset;
  min-height: 49px;
  text-transform: unset;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section .leader-w-img .blue-line {
  display: block;
  height: 2px;
  max-width: 142px;
  background-color: #0b9ed7;
  margin: 9px 0 5px;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leader-w-img-section .leader-w-img p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .bg-effect-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .bg-effect-wrapper {
    display: block;
  }
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .bg-effect-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .subsection {
  margin-top: 35px;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .subsection .subsection-leader-group {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .subsection .subsection-leader-group {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .subsection .subsection-leader-group {
    margin-top: 12px;
  }
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .subsection .subsection-leader-group:not(:last-child) {
  border-bottom: 2px solid #0b9ed7;
  margin-bottom: 18px;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .subsection .subsection-leader-group .imgless-leader h3 {
  color: #242830;
  text-shadow: unset;
  text-transform: unset;
}
.lm-container .lm-container-inner .dropdown-section .expandable-panel .leadership-wo-img-section .subsection .subsection-leader-group .imgless-leader p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}
.lm-container .lm-container-inner .dropdown-section.active {
  background-color: #ffffff;
  transition-delay: 0s;
}
.lm-container .lm-container-inner .dropdown-section.active .drop-top {
  background-color: #b5c03d;
  border-radius: unset;
  transition-delay: 0s;
}
.lm-container .lm-container-inner .dropdown-section.active .drop-top .drop-indicator #vertical {
  width: 0%;
  opacity: 0;
}

.split-screen-testimonial-module {
  display: flex;
}
.split-screen-testimonial-module .left,
.split-screen-testimonial-module .right {
  width: 50%;
}
.split-screen-testimonial-module .left {
  padding: 0 70px 0 calc((100vw - 1300px) / 2);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .split-screen-testimonial-module .left {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .split-screen-testimonial-module .left {
    display: none;
  }
}
.split-screen-testimonial-module .left .quote-icon {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: calc((100vw - 1300px) / 2);
  width: 250px;
  opacity: 0.42;
}
@media screen and (max-width: 1400px) {
  .split-screen-testimonial-module .left .quote-icon {
    left: 50px;
  }
}
.split-screen-testimonial-module .left .testimonial {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: 165px;
  margin-bottom: 100px;
}
.split-screen-testimonial-module .left .testimonial .dot-container {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-screen-testimonial-module .left .testimonial .dot-container .pill {
  display: block;
  border: none;
  background-color: #DBDDDE;
  width: 8px;
  height: 30px;
  border-radius: 4px;
  margin-top: 10px;
}
.split-screen-testimonial-module .left .testimonial .dot-container .pill.active {
  background-color: #0b9ed7;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container {
  border-top: 1px solid #9fa1a4;
  border-bottom: 1px solid #9fa1a4;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container .slide {
  padding: 55px 10px 35px 35px;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container .slide .top {
  grid-column: 1/span 2;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container .slide .top p {
  margin-bottom: 25px;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container .slide .bottom {
  display: flex;
  justify-content: space-between;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container .slide .bottom .bottom-left {
  margin-left: 15px;
  padding-right: 20px;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container .slide .bottom .bottom-left .pos-loc {
  font-style: italic;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container .slide .bottom .bottom-right {
  display: flex;
  justify-content: flex-end;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container .slide .bottom .bottom-right img {
  width: 125px;
  max-width: unset;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container:not(.jsDisabled) {
  display: grid;
  grid-template-columns: 100%;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container:not(.jsDisabled) .slide {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
  opacity: 0;
  transform: translateY(-20%);
  transition: 0.5s;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container:not(.jsDisabled) .slide .bottom .bottom-right img {
  margin-bottom: -100px;
}
.split-screen-testimonial-module .left .testimonial .testimonial-container:not(.jsDisabled) .slide.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
.split-screen-testimonial-module .right {
  padding: 135px calc((100vw - 1300px) / 2) 100px 75px;
  background-color: #b0dbec;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .split-screen-testimonial-module .right {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .split-screen-testimonial-module .right {
    width: 100%;
    padding: 60px 100px;
  }
}
@media screen and (max-width: 767px) {
  .split-screen-testimonial-module .right {
    padding: 30px;
  }
}
.split-screen-testimonial-module .right .head-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .split-screen-testimonial-module .right .head-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .split-screen-testimonial-module .right .head-wrapper {
    margin-bottom: 15px;
  }
}
.split-screen-testimonial-module .right .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.5) 50%);
  display: inline;
}
.split-screen-testimonial-module .right p {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .split-screen-testimonial-module .right p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .split-screen-testimonial-module .right p {
    margin-bottom: 15px;
  }
}
.split-screen-testimonial-module .right a {
  border-radius: 22px;
  background-color: #0b9ed7;
  border: 2px solid #0b9ed7;
  padding: 9px 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .split-screen-testimonial-module .right a {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.split-screen-testimonial-module .right a:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}
@media screen and (max-width: 991px) {
  .split-screen-testimonial-module .right a {
    position: static;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  .split-screen-testimonial-module .right a {
    position: relative;
    transform: translateX(-50%);
  }
}

.faq-wrapper {
  background-color: #b5c03d;
}
.faq-wrapper .lm-container-inner {
  padding: 63px 0px 38px !important;
}
.faq-wrapper .lm-container-inner h2 {
  font-size: 41px;
  line-height: 55px;
  padding-left: 58px;
  font-weight: 900;
}
.faq-wrapper .lm-container-inner .underline {
  display: block;
  margin: 10px auto;
  height: 1px;
  width: 90%;
  background-color: #b5c03d;
}
.faq-wrapper .faq-container {
  width: 100%;
  display: block;
}
.faq-wrapper .faq-container .question-section {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  min-height: 95px;
  width: 100%;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.faq-wrapper .faq-container .question-section .question-inner-section {
  padding: 15px 0;
  z-index: 3;
  position: relative;
  width: 100%;
  padding-left: 117px;
  padding-right: 270px;
}
.faq-wrapper .faq-container .question-section .question-inner-section p {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .faq-wrapper .faq-container .question-section .question-inner-section {
    padding-left: 33px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrapper .faq-container .question-section .question-inner-section {
    padding-left: 14px;
    padding-right: 55px;
  }
}
.faq-wrapper .faq-container .question-section .dropsection {
  overflow: hidden;
  max-height: 0;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  padding-left: 117px;
  padding-right: 270px;
}
@media screen and (max-width: 1200px) {
  .faq-wrapper .faq-container .question-section .dropsection {
    padding-left: 33px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrapper .faq-container .question-section .dropsection {
    padding-left: 14px;
    padding-right: 55px;
  }
}
.faq-wrapper .faq-container .question-section .active {
  max-height: 1000px;
}
.faq-wrapper .faq-container .question-section .section-cover {
  width: 100%;
  height: 100%;
  opacity: 0.17;
  position: absolute;
  top: 0%;
  z-index: 1;
}
.faq-wrapper .faq-container .question-section .drop-indicator {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 110px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .faq-container .question-section .drop-indicator {
    right: 15px;
  }
}
.faq-wrapper .faq-container .question-section .drop-indicator .line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0b9ed7;
  transition: all ease 0.3s;
}
.faq-wrapper .faq-container .question-section .drop-indicator #vertical {
  transform: rotate(90deg);
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.faq-wrapper .faq-container .question-section .drop-indicator #horizontal {
  top: 7px;
  left: 0;
  right: 0;
}
.faq-wrapper .faq-container .question-section .drop-indicator .active {
  width: 0%;
  opacity: 0;
}
.faq-wrapper .faq-container .question-section:nth-child(even) .section-cover {
  background-color: #b0dbec;
}

.iframe {
  padding: 50px 0;
}
.iframe .head-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.iframe .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}

.blog-page {
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
}
.blog-page .head-wrapper {
  margin-top: 90px;
  margin-bottom: 30px;
}
.blog-page .head-wrapper h1,
.blog-page .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  padding: 0 15px;
}

.archive-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: center;
  gap: 30px 50px;
}
@media screen and (max-width: 1200px) {
  .archive-wrap {
    gap: 30px 10px;
  }
}
.archive-wrap .archive-block {
  width: 400px;
}
@media screen and (max-width: 1200px) {
  .archive-wrap .archive-block {
    width: 300px;
  }
}
.archive-wrap .archive-block .archive-inner-wrap {
  box-sizing: border-box;
  height: 453px;
  max-width: 398px;
  border: 1px solid #D9D8D8;
  border-radius: 17px;
  background-color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .archive-wrap .archive-block .archive-inner-wrap {
    max-width: 90%;
    margin: 0 auto;
    height: 400px;
  }
}
.archive-wrap .archive-block .archive-inner-wrap:hover {
  animation: pulseTile 0.5s forwards;
  animation-timing-function: ease-in-out;
  cursor: pointer;
}
.archive-wrap .archive-block .archive-inner-wrap .blue-line {
  width: 90%;
  margin: 21px auto;
  height: 1px;
  background-color: #0b9ed7;
}
.archive-wrap .archive-block .archive-inner-wrap .banner {
  height: 215px;
  max-width: 336px;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  .archive-wrap .archive-block .archive-inner-wrap .banner {
    max-width: 90%;
    height: auto;
  }
}
.archive-wrap .archive-block .archive-inner-wrap .banner img {
  height: auto;
  max-width: 100%;
}
.archive-wrap .archive-block .archive-inner-wrap .card-bottom {
  position: relative;
  width: 100%;
  height: 100%;
}
.archive-wrap .archive-block .archive-inner-wrap .card-bottom .header {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  right: 0;
  left: 0;
  padding: 0 20px;
}
.archive-wrap .archive-block .archive-inner-wrap .card-bottom .header .title {
  display: inline-block;
}
.archive-wrap .archive-block .archive-inner-wrap .card-bottom .header .title h2 {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: auto;
  text-transform: none;
}
.archive-wrap .archive-block .archive-inner-wrap .card-bottom .header p {
  display: none;
}
.archive-wrap .archive-block .archive-inner-wrap .card-bottom .header .blue-button {
  display: none;
}
.archive-wrap .archive-block .archive-inner-wrap .archive-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  opacity: 0;
}
.archive-wrap .archive-block:nth-child(1) {
  width: 100%;
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap {
  flex-direction: row;
  border-radius: 0;
  border: none;
  box-shadow: none;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .archive-wrap .archive-block:nth-child(1) .archive-inner-wrap {
    flex-direction: column;
    height: 650px;
  }
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap:hover {
  background-color: #ffffff;
  cursor: initial;
  animation: none;
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .blue-line {
  display: none;
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .banner {
  height: 384px;
  max-width: 601px;
}
@media screen and (max-width: 1200px) {
  .archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .banner {
    height: 215px;
    width: 336px;
  }
}
@media screen and (max-width: 767px) {
  .archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .banner {
    max-width: 90%;
    height: auto;
  }
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .card-bottom {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .card-bottom {
    width: 100%;
  }
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .card-bottom .header {
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: left;
  padding-left: 76px;
}
@media screen and (max-width: 767px) {
  .archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .card-bottom .header {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .card-bottom .header p {
  display: block;
  margin-top: 17px;
  margin-bottom: 35px;
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .card-bottom .header .blue-button {
  display: initial;
  border-radius: 22px;
  background-color: #0b9ed7;
  border: 2px solid #0b9ed7;
  padding: 9px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .card-bottom .header .blue-button {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .card-bottom .header .blue-button:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}
.archive-wrap .archive-block:nth-child(1) .archive-inner-wrap .archive-link {
  display: none;
}

.blog-button {
  width: 222px;
  height: 44px;
  border-style: solid;
  border-color: #0b9ed7;
  border-width: 2px;
  margin: 45px auto;
}
.blog-button:hover {
  color: #242830;
  text-decoration: none;
}

.pagination {
  justify-content: right;
  margin: 100px 0;
  width: 94%;
  align-items: center;
}
.pagination .page {
  width: 30px;
  height: 7px;
  background-color: #9fa1a4;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
  border-radius: 20px;
}
.pagination .page .page-bar {
  width: 100%;
  height: 100%;
  background-color: #9fa1a4;
  border-radius: 20px;
}
.pagination .active .page-bar {
  background-color: #0b9ed7;
}
.pagination .page-track {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  margin: 0 10px 0 15px;
}

.blue-button {
  display: block;
  text-transform: uppercase;
  background-color: #0b9ed7;
  padding: 9px 27px;
  border-radius: 22px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2.7px;
  color: #fff;
}
.blue-button:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  .blue-button {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.blog-post {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 81px;
}
.blog-post .blogpost-header {
  text-align: center;
}
.blog-post .blogpost-header .blogpost-img-wrap {
  width: 1074px;
  height: 686px;
  display: block;
  margin: 34px auto;
}
@media screen and (max-width: 1200px) {
  .blog-post .blogpost-header .blogpost-img-wrap {
    height: 215px;
    width: 336px;
  }
}
.blog-post .blogpost-header .blogpost-img-wrap img {
  width: 100%;
}
.blog-post .blogpost-header .title-comp {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  margin-bottom: 38px;
}
.blog-post .blogpost-header .title-comp h1 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}
.blog-post .blog-copy-wrap {
  max-width: 1345px;
  margin: 0 auto;
  margin-bottom: 75px;
  padding: 0 50px;
  font-weight: 400;
  font-size: 22px;
  color: #464547;
  letter-spacing: 0;
  display: block;
  font-family: open-sans, sans-serif;
}
@media screen and (max-width: 991px) {
  .blog-post .blog-copy-wrap {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post .blog-copy-wrap {
    padding: 0 25px;
  }
}
.blog-post .blog-copy-wrap strong {
  color: #242830;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.7px;
  line-height: 22px;
  display: inline;
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
  margin: 20px 0;
  text-transform: uppercase;
}
.blog-post .blog-copy-wrap a {
  color: #242830;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2.7px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
}
.blog-post .blog-copy-wrap a:hover {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
@media screen and (max-width: 1200px) {
  .blog-post .blog-copy-wrap a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post .blog-copy-wrap a {
    font-size: 16px;
  }
}
.blog-post .blog-copy-wrap p {
  margin-bottom: 12px;
}
.blog-post .blog-copy-wrap h1 {
  margin-top: 32px;
}
.blog-post .blog-copy-wrap h2 {
  margin-top: 32px;
  margin-bottom: 12px;
}

#article-pass {
  max-width: 1245px;
  margin: 0 auto;
  margin-bottom: 81px;
}
@media screen and (max-width: 1200px) {
  #article-pass {
    max-width: 90%;
  }
}
#article-pass a {
  width: 49%;
  display: inline-block;
}
#article-pass .button-text {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  margin: 0 10px 0 15px;
  text-transform: uppercase;
  display: inline-block;
}
#article-pass .next-pass {
  text-align: right;
}
#article-pass .prev-pass {
  text-align: left;
}

.timeline-outer-wrapper {
  overflow: hidden;
  width: 80%;
  margin: 0px auto;
  height: auto;
  display: block;
  flex-direction: row;
  justify-content: center;
  padding: 50px 0;
  position: relative;
  margin-bottom: 70px;
}
.timeline-outer-wrapper .timeline-carousel {
  position: relative;
  transform-style: preserve-3d;
  display: flex;
  width: 100%;
  height: auto;
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap {
  text-align: right;
  padding: 42px 10px;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap {
    display: none;
  }
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .summ-wrap {
  display: none;
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .summ-wrap p {
  display: inline-block;
  font-weight: 700;
  text-align: left;
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .summ-wrap img {
  display: inline-block;
  min-width: 394px;
  height: auto;
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .select {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #9fa1a4;
  padding: 72px 15px;
}
@media screen and (max-width: 1200px) {
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .select {
    gap: 30px;
  }
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .select .summ-inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .select .summ-inner-wrap {
    gap: 12px;
  }
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .select .summ-inner-wrap p {
  padding-top: 35px;
  border-style: solid none none none;
  border-color: #9fa1a4;
  border-width: 1px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .select .summ-inner-wrap p {
    padding-left: 12px;
  }
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .select .summ-inner-wrap:nth-child(1) p {
  padding-top: 5px;
  border-style: none;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-inner-wrap .select .summ-inner-wrap {
    flex-direction: column;
  }
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years {
  width: 18%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-style: none none none solid;
  border-width: 4px;
  border-color: #0b9ed7;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years {
    width: 100%;
  }
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years .year-wrap {
  margin: 7px 0;
  display: block;
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years .year-wrap p {
  letter-spacing: 1.9px;
  font-weight: 700;
  padding-left: 14px;
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years .year-wrap .mob-summ-inner-wrap {
  display: none;
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years .select {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years .select .mob-summ-inner-wrap {
    display: block;
    margin-top: 31px;
    margin-left: 15px;
  }
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years .select .mob-summ-inner-wrap .event-img {
    margin-bottom: 40px;
  }
  .timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years .select .mob-summ-inner-wrap p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    border-style: none none solid none;
    border-color: #9fa1a4;
    border-width: 1px;
    background-image: none;
    padding-bottom: 15px;
    letter-spacing: inherit;
  }
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years .select p {
  font-size: 41px;
  font-weight: 900;
  letter-spacing: 5.5px;
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
.timeline-outer-wrapper .timeline-carousel .timeline-caro-wrap .timeline-years:hover {
  cursor: pointer;
}
.timeline-outer-wrapper .down-button, .timeline-outer-wrapper .up-button {
  display: flex;
  justify-content: right;
}
.timeline-outer-wrapper .down-button button, .timeline-outer-wrapper .down-button input[type=submit], .timeline-outer-wrapper .down-button input[type=reset], .timeline-outer-wrapper .up-button button, .timeline-outer-wrapper .up-button input[type=submit], .timeline-outer-wrapper .up-button input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  z-index: 9;
}
.timeline-outer-wrapper .down-button:focus, .timeline-outer-wrapper .up-button:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #9fa1a4;
}
.timeline-outer-wrapper .down-button p, .timeline-outer-wrapper .up-button p {
  font-weight: 900;
}
.timeline-outer-wrapper .down-button p:hover, .timeline-outer-wrapper .up-button p:hover {
  cursor: pointer;
}
.timeline-outer-wrapper .down-button {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .timeline-outer-wrapper .down-button {
    margin-top: 0;
  }
}
.timeline-outer-wrapper .up-button {
  margin-bottom: -100px;
}
@media screen and (max-width: 767px) {
  .timeline-outer-wrapper .up-button {
    margin-bottom: 0;
  }
}
.timeline-outer-wrapper .tlnext-arrow {
  margin-left: 15px;
  width: 0;
  height: 0;
  vertical-align: middle;
  display: inline-block;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #000000 transparent transparent transparent;
}
.timeline-outer-wrapper .tlprev-arrow {
  margin-left: 15px;
  width: 0;
  height: 0;
  vertical-align: middle;
  display: inline-block;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #000000 transparent;
}

.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.error404 #content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.error404 #content .page-404 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.error404 #content .page-404 .icm-container {
  background-color: #b5c03d !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error404 #content .page-404 .icm-container .icm-container-inner .heading-wrapper h1 {
  color: #242830;
  display: inline;
  background-image: linear-gradient(transparent 50%, #ffffff 50%);
  display: inline;
}
.error404 #content .page-404 .icm-container .icm-container-inner p {
  color: #242830;
  max-width: 650px;
  margin: 0 auto 35px;
}
.error404 #content .page-404 .icm-container .icm-container-inner a {
  background-color: #242830;
  border-color: #242830;
}
.error404 #content .page-404 .icm-container .icm-container-inner a:hover {
  background-color: #b5c03d;
  color: #242830;
}

.legal-page {
  padding: 60px 0px 100px;
}
.legal-page .legal-page-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 991px) {
  .legal-page .legal-page-inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .legal-page .legal-page-inner {
    padding: 0 25px;
  }
}
.legal-page .legal-page-inner .header-container {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.legal-page .legal-page-inner .header-container h1 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}
.legal-page .legal-page-inner h3 {
  text-shadow: none !important;
  color: black;
}
.legal-page .legal-page-inner p,
.legal-page .legal-page-inner li,
.legal-page .legal-page-inner a {
  color: #242830;
}
.legal-page .legal-page-inner p,
.legal-page .legal-page-inner ul {
  margin-bottom: 30px;
}
.legal-page .legal-page-inner li {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #464547;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .legal-page .legal-page-inner li {
    font-size: 18px;
  }
}
.legal-page .legal-page-inner a {
  text-decoration: underline;
}
.legal-page .legal-page-inner a:hover {
  color: #b5c03d;
}

.event-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-hero-module.blue .text-wrap h1 {
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
.page-hero-module.blue .text-wrap .btn1 {
  background-color: #0b9ed7;
  border: 2px solid #0b9ed7;
  color: white;
}
.page-hero-module.blue .text-wrap .btn1:hover {
  color: #0b9ed7;
}
.page-hero-module.blue .text-wrap .btn2 {
  margin-top: 20px;
  background-color: #ffffff;
  border: 2px solid #0b9ed7;
  color: #242830;
}
.page-hero-module.blue .text-wrap .btn2:hover {
  color: #fff;
  animation: pulseWhiteBlue 0.5s forwards;
  animation-timing-function: ease-in-out;
}

.page-hero-module.green .text-wrap h1 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.page-hero-module.green .text-wrap a {
  background-color: #b5c03d;
  border: 2px solid #b5c03d;
  color: #242830;
}
.page-hero-module.green .text-wrap a:hover {
  animation: pulseGreenWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
}

.page-hero-module {
  width: 100%;
  height: 612px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .page-hero-module {
    height: 544px;
  }
}
@media screen and (max-width: 767px) {
  .page-hero-module {
    height: auto;
    margin-bottom: 60px;
  }
}
.page-hero-module .hero-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-hero-module .hero-bg {
    height: 272px;
    position: relative;
  }
}
.page-hero-module .text-wrap {
  width: 80%;
  position: relative;
  display: block;
  max-width: 1140px;
  padding-top: 142px;
  z-index: 9;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page-hero-module .text-wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-hero-module .text-wrap {
    padding-top: 0;
    width: 90%;
    margin-top: -30px;
  }
}
.page-hero-module .text-wrap h1 {
  display: inline;
  text-decoration: none;
  background-position: 0px 0px;
  animation: slideLine 10s linear infinite alternate;
}
@-webkit-keyframes slideLine {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.page-hero-module .text-wrap p {
  max-width: 397px;
  margin-top: 62px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .page-hero-module .text-wrap p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-hero-module .text-wrap p {
    max-width: 288px;
  }
}
@media screen and (max-width: 767px) {
  .page-hero-module .text-wrap p {
    margin-top: 15px;
  }
}
.page-hero-module .text-wrap a {
  display: inline-block;
  align-items: left;
  border-radius: 22px;
  padding: 9px 18px 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  margin-top: 38px;
  margin-right: 15px;
}
.page-hero-module .text-wrap a:hover {
  color: #242830;
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  .page-hero-module .text-wrap a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.dsk-img {
  display: block;
}
@media screen and (max-width: 991px) {
  .dsk-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dsk-img {
    display: none;
  }
}

.tab-img {
  display: none;
}
@media screen and (max-width: 991px) {
  .tab-img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab-img {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media screen and (max-width: 991px) {
  .mob-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mob-img {
    display: block;
  }
}

.event-container .event-section {
  display: flex !important;
  flex-direction: row !important;
  margin-bottom: 90px !important;
}
.event-container .event-section:nth-child(even) {
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 1200px) {
  .event-container .event-section:nth-child(even) {
    flex-direction: column !important;
  }
}
.event-container .event-section .content-wrapper {
  width: 50%;
}
.event-container .event-section .content-wrapper a {
  display: flex;
  align-items: center;
  border-radius: 22px;
  background-color: #0b9ed7;
  border: 2px solid #0b9ed7;
  padding: 9px 18px 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .event-container .event-section .content-wrapper a {
    font-size: 16px;
    line-height: 25.2px;
  }
}
.event-container .event-section .content-wrapper a:hover {
  animation: pulseBlueWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
  color: #242830;
}
@media screen and (max-width: 1200px) {
  .event-container .event-section .content-wrapper {
    width: 100%;
  }
}
.event-container .event-section .event-info {
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
  display: inline;
  font-weight: 900;
}
.event-container .event-section .img-wrapper {
  justify-content: flex-start !important;
}
.event-container .event-section h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
  display: inline;
}
.event-container .event-section .event-para {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .event-container .event-section {
    flex-direction: column !important;
    align-items: center;
  }
}

.expand-module.green {
  background-color: #b5c03d;
}
.expand-module.green .text-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
.expand-module.green .text-wrapper a {
  text-decoration: underline;
}
.expand-module.green .text-wrapper a:hover {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.expand-module.green .dropdown-section {
  border-color: #b0dbec;
  background-color: #b0dbec;
}
.expand-module.green .dropdown-section .drop-top {
  background-color: #b0dbec;
}
.expand-module.green .dropdown-section .bg-effect-wrapper strong {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.expand-module.green .dropdown-section.active .drop-top {
  background-color: #b0dbec !important;
}

.expand-module.blue {
  background-color: #b0dbec;
}
.expand-module.blue .text-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.expand-module.blue .text-wrapper a {
  text-decoration: underline;
}
.expand-module.blue .text-wrapper a:hover {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.expand-module.blue .dropdown-section {
  border-color: #e1e893;
  background-color: #e1e893;
}
.expand-module.blue .dropdown-section .drop-top {
  background-color: #e1e893;
}
.expand-module.blue .dropdown-section .bg-effect-wrapper strong {
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
.expand-module.blue .dropdown-section.active .drop-top {
  background-color: #e1e893 !important;
}

@media screen and (max-width: 767px) {
  .expand-module .lm-container-inner {
    max-width: 93%;
  }
}
.expand-module li {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #464547;
  letter-spacing: 0;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .expand-module li {
    margin: 11px 0;
  }
}
.expand-module .text-wrapper h2 {
  display: inline;
  padding-right: 15px;
  margin-bottom: 52px;
}
.expand-module .text-wrapper p {
  margin-top: 50px;
}
.expand-module .text-wrapper a {
  color: #242830;
  font-weight: 900;
}
.expand-module .dropdown-section {
  border-radius: 35px !important;
}
@media screen and (max-width: 767px) {
  .expand-module .dropdown-section {
    min-height: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .expand-module .dropdown-section .drop-top {
    top: 6px !important;
  }
}
@media screen and (max-width: 767px) {
  .expand-module .dropdown-section .drop-top h2 {
    text-align: center;
  }
}
.expand-module .dropdown-section .bg-effect-wrapper {
  text-align: left !important;
  padding-top: 55px;
}
.expand-module .dropdown-section .bg-effect-wrapper strong {
  display: inline;
  padding-right: 15px;
  margin-bottom: 44px;
  font-weight: 900;
}
.expand-module .dropdown-section .bg-effect-wrapper a {
  text-decoration: underline;
  display: inline;
  color: #242830;
}
.expand-module .dropdown-section .bg-effect-wrapper a:hover {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.expand-module .active {
  background-color: #FFFFFF !important;
  padding: 50px 20px !important;
}
@media screen and (max-width: 767px) {
  .expand-module .active .drop-top {
    top: 0px !important;
    height: 75px !important;
  }
}

.db-block {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
}
.db-block h2 {
  display: inline;
  text-align: center;
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.db-block .db-wrap {
  margin-top: 57px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 55px;
  padding: 0 50px;
}
.db-block .db-wrap .db-square {
  max-width: 631px;
  background-color: #b0dbec;
  align-self: stretch;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  padding: 57px 52px 44px 52px;
}
.db-block .db-wrap .db-square H2 {
  display: inline;
  margin-bottom: 25px;
  text-align: center;
  background-image: linear-gradient(transparent 50%, #FFFFFF 50%);
}
.db-block .db-wrap .db-square p {
  display: inline;
}
.db-block .db-wrap .db-square .gap {
  padding-top: 20px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  height: unset;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #464547;
  letter-spacing: 0;
  text-align: center;
}
.db-block .db-wrap .db-square li {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #464547;
  letter-spacing: 0;
  text-align: left;
}
.db-block .db-wrap .db-square li:nth-child(1) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .db-block .db-wrap .db-square li {
    font-size: 18px;
    line-height: 20px;
  }
}
.db-block .db-wrap .db-square a {
  display: inline-block;
  align-items: center;
  border-radius: 22px;
  background-color: #242830;
  border: 2px solid #242830;
  padding: 9px 18px 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #fff;
}
.db-block .db-wrap .db-square a:hover {
  color: #242830;
  animation: pulseGray 0.5s forwards;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  .db-block .db-wrap .db-square a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .db-block .db-wrap .db-square {
    width: unset;
    height: auto;
    padding: 55px 11px;
  }
}
@media screen and (max-width: 1200px) {
  .db-block .db-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .db-block .db-wrap {
    padding: 0 20px;
  }
}

.st-block {
  margin: 0 auto;
  width: 500px;
  background-color: #FFFFFF;
  text-align: center;
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .st-block {
    width: 90%;
  }
}
.st-block h2 {
  display: inline;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
.st-block p {
  display: inline-block;
  margin-top: 30px;
}

.blue-cta-container a {
  display: inline-block;
  align-items: left;
  border-radius: 22px;
  background-color: #b5c03d;
  border: 2px solid #b5c03d;
  padding: 9px 18px 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #242830;
  margin-top: 38px;
}
.blue-cta-container a:hover {
  color: #242830;
  animation: pulseGreenWhite 0.5s forwards;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  .blue-cta-container a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.longform-blue p {
  margin-bottom: 20px;
  display: block;
}
.longform-blue p strong {
  color: #242830;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
.longform-blue p a {
  margin-bottom: 40px;
  display: block;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #242830;
  text-decoration: underline;
}
.longform-blue .right-column {
  padding-top: 50px;
}

.longform-green {
  background-color: #b5c03d !important;
}
.longform-green .left-column a {
  display: inline-block;
  align-items: center;
  border-radius: 22px;
  background-color: #242830;
  border: 2px solid #242830;
  padding: 9px 18px 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  line-height: 25.2px;
  letter-spacing: 2.7px;
  font-weight: 700;
  color: #fff;
  margin-top: 38px;
}
.longform-green .left-column a:hover {
  color: #242830;
  animation: pulseGray 0.5s forwards;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  .longform-green .left-column a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.longform-green h2,
.longform-blue h2 {
  width: 350px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .longform-green h2,
  .longform-blue h2 {
    text-align: left;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .longform-green h2,
  .longform-blue h2 {
    width: auto;
  }
}
.longform-green .underline,
.longform-blue .underline {
  display: block;
  width: 180px;
  height: 1px;
  background-color: #0b9ed7;
  margin: 25px auto 73px auto;
}
@media screen and (max-width: 1200px) {
  .longform-green .underline,
  .longform-blue .underline {
    margin: 10px 0 20px 0;
  }
}
.longform-green .content-wrapper,
.longform-blue .content-wrapper {
  display: flex;
  gap: 142px;
  flex-direction: row;
  justify-content: center;
}
.longform-green .content-wrapper .left-column,
.longform-blue .content-wrapper .left-column {
  width: 416px;
}
@media screen and (max-width: 1200px) {
  .longform-green .content-wrapper .left-column,
  .longform-blue .content-wrapper .left-column {
    width: 100%;
  }
}
.longform-green .content-wrapper .right-column,
.longform-blue .content-wrapper .right-column {
  width: 319px;
}
.longform-green .content-wrapper .right-column .event-img,
.longform-blue .content-wrapper .right-column .event-img {
  margin-bottom: 10px;
}
.longform-green .content-wrapper .right-column .caption,
.longform-blue .content-wrapper .right-column .caption {
  margin-bottom: 25px;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #464547;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .longform-green .content-wrapper .right-column,
  .longform-blue .content-wrapper .right-column {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .longform-green .content-wrapper,
  .longform-blue .content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .longform-green .lm-container-inner,
  .longform-blue .lm-container-inner {
    max-width: 95% !important;
  }
}
@media screen and (max-width: 1200px) {
  .longform-green,
  .longform-blue {
    padding: 54px 13px 83px !important;
  }
}

.icons-container .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.icons-container .content-section {
  max-width: 1294px;
  gap: 98px;
  margin: 62px auto 0;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .icons-container .content-section {
    flex-direction: column;
    gap: 40px;
  }
}
.icons-container .content-section .img-wrapper {
  width: 537px;
}
@media screen and (max-width: 1200px) {
  .icons-container .content-section .img-wrapper {
    width: 100%;
  }
}
.icons-container .content-section .img-wrapper img {
  width: 100%;
}
.icons-container .content-section .content-wrapper {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .icons-container .content-section .content-wrapper {
    width: 100%;
  }
}
.icons-container .content-section .content-wrapper strong {
  text-transform: uppercase;
  letter-spacing: 2.7px;
  margin-bottom: 25px;
  display: block;
  font-weight: bolder;
}
.icons-container .content-section .content-wrapper a {
  text-decoration: underline;
  color: #464547;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
.icons-container .content-section .content-wrapper a:hover {
  background-image: linear-gradient(transparent 50%, #e1e893 50%);
}
.icons-container .icon-wrapper {
  margin-top: 50px;
  padding: 0 75px;
  display: block;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .icons-container .icon-wrapper {
    padding: 0;
  }
}
.icons-container .icon-wrapper .icon-inner-wrap {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 1200px) {
  .icons-container .icon-wrapper .icon-inner-wrap {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .icons-container .icon-wrapper .icon-inner-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.icons-container .icon-wrapper .icon-inner-wrap .mob-summ-inner-wrap {
  max-width: 172px;
}
.icons-container .icon-wrapper .icon-inner-wrap .mob-summ-inner-wrap .event-img {
  margin: 0 auto;
  height: 144px;
  width: 144px;
}
.icons-container .icon-wrapper .icon-inner-wrap .mob-summ-inner-wrap .caption {
  text-transform: uppercase;
  color: #242830;
  font-family: brandon-grotesque, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2.53px;
  line-height: 25.2px;
  text-align: center;
  margin-top: 20px;
}

.impact-block .db-square {
  background-color: #e1e893 !important;
}
.impact-block .db-square .unit-mark {
  padding-right: 0 !important;
}
.impact-block .db-square .loading-text,
.impact-block .db-square .reloading-text {
  padding-left: 0 !important;
}
.impact-block .db-square p {
  margin-top: 25px !important;
  display: block !important;
}
.impact-block .partner-network {
  display: block;
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  .impact-block .partner-network {
    margin-top: 60px;
  }
}
.impact-block .partner-network .partner-title {
  background-image: linear-gradient(transparent 50%, #b0dbec 50%) !important;
}
.impact-block .partner-network .partner-wrapper {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px 30px;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .impact-block .partner-network .partner-wrapper {
    width: 90%;
  }
}
.impact-block .partner-network .partner-wrapper .partner-img {
  height: 80px;
  width: 150px;
}
.impact-block .partner-network .partner-wrapper .partner-img img {
  height: 100%;
}

.gif-module {
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.gif-module h2 {
  display: inline;
  background-image: linear-gradient(transparent 50%, #e1e893 50%) !important;
}
.gif-module .gif-wrap {
  max-width: 978px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 55px;
  padding: 0 50px;
}
.gif-module .gif-wrap .gif-inner-wrap {
  width: 240px;
}
.gif-module .gif-wrap .gif-inner-wrap img {
  height: 40px;
}

.blog-module .archive-wrap {
  margin-bottom: 50px;
}

.page-id-469 .page-hero-module .text-wrap h1 {
  background-image: linear-gradient(transparent 50%, #e1e893 50%) !important;
}
.page-id-469 .db-block h2 {
  display: inline;
  text-align: center;
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}

.bottom-sent {
  margin-bottom: 0px;
  margin-top: 32px;
}
.bottom-sent p,
.bottom-sent a {
  color: #FFFFFF;
  font-family: open-sans, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 13px;
  text-align: center;
}
.bottom-sent a {
  text-decoration: underline;
}

.page-id-438 .db-block h2 {
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}

.page-id-594 .basic-cta .head-wrapper h2,
.page-id-521 .basic-cta .head-wrapper h2,
.page-id-590 .basic-cta .head-wrapper h2 {
  background-image: linear-gradient(transparent 50%, #b0dbec 50%);
}
.page-id-594 .basic-cta .content-wrapper ul,
.page-id-521 .basic-cta .content-wrapper ul,
.page-id-590 .basic-cta .content-wrapper ul {
  margin-top: 25px;
}
.page-id-594 .basic-cta .content-wrapper ul li,
.page-id-521 .basic-cta .content-wrapper ul li,
.page-id-590 .basic-cta .content-wrapper ul li {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #464547;
  letter-spacing: 0;
}
.page-id-594 .basic-cta .content-wrapper a,
.page-id-521 .basic-cta .content-wrapper a,
.page-id-590 .basic-cta .content-wrapper a {
  color: #242830 !important;
  background-color: #b5c03d !important;
  border: 2px solid #b5c03d !important;
}
.page-id-594 .basic-cta .content-wrapper a:hover,
.page-id-521 .basic-cta .content-wrapper a:hover,
.page-id-590 .basic-cta .content-wrapper a:hover {
  background-color: #FFFFFF !important;
}

/*# sourceMappingURL=style.css.map */
