@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, a, div {
  padding: 0;
  margin: 0;
}

.bc1 {
  color: #1760AA;
}

.bc2 {
  color: #EFE7DA;
}

.bc3 {
  color: #1E1E1E;
}

.bg-1 {
  background-color: #1760AA;
}
.bg-1 h1, .bg-1 h2, .bg-1 h3, .bg-1 h4, .bg-1 h5, .bg-1 h6, .bg-1 p, .bg-1 li, .bg-1 a {
  color: #fff;
}

.bg-2 {
  background-color: #EFE7DA;
}
.bg-2 p {
  color: #1E1E1E;
}

.bg-3 {
  background-color: #1E1E1E;
}
.bg-3 h1, .bg-3 h2, .bg-3 p {
  color: #1760AA;
}

.light-bg {
  background-color: #fff;
}
.light-bg h1, .light-bg h2, .light-bg h3, .light-bg h4, .light-bg h5, .light-bg h6, .light-bg p, .light-bg li, .light-bg a {
  color: #000;
}
.light-bg .btn {
  background-color: #EFE7DA;
  color: #1760AA;
}
.light-bg .btn:hover {
  background-color: #1760AA;
  color: #fff;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg li, .dark-bg a {
  color: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black p, .bg-black li, .bg-black a {
  color: #fff;
}

@font-face {
  font-family: "FontName";
  src: url("../fonts/font-file-name.woff2") format("woff2"), url("../fonts/font-file-name.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.font-lt {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
}

.font-rg {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}

.font-md {
  font-family: "FontName";
  font-weight: 500;
}

.font-bd {
  font-family: "FontName";
  font-weight: 600;
}

h1, .h1 {
  font-size: clamp(1.6875rem, 1.0227rem + 2.7273vw, 3.75rem); /* min 27px max 60px 1600px width */
  line-height: calc(3px + 2ex + 3px);
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 15px;
    line-height: calc(5px + 2ex + 5px);
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    margin-bottom: 20px;
  }
}

h2 {
  font-size: clamp(1.5rem, 0.936rem + 2.314vw, 3.25rem); /* min 24px max 52px 1600px width */
  line-height: calc(5px + 2ex + 5px);
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 768px) {
  h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  h2 {
    margin-bottom: 20px;
  }
}

h3 {
  font-size: clamp(1.25rem, 0.9277rem + 1.3223vw, 2.25rem); /* min 20px max 36px 1600px max width */
  line-height: calc(4px + 2ex + 4px);
  margin-bottom: 10px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}
@media (min-width: 768px) {
  h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  h3 {
    margin-bottom: 20px;
  }
}

h4 {
  font-size: clamp(1.125rem, 0.8833rem + 0.9917vw, 1.875rem); /* min 18px max 30px 1600px max width */
  line-height: calc(4px + 2ex + 4px);
  margin-bottom: 10px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}
@media (min-width: 768px) {
  h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  h4 {
    margin-bottom: 20px;
  }
}

h5 {
  font-size: clamp(0.8125rem, 0.629rem + 0.7527vw, 1.25rem); /* min 12px max 20px */
  line-height: calc(4px + 2ex + 4px);
  margin-bottom: 10px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}
@media (min-width: 768px) {
  h5 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  h5 {
    margin-bottom: 20px;
  }
}

h6 {
  font-size: 13px;
  line-height: 1.45em;
  margin-bottom: 15px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}
@media (min-width: 768px) {
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 15px;
  }
}

