@charset "UTF-8";
/*-----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 {
  font-family: "brother-1816", sans-serif;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

h1 {
  font-size: 64px;
  font-weight: 500;
}

h2 {
  font-size: 42px;
  font-weight: 500;
}

h3 {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.25rem;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 27px;
  }
  p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1rem;
    line-height: 1;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 24px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button--primary,
.site-search__submit--primary {
  background-color: #3369EF;
  padding: 12px 20px;
  font-family: "brother-1816", sans-serif;
  font-weight: 500;
  border-radius: 8px;
  color: #fff;
  transition: all 0.25s ease;
  font-weight: 700;
}
.button--primary:hover,
.site-search__submit--primary:hover {
  background-color: #F4A10C;
  text-decoration: none;
  transition: all 0.25s ease;
  color: #111;
}
.button--secondary,
.site-search__submit--secondary {
  background-color: #F4A10C;
  padding: 12px 20px;
  font-family: "brother-1816", sans-serif;
  font-weight: 500;
  border-radius: 8px;
  color: #111;
  transition: all 0.25s ease;
  border: none !important;
  font-weight: 700;
}
.button--secondary:hover,
.site-search__submit--secondary:hover {
  background-color: #3369EF;
  text-decoration: none;
  transition: all 0.25s ease;
  color: #fff;
}

/*-----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: "canada-type-gibson", sans-serif;
  display: block !important;
  width: 100% !important;
  border: 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 .gform_footer {
  padding-bottom: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-family: "canada-type-gibson", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: #fff;
  color: #111;
  cursor: pointer;
}
.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 "canada-type-gibson", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3369EF !important;
}

.site-container {
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1440px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.site-section {
  padding: 96px 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 40px;
}
.site-section.light-bottom-padding {
  padding-bottom: 40px;
}
.site-section.extra-top-padding {
  padding-top: 100px;
}
.site-section.extra-bottom-padding {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .site-section {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .site-section {
    padding: 24px 0;
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0rem;
  left: 0;
  z-index: 9;
  transition: all 0.25s ease;
}
.header .aux-nav {
  padding: 0.5rem;
  background-color: #eee;
  width: 100%;
  text-align: right;
  color: #3369EF;
  font-size: 14px;
}
.header__shim {
  height: 1rem;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5rem;
  padding: 1rem 0rem;
  max-width: 92%;
  margin: 0 auto;
}
.header__logo {
  max-height: 115px;
}
.header__link {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  position: relative;
  z-index: 7;
}
.header__link__text {
  font-family: "canada-type-gibson", sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: -1.875px;
}
.header__link__text span:nth-of-type(3) {
  position: relative;
}
.header__link__text span:nth-of-type(3)::after {
  content: "Ä";
}
.header__link:hover {
  text-decoration: none;
}
.header__nav {
  border-radius: 50px;
  min-width: 755px;
}
.header__nav .menu {
  display: flex;
  justify-content: flex-end;
  column-gap: 2.5rem;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
  cursor: pointer;
  font-family: "canada-type-gibson", sans-serif;
  color: #fff;
}
.header__nav .menu li a {
  transition: all 0.4s ease;
  padding: 8px 0;
}
.header__nav .menu li .caret-wrapper svg {
  transition: all 0.4s ease;
}
.header__nav .menu li .caret-wrapper svg path {
  fill: #fff;
}
.header__nav .menu li:first-of-type .sub-menu {
  min-width: 175px;
}
.header__nav .menu li.nav-button a {
  background-color: #3369EF;
  padding: 12px 20px;
  font-family: "brother-1816", sans-serif;
  font-weight: 500;
  border-radius: 8px;
  color: #fff;
  transition: all 0.25s ease;
  font-weight: 700;
}
.header__nav .menu li.nav-button a:hover {
  background-color: #F4A10C;
  text-decoration: none;
  transition: all 0.25s ease;
  color: #111;
}
.header__nav .menu li.nav-button a {
  font-weight: 700;
}
.header__nav .menu li:hover a {
  text-decoration: none;
  color: #F4A10C;
  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: #3369EF;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover > a {
  color: #3369EF;
  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: #3369EF;
  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: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__logo {
    position: relative;
    z-index: 7;
    max-height: 75px;
  }
  .header__toggle {
    display: block;
    position: relative;
    z-index: 7;
  }
  .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__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #111;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
    z-index: 6;
    border-radius: 0;
    min-width: 100%;
  }
  .header__nav .menu {
    padding: 165px 0 0;
    display: block;
    display: flex;
    flex-direction: column;
  }
  .header__nav .menu li {
    padding-bottom: 20px;
    display: inline-block;
    padding-left: 1rem;
    align-self: flex-start;
  }
  .header__nav .menu li:first-of-type .sub-menu {
    min-width: auto;
  }
  .header__nav .menu li.nav-button {
    margin-left: 1.5rem;
  }
  .header__nav .menu li.nav-button a:hover {
    border: none;
  }
  .header__nav .menu li .caret-wrapper {
    position: absolute;
    top: 7px;
    left: 210px;
  }
  .header__nav .menu li a {
    min-width: 125px;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .header__nav .menu li a:hover {
    color: #F4A10C;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    display: none;
    top: 0;
    padding: 12px 25px;
    left: 1rem;
  }
  .header__nav .menu li .sub-menu li {
    display: block;
    padding-left: 0;
  }
  .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: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: 768px) {
  .header__nav .menu {
    padding-top: 125px;
  }
  .header__nav .menu li {
    padding-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-height: 65px;
  }
  .header__link__text {
    font-size: 17px;
    padding-bottom: 0;
  }
  .header__nav .menu {
    padding-top: 125px;
  }
  .header__nav .menu li {
    padding-bottom: 12px;
  }
}

.footer {
  position: relative;
  padding: 64px 0 32px;
  border-radius: 50px 50px 0 0;
}
.footer::after {
  content: "";
  position: absolute;
  background: #253f85;
  background: linear-gradient(251deg, rgb(37, 63, 133) 1%, rgb(5, 10, 18) 40%, rgb(51, 105, 239) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
  z-index: -5;
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/bg-pattern_2.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -4;
  border-radius: 50px 50px 0 0;
  opacity: 0.05;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__container .logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
}
.footer__container .logo img {
  max-width: 160px;
}
.footer__container .plug {
  color: #fff;
  font-size: 15px;
}
.footer__container .plug--mobile {
  display: none;
}
.footer__container .plug a:hover {
  color: #F4A10C;
}
.footer__container .hours {
  color: #fff;
}
.footer__container .contact {
  color: #fff;
}
.footer__container .contact__phone {
  margin-bottom: 1rem;
}
.footer__container .contact a {
  transition: all 0.25s ease;
}
.footer__container .contact a:hover {
  text-decoration: none;
  color: #F4A10C;
  transition: all 0.25s ease;
}
.footer__container .contact ul {
  display: flex;
  list-style: none;
  margin-top: 1rem;
  column-gap: 0.75rem;
}
.footer__container .contact ul li:hover svg path {
  fill: #F4A10C !important;
  transition: all 0.25s ease;
}
.footer__container .contact ul svg {
  width: 24px;
  height: 24px;
}
.footer__container .contact ul svg path {
  fill: #fff !important;
  transition: all 0.25s ease;
}

@media (max-width: 768px) {
  .footer {
    padding: 48px 0 24px;
  }
  .footer__container {
    flex-direction: column;
    row-gap: 2rem;
    text-align: center;
  }
  .footer__container .contact ul {
    justify-content: center;
  }
  .footer .plug--desktop {
    display: none;
  }
  .footer .plug--mobile {
    display: block;
    padding-top: 1.5rem;
  }
}
.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 #eee;
  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__hero {
  padding: 0;
  position: relative;
  height: 100vh;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.homepage__hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  opacity: 0.6;
}
.homepage__hero__bg-image {
  position: relative;
  height: 100%;
  width: 100%;
}
.homepage__hero__bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.homepage__hero__container {
  position: absolute;
  bottom: 56px;
  left: 56px;
  width: 100%;
  overflow: hidden;
}
.homepage__hero__container .button {
  margin-top: 1.5rem;
}
.homepage__hero__container h1 {
  font-size: 70px;
  color: #fff;
  max-width: 750px;
}
.homepage__hero__container h1 span {
  color: #F4A10C;
}
.homepage__hero__container h2 {
  color: #fff;
  font-weight: 300;
  max-width: 600px;
}
.homepage__after-hero {
  padding: 96px 0;
}
.homepage__after-hero__container {
  display: flex;
  column-gap: 2rem;
  padding-top: 2rem;
}
.homepage__after-hero__container .col {
  width: calc(33% - 1rem);
  position: relative;
}
.homepage__after-hero__container .col::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 50px 0 50px;
  background: linear-gradient(to bottom, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%), linear-gradient(180deg, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage__after-hero__container .col::after {
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.homepage__after-hero__container .col__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
  width: 100%;
  height: 100%;
  border-radius: 50px 0 50px 0;
}
.homepage__after-hero__container .col__image img {
  border-radius: 50px 0 50px 0;
  width: 100%;
  height: 355px;
  object-fit: cover;
}
.homepage__after-hero__container .col__content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 2;
  color: #fff;
  max-width: 85%;
}
.homepage__cta {
  padding: 96px 0;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.homepage__cta p {
  font-size: 20px;
}
.homepage__cta .button {
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}
.homepage__cta .logo {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(7%, 40%);
}
.homepage__cta .logo img {
  opacity: 0.035;
  width: 750px;
}
.homepage__cta::after {
  content: "";
  position: absolute;
  background: #253f85;
  background: linear-gradient(251deg, rgb(37, 63, 133) 1%, rgb(5, 10, 18) 40%, rgb(51, 105, 239) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
  z-index: -5;
}
.homepage__cta::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/bg-pattern_2.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -4;
  border-radius: 50px 50px 0 0;
  opacity: 0.05;
}
.homepage__services {
  padding: 96px 0 24px;
}
.homepage__services__heading {
  text-align: center;
}
.homepage__services__services {
  margin-top: 4rem;
  display: flex;
  column-gap: 1.5rem;
  justify-content: space-between;
}
.homepage__services__services .col {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  border-radius: 50px 0 50px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex-grow: 1;
  width: 25%;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.homepage__services__services .col__top {
  padding: 3rem 3rem 0 3rem;
}
.homepage__services__services .col__icon {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30px);
  padding: 0.75rem;
}
.homepage__services__services .col__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 50px 0 50px;
  background: linear-gradient(to bottom, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%), linear-gradient(180deg, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage__services__services .col__icon::after {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
  }
}
.homepage__services__services .col__icon svg {
  height: auto;
  width: 38px;
}
.homepage__services__services .col__icon::after {
  border-radius: 8px 0 8px 0;
}
.homepage__services__services .col__title {
  font-size: 32px;
  margin-bottom: 1rem;
  color: #3369EF;
}
.homepage__services__services .col__button {
  padding: 1rem;
  background-color: #3369EF;
  color: #fff;
  width: 100%;
  transition: all 0.25s ease;
  cursor: pointer;
  border-radius: 0 0 50px 0;
}
.homepage__services__services .col__button:hover {
  background-color: #F4A10C;
  color: #111;
  transition: all 0.25s ease;
}
.homepage__services__services .col__button:hover a {
  text-decoration: none;
}
.homepage__gallery {
  padding-bottom: 48px;
}
.homepage__gallery__container {
  margin-top: 2rem;
}
.homepage__gallery__container .slick-track {
  display: flex;
  column-gap: 1rem;
}
.homepage__gallery__container .slick-slide {
  position: relative;
}
.homepage__gallery__container .slick-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 50px 0 50px;
  background: linear-gradient(to bottom, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%), linear-gradient(180deg, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage__gallery__container .slick-slide::after {
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.homepage__gallery__container .slick-slide {
  min-width: 600px;
}
.homepage__gallery__container .slick-slide img {
  height: 365px;
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.homepage__gradient {
  position: relative;
}
.homepage__gradient::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgb(255, 255, 255) 1%, rgb(228, 232, 244) 100%);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -5;
}
.homepage__spotlight {
  padding: 96px 0;
}
.homepage__spotlight__container {
  display: flex;
  column-gap: 96px;
  align-items: center;
}
.homepage__spotlight__container .content {
  width: 40%;
  position: relative;
}
.homepage__spotlight__container .content__inner {
  padding-left: 88px;
}
.homepage__spotlight__container .content .el {
  position: absolute;
  top: 50%;
  left: 0;
  height: 120%;
  transform: translate(1rem, -50%);
  width: 20px;
  border-radius: 50px 0 50px 0;
  background: linear-gradient(184deg, rgb(244, 161, 12) 1%, rgb(51, 105, 239) 100%);
}
.homepage__spotlight__container .content p:first-of-type {
  color: #3369EF;
  font-weight: 300;
  font-size: 20px;
}
.homepage__spotlight__container .content .buttons {
  margin-top: 2rem;
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.homepage__spotlight__container .image {
  width: 60%;
  position: relative;
}
.homepage__spotlight__container .image::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 50px 0 50px;
  background: linear-gradient(to bottom, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%), linear-gradient(180deg, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage__spotlight__container .image::after {
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.homepage__spotlight__container .image img {
  width: 100%;
  border-radius: 50px 0 50px 0;
}
.homepage__testimonials {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.homepage__testimonials h2 {
  text-align: center;
}
.homepage__testimonials__slider {
  position: relative;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 75%;
  margin: 0 auto;
  padding: 32px;
  border-radius: 50px 0 50px 0;
  margin-top: 48px;
}
.homepage__testimonials__slider::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M12 4H3C1.346 4 0 5.346 0 7v9c0 1.654 1.346 3 3 3h4.037l-1.518 7.81A1 1 0 0 0 6.5 28h3.24c.87 0 1.642-.569 1.906-1.393l2.91-6.905c.017-.04.031-.08.043-.12.266-.959.401-1.95.401-2.945V7c0-1.654-1.346-3-3-3zM29 4h-9c-1.654 0-3 1.346-3 3v9c0 1.654 1.346 3 3 3h4.037l-1.518 7.81A.997.997 0 0 0 23.5 28h3.24c.87 0 1.643-.569 1.905-1.393l2.912-6.905c.016-.04.03-.08.042-.121.266-.959.401-1.95.401-2.944V7c0-1.654-1.346-3-3-3z' fill='%233369ef' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0px, 100px);
  height: auto;
  z-index: 0;
  opacity: 1;
}
.homepage__testimonials .slider-nav {
  display: flex;
  column-gap: 3.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.homepage__testimonials .slider-nav__prev {
  position: relative;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.homepage__testimonials .slider-nav__prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' x='0' y='0' viewBox='0 0 682.667 682.667' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' fill='%233369ef' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='m0 0 235.584-235.584 49.336 49.337L98.673 0 284.92 186.246l-49.336 49.337Z' style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(1.33333 0 0 -1.33333 151.387 341.333)' fill='%233369ef' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='m0 0 235.584-235.584 49.336 49.337L98.673 0 284.92 186.246l-49.336 49.337Z' style='stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(113.54 256)' fill='none' stroke='%233369ef' stroke-width='30' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.homepage__testimonials .slider-nav__next {
  position: relative;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.homepage__testimonials .slider-nav__next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' x='0' y='0' viewBox='0 0 256 256' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M79.093 0 48.907 30.187 146.72 128l-97.813 97.813L79.093 256l128-128z' fill='%233369ef' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.homepage__testimonials .slider-nav__dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.homepage__testimonials .slider-nav__dots .slick-dots li {
  display: inline-flex;
}
.homepage__testimonials .slider-nav__dots .slick-dots li.slick-active {
  color: #3369EF;
}
.homepage__testimonials .slider-nav__dots .slick-dots li.slick-active button {
  opacity: 1;
}
.homepage__testimonials .slider-nav__dots .slick-dots li button {
  font-size: 0;
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
  background-color: #3369EF;
  border-radius: 50px;
  opacity: 0.5;
}
.homepage__testimonials .slick-slide {
  padding: 48px 0;
  position: relative;
}
.homepage__testimonials .slick-slide .inner {
  max-width: 730px;
  font-size: 22px;
  font-family: "canada-type-gibson", sans-serif;
  margin: 0 auto;
}
.homepage__testimonials .slick-slide .inner__content {
  margin-bottom: 2rem;
}
.homepage__testimonials .slick-slide .inner__name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.homepage__testimonials .slick-slide .inner__company {
  font-weight: 300;
  font-size: 18px;
  max-width: 75%;
}
.homepage__about {
  padding: 96px 0;
}
.homepage__about__container {
  display: flex;
  column-gap: 96px;
  align-items: center;
}
.homepage__about__container .content {
  width: 45%;
}
.homepage__about__container .content__inner {
  max-width: 405px;
}
.homepage__about__container .content__button {
  margin-top: 2rem;
}
.homepage__about__container .image {
  width: 55%;
  position: relative;
}
.homepage__about__container .image::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 50px 0 50px;
  background: linear-gradient(to bottom, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%), linear-gradient(180deg, rgb(51, 105, 239) 0%, rgb(244, 161, 12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage__about__container .image::after {
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.homepage__about__container .image img {
  border-radius: 50px 0 50px 0;
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1260px) {
  .homepage__services__services--4 {
    flex-wrap: wrap;
    row-gap: 3rem;
  }
  .homepage__services__services--4 .col {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 1024px) {
  .homepage__hero {
    height: 78vh;
  }
  .homepage__hero__container {
    max-width: 90%;
  }
  .homepage__hero__container h1 {
    font-size: 62px;
  }
  .homepage__after-hero {
    padding: 48px 0 32px;
  }
  .homepage__after-hero__container {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .homepage__after-hero__container .col {
    width: 100%;
  }
  .homepage__after-hero__container .col__image img {
    object-position: 50% 35%;
  }
  .homepage__services {
    padding: 48px 0;
  }
  .homepage__services__services--3 {
    flex-wrap: wrap;
    row-gap: 3rem;
  }
  .homepage__services__services--3 .col {
    width: calc(50% - 1rem);
  }
  .homepage__gallery {
    padding-bottom: 32px;
  }
  .homepage__spotlight {
    padding: 48px 0;
  }
  .homepage__spotlight__container {
    flex-direction: column;
    row-gap: 2rem;
  }
  .homepage__spotlight__container .content {
    width: 100%;
  }
  .homepage__spotlight__container .content .el {
    height: 100%;
  }
  .homepage__spotlight__container .image {
    width: 100%;
  }
  .homepage__testimonials {
    padding: 48px 0;
  }
  .homepage__testimonials__slider {
    width: 90%;
  }
  .homepage__testimonials__slider .slick-slide__inner {
    width: 100%;
  }
  .homepage__about {
    padding: 48px 0;
  }
  .homepage__about__container {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
  .homepage__about__container .content {
    width: 100%;
  }
  .homepage__about__container .content__inner {
    max-width: 100%;
  }
  .homepage__about__container .image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .homepage__hero {
    height: 70vh;
  }
  .homepage__hero__container {
    left: 50%;
    transform: translateX(-50%);
  }
  .homepage__hero__container h1 {
    font-size: 52px;
  }
  .homepage__cta {
    padding: 64px 0;
  }
  .homepage__cta .button {
    margin-top: 1rem;
  }
  .homepage__services__services .col {
    width: 100%;
  }
  .homepage__gallery__container .slick-slide {
    min-width: 500px;
  }
  .homepage__gallery__container .slick-slide img {
    height: 265px;
  }
  .homepage__spotlight__container .content__inner {
    padding-left: 56px;
  }
  .homepage__spotlight__container .content .el {
    width: 16px;
    transform: translate(0.5rem, -50%);
  }
  .homepage__testimonials__slider::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M12 4H3C1.346 4 0 5.346 0 7v9c0 1.654 1.346 3 3 3h4.037l-1.518 7.81A1 1 0 0 0 6.5 28h3.24c.87 0 1.642-.569 1.906-1.393l2.91-6.905c.017-.04.031-.08.043-.12.266-.959.401-1.95.401-2.945V7c0-1.654-1.346-3-3-3zM29 4h-9c-1.654 0-3 1.346-3 3v9c0 1.654 1.346 3 3 3h4.037l-1.518 7.81A.997.997 0 0 0 23.5 28h3.24c.87 0 1.643-.569 1.905-1.393l2.912-6.905c.016-.04.03-.08.042-.121.266-.959.401-1.95.401-2.944V7c0-1.654-1.346-3-3-3z' fill='%233369ef' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: translate(0px, 75px);
  }
  .homepage__testimonials__slider .slick-slide {
    padding: 24px 0;
  }
}
@media (max-width: 480px) {
  .homepage__hero {
    height: 68vh;
  }
  .homepage__hero::before {
    opacity: 0.65;
  }
  .homepage__hero__container {
    transform: translate(-50%, -40%);
    bottom: unset;
    top: 50%;
  }
  .homepage__hero__container h1 {
    font-size: 50px;
  }
  .homepage__after-hero {
    padding: 48px 0 24px;
  }
  .homepage__services {
    padding: 48px 0 24px;
  }
  .homepage__gallery {
    padding-bottom: 0;
  }
  .homepage__spotlight {
    padding: 24px 0;
  }
  .homepage__spotlight__container .content__inner {
    padding-left: 32px;
  }
  .homepage__spotlight__container .content .el {
    width: 12px;
    transform: translate(-3px, -50%);
  }
  .homepage__testimonials {
    padding: 24px 0 32px;
  }
  .homepage__testimonials__slider {
    margin-top: 1.5rem;
  }
  .homepage__testimonials__slider::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='95' height='95' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M12 4H3C1.346 4 0 5.346 0 7v9c0 1.654 1.346 3 3 3h4.037l-1.518 7.81A1 1 0 0 0 6.5 28h3.24c.87 0 1.642-.569 1.906-1.393l2.91-6.905c.017-.04.031-.08.043-.12.266-.959.401-1.95.401-2.945V7c0-1.654-1.346-3-3-3zM29 4h-9c-1.654 0-3 1.346-3 3v9c0 1.654 1.346 3 3 3h4.037l-1.518 7.81A.997.997 0 0 0 23.5 28h3.24c.87 0 1.643-.569 1.905-1.393l2.912-6.905c.016-.04.03-.08.042-.121.266-.959.401-1.95.401-2.944V7c0-1.654-1.346-3-3-3z' fill='%233369ef' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: translate(20px, 40px);
  }
  .homepage__testimonials__slider .slick-slide {
    padding: 0;
  }
  .homepage__testimonials__slider .slider-nav {
    margin-top: 3.5rem;
  }
  .homepage__about {
    padding: 48px 0 24px;
  }
}

.projects-page {
  padding: 96px 0;
}
.projects-page__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.projects-page__container .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 50px 0 50px 0;
}
.projects-page__container .project-item img {
  height: 335px;
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
  transition: all 0.25s ease;
}
.projects-page__container .project-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
.projects-page__container .project-item h4 {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
}
.projects-page__container .project-item:hover img {
  transform: scale(1.05);
  transition: all 0.25s ease;
}
@media (max-width: 1024px) {
  .projects-page {
    padding: 48px 0;
  }
}
@media (max-width: 1024px) {
  .projects-page {
    padding: 32px 0;
  }
  .projects-page__container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}
@media (max-width: 480px) {
  .projects-page {
    padding: 24px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-detail {
  padding-bottom: 96px;
}
.project-detail__heading {
  display: flex;
  align-items: center;
  padding: 12rem 0 5rem;
  border-radius: 8px;
  justify-content: center;
  position: relative;
}
.project-detail__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: var(--bg-img-url);
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  width: 100%;
  border-radius: 0 0 50px 50px;
}
.project-detail__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #111;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.65;
  border-radius: 0 0 50px 50px;
}
.project-detail__heading h1 {
  color: #fff;
  text-align: center;
}
.project-detail__content {
  padding-top: 5rem;
  max-width: 1000px;
  margin: 0 auto;
}
.project-detail .slider-nav {
  display: flex;
  column-gap: 3.5rem;
  justify-content: center;
  margin-top: 2rem;
}
.project-detail .slider-nav__next {
  position: relative;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.project-detail .slider-nav__next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='25' height='25' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M256 0C114.837 0 0 114.837 0 256s114.837 256 256 256 256-114.837 256-256S397.163 0 256 0zm79.083 271.083L228.416 377.749A21.275 21.275 0 0 1 213.333 384a21.277 21.277 0 0 1-15.083-6.251c-8.341-8.341-8.341-21.824 0-30.165L289.835 256l-91.584-91.584c-8.341-8.341-8.341-21.824 0-30.165s21.824-8.341 30.165 0l106.667 106.667c8.341 8.341 8.341 21.823 0 30.165z' fill='%23323a69' opacity='1' data-original='%23000000' class=''/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.project-detail .slider-nav__prev {
  position: relative;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.project-detail .slider-nav__prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='25' height='25' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1,-1.2246467991473532e-16,1.2246467991473532e-16,-1,512,512)'%3E%3Cpath d='M256 0C114.837 0 0 114.837 0 256s114.837 256 256 256 256-114.837 256-256S397.163 0 256 0zm79.083 271.083L228.416 377.749A21.275 21.275 0 0 1 213.333 384a21.277 21.277 0 0 1-15.083-6.251c-8.341-8.341-8.341-21.824 0-30.165L289.835 256l-91.584-91.584c-8.341-8.341-8.341-21.824 0-30.165s21.824-8.341 30.165 0l106.667 106.667c8.341 8.341 8.341 21.823 0 30.165z' fill='%23323a69' opacity='1' data-original='%23000000' class=''/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.project-detail__gallery {
  margin-top: 2rem;
}
.project-detail__gallery .slick-slide {
  margin-right: 1rem;
}
.project-detail__gallery .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.project-detail__gallery .slick-dots li {
  color: #3369EF;
  opacity: 0.65;
  font-size: 1.8rem;
  cursor: pointer;
}
.project-detail__gallery .slick-dots li.slick-active {
  color: #3369EF;
  opacity: 1;
}
.project-detail__gallery .slick-dots li button {
  font-size: 0;
  display: none;
}
.project-detail__gallery .lightbox-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .project-detail {
    padding-bottom: 48px;
  }
  .project-detail__heading {
    padding: 9rem 0 3rem;
  }
  .project-detail__content {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .project-detail {
    padding-bottom: 24px;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #111;
}

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

p {
  margin-bottom: 1rem;
}

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