.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-184c-2 {
  position: absolute;
  bottom: 10px;
}

.u-block-184c-3 {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}

.u-block-184c-4 {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
}

 .u-section-1-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("images/DSC020211.JPG");
}

.u-section-1-1 .u-sheet-1 {
  min-height: 720px;
}

.u-section-1-1 .u-text-1 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 4px;
  --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: 97px 6px 0;
}

@media (max-width: 1199px) {
   .u-section-1-1 {
    background-position: 50% 50%;
  }

  .u-section-1-1 .u-sheet-1 {
    min-height: 570px;
  }
}

@media (max-width: 991px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 423px;
  }

  .u-section-1-1 .u-text-1 {
    width: auto;
    font-size: 2.25rem;
    margin-top: 88px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-1-1 .u-text-1 {
    margin-top: 38px;
  }
}

@media (max-width: 575px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 669px;
  }

  .u-section-1-1 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 197px;
  }
}

 .u-section-1-2 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("images/WhatsAppImage2022-03-11at17.46.05.jpeg");
}

.u-section-1-2 .u-sheet-1 {
  min-height: 720px;
}

.u-section-1-2 .u-line-1 {
  height: 3px;
  transform-origin: center top 0px;
  width: 0;
  margin: 307px auto 0 0;
}

.u-section-1-2 .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;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  font-family: Poppins;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  background-image: none;
  margin: -3px 0 0 541px;
}

.u-section-1-2 .u-text-2 {
  font-size: 4.5rem;
  --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-family: Poppins;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  margin: -13px 0 0 194px;
}

.u-section-1-2 .u-text-3 {
  font-size: 1rem;
  --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-family: Poppins;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  font-weight: normal;
  margin: -8px 49px 60px 227px;
}

@media (max-width: 1199px) {
   .u-section-1-2 {
    background-position: 50% 50%;
  }

  .u-section-1-2 .u-sheet-1 {
    min-height: 570px;
  }

  .u-section-1-2 .u-line-1 {
    margin-top: 306px;
  }

  .u-section-1-2 .u-text-1 {
    width: auto;
    margin-top: -162px;
    margin-left: 103px;
  }

  .u-section-1-2 .u-text-2 {
    font-size: 3.75rem;
    width: auto;
    margin-top: -9px;
    margin-left: 0;
  }

  .u-section-1-2 .u-text-3 {
    width: auto;
    margin-top: -2px;
    margin-right: 0;
    margin-left: 77px;
  }
}

@media (max-width: 991px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 423px;
  }

  .u-section-1-2 .u-line-1 {
    margin-top: 307px;
  }

  .u-section-1-2 .u-text-1 {
    margin-top: -203px;
    margin-left: 58px;
  }

  .u-section-1-2 .u-text-2 {
    font-size: 3rem;
    margin-top: -7px;
  }

  .u-section-1-2 .u-text-3 {
    font-size: 0.75rem;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1-2 .u-text-1 {
    font-size: 1.5rem;
    margin-top: -140px;
    margin-left: 36px;
  }

  .u-section-1-2 .u-text-2 {
    font-size: 2.25rem;
    margin-top: 0;
  }

  .u-section-1-2 .u-text-3 {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 669px;
  }

  .u-section-1-2 .u-line-1 {
    margin-top: 402px;
  }

  .u-section-1-2 .u-text-1 {
    font-size: 1.125rem;
    margin-top: -102px;
    margin-left: 46px;
  }

  .u-section-1-2 .u-text-2 {
    font-size: 1.5rem;
  }

  .u-section-1-2 .u-text-3 {
    font-size: 0.625rem;
    margin-bottom: 60px;
  }
}

 .u-section-1-3 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("images/DSC08757.JPG");
}

.u-section-1-3 .u-sheet-1 {
  min-height: 720px;
}

.u-section-1-3 .u-text-1 {
  font-size: 1.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-family: Poppins;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  width: 854px;
  margin: 283px auto 0;
}

.u-section-1-3 .u-line-1 {
  height: 3px;
  transform-origin: center top 0px;
  width: 0;
  margin: -27px auto 0 0;
}

.u-section-1-3 .u-text-2 {
  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;
  font-family: Poppins;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  line-height: 1;
  margin: 19px 128px 0 143px;
}

.u-section-1-3 .u-text-3 {
  font-size: 1rem;
  --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-family: Poppins;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  font-weight: normal;
  margin: 12px 100px 0 143px;
}

.u-section-1-3 .u-btn-1 {
  border-style: none;
  text-transform: uppercase;
  font-size: 1rem;
  background-image: none;
  --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: 12px auto 60px 143px;
  padding: 8px 33px 8px 32px;
}

@media (max-width: 1199px) {
   .u-section-1-3 {
    background-position: 50% 50%;
  }

  .u-section-1-3 .u-sheet-1 {
    min-height: 570px;
  }

  .u-section-1-3 .u-text-1 {
    width: auto;
    margin-top: 189px;
    margin-left: 52px;
    margin-right: 52px;
  }

  .u-section-1-3 .u-line-1 {
    margin-top: 76px;
  }

  .u-section-1-3 .u-text-2 {
    width: auto;
    margin-top: -79px;
    margin-right: 28px;
    margin-left: 43px;
  }

  .u-section-1-3 .u-text-3 {
    width: auto;
    margin-right: 0;
    margin-left: 43px;
  }

  .u-section-1-3 .u-btn-1 {
    margin-top: 6px;
    margin-bottom: 32px;
    margin-left: 43px;
  }
}

