/* FONTS */
@import url(../css/clash-display.css);

/* VARIABLES */
:root {
    --c-dark: #212529;
    --c-brand: #385288;
    --c-brand-light: #47b5e0;
    --c-brand-rgb: 20, 18, 36 ;
    --c-body: #727272;
    --c-footer: #f0f0f0;
    --font-base: "FontBold", sans-serif;
    --font-bold: "FontBold" serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;;
}

/* RESET & HELPERS */
body {
    font-family: var(--font-base);
    background-color: var(--c-dark);
    color: var(--c-body);
    overflow-x: hidden;
}

h2, h3,h4, h5, h6,
 .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    color: var(--c-footer);
}

h1,
.h1 {
    font-weight: 400;
    font-family: var(--font-bold);
    color: var(--c-footer);
} 
    
/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--c-dark);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--c-brand);
    border-radius: 10px;
    margin: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--c-brand-light);
  }

a {
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}

a:hover {
    color: var(--c-brand-light);
}

img {
    max-width: 100%;
    height: 50;
}

.logo-brand {
    max-width: 5.5rem;
}

.logo-footer {
    max-height: 90px;
    background-color: var(--c-footer);
    border-radius: 10px;
}


.theme-shadow {
    box-shadow: var(--box-shadow);
}

.section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-padding-home {
    padding : 100px

}

.bg-grey {
    background-color: rgba(255,255,255,0.1);
}

.text-cadetblue {
    color: cadetblue;
}

.contour {
    box-shadow: 15px 15px 0px  var(--c-footer);
    border-radius: 10px;
}

.text-justify {
    text-align: justify;
    text-justify: auto;
}

/* IMAGE ZOOM */
.image-zoom2 {
    position: relative;
    /* overflow: hidden; */
}

.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
     transition: var(--transition);
}

.image-zoom2:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}

.image-comp {
    max-height: 300vh;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    background-color: #f4f4f4;
}

th {
    background-color: var(--c-brand);
    font-weight: bold;
    color: #f4f4f4;

}

caption {
    caption-side: top;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.table-container {
    max-width: 800px;
    margin: 0 auto;
}

.scrollable-table {
    border: 1px solid #ccc;
}

.scrollable-table tbody {
    display: block;
    max-height: 250px;
    overflow-y: auto;
}

.scrollable-table thead, .scrollable-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrollable-table thead {
    background-color: #f4f4f4;
}

/* TABEL 2 */
.table-container2 {
    max-width: 1100px;
    margin: 0 auto;
}

.scrollable-table2 {
    border: 1px solid #ccc;
}

.scrollable-table2 tbody {
    display: block;
    max-height: 600px;
    overflow-y: auto;
}

.scrollable-table2 thead, .scrollable-table2 tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrollable-table2 thead {
    background-color: #f4f4f4;
}



/* NAVBAR */
/* Navbar Styles */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background-color: var(--c-dark);
    transition: all 0.5s;
    padding: 10px 0;
  }

  /* Tambahkan untuk menyembunyikan header */
.header-hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
  
  /* Tambahkan untuk header saat scroll */
  .scrolled {
    background-color: rgba(0, 0, 0, 0.9); /* Ubah warna sesuai kebutuhan */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }
  
  
  #header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: #fff;
  }
  
  #header .logo a span {
    color: #51b1ff;
  }
  
  #header .logo img {
    max-height: 40px;
  }
  
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 40px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 10px;
    line-height: 0;
    margin-left: 3px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #51abff;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #151515;
    font-weight: 400;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    background-color: #51abffc6;
  }
  
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 992px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #151515;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
    color: #151515;
    background-color: #51b1ff;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #151515;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover > a {
    background-color: #51b1ff;
  }
  
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

/* Search Bar - visible by default */

.search-bar-container {
  display: flex;
  position: absolute;
  top: 50%; /* Center vertically */
  right: 7%; /* Adjust as needed */
  transform: translateY(-50%); /* Center vertically */
  background: var(--c-dark); /* Dark background */
  border: 1px solid white; /* White border */
  border-radius: 10px;
  padding: 7px;
  width: 160px; /* Adjust width as needed */
  height: 35px;
  align-items: center;
  opacity: 1;
  pointer-events: auto; /* Allow interaction */
  transition: background 0.3s ease; /* Smooth transition */
}

/* Search Button */
.search-btn {
  background: transparent; /* Make the background transparent */
  border: none; /* Remove any border */
  cursor: pointer;
  color: white; /* Set the icon color to white */
}

/* Search Input */
.search-bar-container .search-input {
  border: none;
  outline: none;
  padding: 8px;
  font-size: 13px;
  width: 100%; /* Full width */
  background: transparent; /* Make input background transparent */
}

/* Change background color on focus */
.search-bar-container:focus-within {
  background: white; /* White background on focus */
}
.search-bar-container:focus-within .search-btn {
  color: var(--c-dark); /* White background on focus */
}

  .search-input .autocom-box {
  min-width: 180px;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  font-size: 0.75rem;
}

  .search-input.active .autocom-box {
  padding: 5px 10px 5px 10px;
  opacity: 1;
  pointer-events: auto;
}

.autocom-box li {
  list-style: none;
  padding: 2px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

  .search-input.active .autocom-box li {
  display: block;
}
.autocom-box li:hover {
  background: #51b1ff;
}


@media (min-width: 320px) and (max-width: 480px) {
  .container .navbar-toggler-collapsed{
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }
  
  .navbar-collapse {
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }

  .navbar-toggler {
      position: absolute;
      display: block; /* Show the toggler button */
      right: 5%;
      top: 7px;
  }

  .navbar-toggler.active + .navbar-collapse {
      display: block; /* Show navbar items when toggled */
      height: 100%;
  }

  .search-bar-container {
      width: 35%;
      position: absolute; 
      top: 25px; /* Adjust position */
      left: 35% !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .container .navbar-toggler-collapsed{
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }
  
  .navbar-collapse {
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }

  .navbar-toggler {
      position: absolute;
      display: block; /* Show the toggler button */
      right: 3%;
      top: 7px;
  }

  .navbar-toggler.active + .navbar-collapse {
      display: block; /* Show navbar items when toggled */
      height: 100%;
  }

  .search-bar-container {
      position: absolute; 
      top: 25px; /* Adjust position */
      left: 50% !important;
  }
}
/*--------------------------------------------------------------
# Back to top button

--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #51b1ff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #51b1ff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #51b1ff;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/gambar01.jpeg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #51abff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #51b1ff;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #51b1ff;
}

#hero .icon-box:hover {
  border-color: #51b1ff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

#ghome1 {
  border-radius: 10px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #51b1ff;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.8;
  transition: 0.3s;
  filter: grayscale(80);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51b1ff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #51b1ff;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  width: 300px;
  height: 320px;
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: auto;
  border-radius: 20px;
}
.logosponsor {
  width: 250px;
}

.services .icon-box .icon {
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: 0.3s;
}

.sizelogosu {
  width: 350px;
}
.sizelogopa {
  width: 200px;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #51b1ff;
  border-color: #51b1ff;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #51b1ff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #51b1ff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #51b1ff;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #51b1ff;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #51b1ff;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 992px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51b1ff;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #51b1ff;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #51b1ff;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #51b1ff;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #51b1ff;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffcd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(38, 68, 96, 0.95);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: rgba(38, 68, 96, 0.95);
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #51b1ff;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #51b1ff;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #51abff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #51abff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #51b1ff;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
/*
#searchButton {
  margin-right: 20px;
  border: none;
  margin-bottom: 5px;
  background-color: transparent;
  top: 5px;
  position: absolute;
}

#searchBox {
  position: absolute;
  font-size: x-small;
  width: 150px;
  height: 30px;
  padding-left: 8px;
  border-radius: 20px;
  top: 5px;
}

#suggestionBox {
  position: absolute;
  top: 45px;
  margin-right: 20px;
  right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(255, 255, 255);
  min-width: 180px;
  border-radius: 5px;
  font-size: small;
}*/

@media (max-width: 370px) {
  .grid-container {
    display: grid;
    grid-template-columns: 90%;
    padding-left: 10px;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  }
}

@media (min-width: 370px) {
  .grid-container {
    display: grid;
    grid-template-columns: 90%;
    padding-left: 30px;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .grid-container {
    display: grid;
    grid-template-columns: 100%;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: 60% 40%;
    padding-left: 0px;
  }
  .container-media {
    position: absolute;
    left: 0px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-1 {
    padding-right: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 23px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
}

@media (min-width: 992px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 30% 15% 30%;
    padding-left: 0px;
  }
  .grid-item-2 {
    padding-left: 40px;
  }
  .wrapper {
    position: absolute;
    right: 0px;
    max-width: 400px;
    margin: 0px 0px auto;
  }

  .footerbuv11 {
    padding-left: 50px;
  }

  .footerbuv12 {
    padding-left: 30px;
  }
  .container-media {
    position: absolute;
    right: 10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .container-media {
    position: absolute;
    right: -80px;
    top: 40px;
    max-width: 180px;
  }
}

@media (min-width: 1200px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 35% 20% 20%;
    padding-left: 0px;
  }
  .grid-item-2 {
    padding-left: 90px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .container-media {
    position: absolute;
    right: -20px;
    top: 40px;
    max-width: 180px;
  }
}
@media (min-width: 1400px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 37% 18% 20%;
    padding-left: 0px;
  }

  .container-media {
    position: absolute;
    right: -60px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }

  .grid-item-2 {
    padding-left: 120px;
  }
}

.navbarcon {
  position: relative;
  z-index: 99999;
}

.footerbuv13 {
  position: relative;
}

.kata {
  top: 40%;
  left: 50%;
  z-index: 1999;
  transform: translate(-50%, -60%);
  position: absolute;
}

.cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #fff;
}
.cover2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #478ac9;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}
.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}
.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}
.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}
.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}
.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}
.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}
.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}
.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}
.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}
.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}
.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}
.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}
.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}
.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}
.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}
.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}
.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}
.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}
.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}
.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}
.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}
.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}
.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}
.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}
.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}
.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}
.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}
.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}
.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}
.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}
.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}
.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}
.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}
.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}
.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}
.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}
.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}
.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}
.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}
.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}
.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}
.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}
.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}
.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}
.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}
.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}
.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}
.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}
.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}
.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}
.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}
.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}
.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}
.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}
.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}
.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}
.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}
.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}
.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}
.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}
.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.53999999999999px;
}
.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}
.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}
.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96000000000001px;
}
.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}
.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}
.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}
.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}
.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}
.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}
.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}
.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}
.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}
.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}
.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}
.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}
.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}
.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}
.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}
.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}
.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}
.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.480000000000004px;
}
.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}
.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}
.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}
.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}
.pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px;
}
.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}
.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}
.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}
.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.740000000000002px;
}
.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.880000000000003px;
}
.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}
.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}
.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}
.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.439999999999998px;
}
.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}
.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}
.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}
.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}

