@charset "UTF-8";
/* scss  */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  padding-top: 0;
  font-weight: 400;
  font-size: 20px;
  color: #2E0E02;
  letter-spacing: 0;
  line-height: 1.4;
}

main {
  background-color: #fff;
  margin: 0 auto;
}

body.home main {
  padding-bottom: 0;
}

.main-container {
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  color: #2E0E02;
}

h1 {
  font-size: 64px;
  font-weight: 300;
}
@media (min-width: 992px) {
  h1 {
    font-size: 72px;
  }
}

.hero-twocol h1 {
  font-size: 50px;
}
@media (min-width: 992px) {
  .hero-twocol h1 {
    font-size: 60px;
  }
}

h2 {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 1.1;
}
h2.alt {
  font-size: 48px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 28px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 33px;
  }
}

.blog-content h3 a {
  text-decoration: none;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  color: #D9042B;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  color: #061A40;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

p {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 24px;
  color: #000;
}
p.lead {
  font-size: 30px;
  font-weight: 500;
}
p.post-date {
  font-size: 20px;
  text-transform: uppercase;
}
p.medium {
  font-size: 18px;
}
p.preheader {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  color: #061A40;
  padding: 0;
  margin-bottom: 24px;
}

.dark-blue {
  color: #061A40;
}

.blue {
  color: #7183D7;
}

.yellow {
  color: #E9BD47;
}

.orange {
  color: #FF5714;
}

ul li {
  font-size: 18px;
  padding: 4px 0;
}
ul.checks {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  margin-bottom: 30px;
}
ul.checks li {
  font-size: 21px;
  list-style: none;
  font-weight: 500;
  padding: 8px 0;
}

.red {
  color: #D9042B;
}

.white {
  color: #fff;
}

.brown {
  color: #6C3C00;
}

.light-orange {
  color: #FFF9EB;
}

.btn {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #7183D7;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 0.8;
  padding: 14px 24px 12px 24px;
  border-color: transparent;
  border-radius: 10px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.btn .btn-arrow {
  margin-left: 10px;
  margin-top: -2px;
}
.btn.btn-primary {
  background-color: #7183D7;
  background-image: linear-gradient(to right, #6575c1 0%, #7183D7 51%, #6575c1 100%);
  color: #fff;
  border: 1px solid transparent;
  transition: 0.5s;
  background-size: 200% auto;
}
.btn.btn-primary:hover {
  color: #fff;
  border: 1px solid transparent;
  background-position: right center;
  text-decoration: none;
}
.btn.btn-secondary {
  background-color: #E9BD47;
  color: #fff;
  border: 1px solid transparent;
}
.btn.btn-secondary:hover {
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
}
.btn.btn-white {
  background-color: #fff;
  color: #FF5714;
  border: 1px solid transparent;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #FF5714;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn.btn-outline {
  border: 2px solid #FF5714;
  background-color: transparent;
  color: #FF5714;
}
.btn.btn-outline:hover {
  background-color: #FF5714;
  color: #fff;
}

.gform_button {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 0.8;
  padding: 20px 30px 20px 30px;
  box-shadow: 1px 1px #6C3C00;
  border-color: transparent;
  border-radius: 10px;
  letter-spacing: 0.195em;
  margin-bottom: 10px;
  background-color: #FF5714;
  color: #fff;
  border: 1px solid transparent;
}
.gform_button:hover {
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
}

#nav-top {
  padding: 0 0 4px 0;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF5714;
}
#nav-top .container p {
  display: inline;
  color: #fff;
  font-weight: 600;
}
#nav-top .container .navbar-nav {
  padding-top: 0;
}
#nav-top .container .navbar-nav .nav-item {
  position: relative;
  color: #fff;
  padding: 8px 10px 8px 10px;
  margin: 4px;
  text-align: right;
}
@media (min-width: 992px) {
  #nav-top .container .navbar-nav .nav-item {
    padding: 6px 10px 2px 10px;
  }
}
@media (min-width: 1400px) {
  #nav-top .container .navbar-nav .nav-item {
    padding: 6px 15px 2px 15px;
  }
}
#nav-top .container .navbar-nav .nav-item.nav-button {
  padding: 8px 15px 0 15px;
}
#nav-top .container .navbar-nav .nav-item.nav-button .btn-primary {
  border: 1px solid transparent !important;
}
#nav-top .container .navbar-nav .nav-item.nav-button .btn-primary:hover {
  border: 1px solid transparent !important;
}
#nav-top .container .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
#nav-top .container .navbar-nav .nav-item .nav-link {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  padding: 0;
  color: #fff;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
}
#nav-top .container .navbar-nav .nav-item .nav-link:hover {
  color: #6C3C00;
  text-decoration: none;
}