@media (max-width: 991px) {
  .u-section-1-3 .u-sheet-1 {
    min-height: 502px;
  }

  .u-section-1-3 .u-text-1 {
    font-size: 1.5rem;
    margin-right: 0;
    margin-left: 58px;
  }

  .u-section-1-3 .u-line-1 {
    margin-top: 84px;
  }

  .u-section-1-3 .u-text-2 {
    font-size: 3rem;
    margin-top: -87px;
    margin-right: 34px;
    margin-left: 58px;
  }

  .u-section-1-3 .u-text-3 {
    font-size: 0.75rem;
    margin-left: 58px;
  }

  .u-section-1-3 .u-btn-1 {
    font-size: 0.625rem;
    margin-top: 12px;
    margin-bottom: 46px;
    margin-left: 58px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (max-width: 767px) {
  .u-section-1-3 .u-sheet-1 {
    min-height: 510px;
  }

  .u-section-1-3 .u-text-1 {
    font-size: 1.25rem;
    margin-top: 173px;
    margin-left: 36px;
  }

  .u-section-1-3 .u-line-1 {
    margin-top: 106px;
  }

  .u-section-1-3 .u-text-2 {
    margin-top: -116px;
    margin-left: 33px;
    margin-right: 33px;
  }

  .u-section-1-3 .u-text-3 {
    margin-left: 36px;
  }

  .u-section-1-3 .u-btn-1 {
    margin-top: 9px;
    margin-bottom: 50px;
    margin-left: 33px;
  }
}

@media (max-width: 575px) {
  .u-section-1-3 .u-sheet-1 {
    min-height: 669px;
  }

  .u-section-1-3 .u-text-1 {
    margin-top: 186px;
    margin-right: 46px;
    margin-left: auto;
  }

  .u-section-1-3 .u-line-1 {
    margin-top: 94px;
  }

  .u-section-1-3 .u-text-2 {
    font-size: 2.25rem;
    margin-top: -86px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1-3 .u-text-3 {
    margin-left: 0;
  }

  .u-section-1-3 .u-btn-1 {
    margin-top: 12px;
    margin-left: 0;
  }
}

 .u-section-1-4 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("images/IMG_8912.JPG");
}

.u-section-1-4 .u-sheet-1 {
  min-height: 720px;
}

.u-section-1-4 .u-line-1 {
  height: 3px;
  transform-origin: center top 0px;
  width: 0;
  margin: 307px auto 0 0;
}

.u-section-1-4 .u-text-1 {
  font-size: 2.25rem;
  --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-family: Poppins;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  width: 854px;
  margin: -3px auto 0;
}

.u-section-1-4 .u-text-2 {
  font-size: 4.5rem;
  --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-family: Poppins;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  margin: -12px 369px 0 143px;
}

.u-section-1-4 .u-text-3 {
  font-size: 1rem;
  --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-family: Poppins;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  font-weight: normal;
  margin: -7px 100px 0 143px;
}

.u-section-1-4 .u-btn-1 {
  border-style: none;
  text-transform: uppercase;
  font-size: 1rem;
  --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;
  transform: scale(1.1) translateX(0px) translateY(0px);
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  margin: 17px auto 0 143px;
  padding: 8px 33px 8px 32px;
}

@media (max-width: 1199px) {
   .u-section-1-4 {
    background-position: 50% 50%;
  }

  .u-section-1-4 .u-sheet-1 {
    min-height: 570px;
  }

  .u-section-1-4 .u-text-1 {
    width: auto;
    margin-top: -94px;
    margin-right: 61px;
    margin-left: 43px;
  }

  .u-section-1-4 .u-text-2 {
    width: auto;
    margin-top: -16px;
    margin-right: 269px;
    margin-left: 43px;
  }

  .u-section-1-4 .u-text-3 {
    width: auto;
    margin-top: -9px;
    margin-right: 0;
    margin-left: 43px;
  }

  .u-section-1-4 .u-btn-1 {
    margin-top: 8px;
    margin-bottom: 60px;
    margin-left: 43px;
  }
}

@media (max-width: 991px) {
  .u-section-1-4 .u-sheet-1 {
    min-height: 462px;
  }

  .u-section-1-4 .u-text-1 {
    font-size: 1.125rem;
    margin-top: -108px;
    margin-right: 0;
    margin-left: 58px;
  }

  .u-section-1-4 .u-text-2 {
    font-size: 3rem;
    margin-top: -9px;
    margin-right: 34px;
    margin-left: 58px;
  }

  .u-section-1-4 .u-text-3 {
    font-size: 0.75rem;
    margin-top: 0;
    margin-left: 58px;
  }

  .u-section-1-4 .u-btn-1 {
    margin-top: 13px;
    margin-left: 58px;
  }
}

@media (max-width: 767px) {
  .u-section-1-4 .u-sheet-1 {
    min-height: 453px;
  }

  .u-section-1-4 .u-text-1 {
    font-size: 1.25rem;
    margin-top: -154px;
    margin-right: 14px;
  }

  .u-section-1-4 .u-text-2 {
    margin-top: 0;
    margin-right: 26px;
  }

  .u-section-1-4 .u-text-3 {
    font-size: 0.625rem;
    margin-top: 5px;
  }

  .u-section-1-4 .u-btn-1 {
    margin-top: 14px;
  }
}

@media (max-width: 575px) {
  .u-section-1-4 .u-sheet-1 {
    min-height: 669px;
  }

  .u-section-1-4 .u-line-1 {
    margin-top: 308px;
  }

  .u-section-1-4 .u-text-1 {
    margin-top: -78px;
    margin-right: 46px;
    margin-left: 0;
  }

  .u-section-1-4 .u-text-2 {
    font-size: 2.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1-4 .u-text-3 {
    margin-top: 14px;
    margin-left: 0;
  }

  .u-section-1-4 .u-btn-1 {
    margin-top: 13px;
    margin-left: 0;
  }
}

.u-section-1-4 .u-btn-1,
.u-section-1-4 .u-btn-1:before,
.u-section-1-4 .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-4 .u-btn-1.u-btn-1.u-btn-1:hover > .u-container-layout:before {
  background-color: transparent !important;
}

.u-section-1-4 .u-btn-1.u-btn-1.u-btn-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1-4 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}.u-section-2 .u-sheet-1 {
  min-height: 987px;
}

.u-section-2 .u-layout-wrap-1 {
  margin-top: 107px;
  margin-bottom: 0;
}

.u-section-2 .u-image-1 {
  min-height: 400px;
  background-image: url("images/529081-81.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: -40px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-rotate: 0deg;
}

.u-section-2 .u-container-layout-1 {
  box-shadow: 10px 8px 8px 0 rgba(128,128,128,1);
  text-shadow: 10px 8px 0 rgba(0,0,0,0);
  padding: 30px;
}

.u-section-2 .u-layout-cell-2 {
  min-height: 578px;
  --animation-custom_in-translate_x: 40px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-2 .u-container-layout-2 {
  padding: 30px;
}

.u-section-2 .u-group-1 {
  width: 369px;
  min-height: 538px;
  --animation-slide_in_right-translate_x: 37px;
  margin: 0 58px 0 auto;
}

.u-section-2 .u-container-layout-3 {
  padding: 50px;
}

.u-section-2 .u-text-1 {
  font-size: 1.25rem;
  margin: 45px 0 0;
}

.u-section-2 .u-text-2 {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 34px 0 0;
}

.u-section-2 .u-text-3 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 83px auto 0;
}

.u-section-2 .u-text-4 {
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 400;
  width: 514px;
  margin: 19px auto 0;
}

.u-section-2 .u-list-1 {
  width: 585px;
  margin: 0 auto 60px 226px;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: 50% 50%;
  grid-gap: 0px 0px;
  min-height: 68px;
}

.u-section-2 .u-list-item-1 {
  --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: 0.3;
}

.u-section-2 .u-container-layout-4 {
  padding: 1px 0 0;
}

.u-section-2 .u-group-2 {
  width: 168px;
  min-height: 70px;
  transition-duration: 0.5s;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 19px 19px -12px auto;
}

.u-section-2 .u-text-5 {
  transition-duration: 0.5s;
  font-family: Poppins;
  font-size: 1.125rem;
  text-transform: uppercase;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  font-weight: 700;
  margin: 0;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  font-size: 1.125rem;
  padding: 0;
}

.u-section-2 .u-list-item-2 {
  --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: 0.3;
}

.u-section-2 .u-container-layout-6 {
  padding: 1px 0 0;
}

.u-section-2 .u-group-3 {
  width: 168px;
  min-height: 70px;
  transition-duration: 0.5s;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 19px 19px -12px auto;
}

.u-section-2 .u-text-6 {
  transition-duration: 0.5s;
  font-family: Poppins;
  font-size: 1.125rem;
  text-transform: uppercase;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  font-weight: 700;
  margin: 0;
}

.u-section-2 .u-btn-2 {
  letter-spacing: 1px;
  border-style: none;
  text-transform: uppercase;
  font-size: 1.125rem;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 977px;
  }

  .u-section-2 .u-image-1 {
    min-height: 330px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 598px;
  }

  .u-section-2 .u-group-1 {
    margin-right: auto;
  }

  .u-section-2 .u-text-4 {
    width: auto;
    margin-top: 8px;
    margin-right: 202px;
    margin-left: 224px;
  }

  .u-section-2 .u-list-1 {
    width: 357px;
    margin-left: auto;
    margin-bottom: 50px;
  }

  .u-section-2 .u-btn-2 {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 948px;
  }

  .u-section-2 .u-image-1 {
    min-height: 253px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-2 .u-group-1 {
    width: 300px;
  }

  .u-section-2 .u-container-layout-3 {
    padding: 30px;
  }

  .u-section-2 .u-text-3 {
    width: auto;
    margin-top: 40px;
  }

  .u-section-2 .u-text-4 {
    width: 391px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-list-1 {
    width: 486px;
    margin-top: -8px;
    margin-bottom: 27px;
    margin-left: 79px;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 121px;
    grid-gap: 22px 22px;
    grid-template-columns: calc(50% - 11px) calc(50% - 11px);
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1112px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-top: 60px;
  }

  .u-section-2 .u-image-1 {
    min-height: 189px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 322px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-group-1 {
    margin-left: 98px;
  }

  .u-section-2 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-text-3 {
    font-size: 1rem;
    margin-top: -6px;
    margin-left: 172px;
  }

  .u-section-2 .u-text-4 {
    font-size: 0.875rem;
    margin-top: 10px;
  }

  .u-section-2 .u-list-1 {
    width: 296px;
    margin-top: 19px;
    margin-left: auto;
    margin-bottom: 44px;
  }

  .u-section-2 .u-repeater-1 {
    grid-gap: 0px 0px;
    min-height: 162px;
    grid-template-columns: 50% 50%;
  }

  .u-section-2 .u-container-layout-4 {
    padding-top: 0;
  }

  .u-section-2 .u-group-2 {
    width: 113px;
    min-height: 47px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }

  .u-section-2 .u-btn-1 {
    font-size: 0.75rem;
  }

  .u-section-2 .u-container-layout-6 {
    padding-top: 0;
  }

  .u-section-2 .u-group-3 {
    width: 113px;
    min-height: 47px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }

  .u-section-2 .u-btn-2 {
    font-size: 0.75rem;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1034px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-top: 40px;
  }

  .u-section-2 .u-image-1 {
    min-height: 119px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-bottom: 30px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 598px;
  }

  .u-section-2 .u-group-1 {
    margin-left: auto;
  }

  .u-section-2 .u-text-3 {
    margin-top: 0;
    margin-left: auto;
  }

  .u-section-2 .u-text-4 {
    width: auto;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-list-1 {
    width: 357px;
    margin: 16px -9px 47px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: 100%;
  }
}

.u-block-1825-33:not([data-block-selected]):not([data-cell-selected]),
.u-block-1825-33: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-1825-33:not([data-block-selected]):not([data-cell-selected]).u-block-1825-33:not([data-block-selected]):not([data-cell-selected]).u-block-1825-33:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-1825-33.u-block-1825-33.u-block-1825-33.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover .u-block-1825-33:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-1825-33 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-text-5,
.u-section-2 .u-text-5:before,
.u-section-2 .u-text-5 > .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-text-5.u-text-5.u-text-5:hover {
  color: #fef9e6 !important;
}

.u-section-2 .u-text-5.u-text-5.u-text-5.hover {
  color: #fef9e6 !important;
}

.u-section-2 .u-container-layout:hover .u-text-5 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-2 .u-text-5 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-text-6,
.u-section-2 .u-text-6:before,
.u-section-2 .u-text-6 > .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-text-6.u-text-6.u-text-6:hover {
  color: #fef9e6 !important;
}

.u-section-2 .u-text-6.u-text-6.u-text-6.hover {
  color: #fef9e6 !important;
}

.u-section-2 .u-container-layout:hover .u-text-6 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-2 .u-text-6 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-group-3,
.u-section-2 .u-group-3:before,
.u-section-2 .u-group-3 > .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-group-3.u-group-3.u-group-3:hover {
  transform: translateX(10px) translateY(0px) scale(1) !important;
  border-color: #404040 !important;
  border-radius: 10px !important;
}

.u-section-2 .u-group-3 {
  border-color: transparent !important;
}

.u-section-2 .u-group-3.u-group-3.u-group-3.hover {
  transform: translateX(10px) translateY(0px) scale(1) !important;
  border-color: #404040 !important;
  border-radius: 10px !important;
}

.u-section-2 .u-group-3 {
  border-color: transparent !important;
}

.u-section-2 .u-container-layout:hover .u-group-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-2 .u-group-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-group-2,
.u-section-2 .u-group-2:before,
.u-section-2 .u-group-2 > .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-group-2.u-group-2.u-group-2:hover {
  transform: translateX(10px) translateY(0px) scale(1) !important;
  border-color: #404040 !important;
  border-radius: 10px !important;
}

.u-section-2 .u-group-2 {
  border-color: transparent !important;
}

.u-section-2 .u-group-2.u-group-2.u-group-2.hover {
  transform: translateX(10px) translateY(0px) scale(1) !important;
  border-color: #404040 !important;
  border-radius: 10px !important;
}

.u-section-2 .u-group-2 {
  border-color: transparent !important;
}

.u-section-2 .u-container-layout:hover .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-2 .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}.u-section-3 .u-sheet-1 {
  min-height: 751px;
}

.u-section-3 .u-text-1 {
  font-size: 2.25rem;
  background-image: none;
  font-weight: bold;
  margin: 110px 389px 0 auto;
}

.u-section-3 .u-line-1 {
  width: 912px;
  margin: 20px auto 0;
}

.u-section-3 .u-list-1 {
  width: 957px;
  margin: 29px auto 60px;
}

.u-section-3 .u-repeater-1 {
  grid-template-columns: calc(50% - 13.5px) calc(50% - 13.5px);
  min-height: 302px;
  grid-gap: 27px 27px;
}

.u-section-3 .u-list-item-1 {
  --animation-custom_in-translate_x: 30px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-3 .u-container-layout-1 {
  padding: 6px 30px;
}

.u-section-3 .u-icon-1 {
  height: 150px;
  width: 150px;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 44px auto 0;
  padding: 50px;
}

.u-section-3 .u-text-2 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 auto;
}

.u-section-3 .u-btn-1 {
  transition-duration: 1s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  padding: 0;
}

.u-section-3 .u-list-item-2 {
  --animation-custom_in-translate_x: 30px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-3 .u-container-layout-2 {
  padding: 6px 30px;
}

.u-section-3 .u-icon-2 {
  height: 150px;
  width: 150px;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 44px auto 0;
  padding: 50px;
}

.u-section-3 .u-text-3 {
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto;
}

.u-section-3 .u-btn-2 {
  transition-duration: 1s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-text-1 {
    margin-top: 169px;
    margin-right: 321px;
  }

  .u-section-3 .u-line-1 {
    height: 3px;
  }

  .u-section-3 .u-list-1 {
    width: 940px;
    margin-top: 14px;
  }

  .u-section-3 .u-repeater-1 {
    min-height: 297px;
  }

  .u-section-3 .u-list-item-1 {
    background-position: 50% 50%;
  }

  .u-section-3 .u-list-item-2 {
    background-position: 50% 50%;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 509px;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-top: 51px;
    margin-right: auto;
  }

  .u-section-3 .u-line-1 {
    width: 720px;
    margin-top: 19px;
  }

  .u-section-3 .u-list-1 {
    margin-top: 51px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-repeater-1 {
    min-height: 273px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 516px;
  }

  .u-section-3 .u-line-1 {
    width: 540px;
  }

  .u-section-3 .u-list-1 {
    margin-top: 19px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 729px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 42px;
  }

  .u-section-3 .u-line-1 {
    margin-top: 23px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-list-1 {
    margin-top: 42px;
    margin-bottom: 54px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-repeater-1 {
    min-height: 535px;
    grid-template-columns: 100%;
  }
}

.u-section-3 .u-list-item-1,
.u-section-3 .u-list-item-1:before,
.u-section-3 .u-list-item-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-3 .u-list-item-1.u-list-item-1.u-list-item-1:hover > .u-container-layout:before {
  opacity: 0.9 !important;
}

.u-section-3 .u-list-item-1.u-list-item-1.u-list-item-1:hover {
  opacity: 0.9 !important;
}

.u-section-3 .u-list-item-1:before {
  background-image: url(images/WebRoboboat51.png) !important;
}

.u-section-3 .u-list-item-1.u-list-item-1.u-list-item-1.hover {
  opacity: 0.9 !important;
}

.u-section-3 .u-container-layout:hover .u-list-item-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-3 .u-list-item-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-3 .u-list-item-2,
.u-section-3 .u-list-item-2:before,
.u-section-3 .u-list-item-2 > .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-3 .u-list-item-2.u-list-item-2.u-list-item-2:hover > .u-container-layout:before {
  opacity: 0.9 !important;
}

.u-section-3 .u-list-item-2.u-list-item-2.u-list-item-2:hover {
  opacity: 0.9 !important;
}

.u-section-3 .u-list-item-2:before {
  background-image: url(images/WebRoboboat4.png) !important;
}

.u-section-3 .u-list-item-2.u-list-item-2.u-list-item-2.hover {
  opacity: 0.9 !important;
}

.u-section-3 .u-container-layout:hover .u-list-item-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-3 .u-list-item-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-531d-13:not([data-block-selected]):not([data-cell-selected]),
.u-block-531d-13: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-531d-13:not([data-block-selected]):not([data-cell-selected]).u-block-531d-13:not([data-block-selected]):not([data-cell-selected]).u-block-531d-13:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: scale(0.92) !important;
  opacity: 0.9 !important;
}

.u-block-531d-13:not([data-block-selected]):not([data-cell-selected]):before {
  background-image: url(images/1.png) !important;
}

.u-block-531d-13.u-block-531d-13.u-block-531d-13.hover {
  transform: scale(0.92) !important;
  opacity: 0.9 !important;
}

.u-container-layout:hover .u-block-531d-13:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-531d-13 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-3 .u-icon-1,
.u-section-3 .u-icon-1:before,
.u-section-3 .u-icon-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-3 .u-icon-1.u-icon-1.u-icon-1:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-1 {
  stroke-width: 0 !important;
}

.u-section-3 .u-icon-1.u-icon-1.u-icon-1.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-1 {
  stroke-width: 0 !important;
}

.u-section-3 .u-container-layout:hover .u-icon-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-3 .u-icon-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-3 .u-icon-2,
.u-section-3 .u-icon-2:before,
.u-section-3 .u-icon-2 > .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-3 .u-icon-2.u-icon-2.u-icon-2:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-2 {
  stroke-width: 0 !important;
}

.u-section-3 .u-icon-2.u-icon-2.u-icon-2.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-2 {
  stroke-width: 0 !important;
}

.u-section-3 .u-container-layout:hover .u-icon-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-3 .u-icon-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-531d-15:not([data-block-selected]):not([data-cell-selected]),
.u-block-531d-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-531d-15:not([data-block-selected]):not([data-cell-selected]).u-block-531d-15:not([data-block-selected]):not([data-cell-selected]).u-block-531d-15:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-531d-15:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
}

.u-block-531d-15.u-block-531d-15.u-block-531d-15.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-531d-15 {
  stroke-width: 0 !important;
}

.u-container-layout:hover .u-block-531d-15:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-531d-15 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-3 .u-btn-1,
.u-section-3 .u-btn-1:before,
.u-section-3 .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-3 .u-btn-1.u-btn-1.u-btn-1:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-3 .u-btn-1.u-btn-1.u-btn-1:hover > .u-container-layout:before {
  background-color: transparent !important;
}

.u-section-3 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-3 .u-container-layout:hover .u-btn-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-container-layout:hover .u-btn-1 > .u-container-layout:before {
  background-color: transparent !important;
}

.u-container-layout.hover .u-section-3 .u-btn-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-btn-2,
.u-section-3 .u-btn-2:before,
.u-section-3 .u-btn-2 > .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-3 .u-btn-2.u-btn-2.u-btn-2:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-3 .u-btn-2.u-btn-2.u-btn-2:hover > .u-container-layout:before {
  background-color: transparent !important;
}

.u-section-3 .u-btn-2.u-btn-2.u-btn-2.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-3 .u-container-layout:hover .u-btn-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-container-layout:hover .u-btn-2 > .u-container-layout:before {
  background-color: transparent !important;
}

.u-container-layout.hover .u-section-3 .u-btn-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(-5px) !important;
} .u-section-4 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/IMG_51831.JPG");
}

.u-section-4 .u-sheet-1 {
  min-height: 1078px;
}

.u-section-4 .u-layout-wrap-1 {
  margin-top: 66px;
  margin-bottom: 60px;
}

.u-section-4 .u-image-1 {
  min-height: 308px;
  background-image: url("images/Screenshot2369.png");
  background-position: 50.23% 0%;
  background-size: auto 120%;
}

.u-section-4 .u-container-layout-1 {
  padding: 30px 0 0;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 401px;
  background-image: none;
}

.u-section-4 .u-container-layout-2 {
  padding: 30px;
}

.u-section-4 .u-text-1 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: Poppins;
  font-weight: normal;
  margin: 28px 0 0;
}

.u-section-4 .u-layout-cell-3 {
  min-height: 212px;
}

.u-section-4 .u-container-layout-3 {
  padding: 30px;
}

.u-section-4 .u-layout-cell-4 {
  min-height: 469px;
}

.u-section-4 .u-container-layout-4 {
  padding: 0;
}

.u-section-4 .u-image-2 {
  object-position: 52.78% 3.72%;
  height: 390px;
  margin-top: 85px;
  margin-bottom: -6px;
}

.u-section-4 .u-layout-cell-5 {
  min-height: 466px;
}

.u-section-4 .u-container-layout-5 {
  padding: 30px 9px 34px;
}

.u-section-4 .u-text-2 {
  font-size: 2.25rem;
  margin: 0 30px;
}

.u-section-4 .u-text-3 {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 15px 30px 0;
}

.u-section-4 .u-layout-cell-6 {
  min-height: 129px;
}

.u-section-4 .u-container-layout-6 {
  padding: 30px;
}

.u-section-4 .u-layout-cell-7 {
  min-height: 469px;
}

.u-section-4 .u-container-layout-7 {
  padding: 0;
}

.u-section-4 .u-image-3 {
  object-position: 43.92% 50%;
}

.u-section-4 .u-layout-cell-8 {
  min-height: 324px;
  background-image: none;
}

.u-section-4 .u-container-layout-8 {
  padding: 30px 23px 147px;
}

.u-section-4 .u-text-4 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: Poppins;
  margin: 7px 0 0;
}

@media (max-width: 1199px) {
   .u-section-4 {
    background-position: 50% 50%;
  }

  .u-section-4 .u-sheet-1 {
    min-height: 975px;
  }

  .u-section-4 .u-image-1 {
    min-height: 208px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-top: 0;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 342px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.5rem;
    width: auto;
    margin-right: 28px;
    --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;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 74px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 387px;
    background-position: 52.78% 3.72%;
    background-size: 310%;
  }

  .u-section-4 .u-image-2 {
    height: 321px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 470px;
  }

  .u-section-4 .u-container-layout-5 {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .u-section-4 .u-text-2 {
    font-size: 1.875rem;
    width: auto;
    margin-right: 0;
    margin-left: 23px;
    --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;
  }

  .u-section-4 .u-text-3 {
    width: auto;
    margin-top: 27px;
    margin-right: 15px;
    margin-left: 0;
    --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;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 74px;
  }

  .u-section-4 .u-layout-cell-7 {
    min-height: 387px;
    background-position: 44.12% 0%;
    background-size: auto 115%;
  }

  .u-section-4 .u-layout-cell-8 {
    min-height: 267px;
  }

  .u-section-4 .u-container-layout-8 {
    padding-right: 51px;
  }

  .u-section-4 .u-text-4 {
    font-size: 1.5rem;
    --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;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 929px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-top: 60px;
  }

  .u-section-4 .u-image-1 {
    min-height: 195px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-4 .u-text-1 {
    margin-right: 0;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 134px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 296px;
  }

  .u-section-4 .u-image-2 {
    height: 246px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 100px;
  }

  .u-section-4 .u-container-layout-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-4 .u-text-2 {
    font-size: 1.25rem;
    margin-top: 8px;
    margin-right: 42px;
    margin-left: auto;
  }

  .u-section-4 .u-text-3 {
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 81px;
  }

  .u-section-4 .u-layout-cell-7 {
    min-height: 296px;
  }

  .u-section-4 .u-layout-cell-8 {
    min-height: 100px;
  }

  .u-section-4 .u-container-layout-8 {
    padding-bottom: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 2519px;
  }

  .u-section-4 .u-image-1 {
    min-height: 439px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 176px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 302px;
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 701px;
  }

  .u-section-4 .u-image-2 {
    height: 715px;
    margin-bottom: -14px;
  }

  .u-section-4 .u-container-layout-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-4 .u-text-2 {
    margin-top: 6px;
    margin-right: 0;
  }

  .u-section-4 .u-text-3 {
    margin-top: 17px;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 174px;
  }

  .u-section-4 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-layout-cell-7 {
    min-height: 634px;
  }

  .u-section-4 .u-layout-cell-8 {
    min-height: 118px;
  }

  .u-section-4 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 1886px;
  }

  .u-section-4 .u-image-1 {
    min-height: 276px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 190px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 441px;
  }

  .u-section-4 .u-image-2 {
    height: 450px;
  }

  .u-section-4 .u-container-layout-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-4 .u-text-2 {
    font-size: 2.25rem;
  }

  .u-section-4 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 110px;
  }

  .u-section-4 .u-layout-cell-7 {
    min-height: 399px;
  }

  .u-section-4 .u-layout-cell-8 {
    min-height: 100px;
  }
}.u-block-19a5-2 {
  position: absolute;
  bottom: 10px;
}

.u-block-19a5-3 {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
}

.u-block-19a5-4 {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
}

.u-section-5-1 .u-sheet-1 {
  min-height: 653px;
}

.u-section-5-1 .u-layout-wrap-1 {
  margin: 21px 0 0;
}

.u-section-5-1 .u-image-1 {
  min-height: 590px;
  background-image: url("images/maxresdefault.jpg");
  background-position: 48.43% 24.58%;
  background-size: auto 105%;
  --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-5-1 .u-container-layout-1 {
  padding: 30px 60px;
}

.u-section-5-1 .u-layout-cell-2 {
  min-height: 590px;
  --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-5-1 .u-container-layout-2 {
  padding: 30px 60px;
}

.u-section-5-1 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 0 0 0 auto;
  padding: 20px;
}

.u-section-5-1 .u-text-1 {
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 12px 0 0;
}

.u-section-5-1 .u-text-2 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 55px 0 0;
}

.u-section-5-1 .u-text-3 {
  font-size: 1.25rem;
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-5-1 .u-sheet-1 {
    min-height: 549px;
  }

  .u-section-5-1 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5-1 .u-image-1 {
    min-height: 486px;
  }

  .u-section-5-1 .u-layout-cell-2 {
    min-height: 486px;
  }

  .u-section-5-1 .u-container-layout-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-section-5-1 .u-text-1 {
    font-size: 2.875rem;
  }

  .u-section-5-1 .u-text-2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .u-section-5-1 .u-sheet-1 {
    min-height: 672px;
  }

  .u-section-5-1 .u-image-1 {
    min-height: 588px;
  }

  .u-section-5-1 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-1 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-5-1 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-1 .u-text-1 {
    width: auto;
    font-size: 2.25rem;
  }

  .u-section-5-1 .u-text-2 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-5-1 .u-sheet-1 {
    min-height: 1041px;
  }

  .u-section-5-1 .u-image-1 {
    min-height: 558px;
  }

  .u-section-5-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5-1 .u-sheet-1 {
    min-height: 849px;
  }

  .u-section-5-1 .u-layout-wrap-1 {
    margin-top: 40px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5-1 .u-image-1 {
    min-height: 351px;
  }

  .u-section-5-1 .u-container-layout-2 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5-1 .u-text-1 {
    font-size: 2rem;
  }
}

.u-section-5-2 .u-sheet-1 {
  min-height: 653px;
}

.u-section-5-2 .u-layout-wrap-1 {
  margin: 21px 0 0;
}

.u-section-5-2 .u-image-1 {
  min-height: 590px;
  background-image: url("images/kartini-6211820_1280.webp");
  background-position: 50% 50%;
  background-size: auto 105%;
  --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-5-2 .u-container-layout-1 {
  padding: 30px 60px;
}

.u-section-5-2 .u-layout-cell-2 {
  min-height: 590px;
  --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-5-2 .u-container-layout-2 {
  padding: 30px 60px;
}

.u-section-5-2 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 0 0 0 auto;
  padding: 20px;
}

.u-section-5-2 .u-text-1 {
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 12px 0 0;
}

.u-section-5-2 .u-text-2 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 55px 0 0;
}

.u-section-5-2 .u-text-3 {
  font-size: 1.25rem;
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-5-2 .u-sheet-1 {
    min-height: 549px;
  }

  .u-section-5-2 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5-2 .u-image-1 {
    min-height: 486px;
  }

  .u-section-5-2 .u-layout-cell-2 {
    min-height: 486px;
  }

  .u-section-5-2 .u-container-layout-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-section-5-2 .u-text-1 {
    font-size: 2.875rem;
  }

  .u-section-5-2 .u-text-2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .u-section-5-2 .u-sheet-1 {
    min-height: 672px;
  }

  .u-section-5-2 .u-image-1 {
    min-height: 588px;
    background-size: 105%;
  }

  .u-section-5-2 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-2 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-5-2 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-2 .u-text-1 {
    width: auto;
    font-size: 2.25rem;
  }

  .u-section-5-2 .u-text-2 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-5-2 .u-sheet-1 {
    min-height: 1041px;
  }

  .u-section-5-2 .u-image-1 {
    min-height: 558px;
  }

  .u-section-5-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5-2 .u-sheet-1 {
    min-height: 815px;
  }

  .u-section-5-2 .u-image-1 {
    min-height: 351px;
  }

  .u-section-5-2 .u-container-layout-2 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5-2 .u-text-1 {
    font-size: 2rem;
  }
}

.u-section-5-3 .u-sheet-1 {
  min-height: 653px;
}

.u-section-5-3 .u-layout-wrap-1 {
  margin: 21px 0 0;
}

.u-section-5-3 .u-image-1 {
  min-height: 590px;
  background-image: url("images/d5kffzs-b1f5a8a8-fa0c-4412-aad0-6da1831a4675.jpg");
  background-position: 50% 50%;
  --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-5-3 .u-container-layout-1 {
  padding: 30px 60px;
}

.u-section-5-3 .u-layout-cell-2 {
  min-height: 590px;
  --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-5-3 .u-container-layout-2 {
  padding: 30px 60px;
}

.u-section-5-3 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 0 0 0 auto;
  padding: 20px;
}

.u-section-5-3 .u-text-1 {
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 12px 0 0;
}

.u-section-5-3 .u-text-2 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 55px 0 0;
}

.u-section-5-3 .u-text-3 {
  font-size: 1.25rem;
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-5-3 .u-sheet-1 {
    min-height: 549px;
  }

  .u-section-5-3 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5-3 .u-image-1 {
    min-height: 486px;
    background-size: auto 105%;
  }

  .u-section-5-3 .u-layout-cell-2 {
    min-height: 486px;
  }

  .u-section-5-3 .u-container-layout-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-section-5-3 .u-text-1 {
    font-size: 2.875rem;
  }

  .u-section-5-3 .u-text-2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .u-section-5-3 .u-sheet-1 {
    min-height: 672px;
  }

  .u-section-5-3 .u-image-1 {
    min-height: 588px;
    background-size: 105%;
  }

  .u-section-5-3 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-3 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-5-3 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-3 .u-text-1 {
    width: auto;
    font-size: 2.25rem;
  }

  .u-section-5-3 .u-text-2 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-5-3 .u-sheet-1 {
    min-height: 1041px;
  }

  .u-section-5-3 .u-image-1 {
    min-height: 558px;
  }

  .u-section-5-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5-3 .u-sheet-1 {
    min-height: 815px;
  }

  .u-section-5-3 .u-image-1 {
    min-height: 351px;
  }

  .u-section-5-3 .u-container-layout-2 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5-3 .u-text-1 {
    font-size: 2rem;
  }
}

.u-section-5-4 .u-sheet-1 {
  min-height: 653px;
}

.u-section-5-4 .u-layout-wrap-1 {
  margin: 21px 0 0;
}

.u-section-5-4 .u-image-1 {
  min-height: 590px;
  background-image: url("images/995cd59bc900ac1767c3d043652cac70.png");
  background-position: 50% 50%;
  background-size: auto 105%;
  --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-5-4 .u-container-layout-1 {
  padding: 30px 60px;
}

.u-section-5-4 .u-layout-cell-2 {
  min-height: 590px;
  --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-5-4 .u-container-layout-2 {
  padding: 30px 60px;
}

.u-section-5-4 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 0 0 0 auto;
  padding: 20px;
}

.u-section-5-4 .u-text-1 {
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 12px 0 0;
}

.u-section-5-4 .u-text-2 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 55px 0 0;
}

.u-section-5-4 .u-text-3 {
  font-size: 1.25rem;
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-5-4 .u-sheet-1 {
    min-height: 549px;
  }

  .u-section-5-4 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5-4 .u-image-1 {
    min-height: 486px;
  }

  .u-section-5-4 .u-layout-cell-2 {
    min-height: 486px;
  }

  .u-section-5-4 .u-container-layout-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-section-5-4 .u-text-1 {
    font-size: 2.875rem;
  }

  .u-section-5-4 .u-text-2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .u-section-5-4 .u-sheet-1 {
    min-height: 672px;
  }

  .u-section-5-4 .u-image-1 {
    min-height: 588px;
    background-size: 105%;
  }

  .u-section-5-4 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-4 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-5-4 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-4 .u-text-1 {
    width: auto;
    font-size: 2.25rem;
  }

  .u-section-5-4 .u-text-2 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-5-4 .u-sheet-1 {
    min-height: 1041px;
  }

  .u-section-5-4 .u-image-1 {
    min-height: 558px;
    background-size: auto 105%;
  }

  .u-section-5-4 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5-4 .u-sheet-1 {
    min-height: 815px;
  }

  .u-section-5-4 .u-image-1 {
    min-height: 351px;
  }

  .u-section-5-4 .u-container-layout-2 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5-4 .u-text-1 {
    font-size: 2rem;
  }
}

.u-section-5-5 .u-sheet-1 {
  min-height: 653px;
}

.u-section-5-5 .u-layout-wrap-1 {
  margin: 21px 0 0;
}

.u-section-5-5 .u-image-1 {
  min-height: 590px;
  background-image: url("images/d8cz7su-de10c7bb-8540-42b0-9894-5fde7ad5957a.jpg");
  background-position: 50% 50%;
  --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-5-5 .u-container-layout-1 {
  padding: 30px 60px;
}

.u-section-5-5 .u-layout-cell-2 {
  min-height: 590px;
  --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-5-5 .u-container-layout-2 {
  padding: 30px 60px;
}

.u-section-5-5 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 0 0 0 auto;
  padding: 20px;
}

.u-section-5-5 .u-text-1 {
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 12px 0 0;
}

.u-section-5-5 .u-text-2 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 55px 0 0;
}

.u-section-5-5 .u-text-3 {
  font-size: 1.25rem;
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-5-5 .u-sheet-1 {
    min-height: 549px;
  }

  .u-section-5-5 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5-5 .u-image-1 {
    min-height: 486px;
    background-size: auto 105%;
  }

  .u-section-5-5 .u-layout-cell-2 {
    min-height: 486px;
  }

  .u-section-5-5 .u-container-layout-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-section-5-5 .u-text-1 {
    font-size: 2.875rem;
  }

  .u-section-5-5 .u-text-2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .u-section-5-5 .u-sheet-1 {
    min-height: 672px;
  }

  .u-section-5-5 .u-image-1 {
    min-height: 588px;
  }

  .u-section-5-5 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-5 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-5-5 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-5-5 .u-text-1 {
    width: auto;
    font-size: 2.25rem;
  }

  .u-section-5-5 .u-text-2 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-5-5 .u-sheet-1 {
    min-height: 1041px;
  }

  .u-section-5-5 .u-image-1 {
    min-height: 558px;
    background-size: 105%;
  }

  .u-section-5-5 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5-5 .u-sheet-1 {
    min-height: 815px;
  }

  .u-section-5-5 .u-image-1 {
    min-height: 351px;
  }

  .u-section-5-5 .u-container-layout-2 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5-5 .u-text-1 {
    font-size: 2rem;
  }
} .u-section-6 {
  background-image: none;
}

.u-section-6 .u-sheet-1 {
  min-height: 864px;
}

.u-section-6 .u-text-1 {
  font-size: 1.875rem;
  font-family: Poppins;
  font-weight: bold;
  --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: 56px 0 0;
}

.u-section-6 .u-list-1 {
  grid-template-rows: auto;
  margin-top: 42px;
  margin-bottom: 0;
}

.u-section-6 .u-repeater-1 {
  grid-template-columns: calc(33.3333% - 0.666667px) calc(33.3333% - 0.666667px) calc(33.3333% - 0.666667px);
  min-height: 401px;
  grid-gap: 1px 1px;
}

.u-section-6 .u-list-item-1 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-1 {
  padding: 15px 0;
}

.u-section-6 .u-image-1 {
  height: 170px;
  --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;
  width: 198px;
  margin: 0 auto;
}

.u-section-6 .u-list-item-2 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-2 {
  padding: 15px 0;
}

.u-section-6 .u-image-2 {
  height: 170px;
  --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;
  width: 198px;
  margin: 0 auto;
}

.u-section-6 .u-list-item-3 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-3 {
  padding: 15px 0;
}

.u-section-6 .u-image-3 {
  height: 170px;
  --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;
  width: 198px;
  margin: 0 auto;
}

.u-section-6 .u-list-item-4 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-4 {
  padding: 15px 0;
}

.u-section-6 .u-image-4 {
  height: 170px;
  --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;
  width: 198px;
  margin: 0 auto;
}

.u-section-6 .u-list-item-5 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-5 {
  padding: 15px 0;
}

.u-section-6 .u-image-5 {
  height: 170px;
  --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;
  width: 198px;
  margin: 0 auto;
}

.u-section-6 .u-list-item-6 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-6 {
  padding: 15px 0;
}

.u-section-6 .u-image-6 {
  height: 170px;
  --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;
  width: 198px;
  margin: 0 auto;
}

.u-section-6 .u-text-2 {
  font-size: 1.875rem;
  font-family: Poppins;
  font-weight: bold;
  --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: 50px 0 0 570px;
}

.u-section-6 .u-text-3 {
  font-size: 1.875rem;
  font-family: Poppins;
  font-weight: bold;
  --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: -32px 570px 0 0;
}

.u-section-6 .u-list-2 {
  grid-template-rows: auto;
  width: 570px;
  margin: 22px 0 0 auto;
}

.u-section-6 .u-repeater-2 {
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  min-height: 154px;
  grid-gap: 0px 0px;
}

.u-section-6 .u-list-item-7 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-7 {
  padding: 0;
}

.u-section-6 .u-image-7 {
  height: 115px;
  width: 168px;
  --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: 29px 25px 0 auto;
}

.u-section-6 .u-list-item-8 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-8 {
  padding: 0;
}

.u-section-6 .u-image-8 {
  height: 115px;
  width: 168px;
  --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: 29px 25px 0 auto;
}

.u-section-6 .u-list-item-9 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-9 {
  padding: 0;
}

.u-section-6 .u-image-9 {
  height: 115px;
  width: 168px;
  --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: 29px 25px 0 auto;
}

.u-section-6 .u-list-3 {
  grid-template-rows: auto;
  width: 344px;
  margin: -142px auto 60px 113px;
}

.u-section-6 .u-repeater-3 {
  grid-template-columns: 50% 50%;
  min-height: 128px;
  grid-gap: 0px 0px;
}

.u-section-6 .u-list-item-10 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-10 {
  padding: 0;
}

.u-section-6 .u-image-10 {
  height: 115px;
  width: 168px;
  --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: 0 auto;
}

.u-section-6 .u-list-item-11 {
  --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: 0.3;
}

.u-section-6 .u-container-layout-11 {
  padding: 0;
}

.u-section-6 .u-image-11 {
  height: 115px;
  width: 168px;
  --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: 0 auto;
}

@media (max-width: 1199px) {
  .u-section-6 .u-sheet-1 {
    min-height: 868px;
  }

  .u-section-6 .u-text-1 {
    width: auto;
    margin-top: 71px;
  }

  .u-section-6 .u-list-1 {
    margin-top: 18px;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 331px;
  }

  .u-section-6 .u-container-layout-1 {
    padding-top: 0;
  }

  .u-section-6 .u-image-1 {
    margin-top: 18px;
  }

  .u-section-6 .u-container-layout-2 {
    padding-top: 0;
  }

  .u-section-6 .u-image-2 {
    margin-top: 18px;
  }

  .u-section-6 .u-container-layout-3 {
    padding-top: 0;
  }

  .u-section-6 .u-image-3 {
    margin-top: 18px;
  }

  .u-section-6 .u-container-layout-4 {
    padding-top: 0;
  }

  .u-section-6 .u-image-4 {
    margin-top: 18px;
  }

  .u-section-6 .u-container-layout-5 {
    padding-top: 0;
  }

  .u-section-6 .u-image-5 {
    margin-top: 18px;
  }

  .u-section-6 .u-container-layout-6 {
    padding-top: 0;
  }

  .u-section-6 .u-image-6 {
    margin-top: 18px;
  }

  .u-section-6 .u-text-2 {
    width: auto;
    margin-top: 62px;
    margin-left: 470px;
  }

  .u-section-6 .u-text-3 {
    width: auto;
    margin-top: -33px;
    margin-right: 470px;
  }

  .u-section-6 .u-list-2 {
    width: 470px;
    margin-top: 18px;
  }

  .u-section-6 .u-repeater-2 {
    min-height: 156px;
  }

  .u-section-6 .u-image-7 {
    height: 116px;
    width: 132px;
    margin-top: 16px;
    margin-right: auto;
  }

  .u-section-6 .u-image-8 {
    height: 116px;
    width: 132px;
    margin-top: 16px;
    margin-right: auto;
  }

  .u-section-6 .u-image-9 {
    height: 116px;
    width: 132px;
    margin-top: 16px;
    margin-right: auto;
  }

  .u-section-6 .u-list-3 {
    width: 314px;
    margin-top: -156px;
    margin-left: 78px;
  }

  .u-section-6 .u-repeater-3 {
    min-height: 127px;
  }

  .u-section-6 .u-image-10 {
    height: 113px;
    width: 150px;
    margin-top: 25px;
  }

  .u-section-6 .u-image-11 {
    height: 113px;
    width: 150px;
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1221px;
  }

  .u-section-6 .u-text-1 {
    margin-top: 165px;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 404px;
  }

  .u-section-6 .u-container-layout-1 {
    padding-bottom: 0;
  }

  .u-section-6 .u-image-1 {
    margin-top: 5px;
  }

  .u-section-6 .u-container-layout-2 {
    padding-bottom: 0;
  }

  .u-section-6 .u-image-2 {
    margin-top: 5px;
  }

  .u-section-6 .u-container-layout-3 {
    padding-bottom: 0;
  }

  .u-section-6 .u-image-3 {
    margin-top: 5px;
  }

  .u-section-6 .u-container-layout-4 {
    padding-bottom: 0;
  }

  .u-section-6 .u-image-4 {
    margin-top: 5px;
  }

  .u-section-6 .u-container-layout-5 {
    padding-bottom: 0;
  }

  .u-section-6 .u-image-5 {
    margin-top: 5px;
  }

  .u-section-6 .u-container-layout-6 {
    padding-bottom: 0;
  }

  .u-section-6 .u-image-6 {
    margin-top: 5px;
  }

  .u-section-6 .u-text-2 {
    margin-top: 338px;
    margin-left: 0;
  }

  .u-section-6 .u-text-3 {
    margin-top: -309px;
    margin-right: 0;
  }

  .u-section-6 .u-list-2 {
    margin-top: 298px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-repeater-2 {
    min-height: 139px;
  }

  .u-section-6 .u-image-7 {
    margin-top: 15px;
  }

  .u-section-6 .u-image-8 {
    margin-top: 15px;
  }

  .u-section-6 .u-image-9 {
    margin-top: 15px;
  }

  .u-section-6 .u-list-3 {
    width: 442px;
    margin-top: -418px;
    margin-left: auto;
  }

  .u-section-6 .u-repeater-3 {
    min-height: 135px;
  }

  .u-section-6 .u-image-10 {
    margin-top: 22px;
  }

  .u-section-6 .u-image-11 {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1258px;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 446px;
  }

  .u-section-6 .u-image-1 {
    height: 171px;
    width: 164px;
    margin-top: 15px;
  }

  .u-section-6 .u-image-2 {
    height: 171px;
    width: 164px;
    margin-top: 15px;
  }

  .u-section-6 .u-image-3 {
    height: 171px;
    width: 164px;
    margin-top: 15px;
  }

  .u-section-6 .u-image-4 {
    height: 171px;
    width: 164px;
    margin-top: 15px;
  }

  .u-section-6 .u-image-5 {
    height: 171px;
    width: 164px;
    margin-top: 15px;
  }

  .u-section-6 .u-image-6 {
    height: 171px;
    width: 164px;
    margin-top: 15px;
  }

  .u-section-6 .u-list-2 {
    margin-top: 323px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-repeater-2 {
    min-height: 147px;
  }

  .u-section-6 .u-list-3 {
    width: 286px;
    margin-top: -436px;
  }

  .u-section-6 .u-repeater-3 {
    min-height: 138px;
  }

  .u-section-6 .u-image-10 {
    margin-top: 0;
    margin-left: -3px;
  }

  .u-section-6 .u-image-11 {
    margin-top: 0;
    margin-left: -3px;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1022px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 280px;
  }

  .u-section-6 .u-image-1 {
    height: 69px;
    width: 98px;
  }

  .u-section-6 .u-image-2 {
    height: 69px;
    width: 98px;
  }

  .u-section-6 .u-image-3 {
    height: 69px;
    width: 98px;
  }

  .u-section-6 .u-image-4 {
    height: 69px;
    width: 98px;
  }

  .u-section-6 .u-image-5 {
    height: 69px;
    width: 98px;
  }

  .u-section-6 .u-image-6 {
    height: 69px;
    width: 98px;
    margin-top: 0;
  }

  .u-section-6 .u-text-2 {
    font-size: 1.5rem;
    margin-top: 331px;
  }

  .u-section-6 .u-text-3 {
    font-size: 1.5rem;
    margin-top: -296px;
  }

  .u-section-6 .u-list-2 {
    margin-top: 304px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-repeater-2 {
    min-height: 94px;
  }

  .u-section-6 .u-image-7 {
    height: 64px;
    width: 92px;
  }

  .u-section-6 .u-image-8 {
    height: 64px;
    width: 92px;
  }

  .u-section-6 .u-image-9 {
    height: 64px;
    width: 92px;
  }

  .u-section-6 .u-list-3 {
    width: 192px;
    margin-top: -370px;
  }

  .u-section-6 .u-repeater-3 {
    min-height: 127px;
  }

  .u-section-6 .u-image-10 {
    width: 88px;
    margin-left: auto;
  }

  .u-section-6 .u-image-11 {
    width: 88px;
    margin-left: auto;
  }
}