/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss (1) ***!
  \********************************************************************************************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #000000;
}

h1.left, h2.left, h3.left, h4.left, h5.left, h6.left, p.left, a.left, span.left {
  text-align: left;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center, a.center, span.center {
  text-align: center;
}
h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, p.right, a.right, span.right {
  text-align: right;
}

h1 {
  font-size: 68px;
  font-weight: 700;
  letter-spacing: 7.69px;
  line-height: 86px;
}
h1.smaller {
  color: #FFF;
  font-size: 46px;
  line-height: 26px;
  letter-spacing: 5.202px;
}
@media (max-width: 1340px) {
  h1 {
    font-size: 2.457rem !important;
    line-height: 50px;
  }
}

h2 {
  color: #BF2025;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  /* 92.857% */
  letter-spacing: 3.166px;
  text-transform: uppercase;
}

h3 {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 1.583px;
  text-transform: uppercase;
}

p {
  letter-spacing: 1.583px;
  line-height: 26px;
  /* 185.714% */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes moveInUp {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveInDown {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveInLeft {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.noscroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.none {
  display: none;
}

.container {
  display: block;
  width: 100%;
  padding: 0 2.5rem;
}
.container.page-container {
  padding: 0;
}

.row {
  max-width: 1240px;
  display: flex;
  margin: 0 auto;
}
.row.full-width {
  max-width: 100%;
}

.col {
  width: 100%;
}

.col-100 {
  width: 100%;
}

.col-75 {
  width: 75%;
}

.col-50 {
  width: 50%;
}

.col-25 {
  width: 25%;
}

/* When logged in, push header down by the height of the admin bar */
body.admin-bar .site-header {
  top: 32px;
  /* default admin bar height on desktop */
}

/* On smaller screens the admin bar is shorter */
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
    /* mobile admin bar height */
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 119px;
}
.site-header.scrolled {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 90px;
}
.site-header.scrolled .menu-hoofdmenu-container ul li a {
  position: relative;
  color: #000;
}
.site-header.scrolled .menu-hoofdmenu-container ul li a:after {
  border-color: #000;
}
.site-header.scrolled .socials a {
  border-color: #000;
  transition: 0.3s ease-in-out;
}
.site-header.scrolled .socials a:hover {
  background-color: #000;
}
.site-header.scrolled .socials a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(101%);
}
.site-header.scrolled .socials img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(197deg) brightness(98%) contrast(105%);
}
.site-header.scrolled .logo img.dark {
  display: block;
}
.site-header.scrolled .logo img.light {
  display: none;
}
.site-header .logo > a > img {
  height: 87px;
}
.site-header .logo > a > img.dark {
  display: none;
}
.site-header .logo > a > img.light {
  display: block;
}
.site-header__right {
  display: flex;
  align-items: center;
  gap: 68px;
}
.site-header__right .menu-hoofdmenu-container ul {
  list-style-type: none;
  display: flex;
  gap: 45px;
}
.site-header__right .menu-hoofdmenu-container ul li a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}
.site-header__right .menu-hoofdmenu-container ul li a:after {
  position: absolute;
  content: "";
  padding: 12px 16px;
  border: 2px solid #fff;
  top: -14px;
  left: -16px;
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.15s ease-in-out;
}
.site-header__right .menu-hoofdmenu-container ul li a:hover:after {
  display: block;
}
@media (max-width: 1000px) {
  .site-header__right {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    gap: 30px;
    transition: 0.15s ease-in-out;
  }
  .site-header__right.open {
    opacity: 1;
    pointer-events: auto;
  }
  .site-header__right .main-navigation {
    width: 100%;
  }
  .site-header__right:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3em;
    width: calc(100% + 6em);
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
  .site-header__right .menu {
    flex-direction: column;
    gap: 30px !important;
    text-align: left;
  }
  .site-header__right .menu li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
  }
  .site-header__right .menu li a {
    color: #000 !important;
    transition: 0.3s ease-in-out;
  }
  .site-header__right .menu li a:hover {
    opacity: 0.6;
  }
  .site-header__right .menu li a:after {
    display: none !important;
  }
  .site-header__right .socials a {
    border-color: #BF2025 !important;
  }
  .site-header__right .socials a img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(55%) saturate(5192%) hue-rotate(341deg) brightness(74%) contrast(103%);
    transition: unset !important;
  }
  .site-header__right .socials a:hover {
    background-color: #BF2025 !important;
  }
  .site-header__right .socials a:hover img {
    filter: unset !important;
  }
}
.site-header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .site-header .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  .site-header {
    background-color: #fff;
    height: 90px;
  }
  .site-header .hamburger-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header .container {
    height: 100%;
  }
  .site-header .container .row {
    height: 100%;
    align-items: center;
    padding-top: 10px;
  }
  .site-header .logo {
    width: 50%;
  }
  .site-header .logo > a > img {
    height: 67px;
  }
  .site-header .logo > a img.dark {
    display: block !important;
  }
  .site-header .logo > a img.light {
    display: none !important;
  }
}

