.text-center {
  text-align: center;
}
.container {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  max-width: 100%;
}
.absolute-centered {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: scale(1) translate(50%, -50%);
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.primary-btn {
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #EA2D2E;
  font-weight: 400;
  border-radius: 80px;
  color: white;
  position: relative;
  border: 0;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
}
.primary-btn:hover {
  background-color: #e01717;
}
.tertiary-btn {
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid white;
  border-radius: 5px;
  margin: 0 5px;
  color: white;
  font-family: "Outfit", sans-serif;
}
.tertiary-btn:hover {
  background-color: #303030;
}
.input-field {
  height: 50px;
  background-color: #303030;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 5px;
  width: 100%;
  color: #efefef;
  padding: 0 20px;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
}
.input-field:focus-visible {
  outline: none;
}
.secondary-btn {
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #EA2D2E;
  font-weight: 400;
  border-radius: 80px;
  color: white;
  position: relative;
  border: 0;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  background-color: white;
  color: #EA2D2E;
}
.secondary-btn:hover {
  background-color: #e01717;
}
.secondary-btn:hover {
  background-color: white;
}
.form-btn-primary {
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #EA2D2E;
  font-weight: 400;
  border-radius: 80px;
  color: white;
  position: relative;
  border: 0;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  padding: 15px 20px;
  border-radius: 5px;
  width: 200px;
  height: auto;
  font-size: 20px;
}
.form-btn-primary:hover {
  background-color: #e01717;
}
.slider-dots1 {
  position: relative;
  bottom: inherit;
}
.slider-dots1 li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.slider-dots1 li button {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: 1px solid white;
}
.slider-dots1 li button::before {
  display: none;
}
.slider-dots1 li.slick-active button {
  border-color: #EA2D2E;
  background-color: #EA2D2E;
}
.slider-dots1 li.slick-active button::before {
  display: none;
}
.topspacex2 {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .topspacex2 {
    padding-top: 30px;
  }
}
.bottomspacex2 {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .bottomspacex2 {
    padding-bottom: 30px;
  }
}
.beforeafteroverlay {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.heading-2 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 30px;
}
@media (max-width: 649px) {
  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.container-large-screen {
  width: 100%;
}
@media (min-width: 1280px) {
  .container-large-screen {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.fluid-container-padding {
  padding-right: 26px;
  padding-left: 26px;
}
@media (max-width: 479px) {
  .fluid-container-padding {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.zoominout {
  animation: zoom-in-zoom-out 1s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ipos-checkbox {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.ipos-checkbox input[type="checkbox"] {
  display: none;
}
.ipos-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #EA2D2E;
  border-color: #EA2D2E;
  color: white;
  content: 'check';
  font-family: 'Material Symbols Outlined';
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.ipos-checkbox label {
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding-right: 30px;
  position: relative;
}
.ipos-checkbox label:before {
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #EA2D2E;
  content: '';
  cursor: pointer;
  height: 20px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 20px;
}
.ipos-checkbox label:hover::before {
  border-color: #005bb5;
}
.slick-arrow-type-1 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: #EA2D2E;
  border: 0;
  background-position: center center;
  z-index: 1;
}
.slick-arrow-type-1::before {
  content: "";
  font-family: 'Material Symbols Outlined';
}
.slick-arrow-type-1.slick-prev::before {
  content: "arrow_back_ios";
}
.slick-arrow-type-1.slick-next::before {
  content: "arrow_forward_ios";
}
.arrow-pos-left-right {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: #EA2D2E;
  border: 0;
  background-position: center center;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-pos-left-right::before {
  content: "";
  font-family: 'Material Symbols Outlined';
}
.arrow-pos-left-right.slick-prev::before {
  content: "arrow_back_ios";
}
.arrow-pos-left-right.slick-next::before {
  content: "arrow_forward_ios";
}
.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #303030;
}
@media (max-width: 991px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 26px;
  padding-left: 26px;
}
@media (min-width: 1280px) {
  .contact__wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .contact__wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.contact__wrapper-col {
  flex: 1;
}
.contact__wrapper-col.informations h2 {
  color: white;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 649px) {
  .contact__wrapper-col.informations h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1023px) {
  .contact__wrapper-col.informations h2 {
    max-width: 90%;
  }
}
.contact__wrapper-col.informations ul.details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact__wrapper-col.informations ul.details li {
  position: relative;
  padding-right: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 24px;
  color: white;
  margin-top: 60px;
}
.contact__wrapper-col.informations ul.details li strong,
.contact__wrapper-col.informations ul.details li a {
  color: white;
}
.contact__wrapper-col.informations ul.details li strong {
  display: block;
  min-width: 100%;
}
.contact__wrapper-col.informations ul.details li::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1E1E1E;
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  position: absolute;
  right: 0;
}
.contact__wrapper-col.informations ul.details li.contact-email::before {
  background-image: url(../images/email-icon-primarycolor.svg);
}
.contact__wrapper-col.informations ul.details li.contact-phone::before {
  background-image: url(../images/phone-icon-primarycolor.svg);
}
.contact__wrapper-col.informations ul.details li.contact-location::before {
  background-image: url(../images/location-icon-primarycolor.svg);
}
.contact__wrapper-col.contactform .contactform-cover {
  padding: 32px;
  background-color: #111;
  border-radius: 10px;
}
.contact__wrapper-col.contactform .contactform-cover h2 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 30px;
  color: white;
}
@media (max-width: 649px) {
  .contact__wrapper-col.contactform .contactform-cover h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.contact__wrapper-col.contactform .contactform-cover p {
  color: white;
}
.contact__wrapper-col.contactform .wpcf7-form .wpcf7-spinner {
  margin-top: 5px;
}
.contact__wrapper-col.contactform .wpcf7-form .form-button p {
  min-width: 100%;
  flex-direction: column;
}
.contact__wrapper-col.contactform .wpcf7-form .form-button .wpcf7-submit {
  width: 100%;
  transition: 0.3s;
}
.contact__wrapper-col.img {
  position: relative;
}
.contact__wrapper-col.img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.8;
  z-index: 2;
}
.contact__wrapper-col.img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.contact__wrapper-col.content {
  padding-right: 32px;
  color: white;
}
.contact__wrapper-col.content h2 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 30px;
}
@media (max-width: 649px) {
  .contact__wrapper-col.content h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.contact__wrapper-col.content ul {
  list-style-position: inside;
}
.contact__wrapper-col.content ul li {
  color: #939393;
  line-height: 24px;
}
.contact__wrapper-col.content a {
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #EA2D2E;
  font-weight: 400;
  border-radius: 80px;
  color: white;
  position: relative;
  border: 0;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  margin-top: 20px;
}
.contact__wrapper-col.content a:hover {
  background-color: #e01717;
}
.contact__wrapper-col.content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .contact__wrapper {
    flex-direction: column;
  }
  .contact__wrapper .informations {
    margin-bottom: 32px;
  }
  .contact__wrapper-col.contactform .contactform-cover {
    padding: 20px;
  }
}
.map iframe {
  width: 100%;
  height: 500px;
}
