/* Light: 400, Bold: 700 */
/* Book: 400, Regular: 400, Semibold: 600, Bold: 800 */
/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem;
}

p {
  margin-bottom: 1rem;
}

h1 {
  font: normal 900 76px/1.25 "obvia-expanded", sans-serif;
  color: #00213B;
}

h2 {
  font: normal 900 48px/1.25 "obvia-expanded", sans-serif;
  color: #00213B;
}

h3 {
  font: normal 900 28px/1.25 "obvia-expanded", sans-serif;
  color: #00213B;
}

h4 {
  font: normal 600 24px/1.25 "obvia-expanded", sans-serif;
  color: #00213B;
}

h5 {
  font: normal 600 20px/1.25 "obvia-narrow", sans-serif;
  color: #00213B;
}

h6 {
  font: normal 600 18px/1.25 "obvia-narrow", sans-serif;
  color: #00213B;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 415px) {
  h1 {
    font-size: 34px;
  }
}
.button {
  border-radius: 20px 0;
  display: inline-flex;
  padding: 12px 32px 10px 32px;
  font-weight: 600;
  text-align: center;
}
.button--primary {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  color: #00213B;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  min-width: 200px;
}
.button--primary:hover {
  border: 1px solid #8DC63F;
  color: #8DC63F;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
}
.button--secondary {
  background-color: #00213B;
  justify-content: center;
  align-items: center;
  color: #8DC63F;
  border: 1px solid #00213B;
  transition: all 0.3s ease;
  min-width: 200px;
}
.button--secondary:hover {
  border: 1px solid #8DC63F;
  color: #00213B;
  text-decoration: none;
  background: #8DC63F;
  transition: all 0.3s ease;
}
.button--tertiary {
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: #00213B;
  border: 1px solid #00213B;
  transition: all 0.3s ease;
  min-width: 200px;
}
.button--tertiary:hover {
  border: 1px solid #8DC63F;
  background-color: #8DC63F;
  color: #00213B;
  text-decoration: none;
  transition: all 0.3s ease;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "obvia-narrow", sans-serif;
  display: block !important;
  padding: 16px !important;
  width: 100% !important;
  border: none;
  margin-top: 15px !important;
}
.gform_wrapper textarea::placeholder,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder {
  color: #B2B2B2;
  font-weight: 600;
  font-size: 16px;
}
.gform_wrapper textarea:active, .gform_wrapper textarea:focus,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):active,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  border: none;
  outline: none;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 2rem !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 24px;
  background: #00213B;
  color: #8DC63F;
  font-weight: 600;
  font-family: "obvia-narrow", sans-serif;
  border: 1px solid #00213B;
  outline: none;
  -webkit-appearance: none !important;
  transition: all 0.3s ease;
  font-size: 16px;
}
.gform_wrapper .button:hover {
  background: #8DC63F;
  color: #00213B;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "obvia-narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #00213B !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
  .gform_wrapper textarea,
  .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 14px !important;
    margin-top: 6px !important;
  }
}
.site-container {
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 1650px) {
  .site-container {
    max-width: 1440px;
  }
}
@media (max-width: 1260px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.site-section {
  padding: 3.25rem 0;
}
.site-section.first-block-padding {
  padding-top: 6.5rem;
}
.site-section.last-block-padding {
  padding-bottom: 6.5rem;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 1.75rem;
}
.site-section.light-bottom-padding {
  padding-bottom: 1.75rem;
}
.site-section.extra-top-padding {
  padding-top: 4.5rem;
}
.site-section.extra-bottom-padding {
  padding-bottom: 4.5rem;
}
@media (max-width: 1024px) {
  .site-section {
    padding: 2rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 4.25rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 4.25rem;
  }
  .site-section.light-top-padding {
    padding-top: 1.25rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
  .site-section.extra-top-padding {
    padding-top: 3.25rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 3.25rem;
  }
}
@media (max-width: 768px) {
  .site-section {
    padding: 1.75rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 2.75rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 3rem;
  }
  .site-section.light-top-padding {
    padding-top: 1.25rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
  .site-section.extra-top-padding {
    padding-top: 2.75rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 2.75rem;
  }
}
@media (max-width: 480px) {
  .site-section {
    padding: 1.25rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 2.5rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 3rem;
  }
  .site-section.light-top-padding {
    padding-top: 0.75rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.75rem;
  }
  .site-section.extra-top-padding {
    padding-top: 2.25rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 2.25rem;
  }
}

.page-hero {
  padding-bottom: 6.5rem;
  position: relative;
}
.page-hero::after {
  content: "";
  position: absolute;
  background-color: #00213B;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.page-hero h1, .page-hero h2 {
  color: #fff;
  margin-bottom: 2rem;
  padding: 0 32px 56px 100px;
  margin-bottom: 0;
  position: relative;
}
.page-hero__image {
  background-image: var(--bg-img-url);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 72px 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 77vh;
}
.page-hero__image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 72px 0;
  background: linear-gradient(180deg, rgba(0, 33, 59, 0.2) 13.87%, rgba(0, 33, 59, 0.64) 100%);
}
@media (max-width: 1024px) {
  .page-hero {
    padding-bottom: 5rem;
  }
  .page-hero h1, .page-hero h2 {
    padding: 2.5rem 4.5rem;
  }
}
@media (max-width: 768px) {
  .page-hero {
    padding-bottom: 4rem;
  }
  .page-hero__image {
    height: 65vh;
  }
  .page-hero h1, .page-hero h2 {
    padding: 2rem;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .page-hero {
    padding-bottom: 2.5rem;
  }
  .page-hero__image {
    height: 60vh;
  }
  .page-hero h1, .page-hero h2 {
    padding: 1.5rem;
  }
}

.header {
  transition: all 0.3s ease;
  position: relative;
}
.header::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/pattern.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 485px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: soft-light;
}
.header::after {
  content: "";
  position: absolute;
  background-color: #00213B;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 3.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1650px) {
  .header__inner {
    max-width: 1440px;
    transition: all 0.3s ease;
  }
}
.header__logo {
  max-width: 175px;
  margin-left: 0.5rem;
}
.header__nav {
  width: 100%;
}
.header__nav .menu {
  display: flex;
  justify-content: flex-end;
  column-gap: 72px;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.header__nav .menu li a {
  color: #8DC63F;
  transition: all 0.3s ease;
}
.header__nav .menu li a:hover {
  color: #fff;
  transition: all 0.3s ease;
}
.header__nav .menu li .caret-wrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.header__nav .menu li .caret-wrapper svg {
  transition: all 0.3s ease;
}
.header__nav .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 20px;
  min-width: 155px;
  list-style: none;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  border-radius: 20px 0;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(36px);
  z-index: 2;
}
.header__nav .menu li .sub-menu li {
  padding-bottom: 1.5rem;
}
.header__nav .menu li .sub-menu li:last-of-type {
  padding-bottom: 0;
}
.header__nav .menu li .sub-menu li a {
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
}
.header__nav .menu li .sub-menu li a:hover {
  color: #8DC63F;
}
.header__nav .menu li:hover a {
  text-decoration: none;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper {
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper svg path {
  fill: #fff;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover > a {
  color: #fff;
  pointer-events: none;
}
.header__nav .menu li.active .caret-wrapper {
  transition: all 0.4s ease;
}
.header__nav .menu li.active .caret-wrapper svg path {
  fill: #fff;
  transition: all 0.4s ease;
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 15px;
  margin: 5px 0;
  transition: all 0.2s ease;
}
@media (max-width: 1260px) {
  .header__inner {
    padding: 3rem 1rem 3.5rem;
  }
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__inner {
    padding: 2rem 1rem 2.5rem;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.2s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header__logo {
    position: relative;
    z-index: 2;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #00213B;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
    z-index: 1;
  }
  .header__nav .menu {
    padding: 150px 0 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 20px;
    display: block;
  }
  .header__nav .menu li a {
    min-width: 125px;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .header__nav .menu li a:hover {
    color: aquamarine;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    display: none;
    top: 0;
    padding: 12px 0 12px 25px;
    max-width: 25%;
    margin: 0 0 0 0.5rem;
    border: none;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li .caret-wrapper {
    transform: translateY(5px);
  }
  .header__nav .menu li:hover .sub-menu {
    display: none;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 480px) {
  .header__nav .menu li .sub-menu {
    max-width: 38%;
  }
  .header__nav .menu li .sub-menu li {
    padding-bottom: 1rem;
  }
  .header__nav .menu li .sub-menu li a {
    line-height: 1.25;
  }
}

.footer {
  padding: 3.5rem 0 5rem;
  color: #fff;
  background-color: #00213B;
}
.footer a {
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
}
.footer a:hover {
  text-decoration: none;
  color: #8DC63F;
  transition: all 0.3s ease;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 7.5rem;
}
.footer__container h6 {
  margin-bottom: 2rem;
  font-family: "obvia-expanded", sans-serif;
  color: #fff;
}
.footer .contact-info__logo {
  margin-bottom: 2rem;
}
.footer .contact-info__logo img {
  max-width: 250px;
}
.footer .contact-info__address {
  margin-bottom: 0.5rem;
}
.footer .contact-info__address p {
  margin: 0;
}
.footer .contact-info__phone {
  margin-bottom: 0.5rem;
}
.footer .locations__container,
.footer .resources__container {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.footer .locations a,
.footer .resources a {
  text-transform: capitalize;
}
.footer .social {
  display: flex;
  column-gap: 1.5rem;
  list-style: none;
  margin: 0;
}
.footer .social li {
  list-style: none;
}
.footer .social li:hover svg {
  fill: #8DC63F;
  transition: all 0.3s ease;
}
.footer .social svg {
  max-width: 25px;
  width: 100%;
  height: auto;
  fill: #fff;
  transition: all 0.3s ease;
}
.footer .social__YouTube:hover path {
  fill: #8DC63F !important;
  transition: all 0.3s ease;
}
.footer .social__YouTube path {
  fill: #fff !important;
}
.footer .social__LinkedIn:hover rect {
  fill: #8DC63F;
  transition: all 0.3s ease;
}
.footer .social__LinkedIn svg path {
  fill: #00213B;
  transition: all 0.3s ease;
}
.footer .social__LinkedIn svg rect {
  fill: #fff;
  transition: all 0.3s ease;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  column-gap: 3rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.footer .copyright {
  font-size: 18px;
}
.footer .terms-privacy {
  display: flex;
  column-gap: 1rem;
}
@media (max-width: 1024px) {
  .footer__container {
    column-gap: 3rem;
  }
}
@media (max-width: 815px) {
  .footer__container {
    flex-wrap: wrap;
  }
  .footer .contact-info {
    width: 100%;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .footer .locations,
  .footer .resources {
    width: calc(50% - 1.5rem);
    order: 2;
    text-align: center;
  }
  .footer .connect {
    width: 100%;
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 3rem 0;
  }
  .footer__container {
    row-gap: 2rem;
  }
  .footer__container h6 {
    margin-bottom: 1rem;
  }
  .footer .locations,
  .footer .resources {
    width: 100%;
  }
  .footer .connect,
  .footer .contact-info {
    margin: 0;
  }
  .footer__bottom {
    text-align: center;
    justify-content: center;
  }
}

.blog-post__hero-image {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.blog-post__hero-image h2 {
  padding-bottom: 2rem;
}
.blog-post__post-info {
  display: flex;
  padding: 0 32px 56px 100px;
  position: relative;
  z-index: 2;
  column-gap: 1.5rem;
  align-items: center;
}
.blog-post__post-info img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
  object-position: 50% 10%;
  border: 2px solid #fff;
}
.blog-post__post-info .info {
  color: #fff;
  font-weight: 600;
}
.blog-post__post-info .info__name {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.blog-post__post-info .info__date {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .blog-post__post-info {
    padding: 0 32px 32px;
  }
}
@media (max-width: 1024px) {
  .blog-post__hero-image {
    height: auto;
  }
}

.project-detail {
  overflow: hidden;
}
.project-detail__main {
  position: relative;
}
.project-detail__main::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/grid_background.svg");
  background-position: 0% top;
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -7;
  opacity: 1;
  background-color: #E6E9EB;
}
.project-detail__images {
  padding: 6.5rem 0;
}
.project-detail__images__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
}
.project-detail__images__heading h2 {
  margin-bottom: 0;
}
.project-detail__images__heading .projects-nav {
  background-color: #00213B;
  border-radius: 50px;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem;
  margin-bottom: 3rem;
}
.project-detail__images__heading .projects-nav__prev, .project-detail__images__heading .projects-nav__next {
  width: 55px;
  height: 55px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-detail__images__heading .projects-nav__prev:hover svg path, .project-detail__images__heading .projects-nav__next:hover svg path {
  stroke: #8DC63F;
  transition: all 0.3s ease;
}
.project-detail__gallery .slick-slide {
  height: inherit !important;
}
.project-detail__gallery .slick-track {
  display: flex !important;
}
.project-detail__gallery .slick-list {
  overflow: visible;
}
.project-detail__gallery .lightbox-item {
  height: 330px;
  width: 100%;
  margin-right: 2rem;
  transition: all 0.3s ease;
  background-color: #00213B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2rem 0;
  box-shadow: 0 4px 20px 0 rgba(0, 33, 59, 0.16);
  position: relative;
  overflow: hidden;
}
.project-detail__content {
  display: flex;
  column-gap: 9rem;
  padding-bottom: 3.5rem;
}
.project-detail__content .content {
  width: 55%;
}
.project-detail__content .content h2 {
  margin-bottom: 1.5rem;
}
.project-detail__content .content a:not(.button) {
  font-weight: 700;
  color: #00213B;
  transition: all 0.3s ease;
}
.project-detail__content .content a:not(.button):hover {
  text-decoration: none;
  color: #8DC63F;
  transition: all 0.3s ease;
}
.project-detail__content .content .posts-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}
.project-detail__content .stats {
  width: 40%;
}
.project-detail__content .stats h3 {
  font-weight: 600;
  position: relative;
}
.project-detail__content .stats h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #00213B;
  bottom: -50%;
  left: 0;
}
.project-detail__content .stats__container {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
.project-detail__content .stats .stat {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.project-detail__content .stats .stat h5 {
  margin-bottom: 0;
}
.project-detail__related-projects {
  padding: 7rem 0;
}
.project-detail__related-projects__heading {
  color: #fff;
  margin-bottom: 3.5rem;
  position: relative;
  display: flex;
  column-gap: 1rem;
}
.project-detail__related-projects__heading h2 {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  max-width: 100%;
}
.project-detail__related-projects__heading .after {
  position: relative;
  flex-grow: 1;
}
.project-detail__related-projects__heading .after::after {
  content: "";
  position: absolute;
  background-color: #00213B;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s ease;
}
.project-detail__related-projects__heading .before {
  position: relative;
  flex-grow: 1;
}
.project-detail__related-projects__heading .before::before {
  content: "";
  position: absolute;
  background-color: #00213B;
  width: 100%;
  height: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s ease;
}
.project-detail__related-projects__container {
  display: flex;
  column-gap: 2rem;
}
.project-detail__related-projects .related-post {
  height: 330px;
  width: calc(33% - 1rem);
  transition: all 0.3s ease;
  background-color: #00213B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2rem 0;
  box-shadow: 0 4px 20px 0 rgba(0, 33, 59, 0.16);
  position: relative;
  overflow: hidden;
  display: flex;
}
.project-detail__related-projects .related-post h5 {
  color: #fff;
}
.project-detail__related-projects .related-post .button-wrapper {
  background-color: #fff;
  padding: 0.25rem;
  border-radius: 8px 0;
  display: inline-flex;
  transition: all 0.3s ease;
}
.project-detail__related-projects .related-post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: lightgray;
  opacity: 0.25;
}
.project-detail__related-projects .related-post--default {
  background-size: 75%;
}
.project-detail__related-projects .related-post--default::after {
  display: none;
}
.project-detail__related-projects .related-post__title {
  background-color: #00213b;
  padding: 1rem;
  border-radius: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  transition: all 0.3s ease;
}
.project-detail__related-projects .related-post__title h5 {
  margin-bottom: 0;
}
.project-detail__related-projects .related-post__category {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.25rem 1.25rem;
  color: #fff;
  background-color: #00213B;
  border-radius: 20px 0;
  z-index: 2;
}
.project-detail__related-projects .related-post:hover .button-wrapper {
  background-color: #8DC63F;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .project-detail__images {
    padding: 4.5rem 0;
  }
  .project-detail__content {
    flex-direction: column;
    padding-bottom: 1rem;
    row-gap: 2.5rem;
  }
  .project-detail__content .content {
    width: 100%;
  }
  .project-detail__content .stats {
    width: 100%;
  }
  .project-detail__related-projects {
    padding: 2rem 0;
  }
  .project-detail__related-projects__heading {
    margin-bottom: 2rem;
  }
  .project-detail__related-projects__container {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  .project-detail__related-projects__container .related-post {
    width: calc(50% - 1rem);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .project-detail__gallery .slick-list {
    overflow: hidden;
  }
  .project-detail__gallery .lightbox-item {
    margin-right: 0.75rem;
  }
  .project-detail__images {
    padding: 2rem 0;
  }
  .project-detail__images__heading {
    flex-direction: column;
    text-align: center;
    padding-bottom: 2rem;
  }
  .project-detail__images__heading .projects-nav {
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
  }
  .project-detail__content {
    row-gap: 2rem;
  }
  .project-detail__content .content .posts-nav {
    margin-top: 2rem;
    justify-content: center;
    column-gap: 2rem;
  }
  .project-detail__content .stats__container {
    margin-top: 0;
  }
  .project-detail__related-projects {
    padding-top: 1rem;
  }
  .project-detail__related-projects__heading {
    margin-bottom: 1rem;
  }
  .project-detail__related-projects__container .related-post {
    width: 100%;
  }
}

.category-page__after-hero {
  position: relative;
  color: #fff;
}
.category-page__after-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00213B;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.category-page__after-hero__heading {
  color: #fff;
  margin-bottom: 3.5rem;
  position: relative;
  display: flex;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
}
.category-page__after-hero__heading h2 {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  max-width: 100%;
}
.category-page__after-hero__heading .after {
  position: relative;
  flex-grow: 1;
}
.category-page__after-hero__heading .after::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s ease;
}
.category-page__after-hero__heading .before {
  position: relative;
  flex-grow: 1;
}
.category-page__after-hero__heading .before::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s ease;
}
.category-page__after-hero__heading h2 {
  color: #fff;
}
.category-page__after-hero__text {
  max-width: 800px;
  margin: 0 auto;
}
.category-page__after-hero__container {
  padding-bottom: 4rem;
}
.category-page__container {
  padding: 6rem 0 8rem;
}
.category-page__wrapper {
  display: flex;
}
.category-page__wrapper--2 {
  column-gap: 2rem;
}
.category-page__wrapper--2 a.project-card {
  width: 33%;
}
.category-page__wrapper--2 a.project-card:first-of-type {
  width: 66%;
}
.category-page__wrapper .project-card {
  width: 385px;
  height: 395px;
}
.category-page__grid {
  display: grid;
  grid-auto-rows: 395px;
  grid-auto-columns: 1fr;
  grid-gap: 2rem;
}
.category-page__grid a:nth-child(4n+1) {
  grid-column: span 2;
}
.category-page__grid a:nth-child(4n+4) {
  grid-column: 2/span 2;
}
.category-page__grid .project-card {
  width: 100%;
}
.category-page .project-card {
  transition: all 0.3s ease;
  background-color: #00213B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2rem 0;
  box-shadow: 0 4px 20px 0 rgba(0, 33, 59, 0.16);
  position: relative;
  overflow: hidden;
  display: flex;
}
.category-page .project-card:hover .project-card__title,
.category-page .project-card:hover .project-card__cat {
  transition: all 0.3s ease;
  color: #8DC63F;
}
.category-page .project-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: lightgray;
  opacity: 0.25;
}
.category-page .project-card__label {
  background-color: #00213B;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 1.5rem;
}
.category-page .project-card__title {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.category-page .project-card__cat {
  color: #fff;
}
@media (max-width: 1024px) {
  .category-page__after-hero__container {
    padding-bottom: 1.5rem;
  }
  .category-page__container {
    padding: 3rem 0;
  }
  .category-page__grid {
    grid-auto-rows: 325px;
  }
}
@media (max-width: 768px) {
  .category-page__after-hero__container {
    padding-bottom: 1.5rem;
  }
  .category-page__container {
    padding: 2rem 0;
  }
  .category-page__wrapper--2 a.project-card {
    width: 50%;
  }
  .category-page__wrapper--2 a.project-card:first-of-type {
    width: 50%;
  }
  .category-page__grid {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  .category-page__grid .project-card {
    width: calc(50% - 0.5rem);
    height: 285px;
  }
}
@media (max-width: 480px) {
  .category-page__grid .project-card {
    width: 100%;
  }
  .category-page__wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  .category-page__wrapper--2 a.project-card {
    width: 100%;
  }
  .category-page__wrapper .project-card {
    width: 100% !important;
  }
}

.error404 {
  position: relative;
  text-align: center;
}
.error404__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45vh;
}
.error404 h1,
.error404 p {
  color: #fff;
}
.error404::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00213B;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid #E6E9EB;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
.homepage {
  overflow: hidden;
  position: relative;
}
.homepage::after {
  content: "";
  position: absolute;
  background-color: #00213B;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.homepage .hero-section {
  position: relative;
}
.homepage .hero-section::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/after-hero-bg.svg");
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -9;
  opacity: 0.25;
  mix-blend-mode: soft-light;
}
.homepage .hero-section__bg-image {
  position: relative;
  height: 87vh;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
  z-index: 0;
}
@media (min-width: 1650px) {
  .homepage .hero-section__bg-image {
    max-width: 1440px;
    transition: all 0.3s ease;
  }
}
.homepage .hero-section__bg-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(0, 33, 59, 0.23) 13.87%, rgba(0, 33, 59, 0.72) 100%);
  border-radius: 72px 0;
}
.homepage .hero-section__bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  border-radius: 72px 0;
}
.homepage .hero-section__content {
  position: absolute;
  bottom: 4.5rem;
  left: 6rem;
}
.homepage .hero-section__content h1 {
  color: #fff;
  max-width: 525px;
}
.homepage .hero-section__content__button {
  margin-top: 2rem;
}
.homepage .hero-section .learn-more {
  position: absolute;
  bottom: 2.5rem;
  right: 4.5rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.homepage .hero-section .learn-more button {
  border: none;
  outline: none;
  background: none;
}
.homepage .hero-section .learn-more p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.homepage .hero-section .learn-more svg path {
  transition: all 0.3s ease;
}
.homepage .hero-section .learn-more svg:hover path {
  stroke: #8DC63F;
  transition: all 0.3s ease;
}
.homepage .after-hero-section {
  padding: 8rem 0 7rem;
  position: relative;
}
.homepage .after-hero-section__container {
  display: flex;
  justify-content: space-between;
  column-gap: 5.5rem;
}
.homepage .after-hero-section__container .content {
  width: 50%;
}
.homepage .after-hero-section__container .content__heading {
  max-width: 515px;
  margin-bottom: 1.5rem;
}
.homepage .after-hero-section__container .content__heading h2 {
  color: #fff;
}
.homepage .after-hero-section__container .content__content {
  max-width: 585px;
}
.homepage .after-hero-section__container .content__content p {
  color: #fff;
}
.homepage .after-hero-section__container .stats {
  width: 50%;
  color: #8DC63F;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage .after-hero-section__container .stats .slick-slide {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #8DC63F;
  border-radius: 32px 0;
  padding: 3.5rem;
}
.homepage .after-hero-section__container .stats .stat {
  text-align: center;
}
.homepage .after-hero-section__container .stats .stat h1,
.homepage .after-hero-section__container .stats .stat h4 {
  color: #8DC63F;
}
.homepage .featured-projects {
  padding: 6.5rem 0;
}
.homepage .featured-projects__heading {
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage .featured-projects__heading .projects-nav {
  background-color: #00213B;
  border-radius: 50px;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem;
}
.homepage .featured-projects__heading .projects-nav__prev, .homepage .featured-projects__heading .projects-nav__next {
  width: 55px;
  height: 55px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.homepage .featured-projects__heading .projects-nav__prev:hover svg path, .homepage .featured-projects__heading .projects-nav__next:hover svg path {
  stroke: #8DC63F;
  transition: all 0.3s ease;
}
.homepage .featured-projects .slick-slide {
  height: inherit !important;
}
.homepage .featured-projects .slick-track {
  display: flex !important;
}
.homepage .featured-projects .slick-list {
  overflow: visible;
}
.homepage .featured-projects .featured-post {
  height: 330px;
  width: 100%;
  margin-right: 2rem;
  transition: all 0.3s ease;
  background-color: #00213B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2rem 0;
  box-shadow: 0 4px 20px 0 rgba(0, 33, 59, 0.16);
  position: relative;
  overflow: hidden;
}
.homepage .featured-projects .featured-post h5 {
  color: #fff;
}
.homepage .featured-projects .featured-post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: lightgray;
  opacity: 0.25;
}
.homepage .featured-projects .featured-post--default {
  background-size: 75%;
}
.homepage .featured-projects .featured-post--default::after {
  display: none;
}
.homepage .featured-projects .featured-post__title {
  background-color: rgba(0, 33, 59, 0.5);
  padding: 1rem;
  border-radius: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  transition: all 0.3s ease;
  transform: translateY(100%);
}
.homepage .featured-projects .featured-post__title h5 {
  margin-bottom: 0.25rem;
}
.homepage .featured-projects .featured-post__title .label {
  color: #fff;
}
.homepage .featured-projects .featured-post__title .label__button {
  background-color: #8DC63F;
  padding: 0.25rem;
  border-radius: 8px 0;
  display: inline-flex;
}
.homepage .featured-projects .featured-post:hover .featured-post__title {
  background-color: #00213b;
  transition: all 0.3s ease;
  transform: translateY(0%);
}
.homepage .featured-projects .featured-post:hover .featured-post__button {
  background-color: #8DC63F;
  transition: all 0.3s ease;
}
.homepage .blue-section {
  position: relative;
}
.homepage .blue-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #00213B;
  border-radius: 72px 0;
}
.homepage .blue-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background-color: #E6E9EB;
}
.homepage .icons-section {
  padding: 6.5rem 0;
  position: relative;
}
.homepage .icons-section .el {
  position: relative;
}
.homepage .icons-section .el::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  bottom: -3rem;
  right: 0;
  z-index: 0;
  transition: all 0.3s ease;
}
.homepage .icons-section::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/logos/e_icon.svg");
  top: 0;
  right: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
  width: 100%;
  height: 100%;
  transform: translate(-50px, 50px);
  opacity: 0.6;
}
.homepage .icons-section__heading {
  color: #fff;
  margin-bottom: 3.5rem;
  position: relative;
  display: flex;
  column-gap: 1rem;
}
.homepage .icons-section__heading h2 {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  max-width: 100%;
}
.homepage .icons-section__heading .after {
  position: relative;
  flex-grow: 1;
}
.homepage .icons-section__heading .after::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s ease;
}
.homepage .icons-section__heading .before {
  position: relative;
  flex-grow: 1;
}
.homepage .icons-section__heading .before::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s ease;
}
.homepage .icons-section__heading h2 {
  color: #fff;
}
.homepage .icons-section__container h3 {
  color: #8DC63F;
}
.homepage .icons-section__icons {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  column-gap: 2rem;
}
.homepage .icons-section__icons > div {
  position: relative;
}
.homepage .icons-section__icons > div:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 90%;
  top: 50%;
  right: 0;
  transform: translate(1rem, -50%);
}
.homepage .icons-section__icons .icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  font-size: 18px;
  font-family: "obvia-expanded", sans-serif;
  color: #fff;
  width: 100%;
  flex-grow: 1;
  padding: 1.5rem 0;
}
.homepage .icons-section__icons .icon-item .label {
  max-width: 165px;
}
.homepage .people-section {
  padding: 2.5rem 0 6.5rem;
}
.homepage .people-section__heading h3 {
  color: #8DC63F;
}
.homepage .people-section__overlapping-sections {
  margin-top: 3.5rem;
}
.homepage .people-section .section-wrapper {
  position: relative;
}
.homepage .people-section .section-wrapper .number {
  font-size: 96px;
  color: #8DC63F;
  font-family: "obvia-expanded", sans-serif;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  font-weight: 900;
}
.homepage .people-section .overlapping-section {
  border: 2px solid #8DC63F;
  padding: 4rem;
  display: flex;
  column-gap: 7.5rem;
  border-radius: 72px 0;
  background-color: #00213B;
  margin-bottom: 1rem;
  height: 85vh;
  overflow: hidden;
  position: relative;
}
.homepage .people-section .overlapping-section::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/after-hero-bg.svg");
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -9;
  opacity: 0.8;
  mix-blend-mode: soft-light;
}
.homepage .people-section .overlapping-section__content {
  width: 50%;
  color: #fff;
  max-width: 405px;
}
.homepage .people-section .overlapping-section__content h4 {
  margin-bottom: 1rem;
  color: #fff;
}
.homepage .people-section .overlapping-section__content p {
  margin-bottom: 2rem;
}
.homepage .people-section .overlapping-section__images {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.homepage .people-section .overlapping-section__images .image img {
  height: 100%;
  width: 100%;
  border-radius: 32px 0;
  object-fit: cover;
}
.homepage .people-section .overlapping-section__images .image1 {
  grid-area: 1/1/4/3;
}
.homepage .people-section .overlapping-section__images .image2 {
  grid-area: 4/1/7/3;
}
.homepage .people-section .overlapping-section__images .image3 {
  grid-area: 1/3/3/5;
}
.homepage .people-section .overlapping-section__images .image4 {
  grid-area: 3/3/5/5;
}
.homepage .people-section .overlapping-section__images .image5 {
  grid-area: 5/3/7/5;
}
.homepage .people-section .overlapping-section .number {
  font-size: 96px;
  color: #8DC63F;
  font-family: "obvia-expanded", sans-serif;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  font-weight: 900;
}
.homepage .grid-layout-section {
  position: relative;
}
.homepage .grid-layout-section::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/grid_background.svg");
  background-position: 0% top;
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -7;
  opacity: 1;
  background-color: #E6E9EB;
}
.homepage .featured-posts {
  padding: 6.5rem 0;
}
.homepage .featured-posts__content h2 {
  color: #00213B;
  margin-bottom: 1rem;
}
.homepage .featured-posts__content h6 {
  font-family: "obvia-expanded", sans-serif;
}
.homepage .featured-posts__container {
  display: flex;
  column-gap: 2rem;
  row-gap: 2rem;
  justify-content: space-between;
  margin-top: 3.5rem;
}
.homepage .featured-posts__container .featured-blog-post {
  height: 380px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: #00213B;
  border-radius: 2rem 0;
  box-shadow: 0 4px 20px 0 rgba(0, 33, 59, 0.16);
  position: relative;
  overflow: hidden;
}
.homepage .featured-posts__container .featured-blog-post__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.homepage .featured-posts__container .featured-blog-post__image img {
  width: 100%;
  border-radius: 2rem 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.homepage .featured-posts__container .featured-blog-post__category {
  color: #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background-color: #00213B;
  padding: 4px 20px;
  z-index: 2;
  border-radius: 16px 0;
  border: 1px solid #fff;
  font-size: 14px;
}
.homepage .featured-posts__container .featured-blog-post__title {
  background-color: #00213b;
  padding: 1rem 1.5rem;
  border-radius: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  transition: all 0.3s ease;
}
.homepage .featured-posts__container .featured-blog-post__title .label {
  color: #fff;
}
.homepage .featured-posts__container .featured-blog-post__title .label h5 {
  color: #fff;
  margin-bottom: 0;
}
.homepage .featured-posts__container .featured-blog-post__title .label__button {
  background-color: #fff;
  padding: 0.25rem;
  border-radius: 8px 0;
  display: inline-flex;
  transition: all 0.3s ease;
}
.homepage .featured-posts__container .featured-blog-post:hover .featured-blog-post__image img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.homepage .featured-posts__container .featured-blog-post:hover .featured-blog-post__title {
  background-color: #00213b;
  transition: all 0.3s ease;
  padding: 1rem 1.5rem 2rem 1.5rem;
}
.homepage .featured-posts__container .featured-blog-post:hover .featured-blog-post__title .label__button {
  background-color: #8DC63F;
  transition: all 0.3s ease;
}
.homepage .featured-posts .el {
  position: relative;
}
.homepage .featured-posts .el::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 72px;
  background-image: url("../../assets/img/Subtract_2.svg");
  background-repeat: no-repeat;
  background-position: top right;
  transform: translateY(-6.5rem);
}
.homepage .featured-posts__button {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
}
.homepage .client-testimonials {
  position: relative;
}
.homepage .client-testimonials__container {
  border-radius: 72px 0;
  border: 2px solid #fff;
  padding: 4rem 4rem 2rem 4rem;
  background-color: #00213B;
  position: relative;
  z-index: 1;
}
.homepage .client-testimonials__heading {
  display: flex;
  column-gap: 4rem;
  justify-content: space-between;
  align-items: center;
}
.homepage .client-testimonials__heading h2 {
  color: #8DC63F;
}
.homepage .client-testimonials__heading .el {
  width: auto;
}
.homepage .client-testimonials__nav {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  display: flex;
}
.homepage .client-testimonials__nav .slick-arrow {
  z-index: 2;
  cursor: pointer;
}
.homepage .client-testimonials__nav .slick-arrow path {
  transition: all 0.3s ease;
}
.homepage .client-testimonials__nav .slick-arrow:hover path {
  stroke: #8DC63F;
  transition: all 0.3s ease;
}
.homepage .client-testimonials__slider .slick-slide {
  color: #fff;
  justify-content: flex-start;
  height: 100% !important;
}
.homepage .client-testimonials__slider .slick-track {
  display: flex !important;
}
.homepage .client-testimonials__slider .slide-wrapper {
  max-width: 85%;
  margin-top: 3.5rem;
}
.homepage .client-testimonials__slider .slide-wrapper__inner {
  display: flex;
  column-gap: 2.5rem;
}
.homepage .client-testimonials__slider .slide-wrapper .content {
  width: 70%;
  font-size: 24px;
  font-weight: 400;
}
.homepage .client-testimonials__slider .slide-wrapper .content .name {
  font-weight: 900;
  margin-top: 2rem;
}
.homepage .client-testimonials__slider .slide-wrapper .image {
  position: relative;
  width: 212px;
  height: 212px;
  margin-left: 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.homepage .client-testimonials__slider .slide-wrapper .image .els {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.homepage .client-testimonials__slider .slide-wrapper .image .els::after {
  content: "";
  position: absolute;
  border: 0.5rem solid #8dc63f;
  border-bottom-color: transparent;
  rotate: -45deg;
  width: calc(100% + 1rem);
  aspect-ratio: 1;
  border-radius: 50%;
}
.homepage .client-testimonials__slider .slide-wrapper .image img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  z-index: 5;
  background-color: #00182a;
}
.homepage .client-testimonials__slider .slide-wrapper .shim {
  width: 100%;
  height: 25px;
}
.homepage .client-testimonials::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00213B;
  width: 100%;
  height: 72px;
  border-radius: 72px 0 0 0;
}
.homepage .client-testimonials::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72' fill='none'%3E%3Cpath d='M72 72L72 0C72 39.7646 39.7645 72 -3.14722e-06 72L72 72Z' fill='%2300213B'/%3E%3C/svg%3E");
  position: absolute;
  bottom: 72px;
  right: 0;
  width: 72px;
  height: 72px;
}
@media (max-width: 1260px) {
  .homepage .hero-section__bg-image {
    width: calc(100% - 2rem);
    height: 77vh;
  }
  .homepage .hero-section__content {
    left: 3rem;
    bottom: 3rem;
  }
  .homepage .after-hero-section__container {
    column-gap: 4rem;
  }
  .homepage .after-hero-section__container .content {
    width: 50%;
  }
  .homepage .after-hero-section__container .stats {
    width: 50%;
  }
  .homepage .after-hero-section__container .stats .slick-slide {
    padding: 2rem;
  }
  .homepage .people-section .overlapping-section {
    column-gap: 4.5rem;
  }
}
@media (max-width: 1024px) {
  .homepage .after-hero-section {
    padding: 3.5rem 0;
  }
  .homepage .after-hero-section__container {
    flex-direction: column;
    row-gap: 1rem;
  }
  .homepage .after-hero-section__container .content {
    width: 100%;
  }
  .homepage .after-hero-section__container .content__heading {
    max-width: 100%;
  }
  .homepage .after-hero-section__container .stats {
    width: 100%;
  }
  .homepage .featured-projects {
    padding: 3rem 0;
  }
  .homepage .featured-projects .el::after {
    transform: translateY(-3rem);
  }
  .homepage .featured-projects .featured-post {
    height: 265px;
    margin-right: 1rem;
  }
  .homepage .featured-projects .featured-post__title {
    transform: none;
    background-color: #00213b;
  }
  .homepage .icons-section__heading {
    column-gap: 3%;
  }
  .homepage .icons-section__icons {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .homepage .icons-section__icons div:nth-of-type(2)::after {
    display: none;
  }
  .homepage .icons-section__icons .icon-item {
    width: calc(50% - 1rem);
  }
  .homepage .people-section .section-wrapper .number {
    top: 2rem;
    right: 3rem;
    max-width: 10%;
    bottom: unset;
    left: unset;
  }
  .homepage .people-section .overlapping-section {
    flex-direction: column;
    row-gap: 2rem;
    padding: 2rem 3.5rem;
  }
  .homepage .people-section .overlapping-section__content {
    width: 100%;
    max-width: 85%;
  }
  .homepage .people-section .overlapping-section__images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
  }
  .homepage .people-section .overlapping-section__images .image {
    width: calc(33.33% - 1rem);
  }
  .homepage .people-section .overlapping-section__images .image img {
    max-height: 210px;
  }
  .homepage .people-section .overlapping-section__images .image1,
  .homepage .people-section .overlapping-section__images .image2 {
    width: calc(50% - 1rem);
  }
  .homepage .people-section .overlapping-section__images .image1 img,
  .homepage .people-section .overlapping-section__images .image2 img {
    max-height: 250px;
    object-position: 50% 10%;
  }
  .homepage .featured-posts {
    padding: 3.5rem 0;
  }
  .homepage .featured-posts__container {
    column-gap: 1rem;
  }
  .homepage .client-testimonials__nav .slick-arrow svg {
    max-width: 62.5px;
    max-height: 62.5px;
  }
  .homepage .client-testimonials__slider .slide-wrapper .image {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .homepage .hero-section__bg-image {
    height: 67vh;
  }
  .homepage .hero-section__content {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  .homepage .hero-section .learn-more {
    display: none;
  }
  .homepage .after-hero-section {
    padding: 2rem 0;
  }
  .homepage .after-hero-section__container .content__heading {
    margin-bottom: 1rem;
  }
  .homepage .featured-projects__heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0rem;
    padding-bottom: 2rem;
  }
  .homepage .featured-projects__heading .projects-nav {
    padding: 0.25rem 0.5rem;
  }
  .homepage .featured-projects .projects-nav .slick-arrow {
    height: 45px;
    width: 45px;
  }
  .homepage .featured-projects .projects-nav .slick-arrow svg {
    height: 45px;
    width: 45px;
  }
  .homepage .featured-projects .slick-list {
    overflow: hidden;
  }
  .homepage .featured-projects .featured-post {
    height: 355px;
  }
  .homepage .featured-projects .featured-post__title {
    column-gap: 1rem;
  }
  .homepage .featured-projects .featured-post__title h5 {
    font-size: 3vw;
    font-size: clamp(3vw, 18px, 18px);
  }
  .homepage .featured-projects .featured-post__title .label__button {
    padding: 0.125rem;
  }
  .homepage .icons-section__heading {
    margin-bottom: 1.5rem;
  }
  .homepage .icons-section__heading h2 {
    max-width: 350px;
  }
  .homepage .icons-section__container h3 {
    text-align: center;
  }
  .homepage .icons-section::after {
    background-position: 50% 40%;
  }
  .homepage .people-section {
    padding: 2.5rem 0 3.5rem;
  }
  .homepage .people-section .overlapping-section {
    height: auto;
  }
  .homepage .featured-posts {
    padding: 3.5rem 0;
  }
  .homepage .featured-posts__container {
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 1.5rem;
  }
  .homepage .featured-posts__button {
    margin-top: 1.5rem;
  }
  .homepage .client-testimonials__container {
    padding: 3rem 3rem 4rem 3rem;
  }
  .homepage .client-testimonials__heading h2 {
    text-align: center;
  }
  .homepage .client-testimonials__heading .el {
    display: none;
  }
  .homepage .client-testimonials__nav {
    bottom: 0.5rem;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .homepage .client-testimonials__nav .slick-arrow svg {
    max-width: 47.5px;
    max-height: 47.5px;
  }
  .homepage .client-testimonials__slider .slide-wrapper {
    max-width: 100%;
    margin-top: 2rem;
  }
  .homepage .client-testimonials__slider .slide-wrapper .content {
    width: 100%;
  }
  .homepage .client-testimonials__slider .slide-wrapper .content .name {
    margin-top: 1rem;
  }
  .homepage .client-testimonials__slider .slide-wrapper__inner {
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
  }
  .homepage .client-testimonials__slider .slide-wrapper__inner .image {
    width: 125px;
    height: 125px;
  }
  .homepage .client-testimonials__slider .slide-wrapper__inner .content {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .homepage .hero-section__bg-image {
    height: 52vh;
  }
  .homepage .hero-section__content__button {
    margin-top: 1rem;
  }
  .homepage .featured-projects .featured-post {
    margin-right: 0rem;
  }
  .homepage .icons-section {
    padding: 3.5rem 0;
  }
  .homepage .icons-section__heading h2 {
    max-width: 275px;
  }
  .homepage .icons-section__icons {
    row-gap: 3rem;
    max-width: 85%;
    margin: 1rem auto 0;
  }
  .homepage .icons-section__icons .icon-item {
    width: 100%;
    justify-content: flex-start;
    padding: 0.75rem 0;
  }
  .homepage .icons-section__icons > div:nth-of-type(2)::after {
    display: block;
  }
  .homepage .icons-section__icons > div:not(:last-of-type)::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 1px;
    bottom: 0;
    top: unset;
    right: 0;
    transform: translate(0, 1.5rem);
  }
  .homepage .people-section {
    padding: 2.5rem 0 2rem;
  }
  .homepage .people-section__overlapping-sections {
    margin-top: 2rem;
  }
  .homepage .people-section .section-wrapper .number {
    font-size: 72px;
    top: 0;
    max-width: 5%;
  }
  .homepage .people-section .overlapping-section {
    padding: 2rem 2.5rem;
  }
  .homepage .people-section .overlapping-section__images {
    column-gap: 0.6rem;
  }
  .homepage .people-section .overlapping-section__images .image1 img,
  .homepage .people-section .overlapping-section__images .image2 img {
    max-height: 130px;
  }
  .homepage .featured-posts {
    padding: 2rem 0;
  }
  .homepage .featured-posts__container .featured-blog-post {
    height: 320px;
  }
  .homepage .featured-posts__button {
    margin-top: 1.5rem;
  }
  .homepage .client-testimonials__container {
    padding: 3rem 2rem 4rem 2rem;
  }
}

.blog-archive-page__hero h1 {
  max-width: 885px;
}
.blog-archive-page__hero-content {
  padding: 0 32px 56px 100px;
  position: relative;
  z-index: 0;
}
.blog-archive-page__hero-content h1 {
  padding: 0;
  margin-bottom: 1.5rem;
}
.blog-archive-page__hero-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-archive-page__list {
  padding: 6.5rem 0 3.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
.blog-archive-page__pagination {
  padding-bottom: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.blog-archive-page__pagination .page-numbers:not(.next, .prev) {
  font-size: 16px;
  font-weight: 600;
  color: #00213B;
  padding: 0.5rem 0.75rem;
  border: 1px solid #00213B;
  border-radius: 8px 0;
  transition: all 0.3s ease;
}
.blog-archive-page__pagination .page-numbers:not(.next, .prev).current {
  color: #8DC63F;
  background-color: #00213B;
}
.blog-archive-page__pagination .next,
.blog-archive-page__pagination .prev {
  font-size: 16px;
  color: #00213B;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-archive-page__list-item {
  display: flex;
  column-gap: 8.5rem;
  align-items: center;
}
.blog-archive-page__list-item .content {
  width: 50%;
}
.blog-archive-page__list-item .content__title h3 {
  font-size: 2.25rem;
  font-weight: 600;
}
.blog-archive-page__list-item .content__button {
  margin-top: 2rem;
}
.blog-archive-page__list-item .image {
  width: 50%;
}
.blog-archive-page__list-item .image img {
  width: 100%;
  border-radius: 72px 0;
  box-shadow: 0 4px 20px 0 rgba(0, 33, 59, 0.16);
}
@media (max-width: 1024px) {
  .blog-archive-page__hero-content {
    padding: 0 32px 32px;
  }
  .blog-archive-page__pagination {
    padding-bottom: 2rem;
  }
  .blog-archive-page__list {
    padding: 3rem 0;
  }
  .blog-archive-page__list-item {
    column-gap: 6rem;
  }
  .blog-archive-page__list-item .content__title h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .blog-archive-page__hero-image {
    height: auto;
    padding-top: 12rem;
  }
  .blog-archive-page__list-item {
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 2rem;
  }
  .blog-archive-page__list-item .content {
    width: 100%;
  }
  .blog-archive-page__list-item .image {
    width: 100%;
  }
  .blog-archive-page__list-item .image img {
    max-height: 365px;
    object-fit: cover;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "obvia-narrow", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
body:not(.page-template-front-page, .error404) {
  position: relative;
}
body:not(.page-template-front-page, .error404)::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/grid_background.svg");
  background-position: 0% top;
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -7;
  opacity: 1;
  background-color: #E6E9EB;
}

.page-container {
  position: relative;
}
.page-container::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -6;
  background: linear-gradient(180deg, rgba(230, 233, 235, 0) 0%, rgb(230, 233, 235) 70%, rgb(230, 233, 235) 100%);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

hr {
  margin-bottom: 1rem;
}