.email, .phone {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.email:hover, .phone:hover {
  opacity: 0.6;
}

.hamburger-container {
  display: none;
}
@media (max-width: 1000px) {
  .hamburger-container {
    display: block;
  }
}

.hamburger-icon {
  cursor: pointer;
}
.hamburger-icon__line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}
.hamburger-icon__line:last-of-type {
  margin-bottom: 0;
}
.hamburger-icon__line:first-of-type {
  transform-origin: right center;
}
.hamburger-icon__line:last-of-type {
  transform-origin: right center;
}
.hamburger-icon.open .hamburger-icon__line:first-of-type {
  transform: rotate(-45deg) translateY(-2px);
}
.hamburger-icon.open .hamburger-icon__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-icon.open .hamburger-icon__line:last-of-type {
  transform: rotate(45deg) translateY(2px);
}

.custom-form__flex {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  margin-top: 13px;
}
.custom-form__flex p {
  margin-bottom: 13px;
}

.custom-form {
  display: block;
}
.custom-form__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .custom-form__flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .custom-form__flex p {
    width: 100%;
  }
}
.custom-form__bottom {
  position: relative;
  padding-top: 40px;
  margin-top: 20px;
}
.custom-form__bottom:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -40px;
  top: 0;
  width: calc(100% + 80px);
  height: calc(100% + 40px);
  background-color: #BF2025;
  border-radius: 0 0 13px 13px;
}
.custom-form__bottom p {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 10px;
}
.custom-form__bottom .wpcf7-submit {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.custom-form__bottom .wpcf7-submit:disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}

