.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-block-d531-5 {
  position: absolute;
  top: auto;
  left: auto;
  right: calc(((100% - 1140px) / 2)  + 532px);
  bottom: 41px;
}

.u-block-d531-3 {
  position: absolute;
  left: calc(((100% - 1140px) / 2)  + 3px);
  width: 31px;
  height: 31px;
  top: auto;
  right: auto;
  bottom: 28px;
  padding: 0;
}

.u-block-d531-4 {
  position: absolute;
  width: 31px;
  height: 31px;
  left: auto;
  top: auto;
  right: calc(((100% - 1140px) / 2));
  bottom: 33px;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-block-d531-5 {
    right: calc(((100% - 940px) / 2)  + 432px);
  }

  .u-block-d531-3 {
    left: calc(((100% - 940px) / 2)  + 3px);
  }

  .u-block-d531-4 {
    right: calc(((100% - 940px) / 2));
  }
}

@media (max-width: 991px) {
  .u-block-d531-5 {
    right: calc(((100% - 720px) / 2)  + 322px);
  }

  .u-block-d531-3 {
    left: calc(((100% - 720px) / 2)  + 2px);
  }

  .u-block-d531-4 {
    right: calc(((100% - 720px) / 2));
  }
}

@media (max-width: 767px) {
  .u-block-d531-5 {
    right: calc(((100% - 540px) / 2)  + 232px);
  }

  .u-block-d531-3 {
    left: calc(((100% - 540px) / 2)  + 2px);
  }

  .u-block-d531-4 {
    right: calc(((100% - 540px) / 2));
  }
}

@media (max-width: 575px) {
  .u-block-d531-5 {
    right: calc(((100% - 340px) / 2)  + 132px);
  }

  .u-block-d531-3 {
    left: calc(((100% - 340px) / 2)  + 1px);
  }

  .u-block-d531-4 {
    right: calc(((100% - 340px) / 2));
  }
}

 .u-section-1-1 {
  background-image: none;
}

.u-section-1-1 .u-sheet-1 {
  min-height: 710px;
}

.u-section-1-1 .u-shape-1 {
  width: 220px;
  height: 24px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 653px 33px 0 auto;
}

.u-section-1-1 .u-layout-wrap-1 {
  pointer-events: auto;
  margin-top: -643px;
  margin-bottom: 0;
}

.u-section-1-1 .u-layout-cell-1 {
  min-height: 619px;
  pointer-events: auto;
}

.u-section-1-1 .u-container-layout-1 {
  padding: 30px 27px;
}

.u-section-1-1 .u-text-1 {
  line-height: 1;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 80px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  background-image: none;
  font-size: 3rem;
  margin: 103px 33px 0;
}

.u-section-1-1 .u-text-2 {
  --animation-custom_in-translate_x: -80px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 17px 33px 0;
}

.u-section-1-1 .u-btn-1 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 0.75rem;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: 59px auto 0;
  padding: 10px 23px 10px 22px;
}

.u-section-1-1 .u-layout-cell-2 {
  min-height: 619px;
  pointer-events: auto;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1-1 .u-container-layout-2 {
  padding: 0;
}

.u-section-1-1 .u-shape-2 {
  height: 524px;
  width: 612px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 39px auto 0 17px;
}

.u-section-1-1 .u-image-1 {
  width: 515px;
  height: 287px;
  margin: -430px auto 0 58px;
}

.u-section-1-1 .u-text-3 {
  font-weight: 700;
  font-size: 1rem;
  font-style: italic;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -2px 45px 33px auto;
}

@media (max-width: 1199px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 671px;
  }

  .u-section-1-1 .u-shape-1 {
    margin-top: 610px;
    margin-right: 34px;
  }

  .u-section-1-1 .u-layout-wrap-1 {
    margin-top: -600px;
  }

  .u-section-1-1 .u-layout-cell-1 {
    min-height: 510px;
  }

  .u-section-1-1 .u-container-layout-1 {
    padding-left: 58px;
    padding-right: 58px;
  }

  .u-section-1-1 .u-text-1 {
    font-size: 2.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1-1 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-1-1 .u-layout-cell-2 {
    min-height: 510px;
  }

  .u-section-1-1 .u-shape-2 {
    width: 533px;
    margin-left: 0;
  }

  .u-section-1-1 .u-image-1 {
    margin-left: 18px;
  }

  .u-section-1-1 .u-text-3 {
    width: auto;
    margin-top: -12px;
    margin-right: 46px;
    margin-bottom: 37px;
  }
}

@media (max-width: 991px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 562px;
  }

  .u-section-1-1 .u-shape-1 {
    margin-top: 505px;
  }

  .u-section-1-1 .u-layout-wrap-1 {
    margin-top: -499px;
  }

  .u-section-1-1 .u-layout-cell-1 {
    min-height: 502px;
  }

  .u-section-1-1 .u-container-layout-1 {
    padding: 0;
  }

  .u-section-1-1 .u-text-2 {
    font-size: 0.75rem;
    width: auto;
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-1-1 .u-btn-1 {
    margin-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-1-1 .u-layout-cell-2 {
    min-height: 478px;
  }

  .u-section-1-1 .u-shape-2 {
    height: 311px;
    width: 374px;
    margin-top: 103px;
    margin-left: auto;
  }

  .u-section-1-1 .u-image-1 {
    width: 408px;
    height: 227px;
    margin-top: -281px;
    margin-left: 0;
  }

  .u-section-1-1 .u-text-3 {
    margin-top: -29px;
    margin-bottom: 33px;
  }
}

@media (max-width: 767px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 962px;
  }

  .u-section-1-1 .u-shape-1 {
    width: 200px;
    margin-top: 901px;
    margin-right: 32px;
  }

  .u-section-1-1 .u-layout-wrap-1 {
    margin-top: -897px;
  }

  .u-section-1-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1-1 .u-container-layout-1 {
    padding-top: 30px;
  }

  .u-section-1-1 .u-text-1 {
    margin-top: 7px;
  }

  .u-section-1-1 .u-btn-1 {
    margin-top: 17px;
    margin-bottom: -8px;
    padding-right: 8px;
    padding-left: 6px;
  }

  .u-section-1-1 .u-layout-cell-2 {
    min-height: 633px;
  }

  .u-section-1-1 .u-shape-2 {
    margin-top: 25px;
    margin-left: 66px;
  }

  .u-section-1-1 .u-image-1 {
    margin-top: -286px;
    margin-left: 49px;
  }

  .u-section-1-1 .u-text-3 {
    font-size: 0.875rem;
    margin-top: -6px;
    margin-bottom: 39px;
  }
}

@media (max-width: 575px) {
  .u-section-1-1 .u-sheet-1 {
    min-height: 958px;
  }

  .u-section-1-1 .u-shape-1 {
    margin-top: 897px;
    margin-right: 29px;
  }

  .u-section-1-1 .u-layout-wrap-1 {
    margin-top: -893px;
  }

  .u-section-1-1 .u-container-layout-1 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .u-section-1-1 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-1-1 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-1-1 .u-btn-1 {
    padding-right: 21px;
    padding-bottom: 11px;
    padding-left: 20px;
  }

  .u-section-1-1 .u-layout-cell-2 {
    min-height: 399px;
  }

  .u-section-1-1 .u-shape-2 {
    height: 301px;
    width: 296px;
    margin-top: 62px;
    margin-left: auto;
  }

  .u-section-1-1 .u-image-1 {
    width: 340px;
    height: 189px;
    margin-top: -254px;
    margin-left: 0;
  }

  .u-section-1-1 .u-text-3 {
    margin-top: 168px;
    margin-right: 43px;
    margin-bottom: 37px;
  }
}

 .u-section-1-2 {
  background-image: url("images/PosterMANDAKINIEVO.png");
  background-position: 50% 50%;
}

.u-section-1-2 .u-sheet-1 {
  min-height: 700px;
}

@media (max-width: 1199px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 713px;
  }
}