.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #fff;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

.u-section-1 {
  min-height: 196px;
}

.u-section-1 .u-text-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 3rem;
  letter-spacing: 1px;
  background-image: none;
  line-height: 1;
  margin: 33px calc(((100% - 1140px) / 2) + 70px) 0 calc(((100% - 1140px) / 2));
}

.u-section-1 .u-text-2 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-scale: 1;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: Poppins;
  --animation-custom_in-translate_y: -300px;
  font-weight: normal;
  margin: 14px calc(((100% - 1140px) / 2) + 245px) 33px
    calc(((100% - 1140px) / 2));
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    width: auto;
    margin-left: calc(((100% - 940px) / 2));
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    margin-right: calc(((100% - 1140px) / 2) + 195px);
    margin-left: calc(((100% - 940px) / 2));
  }
}

@media (max-width: 991px) {
  .u-section-1 {
    min-height: 293px;
  }

  .u-section-1 .u-text-1 {
    margin-right: calc(((100% - 720px) / 2) + 90px);
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-1 .u-text-2 {
    margin-left: calc(((100% - 720px) / 2));
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-left: calc(((100% - 540px) / 2));
    margin-right: calc(((100% - 540px) / 2));
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 6px;
    margin-bottom: 41px;
    margin-left: calc(((100% - 540px) / 2));
  }
}

@media (max-width: 575px) {
  .u-section-1 {
    min-height: 273px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 39px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1rem;
    margin: 8px 32px 39px;
  }
}
.u-section-2 {
  min-height: 962px;
}

.u-section-2 .u-group-1 {
  width: 553px;
  min-height: 63px;
  height: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  transition-duration: 0.5s;
  margin: 38px auto 0 calc(((100% - 1140px) / 2) + 17px);
}

.u-section-2 .u-container-layout-1 {
  padding-left: 24px;
  padding-right: 24px;
}

.u-section-2 .u-text-1 {
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.875rem;
  margin: 15px 64px 0 9px;
}

.u-section-2 .u-group-2 {
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0);
  min-height: 205px;
  height: auto;
  width: 1120px;
  margin: 20px auto 0;
}

.u-section-2 .u-container-layout-2 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.u-section-2 .u-image-1 {
  width: 159px;
  height: 168px;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 18px auto 0 20px;
}

.u-section-2 .u-text-2 {
  font-size: 0.875rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
  margin: -158px 31px 0 214px;
}

.u-section-2 .u-group-3 {
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0);
  min-height: 532px;
  height: auto;
  width: 600px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
  margin: 43px auto 0 calc(((100% - 1320px) / 2) + 100px);
}

.u-section-2 .u-container-layout-3 {
  padding: 0;
}

.u-section-2 .u-text-3 {
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.875rem;
  margin: 23px auto 0 30px;
}

.u-section-2 .u-rotation-parent-1 {
  width: 103px;
  height: 120px;
  margin: -99px 34px 0 auto;
}

.u-section-2 .u-shape-1 {
  width: 120px;
  height: 103px;
  margin: 0 20px 0 auto;
}

.u-section-2 .u-text-4 {
  font-size: 0.75rem;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 371px 30px 0;
}

.u-section-2 .u-video-1 {
  width: 569px;
  height: 320px;
  margin: -347px auto 0;
}

.u-section-2 .embed-responsive-1 {
  position: absolute;
}

.u-section-2 .u-shape-2 {
  height: 103px;
  width: 103px;
  margin: -452px 34px 0 auto;
}

.u-section-2 .u-image-2 {
  width: 93px;
  height: 93px;
  margin: -101px 38px 0 auto;
}

.u-section-2 .u-group-4 {
  width: 489px;
  min-height: 63px;
  height: auto;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 0px;
  transition-duration: 0.5s;
  margin: -538px calc(((100% - 1320px) / 2) + 103px) 0 auto;
}

.u-section-2 .u-container-layout-4 {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0;
}

.u-section-2 .u-text-5 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.875rem;
  margin: 0 219px 0 0;
}

.u-section-2 .u-group-5 {
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0);
  min-height: 453px;
  height: auto;
  width: 490px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 0px;
  margin: 21px calc(((100% - 1320px) / 2) + 101px) 60px auto;
}

.u-section-2 .u-container-layout-5 {
  padding: 0;
}

.u-section-2 .u-text-6 {
  font-size: 0.875rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 0px;
  margin: 37px 18px 0;
}

@media (max-width: 1399px) {
  .u-section-2 .u-group-1 {
    height: auto;
  }

  .u-section-2 .u-group-2 {
    height: auto;
  }

  .u-section-2 .u-group-3 {
    margin-top: 40px;
    margin-left: calc(((100% - 1140px) / 2) + 17px);
    height: auto;
  }

  .u-section-2 .u-group-4 {
    margin-top: -535px;
    margin-right: calc(((100% - 1140px) / 2) + 10px);
    height: auto;
  }

  .u-section-2 .u-group-5 {
    margin-right: calc(((100% - 1140px) / 2) + 10px);
    height: auto;
  }
}

@media (max-width: 1199px) {
  .u-section-2 {
    min-height: 963px;
  }

  .u-section-2 .u-group-1 {
    margin-top: 25px;
    margin-left: calc(((100% - 940px) / 2));
  }

  .u-section-2 .u-group-2 {
    min-height: 230px;
    width: 929px;
    margin-top: 23px;
    margin-right: calc(((100% - 940px) / 2));
  }

  .u-section-2 .u-container-layout-2 {
    padding-top: 0;
  }

  .u-section-2 .u-image-1 {
    width: 111px;
    height: 111px;
    --animation-custom_in-translate_x: -200px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    transition-duration: 0.5s;
    margin-top: 59px;
    margin-left: 21px;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: -142px;
    margin-right: 30px;
    margin-left: 155px;
  }

  .u-section-2 .u-group-3 {
    width: 420px;
    margin-top: 35px;
    margin-left: calc(((100% - 940px) / 2) + 10px);
  }

  .u-section-2 .u-text-4 {
    width: auto;
    margin-top: 288px;
  }

  .u-section-2 .u-video-1 {
    height: 252px;
    width: 384px;
    margin-top: -279px;
  }

  .u-section-2 .u-shape-2 {
    margin-top: -374px;
  }

  .u-section-2 .u-image-2 {
    margin-top: -103px;
    margin-right: 39px;
  }

  .u-section-2 .u-group-4 {
    margin-right: calc(((100% - 940px) / 2));
  }

  .u-section-2 .u-group-5 {
    margin-top: 17px;
    margin-right: calc(((100% - 940px) / 2));
  }
}

