.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.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;
}