@media (max-width: 991px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 620px;
  }
}

@media (max-width: 767px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 780px;
  }
}

@media (max-width: 575px) {
  .u-section-1-2 .u-sheet-1 {
    min-height: 800px;
  }
}

.u-block-d531-15:not([data-block-selected]):not([data-cell-selected]),
.u-block-d531-15:not([data-block-selected]):not([data-cell-selected]):before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-block-d531-15:not([data-block-selected]):not([data-cell-selected]).u-block-d531-15:not([data-block-selected]):not([data-cell-selected]).u-block-d531-15:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg) !important;
}

.u-block-d531-15:not([data-block-selected]):not([data-cell-selected]).u-block-d531-15:not([data-block-selected]):not([data-cell-selected]).u-block-d531-15:not([data-block-selected]):not([data-cell-selected]):hover:before {
  background-color: transparent !important;
}

.u-block-d531-15.u-block-d531-15.u-block-d531-15.hover {
  transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg) !important;
}

.u-container-layout:hover .u-block-d531-15:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-container-layout:hover .u-block-d531-15:not([data-block-selected]):not([data-cell-selected]):before {
  background-color: transparent !important;
}

.u-container-layout.hover .u-block-d531-15 {
  transform: rotate(0deg) scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1-1 .u-btn-1,
.u-section-1-1 .u-btn-1:before,
.u-section-1-1 .u-btn-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-1-1 .u-btn-1.u-btn-1.u-btn-1:hover {
  transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg) !important;
}

.u-section-1-1 .u-btn-1.u-btn-1.u-btn-1:hover:before {
  background-color: transparent !important;
}

.u-section-1-1 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg) !important;
}

.u-section-1-1 .u-container-layout:hover .u-btn-1 {
  transform: rotate(0deg) scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1-1 .u-container-layout:hover .u-btn-1:before {
  background-color: transparent !important;
}

.u-container-layout.hover .u-section-1-1 .u-btn-1 {
  transform: rotate(0deg) scale(1.1) translateX(0px) translateY(0px) !important;
}.u-section-2 .u-sheet-1 {
  min-height: 500px;
}

.u-section-2 .u-layout-wrap-1 {
  margin-top: 3px;
  margin-bottom: 0;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 500px;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px;
}

.u-section-2 .u-image-1 {
  width: 300px;
  height: 300px;
  box-shadow: 2px 0 8px 0 rgba(128,128,128,1);
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 40px auto 0;
}

.u-section-2 .u-layout-cell-2 {
  min-height: 500px;
}

.u-section-2 .u-container-layout-2 {
  padding: 30px;
}

.u-section-2 .u-text-1 {
  font-size: 3rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 123px auto 0 0;
}

.u-section-2 .u-text-2 {
  font-size: 0.875rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 20px 0 0;
}

.u-section-2 .u-btn-1 {
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 0.5s;
  border-style: none;
  font-size: 0.875rem;
  transform: scale(1.1) translateX(0px) translateY(0px);
  margin: 20px auto 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 26px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 412px;
  }

  .u-section-2 .u-image-1 {
    background-position: 50% 50%;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 412px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: 77px;
    margin-right: 105px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-image-1 {
    width: 216px;
    height: 216px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 397px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 2px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-layout-cell-1 {
    min-height: 316px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 395px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.5rem;
    width: 208px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 25px;
  }
}

.u-section-2 .u-btn-1,
.u-section-2 .u-btn-1:before,
.u-section-2 .u-btn-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-2 .u-btn-1.u-btn-1.u-btn-1:hover:before {
  background-color: transparent !important;
}

.u-section-2 .u-btn-1.u-btn-1.u-btn-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-2 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
} .u-section-3 {
  background-image: none;
}

.u-section-3 .u-sheet-1 {
  min-height: 590px;
}

.u-section-3 .u-layout-wrap-1 {
  width: 1120px;
  margin: 60px 0 12px auto;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 553px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-3 .u-container-layout-1 {
  padding: 0;
}

.u-section-3 .u-text-1 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 2.25rem;
  margin: 7px 100px 0 20px;
}

.u-section-3 .u-shape-1 {
  width: 310px;
  height: 7px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 20px;
}

.u-section-3 .u-video-1 {
  width: 450px;
  height: 240px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 20px auto 0 20px;
}

.u-section-3 .embed-responsive-1 {
  position: absolute;
}

.u-section-3 .u-layout-cell-2 {
  min-height: 553px;
}

.u-section-3 .u-container-layout-2 {
  padding: 0;
}

.u-section-3 .u-text-2 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 2.25rem;
  margin: 202px 25px 0 97px;
}

.u-section-3 .u-shape-2 {
  width: 363px;
  height: 7px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 25px 0 auto;
}

.u-section-3 .u-video-2 {
  width: 450px;
  height: 240px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 20px 25px 0 auto;
}

