.includes-brand {
  transition: background-color 0.5s;
  max-width: calc(1920px - 2rem);
  background-color: #f7f7f8;
  min-height: 37.5rem;
  overflow-x: clip;
  display: block;
  margin: auto;
}
@media (max-width: 767.98px) {
  .includes-brand {
    min-height: auto;
  }
}
.includes-brand .container article .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.includes-brand:hover {
  background-color: #000000;
}
.includes-brand:hover .container article .image-one {
  filter: brightness(0) invert(1);
}
.includes-brand:hover .container article h2,
.includes-brand:hover .container article p,
.includes-brand:hover .container article .btn {
  color: white;
}
.includes-brand:hover .container article h2 {
  text-decoration: underline;
}
.includes-brand:hover .container article .btn svg {
  transform: scale3d(1.7, 1.5, 2) translateX(0.2rem);
}
.includes-brand:hover .container article .position-relative::before {
  opacity: 1;
}
.includes-brand .container {
  border-bottom: 1px solid #707070;
  height: 37.5rem;
}
@media (max-width: 767.98px) {
  .includes-brand .container {
    border: none;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .includes-brand .container {
    padding: 0;
  }
}
.includes-brand .container article {
  height: 100%;
}
@media (max-width: 767.98px) {
  .includes-brand .container article {
    padding-bottom: 3.75rem;
    text-align: center;
  }
}
.includes-brand .container article .image-one {
  transition: filter 0.5s;
  margin-top: 8.125rem;
}
@media (max-width: 1399.98px) {
  .includes-brand .container article .image-one {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .includes-brand .container article .image-one {
    margin-bottom: 1.875rem;
    margin-top: 0;
    width: 10rem;
  }
}
.includes-brand .container article .image-two {
  min-width: 18.75rem;
  min-height: 37.5rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .includes-brand .container article .image-two {
    display: none;
  }
}
.includes-brand .container article .image-three {
  min-width: 33.125rem;
  min-height: 37.5rem;
  position: relative;
  float: left;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .includes-brand .container article .image-three {
    margin-bottom: 1.875rem;
    min-height: auto;
    min-width: auto;
    height: auto;
    width: 100%;
  }
}
.includes-brand .container article h2,
.includes-brand .container article p,
.includes-brand .container article .btn {
  transition: color 0.5s;
}
@media (max-width: 575.98px) {
  .includes-brand .container article h2,
  .includes-brand .container article p,
  .includes-brand .container article .btn {
    padding: 0 1rem;
  }
}
.includes-brand .container article h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 3.125rem;
  margin-top: 8.125rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .includes-brand .container article h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-brand .container article h2 {
    font-size: calc(36px - 30%);
  }
}
@media (max-width: 767.98px) {
  .includes-brand .container article h2 {
    margin-bottom: 1.875rem;
    margin-top: 0;
  }
}
.includes-brand .container article p {
  font-size: 1rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-brand .container article p {
    font-size: calc(16px - 30%);
  }
}
@media (max-width: 767.98px) {
  .includes-brand .container article p {
    margin-bottom: 1.875rem;
  }
}
.includes-brand .container article .btn {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-brand .container article .btn {
    font-size: calc(16px - 30%);
  }
}
@media (max-width: 767.98px) {
  .includes-brand .container article .btn {
    margin: auto;
  }
}
.includes-brand .container article .btn svg {
  transition: transform 0.5s;
  margin-left: 0.5rem;
}
.includes-brand .container article .position-relative {
  display: flex;
  height: 100%;
  width: 100%;
}
.includes-brand .container article .position-relative::before {
  content: "";
  background: linear-gradient(90deg, transparent 0 9.75rem, var(--color) 9.75rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s;
  height: 100%;
  width: 150%;
  opacity: 0;
}
@media (max-width: 1399.98px) {
  .includes-brand .container article .position-relative::before {
    width: 200%;
  }
}
@media (max-width: 767.98px) {
  .includes-brand .container article .position-relative::before {
    display: none;
  }
}

.includes-segments {
  background-color: white;
  max-width: 1920px;
  overflow-x: clip;
  margin: auto;
}
.includes-segments .container {
  padding-top: 8.125rem;
}
@media (max-width: 767.98px) {
  .includes-segments .container {
    padding-top: 3.75rem;
  }
}
.includes-segments .container h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1.875rem;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .includes-segments .container h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-segments .container h2 {
    font-size: calc(36px - 30%);
  }
}
.includes-segments .container a:hover article {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3098039216);
  background-color: #000000;
}
.includes-segments .container a:hover article .image-one {
  filter: brightness(0) invert(1);
}
.includes-segments .container a:hover article h3,
.includes-segments .container a:hover article p,
.includes-segments .container a:hover article .btn {
  color: white;
}
.includes-segments .container a:hover article h3 {
  text-decoration: underline;
}
.includes-segments .container a:hover article .btn svg {
  transform: scale3d(1.7, 1.5, 2) translateX(0.2rem);
}
.includes-segments .container a article {
  transition: background-color 0.5s;
  background-color: #f7f7f8;
}
@media (max-width: 767.98px) {
  .includes-segments .container a article {
    text-align: center;
  }
}
.includes-segments .container a article img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 18.75rem;
}
@media (max-width: 1399.98px) {
  .includes-segments .container a article img {
    width: 15.875rem;
  }
}
@media (max-width: 1199.98px) {
  .includes-segments .container a article img {
    margin-bottom: 1.875rem;
    height: auto;
    width: 100%;
  }
}
.includes-segments .container a article h3,
.includes-segments .container a article p,
.includes-segments .container a article .btn {
  transition: color 0.5s;
}
@media (max-width: 1199.98px) {
  .includes-segments .container a article h3,
  .includes-segments .container a article p,
  .includes-segments .container a article .btn {
    padding: 0 1rem;
  }
}
.includes-segments .container a article h3,
.includes-segments .container a article p {
  padding-right: 1rem;
}
.includes-segments .container a article h3 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.875rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .includes-segments .container a article h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-segments .container a article h3 {
    font-size: calc(24px - 30%);
  }
}
.includes-segments .container a article p {
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-segments .container a article p {
    font-size: calc(16px - 30%);
  }
}
.includes-segments .container a article .btn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-segments .container a article .btn {
    font-size: calc(16px - 30%);
  }
}
@media (max-width: 767.98px) {
  .includes-segments .container a article .btn {
    margin: auto;
  }
}
.includes-segments .container a article .btn svg {
  transition: transform 0.5s;
  margin-left: 0.5rem;
}