@media (max-width: 991px) {
  .u-section-2 {
    min-height: 1423px;
  }

  .u-section-2 .u-group-1 {
    margin-top: 20px;
    margin-left: auto;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-left: 37px;
    margin-right: 37px;
  }

  .u-section-2 .u-group-2 {
    min-height: 313px;
    width: 720px;
    margin-right: calc(((100% - 720px) / 2));
  }

  .u-section-2 .u-image-1 {
    width: 177px;
    height: 248px;
    margin-top: 31px;
    margin-left: 15px;
  }

  .u-section-2 .u-text-2 {
    margin-top: -260px;
    margin-right: 20px;
    margin-left: 216px;
  }

  .u-section-2 .u-group-3 {
    min-height: 530px;
    width: 720px;
    margin-top: 34px;
    margin-left: auto;
  }

  .u-section-2 .u-text-4 {
    margin-top: 378px;
  }

  .u-section-2 .u-video-1 {
    height: 330px;
    width: 634px;
    margin-top: -356px;
  }

  .u-section-2 .u-shape-2 {
    margin-top: -463px;
  }

  .u-section-2 .u-image-2 {
    margin-top: -104px;
  }

  .u-section-2 .u-group-4 {
    margin-top: 27px;
    margin-right: auto;
  }

  .u-section-2 .u-text-5 {
    width: 222px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-group-5 {
    min-height: 283px;
    width: 720px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 47px;
  }

  .u-section-2 .u-text-6 {
    width: auto;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .u-section-2 {
    min-height: 1593px;
  }

  .u-section-2 .u-group-1 {
    min-height: 59px;
    width: 540px;
    margin-top: 28px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 0;
  }

  .u-section-2 .u-group-2 {
    min-height: 460px;
    width: 540px;
    margin-top: 17px;
    margin-right: auto;
  }

  .u-section-2 .u-image-1 {
    width: 128px;
    height: 149px;
    margin-top: 11px;
    margin-left: auto;
  }

  .u-section-2 .u-text-2 {
    margin-top: 0;
    margin-left: 23px;
    margin-right: 23px;
  }

  .u-section-2 .u-group-3 {
    min-height: 484px;
    width: 540px;
    margin-top: 502px;
  }

  .u-section-2 .u-text-4 {
    margin-top: 329px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-video-1 {
    height: 292px;
    width: 504px;
    margin-top: -317px;
  }

  .u-section-2 .u-shape-2 {
    margin-top: -416px;
  }

  .u-section-2 .u-image-2 {
    margin-top: -103px;
  }

  .u-section-2 .u-group-4 {
    width: 540px;
    min-height: 59px;
    margin-top: -959px;
  }

  .u-section-2 .u-container-layout-4 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-text-5 {
    width: 250px;
  }

  .u-section-2 .u-group-5 {
    min-height: 367px;
    width: 540px;
    margin-top: 11px;
    margin-bottom: 60px;
  }

  .u-section-2 .u-container-layout-5 {
    padding-bottom: 26px;
  }

  .u-section-2 .u-text-6 {
    margin-top: 18px;
  }
}

@media (max-width: 575px) {
  .u-section-2 {
    min-height: 1765px;
  }

  .u-section-2 .u-group-1 {
    width: 334px;
    min-height: 54px;
    margin-top: 20px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-bottom: 0;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.5rem;
    margin-left: 14px;
    margin-right: 14px;
  }

  .u-section-2 .u-group-2 {
    min-height: 583px;
    width: 334px;
    margin-top: 11px;
  }

  .u-section-2 .u-image-1 {
    width: 84px;
    height: 85px;
    margin-top: 15px;
    margin-left: 15px;
  }

  .u-section-2 .u-text-2 {
    margin-top: 23px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .u-section-2 .u-group-3 {
    min-height: 349px;
    width: 332px;
    margin-top: 35px;
  }

  .u-section-2 .u-text-3 {
    font-size: 1.25rem;
    width: auto;
    margin-top: 16px;
    margin-left: 16px;
  }

  .u-section-2 .u-rotation-parent-1 {
    width: 80px;
    height: 100px;
    margin-top: -73px;
    margin-right: 23px;
  }

  .u-section-2 .u-shape-1 {
    width: 100px;
    height: 80px;
  }

  .u-section-2 .u-text-4 {
    margin-top: 218px;
  }

  .u-section-2 .u-video-1 {
    height: 191px;
    width: 307px;
    margin-top: -218px;
  }

  .u-section-2 .u-shape-2 {
    height: 74px;
    width: 79px;
    margin-top: -284px;
    margin-right: 24px;
  }

  .u-section-2 .u-image-2 {
    width: 72px;
    height: 71px;
    margin-top: -78px;
    margin-right: 27px;
  }

  .u-section-2 .u-group-4 {
    min-height: 54px;
    width: 334px;
    margin-top: 41px;
  }

  .u-section-2 .u-text-5 {
    font-size: 1.5rem;
  }

  .u-section-2 .u-group-5 {
    min-height: 571px;
    width: 350px;
    margin-top: 12px;
    margin-bottom: 35px;
  }

  .u-section-2 .u-container-layout-5 {
    padding-bottom: 0;
  }

  .u-section-2 .u-text-6 {
    margin-top: 16px;
    margin-left: 17px;
    margin-right: 17px;
  }
}

.u-section-2 .u-group-1,
.u-section-2 .u-group-1:before,
.u-section-2 .u-group-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style,
    border-width, border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-2 .u-group-1.u-group-1.u-group-1:hover:before {
  background-color: #478ac9 !important;
}

.u-section-2 .u-group-4,
.u-section-2 .u-group-4:before,
.u-section-2 .u-group-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style,
    border-width, border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-2 .u-group-4.u-group-4.u-group-4:hover:before {
  background-color: #478ac9 !important;
}

.u-section-2 .u-image-1,
.u-section-2 .u-image-1:before,
.u-section-2 .u-image-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style,
    border-width, border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-2 .u-image-1.u-image-1.u-image-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-image-1.u-image-1.u-image-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-container-layout:hover .u-image-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-2 .u-image-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}
.u-section-3 {
  background-image: none;
  min-height: 421px;
}

.u-section-3 .u-group-1 {
  width: 570px;
  min-height: 63px;
  height: auto;
  transition-duration: 0.5s;
  margin: 31px auto 0;
}

.u-section-3 .u-container-layout-1 {
  padding: 15px 24px;
}

.u-section-3 .u-text-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.875rem;
  margin: 0 37px;
}

.u-section-3 .u-gallery-1 {
  height: 272px;
  width: 1138px;
  margin: 18px auto 37px;
}

.u-section-3 .u-gallery-inner-1 {
  grid-gap: 10px 10px;
}

.u-section-3 .u-gallery-item-1 {
  margin-right: 0;
}

.u-section-3 .u-back-image-1 {
  object-position: 99.72% 50%;
}

.u-section-3 .u-over-slide-1 {
  background-image: linear-gradient(
    0deg,
    rgba(66, 84, 101, 0.3),
    rgba(66, 84, 101, 0.3)
  );
  padding: 15px;
}

.u-section-3 .u-gallery-item-2 {
  margin-right: 0;
}

.u-section-3 .u-back-image-2 {
  object-position: 50% 100%;
}

.u-section-3 .u-over-slide-2 {
  background-image: linear-gradient(
    0deg,
    rgba(66, 84, 101, 0.3),
    rgba(66, 84, 101, 0.3)
  );
  padding: 15px;
}

.u-section-3 .u-gallery-item-3 {
  margin-right: 0;
}

.u-section-3 .u-back-image-3 {
  object-position: 28.91% 50%;
}

.u-section-3 .u-over-slide-3 {
  background-image: linear-gradient(
    0deg,
    rgba(66, 84, 101, 0.3),
    rgba(66, 84, 101, 0.3)
  );
  padding: 15px;
}

@media (max-width: 1399px) {
  .u-section-3 .u-group-1 {
    height: auto;
  }

  .u-section-3 .u-gallery-inner-1 {
    grid-template-columns: repeat(3, auto);
  }
}

@media (max-width: 1199px) {
  .u-section-3 {
    min-height: 374px;
  }

  .u-section-3 .u-group-1 {
    margin-top: 36px;
    margin-left: calc(((100% - 1140px) / 2) + 285px);
  }

  .u-section-3 .u-text-1 {
    width: auto;
  }

  .u-section-3 .u-gallery-1 {
    height: 224px;
    margin-top: 25px;
    width: 940px;
  }
}

@media (max-width: 991px) {
  .u-section-3 {
    min-height: 675px;
  }

  .u-section-3 .u-group-1 {
    margin-top: 25px;
    margin-left: auto;
  }

  .u-section-3 .u-gallery-1 {
    height: 515px;
    width: 720px;
    margin-bottom: 47px;
  }

  .u-section-3 .u-gallery-inner-1 {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 767px) {
  .u-section-3 {
    min-height: 1302px;
  }

  .u-section-3 .u-group-1 {
    min-height: 59px;
    width: 540px;
    margin-top: 22px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }

  .u-section-3 .u-text-1 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .u-section-3 .u-gallery-1 {
    height: 1159px;
    width: 540px;
    margin-top: 22px;
    margin-bottom: 40px;
  }

  .u-section-3 .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }
}

@media (max-width: 575px) {
  .u-section-3 {
    min-height: 1112px;
  }

  .u-section-3 .u-group-1 {
    min-height: 54px;
    width: 350px;
    margin-top: 14px;
  }

  .u-section-3 .u-container-layout-1 {
    padding: 14px 8px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.5rem;
    margin-right: 0;
    margin-left: 4px;
  }

  .u-section-3 .u-gallery-1 {
    height: 990px;
    width: 300px;
    margin-top: 14px;
  }
}

.u-section-3 .u-group-1,
.u-section-3 .u-group-1:before,
.u-section-3 .u-group-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style,
    border-width, border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-3 .u-group-1.u-group-1.u-group-1:hover:before {
  background-color: #478ac9 !important;
}
.u-section-4 {
  min-height: 454px;
}

.u-section-4 .u-group-1 {
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0);
  min-height: 365px;
  height: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-scale: 1;
  width: 1100px;
  margin: 49px auto 40px;
}

.u-section-4 .u-container-layout-1 {
  padding: 0;
}

.u-section-4 .u-rotation-parent-1 {
  width: 88px;
  height: 103px;
  margin: -17px 46px 0 auto;
}

.u-section-4 .u-shape-1 {
  width: 103px;
  height: 88px;
  margin: 0 20px 0 auto;
}

.u-section-4 .u-icon-1 {
  width: 88px;
  height: 88px;
  background-image: none;
  color: rgb(255, 255, 255) !important;
  margin: -81px 46px 0 auto;
  padding: 8px;
}

.u-section-4 .u-text-1 {
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.875rem;
  margin: -68px 736px 0 34px;
}

.u-section-4 .u-gallery-1 {
  height: 206px;
  width: 473px;
  margin: 19px 33px 0 auto;
}

.u-section-4 .u-gallery-inner-1 {
  grid-gap: 10px 10px;
  grid-template-columns: auto auto;
}

.u-section-4 .u-back-image-1 {
  object-position: 50% 70.48%;
}

.u-section-4 .u-over-slide-1 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-4 .u-over-slide-2 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-4 .u-text-2 {
  font-size: 0.875rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
  margin: -182px 531px 0 34px;
}

@media (max-width: 1399px) {
  .u-section-4 .u-group-1 {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .u-section-4 {
    min-height: 429px;
  }

  .u-section-4 .u-group-1 {
    width: 940px;
    margin-bottom: 15px;
  }

  .u-section-4 .u-icon-1 {
    margin-top: -86px;
    padding: 14px;
  }

  .u-section-4 .u-text-1 {
    width: auto;
    margin-top: -67px;
    margin-right: 534px;
    margin-left: 28px;
  }

  .u-section-4 .u-gallery-1 {
    height: 197px;
    width: 376px;
    margin-top: 30px;
  }

  .u-section-4 .u-gallery-inner-1 {
    grid-template-columns: repeat(2, auto);
  }

  .u-section-4 .u-text-2 {
    width: auto;
    margin-top: -222px;
    margin-right: 427px;
    margin-left: 28px;
  }
}

@media (max-width: 991px) {
  .u-section-4 {
    min-height: 588px;
  }

  .u-section-4 .u-group-1 {
    min-height: 544px;
    width: 720px;
    margin-top: 44px;
    margin-bottom: 0;
  }

  .u-section-4 .u-container-layout-1 {
    padding-bottom: 30px;
  }

  .u-section-4 .u-rotation-parent-1 {
    margin-top: -25px;
    margin-right: 34px;
  }

  .u-section-4 .u-icon-1 {
    margin-top: -78px;
    margin-right: 34px;
  }

  .u-section-4 .u-text-1 {
    margin-top: -55px;
    margin-right: 364px;
    margin-left: 49px;
  }

  .u-section-4 .u-gallery-1 {
    height: 200px;
    margin-top: 207px;
    margin-right: auto;
  }

  .u-section-4 .u-gallery-inner-1 {
    grid-template-columns: auto auto;
  }

  .u-section-4 .u-text-2 {
    margin-top: -392px;
    margin-left: 49px;
    margin-right: 49px;
  }
}

@media (max-width: 767px) {
  .u-section-4 {
    min-height: 624px;
  }

  .u-section-4 .u-group-1 {
    min-height: 559px;
    width: 540px;
    margin-top: 48px;
    margin-bottom: 16px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-bottom: 0;
  }

  .u-section-4 .u-rotation-parent-1 {
    margin-top: -7px;
    margin-right: 22px;
  }

  .u-section-4 .u-icon-1 {
    margin-top: -83px;
    margin-right: 22px;
  }

  .u-section-4 .u-text-1 {
    margin-top: -83px;
    margin-right: 191px;
    margin-left: 19px;
  }

  .u-section-4 .u-gallery-1 {
    height: 157px;
    margin-top: 273px;
  }

  .u-section-4 .u-text-2 {
    margin-top: -393px;
    margin-left: 23px;
    margin-right: 23px;
  }
}

@media (max-width: 575px) {
  .u-section-4 {
    min-height: 1208px;
  }

  .u-section-4 .u-group-1 {
    min-height: 1137px;
    width: 300px;
    margin-top: 44px;
    margin-bottom: 27px;
  }

  .u-section-4 .u-rotation-parent-1 {
    width: 70px;
    height: 100px;
    margin-top: -17px;
    margin-right: 13px;
  }

  .u-section-4 .u-shape-1 {
    width: 100px;
    height: 70px;
  }

  .u-section-4 .u-icon-1 {
    width: 69px;
    height: 68px;
    margin-top: -68px;
    margin-right: 14px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.25rem;
    margin-top: -66px;
    margin-right: 94px;
    margin-left: 17px;
  }

  .u-section-4 .u-gallery-1 {
    height: 589px;
    width: 275px;
    margin-top: 425px;
  }

  .u-section-4 .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }

  .u-section-4 .u-text-2 {
    margin-top: -1004px;
    margin-left: 17px;
    margin-right: 17px;
  }
}
.u-section-5 {
  min-height: 442px;
}

.u-section-5 .u-group-1 {
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0);
  min-height: 366px;
  height: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-scale: 1;
  width: 1100px;
  margin: 16px auto 60px;
}

