@charset "utf-8";

/* 프리덴다드 폰트 */
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-style: normal;
	src: local('Pretendard Light'), url('/html/aw_inc/font/Pretendard-Light.woff2') format('woff2'), url('/html/aw_inc/font/Pretendard-Light.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-style: normal;
	src: local('Pretendard Regular'), url('/html/aw_inc/font/Pretendard-Regular.woff2') format('woff2'), url('/html/aw_inc/font/Pretendard-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-style: normal;
	src: local('Pretendard Medium'), url('/html/aw_inc/font/Pretendard-Medium.woff2') format('woff2'), url('/html/aw_inc/font/Pretendard-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-style: normal;
	src: local('Pretendard SemiBold'), url('/html/aw_inc/font/Pretendard-SemiBold.woff2') format('woff2'), url('/html/aw_inc/font/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-style: normal;
	src: local('Pretendard Bold'), url('/html/aw_inc/font/Pretendard-Bold.woff2') format('woff2'), url('/html/aw_inc/font/Pretendard-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-style: normal;
	src: local('Pretendard ExtraBold'), url('/html/aw_inc/font/Pretendard-ExtraBold.woff2') format('woff2'), url('/html/aw_inc/font/Pretendard-ExtraBold.woff') format('woff');
}

/* Skip Navigation */
#skip_to_container a {z-index: 100000;position: absolute;top: 0;left: 0;width: 1px;height: 1px;font-size: 0;line-height: 0;overflow: hidden;}
#skip_to_container:hover,#skip_to_container:active,#skip_to_container:focus{width:100%; height:auto; margin:0; padding:5px 0; font-weight:400; font-size:12px; line-height:1; color:#202020; text-decoration:none !important; text-indent:10px}

/* basic */
*,*:before,*:after{box-sizing:border-box;-moz-box-sizing:border-box;outline:none;}
html{font-size:10px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
html,body{margin:0;padding:0;}
body{width:100%;min-width:102.4rem;}
body.main{height:100dvh;overflow:hidden;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,button,p,form,input,textarea,select,img{margin:0;padding:0;}
body,h1,h2,h3,h4,h5,h6,a,p,button,input,textarea,select,td,dt,dd{font:400 1.6rem/1.4 'Pretendard','맑은 고딕','Malgun Gothic','돋움',Dotum,'굴림',Gulim,Arial,Helvetica,Sans-serif;letter-spacing:-.025rem;color:#222;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,blockquote{display:block;padding:0;margin:0;}
figure,picture {font-size:0;line-height:0;}
img{border:0 none;max-width:100%;}
ul,ol{list-style:none;}
em,i{font-style:normal;}
a{text-decoration:none;}
a,p,h1,h2,h3,h4,h5,h6{word-break:keep-all;word-wrap:break-word;}
button{border:0;background:0;vertical-align:middle;cursor:pointer;}
small,.small{font-size:81.25%;}

.mVer {display:none !important;}
.pVer {display:block !important;}
@media only screen and (max-width:840px){
	.mVer {display:block !important;}
	.pVer {display:none !important;}
}


/* library */
	.blind{display:block;overflow:hidden;width:0!important;height:0!important;font-size:0!important;line-height:0!important;margin:0!important;padding:0!important;text-indent:-999px;}
	.hide{display:none!important;}
	.br{display:block;}

	.tal {text-align: left !important; }
	.tac {text-align: center !important}
	.tar {text-align: right !important; }
	.taj {text-align: justify !important; }
	.vam {vertical-align:middle !important;}
	.vat {vertical-align:top !important;}
	.vab {vertical-align:bottom !important;}
	.float_l {float: left; }
	.float_r {float: right; }
	.clear_b {clear: both; float: none; }
	.clear_r {clear: right; float: none;}
	.clear_l {clear: left; float: none;}
	.normal {font-weight: normal;}
	.block {display: block !important;}
	.block_i {display: inline-block !important;}
	.block_n {display: none !important;}
	.bold {font-weight: bold;}
	.deco_l{text-decoration:line-through;}
	.deco_u{text-decoration:underline;}
	.displaynone {display:none !important;}
	.displayflex {display:flex;align-items:center;}
	.displayflex-wrap {flex-wrap:wrap;}
	.displayflex-spw {display:flex;justify-content:space-between;align-items:center;}
	.displayflex-center {align-items:center !important;}
	.displayflex-align-start {align-items:flex-start !important;}
	.displayflex-align-end {align-items:flex-end !important;}
	.displayflex-flex-start {justify-content:flex-start !important;}
	.displayflex-flex-end {justify-content:flex-end !important;}
	.position-re {position:relative !important;}

	.pto {padding-top:0 !important;}

/* ====================================================================================================================================================== */
/* ====================================================================================================================================================== */
/* 기본정보설정 */
	:root {
		--primary-color: #034EA2;
		--assist-color: #4F84BE;
		--point-color: #EF4123;
		--basic-color: #222222;
		
		--f-size-12: 1.2rem;
		--f-size-13: 1.3rem;
		--f-size-14: 1.4rem;
		--f-size-16: 1.6rem;
		--f-size-17: 1.7rem;
		--f-size-18: 1.8rem;
		--f-size-20: 2rem;
		--f-size-22: 2.2rem;
		--f-size-24: 2.4rem;
		--f-size-26: 2.6rem;
		--f-size-28: 2.8rem;
		--f-size-30: 3rem;
		--f-size-32: 3.2rem;
		--f-size-34: 3.4rem;
		--f-size-36: 3.6rem;
		--f-size-38: 3.8rem;
		--f-size-40: 4rem;
		--f-size-50: 5rem;
		--f-size-52: 5.2rem;
		--f-size-64: 6.4rem;
		--f-size-70: 7rem;
		--f-size-80: 8rem;
	}
	
	
/* 얇은 스크롤바 커스텀 :: width >- 4px */
	.scroll-bar-thin::-webkit-scrollbar {width:.4rem;height:.4rem;background-color:unset;border-radius:0;padding:0;  /* 스크롤바의 너비 */}
	.scroll-bar-thin::-webkit-scrollbar-thumb {
		display: block;
		width: .4rem; /* 스크롤바의 길이 */
		background-color:#D6D6D6; /* 스크롤바의 색상 */
		border-radius: .2rem;
		border: 0;
		cursor: default !important;
	}
	.scroll-bar-thin::-webkit-scrollbar-thumb:hover {
		background-color:#000;
		cursor: default !important;
	}
	.scroll-bar-thin::-webkit-scrollbar-track {
		background-color: transparent;  /*스크롤바 뒷 배경 색상*/
		border-radius: .5rem;
	}
	.scroll-bar-thin::-webkit-scrollbar-button:start:decrement, 
	.scroll-bar-thin::-webkit-scrollbar-button:end:increment {
		/*  스크롤의 화살표가 포함된 영역   */
		display: none;
	}
	.scroll-bar-thin::-webkit-scrollbar-button:start:decrement {
	}
	.scroll-bar-thin::-webkit-scrollbar-button:end:increment {
	}

	/* 셀렉트 박스내 스크롤일 경우 */
	.scroll-bar-style.select-scroll-checkbox {margin-right:.4rem;}
	.scroll-bar-style.select-scroll-checkbox::-webkit-scrollbar {width:.4rem;height:.4rem;border-radius:.4rem;  /* 스크롤바의 너비 */}
	.scroll-bar-style.select-scroll-checkbox::-webkit-scrollbar-thumb {
		width: .4rem; /* 스크롤바의 길이 */
		border-radius: .4rem;
	}
	.scroll-bar-style.select-scroll-checkbox::-webkit-scrollbar-button:start:decrement {
		/*  스크롤의 화살표가 포함된 영역   */
		display: none;
	}
	.scroll-bar-style.select-scroll-checkbox::-webkit-scrollbar-button:end:increment {
		/*  스크롤의 화살표가 포함된 영역   */
		width: .4rem;
		height: 1rem;
		background: none;
	}


/* ====================================================================================================================================================== */
/* LAYOUT [S] { */

	#container {width:100%;height:100dvh}
	
	/* Header */
		#sHead {position:fixed;top:0;left:0;display:flex;align-items:center;width:100%;height:9.5rem;background-color:rgba(255,255,255,0);transition:all .45s .0s ease-in-out;z-index:5;}

		/* GNB */
		#sHead .gnb-bg {content:"";display:none;position:absolute;top:0;left:0;width:100%;height:30rem;background-color:rgba(255,255,255,1);border-bottom:1px solid #eee;box-shadow:0 0 1.5rem rgba(0,0,0,.12);z-index:-1;}
		#sHead .inner {max-width:144rem;min-width:102.4rem;width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;}
		#sHead .logo {position:relative;}
		#sHead .logo .logo-img {transition:all .45s .0s ease-in-out;}
		#container.sHead-hide #sHead {transform:translateY(-100%);}
		#container.white #sHead .logo .logo-img {filter: brightness(0) invert(1);}
		#container.mOver #sHead .logo .logo-img {filter: brightness(1) invert(0);}
		#container.blur #sHead,
		body:not(.main) #container #sHead {background-color:rgba(255,255,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
		#sHead .logo a {display:flex;}
		
		/* GNB */
		#sHead #gnb {display:flex;align-items:center;gap:6.8rem;}
		
		/* ==> 1 depth */
		#sHead #gnb ul.oneDepth {display:flex;align-items:start;}
		#sHead #gnb ul.oneDepth > li {position:relative;display:inline-block;padding:0 2rem;}

		#sHead #gnb ul.oneDepth > li > a {
			position: relative;
			display: inline-block;
			color: var(--basic-color);
			font-size: var(--f-size-20);
			line-height: 4.1rem;
			letter-spacing: 0;
			font-weight: 600;
			text-decoration: underline;
			text-decoration-thickness: 2px;
			text-underline-offset: 1rem;
			text-decoration-color: transparent;
			transition:all .45s .0s ease-in-out;
		}
		#sHead #gnb ul.oneDepth > li.show > a,
		#sHead #gnb ul.oneDepth > li.selected > a {
			color: var(--primary-color);
			text-decoration-color: var(--primary-color);
		}
		#sHead #gnb ul.oneDepth > li.hidden > a {
			color: var(--basic-color);
			text-decoration-color: var(--basic-color);
		}
		
			#container.white #sHead #gnb ul.oneDepth > li > a {
				color: #fff;
			}
			#container.white #sHead #gnb ul.oneDepth > li.show > a,
			#container.white #sHead #gnb ul.oneDepth > li.selected > a {
				color: var(--primary-color);
			}
			/*#container.white #sHead #gnb ul.oneDepth > li.hidden > a {
				color: var(--primary-color);
			}*/
			
			#container.mOver #sHead #gnb ul.oneDepth > li > a {
				color: var(--normal-color);
			}
			#container.mOver #sHead #gnb ul.oneDepth > li.show > a,
			#container.mOver #sHead #gnb ul.oneDepth > li.selected > a {
				color: var(--primary-color);
			}
			#container.mOver #sHead #gnb ul.oneDepth > li.hidden > a {
				color: var(--basic-color);
			}

		/* ==> 2 depth */
		#sHead #gnb .twoDepth {
			display: none;
			position: absolute;
			top: 100%;
			left: 2rem;
			padding-top: 3rem;
			z-index: 3;
		}

		#sHead #gnb .twoDepth > ul {
			display: grid;
			grid-auto-flow: column;
			grid-template-rows: repeat(4, auto);
			gap: 1.8rem 2rem;
		}
		#sHead #gnb .twoDepth > ul > li {
			position: relative;
			width: 17rem;
		}
		#sHead #gnb .twoDepth > ul > li > a {
			color: #666;
			font-size: var(--f-size-18);
			line-height: 2.2rem;
			height: 2.2rem;
			white-space: nowrap;
		}
		#sHead #gnb .twoDepth > ul > li > a:hover,
		#sHead #gnb .twoDepth > ul > li.selected > a {color:var(--point-color);}
		#sHead #gnb .twoDepth > ul > li.selected > a {font-weight:600;}
		
		/* ==> 3 depth */
		#sHead #gnb .threeDepth {display:none;}

		/* UTIL */
		#sHead .util {display:flex;align-items:start;gap:2rem;}
		#sHead .util a {color:var(--assist-color);font-size:var(--f-size-16);font-weight:500;transition:all .45s .0s ease-in-out;}
		#sHead .util a.lang {font-size:var(--f-size-14);text-decoration:underline;text-underline-offset:.4rem;text-decoration-color:#888;}
		
			#container.white #sHead .util a {color:rgba(255,255,255,.7);}
			#container.white #sHead .util a.lang {text-decoration-color:rgba(255,255,255,.7);}
			
			#container.mOver #sHead .util a {color:var(--assist-color);}
			#container.mOver #sHead .util a.lang {text-decoration-color:#888;}


	/* FOOTER */
		#sFoot {width:100%;padding:4rem 2rem 8.8rem;background-color:#555;}
		#sFoot .inner {display:grid;grid-template-columns:1fr;gap:12rem;max-width:144rem;width:100%;height:auto;margin:0 auto;}
		#sFoot .inner .top-area {display:flex;justify-content:space-between;align-items:center;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);}
		#sFoot .inner .top-area .f-link-area {display:inline-flex;gap:2.8rem;}
		#sFoot .inner .top-area .f-link-area a {color:#c0c0c0;font-size:var(--f-size-18);}
		#sFoot .inner .top-area .f-social {display:inline-flex;gap:4rem;align-items:start;}
		#sFoot .inner .top-area .f-social a {display:inline-flex;}
		#sFoot .inner .bottom-area {position:relative;display:grid;grid-template-columns:1fr;gap:5.5rem;}
		#sFoot .inner .bottom-area .address p {color:#DEDEDE;font-size:var(f-size-16);text-align:left;font-weight:500;}
		#sFoot .inner .bottom-area .address p.copy {color:#757575;margin-top:1.2rem;}
		#sFoot .inner .bottom-area .family-site {
			position:absolute;top:0;right:0;max-width:22.1rem;width:100%;border:1px solid #5d5d5d;border-radius:1rem;background-color:#444;
			-o-transition: border-radius .35s .35s linear;
			-ms-transition: border-radius .35s .35s linear;
			-moz-transition: border-radius .35s .35s linear;
			-webkit-transition: border-radius .35s .35s linear;
			transition: border-radius .35s .35s linear;
		}
		#sFoot .inner .bottom-area .family-site > a {position:relative;display:block;color:#fff;font-size:var(--f-size-18);font-weight:700;line-height:4.6rem;padding:0 2.3rem;}
		#sFoot .inner .bottom-area .family-site > a:before {content:"";position:absolute;top:50%;right:2rem;transform:translate(0,-50%) rotate(0deg);width:1.2rem;height:1.2rem;background:url('/html/aw_img/renew/images/common/ico-familysite.svg') no-repeat center center;transition:all .45s .0s ease-in-out;}
		#sFoot .inner .bottom-area .family-site.active > a:before {transform:translate(0,-50%) rotate(225deg);}
		#sFoot .inner .bottom-area .family-site > ul {display:none;position:absolute;left:-1px;bottom:calc(100% - 1px);width:calc(100% + 2px);padding:1rem 0 2rem;z-index:1;border:1px solid #5d5d5d;border-bottom:0;border-radius:1rem 1rem 0 0;background-color:#444;}
		#sFoot .inner .bottom-area .family-site > ul li + li {margin-top:1rem;}
		#sFoot .inner .bottom-area .family-site > ul a {display:block;color:#fff;font-size:var(--f-size-18);line-height:3rem;padding:0 2.3rem;}
		#sFoot .inner .bottom-area .family-site.active {
			border-radius:0 0 1rem 1rem;
			-o-transition: border-radius .35s .0s linear;
			-ms-transition: border-radius .35s .0s linear;
			-moz-transition: border-radius .35s .0s linear;
			-webkit-transition: border-radius .35s .0s linear;
			transition: border-radius .35s .0s linear;
		}
		
		@media only screen and (max-width : 1320px){
			#sFoot .inner .top-area .f-link-area,
			#sFoot .inner .top-area .f-social {gap:2rem;}
		}
		@media only screen and (max-width : 1240px){
			#sFoot .inner .top-area {flex-direction:column;gap:4rem;}
			#sFoot .inner .top-area .f-social {gap:4rem;}
		}
		@media only screen and (max-width : 1080px){
			#sHead #gnb {gap:2rem;}
			#sHead #gnb ul.oneDepth > li {padding:0 1.4rem;}
			#sFoot .inner .top-area .f-link-area a {font-size:var(--f-size-17)}
		}

	/* SIDE-POPUP */
		#side-popup {position:absolute;top:50vh;right:-100vw;transform:translate(100%,-50%);z-index:3;transition:all .45s .0s ease-in-out;}
		#side-popup.show {right:0;}
		#side-popup .inner {position:relative;width:37rem;padding-left:1rem;background-color:rgba(0,0,0,.2);border-radius:2rem 0 0 2rem;}
		#side-popup .inner a.toggle {position:absolute;top:5.6rem;right:100%;background-color:var(--primary-color);border-radius:1.2rem 0 0 1.2rem;padding:1.8rem 1.2rem;color:#fff;font-size:var(--f-size-16);height:11.8rem;}
		#side-popup .inner a.toggle:before {content:"";position:absolute;bottom:1.8rem;left:50%;transform:translate(-50%,0) rotate(0);transform-origin:50% 50%;width:2.4rem;height:2.4rem;background:url('/html/aw_img/renew/images/common/side-popup-close.svg') no-repeat center center/contain;transition:all .75s .0s ease-in-out;}
		#side-popup .inner h5 {color:#fff;font-size:var(--f-size-20);font-weight:600;line-height:5.6rem;padding-left:1.8rem;}
		#side-popup .inner .conts .swiper-container {overflow:hidden;}
		#side-popup .inner .conts .swiper-container .swiper-wrapper {display:flex;font-size:0;line-height:0;}
		#side-popup .inner .conts .swiper-container .swiper-wrapper .swiper-slide {min-width:100%;min-height:100%;}
		#side-popup .inner .conts .swiper-container .swiper-wrapper .swiper-slide a {display:flex;}
		#side-popup .inner .conts .controll {display:flex;justify-content:space-between;align-items:center;padding:1.5rem;}
		#side-popup .inner .conts .controll .btn-wrap {display:flex;gap:2rem;}
		#side-popup .inner .conts .controll .btn-wrap [class^="swiper"] {text-indent:-500%;overflow:hidden;width:2rem;height:2rem;cursor:pointer;}
		#side-popup .inner .conts .controll .btn-wrap .swiper-popup-prev {background:url('/html/aw_img/renew/images/common/side-popup-prev.svg') no-repeat center center/cover;}
		#side-popup .inner .conts .controll .btn-wrap .swiper-popup-next {background:url('/html/aw_img/renew/images/common/side-popup-next.svg') no-repeat center center/cover;}
		#side-popup .inner .conts .controll .btn-wrap .swiper-btn {background:url('/html/aw_img/renew/images/common/side-popup-pause.svg') no-repeat center center/cover;}
		#side-popup .inner .conts .controll .btn-wrap .swiper-btn.pause {background:url('/html/aw_img/renew/images/common/side-popup-play.svg') no-repeat center center/cover;}
		#side-popup .inner .conts .controll .pagging .swiper-pagination {position:relative;}
		#side-popup .inner .conts .controll .pagging .swiper-pagination-bullet {color:#fff;font-size:var(--f-size-18);line-height:2rem;font-weight:300;display:none;}
		#side-popup .inner .conts .controll .pagging .swiper-pagination-bullet i {color:rgba(255,255,255,.4);}
		#side-popup .inner .conts .controll .pagging .swiper-pagination-bullet.swiper-pagination-bullet-active {display:block;}
		
		#side-popup.active {transform:translate(0,-50%);}
		#side-popup.active .inner a.toggle:before {transform:translate(-50%,0) rotate(-405deg);}
		
		/* 서브페이지일 경우 */
		#container.sub #side-popup {position:fixed;top:50%;}