.includes-our-history {
  max-width: 1920px;
  overflow-x: clip;
  margin: auto;
}
.includes-our-history .container {
  padding-bottom: 8.125rem;
  padding-top: 8.125rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .includes-our-history .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .includes-our-history .container {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .includes-our-history .container .position-relative {
    padding: 0 1rem;
  }
}
.includes-our-history .container .position-relative span {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.875rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .includes-our-history .container .position-relative span {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-our-history .container .position-relative span {
    font-size: calc(24px - 30%);
  }
}
.includes-our-history .container .position-relative h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1.875rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .includes-our-history .container .position-relative h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-our-history .container .position-relative h2 {
    font-size: calc(36px - 30%);
  }
}
.includes-our-history .container .position-relative p {
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-our-history .container .position-relative p {
    font-size: calc(16px - 30%);
  }
}
.includes-our-history .container .position-relative .btn {
  margin: auto auto 4.688rem;
  width: -moz-fit-content;
  width: fit-content;
}
.includes-our-history .container .position-relative .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.includes-our-history .container img {
  height: auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .includes-our-history .container img {
    transform: translateX(-50%);
    position: relative;
    width: 1250px;
    margin: auto;
    left: 50%;
  }
}

.home {
  max-width: 1920px;
  overflow-x: clip;
  margin: auto;
}
.home.banner {
  position: relative;
}
.home.banner .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .home.banner .container {
    padding-bottom: 4.375rem;
    padding-top: 3.75rem;
  }
}
.home.banner .container:not(.home.banner .container:has(img)) .text {
  text-align: center;
}
.home.banner .container:not(.home.banner .container:has(img)) .text .btn {
  margin: auto;
}
.home.banner .container .text {
  text-align: end;
}
@media (max-width: 767.98px) {
  .home.banner .container .text {
    text-align: center;
  }
}
.home.banner .container .text span {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 3.75rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .home.banner .container .text span {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .home.banner .container .text span {
    font-size: calc(24px - 30%);
  }
}
@media (max-width: 767.98px) {
  .home.banner .container .text span {
    margin-bottom: 2.875rem;
  }
}
.home.banner .container .text h1,
.home.banner .container .text h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 3.75rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .home.banner .container .text h1,
  .home.banner .container .text h2 {
    font-size: 3.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .home.banner .container .text h1,
  .home.banner .container .text h2 {
    font-size: calc(54px - 30%);
  }
}
@media (max-width: 1199.98px) {
  .home.banner .container .text h1,
  .home.banner .container .text h2 {
    font-size: calc(1.4rem + 1.8vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .home.banner .container .text h1,
  .home.banner .container .text h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) and (max-width: 1399.98px) {
  .home.banner .container .text h1,
  .home.banner .container .text h2 {
    font-size: calc(44px - 30%);
  }
}
@media (max-width: 767.98px) {
  .home.banner .container .text h1,
  .home.banner .container .text h2 {
    margin-bottom: 2.875rem;
  }
}
.home.banner .container .text .btn {
  padding: 0.938rem 1.5rem;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  display: flex;
}
@media (max-width: 767.98px) {
  .home.banner .container .text .btn {
    margin: auto;
  }
}
.home.banner .container .text .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home.banner .swiper-pagination-bullet {
  background-color: #000000;
  border-radius: 1rem;
  margin: 0 0.5rem;
  height: 0.5rem;
  width: 4rem;
}
