/*=========================================
=            Convert px to rem            =
=========================================*/
/*=====================================
=            Media queries            =
=====================================*/
/*============================
=            MISC            =
============================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  color: #ffffff;
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 48px;
  }
}
@media screen and (max-height: 667px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 36px;
  }
}
h1.color-black, h2.color-black, h3.color-black, h4.color-black, h5.color-black, h6.color-black {
  color: #101111;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: block;
  position: relative;
  top: -25px;
}
@media screen and (max-width: 768px) {
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    display: none;
  }
}

h2, h3, h4, h5, h6 {
  font-size: 50px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2, h3, h4, h5, h6 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  h2, h3, h4, h5, h6 {
    margin-bottom: 0;
  }
}

.btn {
  background: #E95712;
  border: 1px solid #FF7E42;
  border-radius: 20px;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
}
.btn:hover, .btn:active {
  background: #FF7E42;
}
.btn.outline {
  background: transparent;
  border-color: #E95712;
  color: #E95712;
}
.btn.outline:hover {
  background: #E95712;
  color: #ffffff;
}

nav {
  max-width: 1180px;
  width: 100%;
  height: 70px;
  border-radius: 42px;
  display: flex;
  place-items: center;
  place-content: center;
  position: fixed;
  top: 20px;
  z-index: 100;
  transition: background 0.25s ease-in-out;
}
nav.bg {
  background: #121314;
  box-shadow: 0 8px 24px 0 rgba(41, 13, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  nav {
    width: calc(100% - 40px);
    background: #101111;
    border-radius: 35px;
    top: 20px;
  }
}
nav .container {
  display: flex;
  justify-content: space-between;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  nav .container {
    padding: 0 32px;
  }
}
nav .container > a {
  display: inline-flex;
}
nav .container img {
  max-width: 160px;
}
@media screen and (max-width: 1024px) {
  nav .container img {
    max-width: 120px;
  }
}
nav .container ul:not(.ul) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  place-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  nav .container ul:not(.ul) {
    display: none;
  }
}
nav .container ul:not(.ul) li a:not(.btn) {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  place-items: center;
  padding: 16px 0;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
nav .container ul:not(.ul) li a:not(.btn).active {
  color: #E95712;
  font-weight: 700;
}
nav .container ul:not(.ul) li a:not(.btn):hover {
  color: #E95712;
}
nav .container ul:not(.ul) li.dropdown {
  position: relative;
}
nav .container ul:not(.ul) li.dropdown .dropdown-menu {
  width: 275px;
  background: rgba(16, 17, 17, 0.8);
  padding: 24px 16px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  border: 1px solid #E95712;
  border-radius: 12px;
  transition: opacity 0.2s ease-in-out;
}
nav .container ul:not(.ul) li.dropdown .dropdown-menu ul.ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
nav .container ul:not(.ul) li.dropdown .dropdown-menu ul.ul a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  transition: color 0.2s ease-in-out;
}
nav .container ul:not(.ul) li.dropdown .dropdown-menu ul.ul a.active {
  color: #E95712;
  font-weight: 700;
}
nav .container ul:not(.ul) li.dropdown .dropdown-menu ul.ul a:hover {
  color: #E95712;
}
nav .container ul:not(.ul) li.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
}
nav .container .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  nav .container .mobile {
    display: flex;
    gap: 16px;
    place-content: center;
    place-items: center;
  }
}
nav .container span.menuText {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}
nav .container span.menuText .hidden {
  display: none;
}
nav .container .hamburger {
  width: 16px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  nav .container .hamburger {
    display: block;
  }
}
nav .container .hamburger div {
  background: #ffffff;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  transition: width 0.2s ease-in-out;
}
nav .container .hamburger div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
nav .container .hamburger div:last-of-type {
  width: 60%;
  top: initial;
  bottom: 0;
}
nav .container .hamburger:hover div:last-of-type {
  width: 100%;
}

.mobile__menu {
  background-image: url("../images/S-shape-white.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #101111;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 100px 52px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.mobile__menu.open {
  opacity: 1;
  pointer-events: all;
}
.mobile__menu .inner__content {
  border-top: 1px solid #666666;
  width: 100%;
  padding-top: 10%;
}
.mobile__menu .inner__content ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile__menu .inner__content ul li {
  display: block;
  margin-bottom: 24px;
}
.mobile__menu .inner__content ul li.mt {
  margin-top: 40px;
}
.mobile__menu .inner__content ul li:last-of-type {
  margin-bottom: 0;
}
.mobile__menu .inner__content ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  place-items: center;
}
.mobile__menu .inner__content ul li a.active {
  color: #E95712;
}
.mobile__menu .inner__content ul li a.btn {
  display: inline-flex;
}
.mobile__menu .inner__content ul li a.btn, .mobile__menu .inner__content ul li a.social {
  background: #101111;
  height: 40px;
  font-size: 12px;
  font-weight: 900;
}
.mobile__menu .inner__content ul li a.btn:hover, .mobile__menu .inner__content ul li a.btn:active, .mobile__menu .inner__content ul li a.social:hover, .mobile__menu .inner__content ul li a.social:active {
  background: #E95712;
}
.mobile__menu .inner__content ul li a.social {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid #FF7E42;
  border-radius: 12px;
  display: inline-flex;
  place-content: center;
  place-items: center;
  transition: background 0.25s ease-in-out;
  margin-top: 70px;
}
.mobile__menu .inner__content ul li a.social:hover {
  background: #E95712;
}
.mobile__menu .inner__content ul li.dropdown .dropdown-mobile-menu {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.mobile__menu .inner__content ul li.dropdown .dropdown-mobile-menu ul {
  margin: 0;
  list-style: none;
}
.mobile__menu .inner__content ul li.dropdown .dropdown-mobile-menu ul li {
  margin: 0;
}
.mobile__menu .inner__content ul li.dropdown .dropdown-mobile-menu ul li a {
  color: #bfbfbf;
  padding: 8px 0;
  font-size: 16px;
}
.mobile__menu .inner__content ul li.dropdown.open .dropdown-mobile-menu {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  pointer-events: all;
}
.mobile__menu .inner__content ul li.dropdown.open .dropdown-mobile-menu ul {
  margin: 16px 0;
}
.mobile__menu .inner__content ul li.dropdown.open .dropdown-mobile-menu ul li {
  margin-left: 16px;
  margin-bottom: 0;
}

header {
  background-image: url("../images/header@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
  box-shadow: 0px 60px 20px rgba(0, 0, 0, 0.4) inset;
}
header.shovel {
  background-image: url("../images/header-shovel-mustang@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
  box-shadow: 0px 60px 20px rgba(0, 0, 0, 0.4) inset;
}
header.blog {
  height: 40vh;
}
@media screen and (max-height: 700px) {
  header.blog {
    height: 60vh;
  }
  header.blog h1, header.blog h2, header.blog h3, header.blog h4, header.blog h5, header.blog h6 {
    font-size: 24px;
  }
  header.blog .content {
    margin-top: 75px;
  }
}
header .blur-backdrop {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 0;
}
header .content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
header .content p {
  font-size: 20px;
  color: #ffffff;
  margin: 32px 0;
}
header .content .btn-wrapper {
  display: flex;
  flex-direction: row;
  place-content: center;
  place-items: center;
  gap: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  header .content .btn-wrapper {
    flex-direction: column;
  }
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
section.video {
  position: relative;
}
section.video:before {
  background-image: url("../images/S-shape.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 418px;
  width: 100%;
  height: 312px;
}
section.video .video-wrapper {
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 0;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  section.video .video-wrapper {
    grid-template-columns: 1fr;
  }
}
section.video .video-wrapper .block-1 {
  width: 100%;
  height: 300px;
  background-color: #131415;
  border-radius: 16px 0 0 16px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section.video .video-wrapper .block-1 {
    width: 90%;
    height: 160px;
    border-radius: 16px 16px 0 0;
  }
}
section.video .video-wrapper .block-1 .title {
  color: #E95712;
  font-size: 24px;
  font-weight: 700;
}
section.video .video-wrapper .block-1 .subtitle {
  color: #f3f3f3;
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
section.video .video-wrapper .block-1 img {
  margin-left: 80px;
  margin-top: 10px;
}
section.video .video-wrapper .block-2 {
  background-size: cover;
  width: 100%;
  height: 364px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  display: flex;
  place-content: center;
  place-items: center;
}
section.video .video-wrapper .block-2 .play-btn {
  background: #131415;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  place-content: center;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
section.video .video-wrapper .block-2 .play-btn:hover {
  background: rgba(19, 20, 21, 0.7);
}
section.upsell-2 {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  section.upsell-2 {
    display: block;
  }
}
section.upsell-2 .title {
  color: #E95712;
  font-size: 24px;
  font-weight: 700;
}
section.upsell-2 .subtitle {
  color: #f3f3f3;
  font-size: 16px;
  display: block;
  margin-top: 8px;
  margin-bottom: 24px;
}
section.upsell-2 .signature {
  max-width: 100%;
  margin-top: 40px;
  display: block;
}
section.upsell {
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.upsell {
    display: none;
  }
}
section.upsell:before {
  background-image: url("../images/S-shape-long.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 450px;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.upsell .container {
  display: flex;
  place-content: center;
  place-items: center;
}
section.upsell .upsell-content {
  background-image: url("../images/BenGoezinnen-HiRes@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 700px;
  width: 100%;
  height: 310px;
}
section.upsell .upsell-content .right {
  width: 40%;
  float: right;
  padding: 32px 0;
}
section.upsell .upsell-content .right .title {
  color: #E95712;
  font-size: 24px;
  font-weight: 700;
}
section.upsell .upsell-content .right .subtitle {
  color: #f3f3f3;
  font-size: 16px;
  display: block;
  margin-top: 8px;
  margin-bottom: 24px;
}
section.upsell .upsell-content .right .signature {
  max-width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  section.types .col-50 {
    margin-top: 40px;
  }
}
section.types .col-50 div {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  gap: 12px;
  text-align: center;
}
section.types .col-50 div em {
  width: 70%;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #E95712;
}
section.types .col-50 div span {
  font-size: 16px;
  color: #4D4D4D;
}
section.types img {
  max-width: 315px;
  width: 100%;
}
section.contact.page .container {
  background-image: url("/src/images/illus/illus-circle-quarter-orange.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 32px;
  margin-top: calc(-50% + 310px);
  padding: 64px 0;
  border: 1px solid #FF7E42;
}
@media screen and (max-width: 480px) {
  section.contact.page .container {
    margin-top: -50%;
  }
}
section.contact.page .container .form {
  background-image: none;
  background-color: transparent !important;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
section.contact.page .container .form .btn {
  margin-top: 12px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  section.contact.page .container .subtitle {
    padding: 0 24px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin-top: 12px;
  }
}
section.contact .subtitle {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: 900;
  color: #666666;
  display: block;
  margin: 0 auto;
}
section.contact .form {
  background-image: url("/src/images/illus/illus-circle-quarter-gray.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  width: 100%;
  border-radius: 32px;
  padding: 64px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  section.contact .form {
    padding: 24px;
  }
}
section.contact .form .col-50 {
  gap: 32px;
  position: relative;
}
section.contact .form .col-50 img {
  max-width: 570px;
  width: 100%;
  transform: translateX(100px);
}
@media screen and (max-width: 1024px) {
  section.contact .form .col-50 img {
    transform: translateX(0);
  }
}
section.blog {
  background-image: url("/src/images/illus/rounded-rectangle-topLeft.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
section.blog.article:before {
  content: "";
  max-width: 500px;
  width: 100%;
  height: 500px;
  background-image: url("/src/images/illus/rounded-rectangle-topLeft.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
section.blog.article .container {
  display: block !important;
  max-width: 640px;
  width: 100%;
}
section.blog h3, section.blog h4, section.blog h5 {
  font-weight: 900;
  color: #333333;
  margin-bottom: 8px;
}
section.blog h3 {
  font-size: 30px;
}
section.blog h4 {
  font-size: 24px;
}
section.blog h5 {
  font-size: 20px;
}
section.blog .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  section.blog .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  section.blog .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
section.blog .container a {
  text-decoration: none !important;
}
section.blog .container .card {
  background: white;
  width: 100%;
  min-height: 570px;
  border-radius: 16px;
  border: 1px solid #FFDCCC;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 186px 1fr;
  text-decoration: none !important;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 1024px) {
  section.blog .container .card {
    min-height: auto;
  }
}
section.blog .container .card .head {
  height: 186px;
  overflow: hidden;
}
section.blog .container .card .head img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.blog .container .card .content {
  padding: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  section.blog .container .card .content {
    padding: 16px;
  }
}
section.blog .container .card .content dt {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none !important;
}
section.blog .container .card .content span.title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0 32px 0;
  display: block;
  text-decoration: none !important;
}
section.blog .container .card .content p {
  height: 180px;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  text-decoration: none !important;
}
section.blog .container .card .content .readmore {
  position: absolute;
  bottom: 20px;
  color: #E95712;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
section.blog .container .card .content .readmore:hover {
  color: #FF7E42;
}
section.blog .container article {
  max-width: 100%;
  width: 100%;
}
section.blog .container article p {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
section.blog .container article p.intro {
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 40px;
}
section.blog .container article .image {
  margin: 42px auto;
  display: block;
}
section.blog .container article .image img {
  max-width: 100%;
  margin-bottom: 12px;
  border-radius: 16px;
}
section.blog .container article .image .quote {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
section.blog .container article blockquote {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #333333;
  line-height: 1.6;
  margin: 42px 24px;
}
section.blog .container article blockquote cite {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #666666;
  display: block;
  margin-top: 12px;
}
section.blog .container article ol {
  margin: 0;
  padding: 0 0 0 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.blog .container article ol li,
section.blog .container article ol li a {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
section.blog .container article ol a {
  text-decoration: underline !important;
  word-break: break-all;
  color: #E95712 !important;
}
section.blog .pagination {
  max-width: 900px;
  width: 100%;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "prev next";
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  section.blog .pagination {
    display: block;
    padding: 0 24px;
  }
}
section.blog .pagination > a {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  section.blog .pagination > a {
    display: block;
    margin-bottom: 24px;
  }
}
section.blog .pagination > a.prev {
  text-align: left;
  grid-area: prev;
}
section.blog .pagination > a.next {
  text-align: right;
  grid-area: next;
}
section.blog .pagination > a span.orange {
  font-weight: 900;
  font-size: 16px;
  color: #E95712;
}
section.blog .pagination > a em {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

footer {
  width: 100%;
  background-image: linear-gradient(180deg, #1B1C1E 0%, #121314 100%);
  padding: 64px 20px;
}
footer .container {
  width: 100%;
}
footer .col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  footer .col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  footer .col-4 {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
footer .col-4:first-of-type {
  margin-bottom: 64px;
}
footer .col-4 span.subtitle {
  color: #666666;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
  display: block;
}
footer .col-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .col-4 ul li, footer .col-4 ul li a {
  font-size: 14px;
  color: #DDDDDD;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
footer .col-4 ul li {
  display: block;
  margin-bottom: 16px;
}
footer .col-4 ul li.bold {
  font-weight: 900;
}
footer .col-4 ul li a:hover {
  color: #E95712;
}
footer .col-4 ul li a.orange {
  color: #E95712;
}
footer .col-4 ul li a cite {
  color: #666666;
  font-style: normal;
  text-transform: uppercase;
}
footer .col-4 .socials {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
footer .col-4 .socials a {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid #FF7E42;
  border-radius: 12px;
  display: flex;
  place-content: center;
  place-items: center;
  transition: background 0.25s ease-in-out;
}
footer .col-4 .socials a:hover {
  background: #E95712;
}
footer .sub-footer {
  border-top: 1px solid #404040;
  margin-top: 48px;
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .sub-footer {
    flex-direction: column;
    gap: 12px;
  }
}
footer .sub-footer span, footer .sub-footer a {
  color: #DDDDDD;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
footer .sub-footer a:hover {
  color: #E95712;
}

* {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  opacity: 0;
  border-top: 2px solid #E95712;
}
body.visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

a {
  color: #E95712;
}

.container {
  max-width: 980px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
  position: relative;
}

main {
  width: 100%;
  margin: 0 auto;
}
main.contact {
  margin-top: -200px;
}

aside.statistics {
  background-color: #f3f3f3;
  background-image: url("../images/rounded-rectangle.svg");
  background-repeat: no-repeat;
  background-position: center top;
  height: 260px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  border-radius: 32px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  aside.statistics {
    flex-direction: column;
    height: auto;
    gap: 36px;
  }
}
aside.statistics > div {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 12px;
}
aside.statistics em,
aside.statistics em span {
  font-size: 50px;
  font-weight: 900;
  font-style: normal;
  color: #333333;
  display: inline-block;
}
aside.statistics span {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}

.col-50 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .col-50 {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.col-50.mb {
  margin-bottom: 24px;
}
.col-50 button {
  min-width: 84px;
  margin-left: auto;
  margin-top: 16px;
  display: block;
}

input[type=text],
textarea {
  background: white;
  height: 40px;
  min-width: 250px;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 14px;
  color: #666666;
  outline: none;
  transition: border 0.25s ease;
}
input[type=text]:focus,
textarea:focus {
  border-color: #FF7E42;
}

textarea {
  height: 145px;
}

label {
  font-size: 14px;
  font-weight: 900;
  color: #4d4d4d;
  display: block;
  margin-bottom: 4px;
}

.backdrop {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  place-content: center;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}
.backdrop.open {
  opacity: 1;
  pointer-events: all;
}
.backdrop .close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.backdrop .video {
  width: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}
.backdrop .video video {
  max-width: calc(100% - 20px);
}

/* Dynamic components */
.col-50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .col-50 {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}