.hero {
  background-color: #262626;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__home {
  position: relative;
  height: 700px;
  width: 100%;
  max-height: 772px;
}
@media (max-width: 800px) {
  .hero__home {
    height: unset;
  }
}
.hero__home:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 154px;
  opacity: 0.3154;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: darken;
}
.hero__home .buttons {
  max-width: 678px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 800px) {
  .hero__home .buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.hero__home .container {
  height: 100%;
  display: flex;
}
.hero__home .row {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 110px;
}
.hero__home .row__inner {
  align-self: flex-start;
  padding-top: 150px;
}
.hero__home .row__inner h1 {
  color: #FFF;
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  max-width: 678px;
  width: 100%;
  word-break: break-word;
}
.hero__home .row__inner p {
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
  letter-spacing: 2.262px;
  margin: 22px 0 15px 0;
  max-width: 678px;
  width: 100%;
}
.hero__page {
  height: 377px;
}
.hero__page .container {
  height: 100%;
}
.hero__page .container > .row {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hero__page h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.floating-buttons {
  position: fixed;
  z-index: 1000;
  gap: 15px;
  right: 64px;
  bottom: 33px;
  color: #000;
  display: flex;
  transform-origin: right center;
  transform: rotate(90deg);
}
.floating-buttons .btn {
  height: 47px;
  border-color: #009538;
  padding: 10px;
  width: 47px;
  margin: 0;
  background-color: transparent;
}
.floating-buttons .btn:hover {
  background-color: #009538;
}
.floating-buttons .btn:hover svg {
  filter: brightness(0) invert(1);
}
.floating-buttons .btn svg {
  transform: rotate(-90deg);
}
.floating-buttons button {
  height: 47px;
}
.floating-buttons button:last-of-type {
  border-color: #BF2025;
  padding: 0 20px;
}

button, .btn {
  border: 2px solid #BF2025;
  text-transform: uppercase;
  color: #262626;
  padding: 15px 30px;
  border-radius: 1px;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  line-height: 0;
  cursor: pointer;
}
button:hover, .btn:hover {
  background: #BF2025;
  color: #ffffff;
}

.wpcf7-list-item {
  margin: 0 !important;
}

input[type=text], input[type=tel], input[type=email] {
  display: block;
  margin: 5px 0 0;
  padding: 15px;
  border: 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  font-size: 13px;
  line-height: 17px;
  background-color: #fff;
  color: #818181;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  width: 100%;
}

input[type=text], textarea {
  width: 100%;
}

.wpcf7-response-output {
  visibility: hidden;
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

input[type=submit] {
  font-size: 12px;
  line-height: 56px;
  height: 56px;
  font-style: normal;
  padding: unset;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}

label {
  margin-top: 13px;
}

form > p {
  margin-top: 13px;
}

.socials {
  display: flex;
  gap: 10px;
}
.socials a {
  position: relative;
  border: 2px solid #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}
.socials a img {
  position: relative;
  z-index: 4;
  transition: 0.3s ease-in-out;
  max-width: 14px;
}
.socials a img.light {
  display: none;
}
.socials a img.dark {
  display: block;
}
.socials a:hover {
  background-color: #000;
}
.socials a:hover img.light {
  display: block;
}
.socials a:hover img.dark {
  display: none;
}
.socials--red a {
  border: 2px solid #BF2025;
}
.socials--red a img {
  transition: unset;
}
.socials--red a:hover {
  background-color: #BF2025;
}
.socials--red a:hover:after {
  opacity: 1;
}
.socials--red a:hover img {
  filter: unset;
}

.footer {
  margin-top: 111px;
}
.footer .row {
  max-width: 1160px;
}
.footer__top {
  background-color: #BF2025;
  color: #ffffff;
  padding: 108px 0 95px;
}
.footer__top .row {
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 900px) {
  .footer__top .row {
    flex-direction: column;
  }
}
.footer__top h3 {
  margin-bottom: 10px;
}
.footer__top h4 {
  margin-top: 60px;
  margin-bottom: 15px;
}
.footer__top__left {
  width: 100%;
  max-width: 240px;
}
.footer__top__left p {
  display: flex;
  flex-direction: column;
  line-height: 26px;
}
.footer__top__left .socials a {
  border-color: #fff;
}
.footer__top__left .socials a img.light {
  display: block;
}
.footer__top__left .socials a img.dark {
  display: none;
}
.footer__top__left .socials a:hover {
  background-color: #fff;
}
.footer__top__left .socials a:hover img.light {
  display: none;
}
.footer__top__left .socials a:hover img.dark {
  display: block;
}
.footer__top__center .contact p {
  line-height: 26px;
}
.footer__top__center .contact:nth-of-type(1) {
  margin-bottom: 30px;
}
.footer__top__right {
  width: 100%;
  align-self: flex-end;
  max-width: 236px;
}
@media (max-width: 900px) {
  .footer__top__right {
    align-self: flex-start;
  }
}
.footer__bottom {
  background-color: #ffffff;
  height: 95px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__bottom {
    min-height: 95px;
    height: auto;
    padding: 20px 0;
  }
}
.footer__bottom h3 {
  text-transform: uppercase;
  color: #BF2025;
}
.footer__bottom .row {
  align-items: center;
  gap: 96px;
}
@media (max-width: 900px) {
  .footer__bottom .row {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__bottom .row .logos {
  display: flex;
  gap: 65px;
  align-items: center;
}
.footer__bottom .row .logos img {
  height: 56px;
}

.iq-contact-page {
  padding-bottom: 100px !important;
}
.iq-contact-page label {
  color: #BF2025 !important;
}
.iq-contact-page input, .iq-contact-page textarea {
  border: 2px solid #BF2025 !important;
  background-color: #fff !important;
}
.iq-contact-page__cta {
  z-index: 102;
}
.iq-contact-page form {
  position: relative;
  top: 0px;
  right: 0px;
  padding: 40px 40px 27px;
  background-color: #F9F9F9;
  max-width: 700px;
  border-radius: 13px;
  -webkit-box-shadow: 9px 0px 20px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 9px 0px 20px 3px rgba(0, 0, 0, 0.09);
  pointer-events: all;
}
@media (max-width: 800px) {
  .iq-contact-page form {
    max-width: 100%;
    right: unset;
    top: unset;
    width: 100%;
  }
}

.custom-contact-button.white {
  color: #fff;
  border-color: #fff !important;
}

.contact-detail {
  display: flex;
  justify-content: space-between;
  padding-top: 92px !important;
  width: 100%;
}
.contact-detail .email, .contact-detail .phone {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.contact-detail .email:hover, .contact-detail .phone:hover {
  opacity: 0.6;
}
@media (max-width: 1400px) {
  .contact-detail .contact-detail__left {
    padding-right: 50px;
  }
  .contact-detail .custom-form__flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contact-detail .custom-form__flex p {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .contact-detail {
    flex-direction: column;
  }
  .contact-detail .contact-detail__left {
    width: 100%;
    left: 40px !important;
  }
  .contact-detail .contact-detail__right {
    width: 100%;
    left: 40px !important;
    margin-top: 90px;
  }
  .contact-detail .contact-detail__right .custom-contactform-overlay__inner {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .contact-detail .custom-contactform-overlay__inner {
    overflow: initial !important;
  }
}
.contact-detail__left {
  width: calc(35% - 20px);
  padding-top: 54px !important;
}
@media (max-width: 1000px) {
  .contact-detail__left {
    padding: 0 !important;
  }
}
.contact-detail__left .contactgegevens h2 {
  color: #BF2025;
  margin-bottom: 10px;
  text-transform: initial;
}
.contact-detail__left .contactgegevens h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: bold;
  color: #BF2025;
}
.contact-detail__left .contactgegevens h4:first-of-type {
  margin-top: 50px;
}
.contact-detail__left .contactgegevens h4:last-of-type {
  text-transform: initial;
  margin-top: 50px;
}
.contact-detail__left .contact-info {
  display: flex;
  flex-direction: column;
}
.contact-detail__left ul {
  list-style-type: none;
  padding-left: 0;
}
.contact-detail__left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-detail__left ul li img {
  max-width: 20px;
  margin-right: 15px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(79%) saturate(2532%) hue-rotate(341deg) brightness(79%) contrast(101%);
}
.contact-detail__right .extra {
  margin-top: 20px;
}
.contact-detail .custom-contactform-overlay__inner {
  position: relative;
  right: unset;
  top: unset;
  padding-top: 0;
  padding: unset !important;
  padding-bottom: 15px !important;
}

.flexible-row {
  justify-content: space-between;
}

.btn {
  color: #BF2025;
  background-color: transparent;
  padding: 15px 30px;
  margin: 0.375rem 0;
  display: inline-block;
  text-decoration: none;
  transition: 0.125s ease-in-out;
  border: 2px solid #BF2025;
  line-height: 26px;
  letter-spacing: 1.47px;
}
.btn:hover {
  background-color: #BF2025;
  color: #ffffff;
}
.btn__white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn__white:hover {
  background-color: #30B999;
  border: 2px solid #30B999;
  color: #ffffff;
}
.btn__half {
  border-color: #BF2025;
  color: #ffffff;
}

.custom-contactform-overlay {
  box-sizing: border-box !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
}
.custom-contactform-overlay__outer {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
@media (max-width: 900px) {
  .custom-contactform-overlay__outer {
    pointer-events: visible;
  }
}
.custom-contactform-overlay.open {
  z-index: 1002;
  visibility: visible;
  opacity: 1;
}
.custom-contactform-overlay form {
  display: block;
  position: relative;
  padding: 40px 40px 27px;
  background-color: #F9F9F9;
  max-width: 700px;
  border-radius: 13px;
  pointer-events: all;
}
.custom-contactform-overlay__inner {
  position: relative;
  height: auto;
  padding: 40px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.custom-contactform-overlay__inner .cross-button {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BF2025;
  z-index: 2;
  pointer-events: all;
  cursor: pointer;
}
.custom-contactform-overlay__inner .cross-button:after, .custom-contactform-overlay__inner .cross-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.custom-contactform-overlay__inner .cross-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-contactform-overlay__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.custom-contactform-overlay label {
  color: #BF2025 !important;
}
.custom-contactform-overlay input, .custom-contactform-overlay textarea {
  border: 2px solid #BF2025 !important;
  background-color: #fff !important;
}

.standard-text {
  padding: 117px 0 0;
  text-align: center;
}
.standard-text h2 {
  text-align: center;
  margin-bottom: 26px;
}
.standard-text .row {
  justify-content: center;
}
.standard-text__inner {
  max-width: 922px;
  width: 100%;
}
.standard-text__inner .btn {
  margin-top: 45px;
}

.icon-bar {
  position: relative;
  padding: 52px 0;
  margin-top: 117px;
}
.icon-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(0px - (100vw - 1240px) / 2);
  width: 100vw;
  height: 100%;
  background-color: #F9F9F9;
}
@media (max-width: 1240px) {
  .icon-bar:before {
    left: 0;
  }
}
.icon-bar .row {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  max-width: 1025px;
}
.icon-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1000px) {
  .icon-bar__inner {
    flex-wrap: wrap;
    gap: 40px 0px;
  }
}
.icon-bar__item {
  width: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1000px) {
  .icon-bar__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .icon-bar__item {
    width: 100%;
  }
}
.icon-bar__item img {
  margin-bottom: 16px;
}
.icon-bar__item p {
  color: #BF2025;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 1.583px;
}
.icon-bar__item__image {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta {
  position: relative;
  padding: 38px 0;
  width: 100%;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(0px - (100vw - 1240px) / 2);
  width: 100vw;
  height: 100%;
  background-color: #262626;
}
@media (max-width: 1240px) {
  .cta:before {
    left: 0;
  }
}
.cta__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.cta__inner .left {
  display: flex;
  align-items: center;
  gap: 43px;
}
@media (max-width: 950px) {
  .cta__inner {
    flex-direction: column;
    gap: 20px;
  }
  .cta__inner .left {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.cta .btn {
  white-space: nowrap;
}
.cta h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 2.035px;
  text-transform: unset;
}

.what-we-do {
  padding-top: 116px;
}
.what-we-do__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.what-we-do h2 {
  text-align: center;
  margin-bottom: 57px;
}
.what-we-do__blocks {
  display: flex;
  gap: 32px;
  width: 100%;
}
@media (max-width: 950px) {
  .what-we-do__blocks {
    flex-direction: column;
  }
}
.what-we-do__block {
  width: 50%;
  text-align: left;
  background-color: #F9F9F9;
  padding: 68px 131px 120px 66px;
  line-height: 26px;
}
@media (max-width: 950px) {
  .what-we-do__block {
    width: 100%;
    padding: 50px 40px 50px 40px;
  }
}
.what-we-do__block h3 {
  color: #BF2025;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 1.583px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.what-we-do__block ul, .what-we-do__block ol {
  list-style-position: inside;
  list-style-type: none;
}
.what-we-do__block ul li, .what-we-do__block ol li {
  position: relative;
  display: flex;
}
.what-we-do__block ul li:before, .what-we-do__block ol li:before {
  content: url(c75463c7789c20c512bc.png);
  color: #BF2025;
  display: inline-block;
  width: 1em;
  margin-right: 16px;
}

.team {
  position: relative;
  padding-top: 116px;
}
.team__inner {
  position: relative;
  width: 100%;
  max-width: 1103px;
  margin: 0 auto;
}
.team__inner h2 {
  text-align: center;
  margin-bottom: 36px;
}
.team__inner .team-members {
  display: flex;
  gap: 32px;
}
@media (max-width: 1000px) {
  .team__inner .team-members {
    flex-direction: column;
  }
}
.team__inner .team-member {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #000000;
}
.team__inner .team-member .corner {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BF2025;
}
.team__inner .team-member__card {
  height: 329px;
  display: flex;
  border-radius: 2px;
  border: 2px solid #BF2025;
}
.team__inner .team-member__card p, .team__inner .team-member__card span {
  text-decoration: none;
}
.team__inner .team-member__card h3 {
  color: #BF2025;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .team__inner .team-member__card {
    height: auto;
    flex-direction: column;
  }
}
.team__inner .team-member__card__image {
  min-width: 208px;
  height: 100%;
}
@media (max-width: 768px) {
  .team__inner .team-member__card__image {
    flex-direction: column;
    max-height: 350px;
    height: 100%;
  }
}
.team__inner .team-member__card__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.team__inner .team-member__card__content {
  padding: 25px 20px 23px 26px;
}
.team__inner .team-member__card__content span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 1.583px;
}
.team__inner .team-member__card__content p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.583px;
  border-top: 1px solid rgba(191, 32, 37, 0.25);
  margin-top: 10px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.scss ***!
  \***************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