.u-section-5 .u-container-layout-1 {
  padding: 0;
}

.u-section-5 .u-text-1 {
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.875rem;
  margin: 35px 204px 0 34px;
}

.u-section-5 .u-rotation-parent-1 {
  width: 88px;
  height: 103px;
  margin: -118px 43px 0 auto;
}

.u-section-5 .u-shape-1 {
  width: 103px;
  height: 88px;
  margin: -103px 20px 0 auto;
}

.u-section-5 .u-slider-1 {
  min-height: 235px;
  width: 405px;
  height: auto;
  margin: -15px 43px 0 auto;
}

.u-section-5 .u-carousel-indicators-1 {
  position: absolute;
  bottom: 10px;
}

.u-section-5 .u-image-1 {
  background-image: url("../images/suhu.png");
  background-position: 50% 50%;
}

.u-section-5 .u-container-layout-2 {
  padding: 0 27px;
}

.u-section-5 .u-image-2 {
  background-image: url("../images/DO.png");
  background-position: 50% 50%;
}

.u-section-5 .u-container-layout-3 {
  padding: 30px 50px;
}

.u-section-5 .u-image-3 {
  background-image: url("../images/Tubidity.png");
  background-position: 50% 50%;
}

.u-section-5 .u-container-layout-4 {
  padding: 30px 50px;
}

.u-section-5 .u-carousel-control-1 {
  width: 34px;
  height: 34px;
  left: -34px;
  right: auto;
  position: absolute;
}

.u-section-5 .u-carousel-control-2 {
  width: 34px;
  height: 34px;
  left: auto;
  right: -34px;
  position: absolute;
}

.u-section-5 .u-shape-2 {
  height: 88px;
  width: 88px;
  margin: -293px 43px 0 auto;
}

.u-section-5 .u-image-4 {
  width: 70px;
  height: 56px;
  margin: -72px 52px 0 auto;
}

.u-section-5 .u-text-2 {
  font-size: 0.875rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
  margin: 44px 505px 0 34px;
}

.u-section-5 .u-btn-1 {
  box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0);
  font-size: 1rem;
  text-transform: none;
  background-image: none;
  margin: 15px auto 0 34px;
}

@media (max-width: 1399px) {
  .u-section-5 .u-group-1 {
    margin-top: 15px;
    height: auto;
  }

  .u-section-5 .u-slider-1 {
    margin-top: -35px;
  }

  .u-section-5 .u-shape-2 {
    margin-top: -273px;
  }

  .u-section-5 .u-btn-1 {
    margin-top: 21px;
    margin-right: 133px;
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .u-section-5 {
    min-height: 481px;
  }

  .u-section-5 .u-group-1 {
    min-height: 396px;
    width: 940px;
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .u-section-5 .u-text-1 {
    width: auto;
    margin-top: 29px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .u-section-5 .u-rotation-parent-1 {
    height: 93px;
    margin-top: -117px;
  }

  .u-section-5 .u-shape-1 {
    width: 93px;
  }

  .u-section-5 .u-slider-1 {
    margin-top: 35px;
  }

  .u-section-5 .u-shape-2 {
    margin-top: -352px;
  }

  .u-section-5 .u-image-4 {
    margin-top: -76px;
  }

  .u-section-5 .u-text-2 {
    width: auto;
    margin-top: 56px;
    margin-right: 492px;
    margin-left: 25px;
  }

  .u-section-5 .u-btn-1 {
    border-style: none;
    text-transform: uppercase;
    --animation-custom_in-translate_x: -200px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    transition-duration: 0.5s;
    margin-top: 18px;
    margin-right: auto;
    margin-left: 25px;
    padding: 8px 33px 8px 32px;
  }
}

@media (max-width: 991px) {
  .u-section-5 {
    min-height: 659px;
  }

  .u-section-5 .u-group-1 {
    min-height: 574px;
    width: 720px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 28px;
    margin-right: 46px;
    margin-left: 30px;
  }

  .u-section-5 .u-rotation-parent-1 {
    margin-top: -107px;
    margin-right: 26px;
  }

  .u-section-5 .u-shape-1 {
    margin-top: 0;
  }

  .u-section-5 .u-slider-1 {
    margin-top: 163px;
    margin-right: auto;
    margin-left: 149px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5 .u-carousel-control-1 {
    margin-top: 20px;
  }

  .u-section-5 .u-shape-2 {
    margin-top: -480px;
    margin-right: 26px;
  }

  .u-section-5 .u-image-4 {
    margin-right: 35px;
  }

  .u-section-5 .u-text-2 {
    margin-top: 42px;
    margin-right: 46px;
    margin-left: 30px;
  }

  .u-section-5 .u-btn-1 {
    margin-top: 268px;
    margin-left: 224px;
  }
}

@media (max-width: 767px) {
  .u-section-5 {
    min-height: 689px;
  }

  .u-section-5 .u-group-1 {
    min-height: 602px;
    width: 540px;
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 22px;
    margin-right: 170px;
    margin-left: 22px;
  }

  .u-section-5 .u-rotation-parent-1 {
    margin-top: -110px;
    margin-right: 22px;
  }

  .u-section-5 .u-slider-1 {
    margin-top: 200px;
    margin-left: auto;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-shape-2 {
    margin-top: -513px;
    margin-right: 22px;
  }

  .u-section-5 .u-image-4 {
    margin-top: -78px;
    margin-right: 31px;
  }

  .u-section-5 .u-text-2 {
    margin-top: 39px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .u-section-5 .u-btn-1 {
    margin-top: 257px;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .u-section-5 {
    min-height: 761px;
  }

  .u-section-5 .u-group-1 {
    min-height: 694px;
    width: 300px;
    margin-top: 22px;
    margin-bottom: 45px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.25rem;
    margin-top: 16px;
    margin-right: 76px;
    margin-left: 16px;
  }

  .u-section-5 .u-rotation-parent-1 {
    width: 70px;
    height: 100px;
    margin-top: -97px;
    margin-right: 15px;
  }

  .u-section-5 .u-shape-1 {
    width: 100px;
    height: 70px;
  }

  .u-section-5 .u-slider-1 {
    min-height: 144px;
    width: 233px;
    margin-top: 369px;
  }

  .u-section-5 .u-shape-2 {
    height: 69px;
    width: 69px;
    margin-top: -582px;
    margin-right: 16px;
  }

  .u-section-5 .u-image-4 {
    width: 50px;
    margin-top: -75px;
    margin-right: 26px;
  }

  .u-section-5 .u-text-2 {
    margin-top: 31px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .u-section-5 .u-btn-1 {
    margin-top: 178px;
  }
}

.u-section-5 .u-btn-1,
.u-section-5 .u-btn-1:before,
.u-section-5 .u-btn-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style,
    border-width, border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-5 .u-btn-1.u-btn-1.u-btn-1:hover:before {
  background-color: transparent !important;
}

.u-section-5 .u-btn-1.u-btn-1.u-btn-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-5 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.kata {
  top: 40%;
  left: 50%;
  z-index: 1999;
  transform: translate(-50%, -60%);
  position: absolute;
}

.cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #fff;
}
.cover2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #478ac9;
}

/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */
.kata {
  top: 40%;
  left: 50%;
  z-index: 1999;
  transform: translate(-50%, -60%);
  position: absolute;
}

.cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #fff;
}
.cover2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #478ac9;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}
.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}
.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}
.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}
.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}
.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}
.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}
.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}
.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}
.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}
.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}
.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}
.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}
.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}
.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}
.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}
.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}
.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}
.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}
.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}
.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}
.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}
.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}
.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}
.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}
.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}
.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}
.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}
.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}
.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}
.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}
.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}
.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}
.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}
.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}
.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}
.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}
.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}
.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}
.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}
.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}
.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}
.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}
.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}
.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}
.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}
.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}
.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}
.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}
.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}
.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}
.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}
.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}
.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}
.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}
.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}
.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}
.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}
.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}
.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}
.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}
.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.53999999999999px;
}
.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}
.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}
.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96000000000001px;
}
.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}
.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}
.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}
.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}
.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}
.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}
.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}
.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}
.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}
.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}
.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}
.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}
.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}
.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}
.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}
.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}
.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}
.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.480000000000004px;
}
.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}
.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}
.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}
.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}
.pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px;
}
.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}
.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}
.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}
.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.740000000000002px;
}
.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.880000000000003px;
}
.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}
.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}
.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}
.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.439999999999998px;
}
.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}
.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}
.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}
.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}

.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #fff;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

.u-block-d531-5 {
  position: absolute;
  top: auto;
  left: auto;
  right: calc(((100% - 1140px) / 2) + 532px);
  bottom: 41px;
}

.u-block-d531-3 {
  position: absolute;
  left: calc(((100% - 1140px) / 2) + 3px);
  width: 31px;
  height: 31px;
  top: auto;
  right: auto;
  bottom: 28px;
  padding: 0;
}

.u-block-d531-4 {
  position: absolute;
  width: 31px;
  height: 31px;
  left: auto;
  top: auto;
  right: calc(((100% - 1140px) / 2));
  bottom: 33px;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-block-d531-5 {
    right: calc(((100% - 940px) / 2) + 432px);
  }

  .u-block-d531-3 {
    left: calc(((100% - 940px) / 2) + 3px);
  }

  .u-block-d531-4 {
    right: calc(((100% - 940px) / 2));
  }
}

@media (max-width: 991px) {
  .u-block-d531-5 {
    right: calc(((100% - 720px) / 2) + 322px);
  }

  .u-block-d531-3 {
    left: calc(((100% - 720px) / 2) + 2px);
  }

  .u-block-d531-4 {
    right: calc(((100% - 720px) / 2));
  }
}