aside {
  max-width: 375px;
  width: 100%;
  background: #F7F7F7;
  padding: 32px;
  border: 1px solid #FFCAB3;
  border-radius: 12px;
  margin: 0 auto;
}
aside p {
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
}

.mt-32 {
  margin-top: 32px;
}

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

.mt-24 {
  margin-top: 24px;
}

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

ul.styled {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
ul.styled li {
  display: flex;
  gap: 16px;
}
ul.styled li span {
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
}
ul.styled li:before {
  content: "";
  background-image: url("../images/icon/check-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

span.sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #4D4D4D;
}

article {
  width: 100%;
  display: block;
}
article h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px 0;
  text-align: left;
}
article h3 {
  font-weight: 500;
  font-size: 24px;
  color: #72787E;
  margin: 0 0 24px 0;
  text-align: left;
}
article p {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 2;
  display: block;
}

.list-section {
  border-top: 1px solid #E95712;
  border-bottom: 1px solid #E95712;
  padding: 48px 0;
}
.list-section span.title {
  font-size: 20px;
  font-weight: 700;
  color: #4D4D4D;
}
.list-section ul {
  width: 100%;
  margin: 16px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list-section ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list-section ul li cite {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #808080;
}
.list-section ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.image-grid img {
  aspect-ratio: 1.5/1;
  border-radius: 16px;
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */