@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
h1, .h1, h2, .h2 {
  font-size: 4.8rem;
  line-height: normal / 4.8rem / normal / 4.8rem * 01;
  letter-spacing: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 4.8rem;
}
@media only screen and (max-width: 991px) {
  h1, .h1, h2, .h2 {
    font-size: 3.8rem;
    line-height: normal / 3.8rem / normal / 3.8rem * 01;
    letter-spacing: 0;
    font-family: "IBM Plex Sans", sans-serif;
  }
}
body, p, .p {
  font-size: 1.9rem;
  line-height: normal / 1.9rem / normal / 1.9rem * 01;
  letter-spacing: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 2.5rem;
}
@media only screen and (max-width: 991px) {
  body, p, .p {
    font-size: 1.4rem;
    line-height: normal / 1.4rem / normal / 1.4rem * 01;
    letter-spacing: 0;
    font-family: "IBM Plex Sans", sans-serif;
  }
}
:root {
  --neutral-0: #fff;
  --neutral-40: #a6abb1;
  --red-100: #d50110;
  --green-100: #188038;
  --text-inverse: var(--neutral-0);
  --text-disabled: var(--neutral-40);
  --text-error: var(--red-100);
  --text-success: var(--green-100);
}
.container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 12rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x));
  padding-left: calc(var(--bs-gutter-x));
}
@media only screen and (max-width: 1399.98px) {
  .container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 6.4rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 5.6rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 4.8rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.6rem;
  }
}
.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
}
@media only screen and (min-width: 1920px) {
  .container-fluid {
    --bs-gutter-x: 2.4rem;
    max-width: 1800px;
  }
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
#page {
  overflow-x: hidden;
}
body.using-mouse :focus {
  outline: none;
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body p {
  margin: 0;
}
.grecaptcha-badge {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.error-100 {
  color: #dc3545;
}
.bg-error-100 {
  background-color: #dc3545;
}
.error-60 {
  color: #ea858f;
}
.bg-error-60 {
  background-color: #ea858f;
}
.error-20 {
  color: #f8d6da;
}
.bg-error-20 {
  background-color: #f8d6da;
}
.warning-100 {
  color: #ffc107;
}
.bg-warning-100 {
  background-color: #ffc107;
}
.warning-60 {
  color: #ffda6a;
}
.bg-warning-60 {
  background-color: #ffda6a;
}
.warning-20 {
  color: #fff3cd;
}
.bg-warning-20 {
  background-color: #fff3cd;
}
.success-100 {
  color: #28a745;
}
.bg-success-100 {
  background-color: #28a745;
}
.success-60 {
  color: #7eca8f;
}
.bg-success-60 {
  background-color: #7eca8f;
}
.success-20 {
  color: #d4edda;
}
.bg-success-20 {
  background-color: #d4edda;
}
.white {
  color: #f2f2f2;
}
.bg-white {
  background-color: #f2f2f2;
}
.black {
  color: #000000;
}
.bg-black {
  background-color: #000000;
}
.border {
  color: #515151;
}
.bg-border {
  background-color: #515151;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
sup {
  font-size: 60%;
  margin-right: 0.5rem;
}
.page-border {
  margin: 0 40px;
  border-left: 1px solid #515151;
  border-right: 1px solid #515151;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .page-border {
    margin: 0;
    border: unset;
  }
}
.p-sml-t {
  padding-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .p-sml-t {
    padding-top: 1.6rem;
  }
}
.p-sml-b {
  padding-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .p-sml-b {
    padding-bottom: 1.6rem;
  }
}
.p-med-t {
  padding-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .p-med-t {
    padding-top: 3.2rem;
  }
}
.p-med-b {
  padding-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .p-med-b {
    padding-bottom: 3.2rem;
  }
}
.p-lrg-t {
  padding-top: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .p-lrg-t {
    padding-top: 6.4rem;
  }
}
.p-lrg-b {
  padding-bottom: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .p-lrg-b {
    padding-bottom: 6.4rem;
  }
}
.p-1-t {
  padding-top: 3.2rem;
}
.p-1-b {
  padding-bottom: 3.2rem;
}
.p-2-t {
  padding-top: 6.4rem;
}
.p-2-b {
  padding-bottom: 6.4rem;
}
.p-3-t {
  padding-top: 9.6rem;
}
.p-3-b {
  padding-bottom: 9.6rem;
}
.clipped-corner {
  -webkit-clip-path: none;
  clip-path: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .clipped-corner {
    display: none;
  }
}
.clipped-corner:before {
  z-index: 100;
  width: calc(100% - 50px);
  height: 1px;
  display: block;
}
.clipped-corner:after, .clipped-corner:before {
  position: absolute;
  inset: 0;
  background: #515151;
  content: "";
}
.clipped-corner:after {
  z-index: 0;
  -webkit-clip-path: polygon(calc(100% - 51px) 0, calc(100% - 49px) 0, 100% 49px, 100% 51px);
  clip-path: polygon(calc(100% - 51px) 0, calc(100% - 49px) 0, 100% 49px, 100% 51px);
}
.clipped-corner--dark:after, .clipped-corner--dark:before {
  background: #515151;
}
.error404 a {
  color: #000000;
}
.header-container__hero {
  border-bottom: 1px solid #515151;
  padding: 15rem 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  .header-container__hero {
    padding: 15rem 2.5rem 2.5rem;
  }
}
.header-container__hero span {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
.header-container__sub-title {
  padding: 3rem 0;
  position: relative;
  z-index: 100;
}
.header-container__icon {
  padding: 0 3rem;
}
.header-container__content {
  max-width: 67.5rem;
  padding: 0 3rem;
}
.header-container__content p {
  font-weight: 400;
}
.header-container__content a {
  font-weight: 400;
  margin-top: 3rem;
  display: block;
}
.header-nav {
  position: fixed;
  z-index: 222222;
  width: 100%;
  border-bottom: 1px solid #515151;
  border-top: 1px solid #515151;
}
.header-nav__container {
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 991px) {
  .header-nav__container {
    padding: 0;
  }
}
.header-nav.white {
  background-color: #ffffff;
}
.header-nav.white .header-nav__hamburger span {
  background-color: #000;
}
.header-nav.white .header-nav__mobile-nav {
  background: #fff;
  color: #000;
}
.header-nav.white .header-nav__mobile-nav li:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.header-nav.white .header-nav__mobile-nav li a {
  color: #000000;
}
.header-nav.white .header-nav__desktop-nav {
  width: 100%;
}
.header-nav.white .header-nav__desktop-nav ul li::before {
  background-color: #515151;
}
.header-nav.white .header-nav__desktop-nav ul li:last-child::after {
  background-color: #515151;
}
.header-nav.white .header-nav__desktop-nav ul li:hover {
  background-color: #000000;
}
.header-nav.white .header-nav__desktop-nav ul li:hover a {
  color: #f2f2f2;
}
.header-nav.white .header-nav__desktop-nav ul li a {
  color: #000000;
}
.header-nav.black {
  background-color: #000000;
}
.header-nav.black .header-nav__hamburger span {
  background-color: #fff;
}
.header-nav.black .header-nav__mobile-nav {
  background: #000;
  color: #fff;
}
.header-nav.black .header-nav__mobile-nav li:not(:last-of-type) {
  border-bottom: 1px solid #515151;
}
.header-nav.black .header-nav__mobile-nav li a {
  color: #f2f2f2;
}
.header-nav.black .header-nav__desktop-nav {
  width: 100%;
}
.header-nav.black .header-nav__desktop-nav ul li::before {
  background-color: #515151;
}
.header-nav.black .header-nav__desktop-nav ul li:last-child::after {
  background-color: #515151;
}
.header-nav.black .header-nav__desktop-nav ul li:hover {
  background-color: #515151;
}
.header-nav.black .header-nav__desktop-nav ul a {
  color: #f2f2f2;
}
.header-nav__logo-wrapper img {
  height: 42px;
  width: auto;
  display: block;
}
.header-nav__wrapper {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .header-nav__wrapper {
    justify-content: space-between;
  }
}
.header-nav__desktop-nav {
  width: 100%;
}
.header-nav__desktop-nav ul {
  display: flex;
  justify-content: space-between;
}
.header-nav__desktop-nav ul li {
  text-decoration: none;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}
.header-nav__desktop-nav ul li::before {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.header-nav__desktop-nav ul li:last-child::after {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.header-nav__desktop-nav ul li a {
  text-decoration: none;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}
.error404 .header-nav__hamburger span {
  background-color: #000;
}
.error404 .header-nav__mobile-nav {
  background: #fff;
  color: #000;
}
.error404 .header-nav__mobile-nav li:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.error404 .header-nav__mobile-nav li a {
  color: #000000;
}
.error404 .header-nav__desktop-nav {
  width: 100%;
}
.error404 .header-nav__desktop-nav ul li::before {
  background-color: #515151;
}
.error404 .header-nav__desktop-nav ul li:last-child::after {
  background-color: #515151;
}
.error404 .header-nav__desktop-nav ul li:hover {
  background-color: #000000;
}
.error404 .header-nav__desktop-nav ul li:hover a {
  color: #f2f2f2;
}
.error404 .header-nav__desktop-nav ul li a {
  color: #000000;
}
.header-nav__hamburger-wrapper {
  border-left: 1px solid #515151;
}
.header-nav__hamburger {
  display: flex;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.header-nav__hamburger span {
  display: block;
  width: 3rem;
  height: 0.1rem;
  position: absolute;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.header-nav__hamburger span:nth-child(1) {
  top: 1rem;
}
.header-nav__hamburger span:nth-child(2), .header-nav__hamburger span:nth-child(3) {
  top: 2rem;
}
.header-nav__hamburger span:nth-child(4) {
  top: 3rem;
}
.header-nav__hamburger.open span:nth-child(1) {
  width: 0;
  top: 1.8rem;
}
.header-nav__hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-nav__hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-nav__hamburger.open span:nth-child(4) {
  width: 0%;
  top: 1.8rem;
}
.header-nav__mobile-nav {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  border-top: 1px solid #515151;
}
.header-nav__mobile-nav li {
  font-size: 1.6rem;
}
.header-nav__mobile-nav li a {
  text-decoration: none;
  padding: 1.5rem;
  width: 100%;
  display: block;
}
body.no-scroll {
  overflow: hidden;
}
.footer {
  border-top: 1px solid #515151;
}
@media only screen and (max-width: 1200px) {
  .footer .container-fluid {
    --bs-gutter-x: 1.8rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.6);
    padding-left: calc(var(--bs-gutter-x) * 0.6);
  }
}
@media only screen and (max-width: 1200px) {
  .footer .row {
    margin-left: calc(-0.6 * var(--bs-gutter-x));
    margin-right: calc(-0.6 * var(--bs-gutter-x));
  }
}
.footer.black .footer__info p {
  color: #b0c0bf;
}
.footer.black .footer__contact a, .footer.black .footer__contact p {
  color: #f2f2f2;
}
.footer.black .footer__menu ul li a {
  color: #f2f2f2;
}
.footer.black .footer__menu ul li a::after {
  background-color: #f2f2f2;
}
.footer.black .footer-col-header p, .footer.black .footer-col-single-email p {
  color: #b0c0bf;
}
.footer.black .footer__policy ul li a {
  color: #b0c0bf;
}
.footer.white .footer__info p {
  color: #000000;
}
.footer.white .footer__contact a, .footer.white .footer__contact p {
  color: #000000;
}
.footer.white .footer__menu ul li a {
  color: #000000;
}
.footer.white .footer__menu ul li a::after {
  background-color: #000000;
}
.footer.white .footer-col-header, .footer.white .footer-col-single-email {
  color: black;
}
.footer.white .footer__policy ul li a {
  color: black;
}
.footer__container {
  border-left: 1px solid #515151;
  border-right: 1px solid #515151;
  border-bottom: 1px solid #515151;
  margin: 0 40px;
}
@media only screen and (max-width: 767px) {
  .footer__container {
    border: unset;
    margin: 0;
  }
}
.footer .border {
  border-right: 1px solid #515151;
}
@media only screen and (max-width: 767px) {
  .footer .border {
    border: unset;
  }
}
.footer .border-top {
  border-top: 1px solid #515151;
}
@media only screen and (max-width: 767px) {
  .footer .column-one {
    border-bottom: 1px solid #515151;
  }
}
@media only screen and (max-width: 767px) {
  .footer .column-two, .footer .column-three, .footer .column-four {
    padding-bottom: 3rem;
    border-bottom: 1px solid #515151;
  }
}
.footer__info {
  padding: 3rem 0 30rem;
}
@media only screen and (max-width: 767px) {
  .footer__info {
    padding: 3rem 0;
  }
}
.footer__info p {
  padding-top: 6rem;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .footer__info p {
    padding-top: 3rem;
  }
}
.footer__contact {
  font-size: 12px;
  text-transform: uppercase;
}
.footer__contact a {
  color: #f2f2f2;
  text-decoration: none;
  display: block;
}
.footer__contact a.email {
  margin: 0 0 0.8rem;
}
.footer__contact a.number {
  margin: 0 0 3.8rem;
}
.footer__contact p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
}
.footer__contact p.email {
  margin: 0 0 0.8rem;
}
.footer__contact p.number {
  margin: 0 0 3.8rem;
}
.footer__contact .footer-col-single-email {
  margin-bottom: 16px;
}
.footer__menu ul li {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.footer__menu ul li:not(:last-of-type) {
  margin: 0 0 0.4rem;
}
.footer__menu ul li a {
  text-decoration: none;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.footer__menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all ease-in-out;
}
.footer__menu ul li:hover a::after {
  width: 100%;
}
.footer .footer-col-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #b0c0bf;
  padding: 3rem 0 9rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-col-header {
    padding: 3rem 0;
  }
}
.footer .footer-col-header p {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  line-height: 12px;
}
.footer__policy ul {
  padding: 10px 0;
}
.footer__policy ul li {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.footer__policy ul li a {
  color: #b0c0bf;
  text-decoration: none;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.footer__policy ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #b0c0bf;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all ease-in-out;
}
.footer__policy ul li:hover a::after {
  width: 100%;
}
.error404 .footer__info p {
  color: #000000;
}
.error404 .footer__contact a, .error404 .footer__contact p {
  color: #000000;
}
.error404 .footer__menu ul li a {
  color: #000000;
}
.error404 .footer-col-header {
  color: black;
}
.error404 .footer__policy ul li a {
  color: black;
}
.single-post-container {
  padding: 32px 0;
}
.single-post-container h1, .single-post-container h2, .single-post-container h3, .single-post-container h4, .single-post-container h5 {
  margin: 0 0 24px;
}
.single-post-container p {
  margin: 0 0 16px;
}
.single-post-container ul {
  list-style-type: disc;
}
.single-post-container ul, .single-post-container ol {
  margin: 16px 0 8px 32px;
  padding: 0;
}
.single-post-container ul li, .single-post-container ol li {
  margin: 0 0 8px;
}
.single-post-container img {
  margin: 32px 0;
}
.blog .content article {
  margin: 0 !important;
}
.text-image {
  position: relative;
  z-index: 1;
}
.text-image .row {
  --bs-gutter-x: unset !important;
  --bs-gutter-y: unset !important;
}
.text-image__wrapper {
  display: flex;
}
.text-image .col-md-2 {
  position: relative;
  border-right: 1px solid #515151;
}
@media only screen and (max-width: 767px) {
  .text-image .col-md-2 {
    border-right: unset;
    border-bottom: 1px solid #515151;
  }
}
.text-image .border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.text-image__sidebar {
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .text-image__sidebar {
    padding: 0.8rem 2.5rem 0;
  }
}
.text-image__sidebar p {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.text-image__sidebar p span {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
}
.text-image__content {
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .text-image__content {
    padding: 0 2.5rem;
  }
}
.text-image__content span {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.text-image__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.text-image__content p {
  margin-bottom: 1.6rem;
}
.text-image__image {
  max-width: calc(100% - 100px);
  height: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.6;
}
@media only screen and (max-width: 1200px) {
  .text-image__image {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .text-image__image {
    padding: 0 2.5rem;
  }
}
.text-image__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.text-image__image a {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.text-image__modal {
  display: none;
}
.text-image__modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}
.text-image__modal.active {
  display: flex;
}
.text-image__modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.text-image__modal-content {
  width: 75vw;
  height: 75vh;
  aspect-ratio: 1.3333333333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-image__modal-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-image__modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  z-index: 3;
  max-width: 20px;
  background: none;
  border: none;
}
.text-image__modal-close svg {
  width: 30px;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.content svg {
  display: none;
}
.content:nth-of-type(1) svg {
  display: block;
}
.content p {
  font-weight: 400;
  margin: 0 0 1.6rem;
}
.content p a {
  color: unset;
}
.content ul {
  padding-left: 40px;
  list-style: disc;
  margin: 0 0 1.6rem;
}
.content ul li {
  font-weight: 400;
}
.content ul li a {
  color: unset;
}
.content h2 {
  margin: 6rem 0 1.6rem;
}
.image img {
  max-width: 664px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
/*# sourceMappingURL=main.css.map */