@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700;900&family=Montserrat:wght@600&display=swap');

:root {
  --white: #ffffff;
  --black: #090b0e;
  --dark-gray: #636466;
  --gray: #939598;
  --red: #ed1944;
  --yellow: #fdb71a;
  --blue: #0072bc;
  --green: #23ae49;
  --light-gray: #e2e2e2;
  --extra-light-gray: #f7f7f7;
  --proximity-red: #ED1C24;
  --proximity-burgundy: #BA3027;
  --proviso-green: #68BE5B;
  --hover-gray: #ededed;
}

/* ::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: var(---extra-light-gray);
}

::-webkit-scrollbar-thumb {
  background: var(--light-gray);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gray);
} */

body {
  background-color: var(--white);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* overflow-x: hidden; */
  color: var(--dark-gray);
  font: normal normal 300 20px/30px Lato;
}

html.mobile-nav-menu-open,
body.mobile-nav-menu-open {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  position: relative;
  height: 100vh;
  position: fixed;
}

.max-page-width {
  max-width: 1500px;
  width: 100%;
  padding: 16px 32px 0px;
  margin: 0 auto;
}

.max-component-width {
  max-width: 1436px;
  width: 100%;
}

.desktop-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.uppercase {
  text-transform: uppercase;
}

.default-case {
  text-transform: initial !important;
}

h1 {
  color: var(--black);
  font: normal normal 300 55px/65px Lato;
}

h1 span {
  font: normal normal normal 55px/65px Lato;
}

h2 {
  color: var(--black);
  font: normal normal 300 35px/42px Lato;
}

h3 {
  color: var(--black);
  font: normal normal normal 45px/54px Lato;
}

h4 {
  color: var(--black);
  font: normal normal normal 23px/24px Lato;
}

h5 {
  color: var(--dark-gray);
  font: normal normal 300 23px/33px Lato;
}

h5 span.normal {
  font: normal normal normal 23px/33px Lato;
}

p {
  color: var(--dark-gray);
  font: normal normal 300 20px/30px Lato;
  margin-bottom: 0.5em;
}

p a {
  /* font-weight: normal; */
  /* color: #090b0e; */
  color: var(--blue);
  text-decoration: underline;
}

a.link-no-style {
  text-decoration: inherit;
  color: inherit;
  font: inherit;
}

.indent {
  margin-left: 4em;
}

.intro-head-text {
  font: normal normal bold 20px/24px Lato;
  color: var(--gray);
  text-transform: uppercase;
}

@media only screen and (max-width: 130px) and (min-width: 600px) {
  h1 {
    font: normal normal 300 40px/50px Lato;
  }

  h1 span {
    font: normal normal normal 40px/50px Lato;
  }

  h3 {
    font: normal normal normal 32px/42px Lato;
  }

  h4 {
    font: normal normal normal 20px/24px Lato;
  }

  h5 {
    font: normal normal 300 18px/28px Lato;
  }

  h5 span.normal {
    font: normal normal normal 18px/28px Lato;
  }

  .call-to-action {
    font: normal normal medium 18px/22px Lato !important;
  }

  p {
    font: normal norbluemal 300 18px/28px Lato;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font: normal normal 300 37px/45px Lato;
  }

  h1 span {
    font: normal normal normal 37px/45px Lato;
  }

  h2 {
    font: normal normal 300 28px/34px Lato;
  }

  h3 {
    font: normal normal normal 30px/36px Lato;
  }

  h4 {
    font: normal normal normal 20px/24px Lato;
  }

  h5 {
    font: normal normal 300 16px/26px Lato;
  }

  h5 span.normal {
    font: normal normal normal 16px/26px Lato;
  }

  p {
    font: normal normal 300 16px/26px Lato;
  }

  body {
    font: normal normal 300 16px/26px Lato;
  }

  .intro-head-text {
    font: normal normal bold 17px/21px Lato;
  }
}

h1 .green {
  color: var(--green);
}

h1 .red {
  color: var(--red);
}

h1 .proximity-red {
  color: var(--proximity-red);
}

h1 .yellow {
  color: var(--yellow);
}

h1 .blue {
  color: var(--blue);
}

h1 .gray,
h1 .grey {
  color: var(--gray);
}

.green {
  color: var(--green);
}

.red {
  color: var(--red);
}

.proximity-red {
  color: var(--proximity-red);
}

.proximity-burgundy {
  color: var(--proximity-burgundy);
}


.yellow {
  color: var(--yellow);
}

.blue {
  color: var(--blue);
}

.gray {
  color: var(--gray);
}

.black {
  color: var(--black);
}

.phone-number a {
  color: var(--black);
  font-weight: normal;
  text-decoration: none;
}

.navbar-container {
  height: 110px;
  width: 100%;
  /* background-color: var(--white); */
  /*overflow-y: hidden;*/
}

.center-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.large-text-body-max-width {
  width: 100%;
  max-width: 1000px;
}

