:root {
  --gen-color: #E50000;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Certa Sans Medium';
  src: url('CertaSans-Medium.eot');
  src: url('CertaSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('CertaSans-Medium.woff') format('woff'),
    url('CertaSans-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

img {
  max-width: 100%;
  object-fit: cover;
}

ul {
  padding: 0;
  list-style: none;
}

h4, h5, h6 {
  margin: 0;
}

.color-purple {
  color: var(--gen-color);
}

.btn {
  font-weight: 500;
}

.btn-primary {
  border: 1px solid var(--gen-color);
  background-color: var(--gen-color);
}

.btn-primary:hover {
  border: 1px solid var(--gen-color);
  background-color: transparent;
  color: var(--gen-color);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background: var(--gen-color) url("../images/up-arrow.svg") no-repeat center;
  background-size: 40%;
  padding: 28px;
  transition: .14s ease;
}

#myBtn:hover {
  background-color: #555;
}

.section {
  overflow: hidden;
}

.section h1 {
  color: var(--gen-color);
}

.section h2 {
  max-width: 800px;
  margin: auto;
}

.logo {
  min-width: 200px;
  max-width: 200px;
  margin-bottom: 10px;
}

.blck-pan {
  /* margin-top: 10px; */
}

.banner {
  position: relative;
}

.banner-teaser {
  position: relative;
  z-index: 1;
}

.btn-with-arrow {
  position: relative;
  min-width: max-content;
}

/* .btn-with-arrow:after {
  content: "";
  position: absolute;
  top: 42px;
  right: 55px;
  background: url('../images/arrow.png') no-repeat center;
  background-size: cover;
  width: 200px;
  height: 78px;
} */

.border {
  width: 100%;
  height: 1px;
  background-color: rgba(218, 218, 218, 0.7);
  display: block;
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
}

.border:after,
.border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(218, 218, 218, 0.8);
  bottom: -1px;
  left: -100%;
  display: block;
}

.border:before {
  left: inherit;
  right: -100%;
}

.lghd .hde {
  display: none;
}

.align-items-center {
  align-items: stretch !important;
}

.nmb {
  font-size: 14pt;
  position: absolute;
  top: -20px;
  right: -30px;
  max-width: 300px;
  line-height: 1.15;
}

.hero-bg {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 0;
}

.section-tab .container {
  /* border-bottom: 1px solid rgba(218, 218, 218, 0.8); */
}

.tab-wrap {
  margin-top: -30px;
}

.tabcontent {
  display: none;
  padding-top: 30px;
  transition: .2s ease;
}

.tabcontent:first-child {
  display: block;
}

.section h4 {
  max-width: 900px;
}

.question-item {
  margin-bottom: 30px;
}

.question-btn {
  border: 1px solid var(--gen-color);
  color: var(--gen-color);
  transition: 0.3s;
  margin-bottom: 10px;
  padding: 10px 30px;
}

.question-btn:hover {
  background-color: var(--gen-color);
  color: #fff;
}

.section-list {
  max-width: 1060px;
  margin: auto;
}

.section-item {
  width: 33.33%;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 20px 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(218, 218, 218, 0.8);
  position: relative;
}

.section-item:nth-child(3n) {
  border-right: 0;
}

.section-item:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(218, 218, 218, 0.8);
  bottom: -1px;
  left: 30px;
  right: 30px;
}

.section-item h5 {
  color: var(--gen-color);
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  font-weight: 700; 
  font-size: 22px; 
  line-height: 27.06px;
}

.section-item h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-size: cover;
}

.section-item:nth-child(1) h5:before {
  background: url("../images/info/1.svg") no-repeat center;
}

.section-item:nth-child(2) h5:before {
  background: url("../images/info/5.svg") no-repeat center;
}

.section-item:nth-child(3) h5:before {
  background: url("../images/info/3.svg") no-repeat center;
}

.section-item:nth-child(4) h5:before {
  background: url("../images/info/4.svg") no-repeat center;
}

.section-item:nth-child(5) h5:before {
  background: url("../images/info/2.svg") no-repeat center;
}

.section-item:nth-child(6) h5:before {
  background: url("../images/info/6.svg") no-repeat center;
}

.section-item p {
  margin-bottom: 0;
}

.support-list {
  display: flex;
  justify-content: center;
}

.support-item {
  height: 280px;
  padding: 5px;
  width: 191px;
  padding: 10px;
  border: 1px solid #d6d6d6;
  margin: 10px;
}

.support-item img {
  width: 100%;
  height: 100%;
}

.support-teaser {
  width: calc(50% - 40px);
  margin-top: 5%;
  margin-right: 40px;
  padding-right: 40px;
}
.support-img {
  position: relative;
  display: inline-block;
  width: 100%; 
}

.background-image,
.foreground-image {
  max-width: 60%;
  height: auto;
  position: absolute; 
}
.background-image {
  top: 10px; 
  left: 10px; 
  z-index: 1;
}

.foreground-image {
  top: 20px; 
  right: 20px; 
  z-index: 2;
}
.extra-list {
  text-align: left;
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}

.extra-item {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.extra-title {
  width: 50%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--gen-color);
}

.extra-desc {
  width: 50%;
}

.reviews-list {
  row-gap: 30px;
  column-gap: 30px;
}

.reviews-item {
  display: flex;
  width: calc(50% - 15px);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  /* box-shadow: 0px 1px 4px #ebebeb; */
  transition: .2s ease;
}

.reviews-item:hover {
  box-shadow: 2px 2px 6px #ebebeb;
}

.reviews-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.49px;
  margin-bottom: 5px;
  background-color: #D0021B;
  color: white;
  width: 180px;
  height: 29px;
  top: 5776px;
  left: 405px;
  border-radius: 50px;
  text-align: center;
  padding-top: 3px;
}

.reviews-img {
  margin-right: 30px;
}

.reviews-img img {
  min-width: 130px;
  border-radius: 50%;
}

.form-wrap {
  max-width: 580px;
  margin: auto;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #e6eaf1;
  padding: 30px 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: .2s ease;
}

.form-wrap:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.form-wrap .btn-primary {
  position: relative;
}

.form-wrap .btn-primary img {
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 50px;
  opacity: 0;
  visibility: hidden;
}

.form-wrap .btn-primary.active img {
  opacity: 1;
  visibility: visible;
}

.success-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}