* {
  box-sizing: border-box;
}
/* Core Sections */
@font-face {
  font-family: 'Basetica-Regular';
  src: url('../fonts/Basetica/205TF-Basetica-Regular.woff2') format('woff2'), url('../fonts/Basetica/205TF-Basetica-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basetica-Bold';
  src: url('../fonts/Basetica/205TF-Basetica-Bold.woff2') format('woff2'), url('../fonts/Basetica/205TF-Basetica-Bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Basetica-Regular', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #111111;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 16px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
ul.menu,
ul.menu-button,
.page-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page .site-inner {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.pageWrapper {
  overflow-x: hidden;
}
.page-content {
  width: 100%;
}
.sc-container {
  width: 100%;
  max-width: 1440px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .sc-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 760px) {
  body {
    font-size: 16px;
  }
}
/*
***************************************
  Global Spacing Utility Classes
  Desktop-first utilities:
  - mt-*, mb-* : margin top/bottom
  - pt-*, pb-* : padding top/bottom
  - pd-*       : padding top+bottom
  Range: 10 to 200 (step 10)
***************************************
*/
.mt-10,
.MT-10 {
  margin-top: 10px !important;
}
.mb-10,
.MB-10 {
  margin-bottom: 10px !important;
}
.pt-10,
.PT-10 {
  padding-top: 10px !important;
}
.pb-10,
.PB-10 {
  padding-bottom: 10px !important;
}
.pd-10,
.PD-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mt-20,
.MT-20 {
  margin-top: 20px !important;
}
.mb-20,
.MB-20 {
  margin-bottom: 20px !important;
}
.pt-20,
.PT-20 {
  padding-top: 20px !important;
}
.pb-20,
.PB-20 {
  padding-bottom: 20px !important;
}
.pd-20,
.PD-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mt-30,
.MT-30 {
  margin-top: 30px !important;
}
.mb-30,
.MB-30 {
  margin-bottom: 30px !important;
}
.pt-30,
.PT-30 {
  padding-top: 30px !important;
}
.pb-30,
.PB-30 {
  padding-bottom: 30px !important;
}
.pd-30,
.PD-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.mt-40,
.MT-40 {
  margin-top: 40px !important;
}
.mb-40,
.MB-40 {
  margin-bottom: 40px !important;
}
.pt-40,
.PT-40 {
  padding-top: 40px !important;
}
.pb-40,
.PB-40 {
  padding-bottom: 40px !important;
}
.pd-40,
.PD-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.mt-50,
.MT-50 {
  margin-top: 50px !important;
}
.mb-50,
.MB-50 {
  margin-bottom: 50px !important;
}
.pt-50,
.PT-50 {
  padding-top: 50px !important;
}
.pb-50,
.PB-50 {
  padding-bottom: 50px !important;
}
.pd-50,
.PD-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.mt-60,
.MT-60 {
  margin-top: 60px !important;
}
.mb-60,
.MB-60 {
  margin-bottom: 60px !important;
}
.pt-60,
.PT-60 {
  padding-top: 60px !important;
}
.pb-60,
.PB-60 {
  padding-bottom: 60px !important;
}
.pd-60,
.PD-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.mt-70,
.MT-70 {
  margin-top: 70px !important;
}
.mb-70,
.MB-70 {
  margin-bottom: 70px !important;
}
.pt-70,
.PT-70 {
  padding-top: 70px !important;
}
.pb-70,
.PB-70 {
  padding-bottom: 70px !important;
}
.pd-70,
.PD-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.mt-80,
.MT-80 {
  margin-top: 80px !important;
}
.mb-80,
.MB-80 {
  margin-bottom: 80px !important;
}
.pt-80,
.PT-80 {
  padding-top: 80px !important;
}
.pb-80,
.PB-80 {
  padding-bottom: 80px !important;
}
.pd-80,
.PD-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.mt-90,
.MT-90 {
  margin-top: 90px !important;
}
.mb-90,
.MB-90 {
  margin-bottom: 90px !important;
}
.pt-90,
.PT-90 {
  padding-top: 90px !important;
}
.pb-90,
.PB-90 {
  padding-bottom: 90px !important;
}
.pd-90,
.PD-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.mt-100,
.MT-100 {
  margin-top: 100px !important;
}
.mb-100,
.MB-100 {
  margin-bottom: 100px !important;
}
.pt-100,
.PT-100 {
  padding-top: 100px !important;
}
.pb-100,
.PB-100 {
  padding-bottom: 100px !important;
}
.pd-100,
.PD-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.mt-110,
.MT-110 {
  margin-top: 110px !important;
}
.mb-110,
.MB-110 {
  margin-bottom: 110px !important;
}
.pt-110,
.PT-110 {
  padding-top: 110px !important;
}
.pb-110,
.PB-110 {
  padding-bottom: 110px !important;
}
.pd-110,
.PD-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.mt-120,
.MT-120 {
  margin-top: 120px !important;
}
.mb-120,
.MB-120 {
  margin-bottom: 120px !important;
}
.pt-120,
.PT-120 {
  padding-top: 120px !important;
}
.pb-120,
.PB-120 {
  padding-bottom: 120px !important;
}
.pd-120,
.PD-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.mt-130,
.MT-130 {
  margin-top: 130px !important;
}
.mb-130,
.MB-130 {
  margin-bottom: 130px !important;
}
.pt-130,
.PT-130 {
  padding-top: 130px !important;
}
.pb-130,
.PB-130 {
  padding-bottom: 130px !important;
}
.pd-130,
.PD-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.mt-140,
.MT-140 {
  margin-top: 140px !important;
}
.mb-140,
.MB-140 {
  margin-bottom: 140px !important;
}
.pt-140,
.PT-140 {
  padding-top: 140px !important;
}
.pb-140,
.PB-140 {
  padding-bottom: 140px !important;
}
.pd-140,
.PD-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.mt-150,
.MT-150 {
  margin-top: 150px !important;
}
.mb-150,
.MB-150 {
  margin-bottom: 150px !important;
}
.pt-150,
.PT-150 {
  padding-top: 150px !important;
}
.pb-150,
.PB-150 {
  padding-bottom: 150px !important;
}
.pd-150,
.PD-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.mt-160,
.MT-160 {
  margin-top: 160px !important;
}
.mb-160,
.MB-160 {
  margin-bottom: 160px !important;
}
.pt-160,
.PT-160 {
  padding-top: 160px !important;
}
.pb-160,
.PB-160 {
  padding-bottom: 160px !important;
}
.pd-160,
.PD-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.mt-170,
.MT-170 {
  margin-top: 170px !important;
}
.mb-170,
.MB-170 {
  margin-bottom: 170px !important;
}
.pt-170,
.PT-170 {
  padding-top: 170px !important;
}
.pb-170,
.PB-170 {
  padding-bottom: 170px !important;
}
.pd-170,
.PD-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.mt-180,
.MT-180 {
  margin-top: 180px !important;
}
.mb-180,
.MB-180 {
  margin-bottom: 180px !important;
}
.pt-180,
.PT-180 {
  padding-top: 180px !important;
}
.pb-180,
.PB-180 {
  padding-bottom: 180px !important;
}
.pd-180,
.PD-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.mt-190,
.MT-190 {
  margin-top: 190px !important;
}
.mb-190,
.MB-190 {
  margin-bottom: 190px !important;
}
.pt-190,
.PT-190 {
  padding-top: 190px !important;
}
.pb-190,
.PB-190 {
  padding-bottom: 190px !important;
}
.pd-190,
.PD-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.mt-200,
.MT-200 {
  margin-top: 200px !important;
}
.mb-200,
.MB-200 {
  margin-bottom: 200px !important;
}
.pt-200,
.PT-200 {
  padding-top: 200px !important;
}
.pb-200,
.PB-200 {
  padding-bottom: 200px !important;
}
.pd-200,
.PD-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
/* Reduce larger spacing utilities on smaller desktops/tablets */
@media screen and (max-width: 1240px) {
  .mt-60,
  .MT-60 {
    margin-top: 42px !important;
  }
  .mb-60,
  .MB-60 {
    margin-bottom: 42px !important;
  }
  .pt-60,
  .PT-60 {
    padding-top: 42px !important;
  }
  .pb-60,
  .PB-60 {
    padding-bottom: 42px !important;
  }
  .pd-60,
  .PD-60 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-70,
  .MT-70 {
    margin-top: 49px !important;
  }
  .mb-70,
  .MB-70 {
    margin-bottom: 49px !important;
  }
  .pt-70,
  .PT-70 {
    padding-top: 49px !important;
  }
  .pb-70,
  .PB-70 {
    padding-bottom: 49px !important;
  }
  .pd-70,
  .PD-70 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-80,
  .MT-80 {
    margin-top: 56px !important;
  }
  .mb-80,
  .MB-80 {
    margin-bottom: 56px !important;
  }
  .pt-80,
  .PT-80 {
    padding-top: 56px !important;
  }
  .pb-80,
  .PB-80 {
    padding-bottom: 56px !important;
  }
  .pd-80,
  .PD-80 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-90,
  .MT-90 {
    margin-top: 63px !important;
  }
  .mb-90,
  .MB-90 {
    margin-bottom: 63px !important;
  }
  .pt-90,
  .PT-90 {
    padding-top: 63px !important;
  }
  .pb-90,
  .PB-90 {
    padding-bottom: 63px !important;
  }
  .pd-90,
  .PD-90 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-100,
  .MT-100 {
    margin-top: 70px !important;
  }
  .mb-100,
  .MB-100 {
    margin-bottom: 70px !important;
  }
  .pt-100,
  .PT-100 {
    padding-top: 70px !important;
  }
  .pb-100,
  .PB-100 {
    padding-bottom: 70px !important;
  }
  .pd-100,
  .PD-100 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-110,
  .MT-110 {
    margin-top: 77px !important;
  }
  .mb-110,
  .MB-110 {
    margin-bottom: 77px !important;
  }
  .pt-110,
  .PT-110 {
    padding-top: 77px !important;
  }
  .pb-110,
  .PB-110 {
    padding-bottom: 77px !important;
  }
  .pd-110,
  .PD-110 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-120,
  .MT-120 {
    margin-top: 84px !important;
  }
  .mb-120,
  .MB-120 {
    margin-bottom: 84px !important;
  }
  .pt-120,
  .PT-120 {
    padding-top: 84px !important;
  }
  .pb-120,
  .PB-120 {
    padding-bottom: 84px !important;
  }
  .pd-120,
  .PD-120 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-130,
  .MT-130 {
    margin-top: 91px !important;
  }
  .mb-130,
  .MB-130 {
    margin-bottom: 91px !important;
  }
  .pt-130,
  .PT-130 {
    padding-top: 91px !important;
  }
  .pb-130,
  .PB-130 {
    padding-bottom: 91px !important;
  }
  .pd-130,
  .PD-130 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-140,
  .MT-140 {
    margin-top: 98px !important;
  }
  .mb-140,
  .MB-140 {
    margin-bottom: 98px !important;
  }
  .pt-140,
  .PT-140 {
    padding-top: 98px !important;
  }
  .pb-140,
  .PB-140 {
    padding-bottom: 98px !important;
  }
  .pd-140,
  .PD-140 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-150,
  .MT-150 {
    margin-top: 105px !important;
  }
  .mb-150,
  .MB-150 {
    margin-bottom: 105px !important;
  }
  .pt-150,
  .PT-150 {
    padding-top: 105px !important;
  }
  .pb-150,
  .PB-150 {
    padding-bottom: 105px !important;
  }
  .pd-150,
  .PD-150 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-160,
  .MT-160 {
    margin-top: 112px !important;
  }
  .mb-160,
  .MB-160 {
    margin-bottom: 112px !important;
  }
  .pt-160,
  .PT-160 {
    padding-top: 112px !important;
  }
  .pb-160,
  .PB-160 {
    padding-bottom: 112px !important;
  }
  .pd-160,
  .PD-160 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-170,
  .MT-170 {
    margin-top: 119px !important;
  }
  .mb-170,
  .MB-170 {
    margin-bottom: 119px !important;
  }
  .pt-170,
  .PT-170 {
    padding-top: 119px !important;
  }
  .pb-170,
  .PB-170 {
    padding-bottom: 119px !important;
  }
  .pd-170,
  .PD-170 {
    padding-top: 119px !important;
    padding-bottom: 119px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-180,
  .MT-180 {
    margin-top: 126px !important;
  }
  .mb-180,
  .MB-180 {
    margin-bottom: 126px !important;
  }
  .pt-180,
  .PT-180 {
    padding-top: 126px !important;
  }
  .pb-180,
  .PB-180 {
    padding-bottom: 126px !important;
  }
  .pd-180,
  .PD-180 {
    padding-top: 126px !important;
    padding-bottom: 126px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-190,
  .MT-190 {
    margin-top: 133px !important;
  }
  .mb-190,
  .MB-190 {
    margin-bottom: 133px !important;
  }
  .pt-190,
  .PT-190 {
    padding-top: 133px !important;
  }
  .pb-190,
  .PB-190 {
    padding-bottom: 133px !important;
  }
  .pd-190,
  .PD-190 {
    padding-top: 133px !important;
    padding-bottom: 133px !important;
  }
}
@media screen and (max-width: 1240px) {
  .mt-200,
  .MT-200 {
    margin-top: 140px !important;
  }
  .mb-200,
  .MB-200 {
    margin-bottom: 140px !important;
  }
  .pt-200,
  .PT-200 {
    padding-top: 140px !important;
  }
  .pb-200,
  .PB-200 {
    padding-bottom: 140px !important;
  }
  .pd-200,
  .PD-200 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
header.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
header.header .header-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: padding-top 0.28s ease padding-bottom 0.28s ease;
}
header.header .header-wrap .logo-wrap {
  width: 220px;
  flex-shrink: 0;
}
header.header .header-wrap .logo-wrap .logo a,
header.header .header-wrap .logo-wrap .logo-mobile a {
  display: inline-block;
}
header.header .header-wrap .logo-wrap .logo img,
header.header .header-wrap .logo-wrap .logo-mobile img {
  width: 160px;
  height: auto;
  object-fit: contain;
  transition: width 0.28s ease;
}
header.header .header-wrap .logo-wrap .logo-mobile {
  display: none;
}
header.header .header-wrap .menu-wrap {
  flex-grow: 1;
  padding-bottom: 6px;
}
header.header .header-wrap .menu-wrap ul.menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
header.header .header-wrap .menu-wrap ul.menu li a {
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}
header.header .header-wrap .menu-wrap ul.menu li a:hover {
  color: #fdb515;
}
header.header .header-wrap .menu-wrap ul.menu li.current_page_item a {
  color: #fdb515;
}
header.header .header-wrap .menu-button {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-left: auto;
  padding: 8px 2px;
}
header.header .header-wrap .menu-button .mobile-bars {
  display: block;
  width: 28px;
}
header.header .header-wrap .menu-button .mobile-bars .mobile-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: #111111;
  margin: 6px 0;
  transform-origin: center;
  transition: transform 0.28s ease opacity 0.22s ease;
}
header.header.header-compact .header-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
}
header.header.header-compact .header-wrap .logo-wrap .logo img,
header.header.header-compact .header-wrap .logo-wrap .logo-mobile img {
  width: 95px;
}
header.header .mobile-menu-wrap {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  transition: max-height 0.35s ease opacity 0.25s ease;
}
header.header .mobile-menu-wrap ul.menu {
  width: 100%;
  max-width: 1440px;
  padding: 0 100px 16px;
  margin-left: auto;
  margin-right: auto;
}
header.header .mobile-menu-wrap ul.menu li a {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  text-transform: uppercase;
}
header.header.menu-open .header-wrap .menu-button .mobile-bars .mobile-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header.header.menu-open .header-wrap .menu-button .mobile-bars .mobile-bar:nth-child(2) {
  opacity: 0;
}
header.header.menu-open .header-wrap .menu-button .mobile-bars .mobile-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header.header.menu-open .mobile-menu-wrap {
  max-height: 420px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  header.header .header-wrap {
    padding: 0 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
  }
  header.header .header-wrap .logo-wrap {
    width: auto;
  }
  header.header .header-wrap .logo-wrap .logo {
    display: none;
  }
  header.header .header-wrap .logo-wrap .logo-mobile {
    display: block;
  }
  header.header .header-wrap .logo-wrap .logo-mobile img {
    width: 80px;
    height: auto;
  }
  header.header .header-wrap .menu-wrap {
    display: none;
  }
  header.header .header-wrap .menu-button {
    display: block;
  }
  header.header .mobile-menu-wrap ul.menu {
    padding: 0 24px 16px;
  }
}
@media screen and (min-width: 1025px) {
  header.header .mobile-menu-wrap {
    max-height: 0 !important;
    opacity: 0 !important;
    border-top: 0;
    pointer-events: none;
  }
}
footer.site-footer {
  background: #fdb515;
}
footer.site-footer .footer-inner {
  width: 100%;
  max-width: 1440px;
  padding: 74px 60px;
  margin-left: auto;
  margin-right: auto;
}
footer.site-footer .footer-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 180px;
}
footer.site-footer .footer-col {
  color: #ffffff;
}
footer.site-footer .footer-col p {
  margin-bottom: 6px;
  line-height: 1.3;
  color: #ffffff;
}
footer.site-footer .footer-col a {
  color: #ffffff;
}
footer.site-footer .footer-col-logo {
  width: 22%;
  min-width: 220px;
}
footer.site-footer .footer-logo {
  width: 180px;
  max-width: 100%;
  height: auto;
}
footer.site-footer .footer-col-right {
  width: calc(78% - 180px);
  min-width: 0;
}
footer.site-footer .footer-right-grid {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 34px;
}
footer.site-footer .footer-col-address {
  width: 64%;
}
footer.site-footer .footer-col-contact {
  width: 36%;
}
footer.site-footer .footer-col-contact .footer-contact-title {
  margin-bottom: 8px;
}
@media screen and (max-width: 1240px) {
  footer.site-footer .footer-wrap {
    gap: 100px;
  }
  footer.site-footer .footer-col-right {
    width: calc(78% - 100px);
    min-width: 0;
  }
}
@media screen and (max-width: 1024px) {
  footer.site-footer .footer-inner {
    padding: 54px 24px;
  }
  footer.site-footer .footer-wrap {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }
  footer.site-footer .footer-col-logo,
  footer.site-footer .footer-col-right {
    width: 100%;
    min-width: 0;
  }
  footer.site-footer .footer-right-grid {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  footer.site-footer .footer-col-address,
  footer.site-footer .footer-col-contact {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .footer-col p {
    font-size: 20px;
  }
  footer.site-footer .footer-logo {
    width: 180px;
    margin: 0 auto;
  }
}
.sc-home .panel {
  width: 100%;
}
.sc-home .panel-hero-slider {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: max(520px, calc(100vh - 110px));
}
.sc-home .panel-hero-slider .hero-slider {
  width: 100%;
  margin-bottom: 0 !important;
  min-height: max(520px, calc(100vh - 110px));
}
.sc-home .panel-hero-slider .slick-slider,
.sc-home .panel-hero-slider .slick-list,
.sc-home .panel-hero-slider .slick-track {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: max(520px, calc(100vh - 110px));
}
.sc-home .panel-hero-slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.sc-home .panel-hero-slider .hero-slide {
  position: relative;
  min-height: max(520px, calc(100vh - 110px));
  line-height: 0;
  overflow: hidden;
}
.sc-home .panel-hero-slider .hero-slide img {
  width: 100%;
  height: max(520px, calc(100vh - 110px));
  object-fit: cover;
  margin: 0;
}
.sc-home .panel-hero-slider .hero-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  pointer-events: none;
}
.sc-home .panel-hero-slider .hero-slide-overlay-logo .hero-slide-logo {
  width: min(414px, 36vw);
  max-width: 78%;
  height: auto;
}
.sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-copy {
  font-family: 'Basetica-Regular', sans-serif;
  font-weight: 500;
  width: max-content;
  max-width: 90%;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.28;
  text-align: left;
  padding: 0 25px;
}
.sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket {
  position: absolute;
  width: 120px;
  height: auto;
}
.sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket-top {
  top: 50px;
  right: 50px;
}
.sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket-bottom {
  bottom: 50px;
  left: 50px;
}
.sc-home .panel-hero-slider .slick-dots {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  width: 100%;
}
.sc-home .panel-hero-slider .slick-dots li {
  margin: 0 4px;
}
.sc-home .panel-hero-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
}
.sc-home .panel-hero-slider .slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  opacity: 1;
  left: 2px;
  top: 2px;
}
.sc-home .panel-hero-slider .slick-dots li.slick-active button:before {
  background: #ffffff;
  opacity: 1;
}
.sc-home .panel-full-image {
  width: 100% !important;
  margin: 0 !important;
  margin-top: -1px !important;
  padding-top: 0 !important;
  line-height: 0;
  position: relative;
}
.sc-home .panel-full-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.sc-home .panel-full-image .panel-image-bracket {
  position: absolute;
  width: 120px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.sc-home .panel-full-image .panel-image-bracket-top {
  top: 50px;
  right: 50px;
}
.sc-home .panel-full-image .panel-image-bracket-bottom {
  bottom: 50px;
  left: 50px;
}
.sc-home .panel-full-image .panel-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  pointer-events: none;
}
.sc-home .panel-full-image .panel-image-title {
  font-family: 'Basetica-Regular', sans-serif;
  font-weight: 500;
  width: max-content;
  max-width: 90%;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.28;
  text-align: left;
  padding: 0 25px;
}
.sc-home .panel-full-image .panel-image-subtitle {
  font-family: 'Basetica-Regular', sans-serif;
  font-weight: 500;
  position: absolute;
  right: 50px;
  bottom: 50px;
  max-width: max-content;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
  text-align: right;
}
.sc-home .panel-content {
  padding: 88px 0;
}
.sc-home .panel-content .panel-content-title {
  font-family: 'Basetica-Bold', sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.sc-home .panel-content .panel-content-body {
  max-width: 1040px;
  padding-left: 160px;
}
.sc-home .panel-content .panel-content-body p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}
.sc-home .panel-content .panel-content-body p:last-child {
  margin-bottom: 0;
}
.sc-home .panel-content.panel-content-yellow {
  background: #fdb515;
}
.sc-home .panel-content.panel-content-yellow .panel-content-title {
  color: #ffffff;
}
.sc-home .panel-content.panel-content-white {
  background: transparent;
}
.sc-home .panel-content.panel-content-white .panel-content-title {
  color: #58595b;
}
.sc-home .panel-carousel {
  padding: 60px 0 60px;
}
.sc-home .panel-carousel .carousel-shell {
  width: 100%;
  max-width: 1440px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
.sc-home .panel-carousel .image-carousel {
  width: 100%;
}
.sc-home .panel-carousel .carousel-item {
  padding: 0;
}
.sc-home .panel-carousel .carousel-image-wrap {
  position: relative;
  background: #ffffff;
  padding: 0;
}
.sc-home .panel-carousel .carousel-image-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url('../images/SVGS/Left_arrow_carousel.svg') no-repeat top left;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.sc-home .panel-carousel .carousel-image-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  background: url('../images/SVGS/right_bottom-carousel.svg') no-repeat bottom right;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.sc-home .panel-carousel .carousel-image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.sc-home .panel-carousel .carousel-caption {
  margin-top: 14px;
  font-size: 22px;
  color: #111111;
}
.sc-home .panel-carousel .carousel-caption .caption-main {
  color: #111111;
  margin-right: 8px;
}
.sc-home .panel-carousel .carousel-caption .caption-highlight {
  color: #fdb515;
}
.sc-home .panel-carousel .slick-arrow {
  width: 56px;
  height: 56px;
  z-index: 3;
}
.sc-home .panel-carousel .slick-arrow:before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sc-home .panel-carousel .slick-prev {
  left: -60px;
}
.sc-home .panel-carousel .slick-next {
  right: -60px;
}
.sc-home .panel-carousel .slick-prev:before {
  background-image: url('../images/SVGS/arrow_left.svg');
}
.sc-home .panel-carousel .slick-next:before {
  background-image: url('../images/SVGS/arrow_right.svg');
}
.sc-home .panel-capabilities {
  padding: 30px 0 80px;
}
.sc-home .panel-capabilities .panel-content-title {
  color: #58595b;
  margin-bottom: 34px;
}
.sc-home .panel-capabilities .capabilities-grid {
  display: flex;
  flex-flow: row nowrap;
  padding-left: 160px;
  gap: 80px;
}
.sc-home .panel-capabilities .capabilities-grid .capabilities-col {
  width: 50%;
}
.sc-home .panel-capabilities .capabilities-grid .capabilities-col ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sc-home .panel-capabilities .capabilities-grid .capabilities-col ul li {
  position: relative;
  padding-left: 20px;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.sc-home .panel-capabilities .capabilities-grid .capabilities-col ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.sc-home .panel-who-we-are {
  padding: 0 0 80px;
}
.sc-home .panel-who-we-are .panel-content-title {
  color: #58595b;
  margin-bottom: 28px;
}
.sc-home .panel-who-we-are .panel-content-body {
  max-width: 1040px;
  padding-left: 160px;
}
.sc-home .panel-members {
  padding: 0 0 80px;
}
.sc-home .panel-members .members-carousel {
  margin: 0 -14px;
}
.sc-home .panel-members .member-card {
  padding: 0 14px;
}
.sc-home .panel-members .member-image-wrap {
  background: #ffffff;
}
.sc-home .panel-members .member-image-wrap img {
  width: 100%;
}
.sc-home .panel-members .member-name {
  position: relative;
  margin-top: 16px;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 26px;
  line-height: 1.25;
  color: #58595b;
}
.sc-home .panel-members .member-name-art {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: url('../images/SVGS/name_bracket.svg') no-repeat center;
  background-size: contain;
}
.sc-home .panel-members .slick-arrow {
  width: 56px;
  height: 56px;
  z-index: 3;
}
.sc-home .panel-members .slick-arrow:before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sc-home .panel-members .slick-prev {
  left: -50px;
}
.sc-home .panel-members .slick-next {
  right: -50px;
}
.sc-home .panel-members .slick-prev:before {
  background-image: url('../images/SVGS/arrow_left.svg');
}
.sc-home .panel-members .slick-next:before {
  background-image: url('../images/SVGS/arrow_right.svg');
}
.sc-home .panel-signup {
  padding: 70px 0 70px;
}
.sc-home .panel-signup .social-connect-block {
  padding: 0 0 46px;
}
.sc-home .panel-signup .social-connect-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 22px;
  margin-bottom: 26px;
  width: fit-content;
  max-width: 100%;
}
.sc-home .panel-signup .social-connect-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #58595b;
  text-transform: lowercase;
}
.sc-home .panel-signup .social-connect-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
}
.sc-home .panel-signup .social-connect-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #fdb515;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.sc-home .panel-signup .social-connect-link:hover {
  background: #fdb515;
}
.sc-home .panel-signup .social-feed-placeholder {
  width: 100%;
  min-height: 240px;
}
.sc-home .panel-signup .signup-inner {
  border-top: 1px solid #fdb515;
  border-bottom: 1px solid #fdb515;
  padding: 54px 0 50px;
  text-align: center;
}
.sc-home .panel-signup .signup-title {
  max-width: 980px;
  margin: 0 auto 38px;
  font-size: 46px;
  line-height: 1.15;
  color: #fdb515;
}
.sc-home .panel-signup .signup-form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.sc-home .panel-signup .signup-form input {
  width: 340px;
  height: 58px;
  border: 1px solid #fdb515;
  background: transparent;
  text-align: right;
  font-size: 24px;
  color: #58595b;
  padding: 0 16px;
}
.sc-home .panel-signup .signup-form input::placeholder {
  color: #58595b;
  font-style: italic;
}
.sc-home .panel-signup .signup-form button {
  width: 250px;
  height: 58px;
  border: 1px solid #fdb515;
  background: #fdb515;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sc-home .panel-signup .signup-form button:hover {
  background: #fdb515;
  border-color: #fdb515;
}
.sc-home .panel-signup .signup-message {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  color: #58595b;
  min-height: 22px;
}
@media screen and (max-width: 1280px) {
  .sc-home .panel-carousel .carousel-image-wrap:before,
  .sc-home .panel-carousel .carousel-image-wrap:after {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .sc-home .panel-hero-slider {
    min-height: max(430px, calc(76vh - 86px));
  }
  .sc-home .panel-hero-slider .hero-slider,
  .sc-home .panel-hero-slider .slick-slider,
  .sc-home .panel-hero-slider .slick-list,
  .sc-home .panel-hero-slider .slick-track {
    min-height: max(430px, calc(76vh - 86px));
  }
  .sc-home .panel-hero-slider .hero-slide {
    min-height: max(430px, calc(76vh - 86px));
  }
  .sc-home .panel-hero-slider .hero-slide img {
    height: max(430px, calc(76vh - 86px));
  }
  .sc-home .panel-hero-slider .hero-slide-overlay {
    padding: 32px;
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-logo .hero-slide-logo {
    width: min(340px, 44vw);
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-copy {
    width: max-content;
    max-width: 90%;
    font-size: 36px;
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket {
    width: 92px;
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket-top {
    top: 32px;
    right: 32px;
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket-bottom {
    bottom: 32px;
    left: 32px;
  }
  .sc-home .panel-content {
    padding: 64px 0;
  }
  .sc-home .panel-content .panel-content-title {
    font-size: 28px;
  }
  .sc-home .panel-content .panel-content-body {
    padding-left: 0;
  }
  .sc-home .panel-carousel {
    padding: 56px 0 80px;
  }
  .sc-home .panel-carousel .carousel-shell {
    padding: 0 40px;
  }
  .sc-home .panel-carousel .slick-prev {
    left: -38px;
  }
  .sc-home .panel-carousel .slick-next {
    right: -38px;
  }
  .sc-home .panel-carousel .carousel-image-wrap:before,
  .sc-home .panel-carousel .carousel-image-wrap:after {
    width: 76px;
    height: 76px;
  }
  .sc-home .panel-full-image .panel-image-overlay {
    padding: 32px;
  }
  .sc-home .panel-full-image .panel-image-title {
    width: max-content;
    max-width: 90%;
    font-size: 36px;
  }
  .sc-home .panel-full-image .panel-image-subtitle {
    right: 32px;
    bottom: 32px;
    max-width: max-content;
    font-size: 20px;
  }
  .sc-home .panel-full-image .panel-image-bracket {
    width: 92px;
  }
  .sc-home .panel-full-image .panel-image-bracket-top {
    top: 32px;
    right: 32px;
  }
  .sc-home .panel-full-image .panel-image-bracket-bottom {
    bottom: 32px;
    left: 32px;
  }
  .sc-home .panel-capabilities .capabilities-grid {
    padding-left: 0;
    flex-direction: column;
    gap: 20px;
  }
  .sc-home .panel-capabilities .capabilities-grid .capabilities-col {
    width: 100%;
  }
  .sc-home .panel-who-we-are .panel-content-body {
    padding-left: 0;
  }
  .sc-home .panel-members .members-carousel {
    margin: 0;
  }
  .sc-home .panel-members .slick-prev {
    left: -36px;
  }
  .sc-home .panel-members .slick-next {
    right: -36px;
  }
  .sc-home .panel-signup .social-connect-block {
    padding-bottom: 38px;
  }
  .sc-home .panel-signup .social-connect-header {
    gap: 16px;
    margin-bottom: 20px;
  }
  .sc-home .panel-signup .signup-title {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .sc-home .panel-signup .signup-form {
    flex-direction: column;
    gap: 10px;
  }
  .sc-home .panel-signup .signup-form input,
  .sc-home .panel-signup .signup-form button {
    width: 100%;
    max-width: 360px;
    height: 52px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sc-home .panel-hero-slider {
    min-height: max(360px, calc(76vh - 86px));
  }
  .sc-home .panel-hero-slider .hero-slider,
  .sc-home .panel-hero-slider .slick-slider,
  .sc-home .panel-hero-slider .slick-list,
  .sc-home .panel-hero-slider .slick-track {
    min-height: max(360px, calc(76vh - 86px));
  }
  .sc-home .panel-hero-slider .hero-slide {
    min-height: max(360px, calc(76vh - 86px));
  }
  .sc-home .panel-hero-slider .hero-slide img {
    height: max(360px, calc(76vh - 86px));
  }
  .sc-home .panel-hero-slider .hero-slide-overlay {
    padding: 24px;
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-logo .hero-slide-logo {
    width: min(250px, 58vw);
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-copy {
    width: max-content;
    max-width: 90%;
    font-size: 24px;
    line-height: 1.35;
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket {
    width: 68px;
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket-top {
    top: 24px;
    right: 24px;
  }
  .sc-home .panel-hero-slider .hero-slide-overlay-text .hero-slide-bracket-bottom {
    bottom: 24px;
    left: 24px;
  }
  .sc-home .panel-full-image .panel-image-overlay {
    padding: 24px;
  }
  .sc-home .panel-full-image .panel-image-title {
    width: max-content;
    max-width: 90%;
    font-size: 24px;
  }
  .sc-home .panel-full-image .panel-image-subtitle {
    right: 24px;
    bottom: 24px;
    max-width: max-content;
    font-size: 16px;
  }
  .sc-home .panel-full-image .panel-image-bracket {
    width: 68px;
  }
  .sc-home .panel-full-image .panel-image-bracket-top {
    top: 24px;
    right: 24px;
  }
  .sc-home .panel-full-image .panel-image-bracket-bottom {
    bottom: 24px;
    left: 24px;
  }
}
@media screen and (max-width: 760px) {
  .sc-home .panel-content .panel-content-body p {
    font-size: 18px;
    line-height: 1.6;
  }
  .sc-home .panel-capabilities .capabilities-grid ul li {
    font-size: 18px;
    line-height: 1.5;
  }
  .sc-home .panel-signup .social-connect-header {
    width: 100%;
    gap: 14px;
  }
  .sc-home .panel-signup .social-connect-title {
    font-size: 20px;
  }
  .sc-home .panel-signup .social-connect-links {
    gap: 8px;
  }
  .sc-home .panel-signup .social-connect-link {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
  .sc-home .panel-signup .social-feed-placeholder {
    min-height: 160px;
  }
}