#mobile-nav-menu-container {
  visibility: hidden;
  height: 100vh;
  position: fixed;
  background-color: var(--extra-light-gray);
  top: 0;
  left: calc(min(100vw - 100px, 400px) * -1);
  width: min(100vw - 100px, 400px);
  -webkit-transition: left 0.4s ease-in-out, visibility 0.6s;
  -o-transition: left 0.4s ease-in-out, visibility 0.6s;
  transition: left 0.4s ease-in-out, visibility 0.6s;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}

#mobile-nav-menu-container.visible {
  visibility: visible;
  left: 0px;
}

.mobile-nav-menu {
  height: calc(100% - 110px - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 0px;
}

.mobile-nav-menu p {
  padding: 16px 32px;
  border-bottom: 2px solid var(--white);
  width: 100%;
  font: normal normal normal 20px/36px Lato;
  color: var(--black);
}

.mobile-nav-menu a {
  width: 100%;
}

.mobile-nav-menu .call-to-action-container {
  margin: 32px;
}

.mobile-nav-menu img {
  margin: 16px 32px;
}

.nav-icon-container {
  height: 110px;
  width: 100%;
  padding-left: 32px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.desktop-nav .logo-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container .logo-section img {
  height: 62px;
}

.navbar-container .menu-section img {
  height: 110px;
}

.mobile-nav {
  height: 110px;
  visibility: hidden;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav .logo-section {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media only screen and (max-width: 1100px) {
  .mobile-nav {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop-nav {
    visibility: hidden;
    display: none;
  }
}

.menu-section,
.info-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-items-container,
.info-items-container {
  margin-right: 50px;
}

.menu-item,
.info-item {
  font: normal normal normal 20px/24px Lato;
  letter-spacing: 0px;
  color: var(--black);
  margin-right: 12px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1000px) {

  .menu-item,
  .info-item {
    font: normal normal normal 18px/24px Lato;
  }
}

.footer-container {
  height: 130px;
  width: 100%;
  background-color: var(--extra-light-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer {
  width: 100%;
}

.footer-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 1000px) {

  .footer-content-container,
  .info-section,
  .info-items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0px;
  }

  .footer-content-container>div,
  .info-items-container {
    margin-bottom: 32px;
  }

  .info-items-container span {
    margin: 4px;
  }

  .footer-container span.dot {
    visibility: hidden;
    display: none;
  }

  .footer-container {
    height: auto;
    padding-top: 16px;
  }
}

.menu-call-to-action-container {
  margin-right: 50px;
}

.call-to-action {
  background-color: var(--gray);
  border-radius: 8px !important;
  color: var(--white) !important;
  font: normal normal 400 20px/24px Lato !important;
  padding: 6px 16px !important;
  height: fit-content;
}

@media only screen and (max-width: 1000px) {
  .call-to-action {
    font: normal normal 500 18px/22px Lato !important;
  }
}

.call-to-action.green {
  background-color: var(--green);
}

.call-to-action.gray,
.call-to-action.grey {
  background-color: var(--gray);
}

.call-to-action.blue {
  background-color: var(--blue);
}

.call-to-action.provisoGreen {
  background-color: var(--proviso-green);
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
}

.call-to-action.proximityRed {
  background-color: var(--proximity-red);
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
}

.initial-section-container {
  margin-top: calc(30vh - 110px);
}

section {
  margin-bottom: 12vh;
}

section.small-gap {
  margin-bottom: 6vh;
}

/* @media only screen and (max-width: 775px) {
  section {
    margin-bottom: 54px;
  }
} */

.initial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.initial-section .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}

.initial-section .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 400px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (max-width: 850px) {
  .initial-section .image {
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 32px;
  }

  .initial-section-container {
    margin-top: 32px;
  }

  .initial-section-title br {
    display: none;
  }
}

.three-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.three-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.three-section>div {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.three-section .one {
  margin-top: 200px;
}

.three-section .two {
  margin-top: 100px;
}

.three-section .three {
  margin-top: 0px;
}

.three-section img {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1000px) {
  .three-section div {
    max-width: 350px;
  }

  .three-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .three-section img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.page-top-spacer {
  margin-top: 6vh;
}

@media only screen and (max-width: 1000px) {
  .page-top-spacer {
    margin-top: 32px;
  }
}

.about-section,
.achieve-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.about-section .image,
.achieve-section .image {
  max-width: 525px;
}

.achieve-section .image {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.g-i-t-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.g-i-t-section .image,
.g-i-t-section .content {
  max-width: 525px;
}

.g-i-t-section .image {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (max-width: 1132px) {

  .about-section .image,
  .achieve-section .image {
    margin-bottom: 16px;
  }

  .achieve-section .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 1113px) {
  .g-i-t-section .image {
    margin-bottom: 16px;
  }

  .g-i-t-section .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .g-i-t-section-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-i-t-section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-i-t-section .content {
    min-width: min(525px, 100%);
  }
}

.about-section .content,
.achieve-section .content {
  max-width: 525px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.g-i-t-section .content {
  max-width: min(calc(100% - 525px - 2.5vw), 700px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.about-section .content img,
.achieve-section .content img {
  width: 200px;
}

.extra-spacing {
  margin-bottom: 32px;
}

.spacing {
  margin-bottom: 16px;
}

.half-spacing {
  margin-bottom: 8px;
}

.extra-top-spacing {
  margin-top: 32px;
}

.top-spacing {
  margin-top: 16px;
}

.top-half-spacing {
  margin-top: 8px;
}

.cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 32px;
  height: 541px;
}

.flip-card {
  min-width: 330px;
  height: 450px;
  margin: 0px 16px;
  background-color: transparent;
  border-radius: 8px;
}

.cards-container .flip-card:nth-of-type(even) {
  margin-top: 42px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid var(--white);
  -webkit-box-shadow: 0px 30px 20px #00000029;
  box-shadow: 0px 30px 20px #00000029;
  border-radius: 8px;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: var(--white);
  border-radius: 8px;
}

.flip-card-front img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  width: 330px;
  height: 300px;
}

.flip-card-back {
  background-color: var(--white);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-radius: 8px;
  text-align: center;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flip-card-back p {
  margin: 12px 0px 16px;
}

.flip-card-back .button-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text-peak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 175px;
  margin-top: -25px;
  padding: 0px 16px;
}

.up-curve {
  width: 330px;
  height: 45px;
  fill: var(--white);
  position: absolute;
  top: 258px;
  left: 0px;
}

.down-curve {
  width: 330px;
  height: 40px;
  fill: var(--white);
  position: absolute;
  top: 265px;
  left: 0px;
}

.cards-container .flip-card:nth-of-type(even) .up-curve,
.cards-container .flip-card:nth-of-type(odd) .down-curve {
  visibility: hidden;
  display: none;
}

.flip-card .mobile-button {
  /* pointer-events: none; */
  width: 100%;
  height: 100%;
}

.flip-card button {
  pointer-events: all;
}

.card-text-peak button {
  visibility: hidden;
  display: none;
}

@media (hover: none),
(pointer: coarse),
only screen and (max-width: 1450px) {
  .cards-container {
    height: 351px;
    padding-right: 12px;
  }

  .flip-card {
    min-width: 200px;
    height: 260px;
  }

  .flip-card-front img {
    width: 200px;
    height: 144px;
  }

  .up-curve {
    width: 200px;
    height: 45px;
    top: 109px;
  }

  .down-curve {
    width: 200px;
    height: 40px;
    top: 113px;
  }

  .card-text-peak {
    height: 136px;
    /* height: 120px; */
    margin-top: -20px;
  }

  .flip-card:hover .flip-card-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .flip-card-inner {
    -webkit-box-shadow: 0px 20px 12px #00000029;
    box-shadow: 0px 20px 12px #00000029;
  }

  .card-text-peak p {
    visibility: hidden;
    display: none;
  }

  .card-text-peak button {
    visibility: visible;
    display: block;
  }

  .flip-card-back {
    visibility: hidden;
    display: none;
  }

  /* .flip-card .mobile-button {
    pointer-events: all;
  } */
}

@media only screen and (max-width: 1450px) and (min-width: 1240px) {
  .cards-container {
    justify-content: center;
  }
}

.hamburger-placeholder,
.hamburger-icon {
  width: 27px;
}

.hamburger-icon {
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-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;
}

.hamburger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--gray);
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-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; */
}

.hamburger-icon span:nth-child(1) {
  top: 0px;
}

.hamburger-icon span:nth-child(2),
.hamburger-icon span:nth-child(3) {
  top: 9px;
}

.hamburger-icon span:nth-child(4) {
  top: 18px;
}

.hamburger-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.map-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map-section .map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: min(500px, 100%);
}

.map-section .address {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: min(500px, 100%);
}

@media only screen and (max-width: 1064px) {
  .map-section .address {
    margin-top: 32px;
  }
}

.linkedin-logo {
  display: inline-block;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 600px) {
  .linkedin-logo {
    display: inline-block;
    vertical-align: text-bottom;
    width: 24px;
    height: 24px;
  }
}

.contact-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
}

input,
textarea {
  background-color: var(--extra-light-gray);
  border-radius: 8px;
  font: normal normal 300 20px/40px Lato;
  line-height: 1.5625;
  color: #333333;
  padding: 8px 16px;
  border: none;
  margin-bottom: 32px;
}

@media only screen and (max-width: 600px) {

  input,
  textarea {
    font: normal normal 300 18px/40px Lato;
    line-height: 1.5625;
  }
}

.contact-form input[id="name"] {
  width: calc(40% - 32px);
  margin-right: 32px;
}

.contact-form input[id="email"] {
  width: 60%;
}

.contact-form input[id="subject"] {
  width: 100%;
}

.contact-form textarea[id="message"] {
  width: 100%;
  resize: none;
}

.contact-form .submit-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.form-success-message {
  padding-right: 16px;
}

@media only screen and (min-width: 800px) {
  .form-success-message {
    padding-left: 1.5em;
  }
}

@media only screen and (max-width: 750px) {
  .contact-form input[id="name"] {
    width: 100%;
    margin-right: 0px;
  }

  .contact-form input[id="email"] {
    width: 100%;
  }
}

.full-width-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.full-width-image.padded {
  padding: 64px 64px 0px;
}

@media only screen and (max-width: 800px) {
  .full-width-image.padded {
    padding: 16px 0px 0px;
  }

  .full-width-image.max {
    width: calc(100% + 48px);
  }
}

.products-page-cloud-partner-logo {
  width: 100%;
  max-width: 390px;
}

.raised-text-box {
  width: 100%;
  -webkit-box-shadow: 0px 30px 20px #00000029;
  box-shadow: 0px 30px 20px #00000029;
  border-radius: 8px;
  background-color: var(--white);
  padding: 32px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.raised-text-box p {
  margin: 0px;
}

.raised-text-box img {
  margin-right: 32px;
}

@media only screen and (max-width: 600px) {
  .raised-text-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .raised-text-box img {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

.three-text-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.three-text-sections>div {
  max-width: calc((1000px - 128px) / 3);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: min(calc((1000px - 64px) / 3), 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.three-text-sections.small>div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 600px) {
  .three-text-sections>div {
    max-width: 100%;
  }

  .three-text-sections.small>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.three-text-sections img {
  width: auto;
  height: 135px;
}

ol {
  list-style-position: inside;
  margin-left: 2em;
}

ol li>* {
  margin-left: 10px;
}

.client-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.client-logo-container {
  width: 190px;
  height: 90px;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .client-logo-container {
    width: 50%;
    height: auto;
  }
}

.center-in-body-404 {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 0px;
  min-height: calc(100vh - 240px - 16px);
  flex-wrap: wrap;
  width: 100%;
}

.suggested-links-404 {
  color: var(--blue);
  margin-right: 0.8em;
  margin-bottom: 0.5em;
}

.suggested-links-404-container * {
  display: inline-block;
  /* flex-wrap: wrap; */
}

.suggested-links-404-container p {
  font: normal normal 300 45px/65px Lato;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}

@media only screen and (max-width: 600px) {
  .suggested-links-404-container p {
    font: normal normal 300 37px/47px Lato;
  }
}

.text-container-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  /* max-width: 600px; */
  min-width: 550px;
}

.image-container-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.image-container-coming-soon img {
  width: 300px;
  height: auto;
  margin: 60px 0;
}

.image-container-404>img {
  max-width: 450px;
  aspect-ratio: calc(633 / 719‬);
}

@media only screen and (max-width: 1063px) {
  .text-container-404 {
    order: 2;
  }

  .image-container-404 {
    order: 1;
  }
}

@media only screen and (max-width: 650px) {
  .text-container-404 {
    min-width: auto;
  }

  .image-container-404 {
    min-width: auto;
    max-width: none;
    flex: 1;
  }

  .image-container-404>img {
    min-width: auto;
    max-width: none;
    width: calc(100vw - 64px);
  }
}

.proximity-desktop-background-container {
  position: absolute;
  width: min(100%, 1500px);
  overflow: hidden;
}

@media only screen and (max-width: 1080px) {
  .proximity-desktop-background-image {
    background-image: none;
  }
}

.badge-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.badge-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 250px;
  margin-top: 16px;
}

.badge-title {
  font: normal normal 300 25px/30px Lato;
}

@media only screen and (max-width: 1450px) and (min-width: 1110px) {
  .max-page-width {
    padding: 0px 124px;
  }

  .max-component-width {
    max-width: 1252px;
    width: 100%;
  }

  .menu-items-container {
    margin-right: 24px;
  }

  .menu-call-to-action-container {
    margin-right: 24px;
  }

  .menu-item,
  .info-item {
    margin-right: 6px;
  }

  .initial-section-container {
    margin-top: 12vh;
  }

  section {
    margin-bottom: 6vh;
  }

  .three-section>div {
    max-width: 236px;
  }

  .three-section img {
    height: 180px;
  }

  .about-section .content,
  .achieve-section .content {
    max-width: 420px;
  }

  .about-section .image,
  .achieve-section .image {
    max-width: 380px;
  }

  .info-items-container {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1450px) and (min-width: 600px) {
  .call-to-action {
    font: normal normal normal 18px/22px Lato !important;
  }

  .menu-item,
  .info-item {
    font: normal normal normal 18px/22px Lato;
  }

  .hide-on-tablet {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (max-width: 1100px) {

  .three-section .one,
  .three-section .two,
  .three-section .three {
    margin-top: 48px;
  }
}

.call-us-today-btn {
  margin: 20px 0
}

/* Home page */
.homepageHero__p {
  font: normal normal 300 23px/33px Lato;
}

.hoverNavMenu {
  display: block !important;
  position: absolute;
  top: 20px;
  }

.subNavList {
  display: none;
  background: white;
  padding: 10px 0;
  width: 400px;
  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

.subNavListCaseStudy {
  display: none;
  background: white;
  padding: 5px 0;
  width: 200px;
  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.subNavListCaseStudy li {
  padding: 0;
  border-radius: 10px;
  transition: background .25s;
}


.subNavList li {
  margin: 10px;
  padding: 0;
  border-radius: 10px;
  transition: background .25s;
}

.subNavList li:hover {
  background: var(--hover-gray);
}

.secondNavList{
  display: none;
}

.secondNavListActive{
  display: block;
  position: absolute;
  background: white;
  padding: 6px 0px;
  width: 300px;
  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  right:-150%;
  top:1px;
}


.mobileNavSub {
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 0 20px 0 48px !important;
  border: none !important;
  margin: 0;
}

.mobileNavSubCaseStudy {
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 20px 0 48px !important;
  border: none !important;
  margin: 0;
 }

 .mobileNavSubStudies {
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 0 20px 0 75px !important;
  border: none !important;
  margin: 0;
 }

.homepage-call-to-action {
  width: 150px;
  margin-bottom: 8px;
  white-space: nowrap;
}

.homepage-call-to-action-div {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1100px) {
  .homepage-call-to-action-div {
    flex-direction: row;
  }

  .homepage-call-to-action {
    width: 150px;
    margin: 0 10px 0 0;
  }
}

.productsSubMenuItemDiv {
  display: flex;
  height: 50px;
  align-items: center;
  margin: 10px;
  padding: 0 10px;
  border-radius: 10px;
}

.productsSubMenuItemDiv:hover {
  background-color: var(--hover-gray);
}

.productsSubMenuItemDiv>img {
  width: 25px !important;
  height: 25px !important;
  margin-right: 10px;
}

.proximitySubTitle {
  font-size: 14px;
}

.productsSubMenuItemProximity {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.productsSubMenuItemProviso {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.productsSubMenuItemDiv p {
  margin: 0 !important;
  line-height: 1 !important;
}

.comingSoon {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 36px !important;
}

.initial-section-title {
  font-size: 50px;
}

.servicesSubMenuItem {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1 !important;
}

.achieveSubMenuItem {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1 !important;
}

.orangeListDot {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: #FFB330;
  border-radius: 50%;
  margin-right: 15px;
}

.whiteListDot {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  margin-right: 15px;
}

.greenListDot {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: #66B246;
  border-radius: 50%;
  margin-right: 15px;
}

.redListDot {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: var(--proximity-red) ;
  border-radius: 50%;
  margin-right: 15px;
}

.flexList li {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.call-to-action-proximity {
  box-shadow: 9px 0px 17px #41404229;
  border: 7px solid #D1D3D4;
  border-radius: 20px;
  color: var(--proximity-red);
  font-size: 20px;
  font-weight: 500;
  width: 200px;
  padding: 10px;
}

.italic {
  font-style: italic;
}

.gray-background {
  background: var(--extra-light-gray);
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-inner-div {
  padding-top: 72px;
  padding-bottom: 72px;
}

.proximity-badge {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.proximity-badge img {
  width: 158px;
  height: 158px;
}

.proximityLogoImg {
  width: 250px;
}

.intro-head-text-proximity {
  font-size: 20px;
  line-height: 30px;
}

.proximity-heading {
  font-weight: 600;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.25;
}

.proximity-heading span {
  font-weight: 600;
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  line-height: 65px;
}

.proximity-description {
  font-size: 20px;
  color: #414042;
  font-weight: 400px;
}

.card-container {
  box-shadow: 0px 3px 6px #00000029;
  padding: 16px;
}

.proximity-h2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600 !important;
}

.proximity-h3 {
  font-size: 25px;
  line-height: 30px;

}

.center-text {
  text-align: center;
}

.card-padding {
  padding-left: 16px;
}

.proximity-flex-section>img {
  margin: auto;
}

@media only screen and (min-width: 1100px) {
  .proximity-flex-section {
    display: flex;
    align-items: center;
    position: relative;
  }

  .proximity-flex-section>div {
    min-width: 500px;
  }

  .proximity-flex-section>img {
    width: 60%;
    height: auto;
    margin-right: 60px;
    margin-left: -139px;
    
  }

  .flex-row {
    display: flex;
  }

  .grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .half-width {
    width: 50%;
  }

  .intro-head-text-proximity {
    font-size: 30px;
  }

  .proximity-heading {
    font-size: 25px;
    width: 450px;
  }

  .proximity-heading span {
    font-size: 60px;
  }

  .proximity-badge-li {
    padding: 40px;
    max-width: 500px;
  }

  .proximity-badge-li:nth-child(1),
  .proximity-badge-li:nth-child(2) {
    border-right: 1px solid #707070;
  }

  .proximity-grey-background {
    height: 700px;
    width: 205vh;
    border-radius: 0px 91px 91px 0px;
    background: var(--light-gray);
    position: absolute;
    left: -150vh;
    z-index: -2;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 0.5fr;
    gap: 10px 67px;
  }

  .grid img {
    align-self: center;
  }

  .card-container {
    padding: 30px;
  }

  .card-padding {
    padding-left: 30px;
  }
}







#container {
  max-width: 1920px;
  width: 100%;
  font: normal normal normal 20px/25px Lato;
  color: #707070;
  ;
  margin: auto;
}

/* Text */

.proviso-h1 {
  text-align: left;
  font: normal normal 600 60px Montserrat;
  font-family: 'Montserrat', sans-serif;
  color: #66B246;
  margin-bottom: 0;
}

.proviso-h2 {
  text-align: left;
  font: normal normal 600 30px/50px Montserrat;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
  color: #66B246;
  margin: 0;
  margin-top: 10px;
}

.proviso-h3 {
  height: auto;
  text-align: left;
  font: italic normal normal 25px/30px Lato;
  color: #414042;
  margin: 0px;
  padding-bottom: 10px;
}

#container p {
  text-align: left;
  font: normal normal normal 20px/25px Lato;
  letter-spacing: 0px;
  color: #707070;
  margin-top: 0px;
}



/* Elements */


/* Header */

#header {
  display: flex;
  flex-wrap: nowrap;
  margin: 32px auto auto auto;
  padding-bottom: 50px;
}

.headerText {
  height: auto;
  display: flex;
  flex-direction: column;
}

.headerText ul {
  margin-bottom: 20px;
}

.headerImg {
  width: auto;
  height: 500px;
  padding-left: 50px;
  /* UI Properties */
  opacity: 1;
  margin: auto;
}

.logo {
  /*padding-top: 100px;*/
  width: 400px;
  height: auto;
}


.proviso-cta-button {
  font: normal normal normal 20px/25px Lato;
  background-color: #66B246;
  /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  width: 200px;
}

.proviso-cta-button:hover {
  background-color: #375628;
}


.proximity-cta-button {
  font: normal normal normal 20px/25px Lato;
  background-color: var(--proximity-red);
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  width: 200px;
}

.proximity-cta-button:hover {
  background-color: #6b0d10;
}


/* Features */

#features {
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  width: 1400px;
  align-items: center;
}

.feature {
  display: flex;
  flex-direction: column;
  height: auto;
}

.phoneImg {
  width: 50%;
  padding-top: 30px;
  height: auto;
}

.extended h2 {
  font-style: italic;
  margin: 0;
}

.extended {
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px;
  margin-left: -30px;
}


/* Pipeda */
.pipeda {
  background: #66B246 0% 0% no-repeat padding-box;
  width: 100vw;
}

#pipeda {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  margin-top: 40px;

}

#pipeda img {
  width: 600px;
  height: auto;
}

.pipedaText {
  /* UI Properties */
  width: 70%;
}

.pipedaImg {
  /*height: 100% !important;*/
  /*object-fit: contain;*/
}


.pipedaText h2 {
  color: white;
  padding-top: 30px;
  margin: 0px;
}

.pipedaText h3 {
  color: white;
  margin: 0px;
}

.pipedaText p {
  color: white;
  padding-right: 50px;
}

/* Business */

#business {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 0.017fr 1fr;
  padding-bottom: 50px;
  padding-top: 50px;
  width: fit-content;
  margin: auto;
}

.divider {
  border-left: 2px solid #707070;
  height: 400px;
}

.businessContent img {
  height: 300px;
  width: auto;
  padding-top: 20px;
}


#empower {
  width: 100vw;
  background: #66B246;
}

.empower-inner-div {
  display: flex;
  margin: auto;
  justify-content: center;
}

.empowerContent {
  width: 60%;
  padding: 60px 0;
  color: white;
}

.empowerContent h2 {
  color: white;
}

.empowerContent h3 {
  color: white;
}

.empowerContent p {
  color: white;
}

.application {
  width: 100%;
  max-width: 650px !important;
  object-fit: contain;
}



/* Mobile version */
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  #container {
    max-width: max-content;
    width: 100%;
    font: normal normal normal 15px/25px Lato;
    color: #707070;
    margin: auto;
  }

  .proviso-h1 {
    font-size: 50px;
  }

  .proviso-h2 {
    font-size: 25px;
  }

  .proviso-h3 {
    font: italic normal normal 20px/25px Lato;
  }

  #container p {
    font: normal normal normal 15px/20px Lato;

  }

  .logo {
    width: 300px;
  }

  #header {
    margin-top: 50px;
    width: fit-content;
  }

  .headerText {
    padding-left: 80px;
  }

  #features {
    width: fit-content;
  }

  .phoneImg {
    padding-left: 80px;
    height: auto;
  }

  #pipeda {
    width: 100vw;
  }

  .pipedaText {
    /*width: 1000px;*/
    width: 100vw;
  }

  .pipedaText p {
    padding-right: 30px;
  }

  .pipedaText h2 {
    padding-top: 10px;
  }

  .pipedaImg {
    height: 20%;
    padding-left: 80px;
  }

  #business {
    display: grid;
    gap: 50px 50px;
    grid-template-columns: 450px 10px 450px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    justify-content: center;
  }

  #empower {
    width: 100%;
    background: #66B246;
  }

  .empower-inner-div {
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
  }

  .empowerContent {
    padding-top: 0px;
  }

  .application {
    padding-top: 20px;
    width: 100%;
  }


}

@media screen and (max-width: 999px) and (min-width: 600px) {
  #container {
    max-width: max-content;
    width: 100%;
    font: normal normal normal 15px/25px Lato;
    color: #707070;
    margin: auto;
  }

  .proviso-h1 {
    font-size: 50px;
  }

  .proviso-h2 {
    font-size: 25px;
  }

  .proviso-h3 {
    font: italic normal normal 20px/25px Lato;
  }

  .proviso-p {
    font: normal normal normal 15px/20px Lato;

  }

  .logo {
    padding-top: 30px;
    width: 300px;
  }

  #header {
    display: flex;
    width: fit-content;
  }

  .headerImg {
    padding-left: 0px;
    width: 50%;
    height: auto;
  }


  #features {
    width: fit-content;
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature {
    width: 90%;
  }

  #pipeda {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .pipedaImg {
    padding-left: 0px;
  }

  .pipedaText {
    padding-left: 20px;
    width: 432px;
    padding-bottom: 30px;
    justify-content: center;

  }

  .pipedaText p {
    padding-right: 30px;
  }

  .extended {
    margin-left: 0px;
  }

  #business {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    width: 90%;
    justify-content: center;
    gap: 30px 30px;
  }

  .divider {
    border-left: none;
    border-bottom: 2px solid #707070;
    width: 100%;
    height: 0px;
  }

  .empower-inner-div {
    flex-wrap: wrap-reverse;
  }

  .empowerContent {
    padding: 0px;
    width: 90%;
  }

  .application {
    padding-top: 20px;
    width: 100%;
  }

}

@media screen and (max-width: 600px) and (min-width: 100px) {
  #container {
    max-width: max-content;
    width: 100%;
    font: normal normal normal 15px/25px Lato;
    color: #707070;
    margin: auto;
  }

  .proviso-h1 {
    font-size: 50px;
  }

  .proviso-h2 {
    font-size: 25px;
  }

  .proviso-h3 {
    font: italic normal normal 20px/25px Lato;
  }

  #container p {
    font: normal normal normal 15px/25px Lato;

  }

  .logo {
    padding-top: 30px;
    width: 300px;
  }

  #header {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .headerImg {
    padding-left: 0px;
    width: 90%;
    height: auto;
  }

  .headerText {
    padding: 0px;
  }


  #features {
    width: fit-content;
    flex-wrap: wrap;
    justify-content: center;
  }

  .phoneImg {
    width: 60%;
    padding: 0px;
    height: auto;
  }

  #pipeda {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .pipedaImg {
    padding-left: 0px;
    height: auto;
    width: 100%;
  }

  .pipedaText {
    padding: 20px;
    width: 100%;
    justify-content: center;

  }

  .pipedaText p {
    padding: 0px;
  }

  .extended {
    margin-left: 0px;
  }

  #business {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    gap: 30px 30px;
  }

  .divider {
    border-left: none;
    border-bottom: 2px solid #707070;
    width: 100%;
    height: 0px;
  }

  .empower-inner-div {
    flex-wrap: wrap-reverse;
  }



  .empowerContent {
    padding: 0px;
    width: 100%;
  }

  .application {
    padding-top: 20px;
    width: 100%;
  }
}