@media (max-width: 767px) {
  .u-block-d531-5 {
    right: calc(((100% - 540px) / 2) + 232px);
  }

  .u-block-d531-3 {
    left: calc(((100% - 540px) / 2) + 2px);
  }

  .u-block-d531-4 {
    right: calc(((100% - 540px) / 2));
  }
}

@media (max-width: 575px) {
  .u-block-d531-5 {
    right: calc(((100% - 340px) / 2) + 132px);
  }

  .u-block-d531-3 {
    left: calc(((100% - 340px) / 2) + 1px);
  }

  .u-block-d531-4 {
    right: calc(((100% - 340px) / 2));
  }
}

.u-section-1-1 {
  background-image: none;
}

.u-section-1-1 .u-sheet-1 {
  min-height: 710px;
}

.u-section-1-1 .u-shape-1 {
  width: 220px;
  height: 24px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 653px 33px 0 auto;
}

.u-section-1-1 .u-layout-wrap-1 {
  pointer-events: auto;
  margin-top: -643px;
  margin-bottom: 0;
}

.u-section-1-1 .u-layout-cell-1 {
  min-height: 619px;
  pointer-events: auto;
}

.u-section-1-1 .u-container-layout-1 {
  padding: 30px 27px;
}

.u-section-1-1 .u-text-1 {
  line-height: 1;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 80px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  background-image: none;
  font-size: 3rem;
  margin: 103px 33px 0;
}

.u-section-1-1 .u-text-2 {
  --animation-custom_in-translate_x: -80px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 17px 33px 0;
}

.u-section-1-1 .u-btn-1 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 0.75rem;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: 59px auto 0;
  padding: 10px 23px 10px 22px;
}

.u-section-1-1 .u-layout-cell-2 {
  min-height: 619px;
  pointer-events: auto;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1-1 .u-container-layout-2 {
  padding: 0;
}

.u-section-1-1 .u-shape-2 {
  height: 524px;
  width: 612px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 39px auto 0 17px;
}

.u-section-1-1 .u-image-1 {
  width: 515px;
  height: 287px;
  margin: -430px auto 0 58px;
}

.u-section-1-1 .u-text-3 {
  font-weight: 700;
  font-size: 1rem;
  font-style: italic;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -2px 45px 33px auto;
}

@media (max-width: 1199px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 671px;
  }

  .u-section-1-1 .u-shape-1 {
    margin-top: 610px;
    margin-right: 34px;
  }

  .u-section-1-1 .u-layout-wrap-1 {
    margin-top: -600px;
  }

  .u-section-1-1 .u-layout-cell-1 {
    min-height: 510px;
  }

  .u-section-1-1 .u-container-layout-1 {
    padding-left: 58px;
    padding-right: 58px;
  }

  .u-section-1-1 .u-text-1 {
    font-size: 2.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1-1 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-1-1 .u-layout-cell-2 {
    min-height: 510px;
  }

  .u-section-1-1 .u-shape-2 {
    width: 533px;
    margin-left: 0;
  }

  .u-section-1-1 .u-image-1 {
    margin-left: 18px;
  }

  .u-section-1-1 .u-text-3 {
    width: auto;
    margin-top: -12px;
    margin-right: 46px;
    margin-bottom: 37px;
  }
}

@media (max-width: 991px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 562px;
  }

  .u-section-1-1 .u-shape-1 {
    margin-top: 505px;
  }

  .u-section-1-1 .u-layout-wrap-1 {
    margin-top: -499px;
  }

  .u-section-1-1 .u-layout-cell-1 {
    min-height: 502px;
  }

  .u-section-1-1 .u-container-layout-1 {
    padding: 0;
  }

  .u-section-1-1 .u-text-2 {
    font-size: 0.75rem;
    width: auto;
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-1-1 .u-btn-1 {
    margin-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-1-1 .u-layout-cell-2 {
    min-height: 478px;
  }

  .u-section-1-1 .u-shape-2 {
    height: 311px;
    width: 374px;
    margin-top: 103px;
    margin-left: auto;
  }

  .u-section-1-1 .u-image-1 {
    width: 408px;
    height: 227px;
    margin-top: -281px;
    margin-left: 0;
  }

  .u-section-1-1 .u-text-3 {
    margin-top: -29px;
    margin-bottom: 33px;
  }
}

@media (max-width: 767px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 962px;
  }

  .u-section-1-1 .u-shape-1 {
    width: 200px;
    margin-top: 901px;
    margin-right: 32px;
  }

  .u-section-1-1 .u-layout-wrap-1 {
    margin-top: -897px;
  }

  .u-section-1-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1-1 .u-container-layout-1 {
    padding-top: 30px;
  }

  .u-section-1-1 .u-text-1 {
    margin-top: 7px;
  }

  .u-section-1-1 .u-btn-1 {
    margin-top: 17px;
    margin-bottom: -8px;
    padding-right: 8px;
    padding-left: 6px;
  }

  .u-section-1-1 .u-layout-cell-2 {
    min-height: 633px;
  }

  .u-section-1-1 .u-shape-2 {
    margin-top: 25px;
    margin-left: 66px;
  }

  .u-section-1-1 .u-image-1 {
    margin-top: -286px;
    margin-left: 49px;
  }

  .u-section-1-1 .u-text-3 {
    font-size: 0.875rem;
    margin-top: -6px;
    margin-bottom: 39px;
  }
}

@media (max-width: 575px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 958px;
  }

  .u-section-1-1 .u-shape-1 {
    margin-top: 897px;
    margin-right: 29px;
  }

  .u-section-1-1 .u-layout-wrap-1 {
    margin-top: -893px;
  }

  .u-section-1-1 .u-container-layout-1 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .u-section-1-1 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-1-1 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-1-1 .u-btn-1 {
    padding-right: 21px;
    padding-bottom: 11px;
    padding-left: 20px;
  }

  .u-section-1-1 .u-layout-cell-2 {
    min-height: 399px;
  }

  .u-section-1-1 .u-shape-2 {
    height: 301px;
    width: 296px;
    margin-top: 62px;
    margin-left: auto;
  }

  .u-section-1-1 .u-image-1 {
    width: 340px;
    height: 189px;
    margin-top: -254px;
    margin-left: 0;
  }

  .u-section-1-1 .u-text-3 {
    margin-top: 168px;
    margin-right: 43px;
    margin-bottom: 37px;
  }
}

.u-section-1-2 {
  background-image: url("../images/PosterMANDAKINIEVO.png");
  background-position: 50% 50%;
}

.u-section-1-2 .u-sheet-1 {
  min-height: 700px;
}

@media (max-width: 1199px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 713px;
  }
}

@media (max-width: 991px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 620px;
  }
}

@media (max-width: 767px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 780px;
  }
}

@media (max-width: 575px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 800px;
  }
}

.u-block-d531-15:not([data-block-selected]):not([data-cell-selected]),
.u-block-d531-15:not([data-block-selected]):not([data-cell-selected]):before {
  transition-property: fill, color, background-color, stroke-width, border-style,
    border-width, border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    background-size, background-position;
}

.u-block-d531-15:not([data-block-selected]):not(
    [data-cell-selected]
  ).u-block-d531-15:not([data-block-selected]):not(
    [data-cell-selected]
  ).u-block-d531-15:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg) !important;
}

.u-block-d531-15:not([data-block-selected]):not(
    [data-cell-selected]
  ).u-block-d531-15:not([data-block-selected]):not(
    [data-cell-selected]
  ).u-block-d531-15:not([data-block-selected]):not(
    [data-cell-selected]
  ):hover:before {
  background-color: transparent !important;
}

.u-block-d531-15.u-block-d531-15.u-block-d531-15.hover {
  transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg) !important;
}

.u-container-layout:hover
  .u-block-d531-15:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-container-layout:hover
  .u-block-d531-15:not([data-block-selected]):not([data-cell-selected]):before {
  background-color: transparent !important;
}

.u-container-layout.hover .u-block-d531-15 {
  transform: rotate(0deg) scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1-1 .u-btn-1,
.u-section-1-1 .u-btn-1:before,
.u-section-1-1 .u-btn-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style,
    border-width, border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    background-size, background-position;
}

.u-section-1-1 .u-btn-1.u-btn-1.u-btn-1:hover {
  transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg) !important;
}

.u-section-1-1 .u-btn-1.u-btn-1.u-btn-1:hover > .u-container-layout:before {
  background-color: transparent !important;
}

.u-section-1-1 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg) !important;
}

.u-section-1-1 .u-container-layout:hover .u-btn-1 {
  transform: rotate(0deg) scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1-1 .u-container-layout:hover .u-btn-1 > .u-container-layout:before {
  background-color: transparent !important;
}

.u-container-layout.hover .u-section-1-1 .u-btn-1 {
  transform: rotate(0deg) scale(1.1) translateX(0px) translateY(0px) !important;
}
.u-section-2 .u-sheet-1 {
  min-height: 500px;
}

.u-section-2 .u-layout-wrap-1 {
  margin-top: 3px;
  margin-bottom: 0;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 500px;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px;
}

.u-section-2 .u-image-1 {
  width: 300px;
  height: 300px;
  box-shadow: 2px 0 8px 0 rgba(128, 128, 128, 1);
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 40px auto 0;
}

.u-section-2 .u-layout-cell-2 {
  min-height: 500px;
}

.u-section-2 .u-container-layout-2 {
  padding: 30px;
}

.u-section-2 .u-text-1 {
  font-size: 3rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 123px auto 0 0;
}

.u-section-2 .u-text-2 {
  font-size: 0.875rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 20px 0 0;
}

.u-section-2 .u-btn-1 {
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 0.5s;
  border-style: none;
  font-size: 0.875rem;
  transform: scale(1.1) translateX(0px) translateY(0px);
  margin: 20px auto 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 26px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 412px;
  }

  .u-section-2 .u-image-1 {
    background-position: 50% 50%;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 412px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: 77px;
    margin-right: 105px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-image-1 {
    width: 216px;
    height: 216px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 397px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 2px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-layout-cell-1 {
    min-height: 316px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 395px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.5rem;
    width: 208px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 25px;
  }
}

.u-section-2 .u-btn-1,
.u-section-2 .u-btn-1:before,
.u-section-2 .u-btn-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style,
    border-width, border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    background-size, background-position;
}

.u-section-2 .u-btn-1.u-btn-1.u-btn-1:hover > .u-container-layout:before {
  background-color: transparent !important;
}

.u-section-2 .u-btn-1.u-btn-1.u-btn-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}
.u-section-3 {
  background-image: none;
}

.u-section-3 .u-sheet-1 {
  min-height: 590px;
}

