/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

[tabindex="-1"]:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 400;
}

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

p {
  margin: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=form-checkbox-style] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Europa";
  src: url("../fonts/europa/europa-bold-webfont.woff2") format("woff2"), url("../fonts/europa/europa-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa/europa-light-webfont.woff2") format("woff2"), url("../fonts/europa/europa-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa/europa-regular-webfont.woff2") format("woff2"), url("../fonts/europa/europa-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa/europa-bolditalic-webfont.woff2") format("woff2"), url("../fonts/europa/europa-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa/europa-lightitalic-webfont.woff2") format("woff2"), url("../fonts/europa/europa-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa/europa-regularitalic-webfont.woff2") format("woff2"), url("../fonts/europa/europa-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 300;
  src: url("../fonts/fontawesome/webfonts/fa-light-300.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url("../fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: url("../fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}
body {
  font-family: "Europa", sans-serif;
  letter-spacing: 0.02em;
  color: #282828;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
}

h1 {
  font-size: 4.5rem;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 4rem 0;
  line-height: 1.2;
}

h3 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

strong {
  font-weight: 400;
}

h2 + p {
  font-size: 1.5rem;
  color: #6C757D;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 1rem;
  line-height: 1.5;
}

p + ul {
  margin-top: 1.2rem;
}

p + p {
  margin-top: 1.2rem;
}

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

ol {
  padding-left: 1.1em;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
  }
}
.button {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
  border: none;
  padding: 0.7rem 2.5rem;
  border-radius: 99px;
}

.button--primary {
  background-color: #de323c;
}
.button--primary:hover {
  background-color: #b71c1c;
}

section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 140px 30px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1600px) {
  section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1200px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  section {
    padding: 40px 20px;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s;
}
.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.animate-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animate-fade-up.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.animate-fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animate-fade-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.animate-fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animate-fade-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.animate-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animate-scale.animate-in {
  opacity: 1;
  transform: scale(1);
}

.animate-hero-image {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-hero-image.animate-in {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.animate-hero-benefit {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.animate-hero-benefit.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.animate-hero-button {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animate-hero-button.animate-in {
  opacity: 1;
  transform: translateY(0);
  animation: pulse-button-short 0.6s ease-in-out;
}

@keyframes pulse-button-short {
  0%, 100% {
    transform: scale(1) translateY(0);
  }
  25% {
    transform: scale(1.06) translateY(0);
  }
  50% {
    transform: scale(1) translateY(0);
  }
  75% {
    transform: scale(1.04) translateY(0);
  }
}
.animate-stagger .animate-on-scroll:nth-child(1) {
  transition-delay: 0s;
}
.animate-stagger .animate-on-scroll:nth-child(2) {
  transition-delay: 0.2s;
}
.animate-stagger .animate-on-scroll:nth-child(3) {
  transition-delay: 0.4s;
}
.animate-stagger .animate-on-scroll:nth-child(4) {
  transition-delay: 0.6s;
}
.animate-stagger .animate-on-scroll:nth-child(5) {
  transition-delay: 0.8s;
}
.animate-stagger .animate-on-scroll:nth-child(6) {
  transition-delay: 1s;
}

@media (max-width: 576px) {
  .animate-on-scroll,
  .animate-fade-up,
  .animate-fade-left,
  .animate-fade-right {
    transition-duration: 0.5s !important;
  }
  .animate-scale {
    transition-duration: 0.5s !important;
  }
  .animate-hero-image {
    transition-duration: 0.8s !important;
  }
  .animate-hero-benefit {
    transition-duration: 0.6s !important;
  }
  .animate-hero-button {
    transition-duration: 0.4s !important;
  }
  .animate-hero-button.animate-in {
    animation-duration: 0.4s !important;
  }
  .animate-stagger .animate-on-scroll:nth-child(1) {
    transition-delay: 0s !important;
  }
  .animate-stagger .animate-on-scroll:nth-child(2) {
    transition-delay: 0.1s !important;
  }
  .animate-stagger .animate-on-scroll:nth-child(3) {
    transition-delay: 0.2s !important;
  }
  .animate-stagger .animate-on-scroll:nth-child(4) {
    transition-delay: 0.3s !important;
  }
  .animate-stagger .animate-on-scroll:nth-child(5) {
    transition-delay: 0.4s !important;
  }
  .animate-stagger .animate-on-scroll:nth-child(6) {
    transition-delay: 0.5s !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll,
  .animate-fade-up,
  .animate-fade-left,
  .animate-fade-right,
  .animate-scale {
    transition: opacity 0.3s ease;
    transform: none;
  }
  .animate-on-scroll.animate-in,
  .animate-fade-up.animate-in,
  .animate-fade-left.animate-in,
  .animate-fade-right.animate-in,
  .animate-scale.animate-in {
    transform: none;
  }
  .hero__image__pattern {
    transform: none !important;
  }
}
.header {
  position: fixed;
  top: 30px;
  z-index: 99;
  width: 100%;
  padding: 0 15px;
}
.header__inner {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  max-width: 1000px;
  border-radius: 99px;
  padding: 14px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.header__logo {
  display: block;
  flex-shrink: 0;
}
.header__logo img {
  height: 30px;
  width: auto;
}

/**************************************************
* Responsive Styles
**************************************************/
.footer {
  background-color: #282828;
  color: #fff;
  padding: 30px 0;
}
.footer__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.footer__nav a {
  color: #fff;
  text-decoration: none;
  margin-left: 30px;
}
.footer__nav a:hover {
  text-decoration: underline;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .footer__inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .footer__nav a:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__nav a {
    margin: 0 10px 0 0;
  }
}
.header__nav {
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
}
.header__nav .item {
  display: flex;
  align-items: center;
  font-size: 1.07rem;
}
.header__nav a {
  text-decoration: none;
  color: #282828;
  position: relative;
  padding: 0.5rem 0;
  font-weight: 400;
}
.header__nav a:hover {
  color: #de323c;
}

.header__nav__items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0 30px;
}

.header__nav__cta .button {
  padding: 0.5rem 2rem;
  transition: background-color 200ms, color 200ms;
  position: relative;
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
.header__nav__cta .button:hover {
  background-color: #b71c1c;
  color: #fff;
}

/*************************************************
* Mobile Nav
*************************************************/
@media screen and (max-width: 992px) {
  body.noscroll {
    overflow: hidden;
  }
  .header__nav {
    position: fixed;
    top: 66px;
    left: 0;
    height: calc(100vh - 110px);
    width: 100%;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    overflow: hidden;
  }
  .header__nav ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
    background-color: #fff;
    gap: unset;
    padding: 0;
  }
  .header__nav .item:not(.item--cta) {
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
  }
  .header__nav .item:not(.item--cta):last-child {
    border-bottom: none;
  }
  .header__nav .item:not(.item--cta) a {
    display: block;
    padding: 20px 30px;
    width: 100%;
  }
  .header__nav .item:not(.item--cta) a::after {
    display: none;
  }
  .header__nav .item:not(.item--cta) a:hover {
    color: #de323c;
  }
  .header__nav .item--cta {
    border-top: 1px solid #DCDCDC;
    padding: 20px 30px;
  }
}
/*************************************************
* Mobile Button
*************************************************/
.header__mButton {
  display: none;
  width: 30px;
  height: 19px;
  cursor: pointer;
  box-sizing: content-box;
  margin-left: auto;
  position: relative;
  z-index: 99;
}
@media (max-width: 992px) {
  .header__mButton {
    display: block;
  }
}

.header__mButton__inner {
  position: relative;
  transform: translateY(8px);
  background: #282828;
  transition: all 0ms 300ms;
  width: 30px;
  height: 3px;
}
.header__mButton__inner.animate {
  background: transparent;
}
.header__mButton__inner.animate::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner.animate::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner::before, .header__mButton__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background: #282828;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner::before {
  bottom: 8px;
}
.header__mButton__inner::after {
  top: 8px;
}

* {
  box-sizing: border-box;
}

.main {
  width: 100%;
}

/*************************************************
* Hero
*************************************************/
.hero {
  background: linear-gradient(to bottom, #F4F4F4, white);
  padding: 200px 0 0 0;
  position: relative;
}
.hero__inner {
  padding: 0 30px;
}

.hero__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.hero__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 70px;
}

.hero__benefit {
  font-size: 1.125rem;
}
.hero__benefit__icon {
  background-color: #282828;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 16px;
}
.hero__benefit i {
  font-size: 1.5rem;
  color: #fff;
}

.hero__cta {
  margin-top: 100px;
}

.hero__image__pattern {
  background-image: url("../images/hero-bg-pattern.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 400px;
  top: -400px;
  z-index: 1;
}

.hero__image__pattern.pattern-1 {
  left: 0;
  background-position: top right;
  transform: scaleX(-1);
}

.hero__image__pattern.pattern-2 {
  right: 0;
  background-position: bottom right;
}

.hero__image {
  margin-top: 80px;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  position: relative;
  z-index: 2;
}

/*************************************************
* Responsive
*************************************************/
@media (max-width: 992px) {
  .hero {
    padding-top: 180px;
  }
}
@media (max-width: 576px) {
  .hero {
    padding-top: 150px;
  }
  .hero__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero__text {
    font-size: 1.5rem;
  }
  .hero__benefits {
    margin-top: 40px;
  }
  .hero__cta {
    margin-top: 40px;
  }
  .hero__image {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .hero {
    padding-top: 130px;
  }
  .hero__text {
    font-size: 1.4rem;
  }
}
.customers .swiper-wrapper {
  transition-timing-function: linear !important;
}
.customers__inner {
  padding: 50px;
  background-color: #F4F4F4;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}

.customers__text {
  font-size: 2.2rem;
}

.customers__logos {
  width: 100%;
  pointer-events: none;
}
.customers__logos .customer-logo {
  width: 220px;
  height: 110px;
  padding: 30px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.customers__logos img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
  filter: grayscale(1);
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .customers__inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .customers__inner {
    padding: 30px;
  }
  .customers__text {
    font-size: 2rem;
  }
}
.services__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.services__header {
  text-align: center;
}

.service {
  background-color: #F4F4F4;
  padding: 50px 30px;
  text-align: center;
  border-radius: 12px;
}
.service__icon {
  background-color: #de323c;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.service__text {
  font-size: 1.6rem;
}

/*************************************************
* Responsive
*************************************************/
@media (max-width: 1500px) {
  .service__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .services__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .services__inner {
    grid-gap: 16px;
  }
  .service__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .services__inner {
    grid-template-columns: 1fr;
  }
  .service__text {
    font-size: 1.6rem;
  }
}
.testimonials {
  max-width: none;
}
.testimonials__header {
  text-align: center;
}

.testimonial {
  background-color: #F4F4F4;
  padding: 70px;
  text-align: left;
  border-radius: 12px;
  max-width: 900px;
  position: relative;
  display: grid !important;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  height: auto !important;
}
.testimonial__text {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  margin-bottom: 50px;
}
.testimonial__author {
  grid-column: 1;
  font-weight: 300;
  font-size: 1.125rem;
  position: relative;
  z-index: 2;
  align-self: end;
}
.testimonial__logo {
  grid-column: 2;
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: end;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  height: 100px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transform: translate(22px, 22px);
}
.testimonial__logo img {
  max-height: 60px;
  max-width: 140px;
}
.testimonial:before, .testimonial:after {
  content: "";
  background-image: url("../images/hero-bg-pattern.svg");
  position: absolute;
  z-index: 1;
  width: 400px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial:after {
  right: 20px;
  top: 20px;
  background-position: right bottom;
  transform: scale(1, -1);
}
.testimonial:before {
  left: 20px;
  bottom: 20px;
  background-position: left bottom;
  transform: scale(-1, 1);
}

.testimonials__controls {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  column-gap: 32px;
  margin-top: 50px;
}
.testimonials__controls .prev, .testimonials__controls .next {
  height: 50px;
  width: 50px;
  border: 1px solid #282828;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all 200ms ease;
}
.testimonials__controls .prev:hover, .testimonials__controls .next:hover {
  background-color: #282828;
  color: #fff;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .testimonial {
    max-width: 700px;
  }
}
@media screen and (max-width: 992px) {
  .testimonial {
    max-width: 580px;
    padding: 40px;
  }
  .testimonial__text {
    font-size: 1.5rem;
  }
  .testimonial__logo {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .testimonial {
    max-width: none;
    width: auto;
    grid-template-rows: 1fr auto auto;
    row-gap: 20px;
    padding: 30px;
  }
  .testimonial:before, .testimonial:after {
    width: 70%;
    height: 50%;
    max-height: 300px;
  }
  .testimonial__text {
    font-size: 1.4rem;
  }
  .testimonial__author {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: start;
  }
  .testimonial__logo {
    grid-column: 1/-1;
    grid-row: 3;
    justify-self: start;
  }
  .testimonial__text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.benefits__header {
  text-align: center;
  color: #de323c;
}

.benefit {
  border-top: 1px solid #DCDCDC;
  padding: 40px 0;
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-gap: 100px;
  font-size: 1.6rem;
}
.benefit:last-child {
  padding-bottom: 0;
}

.benefit__title {
  font-weight: 400;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 768px) {
  .benefit {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .benefit {
    font-size: 1.5rem;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .benefit {
    font-size: 1.4rem;
  }
}
.about {
  padding-top: 30px;
}
.about__inner {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about__content {
  padding: 80px;
}
.about__content h3 {
  color: #de323c;
  margin-bottom: 20px;
}
.about__content p {
  font-size: 1.6rem;
}
.about__content .button {
  margin-top: 2rem;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .about__inner {
    grid-template-columns: 1fr;
  }
  .about__image {
    order: -1;
    height: 300px;
  }
  .about__image img {
    height: 100%;
  }
  .about__content {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about__content {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .about__content {
    padding: 30px;
  }
}
.certifications__inner {
  background-color: #F4F4F4;
  padding: 120px 40px;
  border-radius: 12px;
  position: relative;
}
.certifications__inner:before, .certifications__inner:after {
  content: "";
  background-image: url("../images/hero-bg-pattern.svg");
  position: absolute;
  z-index: 1;
  width: 400px;
  height: 300px;
  background-size: cover;
}
.certifications__inner:after {
  right: 20px;
  top: 20px;
}
.certifications__inner:before {
  left: 20px;
  bottom: 20px;
  transform: rotate(180deg);
}
.certifications__header {
  text-align: center;
  position: relative;
  z-index: 2;
}

.certifications__logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.certifications__logos .logo {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
}
.certifications__logos .logo img {
  width: 100%;
  max-height: 120px;
  object-fit: contain;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .certifications__inner {
    padding: 80px 40px;
  }
  .certifications__inner:after, .certifications__inner:before {
    width: 50%;
    height: 30%;
  }
}
@media screen and (max-width: 768px) {
  .certifications__logos {
    max-width: 400px;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .certifications__logos .logo {
    min-height: 210px;
  }
}
@media screen and (max-width: 576px) {
  .certifications__inner {
    padding: 50px 30px;
  }
}
/*************************************************
* FAQ Section
*************************************************/
.faq {
  padding-top: 40px;
  padding-bottom: 40px;
}
.faq__inner {
  margin: 0 auto;
}
.faq__header {
  text-align: center;
}

.faq__accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #DCDCDC;
  padding: 32px 0;
}
.faq__item--open i {
  transform: rotate(180deg);
  transition: transform 300ms;
}

.faq__question {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 50px;
  cursor: pointer;
}
.faq__question h3 {
  font-size: 1.6rem;
}

.faq__icon {
  display: flex;
  align-items: center;
}

.faq__answer {
  display: none;
  margin-top: 2rem;
}

.contact {
  max-width: none !important;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.contact__inner {
  background-color: #F4F4F4;
  position: relative;
  padding: 120px 0;
  display: flex;
  justify-content: center;
}
.contact__inner:before, .contact__inner:after {
  content: "";
  background-image: url("../images/hero-bg-pattern.svg");
  position: absolute;
  z-index: 1;
  width: 600px;
  height: 450px;
  background-size: cover;
  top: 10px;
}
.contact__inner:after {
  right: 10px;
}
.contact__inner:before {
  left: 10px;
}
.contact__content {
  max-width: 900px;
  margin: 0 30px;
  padding: 80px 100px;
  background-color: #fff;
  border-radius: 18px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.contact__header {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.contact__header h2 {
  margin-bottom: 1rem;
}
.contact__header p {
  font-size: 1.6rem;
}

/*************************************************
* Form
*************************************************/
.contact__form {
  margin-top: 50px;
}
.contact__form .formfield__container {
  margin-bottom: 16px;
}
.contact__form label, .contact__form legend {
  display: none;
}
.contact__form input, .contact__form textarea, .contact__form select {
  background-color: #F4F4F4;
  padding: 16px;
  width: 100%;
  border: none;
  border-radius: 6px;
}
.contact__form input:focus, .contact__form textarea:focus, .contact__form select:focus {
  outline: 1px solid #282828;
}
.contact__form .formfield__option a {
  color: #282828;
  text-decoration: underline;
}
.contact__form .formfield__option a:hover {
  color: #b71c1c;
}
.contact__form .formfield__option label {
  display: unset;
}
.contact__form .formfield__checkbox {
  display: none;
}
.contact__form .formfield__checkbox + .formfield__checkbox__check {
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome";
  cursor: pointer;
}
.contact__form .formfield__checkbox + .formfield__checkbox__check:before {
  content: "\f0c8";
}
.contact__form .formfield__checkbox:checked + .formfield__checkbox__check:before {
  content: "\f14a";
}
.contact__form .formfield__option__label {
  cursor: pointer;
}
.contact__form .formblock__submit {
  display: flex;
  margin-top: 50px;
}
.contact__form .formblock__submit input {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
  border: none;
  padding: 0.7rem 2.5rem;
  border-radius: 99px;
  background-color: #de323c;
  width: auto;
  min-width: 300px;
  margin: 0 auto;
}
.contact__form .formblock__submit input:hover {
  background-color: #b71c1c;
}
.contact__form .formblock__submit input:focus {
  outline: none !important;
}
.contact__form .formblock__message__text {
  text-align: center;
}
.contact__form .formblock__message--error {
  color: #DC3545;
}
.contact__form .formblock__message--error .formblock__message__list__item {
  font-size: 1rem;
  margin-top: 4px;
}
.contact__form .formblock__message--error.summary {
  display: none;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .contact__inner:before, .contact__inner:after {
    width: 50%;
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  .contact__inner {
    padding: 100px 30px;
  }
  .contact__content {
    padding: 80px 60px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 576px) {
  .contact__inner {
    padding: 60px 20px;
  }
  .contact__content {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 480px) {
  .contact__content {
    padding: 40px 30px;
  }
}

/*# sourceMappingURL=style.css.map */