#nav-main {
  padding: 10px 0;
  z-index: 100;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
#nav-main .container .navbar-brand {
  position: relative;
  width: 150px;
  text-decoration: none !important;
  border: none;
  text-align: center;
  margin: 0;
}
#nav-main .container .navbar-brand img {
  width: 100%;
}
@media (min-width: 992px) {
  #nav-main .container .navbar-brand {
    width: 200px;
    margin: 0 auto;
  }
}
#nav-main .container .navbar-nav {
  padding-top: 0;
}
#nav-main .container .navbar-nav .nav-item {
  position: relative;
  padding: 8px 10px 8px 10px;
  margin: 4px;
}
@media (min-width: 992px) {
  #nav-main .container .navbar-nav .nav-item {
    padding: 6px 10px 2px 10px;
  }
}
@media (min-width: 1400px) {
  #nav-main .container .navbar-nav .nav-item {
    padding: 6px 15px 2px 15px;
  }
}
#nav-main .container .navbar-nav .nav-item.nav-button {
  padding: 8px 15px 0 15px;
}
#nav-main .container .navbar-nav .nav-item.nav-button .btn-primary {
  border: 1px solid transparent !important;
}
#nav-main .container .navbar-nav .nav-item.nav-button .btn-primary:hover {
  border: 1px solid transparent !important;
}
#nav-main .container .navbar-nav .nav-item .nav-link {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  padding: 0;
  color: #6C3C00;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
}
#nav-main .container .navbar-nav .nav-item .nav-link:hover {
  color: #FF5714;
  text-decoration: none;
}

.dropdown-menu {
  border: none;
}
@media (min-width: 992px) {
  .dropdown-menu {
    border: 1px solid #4F4537;
  }
}
.dropdown-menu .dropdown-item {
  text-decoration: none;
  color: #6C3C00;
  padding: 2px 8px;
}
@media (min-width: 992px) {
  .dropdown-menu .dropdown-item {
    padding: 4px 16px;
  }
}
.dropdown-menu .dropdown-item:hover {
  color: #FF5714;
  background-color: #fff;
  text-decoration: none;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FF5714;
}

.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6, .section-inverse p, .section-inverse ul li, .section-inverse ol li, .section-inverse a, .card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6, .card-inverse p, .card-inverse ul li, .card-inverse ol li, .card-inverse a {
  color: #fff;
}
.section-inverse a, .card-inverse a {
  border-color: #fff;
}
.section-inverse a:hover, .card-inverse a:hover {
  color: #fff;
  border-color: #fff;
}
.section-inverse .btn.btn-outline, .card-inverse .btn.btn-outline {
  background-color: transparent;
  color: #fff;
}
.section-inverse .btn.btn-outline:hover, .card-inverse .btn.btn-outline:hover {
  background-color: #fff;
  color: #FF5714;
}
.col-header {
  position: relative;
}
.col-header img {
  width: 50%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.col-header2 {
  min-height: 200px;
  position: relative;
  text-align: right;
}
.col-header2 .white-fade {
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  inset: 0;
}
.col-header2 h2 {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: 0;
  line-height: 1.1;
}
.col-header2 img {
  width: 70%;
  margin: 0 0 30px auto;
}

.content-wrapper {
  padding-top: 40px;
}
.content-wrapper a {
  text-decoration: underline;
}

.section-standard {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .section-standard {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-standard.extra-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .section-standard.extra-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

section.bg-light-gray,
section.bg-light,
section.bg-gray,
section.bg-green,
section.bg-light-orange,
section.bg-cream {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-logos-blue {
  background: url(/assets/images/bg-logos1.png) no-repeat top right, linear-gradient(149deg, #FFF 10.11%, rgba(212, 227, 243, 0.6) 48.32%) !important;
}

.bg-logos-yellow {
  background: url(/assets/images/bg-logos1.png) no-repeat top right, linear-gradient(118deg, rgba(113, 163, 215, 0.07) 29.14%, rgba(233, 189, 71, 0.28) 74.31%);
}

.bg-light {
  background-color: #eeeeee;
}

.bg-gray {
  background-color: #4F4537;
}

.bg-cream {
  background-color: #FFEDCB;
}

.bg-light-gray {
  background-color: #f6f5f3;
}

.bg-green {
  background-color: #00CD89;
}

.bg-light-orange {
  background-color: #FFF9EB;
}

.bg-light-orange-grad {
  background: #FFF9EB;
  background: linear-gradient(180deg, rgb(254, 245, 228) 0%, rgba(255, 249, 235, 0.5) 100%);
}

.bg-orange-2 {
  background-color: #fcdea4;
}

.section-commitment {
  position: relative;
  background-size: cover;
  background-image: url(/wp-content/themes/hopland/assets/images/2022-08-08_10-15-07.png);
  background-position: 50% 75%;
}
.section-commitment .cover {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.section-commitment .cover.brown {
  background-color: rgba(108, 60, 0, 0.4);
}

.section-services {
  background-color: #fff;
}

.rounded-feature-section {
  background-image: url(/assets/images/feature-top-chip.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #F1F6FB;
  width: 94%;
  border-radius: 24px;
  padding: 120px 24px 36px 24px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .rounded-feature-section {
    border-radius: 48px;
    padding: 230px 40px 60px 40px;
    width: 95%;
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .rounded-feature-section {
    border-radius: 48px;
    padding: 230px 40px 60px 40px;
    width: 90%;
    margin: 20px auto;
  }
}

.logo-mark-behind {
  display: block;
  position: absolute;
  z-index: 0;
  top: -30px;
  left: -78px;
  width: 200px;
  height: auto;
  opacity: 0.3;
}

.section-intro {
  background-image: linear-gradient(to bottom, #fff9eb, #fff8f2, #fffafa, #fffdff, #ffffff);
}

.single-post .blog-intro p:last-child {
  margin-bottom: 0 !important;
}

.img-wrap {
  display: flex;
  align-items: center;
  height: 300px;
}
.img-wrap .icon-illo {
  width: 70%;
  max-width: 400%;
  height: auto;
  max-height: 250px;
  margin: auto;
}
.img-wrap.small {
  height: 200px;
}
.img-wrap.small .icon-illo {
  width: 65%;
  max-height: 180px;
}
.img-wrap.icon {
  height: 80px;
  width: 80px;
}
.img-wrap.icon .icon-illo {
  width: 100%;
  max-height: 80px;
}

.icon-text-wrap {
  display: flex;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  margin-bottom: 20px;
}
.icon-text-wrap .icon-wrap {
  width: 100px;
  padding-right: 20px;
}
.icon-text-wrap .icon-wrap .icon-illo {
  width: 80%;
  max-height: 80px;
}
.icon-text-wrap .text-wrap {
  margin: auto 0;
  flex-grow: 1;
}
.icon-text-wrap .text-wrap h4 {
  color: #6C3C00;
  margin-bottom: 5px;
}
.icon-text-wrap .text-wrap p {
  font-size: 18px;
}
.icon-text-wrap .text-wrap p:last-child {
  margin-bottom: 0;
}
.icon-text-wrap:hover {
  background: #FFF9EB;
  text-decoration: none;
}
.icon-text-wrap.no-hover:hover {
  background: transparent;
}
.icon-text-wrap.large {
  align-items: start;
  flex-grow: 0;
}
.icon-text-wrap.large .icon-wrap {
  display: block;
  width: 100px !important;
  padding-right: 20px;
  padding-top: 5px;
  flex-grow: 1;
}
.icon-text-wrap.large .icon-wrap .icon-illo {
  width: 80px;
  height: auto;
  max-height: 100px;
}
.icon-text-wrap.large:hover {
  background: transparent;
}

.float-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
  min-height: 150px;
  border-radius: 40px;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(108, 60, 0, 0.4);
}
@media (min-width: 992px) {
  .float-box {
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(-50%);
  }
}

.home-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  padding: 24px 24px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(/assets/images/hero-server-racks.webp);
  border-radius: 12px 12px 24px 12px;
  margin: 0;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
@media (min-width: 992px) {
  .home-hero {
    border-radius: 12px 12px 72px 12px;
    min-height: 800px;
    padding: 48px;
  }
}
.home-hero .hero-content {
  width: 100%;
  position: relative;
  margin: auto auto auto 0;
  z-index: 2;
  padding-top: 30px;
}
.home-hero .hero-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 200;
  margin-bottom: 32px;
}
.home-hero .hero-content h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .home-hero .hero-content {
    width: 70%;
    padding-top: 60px;
  }
  .home-hero .hero-content h1 {
    font-size: 120px;
  }
  .home-hero .hero-content h3 {
    font-size: 48px;
  }
}

.hero-image-right {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .hero-image-right {
    border-radius: 12two-copx;
  }
}

.rounded-image {
  border-radius: 40px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .rounded-image {
    border-radius: 60px;
  }
}

.rounded-box {
  width: 100%;
  aspect-ratio: 1.2/1;
  border-radius: 40px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .rounded-box {
    border-radius: 60px;
  }
}
.rounded-box.square {
  aspect-ratio: 1;
}
.rounded-box.four-three {
  aspect-ratio: 1.5/1;
}

.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.icon-list li {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
  align-items: center;
}
.icon-list li img.icon {
  width: 48px;
  margin: 0;
}
.icon-list li p {
  margin: 0;
}
@media (min-width: 992px) {
  .icon-list {
    padding-left: 40px;
  }
}

footer {
  padding-top: 48px;
  padding-bottom: 50px;
  background-color: #7183D7;
  background-image: linear-gradient(135deg, #7183D7 10%, #5a68ac 100%);
  border: none;
  min-height: 100px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
footer p, footer h3, footer h4, footer h5, footer h6, footer a, footer ul li {
  color: #fff;
}
footer h6 {
  color: #fff;
  font-size: 20px;
}
footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social li {
  display: inline-block;
  margin-right: 10px;
}
footer .social li a {
  color: #fff;
}
footer .footer-search {
  background-color: #FF5714;
  color: #fff;
}
footer .footer-search p {
  color: #fff;
  margin-bottom: 10px;
}
footer .footer-main .brand-mark {
  width: 200px;
  margin: 20px 20px 0 0;
}
footer .post-footer {
  padding: 50px 0;
}
footer .post-footer p {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
footer a {
  border-bottom: none;
}
footer .nav {
  display: block;
  margin-bottom: 30px;
}
footer .nav li {
  display: block;
}

.section-hero {
  z-index: 1;
  display: flex;
  position: relative;
  min-height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: 50% 50%;
  align-items: center;
}
.section-hero.short {
  min-height: 300px;
}
.section-hero.top {
  background-position: 50% 25%;
}
.section-hero.bottom {
  background-position: 50% 75%;
}
.section-hero .cover {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.section-hero .hero-content {
  position: relative;
  margin: auto 0;
  z-index: 2;
}
.section-hero .hero-content h1 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 992px) {
  .section-hero .hero-content h1 {
    font-size: 50px;
    text-align: left;
  }
}
.section-hero .hero-content p {
  color: #fff;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-hero .hero-content p {
    font-size: 22px;
    text-align: left;
  }
}
.section-hero .hero-content p.preheader {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background-color: #fff !important;
  color: #6C3C00;
  padding: 5px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.section-hero .hero-content p.preheader a {
  letter-spacing: 0.1em;
  color: #6C3C00;
  text-decoration: none;
}

.hero-intro {
  padding: 15px 15px 30px 15px;
}
.hero-intro h1 {
  font-size: 36px;
  color: #061A40;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) {
  .hero-intro h1 {
    font-size: 50px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  .hero-intro {
    padding: 20px 30px 30px 0;
  }
}
.hero-intro p.preheader {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  background-color: #fff !important;
  color: #6C3C00;
  padding: 5px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.hero-intro p:last-child {
  margin-bottom: 0;
}

.logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.logo-wrap .logo {
  margin: auto;
  padding: 0 30px;
  max-height: 120px;
}

.teaser-block {
  text-align: center;
}
.teaser-block .teaser-wrap {
  max-height: 140px;
}
.teaser-block .teaser-icon {
  max-width: 200px;
  height: 140px;
  margin: 0 auto 30px auto;
}

.two-col-copy {
  border: 1px solid blue;
  -webkit-perspective: 1;
  display: flex;
  flex-direction: row;
  column-count: 2;
  column-gap: 30px;
}

.card {
  overflow: hidden;
  background-image: url(/assets/images/card-sheild.webp);
  position: relative;
  aspect-ratio: 1/1;
  z-index: 1;
  padding: 30px 30px 25px 30px;
  border: none;
  background-size: 100%;
  background-position: 50% 50%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  border-radius: 12px 12px 48px 12px;
  margin-bottom: 36px;
  transition: background-size 0.3s ease-in-out; /* Smooth transition */
}
.card:hover {
  background-size: 110%;
  transition: background-size 0.3s ease-in-out;
  text-decoration: none;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.card h3 {
  font-size: 28px;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  z-index: 2;
}
.card div.copy {
  position: relative;
  z-index: 2;
}
.card div.copy p, .card p.copy {
  color: #fff;
  margin: 0 0 36px 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  z-index: 2;
}
.card p.cta {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  margin: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .card {
    aspect-ratio: 47/63;
  }
  .card h3 {
    font-size: 36px;
  }
  .card div.copy p, .card p.copy {
    font-size: 28px;
    margin: 0 0 72px 0;
  }
  .card p.cta {
    font-size: 24px;
  }
}

a.social-icon, a.social-icon .svg-inline--fa {
  font-size: 20px;
  width: 30px;
  color: #FF5714 !important;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  color: #fff;
  border: none;
  text-decoration: none !important;
}
a.social-icon:hover, a.social-icon .svg-inline--fa:hover {
  color: #000 !important;
}

.icon {
  fill: currenƒor;
  width: 72px;
  height: 72px;
}

.icon-check {
  color: #FF5714;
  width: 28px;
  height: 28px;
  margin-top: -7px;
}

.carousel .carousel-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.container {
  max-width: 1470px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body.video-wrapper {
  margin-bottom: 60px;
}

.main-carousel {
  margin-bottom: 8px;
}

/* Utility */
.mb-36 {
  margin-bottom: 36px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-72 {
  margin-bottom: 72px;
}

.br-tl-large {
  border-top-left-radius: 48px !important;
}

.br-tr-large {
  border-top-right-radius: 48px !important;
}

.br-bl-large {
  border-bottom-left-radius: 48px !important;
}

.br-br-large {
  border-bottom-right-radius: 48px !important;
}

.row.gutter-large {
  margin-left: -60px;
  margin-right: -60px;
}

.row.gutter-large div[class^=col] {
  padding-left: 60px;
  padding-right: 60px;
}

/* icons */
.rounded {
  border-radius: 12px;
}

.btn-line {
  stroke: currentColor;
  height: 1px;
  width: 29px;
  margin-top: -2px;
}

.arrow-right {
  height: 7.36px;
  width: 29px;
  fill: currentColor;
}

.arrow-left {
  height: 7.36px;
  width: 29px;
  fill: currentColor;
}

.icon {
  fill: currentColor;
}

.icon-linkedin {
  width: 20px;
  height: 20px;
}

.icon-twitter {
  width: 20px;
  height: 20px;
}

.icon-facebook {
  width: 20px;
  height: 20px;
}

.icon-instagram {
  width: 20px;
  height: 20px;
}

.icon-youtube {
  width: 20px;
  height: 20px;
}

/* Bootstrap resets */
.accordion-item {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #FF5714;
}
.accordion-item .accordion-header {
  outline-color: transparent !important;
  font-family: "Inter", Helvetica, Arial, sans-serif !important;
  border: none !important;
  padding: 0;
}
.accordion-item .accordion-header .accordion-button {
  font-size: 25px;
  font-weight: 700;
  border: none !important;
  outline-color: transparent !important;
  position: relative;
  padding: 60px 60px 60px 130px;
  background-color: transparent;
  color: #FF5714;
}
.accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border: none !important;
  outline-color: transparent !important;
}
.accordion-item .accordion-body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  border: none !important;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  padding: 0 60px 30px 130px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1278px;
    max-width: 1278px;
  }
}
form input {
  border: 1px solid #4F4537;
  border-radius: 0 !important;
}

form.newsletter input {
  height: 53px;
  background-color: #fff;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
  box-shadow: 0 1px #6C3C00;
  border-color: #FF5714;
}
form.newsletter .btn {
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #FF5714;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

form#gform_2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 992px) {
  form#gform_2 {
    padding-left: 1.5rem;
  }
}
form#gform_2 .gform_body {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
form#gform_2 .gform_footer {
  margin: 0;
  padding: 0;
}
form#gform_2 input {
  height: 53px;
  background-color: #fff;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
  box-shadow: 0 1px #6C3C00;
  border-color: #FF5714;
}
form#gform_2 input#gform_submit_button_2 {
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #FF5714;
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  color: #FF5714;
}
form#gform_2 input#gform_submit_button_2:hover {
  background-color: #FF5714;
  color: #fff;
}

.swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-product-block {
  border: 1px solid #4F4537;
}
.swiper-product-block .image-block {
  padding: 15px 18px;
  border-bottom: 1px solid #4F4537;
}
.swiper-product-block .title-block {
  font-size: var(--step--2);
  text-transform: uppercase;
  line-height: 1.2;
  padding: 15px 18px;
  margin: 0;
}

.grad {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
  height: 250px;
  z-index: 100;
  background: rgb(245, 244, 242);
  background: linear-gradient(0deg, rgb(245, 244, 242) 30%, rgba(245, 244, 242, 0) 100%);
}

.home-hero {
  margin: auto 0;
  background-color: #000;
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
}
@media (min-width: 992px) {
  .home-hero {
    height: 650px;
  }
}
.home-hero .cover {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.home-hero h1 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 992px) {
  .home-hero h1 {
    font-size: 50px;
    text-align: left;
  }
}
.home-hero p {
  color: #fff;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .home-hero p {
    font-size: 22px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home-hero {
    padding-bottom: 100px;
  }
}

.logobox-crop {
  border: 4px solid #fff;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  transform: rotate(30deg);
  border-radius: 23%;
  aspect-ratio: 1/1;
}
.logobox-crop img {
  width: 800px;
  transform: rotate(-30deg);
}

.box-clip {
  clip-path: url(#clipbox2);
  width: 100%;
}

.box-clip-wrap {
  filter: drop-shadow(0 10px 20px rgba(255, 255, 255, 0.4));
}

/* default gutter width change */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: 17px;
  padding-left: 17px;
}

.row {
  margin-right: -17px;
  margin-left: -17px;
}

.row > [class^=col-] {
  padding-right: 17px;
  padding-left: 17px;
}

.swiper-button-next, .swiper-button-prev {
  background-color: #000;
  padding: 20px 30px 20px 30px;
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 10px;
  color: #fff;
  z-index: 101;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next:after {
  content: url("arrow-right.png");
  zoom: 50%;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after {
  content: url("arrow-left.png");
  zoom: 50%;
}

form label, form .gfield_label, form legend {
  color: #6C3C00;
}
form input, form textarea {
  border: 1px solid #FF5714;
  border-radius: 4px !important;
}

/* from customize */