.hidden {
  display: none;
}

/* FAQ CSS */

#container {
  min-height: fit-content;
  margin: 0 auto;
  padding-top: 50px;
}

#container p {
  text-align: left;
  font: normal normal normal 15px/25px Lato;
}

/* Header */

#header-links {
  height: 50px;
  width: 100%;
  background-color: #F1F1F1;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0px 3px 6px #00000029;
}

.links {
  margin: auto;
  display: flex;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;

}

/* Header End */


/* Titles */

.half-spacing.gray.normal {
  text-align: center;
  padding: 30px;
}

.title-hive {
  text-align: center;
  color: #FFB000;
  font-weight: bold;
  padding: 30px;
}

.proxy-title{
  text-align: center;
  color: #ED1C24;
  font-weight: bold;
  padding: 30px;
}

/* Titles End*/


/* FAQ Section */

#faq-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 20%;
}

.faq {
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.question {
  background-color: #F1F1F1;
  color: #4B4B4B;
  cursor: pointer;
  padding: 1px 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.4s;
}

.active,
.question:hover {
  background-color: #D9D8D8;
}

.question h3 {
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq .question h3:after {
  content: '\002B';
  color: #FFB000;
  font-weight: bolder;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}


.faq.active .question h3:after {
  content: '\2212';
  color: #FFB000;
  font-weight: bold;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

/* Proximity */

.question-proxy {
  background-color: #F1F1F1;
  color: #4B4B4B;
  cursor: pointer;
  padding: 1px 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.4s;
}

.active,
.question-proxy:hover {
  background-color: #D9D8D8;
}

.question-proxy h3 {
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq .question-proxy h3:after {
  content: '\002B';
  color: #ED1C24;
  font-weight: bolder;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.faq.active .question-proxy h3:after {
  content: '\2212';
  color: #ED1C24;
  font-weight: bold;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.answer-proxy {
  background: linear-gradient(0deg,#ed1c2323 9%, #ffffff54 100%);
  display: none;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.faq.active .answer-proxy {
  display: block;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

/* Proximity End */

.answer {
  background: linear-gradient(0deg, rgba(255, 176, 0, 0.105) 9%, rgba(252, 237, 33, 0.039) 100%);
  display: none;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.answer-text {
  margin: 10px 0;
  font-size: 15px;
  padding: 15px;
}

.faq.active .answer {
  display: block;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.search {
  cursor: pointer;
  height: 30px;
  padding-left: 10px;
  box-shadow: 5px 0px 10px 0px #D9D8D8;
  margin-bottom: 10px;
  border-radius: 5px;
  border: #D9D8D8 solid 1px;
}

input#search.search {
  padding: 20px;
}

/* FAQ End */


/* User Guide Section */

#user-guide-section {
  width: 85%;
}

#user-guide {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: auto;
}

.guide {
  padding-left: 5%;
  width: 100%;
}

.guide-ref-title{
  font-size: 25px;
  color: #FFB000;
  }

a.user-guide-links, .user-guide-links-proxy{
  color: #888888;
  text-decoration: none;
} 

.user-guide-links-proxy:hover{
  color: #ED1C24;
}


.proxy-guide-ref-title{
  font-size: 25px;
  color: #ED1C24;
  }

  .guide-pdf{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

/* User Guide End */



/* User Guide List */
ul.user-guide-topics {
  margin-left: 60px;
  list-style: circle;
  font-size: 15px;
}

.image-structure {
  margin: auto;
}

.topic-title {
  font-weight: 500;
}

a.user-guide-links:hover {
  color: #FFB000;
}

/* End User Guide List */

/* Navigation Buttons  */
.proxy-button-faq1, 
.proxy-button-faq2, 
.proxy-button-faq3,
.button-faq1,
.button-faq2,
.button-faq3 {
  border: none;
  color: white;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
}

.button-faq1 {
  background-color: #FFB000;
}

.button-faq1:hover {
  background-color: #ffd069;
}


.button-faq2 {
  background-color: #FCEE21;
  color: #4B4B4B;
}

.button-faq2:hover {
  background-color: #fff782;
}



.button-faq3 {
  background-color: #888888;
}

.button-faq3:hover {
  background-color: #9A9A9A;
}

/* Proximity Buttons */

.proxy-button-faq1 {
  background-color: #ED1C24;
}

.proxy-button-faq1:hover {
  background-color: #fc4e55;
}


.proxy-button-faq2 {
  background-color: #8B1811;
  color: white  ;
}

.proxy-button-faq2:hover {
  background-color: #b82b23;
}



.proxy-button-faq3 {
  background-color: #888888;
}

.proxy-button-faq3:hover {
  background-color: #9A9A9A;
}


/* End Navigation Buttons */

@media screen and (max-width: 500px) and (min-width: 100px) {

  #user-guide {
    display: flex;
    flex-wrap: wrap;
  }

  .guide {
    padding-top: 50px;
  }

  iframe {
    height: 80%;

  }

  #user-guide {
    display: flex;
    margin: auto;
    flex-direction: column;
  }

  .guide {
      padding-left: 0%;
  }

}


/* Case studies */

.content-section {
  display: flex;
  width: 100%;
  margin-top: 20px;
}


.title-two-column {
  padding-bottom: 15px;
}

.two-column {
  width: 50%;
  padding: 10px 50px;
  flex-wrap: wrap;
}

.two-column-2 {
  width: 50%;
  flex-wrap: wrap;
  padding-right: 40px;
}

h1.half-spacing.gray.normal {
  text-align: left;
  padding: 0px;
  font-size: 50px;
}

h1.half-spacing.yellow.normal {
  padding-bottom: 10px;
  font-size: 50px;
}

.logo-stem {
  width: 300px;
  height: auto;
}


.logo-bee-clean {
  width: 300px;
  height: auto;
}

h4.two-column {
  padding-bottom: 10px;
}


.content-section-color-yellow{
  display: flex;
  width: 100%;
  background: #fdb71a17;
  padding: 20px 0px;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 700px) and (min-width: 200px) {
  .content-section {
      flex-direction: column;
  }

  .two-column {
      width: auto;
      align-items: center;
      padding: 10px;
  }
}

/* Home Button Demo Link DropDown */

.droplinkbtn{
  font-family:'Montserrat', sans-serif !important;
  width: 200px;
  background-color: #FDB71A;

}

.dropdownLink {
  position: relative;
  display: inline-block;
  }

.dropdownLink hr{
  border: 1px solid #FC9A12;
}  

.dropdownlink-content {
  display: none;
  position: absolute;
  background-color: #FDB71A;
  min-width: 200px;
  overflow: auto;
  font-size: 18px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 8px !important;
}

.dropdownlink-content a {
  font-family:'Montserrat', sans-serif !important;
  color: white;
  padding:5px 20px;
  text-decoration: none;
  display: block;
}

.dropdownLink a:hover {background-color: #FC9A12;}

.show {display: block;}