.u-section-3 .u-layout-wrap-1 {
  width: 1120px;
  margin: 60px 0 12px auto;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 553px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-3 .u-container-layout-1 {
  padding: 0;
}

.u-section-3 .u-text-1 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 2.25rem;
  margin: 7px 100px 0 20px;
}

.u-section-3 .u-shape-1 {
  width: 310px;
  height: 7px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 20px;
}

.u-section-3 .u-video-1 {
  width: 450px;
  height: 240px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 20px auto 0 20px;
}

.u-section-3 .embed-responsive-1 {
  position: absolute;
}

.u-section-3 .u-layout-cell-2 {
  min-height: 553px;
}

.u-section-3 .u-container-layout-2 {
  padding: 0;
}

.u-section-3 .u-text-2 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 2.25rem;
  margin: 202px 25px 0 97px;
}

.u-section-3 .u-shape-2 {
  width: 363px;
  height: 7px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 25px 0 auto;
}

.u-section-3 .u-video-2 {
  width: 450px;
  height: 240px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 20px 25px 0 auto;
}

.u-section-3 .embed-responsive-2 {
  position: absolute;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 680px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 60px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 464px;
  }

  .u-section-3 .u-text-1 {
    margin-right: 30px;
    margin-left: 0;
  }

  .u-section-3 .u-shape-1 {
    margin-left: 0;
  }

  .u-section-3 .u-video-1 {
    margin-left: 0;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 464px;
  }

  .u-section-3 .u-text-2 {
    margin-right: 0;
    margin-left: 32px;
  }

  .u-section-3 .u-shape-2 {
    margin-right: 0;
  }

  .u-section-3 .u-video-2 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 546px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-3 .u-text-1 {
    margin-left: 30px;
  }

  .u-section-3 .u-shape-1 {
    margin-top: 20px;
    margin-left: 30px;
  }

  .u-section-3 .u-video-1 {
    width: 345px;
    height: 184px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-3 .u-text-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-3 .u-shape-2 {
    width: 315px;
    height: 15px;
    margin-top: 20px;
    margin-left: 30px;
  }

  .u-section-3 .u-video-2 {
    width: 345px;
    height: 184px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 796px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 0;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-shape-1 {
    height: 5px;
    margin-top: 0;
    margin-left: auto;
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-shape-2 {
    height: 5px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 672px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-top: 28px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-3 .u-shape-1 {
    margin-top: 7px;
    width: 340px;
  }

  .u-section-3 .u-video-1 {
    width: 340px;
    height: 181px;
  }

  .u-section-3 .u-text-2 {
    font-size: 1.5rem;
    margin-top: 16px;
  }

  .u-section-3 .u-shape-2 {
    margin-top: 7px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-video-2 {
    width: 340px;
    height: 181px;
  }
}
.u-section-4 .u-sheet-1 {
  min-height: 501px;
}

.u-section-4 .u-text-1 {
  font-size: 2.25rem;
  margin: 69px auto 0;
}

.u-section-4 .u-image-1 {
  width: 799px;
  height: 286px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 69px auto 60px;
}

@media (max-width: 1199px) {
  .u-section-4 .u-text-1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 473px;
  }

  .u-section-4 .u-image-1 {
    width: 720px;
    height: 258px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 416px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.25rem;
  }

  .u-section-4 .u-image-1 {
    height: 194px;
    margin-top: 41px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 252px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1rem;
    width: auto;
    margin-top: 37px;
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-4 .u-image-1 {
    height: 115px;
    width: 320px;
    margin: 46px auto 36px;
  }
}
.u-section-5 .u-sheet-1 {
  min-height: 784px;
}

.u-section-5 .u-layout-wrap-1 {
  width: 1049px;
  margin: 63px 0 13px auto;
}

.u-section-5 .u-layout-cell-1 {
  min-height: 707px;
}

.u-section-5 .u-container-layout-1 {
  padding: 0 0 30px;
}

.u-section-5 .u-text-1 {
  font-family: Poppins;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 3.75rem;
  margin: 30px 1px 0 51px;
}

.u-section-5 .u-group-1 {
  background-image: none;
  width: 787px;
  min-height: 303px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 213px -262px 0 auto;
}

.u-section-5 .u-container-layout-2 {
  padding: 0 23px;
}

.u-section-5 .u-video-1 {
  width: 475px;
  height: 390px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -139px auto 0 3px;
}

.u-section-5 .u-layout-cell-2 {
  min-height: 707px;
}

.u-section-5 .u-container-layout-3 {
  padding: 30px 30px 26px;
}

.u-section-5 .u-text-2 {
  --animation-custom_in-translate_x: -100px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.8;
  background-image: none;
  margin: 0 1px;
}

@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 655px;
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-top: 0;
    margin-bottom: 37px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 618px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .u-section-5 .u-text-1 {
    font-size: 3rem;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-group-1 {
    width: 485px;
    margin-top: 173px;
    margin-right: -15px;
    margin-bottom: -15px;
  }

  .u-section-5 .u-video-1 {
    width: 425px;
    height: 350px;
    margin-left: 0;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 618px;
  }

  .u-section-5 .u-text-2 {
    width: auto;
    margin-top: 66px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 589px;
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-bottom: 27px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 562px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-bottom: 4px;
  }

  .u-section-5 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-5 .u-group-1 {
    margin-top: 48px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .u-section-5 .u-video-1 {
    width: 315px;
    height: 259px;
    margin-top: 50px;
    margin-left: auto;
    margin-bottom: -19px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 562px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-bottom: 24px;
  }

  .u-section-5 .u-text-2 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 572px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 446px;
  }

  .u-section-5 .u-group-1 {
    margin-top: 20px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 205px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 629px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 349px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-group-1 {
    min-height: 245px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5 .u-video-1 {
    width: 302px;
    height: 229px;
    margin-top: 36px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 100px;
  }
}
.u-section-6 .u-sheet-1 {
  min-height: 50vw;
}

.u-section-6 .u-layout-wrap-1 {
  width: 836px;
  margin: 162px auto 0 30px;
}

.u-section-6 .u-image-1 {
  background-image: url("../images/ipoels.png");
  background-position: 50% 50%;
  min-height: 550px;
}

.u-section-6 .u-container-layout-1 {
  padding: 0;
}

.u-section-6 .u-group-1 {
  width: 572px;
  min-height: 331px;
  margin: -691px 30px 60px auto;
}

.u-section-6 .u-container-layout-2 {
  padding: 30px 30px 18px;
}

.u-section-6 .u-text-1 {
  font-size: 4.5rem;
  font-weight: 700;
  --animation-custom_in-translate_x: -80px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0;
}

.u-section-6 .u-text-2 {
  font-family: Poppins;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: -100px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-6 .u-sheet-1 {
    min-height: 805px;
  }

  .u-section-6 .u-layout-wrap-1 {
    width: 726px;
    margin-top: 250px;
  }

  .u-section-6 .u-image-1 {
    min-height: 462px;
    --animation-custom_in-translate_x: -200px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-6 .u-text-1 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 679px;
  }

  .u-section-6 .u-layout-wrap-1 {
    margin-top: 181px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-image-1 {
    min-height: 458px;
  }

  .u-section-6 .u-group-1 {
    min-height: 345px;
    margin-top: -707px;
    margin-right: 0;
  }

  .u-section-6 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-6 .u-text-2 {
    width: auto;
    margin-top: 20px;
    margin-left: 65px;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1 {
    min-height: 742px;
  }

  .u-section-6 .u-layout-wrap-1 {
    margin-top: 269px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-image-1 {
    min-height: 344px;
  }

  .u-section-6 .u-group-1 {
    margin-top: -639px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-text-2 {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 618px;
  }

  .u-section-6 .u-layout-wrap-1 {
    margin-top: 305px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-image-1 {
    min-height: 256px;
  }

  .u-section-6 .u-group-1 {
    min-height: 295px;
    margin-top: -544px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-container-layout-2 {
    padding: 0;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.5rem;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-6 .u-text-2 {
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.u-section-7 .u-sheet-1 {
  min-height: 173px;
}

.u-section-7 .u-layout-wrap-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.u-section-7 .u-layout-cell-1 {
  min-height: 172px;
}

.u-section-7 .u-container-layout-1 {
  padding: 30px 30px 21px;
}

.u-section-7 .u-text-1 {
  font-weight: 700;
  font-size: 3.75rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 38px auto 0;
}

.u-section-7 .u-shape-1 {
  width: 444px;
  height: 5px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 166px 0 469px;
}

@media (max-width: 1199px) {
  .u-section-7 .u-sheet-1 {
    min-height: 318px;
  }

  .u-section-7 .u-layout-cell-1 {
    min-height: 180px;
  }

  .u-section-7 .u-shape-1 {
    margin-right: 66px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .u-section-7 .u-sheet-1 {
    min-height: 265px;
  }

  .u-section-7 .u-layout-cell-1 {
    min-height: 255px;
  }

  .u-section-7 .u-shape-1 {
    margin-top: 15px;
    margin-right: auto;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .u-section-7 .u-sheet-1 {
    min-height: 264px;
  }

  .u-section-7 .u-layout-wrap-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .u-section-7 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-7 .u-text-1 {
    font-size: 2.5rem;
    width: auto;
    margin-top: 39px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-shape-1 {
    width: 298px;
    margin-top: 0;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .u-section-7 .u-sheet-1 {
    min-height: 222px;
  }

  .u-section-7 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-7 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-7 .u-shape-1 {
    margin-right: 43px;
  }
}
.u-section-8 {
  background-image: none;
}

.u-section-8 .u-sheet-1 {
  min-height: 697px;
}

.u-section-8 .u-layout-wrap-1 {
  pointer-events: auto;
  margin-top: 74px;
  margin-bottom: 0;
}

.u-section-8 .u-layout-cell-1 {
  min-height: 590px;
  pointer-events: auto;
  background-image: none;
}

.u-section-8 .u-container-layout-1 {
  padding: 0 20px 0 50px;
}

.u-section-8 .u-layout-cell-2 {
  min-height: 590px;
  pointer-events: auto;
}

.u-section-8 .u-container-layout-2 {
  padding: 19px 44px;
}

.u-section-8 .u-text-1 {
  text-align: left;
  text-transform: none;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 49px 16px 0 6px;
}

.u-section-8 .u-shape-1 {
  width: 322px;
  height: 5px;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 5px auto 0 6px;
}

.u-section-8 .u-text-2 {
  line-height: 1.8;
  font-style: normal;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 23px 0 0;
}

.u-section-8 .u-text-3 {
  line-height: 1.8;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: normal;
  margin: 8px 0 0;
}

.u-section-8 .u-video-1 {
  width: 414px;
  height: 517px;
  box-shadow: -2px -2px 8px 0 rgba(128, 128, 128, 1);
  margin: -594px auto 77px 72px;
}

@media (max-width: 1199px) {
  .u-section-8 .u-sheet-1 {
    min-height: 742px;
  }

  .u-section-8 .u-layout-wrap-1 {
    margin-top: 48px;
  }

  .u-section-8 .u-layout-cell-1 {
    min-height: 486px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 486px;
  }

  .u-section-8 .u-text-1 {
    font-size: 2.75rem;
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-8 .u-shape-1 {
    margin-left: 0;
  }

  .u-section-8 .u-video-1 {
    margin-bottom: 125px;
    margin-left: 28px;
  }
}

@media (max-width: 991px) {
  .u-section-8 .u-sheet-1 {
    min-height: 821px;
  }

  .u-section-8 .u-layout-cell-1 {
    min-height: 755px;
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 30px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 755px;
  }

  .u-section-8 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 17px;
  }

  .u-section-8 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-8 .u-shape-1 {
    width: 300px;
  }

  .u-section-8 .u-video-1 {
    width: 303px;
    height: 452px;
    margin-top: -595px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-8 .u-sheet-1 {
    min-height: 842px;
  }

  .u-section-8 .u-layout-cell-1 {
    min-height: 54px;
  }

  .u-section-8 .u-container-layout-1 {
    padding-right: 30px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 723px;
  }

  .u-section-8 .u-container-layout-2 {
    padding-top: 17px;
  }

  .u-section-8 .u-text-1 {
    font-size: 2.75rem;
    width: auto;
    margin-top: 204px;
  }

  .u-section-8 .u-video-1 {
    width: 229px;
    height: 351px;
    margin-top: -871px;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .u-section-8 .u-sheet-1 {
    min-height: 1247px;
  }

  .u-section-8 .u-layout-wrap-1 {
    margin-top: 259px;
  }

  .u-section-8 .u-layout-cell-1 {
    min-height: 35px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 467px;
  }

  .u-section-8 .u-container-layout-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-section-8 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-8 .u-video-1 {
    height: 289px;
    margin-top: -1073px;
  }
}
.u-section-9 {
  background-image: none;
}

.u-section-9 .u-sheet-1 {
  min-height: 358px;
}

.u-section-9 .u-layout-wrap-1 {
  margin: 1px 0;
}

.u-section-9 .u-layout-cell-1 {
  min-height: 376px;
}

.u-section-9 .u-container-layout-1 {
  padding-left: 3px;
  padding-right: 3px;
}

.u-section-9 .u-text-1 {
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 3.75rem;
  margin: 43px 17px 0;
}

.u-section-9 .u-shape-1 {
  width: 432px;
  height: 7px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 3px auto 0 14px;
}

.u-section-9 .u-text-2 {
  font-size: 0.875rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 19px 20px 0 14px;
}

.u-section-9 .u-layout-cell-2 {
  min-height: 376px;
}

.u-section-9 .u-video-1 {
  width: 449px;
  height: 286px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 41px 0 auto;
}

@media (max-width: 1199px) {
  .u-section-9 .u-sheet-1 {
    min-height: 292px;
  }

  .u-section-9 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-9 .u-layout-cell-1 {
    min-height: 340px;
  }

  .u-section-9 .u-container-layout-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-section-9 .u-text-1 {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-9 .u-text-2 {
    position: relative;
    margin-right: 0;
  }

  .u-section-9 .u-layout-cell-2 {
    min-height: 310px;
  }

  .u-section-9 .u-video-1 {
    margin-right: 11px;
  }
}

@media (max-width: 991px) {
  .u-section-9 .u-sheet-1 {
    min-height: 82px;
  }

  .u-section-9 .u-layout-cell-1 {
    min-height: 455px;
  }

  .u-section-9 .u-container-layout-1 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .u-section-9 .u-text-1 {
    font-size: 3rem;
  }

  .u-section-9 .u-shape-1 {
    width: 344px;
    margin-left: 0;
  }

  .u-section-9 .u-text-2 {
    margin-left: 0;
  }

  .u-section-9 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-9 .u-video-1 {
    width: 350px;
    height: 223px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-9 .u-sheet-1 {
    min-height: 557px;
  }

  .u-section-9 .u-layout-wrap-1 {
    width: 519px;
    margin: 0 auto;
  }

  .u-section-9 .u-layout-cell-1 {
    min-height: 358px;
  }

  .u-section-9 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-9 .u-text-1 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-9 .u-shape-1 {
    margin-top: -1px;
    margin-right: 73px;
    margin-left: auto;
  }

  .u-section-9 .u-text-2 {
    width: auto;
    margin-top: 293px;
    margin-bottom: -206px;
  }

  .u-section-9 .u-layout-cell-2 {
    min-height: 219px;
  }

  .u-section-9 .u-video-1 {
    margin-top: -243px;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .u-section-9 .u-sheet-1 {
    min-height: 601px;
  }

  .u-section-9 .u-layout-wrap-1 {
    width: 340px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .u-section-9 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-9 .u-text-1 {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 1.5rem;
  }

  .u-section-9 .u-shape-1 {
    width: 334px;
    margin-right: 0;
    margin-left: 6px;
  }

  .u-section-9 .u-text-2 {
    margin: 276px 6px -258px;
  }

  .u-section-9 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-9 .u-video-1 {
    height: 217px;
    margin-top: -217px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}
.u-section-10 {
  background-image: none;
}

.u-section-10 .u-sheet-1 {
  min-height: 362px;
}

.u-section-10 .u-layout-wrap-1 {
  margin-top: 4px;
  margin-bottom: 0;
}

.u-section-10 .u-layout-cell-1 {
  min-height: 360px;
}

.u-section-10 .u-container-layout-1 {
  padding: 0 14px;
}

.u-section-10 .u-gallery-1 {
  height: 286px;
  width: 477px;
  margin: 26px 24px 0 auto;
}

.u-section-10 .u-carousel-indicators-1 {
  position: absolute;
  bottom: 10px;
}

.u-section-10 .u-carousel-item-1 {
  margin-right: 0;
}

.u-section-10 .u-over-slide-1 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 30px;
}

.u-section-10 .u-carousel-item-2 {
  margin-right: 0;
}

.u-section-10 .u-over-slide-2 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 30px;
}

.u-section-10 .u-carousel-item-3 {
  margin-right: 0;
}

.u-section-10 .u-over-slide-3 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 30px;
}

.u-section-10 .u-carousel-control-1 {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  right: auto;
  padding: 10px;
}

.u-section-10 .u-carousel-control-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: auto;
  right: 0;
  padding: 10px;
}

.u-section-10 .u-layout-cell-2 {
  min-height: 360px;
}

.u-section-10 .u-container-layout-2 {
  padding: 20px 20px 41px;
}

.u-section-10 .u-text-1 {
  line-height: 1.8;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 0px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-10 .u-sheet-1 {
    min-height: 275px;
  }

  .u-section-10 .u-layout-cell-1 {
    min-height: 297px;
  }

  .u-section-10 .u-gallery-1 {
    width: 443px;
    margin-right: 0;
  }

  .u-section-10 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-10 .u-text-1 {
    position: relative;
  }
}

@media (max-width: 991px) {
  .u-section-10 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-10 .u-gallery-1 {
    width: 333px;
  }

  .u-section-10 .u-container-layout-2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-10 .u-sheet-1 {
    min-height: 532px;
  }

  .u-section-10 .u-layout-cell-1 {
    min-height: 234px;
  }

  .u-section-10 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-10 .u-gallery-1 {
    margin-top: 11px;
    margin-right: 92px;
  }

  .u-section-10 .u-layout-cell-2 {
    min-height: 293px;
  }

  .u-section-10 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-10 .u-sheet-1 {
    min-height: 637px;
  }

  .u-section-10 .u-layout-cell-1 {
    min-height: 347px;
  }

  .u-section-10 .u-container-layout-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .u-section-10 .u-gallery-1 {
    width: 320px;
    margin-top: 35px;
    margin-right: 0;
  }

  .u-section-10 .u-layout-cell-2 {
    min-height: 483px;
  }

  .u-section-10 .u-text-1 {
    width: auto;
  }
}
.u-section-11 {
  background-image: none;
}

.u-section-11 .u-sheet-1 {
  min-height: 1282px;
}

.u-section-11 .u-text-1 {
  width: 530px;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  margin: 21px auto 0;
}

.u-section-11 .u-layout-wrap-1 {
  margin-top: 39px;
  margin-bottom: 0;
}

.u-section-11 .u-layout-cell-1 {
  min-height: 476px;
}

.u-section-11 .u-container-layout-1 {
  padding: 28px 0;
}

.u-section-11 .u-text-2 {
  line-height: 46.8px;
  font-weight: 700;
  font-size: 2.25rem;
  margin: 6px 39px 0 21px;
}

.u-section-11 .u-text-3 {
  line-height: 1.8;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: normal;
  margin: 16px 39px 0 21px;
}

.u-section-11 .u-layout-cell-2 {
  min-height: 762px;
}

.u-section-11 .u-container-layout-2 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-11 .u-group-1 {
  width: 415px;
  min-height: 591px;
  background-image: none;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
  margin: 29px auto 0 6px;
}

.u-section-11 .u-container-layout-3 {
  padding: 29px 0;
}

.u-section-11 .u-group-2 {
  width: 505px;
  background-image: none;
  min-height: 426px;
  margin: 96px -129px 0 auto;
}

.u-section-11 .u-container-layout-4 {
  padding: 0;
}

.u-section-11 .u-video-1 {
  width: 453px;
  height: 281px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 111px auto 0 20px;
}

.u-section-11 .u-layout-cell-3 {
  min-height: 612px;
}

.u-section-11 .u-container-layout-5 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-11 .u-group-3 {
  width: 440px;
  background-image: none;
  min-height: 489px;
  margin: 81px auto 0 -31px;
}

.u-section-11 .u-container-layout-6 {
  padding: 0;
}

.u-section-11 .u-group-4 {
  width: 479px;
  background-image: none;
  min-height: 502px;
  margin: -573px 1px 0 auto;
}

.u-section-11 .u-container-layout-7 {
  padding: 0;
}

.u-section-11 .u-video-2 {
  height: 311px;
  width: 452px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 143px auto 0 -33px;
}

.u-section-11 .u-layout-cell-4 {
  min-height: 468px;
}

.u-section-11 .u-container-layout-8 {
  padding: 30px 20px;
}

.u-section-11 .u-text-4 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 10px 10px 0;
}

.u-section-11 .u-text-5 {
  line-height: 1.8;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 39px 10px 0;
}

@media (max-width: 1199px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1465px;
  }

  .u-section-11 .u-text-1 {
    font-family: Poppins;
    margin-top: 32px;
  }

  .u-section-11 .u-layout-wrap-1 {
    margin-top: 42px;
    margin-bottom: 21px;
  }

  .u-section-11 .u-layout-cell-1 {
    min-height: 513px;
  }

  .u-section-11 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-11 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-11 .u-layout-cell-2 {
    min-height: 639px;
  }

  .u-section-11 .u-group-1 {
    --animation-custom_in-translate_y: 0px;
  }

  .u-section-11 .u-group-2 {
    width: 479px;
    margin-top: 0;
    margin-right: -80px;
  }

  .u-section-11 .u-video-1 {
    width: 432px;
    margin-top: 117px;
    margin-right: 53px;
  }

  .u-section-11 .u-layout-cell-3 {
    min-height: 645px;
  }

  .u-section-11 .u-container-layout-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-group-3 {
    width: 449px;
  }

  .u-section-11 .u-group-4 {
    width: 449px;
    margin-right: 0;
  }

  .u-section-11 .u-layout-cell-4 {
    min-height: 600px;
  }

  .u-section-11 .u-container-layout-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-text-4 {
    font-size: 2.25rem;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-11 .u-text-5 {
    width: auto;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1182px;
  }

  .u-section-11 .u-text-1 {
    font-size: 3rem;
    margin-top: 50px;
  }

  .u-section-11 .u-layout-wrap-1 {
    margin-top: 23px;
    margin-bottom: 0;
  }

  .u-section-11 .u-layout-cell-1 {
    min-height: 440px;
    order: 0;
  }

  .u-section-11 .u-container-layout-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-text-2 {
    line-height: 1.1;
    font-size: 1.875rem;
    width: auto;
    margin-top: 0;
  }

  .u-section-11 .u-text-3 {
    width: auto;
  }

  .u-section-11 .u-layout-cell-2 {
    min-height: 599px;
    order: 1;
  }

  .u-section-11 .u-container-layout-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-group-1 {
    min-height: 320px;
    width: 180px;
    margin-top: 164px;
    margin-right: -235px;
    margin-left: auto;
  }

  .u-section-11 .u-container-layout-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-group-2 {
    width: 243px;
    min-height: 245px;
    margin-top: 49px;
    margin-right: -63px;
  }

  .u-section-11 .u-video-1 {
    width: 278px;
    height: 181px;
    margin-top: 63px;
    margin-right: -35px;
    margin-left: auto;
  }

  .u-section-11 .u-layout-cell-3 {
    min-height: 454px;
    order: 1;
  }

  .u-section-11 .u-group-3 {
    width: 312px;
    min-height: 208px;
    margin-top: -57px;
    margin-left: -367px;
  }

  .u-section-11 .u-group-4 {
    width: 200px;
    min-height: 275px;
    margin-top: -285px;
    margin-right: auto;
    margin-left: -360px;
  }

  .u-section-11 .u-video-2 {
    height: 153px;
    width: 243px;
    margin-top: 93px;
    margin-right: -73px;
    margin-left: auto;
  }

  .u-section-11 .u-layout-cell-4 {
    min-height: 603px;
    order: 0;
  }

  .u-section-11 .u-container-layout-8 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .u-section-11 .u-text-4 {
    font-size: 1.875rem;
    margin-left: 7px;
    margin-right: 7px;
  }

  .u-section-11 .u-text-5 {
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1650px;
  }

  .u-section-11 .u-text-1 {
    font-weight: 600;
  }

  .u-section-11 .u-layout-cell-1 {
    min-height: 331px;
  }

  .u-section-11 .u-layout-cell-2 {
    min-height: 362px;
  }

  .u-section-11 .u-group-1 {
    width: 401px;
    margin: 798px auto -798px 63px;
  }

  .u-section-11 .u-group-2 {
    width: 180px;
    margin-right: 0;
    margin-left: 23px;
  }

  .u-section-11 .u-video-1 {
    width: 366px;
    height: 287px;
    margin-top: -31px;
    margin-right: -183px;
    margin-bottom: -11px;
  }

  .u-section-11 .u-layout-cell-3 {
    min-height: 467px;
  }

  .u-section-11 .u-group-3 {
    margin-top: -689px;
    margin-right: 107px;
    margin-left: auto;
  }

  .u-section-11 .u-group-4 {
    min-height: 274px;
    margin-top: -274px;
    margin-left: 97px;
  }

  .u-section-11 .u-video-2 {
    height: 171px;
    width: 303px;
    margin-top: 0;
    margin-right: -108px;
  }

  .u-section-11 .u-layout-cell-4 {
    min-height: 311px;
  }

  .u-section-11 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-11 .u-sheet-1 {
    min-height: 2140px;
  }

  .u-section-11 .u-text-1 {
    width: 340px;
    font-size: 1.875rem;
  }

  .u-section-11 .u-layout-wrap-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .u-section-11 .u-layout-cell-1 {
    min-height: 510px;
  }

  .u-section-11 .u-text-2 {
    font-size: 1.5rem;
    margin-top: 51px;
  }

  .u-section-11 .u-text-3 {
    margin-top: 439px;
    margin-bottom: -422px;
  }

  .u-section-11 .u-layout-cell-2 {
    min-height: 59px;
  }

  .u-section-11 .u-group-1 {
    min-height: 386px;
    margin-top: 596px;
    margin-bottom: -965px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-11 .u-group-2 {
    min-height: 279px;
    margin-top: 66px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-11 .u-video-1 {
    width: 286px;
    height: 190px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
  }

  .u-section-11 .u-layout-cell-3 {
    min-height: 240px;
  }

  .u-section-11 .u-group-3 {
    min-height: 394px;
    margin-top: -1305px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-11 .u-group-4 {
    min-height: 342px;
    margin-top: -369px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-11 .u-video-2 {
    height: 206px;
    width: 278px;
    margin-right: auto;
  }

  .u-section-11 .u-layout-cell-4 {
    min-height: 811px;
  }

  .u-section-11 .u-container-layout-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-11 .u-text-4 {
    font-size: 1.5rem;
    margin-top: 430px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-11 .u-text-5 {
    margin: 499px 10px -643px;
  }
}
.u-section-12 {
  background-image: none;
}

.u-section-12 .u-sheet-1 {
  min-height: 793px;
}

.u-section-12 .u-layout-wrap-1 {
  pointer-events: auto;
  margin-top: 44px;
  margin-bottom: 60px;
}

.u-section-12 .u-layout-cell-1 {
  min-height: 639px;
  pointer-events: auto;
  background-image: none;
}

.u-section-12 .u-container-layout-1 {
  padding: 30px 20px 30px 50px;
}

.u-section-12 .u-video-1 {
  width: 167px;
  height: 262px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 56px auto 0 73px;
}

.u-section-12 .u-image-1 {
  width: 136px;
  height: 262px;
  box-shadow: 2px 2px 8px 0 rgba(128, 128, 128, 1);
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -262px 103px 0 auto;
}

.u-section-12 .u-video-2 {
  width: 325px;
  height: 183px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 32px auto 0 73px;
}

.u-section-12 .u-layout-cell-2 {
  min-height: 639px;
  pointer-events: auto;
}

.u-section-12 .u-container-layout-2 {
  padding: 30px 49px;
}

.u-section-12 .u-text-1 {
  text-align: left;
  text-transform: none;
  font-family: Poppins;
  font-size: 3rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: bold;
  margin: 16px 2px 0 0;
}

.u-section-12 .u-shape-1 {
  width: 225px;
  height: 5px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 0;
}

.u-section-12 .u-text-2 {
  line-height: 1.8;
  font-style: normal;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 27px 1px 0;
}

@media (max-width: 1199px) {
  .u-section-12 .u-sheet-1 {
    min-height: 644px;
  }

  .u-section-12 .u-layout-cell-1 {
    min-height: 696px;
  }

  .u-section-12 .u-video-1 {
    height: 261px;
    margin-top: 36px;
    margin-left: 23px;
  }

  .u-section-12 .u-image-1 {
    margin-right: 52px;
  }

  .u-section-12 .u-video-2 {
    margin-top: 12px;
    margin-left: 23px;
  }

  .u-section-12 .u-layout-cell-2 {
    min-height: 527px;
  }

  .u-section-12 .u-text-1 {
    font-size: 2.75rem;
    margin-right: 0;
  }

  .u-section-12 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-12 .u-sheet-1 {
    min-height: 763px;
  }

  .u-section-12 .u-layout-wrap-1 {
    margin-bottom: 28px;
  }

  .u-section-12 .u-layout-cell-1 {
    min-height: 780px;
  }

  .u-section-12 .u-container-layout-1 {
    padding-left: 30px;
  }

  .u-section-12 .u-video-1 {
    margin-left: 0;
  }

  .u-section-12 .u-image-1 {
    margin-right: 12px;
  }

  .u-section-12 .u-video-2 {
    width: 310px;
    height: 175px;
    margin-left: 0;
  }

  .u-section-12 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-12 .u-container-layout-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .u-section-12 .u-text-1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .u-section-12 .u-sheet-1 {
    min-height: 1094px;
  }

  .u-section-12 .u-layout-wrap-1 {
    margin-top: 1px;
    margin-bottom: 34px;
  }

  .u-section-12 .u-layout-cell-1 {
    order: 1;
    min-height: 522px;
  }

  .u-section-12 .u-container-layout-1 {
    padding-bottom: 0;
    padding-right: 30px;
  }

  .u-section-12 .u-video-1 {
    margin-top: 30px;
    margin-left: 55px;
  }

  .u-section-12 .u-image-1 {
    margin-top: -261px;
    margin-right: 88px;
  }

  .u-section-12 .u-video-2 {
    margin-top: 8px;
    margin-left: 72px;
  }

  .u-section-12 .u-layout-cell-2 {
    order: 0;
  }

  .u-section-12 .u-text-1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 575px) {
  .u-section-12 .u-sheet-1 {
    min-height: 1061px;
  }

  .u-section-12 .u-layout-wrap-1 {
    margin-bottom: 60px;
  }

  .u-section-12 .u-layout-cell-1 {
    min-height: 415px;
  }

  .u-section-12 .u-container-layout-1 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-12 .u-video-1 {
    width: 141px;
    height: 202px;
    margin-top: 33px;
    margin-left: 27px;
  }

  .u-section-12 .u-image-1 {
    width: 108px;
    height: 202px;
    margin-top: -202px;
    margin-right: 33px;
  }

  .u-section-12 .u-video-2 {
    width: 228px;
    height: 128px;
    margin-top: 27px;
    margin-left: auto;
  }

  .u-section-12 .u-text-1 {
    font-size: 2.25rem;
  }
}