/* } LAYOUT [E] */
/* ====================================================================================================================================================== */







:root {
	--swiper-pagination-bullet-border-radius: 0;
	--swiper-pagination-bullet-height: auto;
	--swiper-pagination-bullet-size: auto;
	--swiper-pagination-bullet-horizontal-gap: auto;
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-inactive-opacity: auto;
	--swiper-pagination-color: transparent;
	--swiper-pagination-top: auto;
	--swiper-pagination-bottom: auto;
}

/*!
 * fullPage 4.0.20
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;display:block}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-table{display:flex;flex-direction:column;justify-content:center;width:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-prev{left:15px}.fp-next{right:15px}.fp-arrow{width:0;height:0;border-style:solid}.fp-arrow.fp-prev{border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-arrow.fp-next{border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;top:50%;opacity:1;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translate3d(0,-50%,0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-is-overflow.fp-section{height:auto!important}.fp-scrollable .fp-section,.fp-scrollable .fp-slide,.fp-scrollable.fp-responsive .fp-is-overflow.fp-section{height:100vh;height:calc(var(--vh,1vh) * 100)}.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]){min-height:100vh;min-height:calc(var(--vh,1vh) * 100)}.fp-overflow{justify-content:flex-start;max-height:100vh}.fp-scrollable .fp-auto-height .fp-overflow{max-height:none}.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow>.fp-overflow{overflow-y:auto}.fp-overflow{outline:0}.fp-overflow.fp-table{display:block}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important;min-height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-scroll-mac .fp-overflow::-webkit-scrollbar{background-color:transparent;width:9px}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track{background-color:transparent}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:16px;border:4px solid transparent}.fp-warning,.fp-watermark{z-index:9999999;position:absolute;bottom:0}.fp-warning,.fp-watermark a{text-decoration:none;color:#000;background:rgba(255,255,255,.6);padding:5px 8px;font-size:14px;font-family:arial;color:#000;display:inline-block;border-radius:3px;margin:12px}.fp-noscroll .fp-overflow{overflow:hidden}
/*# sourceMappingURL=fullpage.min.css.map */


/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