.u-section-3 .embed-responsive-2 {
  position: absolute;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 680px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 60px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 464px;
  }

  .u-section-3 .u-text-1 {
    margin-right: 30px;
    margin-left: 0;
  }

  .u-section-3 .u-shape-1 {
    margin-left: 0;
  }

  .u-section-3 .u-video-1 {
    margin-left: 0;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 464px;
  }

  .u-section-3 .u-text-2 {
    margin-right: 0;
    margin-left: 32px;
  }

  .u-section-3 .u-shape-2 {
    margin-right: 0;
  }

  .u-section-3 .u-video-2 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 546px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-3 .u-text-1 {
    margin-left: 30px;
  }

  .u-section-3 .u-shape-1 {
    margin-top: 20px;
    margin-left: 30px;
  }

  .u-section-3 .u-video-1 {
    width: 345px;
    height: 184px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-3 .u-text-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-3 .u-shape-2 {
    width: 315px;
    height: 15px;
    margin-top: 20px;
    margin-left: 30px;
  }

  .u-section-3 .u-video-2 {
    width: 345px;
    height: 184px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 796px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 0;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-shape-1 {
    height: 5px;
    margin-top: 0;
    margin-left: auto;
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-shape-2 {
    height: 5px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 672px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-top: 28px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-3 .u-shape-1 {
    margin-top: 7px;
    width: 340px;
  }

  .u-section-3 .u-video-1 {
    width: 340px;
    height: 181px;
  }

  .u-section-3 .u-text-2 {
    font-size: 1.5rem;
    margin-top: 16px;
  }

  .u-section-3 .u-shape-2 {
    margin-top: 7px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-video-2 {
    width: 340px;
    height: 181px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 501px;
}

.u-section-4 .u-text-1 {
  font-size: 2.25rem;
  margin: 69px auto 0;
}

.u-section-4 .u-image-1 {
  width: 799px;
  height: 286px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 69px auto 60px;
}

@media (max-width: 1199px) {
  .u-section-4 .u-text-1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 473px;
  }

  .u-section-4 .u-image-1 {
    width: 720px;
    height: 258px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 416px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.25rem;
  }

  .u-section-4 .u-image-1 {
    height: 194px;
    margin-top: 41px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 252px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1rem;
    width: auto;
    margin-top: 37px;
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-4 .u-image-1 {
    height: 115px;
    width: 320px;
    margin: 46px auto 36px;
  }
}.u-section-5 .u-sheet-1 {
  min-height: 784px;
}

.u-section-5 .u-layout-wrap-1 {
  width: 1049px;
  margin: 63px 0 13px auto;
}

.u-section-5 .u-layout-cell-1 {
  min-height: 707px;
}

.u-section-5 .u-container-layout-1 {
  padding: 0 0 30px;
}

.u-section-5 .u-text-1 {
  font-family: Poppins;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 3.75rem;
  margin: 30px 1px 0 51px;
}

.u-section-5 .u-group-1 {
  background-image: none;
  width: 787px;
  min-height: 303px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 213px -262px 0 auto;
}

.u-section-5 .u-container-layout-2 {
  padding: 0 23px;
}

.u-section-5 .u-video-1 {
  width: 475px;
  height: 390px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -139px auto 0 3px;
}

.u-section-5 .u-layout-cell-2 {
  min-height: 707px;
}

.u-section-5 .u-container-layout-3 {
  padding: 30px 30px 26px;
}

.u-section-5 .u-text-2 {
  --animation-custom_in-translate_x: -100px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.8;
  background-image: none;
  margin: 0 1px;
}

@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 655px;
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-top: 0;
    margin-bottom: 37px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 618px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .u-section-5 .u-text-1 {
    font-size: 3rem;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-group-1 {
    width: 485px;
    margin-top: 173px;
    margin-right: -15px;
    margin-bottom: -15px;
  }

  .u-section-5 .u-video-1 {
    width: 425px;
    height: 350px;
    margin-left: 0;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 618px;
  }

  .u-section-5 .u-text-2 {
    width: auto;
    margin-top: 66px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 589px;
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-bottom: 27px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 562px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-bottom: 4px;
  }

  .u-section-5 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-5 .u-group-1 {
    margin-top: 48px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .u-section-5 .u-video-1 {
    width: 315px;
    height: 259px;
    margin-top: 50px;
    margin-left: auto;
    margin-bottom: -19px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 562px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-bottom: 24px;
  }

  .u-section-5 .u-text-2 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 572px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 446px;
  }

  .u-section-5 .u-group-1 {
    margin-top: 20px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 205px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 629px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 349px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-group-1 {
    min-height: 245px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5 .u-video-1 {
    width: 302px;
    height: 229px;
    margin-top: 36px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 100px;
  }
}.u-section-6 .u-sheet-1 {
  min-height: 50vw;
}

.u-section-6 .u-layout-wrap-1 {
  width: 836px;
  margin: 162px auto 0 30px;
}

.u-section-6 .u-image-1 {
  background-image: url("images/ipoels.png");
  background-position: 50% 50%;
  min-height: 550px;
}

.u-section-6 .u-container-layout-1 {
  padding: 0;
}

.u-section-6 .u-group-1 {
  width: 572px;
  min-height: 331px;
  margin: -691px 30px 60px auto;
}

.u-section-6 .u-container-layout-2 {
  padding: 30px 30px 18px;
}

.u-section-6 .u-text-1 {
  font-size: 4.5rem;
  font-weight: 700;
  --animation-custom_in-translate_x: -80px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0;
}

.u-section-6 .u-text-2 {
  font-family: Poppins;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: -100px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-6 .u-sheet-1 {
    min-height: 805px;
  }

  .u-section-6 .u-layout-wrap-1 {
    width: 726px;
    margin-top: 250px;
  }

  .u-section-6 .u-image-1 {
    min-height: 462px;
    --animation-custom_in-translate_x: -200px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-6 .u-text-1 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 679px;
  }

  .u-section-6 .u-layout-wrap-1 {
    margin-top: 181px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-image-1 {
    min-height: 458px;
  }

  .u-section-6 .u-group-1 {
    min-height: 345px;
    margin-top: -707px;
    margin-right: 0;
  }

  .u-section-6 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-6 .u-text-2 {
    width: auto;
    margin-top: 20px;
    margin-left: 65px;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1 {
    min-height: 742px;
  }

  .u-section-6 .u-layout-wrap-1 {
    margin-top: 269px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-image-1 {
    min-height: 344px;
  }

  .u-section-6 .u-group-1 {
    margin-top: -639px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-text-2 {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 618px;
  }

  .u-section-6 .u-layout-wrap-1 {
    margin-top: 305px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-image-1 {
    min-height: 256px;
  }

  .u-section-6 .u-group-1 {
    min-height: 295px;
    margin-top: -544px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-container-layout-2 {
    padding: 0;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.5rem;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-6 .u-text-2 {
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 10px;
  }
}.u-section-7 .u-sheet-1 {
  min-height: 173px;
}

.u-section-7 .u-layout-wrap-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.u-section-7 .u-layout-cell-1 {
  min-height: 172px;
}

.u-section-7 .u-container-layout-1 {
  padding: 30px 30px 21px;
}

.u-section-7 .u-text-1 {
  font-weight: 700;
  font-size: 3.75rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 38px auto 0;
}

.u-section-7 .u-shape-1 {
  width: 444px;
  height: 5px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 166px 0 469px;
}

@media (max-width: 1199px) {
  .u-section-7 .u-sheet-1 {
    min-height: 318px;
  }

  .u-section-7 .u-layout-cell-1 {
    min-height: 180px;
  }

  .u-section-7 .u-shape-1 {
    margin-right: 66px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .u-section-7 .u-sheet-1 {
    min-height: 265px;
  }

  .u-section-7 .u-layout-cell-1 {
    min-height: 255px;
  }

  .u-section-7 .u-shape-1 {
    margin-top: 15px;
    margin-right: auto;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .u-section-7 .u-sheet-1 {
    min-height: 264px;
  }

  .u-section-7 .u-layout-wrap-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .u-section-7 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-7 .u-text-1 {
    font-size: 2.5rem;
    width: auto;
    margin-top: 39px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-shape-1 {
    width: 298px;
    margin-top: 0;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .u-section-7 .u-sheet-1 {
    min-height: 222px;
  }

  .u-section-7 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-7 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-7 .u-shape-1 {
    margin-right: 43px;
  }
} .u-section-8 {
  background-image: none;
}

.u-section-8 .u-sheet-1 {
  min-height: 697px;
}

.u-section-8 .u-layout-wrap-1 {
  pointer-events: auto;
  margin-top: 74px;
  margin-bottom: 0;
}

.u-section-8 .u-layout-cell-1 {
  min-height: 590px;
  pointer-events: auto;
  background-image: none;
}

.u-section-8 .u-container-layout-1 {
  padding: 0 20px 0 50px;
}

.u-section-8 .u-layout-cell-2 {
  min-height: 590px;
  pointer-events: auto;
}

.u-section-8 .u-container-layout-2 {
  padding: 19px 44px;
}

.u-section-8 .u-text-1 {
  text-align: left;
  text-transform: none;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 49px 16px 0 6px;
}

.u-section-8 .u-shape-1 {
  width: 322px;
  height: 5px;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 5px auto 0 6px;
}

.u-section-8 .u-text-2 {
  line-height: 1.8;
  font-style: normal;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 23px 0 0;
}

.u-section-8 .u-text-3 {
  line-height: 1.8;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: normal;
  margin: 8px 0 0;
}

.u-section-8 .u-video-1 {
  width: 414px;
  height: 517px;
  box-shadow: -2px -2px 8px 0 rgba(128,128,128,1);
  margin: -594px auto 77px 72px;
}

@media (max-width: 1199px) {
  .u-section-8 .u-sheet-1 {
    min-height: 742px;
  }

  .u-section-8 .u-layout-wrap-1 {
    margin-top: 48px;
  }

  .u-section-8 .u-layout-cell-1 {
    min-height: 486px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 486px;
  }

  .u-section-8 .u-text-1 {
    font-size: 2.75rem;
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-8 .u-shape-1 {
    margin-left: 0;
  }

  .u-section-8 .u-video-1 {
    margin-bottom: 125px;
    margin-left: 28px;
  }
}

@media (max-width: 991px) {
  .u-section-8 .u-sheet-1 {
    min-height: 821px;
  }

  .u-section-8 .u-layout-cell-1 {
    min-height: 755px;
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 30px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 755px;
  }

  .u-section-8 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 17px;
  }

  .u-section-8 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-8 .u-shape-1 {
    width: 300px;
  }

  .u-section-8 .u-video-1 {
    width: 303px;
    height: 452px;
    margin-top: -595px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-8 .u-sheet-1 {
    min-height: 842px;
  }

  .u-section-8 .u-layout-cell-1 {
    min-height: 54px;
  }

  .u-section-8 .u-container-layout-1 {
    padding-right: 30px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 723px;
  }

  .u-section-8 .u-container-layout-2 {
    padding-top: 17px;
  }

  .u-section-8 .u-text-1 {
    font-size: 2.75rem;
    width: auto;
    margin-top: 204px;
  }

  .u-section-8 .u-video-1 {
    width: 229px;
    height: 351px;
    margin-top: -871px;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .u-section-8 .u-sheet-1 {
    min-height: 1247px;
  }

  .u-section-8 .u-layout-wrap-1 {
    margin-top: 259px;
  }

  .u-section-8 .u-layout-cell-1 {
    min-height: 35px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 467px;
  }

  .u-section-8 .u-container-layout-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-section-8 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-8 .u-video-1 {
    height: 289px;
    margin-top: -1073px;
  }
} .u-section-9 {
  background-image: none;
}

.u-section-9 .u-sheet-1 {
  min-height: 358px;
}

.u-section-9 .u-layout-wrap-1 {
  margin: 1px 0;
}

.u-section-9 .u-layout-cell-1 {
  min-height: 376px;
}

.u-section-9 .u-container-layout-1 {
  padding-left: 3px;
  padding-right: 3px;
}

.u-section-9 .u-text-1 {
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 3.75rem;
  margin: 43px 17px 0;
}

.u-section-9 .u-shape-1 {
  width: 432px;
  height: 7px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 3px auto 0 14px;
}

.u-section-9 .u-text-2 {
  font-size: 0.875rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 19px 20px 0 14px;
}

.u-section-9 .u-layout-cell-2 {
  min-height: 376px;
}

.u-section-9 .u-video-1 {
  width: 449px;
  height: 286px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 41px 0 auto;
}

@media (max-width: 1199px) {
  .u-section-9 .u-sheet-1 {
    min-height: 292px;
  }

  .u-section-9 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-9 .u-layout-cell-1 {
    min-height: 340px;
  }

  .u-section-9 .u-container-layout-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-section-9 .u-text-1 {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-9 .u-text-2 {
    position: relative;
    margin-right: 0;
  }

  .u-section-9 .u-layout-cell-2 {
    min-height: 310px;
  }

  .u-section-9 .u-video-1 {
    margin-right: 11px;
  }
}

@media (max-width: 991px) {
  .u-section-9 .u-sheet-1 {
    min-height: 82px;
  }

  .u-section-9 .u-layout-cell-1 {
    min-height: 455px;
  }

  .u-section-9 .u-container-layout-1 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .u-section-9 .u-text-1 {
    font-size: 3rem;
  }

  .u-section-9 .u-shape-1 {
    width: 344px;
    margin-left: 0;
  }

  .u-section-9 .u-text-2 {
    margin-left: 0;
  }

  .u-section-9 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-9 .u-video-1 {
    width: 350px;
    height: 223px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-9 .u-sheet-1 {
    min-height: 557px;
  }

  .u-section-9 .u-layout-wrap-1 {
    width: 519px;
    margin: 0 auto;
  }

  .u-section-9 .u-layout-cell-1 {
    min-height: 358px;
  }

  .u-section-9 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-9 .u-text-1 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-9 .u-shape-1 {
    margin-top: -1px;
    margin-right: 73px;
    margin-left: auto;
  }

  .u-section-9 .u-text-2 {
    width: auto;
    margin-top: 293px;
    margin-bottom: -206px;
  }

  .u-section-9 .u-layout-cell-2 {
    min-height: 219px;
  }

  .u-section-9 .u-video-1 {
    margin-top: -243px;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .u-section-9 .u-sheet-1 {
    min-height: 601px;
  }

  .u-section-9 .u-layout-wrap-1 {
    width: 340px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .u-section-9 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-9 .u-text-1 {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 1.5rem;
  }

  .u-section-9 .u-shape-1 {
    width: 334px;
    margin-right: 0;
    margin-left: 6px;
  }

  .u-section-9 .u-text-2 {
    margin: 276px 6px -258px;
  }

  .u-section-9 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-9 .u-video-1 {
    height: 217px;
    margin-top: -217px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
} .u-section-10 {
  background-image: none;
}

.u-section-10 .u-sheet-1 {
  min-height: 362px;
}

.u-section-10 .u-layout-wrap-1 {
  margin-top: 4px;
  margin-bottom: 0;
}

.u-section-10 .u-layout-cell-1 {
  min-height: 360px;
}

.u-section-10 .u-container-layout-1 {
  padding: 0 14px;
}

.u-section-10 .u-gallery-1 {
  height: 286px;
  width: 477px;
  margin: 26px 24px 0 auto;
}

.u-section-10 .u-carousel-indicators-1 {
  position: absolute;
  bottom: 10px;
}

.u-section-10 .u-carousel-item-1 {
  margin-right: 0;
}

.u-section-10 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 30px;
}

.u-section-10 .u-carousel-item-2 {
  margin-right: 0;
}

.u-section-10 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 30px;
}

.u-section-10 .u-carousel-item-3 {
  margin-right: 0;
}

.u-section-10 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 30px;
}

.u-section-10 .u-carousel-control-1 {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  right: auto;
  padding: 10px;
}

.u-section-10 .u-carousel-control-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: auto;
  right: 0;
  padding: 10px;
}

.u-section-10 .u-layout-cell-2 {
  min-height: 360px;
}

.u-section-10 .u-container-layout-2 {
  padding: 20px 20px 41px;
}

.u-section-10 .u-text-1 {
  line-height: 1.8;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 0px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-10 .u-sheet-1 {
    min-height: 275px;
  }

  .u-section-10 .u-layout-cell-1 {
    min-height: 297px;
  }

  .u-section-10 .u-gallery-1 {
    width: 443px;
    margin-right: 0;
  }

  .u-section-10 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-10 .u-text-1 {
    position: relative;
  }
}

@media (max-width: 991px) {
  .u-section-10 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-10 .u-gallery-1 {
    width: 333px;
  }

  .u-section-10 .u-container-layout-2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-10 .u-sheet-1 {
    min-height: 532px;
  }

  .u-section-10 .u-layout-cell-1 {
    min-height: 234px;
  }

  .u-section-10 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-10 .u-gallery-1 {
    margin-top: 11px;
    margin-right: 92px;
  }

  .u-section-10 .u-layout-cell-2 {
    min-height: 293px;
  }

  .u-section-10 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-10 .u-sheet-1 {
    min-height: 637px;
  }

  .u-section-10 .u-layout-cell-1 {
    min-height: 347px;
  }

  .u-section-10 .u-container-layout-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .u-section-10 .u-gallery-1 {
    width: 320px;
    margin-top: 35px;
    margin-right: 0;
  }

  .u-section-10 .u-layout-cell-2 {
    min-height: 483px;
  }

  .u-section-10 .u-text-1 {
    width: auto;
  }
} .u-section-11 {
  background-image: none;
}

.u-section-11 .u-sheet-1 {
  min-height: 1282px;
}

.u-section-11 .u-text-1 {
  width: 530px;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  margin: 21px auto 0;
}

.u-section-11 .u-layout-wrap-1 {
  margin-top: 39px;
  margin-bottom: 0;
}

.u-section-11 .u-layout-cell-1 {
  min-height: 476px;
}

.u-section-11 .u-container-layout-1 {
  padding: 28px 0;
}

.u-section-11 .u-text-2 {
  line-height: 46.8px;
  font-weight: 700;
  font-size: 2.25rem;
  margin: 6px 39px 0 21px;
}

.u-section-11 .u-text-3 {
  line-height: 1.8;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: normal;
  margin: 16px 39px 0 21px;
}

.u-section-11 .u-layout-cell-2 {
  min-height: 762px;
}

.u-section-11 .u-container-layout-2 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-11 .u-group-1 {
  width: 415px;
  min-height: 591px;
  background-image: none;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
  margin: 29px auto 0 6px;
}

.u-section-11 .u-container-layout-3 {
  padding: 29px 0;
}

.u-section-11 .u-group-2 {
  width: 505px;
  background-image: none;
  min-height: 426px;
  margin: 96px -129px 0 auto;
}

.u-section-11 .u-container-layout-4 {
  padding: 0;
}

.u-section-11 .u-video-1 {
  width: 453px;
  height: 281px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 111px auto 0 20px;
}

.u-section-11 .u-layout-cell-3 {
  min-height: 612px;
}

.u-section-11 .u-container-layout-5 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-11 .u-group-3 {
  width: 440px;
  background-image: none;
  min-height: 489px;
  margin: 81px auto 0 -31px;
}

.u-section-11 .u-container-layout-6 {
  padding: 0;
}

.u-section-11 .u-group-4 {
  width: 479px;
  background-image: none;
  min-height: 502px;
  margin: -573px 1px 0 auto;
}

.u-section-11 .u-container-layout-7 {
  padding: 0;
}

.u-section-11 .u-video-2 {
  height: 311px;
  width: 452px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 143px auto 0 -33px;
}

.u-section-11 .u-layout-cell-4 {
  min-height: 468px;
}

.u-section-11 .u-container-layout-8 {
  padding: 30px 20px;
}

.u-section-11 .u-text-4 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 10px 10px 0;
}

.u-section-11 .u-text-5 {
  line-height: 1.8;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 39px 10px 0;
}

@media (max-width: 1199px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1465px;
  }

  .u-section-11 .u-text-1 {
    font-family: Poppins;
    margin-top: 32px;
  }

  .u-section-11 .u-layout-wrap-1 {
    margin-top: 42px;
    margin-bottom: 21px;
  }

  .u-section-11 .u-layout-cell-1 {
    min-height: 513px;
  }

  .u-section-11 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-11 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-11 .u-layout-cell-2 {
    min-height: 639px;
  }

  .u-section-11 .u-group-1 {
    --animation-custom_in-translate_y: 0px;
  }

  .u-section-11 .u-group-2 {
    width: 479px;
    margin-top: 0;
    margin-right: -80px;
  }

  .u-section-11 .u-video-1 {
    width: 432px;
    margin-top: 117px;
    margin-right: 53px;
  }

  .u-section-11 .u-layout-cell-3 {
    min-height: 645px;
  }

  .u-section-11 .u-container-layout-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-group-3 {
    width: 449px;
  }

  .u-section-11 .u-group-4 {
    width: 449px;
    margin-right: 0;
  }

  .u-section-11 .u-layout-cell-4 {
    min-height: 600px;
  }

  .u-section-11 .u-container-layout-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-text-4 {
    font-size: 2.25rem;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-11 .u-text-5 {
    width: auto;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1182px;
  }

  .u-section-11 .u-text-1 {
    font-size: 3rem;
    margin-top: 50px;
  }

  .u-section-11 .u-layout-wrap-1 {
    margin-top: 23px;
    margin-bottom: 0;
  }

  .u-section-11 .u-layout-cell-1 {
    min-height: 440px;
    order: 0;
  }

  .u-section-11 .u-container-layout-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-text-2 {
    line-height: 1.1;
    font-size: 1.875rem;
    width: auto;
    margin-top: 0;
  }

  .u-section-11 .u-text-3 {
    width: auto;
  }

  .u-section-11 .u-layout-cell-2 {
    min-height: 599px;
    order: 1;
  }

  .u-section-11 .u-container-layout-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-group-1 {
    min-height: 320px;
    width: 180px;
    margin-top: 164px;
    margin-right: -235px;
    margin-left: auto;
  }

  .u-section-11 .u-container-layout-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-11 .u-group-2 {
    width: 243px;
    min-height: 245px;
    margin-top: 49px;
    margin-right: -63px;
  }

  .u-section-11 .u-video-1 {
    width: 278px;
    height: 181px;
    margin-top: 63px;
    margin-right: -35px;
    margin-left: auto;
  }

  .u-section-11 .u-layout-cell-3 {
    min-height: 454px;
    order: 1;
  }

  .u-section-11 .u-group-3 {
    width: 312px;
    min-height: 208px;
    margin-top: -57px;
    margin-left: -367px;
  }

  .u-section-11 .u-group-4 {
    width: 200px;
    min-height: 275px;
    margin-top: -285px;
    margin-right: auto;
    margin-left: -360px;
  }

  .u-section-11 .u-video-2 {
    height: 153px;
    width: 243px;
    margin-top: 93px;
    margin-right: -73px;
    margin-left: auto;
  }

  .u-section-11 .u-layout-cell-4 {
    min-height: 603px;
    order: 0;
  }

  .u-section-11 .u-container-layout-8 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .u-section-11 .u-text-4 {
    font-size: 1.875rem;
    margin-left: 7px;
    margin-right: 7px;
  }

  .u-section-11 .u-text-5 {
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1650px;
  }

  .u-section-11 .u-text-1 {
    font-weight: 600;
  }

  .u-section-11 .u-layout-cell-1 {
    min-height: 331px;
  }

  .u-section-11 .u-layout-cell-2 {
    min-height: 362px;
  }

  .u-section-11 .u-group-1 {
    width: 401px;
    margin: 798px auto -798px 63px;
  }

  .u-section-11 .u-group-2 {
    width: 180px;
    margin-right: 0;
    margin-left: 23px;
  }

  .u-section-11 .u-video-1 {
    width: 366px;
    height: 287px;
    margin-top: -31px;
    margin-right: -183px;
    margin-bottom: -11px;
  }

  .u-section-11 .u-layout-cell-3 {
    min-height: 467px;
  }

  .u-section-11 .u-group-3 {
    margin-top: -689px;
    margin-right: 107px;
    margin-left: auto;
  }

  .u-section-11 .u-group-4 {
    min-height: 274px;
    margin-top: -274px;
    margin-left: 97px;
  }

  .u-section-11 .u-video-2 {
    height: 171px;
    width: 303px;
    margin-top: 0;
    margin-right: -108px;
  }

  .u-section-11 .u-layout-cell-4 {
    min-height: 311px;
  }

  .u-section-11 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-11 .u-sheet-1 {
    min-height: 2140px;
  }

  .u-section-11 .u-text-1 {
    width: 340px;
    font-size: 1.875rem;
  }

  .u-section-11 .u-layout-wrap-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .u-section-11 .u-layout-cell-1 {
    min-height: 510px;
  }

  .u-section-11 .u-text-2 {
    font-size: 1.5rem;
    margin-top: 51px;
  }

  .u-section-11 .u-text-3 {
    margin-top: 439px;
    margin-bottom: -422px;
  }

  .u-section-11 .u-layout-cell-2 {
    min-height: 59px;
  }

  .u-section-11 .u-group-1 {
    min-height: 386px;
    margin-top: 596px;
    margin-bottom: -965px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-11 .u-group-2 {
    min-height: 279px;
    margin-top: 66px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-11 .u-video-1 {
    width: 286px;
    height: 190px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
  }

  .u-section-11 .u-layout-cell-3 {
    min-height: 240px;
  }

  .u-section-11 .u-group-3 {
    min-height: 394px;
    margin-top: -1305px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-11 .u-group-4 {
    min-height: 342px;
    margin-top: -369px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-11 .u-video-2 {
    height: 206px;
    width: 278px;
    margin-right: auto;
  }

  .u-section-11 .u-layout-cell-4 {
    min-height: 811px;
  }

  .u-section-11 .u-container-layout-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-11 .u-text-4 {
    font-size: 1.5rem;
    margin-top: 430px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-11 .u-text-5 {
    margin: 499px 10px -643px;
  }
} .u-section-12 {
  background-image: none;
}

.u-section-12 .u-sheet-1 {
  min-height: 793px;
}

.u-section-12 .u-layout-wrap-1 {
  pointer-events: auto;
  margin-top: 44px;
  margin-bottom: 60px;
}

.u-section-12 .u-layout-cell-1 {
  min-height: 639px;
  pointer-events: auto;
  background-image: none;
}

.u-section-12 .u-container-layout-1 {
  padding: 30px 20px 30px 50px;
}

.u-section-12 .u-video-1 {
  width: 167px;
  height: 262px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 56px auto 0 73px;
}

.u-section-12 .u-image-1 {
  width: 136px;
  height: 262px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -262px 103px 0 auto;
}

.u-section-12 .u-video-2 {
  width: 325px;
  height: 183px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 32px auto 0 73px;
}

.u-section-12 .u-layout-cell-2 {
  min-height: 639px;
  pointer-events: auto;
}

.u-section-12 .u-container-layout-2 {
  padding: 30px 49px;
}

.u-section-12 .u-text-1 {
  text-align: left;
  text-transform: none;
  font-family: Poppins;
  font-size: 3rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: bold;
  margin: 16px 2px 0 0;
}

.u-section-12 .u-shape-1 {
  width: 225px;
  height: 5px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 0;
}

.u-section-12 .u-text-2 {
  line-height: 1.8;
  font-style: normal;
  font-size: 0.875rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 27px 1px 0;
}

@media (max-width: 1199px) {
  .u-section-12 .u-sheet-1 {
    min-height: 644px;
  }

  .u-section-12 .u-layout-cell-1 {
    min-height: 696px;
  }

  .u-section-12 .u-video-1 {
    height: 261px;
    margin-top: 36px;
    margin-left: 23px;
  }

  .u-section-12 .u-image-1 {
    margin-right: 52px;
  }

  .u-section-12 .u-video-2 {
    margin-top: 12px;
    margin-left: 23px;
  }

  .u-section-12 .u-layout-cell-2 {
    min-height: 527px;
  }

  .u-section-12 .u-text-1 {
    font-size: 2.75rem;
    margin-right: 0;
  }

  .u-section-12 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-12 .u-sheet-1 {
    min-height: 763px;
  }

  .u-section-12 .u-layout-wrap-1 {
    margin-bottom: 28px;
  }

  .u-section-12 .u-layout-cell-1 {
    min-height: 780px;
  }

  .u-section-12 .u-container-layout-1 {
    padding-left: 30px;
  }

  .u-section-12 .u-video-1 {
    margin-left: 0;
  }

  .u-section-12 .u-image-1 {
    margin-right: 12px;
  }

  .u-section-12 .u-video-2 {
    width: 310px;
    height: 175px;
    margin-left: 0;
  }

  .u-section-12 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-12 .u-container-layout-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .u-section-12 .u-text-1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .u-section-12 .u-sheet-1 {
    min-height: 1094px;
  }

  .u-section-12 .u-layout-wrap-1 {
    margin-top: 1px;
    margin-bottom: 34px;
  }

  .u-section-12 .u-layout-cell-1 {
    order: 1;
    min-height: 522px;
  }

  .u-section-12 .u-container-layout-1 {
    padding-bottom: 0;
    padding-right: 30px;
  }

  .u-section-12 .u-video-1 {
    margin-top: 30px;
    margin-left: 55px;
  }

  .u-section-12 .u-image-1 {
    margin-top: -261px;
    margin-right: 88px;
  }

  .u-section-12 .u-video-2 {
    margin-top: 8px;
    margin-left: 72px;
  }

  .u-section-12 .u-layout-cell-2 {
    order: 0;
  }

  .u-section-12 .u-text-1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 575px) {
  .u-section-12 .u-sheet-1 {
    min-height: 1061px;
  }

  .u-section-12 .u-layout-wrap-1 {
    margin-bottom: 60px;
  }

  .u-section-12 .u-layout-cell-1 {
    min-height: 415px;
  }

  .u-section-12 .u-container-layout-1 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-12 .u-video-1 {
    width: 141px;
    height: 202px;
    margin-top: 33px;
    margin-left: 27px;
  }

  .u-section-12 .u-image-1 {
    width: 108px;
    height: 202px;
    margin-top: -202px;
    margin-right: 33px;
  }

  .u-section-12 .u-video-2 {
    width: 228px;
    height: 128px;
    margin-top: 27px;
    margin-left: auto;
  }

  .u-section-12 .u-text-1 {
    font-size: 2.25rem;
  }
}