p, label, li {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
  line-height: calc(3px + 2ex + 3px);
  color: #fff;
}
@media (min-width: 768px) {
  p, label, li {
    font-size: 17px;
    line-height: calc(4px + 2ex + 4px);
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  p, label, li {
    font-size: 18px;
    line-height: calc(5px + 2ex + 5px);
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  p, label, li {
    font-size: 19px;
    margin-bottom: 16px;
  }
}

.first-p p:first-of-type {
  font-size: 15px;
  margin-bottom: 15px;
  font-family: "FontName";
  font-weight: 500;
}
@media (min-width: 768px) {
  .first-p p:first-of-type {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .first-p p:first-of-type {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .first-p p:first-of-type {
    font-size: 19px;
  }
}
@media (min-width: 1400px) {
  .first-p p:first-of-type {
    font-size: 20px;
  }
}

.last-p p:last-of-type {
  margin-bottom: 0;
}

ul {
  margin-left: 15px;
  margin-bottom: 20px;
}

ol {
  margin-left: 0;
  list-style: none;
  counter-reset: item;
  padding: 0;
}
ol li {
  counter-increment: item;
  position: relative;
  padding-left: 30px;
}
ol li:before {
  content: counter(item);
  width: 30px;
  text-align: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

strong {
  font-family: "FontName";
  font-weight: 500;
}

body {
  font-size: 13px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

.fw {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.rd-corners {
  border-radius: 22px;
}

.relative {
  position: relative;
}

.resp-img {
  width: 100%;
  height: auto;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Buttons ================================================================== */
.btn, a.btn {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  display: inline-block;
  background-color: #1760AA;
  padding: 7px 18px;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border: solid 1px #1760AA;
}
@media (min-width: 768px) {
  .btn, a.btn {
    font-size: 16px;
    padding: 9px 22px;
  }
}
@media (min-width: 992px) {
  .btn, a.btn {
    font-size: 17px;
    min-width: 160px;
    padding: 9px 25px;
  }
}
@media (min-width: 1200px) {
  .btn, a.btn {
    font-size: 18px;
  }
}
.btn:hover, .btn:active, a.btn:hover, a.btn:active {
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
  color: #1760AA;
}

.btn-ghost {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  display: inline-block;
  background-color: #1760AA;
  padding: 7px 18px;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border: solid 1px #1760AA;
}
@media (min-width: 768px) {
  .btn-ghost {
    font-size: 16px;
    padding: 9px 22px;
  }
}
@media (min-width: 992px) {
  .btn-ghost {
    font-size: 17px;
    min-width: 160px;
    padding: 9px 25px;
  }
}
@media (min-width: 1200px) {
  .btn-ghost {
    font-size: 18px;
  }
}
.btn-ghost:hover, .btn-ghost:active {
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
  color: #1760AA;
}
.btn-ghost {
  background-color: transparent;
  border-color: #1760AA;
  color: #1760AA;
}
.btn-ghost:hover {
  background-color: #1760AA;
  border-color: #1760AA;
  color: #fff;
}

.underline-link {
  color: #000;
  border-color: #000;
}
.underline-link:hover {
  color: #000;
  border-color: #000;
}

.box-shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.sect-pad-top-sm {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .sect-pad-top-sm {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .sect-pad-top-sm {
    padding-top: 40px;
  }
}

.sect-pad-bot-sm {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sect-pad-bot-sm {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .sect-pad-bot-sm {
    padding-bottom: 40px;
  }
}

.sect-pad-top {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .sect-pad-top {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .sect-pad-top {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .sect-pad-top {
    padding-top: 85px;
  }
}
@media (min-width: 1400px) {
  .sect-pad-top {
    padding-top: 100px;
  }
}

.sect-pad-bot {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sect-pad-bot {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .sect-pad-bot {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .sect-pad-bot {
    padding-bottom: 85px;
  }
}
@media (min-width: 1400px) {
  .sect-pad-bot {
    padding-bottom: 100px;
  }
}

.sect-pad-left {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sect-pad-left {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .sect-pad-left {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .sect-pad-left {
    padding-left: 85px;
  }
}
@media (min-width: 1400px) {
  .sect-pad-left {
    padding-left: 100px;
  }
}

.sect-pad-right {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .sect-pad-right {
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  .sect-pad-right {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .sect-pad-right {
    padding-right: 85px;
  }
}
@media (min-width: 1400px) {
  .sect-pad-right {
    padding-right: 100px;
  }
}

.sect-pad-top-lg {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .sect-pad-top-lg {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .sect-pad-top-lg {
    padding-top: 180px;
  }
}

.sect-pad-bot-lg {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sect-pad-bot-lg {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .sect-pad-bot-lg {
    padding-bottom: 180px;
  }
}

.sect-mar-top {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sect-mar-top {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .sect-mar-top {
    margin-top: 100px;
  }
}

.sect-mar-bot {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sect-mar-bot {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .sect-mar-bot {
    margin-bottom: 100px;
  }
}

/* Placeholder ============================================================== */
.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}

/* Breadcrumbs ============================================================== */
.breadcrumbs {
  text-align: left;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 0;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  font-size: 9px;
}
@media (min-width: 768px) {
  .breadcrumbs li {
    font-size: 11px;
  }
}
.breadcrumbs li a {
  display: block;
  padding: 15px 20px 14px 0px;
  margin-right: 10px;
  color: #000;
  background-image: url("../images/chev-right-white.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: right center;
}
@media (min-width: 768px) {
  .breadcrumbs li a {
    padding: 15px 25px 14px 0px;
    margin-right: 16px;
  }
}
.breadcrumbs li a:hover {
  text-decoration: none;
}

/* Carousel ================================================================= */
.carousel-control-prev {
  background-image: url("../images/chev-left-white.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

.carousel-control-next {
  background-image: url("../images/chev-right-white.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

/* Utilities ================================================================ */
.hide-mob {
  display: none;
}
@media (min-width: 768px) {
  .hide-mob {
    display: block;
  }
}
@media (min-width: 992px) {
  .hide-mob {
    display: block;
  }
}

.hide-tab {
  display: block;
}
@media (min-width: 768px) {
  .hide-tab {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hide-tab {
    display: block;
  }
}

.hide-desk {
  display: block;
}
@media (min-width: 768px) {
  .hide-desk {
    display: block;
  }
}
@media (min-width: 992px) {
  .hide-desk {
    display: none !important;
  }
}

/* Simple Lightbox Overides ================================================= */
.sl-wrapper .sl-navigation button {
  overflow: hidden;
  text-indent: -100px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .sl-wrapper .sl-navigation button {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
}
.sl-wrapper .sl-navigation button.sl-prev {
  background-image: url(../images/chev-left-white.svg);
}
.sl-wrapper .sl-navigation button.sl-next {
  background-image: url(../images/chev-right-white.svg);
}
.sl-wrapper button.sl-close {
  overflow: hidden;
  text-indent: -100px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-image: url(../images/close-icon-white.svg);
  background-position: center center;
  width: 20px;
  height: 20px;
  margin: -9px -12px 0 0;
}
@media (min-width: 768px) {
  .sl-wrapper button.sl-close {
    background-size: 25px 25px;
    width: 30px;
    height: 30px;
    margin: -4px -10px 0 0;
  }
}
.sl-wrapper .sl-counter {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  color: #fff;
  left: 20px;
  top: 20px;
}
@media (min-width: 768px) {
  .sl-wrapper .sl-counter {
    left: 30px;
    top: 30px;
  }
}

.sl-overlay {
  background: #000;
  opacity: 0.95;
}

body.hidden-scroll {
  overflow-y: scroll;
  padding-right: 0 !important;
}

.gallery a:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-image: url("../images/zoom-in.svg");
  background-size: 30px 30px;
  background-position: center center;
}

/* Masonry Gallery ========================================================== */
.grid {
  width: 100%;
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-item {
  height: 240px;
  float: left;
  background: #eee;
  border-top: 7px solid #fff;
  border-bottom: 8px solid #fff;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .grid-item {
    height: 270px;
    border: 15px solid #fff;
  }
}

.grid-sizer,
.grid-item {
  width: 100%;
}
@media (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}

.grid-item--width2 {
  width: 100%;
  height: 240px;
}
@media (min-width: 992px) {
  .grid-item--width2 {
    width: 66.666%;
    height: 540px;
  }
}

/* Iphone Tel No Links ====================================================== */
a[href^=tel] {
  color: #fff;
}

.hw {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: auto;
}
.hw img {
  width: 100%;
  height: 140%; /* Plus parallax offset */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 992px) {
  .hw {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hw .hw-txt {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .hw .hw-txt {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .hw .hw-txt {
    padding-top: 40px;
  }
}
.hw .hw-txt {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .hw .hw-txt {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .hw .hw-txt {
    padding-bottom: 40px;
  }
}
.hw .hw-txt {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .hw .hw-txt {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .hw .hw-txt {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .hw .hw-txt {
    padding-left: 85px;
  }
}
@media (min-width: 1400px) {
  .hw .hw-txt {
    padding-left: 100px;
  }
}
.hw .hw-txt {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .hw .hw-txt {
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  .hw .hw-txt {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .hw .hw-txt {
    padding-right: 85px;
  }
}
@media (min-width: 1400px) {
  .hw .hw-txt {
    padding-right: 100px;
  }
}
.hw .hw-txt {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
.hw .hw-txt :last-child {
  margin-bottom: 0;
}

.hw-bg {
  height: 300px;
}
@media (min-width: 768px) {
  .hw-bg {
    height: 440px;
  }
}
@media (min-width: 992px) {
  .hw-bg {
    height: 700px;
  }
}

textarea.form-control {
  border-radius: 5px !important;
  border: none !important;
  font-size: 15px !important;
  cursor: none !important;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
}
@media (min-width: 768px) {
  textarea.form-control {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) {
  textarea.form-control {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  textarea.form-control {
    font-size: 19px !important;
  }
}

input[type=text].form-control, input[type=email].form-control {
  padding: 0 15px 0 15px !important;
  height: 50px !important;
  border-radius: 5px !important;
  border-color: #fff !important;
  color: #1760AA !important;
  cursor: none !important;
  font-size: 15px !important;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
}
@media (min-width: 768px) {
  input[type=text].form-control, input[type=email].form-control {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) {
  input[type=text].form-control, input[type=email].form-control {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  input[type=text].form-control, input[type=email].form-control {
    font-size: 19px !important;
  }
}

.vert-just {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.img-rd {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 400px;
  display: flex;
}

.pattern1-bg {
  background-image: url("../images/pattern1.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-attachment: fixed;
}

.pattern2-bg {
  background-image: url("../images/pattern2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

body {
  cursor: none !important; /* Custom cursor */
}

a:-webkit-any-link {
  cursor: none !important; /* Custom cursor */
}

.btn, a.logo {
  cursor: none !important; /* Custom cursor */
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: none !important;
}

.row {
  --bs-gutter-x: 20px;
}
@media (min-width: 768px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1400px) {
  .row {
    --bs-gutter-x: 40px;
  }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 40px;
}
@media (min-width: 768px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 992px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 100px;
  }
}
@media (min-width: 1400px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 120px;
  }
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1420px;
}

/* Navigation ============================================ */
.top-nav {
  height: 92px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .top-nav {
    height: 108px;
  }
}
@media (min-width: 992px) {
  .top-nav {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .top-nav.scrolled {
    background-color: #EFE7DA;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  }
}
.top-nav .logo {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 1;
  width: 68px;
  height: auto;
}
@media (min-width: 768px) {
  .top-nav .logo {
    top: 20px;
    left: 25px;
    width: 78px;
  }
}
@media (min-width: 992px) {
  .top-nav .logo {
    width: 100px;
    left: 30px;
    top: 25px;
  }
}
.top-nav .logo img {
  width: 100%;
  height: auto;
}
.top-nav .btn {
  position: absolute;
  right: 80px;
  top: 28px;
}
@media (min-width: 768px) {
  .top-nav .btn {
    top: 22px;
    right: 104px;
  }
}
@media (min-width: 992px) {
  .top-nav .btn {
    top: 28px;
    right: 120px;
  }
}

.hamburger {
  position: fixed;
  z-index: 110;
  right: 20px;
  top: 34px;
  cursor: none;
}
@media (min-width: 768px) {
  .hamburger {
    top: 21px;
    right: 25px;
    padding: 10px 10px 7px 10px !important;
    background-color: #1760AA !important;
  }
}
@media (min-width: 992px) {
  .hamburger {
    top: 28px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .scrolled .hamburger .hamburger-inner, .scrolled .hamburger .hamburger-inner:after, .scrolled .hamburger .hamburger-inner:before {
    background-color: #1E1E1E;
  }
}

@media (max-width: 767px) {
  .scrolled .hamburger.is-active .hamburger-inner, .scrolled .hamburger.is-active .hamburger-inner:after, .scrolled .hamburger.is-active .hamburger-inner:before {
    background-color: #1E1E1E;
  }
}

.nav-panel {
  position: fixed;
  z-index: 105;
  left: 0;
  top: -100vh;
  height: 100vh;
  width: 100%;
  background-color: #1760AA;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.75s ease-in-out;
}
@media (min-width: 992px) {
  .nav-panel {
    left: -650px;
    top: 0;
    width: 600px;
    padding-left: 130px;
    height: 100vh;
    justify-content: flex-start;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  }
}
.nav-panel ul {
  list-style: none;
  margin: 0;
}
.nav-panel ul li {
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .nav-panel ul li {
    text-align: left;
  }
}
.nav-panel ul li a {
  text-decoration: none;
  font-size: 40px;
  padding: 22px 0;
  display: block;
  color: #fff;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
}
@media (min-width: 768px) {
  .nav-panel ul li a {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .nav-panel ul li a {
    font-size: 60px;
    padding: 30px 0;
  }
}
.nav-panel ul li a.active {
  opacity: 0.5;
}
.nav-panel.nav-panel-open {
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .nav-panel.nav-panel-open {
    left: 0;
  }
}
.nav-panel.nav-panel-open ul li {
  animation-name: fadein-nav-items;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  opacity: 0;
}
.nav-panel.nav-panel-open ul li:nth-child(2) {
  animation-delay: 0.45s;
}
.nav-panel.nav-panel-open ul li:nth-child(3) {
  animation-delay: 0.6s;
}
.nav-panel.nav-panel-open ul li:nth-child(4) {
  animation-delay: 0.75s;
}
.nav-panel.nav-panel-open ul li:nth-child(5) {
  animation-delay: 0.9s;
}
.nav-panel.nav-panel-open ul li:nth-child(6) {
  animation-delay: 1.05s;
}
.nav-panel.nav-panel-open ul li:nth-child(7) {
  animation-delay: 1.2s;
}
.nav-panel.nav-panel-open ul li:nth-child(8) {
  animation-delay: 1.35s;
}
.nav-panel.nav-panel-open ul li:nth-child(9) {
  animation-delay: 1.5;
}
.nav-panel.nav-panel-open ul li:nth-child(10) {
  animation-delay: 1.65s;
}

@keyframes fadein-nav-items {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo-header {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.logo-header .logo {
  width: 126px;
  height: auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .logo-header .logo {
    width: 146px;
  }
}
@media (min-width: 992px) {
  .logo-header .logo {
    width: 166px;
  }
}
@media (min-width: 1200px) {
  .logo-header .logo {
    width: 176px;
  }
}

/* Global styles ========================================= */
.banner {
  height: 360px;
  background-color: #EFE7DA;
  position: relative;
}
@media (min-width: 768px) {
  .banner {
    height: 520px;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 680px;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 800px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.3) 100%);
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.banner.home-banner {
  height: 360px;
}
@media (min-width: 768px) {
  .banner.home-banner {
    height: 520px;
  }
}
@media (min-width: 992px) {
  .banner.home-banner {
    height: 680px;
  }
}
@media (min-width: 1200px) {
  .banner.home-banner {
    height: 800px;
  }
}
@media (min-width: 1400px) {
  .banner.home-banner {
    height: 100vh;
  }
}
.banner.banner-center img {
  -o-object-position: center center;
     object-position: center center;
}

/* Custom Cursor ========================================= */
.circle2 {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #1760AA;
  z-index: 9999;
  pointer-events: none;
  display: none;
}
@media (min-width: 992px) {
  .circle2 {
    display: block;
  }
}
.circle2.hover {
  animation-name: cursor-hover-ani;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.circle2.white-cursor {
  background-color: #fff;
}

@keyframes cursor-hover-ani {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2.5);
  }
}
/* Footer ================================================ */
footer {
  background-color: #000;
}
footer .footer-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 20px;
}
footer .footer-left .logo {
  width: auto;
  height: 70px;
}
@media (min-width: 768px) {
  footer .footer-left .logo {
    height: 80px;
  }
}
@media (min-width: 992px) {
  footer .footer-left .logo {
    height: 100px;
  }
}
footer a {
  text-decoration: none;
}
footer ul {
  list-style: none;
  display: flex;
  margin: 0 0 5px 0;
}
footer ul li {
  margin: 0 10px 0 0;
}
footer ul li a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -100px;
  overflow: hidden;
}
footer ul li a.icon-li {
  background-image: url("../images/icon-li-wo2.svg");
}
footer ul li a.icon-li:hover {
  background-image: url("../images/icon-li-wo2-hover.svg");
}
footer ul li a.icon-ig {
  background-image: url("../images/icon-in.svg");
}
footer ul li a.icon-ig:hover {
  background-image: url("../images/icon-in-hover.svg");
}
footer ul li a.icon-vi {
  background-image: url("../images/icon-vim.svg");
}
footer ul li a.icon-vi:hover {
  background-image: url("../images/icon-vim-hover.svg");
}
footer .small-print {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer .small-print {
    margin-bottom: 0;
  }
}
footer .small-print p {
  margin-bottom: 0;
}
footer .small-print p span {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}
footer .logos-wrap {
  width: 100%;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/* PAGE SPECIFIC STYLES ================================== */
/* PAGE – HOME ====================================== */
.highlight-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.highlight-block h3 {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .highlight-block h3 br {
    display: none;
  }
}
.highlight-block .hb-dot {
  display: flex;
  width: 12px;
  height: 12px;
  background-color: #1760AA;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .highlight-block .hb-dot {
    margin-bottom: 20px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .highlight-block.hb1 {
    flex-direction: column-reverse;
  }
  .highlight-block.hb1 .hb-dot {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .highlight-block.hb1 h3 {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .highlight-block.hb2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .highlight-block.hb2 h3 {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .highlight-block.hb3 h3 {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .cara-projects-wrap {
    padding: 0;
  }
}
.cara-projects-wrap .row, .cara-projects-wrap .col-12 {
  padding: 0;
  margin: 0;
}

.cara-projects {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .cara-projects {
    padding-left: 0;
  }
}

.project-block {
  position: relative;
  display: block;
}
.cara-projects-static .project-block {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cara-projects-static .project-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cara-projects-static .project-block {
    margin-bottom: 40px;
  }
}
.project-block img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.project-block .project-block-hover {
  width: 100%;
  height: 100%;
  padding: 20px 20px 16px 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .project-block .project-block-hover {
    padding: 30px;
    opacity: 0;
    background-color: #1760AA;
  }
}
.project-block .project-block-hover h2 {
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-block .project-block-hover h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .project-block .project-block-hover h2 {
    color: #EFE7DA;
  }
}
.project-block .project-block-hover h2 span {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
}
.project-block .project-block-hover::before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 992px) {
  .project-block .project-block-hover::before {
    content: none;
  }
}
.project-block:hover .project-block-hover {
  opacity: 1;
}

.cara-team {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .cara-team {
    padding-left: 0;
  }
}
.cara-team .team-block {
  overflow: hidden;
  background-color: #1760AA;
}
.cara-team .team-block:hover img {
  transform: scale(1.1);
  opacity: 0.5;
  filter: saturate(0);
}
.cara-team .team-block img {
  width: 100%;
  aspect-ratio: 1/1.05;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  filter: saturate(1);
}
.cara-team.marketing .team-block {
  border: solid 1px #EFE7DA;
}
.cara-team.marketing .team-block:hover img {
  transform: none;
}

@media (min-width: 768px) {
  .home-page .cara-team .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin: 0 auto;
    max-width: calc(100% - 60px); /* - bootstrap gutter */
  }
}
@media (min-width: 992px) {
  .home-page .cara-team .swiper-wrapper {
    gap: 30px;
    max-width: calc(100% - 120px); /* - bootstrap gutter */
  }
}
@media (min-width: 1400px) {
  .home-page .cara-team .swiper-wrapper {
    max-width: 1300px; /* - bootstrap gutter */
  }
}
@media (min-width: 768px) {
  .home-page .cara-team .swiper-wrapper .team-block {
    width: calc(33.33% - 14px) !important;
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .home-page .cara-team .swiper-wrapper .team-block {
    width: calc(33.33% - 20px) !important;
  }
}

.swiper-pagination {
  margin-top: 30px;
  position: static;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #1E1E1E;
  opacity: 1;
  border-radius: 10px;
  margin: 0 6px !important;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 13px;
    margin: 0 8px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #1760AA;
  opacity: 1;
}

.modal .modal-dialog {
  max-width: 560px;
}
.modal .modal-content {
  border: none;
  background-color: #EFE7DA;
  border-radius: 0;
}
.modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
  z-index: 1;
}
.modal .modal-body {
  padding: 0 30px 30px 30px;
}
.modal .modal-body .modal-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
}
.modal .modal-body .modal-top img {
  width: calc(100% - 70px);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-body .modal-top ul {
  list-style: none;
  margin: 0;
}
.modal .modal-body .modal-top ul li {
  margin: 0;
}
.modal .modal-body .modal-top ul li:first-of-type {
  margin-bottom: 15px;
}
.modal .modal-body .modal-top ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.modal .modal-body .modal-top ul li a.icon-li {
  background-image: url("../images/icon-li-wo.svg");
}
.modal .modal-body .modal-top ul li a.icon-li:hover {
  background-image: url("../images/icon-li-wo-hover.svg");
}
.modal .modal-body .modal-top ul li a.icon-mail {
  background-image: url("../images/icon-mail.svg");
}
.modal .modal-body .modal-top ul li a.icon-mail:hover {
  background-image: url("../images/icon-mail-hover.svg");
}
.modal .modal-body h3 {
  color: #1E1E1E;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  margin-bottom: 5px;
}
.modal .modal-body h4 {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
  color: #1760AA;
  margin-bottom: 5px;
}
.modal .modal-body h4:last-of-type {
  margin-bottom: 0;
}
.modal .modal-body p {
  color: #1E1E1E;
}
.modal .modal-body p:last-of-type {
  margin-bottom: 0;
}

.modal-backdrop {
  background-color: #1760AA;
}
.modal-backdrop.show {
  opacity: 0.9;
}

.cara-partners .swiper-wrapper {
  transition-timing-function: linear !important;
}
.cara-partners .swiper-wrapper .swiper-slide {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.cara-partners .swiper-wrapper .swiper-slide img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(258deg) brightness(105%) contrast(103%);
  height: 40px;
  width: auto;
}

.cara-partners-static {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.cara-partners-static div {
  width: 25%;
  aspect-ratio: 6/4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .cara-partners-static div {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .cara-partners-static div {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .cara-partners-static div {
    width: 12.5%;
  }
}
@media (max-width: 767px) {
  .cara-partners-static div:nth-child(1), .cara-partners-static div:nth-child(5), .cara-partners-static div:nth-child(9), .cara-partners-static div:nth-child(13), .cara-partners-static div:nth-child(17), .cara-partners-static div:nth-child(21), .cara-partners-static div:nth-child(25), .cara-partners-static div:nth-child(29), .cara-partners-static div:nth-child(33), .cara-partners-static div:nth-child(37) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .cara-partners-static div:nth-child(37), .cara-partners-static div:nth-child(38), .cara-partners-static div:nth-child(39), .cara-partners-static div:nth-child(40) {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cara-partners-static div:nth-child(1), .cara-partners-static div:nth-child(6), .cara-partners-static div:nth-child(11), .cara-partners-static div:nth-child(16), .cara-partners-static div:nth-child(21), .cara-partners-static div:nth-child(26), .cara-partners-static div:nth-child(31), .cara-partners-static div:nth-child(36) {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cara-partners-static div:nth-child(36), .cara-partners-static div:nth-child(37), .cara-partners-static div:nth-child(38), .cara-partners-static div:nth-child(39), .cara-partners-static div:nth-child(40) {
    border-bottom: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cara-partners-static div:nth-child(1), .cara-partners-static div:nth-child(6), .cara-partners-static div:nth-child(11), .cara-partners-static div:nth-child(16), .cara-partners-static div:nth-child(21), .cara-partners-static div:nth-child(26), .cara-partners-static div:nth-child(31), .cara-partners-static div:nth-child(36) {
    border-left: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cara-partners-static div:nth-child(36), .cara-partners-static div:nth-child(37), .cara-partners-static div:nth-child(38), .cara-partners-static div:nth-child(39), .cara-partners-static div:nth-child(40) {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .cara-partners-static div:nth-child(33), .cara-partners-static div:nth-child(34), .cara-partners-static div:nth-child(35), .cara-partners-static div:nth-child(36), .cara-partners-static div:nth-child(37), .cara-partners-static div:nth-child(38), .cara-partners-static div:nth-child(39), .cara-partners-static div:nth-child(40) {
    border-bottom: none;
  }
}
.cara-partners-static img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7484%) hue-rotate(310deg) brightness(105%) contrast(112%);
  height: 38px;
  width: auto;
}
@media (min-width: 768px) {
  .cara-partners-static img {
    height: 54px;
  }
}
@media (min-width: 992px) {
  .cara-partners-static img {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .cara-partners-static img {
    height: 5dvb;
  }
}
@media (min-width: 1400px) {
  .cara-partners-static img {
    height: 64px;
  }
}

/* PAGE – PROJECTS ======================================= */
.projects-ul {
  list-style: none;
  margin: 20px 0 0 0;
  display: block;
}
.projects-ul li {
  font-size: clamp(1.5rem, 0.936rem + 2.314vw, 3.25rem); /* min 24px max 52px 1600px width */
  line-height: calc(5px + 2ex + 5px);
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 768px) {
  .projects-ul li {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .projects-ul li {
    margin-bottom: 20px;
  }
}
.projects-ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .projects-ul li {
    margin-bottom: 8px;
  }
}
.projects-ul li::before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #1760AA;
  margin-right: 18px;
  margin-bottom: -4px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .projects-ul li::before {
    width: 10px;
    height: 10px;
    margin-bottom: -6px;
    margin-right: 14px;
  }
}
@media (min-width: 992px) {
  .projects-ul li::before {
    width: 14px;
    height: 14px;
    margin-bottom: -7px;
    margin-right: 18px;
  }
}
.projects-ul li:last-of-type {
  margin-bottom: 0;
}

/* PAGE – PROJECT POST ====================================== */
.project-list {
  list-style: none;
  margin: 30px 0 40px 0;
}
.project-list li {
  font-size: clamp(1.125rem, 0.8833rem + 0.9917vw, 1.875rem); /* min 18px max 30px 1600px max width */
  line-height: calc(4px + 2ex + 4px);
  margin-bottom: 10px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}
@media (min-width: 768px) {
  .project-list li {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .project-list li {
    margin-bottom: 20px;
  }
}
.project-list li {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
  color: #1E1E1E;
  margin-bottom: 8px;
}
.project-list li span {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}
.project-list li a {
  text-decoration: none;
  color: #1760AA;
}

.modal.project-modal .modal-dialog {
  max-width: 1100px;
}
.modal.project-modal .modal-content {
  border: none;
  background-color: #EFE7DA;
  border-radius: 0;
}
.modal.project-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-color: #1760AA;
  background-position: center center;
  background-size: 1em auto;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}
.modal.project-modal .modal-body {
  padding: 0;
}
.modal.project-modal .modal-body img {
  width: 100%;
  height: auto;
}

/* PAGE – CONTACT PAGE ====================================== */
.contact-page {
  padding-top: 90px;
}
@media (min-width: 1400px) {
  .contact-page {
    padding-top: 80px;
  }
}

.leform-container {
  max-width: none !important;
  margin: 0 !important;
}

.leform-form-2 {
  padding: 0 !important;
}

.leform-form-2 .leform-element, .leform-progress-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.leform-form-2 .leform-element .leform-button, .leform-form-2 .leform-element .leform-button:visited {
  background-color: #1760AA !important;
  border-color: #1760AA !important;
  color: #fff !important;
  border-radius: 50px !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .leform-form-2 .leform-element .leform-button, .leform-form-2 .leform-element .leform-button:visited {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .leform-form-2 .leform-element .leform-button, .leform-form-2 .leform-element .leform-button:visited {
    font-size: 17px !important;
    min-width: 160px !important;
  }
}
@media (min-width: 1200px) {
  .leform-form-2 .leform-element .leform-button, .leform-form-2 .leform-element .leform-button:visited {
    font-size: 18px !important;
  }
}
.leform-form-2 .leform-element .leform-button:hover, .leform-form-2 .leform-element .leform-button:visited:hover {
  background-color: #1760AA !important;
  border-color: #1760AA !important;
  color: #fff !important;
}

@media (min-width: 521px) {
  .leform-row > div:first-of-type {
    padding-right: 10px !important;
  }
}
@media (min-width: 521px) {
  .leform-row > div:last-of-type {
    padding-left: 10px !important;
  }
}

.leform-element-html .form-confirmation h3 {
  font-size: clamp(1.25rem, 0.9277rem + 1.3223vw, 2.25rem); /* min 20px max 36px 1600px max width */
  line-height: calc(4px + 2ex + 4px);
  margin-bottom: 10px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
}
@media (min-width: 768px) {
  .leform-element-html .form-confirmation h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .leform-element-html .form-confirmation h3 {
    margin-bottom: 20px;
  }
}
.leform-element-html .form-confirmation h3 {
  color: #fff;
}
.leform-element-html .form-confirmation p {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
  line-height: calc(3px + 2ex + 3px);
  color: #fff;
}
@media (min-width: 768px) {
  .leform-element-html .form-confirmation p {
    font-size: 17px;
    line-height: calc(4px + 2ex + 4px);
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .leform-element-html .form-confirmation p {
    font-size: 18px;
    line-height: calc(5px + 2ex + 5px);
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .leform-element-html .form-confirmation p {
    font-size: 19px;
    margin-bottom: 16px;
  }
}
.leform-element-html .form-confirmation p {
  color: #fff;
}

.capitalparter {
  padding: 10px 15px;
  background-color: #1760AA;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
  line-height: calc(3px + 2ex + 3px);
  color: #fff;
}
@media (min-width: 768px) {
  .capitalparter {
    font-size: 17px;
    line-height: calc(4px + 2ex + 4px);
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .capitalparter {
    font-size: 18px;
    line-height: calc(5px + 2ex + 5px);
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .capitalparter {
    font-size: 19px;
    margin-bottom: 16px;
  }
}
.capitalparter {
  margin-bottom: 50px;
  display: inline-flex;
}
.capitalparter span {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  margin-left: 10px;
}/*# sourceMappingURL=main.css.map */