@charset "utf-8";
/* CSS Document */


/*ABOUT*/

	/*TITLE*/
	.about .content_about {padding-top: 170px; background-color: var(--white);}
		.about .content_about .section_title {display: flex; align-items: center; justify-content: center; padding: 25px 0;}
			.about .content_about .section_title hr {width: 100%; border-color: var(--white); border-width: 2px;}
			.about .content_about .section_title h1 {font-size: 5.125rem; color: var(--white); padding: 0 20px;}

		/*Animations*/
		.about .content_about {transition: background 0.5s ease-in-out;}
			.about .content_about.show {background-color: var(--pink);}

		.about .content_about .section_title hr {transition: all 0.5s 0.5s ease-in-out; transform: scale(0);}
			.about .content_about.show .section_title hr {transform: scale(1);}

		.about .content_about .section_title h1 {transition: opacity 0.8s 0.5s ease-in-out; opacity: 0;}
			.about .content_about.show .section_title h1 {opacity: 1;}

	/*INTRO*/
	.about .content_intro {padding: 95px 0 36px;}
		.about .content_intro .content_text {display: flex; align-items: flex-start; justify-content: center; gap: 120px;}
			.about .content_intro .content_text p {width: 50%; font-weight: 400; font-size: 1.25rem; margin:0 0 30px;}

		/*Animations*/
		.about .content_intro .content_text p {transition: opacity 0.5s 0.5s ease-in-out; opacity: 0;}
			.about .content_intro.show .content_text p {opacity: 1;}

	/*PURPOSE*/
	.about .content_purpose h3 {color:var(--black); font-size:3.750rem; position:relative; margin:0 0 40px; width: 80%;}
		/*Line*/
		.about .content_purpose h3::before {width:100%; height:2px; background:var(--pink); position:absolute; left:0; bottom:70px; content:'';}
			.about .content_purpose h3 .animation_text02 {font-family:'boisterous_scriptregular', serif; font-weight:400; font-size:6.250rem; color:var(--pink); position:relative; z-index:2;}
			.about .content_purpose h3 .ornament_pearl {position: absolute; bottom: 48px; width: 45px; right: 190px; z-index: 2;}

		/*Intro Animation*/
			.about .content_purpose h3 .animation_text01,
			.about .content_purpose h3 .animation_text02,
			.about .content_purpose h3::before{transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1); -webkit-transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1);}

			.about .content_purpose .ornament_pearl{transition:all 0.3s 0.5s ease-in-out; -webkit-transition:all 0.3s 0.5s ease-in-out; opacity: 0;}
				.about .content_purpose.show .ornament_pearl{opacity: 1;}

			.about .content_purpose .aside_image{transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1); -webkit-transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
			
			.about .content_purpose .content_women_image{transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;}
			
			.about .content_purpose h4,
			.about .content_purpose .content_button{transition:all 1s ease-in-out; -webkit-transition:all 1s ease-in-out;}

				/*Heading*/
				.about .content_purpose h3 .animation_text01{opacity:0; transform:translateX(-40px); -webkit-transform:translateX(-40px); display:inline-block;}
				.about .content_purpose.show h3 .animation_text01{opacity:1; transform:translateX(0);}

				.about .content_purpose h3 .animation_text02{opacity:0;}
				.about .content_purpose.show h3 .animation_text02{opacity:1;}

				.about .content_purpose h3::before{transform:scaleX(0); -webkit-transform:scaleX(0); transform-origin:left; -webkit-transform-origin:left;}
				.about .content_purpose.show h3::before{transform:scaleX(1); -webkit-transform:scaleX(1);}

					/*Delays*/
					.about .content_purpose h3 .animation_text01{transition-delay:0.1s; -webkit-transition-delay:0.1s;}

					.about .content_purpose h3 .animation_text02{transition-delay:0.5s; -webkit-transition-delay:0.5s;}

					.about .content_purpose h3::before{transition-delay:0s; -webkit-transition-delay:0s;}

	.about .content_purpose .content_container {display: flex; align-items: flex-start; justify-content: center; gap: 72px; margin-top: -130px;}
		.about .content_purpose .content_half {width: 50%;}
		.about .content_purpose .content_container:nth-of-type(1) .content_half:nth-child(1),
		.about .content_purpose .content_container:nth-of-type(2) .content_half:nth-child(2) p {max-width: 522px;}
			.about .content_purpose .content_half img {width: 100%;} 
			.about .content_purpose .content_half p,
			.about .content_purpose .content_half li {font-weight: 400; font-size: 1.25rem; line-height: 1.4;}
			.about .content_purpose .content_half ul {list-style-type: disc; margin-top: 64px; padding-left: 20px;}
				.about .content_purpose .content_half ul li {margin-bottom: 20px; padding-left: 35px;}
		.about .content_purpose .content_container + .content_container {padding-top: 100px; margin-top: 0;}
	.about .content_purpose .content_container:nth-of-type(1) .content_half:nth-child(1) {padding-top: 100px;}

	.about .content_purpose .content_half p{margin:0 0 30px;}



	/*Animations*/
	.about .content_purpose .content_half figure {transition: opacity 0.3s 0.5s ease-in-out; opacity: 0;}
		.about .content_purpose .content_container.show .content_half figure {opacity: 1;}
	.about .content_purpose .content_half p,
	.about .content_purpose .content_half li {transition: all 0.3s 0.5s ease-in-out; opacity: 0; transform: translateY(20px);}
		.about .content_purpose .content_container.show .content_half p,
		.about .content_purpose .content_container.show .content_half li {opacity: 1; transform: translateY(0);}

		/*Delays*/
		.about .content_purpose .content_container.show .content_half li:nth-child(1) {transition-delay: 0.4s;}
		.about .content_purpose .content_container.show .content_half li:nth-child(2) {transition-delay: 0.5s;}
		.about .content_purpose .content_container.show .content_half li:nth-child(3) {transition-delay: 0.6s;}
		.about .content_purpose .content_container.show .content_half li:nth-child(4) {transition-delay: 0.7s;}
		.about .content_purpose .content_container.show .content_half li:nth-child(5) {transition-delay: 0.8s;}
		.about .content_purpose .content_container.show .content_half li:nth-child(6) {transition-delay: 0.9s;}

	/*FOUNDERS*/
	.about .content_founders {background-color: var(--white); margin-top: 150px; padding: 96px 0;}
		.about .content_founders .center_content {display: flex; gap:120px;}
			.about .content_founders .content_info {width: 338px;}
			.about .content_founders .main {width: calc(100% - 458px); text-align: center;}
			/*Heading*/
			.about .content_founders .content_heading{height:100px; background:var(--pink); z-index:4; display:flex; align-items:center; margin-top: -200px; margin-bottom: 96px;}
				.about .content_founders .content_heading h3{font-size:3.750rem; color:var(--white); display: flex; align-items: center; justify-content: center; gap: 31px;}
					.about .content_founders .content_heading h3 .animation_text02{font-family:'boisterous_scriptregular', serif; font-weight:400; font-size:6.250rem; color:var(--dark-pink);}
				/*Pearl Ornaments*/
				.about .content_founders .content_heading .ornament_pearl{position:absolute; z-index:3;}
				.about .content_founders .content_heading .pearl01{width:67px; right:-34px; top:-35px;}
				.about .content_founders .content_heading .pearl02{width:33px; right:-16px; top:85px;}
			.about .content_founders .content_info {color: var(--white); font-size: 1.25rem; line-height: 1.4; font-weight: 700;}
				.about .content_founders .content_info .btn_founders {margin-top: 55px;}

		/*Animations*/
		.about .content_founders {transition: background 0.5s ease-in-out;}
			.about .content_founders.show {background: var(--green);}
		.about .content_founders .main,
		.about .content_founders .content_info {transition: opacity 0.5s ease-in-out; opacity: 0;}
			.about .content_founders.show .main,
			.about .content_founders.show .content_info {opacity: 1;}
		/*Delays*/
		.about .content_founders .content_info {transition-delay: 0.5s}

	/*CARDS*/
	.about .content_cards{padding:60px 0 150px;}

		/*Pearl Ornaments*/
		.about .content_cards .ornament_pearl{position:absolute; z-index:3;}

		.about .content_cards .pearl01{width:29px; right:110px; top: -15px;}

		.about .content_cards .pearl02{width:29px; right:45px; top: -15px;}

		.about .content_cards .pearl03{width:38px; right:-2px; top: -19px;}

		/*Line*/
		.about .content_cards hr {width:100%; height:1px; border-width: 2px; border-color:var(--pink); margin-bottom: 50px;}

		/*Items*/
		.about .content_cards .content_items{display:flex; justify-content:space-between; list-style:none; padding:0; margin:0;}

			.about .content_cards .content_items li{width:340px; height:480px; display:flex; flex-wrap:wrap; background:var(--pink); padding:0; margin:0;}

				/*Image*/
				.about .content_cards .content_items li figure{height:230px; overflow:hidden;}

					.about .content_cards .content_items li figure img{width:100%; height:100%; object-fit:cover;}

				/*Information*/
				.about .content_cards .content_items li .content_information{padding:15px 20px;}

					/*Heading*/
					.about .content_cards .content_items li .content_information h4{height:70px; font-size:1.750rem; border-bottom:var(--white) 1px solid; line-height:1.1; word-wrap:break-word; margin:0 0 15px;}

					/*Description*/
					.about .content_cards .content_items li .content_information p{height:60px; font-weight:500; font-size:0.875rem; line-height:1.4; margin:0 0 25px;}

		/*Intro Animation*/
		.about .content_cards{background:var(--white); transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}

			.about .content_cards hr{transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1); -webkit-transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1);}
			
			.about .content_cards .content_items{transition:all 1s ease-in-out; -webkit-transition:all 1s ease-in-out;}

			.about .content_cards .ornament_pearl{transition:all 0.3s 0.5s ease-in-out; -webkit-transition:all 0.3s 0.5s ease-in-out; opacity: 0;}
				.about .content_cards.show .ornament_pearl{opacity: 1;}

				/*line*/
				.about .content_cards hr{transform:scaleX(0); -webkit-transform:scaleX(0); transform-origin:left; -webkit-transform-origin:left;}
				.about .content_cards.show hr{transform:scaleX(1); -webkit-transform:scaleX(1);}

					/*Delays*/
					.about .content_cards hr{transition-delay:0s; -webkit-transition-delay:0s;}

				/*Pearls*/
				.about .content_cards .ornament_pearl{opacity:0;}
				.about .content_cards.show .ornament_pearl{opacity:1;}

				/*Items*/
				.about .content_cards .content_items{opacity:0;}
				.about .content_cards.show .content_items{opacity:1;}

					/*Delay*/
					.about .content_cards .content_items{transition-delay:0.5s; -webkit-transition-delay:0.5s;}

	/*LEADERSHIP*/
	/*Pearl Ornaments*/
	.about .content_leadership .ornament_pearl{position:absolute; z-index:3;}

	.about .content_leadership .pearl01{width:76px; right:-2px; bottom: 45px;}

	.about .content_leadership .pearl02{width:19px; right:90px; bottom: 71px;}

	/*Headings*/
	.about .content_leadership h3{font-size:3.750rem; margin:60px 0 100px; position:relative; margin:0 0 40px; color:var(--black);}

		.about .content_leadership h3 .animation_text02{font-family:'boisterous_scriptregular', serif; font-weight:400; font-size:6.250rem; color:var(--pink); position:relative; z-index:2;}

		/*Line*/
		.about .content_leadership h3::before{width:100%; height:2px; background:var(--pink); position:absolute; left:0; bottom:70px; content:'';}

		/*Animations*/
		.about .content_leadership h3 .animation_text01,
		.about .content_leadership h3 .animation_text02,
		.about .content_leadership h3::before{transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1); -webkit-transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1);}

		.about .content_leadership .ornament_pearl{transition:all 0.3s 0.5s ease-in-out; -webkit-transition:all 0.3s 0.5s ease-in-out; opacity: 0;}
			.about .content_leadership.show .ornament_pearl{opacity: 1;}
			/*Heading*/
			.about .content_leadership h3 .animation_text01{opacity:0; transform:translateX(-40px); -webkit-transform:translateX(-40px); display:inline-block;}
			.about .content_leadership.show h3 .animation_text01{opacity:1; transform:translateX(0);}

			.about .content_leadership h3 .animation_text02{opacity:0;}
			.about .content_leadership.show h3 .animation_text02{opacity:1;}

			.about .content_leadership h3::before{transform:scaleX(0); -webkit-transform:scaleX(0); transform-origin:left; -webkit-transform-origin:left;}
			.about .content_leadership.show h3::before{transform:scaleX(1); -webkit-transform:scaleX(1);}

				/*Delays*/
				.about .content_leadership h3 .animation_text01{transition-delay:0.1s; -webkit-transition-delay:0.1s;}

				.about .content_leadership h3 .animation_text02{transition-delay:0.5s; -webkit-transition-delay:0.5s;}

				.about .content_leadership h3::before{transition-delay:0s; -webkit-transition-delay:0s;}

			/*Pearls*/
			.about .content_leadership .ornament_pearl{opacity:0;}
			.about .content_leadership.show .ornament_pearl{opacity:1;}

			.about .content_leadership .btn_leadership{margin-top: 63px;}

		/*Animations*/
		.about .content_leadership figure {transition: opacity 0.3s 0.5s ease-in-out; opacity: 0;}
			.about .content_leadership.show figure {opacity: 1;}

	/*PRESIDENTS*/
	.about .content_presidents {background-color: var(--white); padding: 100px 0; margin-top: 165px;}
		.about .content_presidents h3 {color:var(--white); font-size:3.750rem; position:relative; margin:0 0 40px; width: 100%;}
		/*Line*/
		.about .content_presidents h3::before {width:70%; height:2px; background:var(--white); position:absolute; left:0; bottom:70px; content:'';}
			.about .content_presidents h3 .animation_text02 {font-family:'boisterous_scriptregular', serif; font-weight:400; font-size:6.250rem; color:var(--dark-pink); position:relative; z-index:2; margin-left: -60px;}
			.about .content_presidents h3 .ornament_pearl {position: absolute; bottom: 55px; width: 29px; right: calc(35% + 40px); z-index: 2;}
			.about .content_presidents h3 .pearl02 {right: calc(35% + 72px);}

		/*Animations*/
		.about .content_presidents h3 .animation_text01,
		.about .content_presidents h3 .animation_text02,
		.about .content_presidents h3::before{transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1); -webkit-transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1);}

		.about .content_presidents .ornament_pearl{transition:all 0.3s 0.5s ease-in-out; -webkit-transition:all 0.3s 0.5s ease-in-out; opacity: 0;}
			.about .content_presidents.show .ornament_pearl{opacity: 1;}
			/*Heading*/
			.about .content_presidents h3 .animation_text01{opacity:0; transform:translateX(-40px); -webkit-transform:translateX(-40px); display:inline-block;}
			.about .content_presidents.show h3 .animation_text01{opacity:1; transform:translateX(0);}

			.about .content_presidents h3 .animation_text02{opacity:0;}
			.about .content_presidents.show h3 .animation_text02{opacity:1;}

			.about .content_presidents h3::before{transform:scaleX(0); -webkit-transform:scaleX(0); transform-origin:left; -webkit-transform-origin:left;}
			.about .content_presidents.show h3::before{transform:scaleX(1); -webkit-transform:scaleX(1);}

				/*Delays*/
				.about .content_presidents h3 .animation_text01{transition-delay:0.1s; -webkit-transition-delay:0.1s;}

				.about .content_presidents h3 .animation_text02{transition-delay:0.5s; -webkit-transition-delay:0.5s;}

				.about .content_presidents h3::before{transition-delay:0s; -webkit-transition-delay:0s;}

		.about .content_presidents .content_container {display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: -125px;}
		.about .content_presidents .content_half {width: 40%;}
		.about .content_presidents .content_half + .content_half {width: 60%;}
			.about .content_presidents .content_half p {margin:0 0 30px; font-size: 1.25rem; line-height: 1.4;}
			.about .content_presidents .content_half .btn_presidents {margin-top: 100px;}

		/*Animations*/
		.about .content_presidents {transition: background 0.5s ease-in-out;}
			.about .content_presidents.show {background: var(--pink);}
		.about .content_presidents figure,
		.about .content_presidents p {transition: opacity 0.3s 0.5s ease-in-out; opacity: 0;}
			.about .content_presidents.show figure,
			.about .content_presidents.show p {opacity: 1;}

	/*OUR SISTERS*/
	.about .content_sisters {margin-top: 87px;}
	/*Pearl Ornaments*/
	.about .content_sisters .ornament_pearl{position:absolute; z-index:3;}

	.about .content_sisters .pearl01{width:76px; right:-2px; bottom: 35px;}

	.about .content_sisters .pearl02{width:19px; right:90px; bottom: 61px;}

	/*Headings*/
	.about .content_sisters h3{font-size:3.750rem; margin:60px 0 100px; position:relative; margin:0 0 40px; color:var(--black);}

		.about .content_sisters h3 .animation_text02{font-family:'boisterous_scriptregular', serif; font-weight:400; font-size:6.250rem; color:var(--pink); position:relative; z-index:2;}

		/*Line*/
		.about .content_sisters h3::before{width:100%; height:2px; background:var(--pink); position:absolute; left:0; bottom:70px; content:'';}

		/*Animations*/
		.about .content_sisters h3 .animation_text01,
		.about .content_sisters h3 .animation_text02,
		.about .content_sisters h3::before{transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1); -webkit-transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1);}

		.about .content_sisters .ornament_pearl{transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
			/*Heading*/
			.about .content_sisters h3 .animation_text01{opacity:0; transform:translateX(-40px); -webkit-transform:translateX(-40px); display:inline-block;}
			.about .content_sisters.show h3 .animation_text01{opacity:1; transform:translateX(0);}

			.about .content_sisters h3 .animation_text02{opacity:0;}
			.about .content_sisters.show h3 .animation_text02{opacity:1;}

			.about .content_sisters h3::before{transform:scaleX(0); -webkit-transform:scaleX(0); transform-origin:left; -webkit-transform-origin:left;}
			.about .content_sisters.show h3::before{transform:scaleX(1); -webkit-transform:scaleX(1);}

				/*Delays*/
				.about .content_sisters h3 .animation_text01{transition-delay:0.1s; -webkit-transition-delay:0.1s;}

				.about .content_sisters h3 .animation_text02{transition-delay:0.5s; -webkit-transition-delay:0.5s;}

				.about .content_sisters h3::before{transition-delay:0s; -webkit-transition-delay:0s;}

			/*Pearls*/
			.about .content_sisters .ornament_pearl{opacity:0;}
			.about .content_sisters.show .ornament_pearl{opacity:1;}
	/*Carousel*/
	.about .content_sisters .splide__arrow--prev {left: calc(50% - 36vw); top: 18vw; background: none;}
	.about .content_sisters .splide__arrow--next {right: calc(50% - 35vw); top: 18vw; background: none;}
	.about .content_sisters .splide__arrow--prev svg,
	.about .content_sisters .splide__arrow--next svg {width: 30px; height: 59px;}
	.about .content_sisters .splide__arrow--prev svg {transform: scaleX(-1.5) scaleY(1.5);}
	.about .content_sisters .splide__arrow--next svg {transform: scale(1.5);}
	.about .content_sisters .splide__slide {opacity: 0.4; transition: opacity .4s;}
	.about .content_sisters .splide__slide.is-active {opacity: 1;}

	/*Animations*/
	.about .content_sisters .splide {transition: opacity 0.3s 0.5s ease-in-out; opacity: 0;}
		.about .content_sisters.show .splide {opacity: 1;}

	/*QUICK FACTS*/
	.about .content_facts {margin-bottom: 173px; margin-top: 120px;}
		/*Pearl Ornaments*/
		.about .content_facts .ornament_pearl{position:absolute; z-index:3;}

		.about .content_facts .pearl01{width:30px; right:-2px; bottom: 55px;}

		.about .content_facts .pearl02{width:50px; right:60px; bottom: 47px;}

		/*Headings*/
		.about .content_facts h3{font-size:3.750rem; margin:60px 0 100px; position:relative; margin:0 0 40px; color:var(--black);}

			.about .content_facts h3 .animation_text02{font-family:'boisterous_scriptregular', serif; font-weight:400; font-size:6.250rem; color:var(--pink); position:relative; z-index:2;}

			/*Line*/
			.about .content_facts h3::before{width:100%; height:2px; background:var(--pink); position:absolute; left:0; bottom:70px; content:'';}

			/*Animations*/
			.about .content_facts h3 .animation_text01,
			.about .content_facts h3 .animation_text02,
			.about .content_facts h3::before{transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1); -webkit-transition:all 1s cubic-bezier(0.25, 0.1, 0.1, 1);}

			.about .content_facts .ornament_pearl{transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
				/*Heading*/
				.about .content_facts h3 .animation_text01{opacity:0; transform:translateX(-40px); -webkit-transform:translateX(-40px); display:inline-block;}
				.about .content_facts.show h3 .animation_text01{opacity:1; transform:translateX(0);}

				.about .content_facts h3 .animation_text02{opacity:0;}
				.about .content_facts.show h3 .animation_text02{opacity:1;}

				.about .content_facts h3::before{transform:scaleX(0); -webkit-transform:scaleX(0); transform-origin:left; -webkit-transform-origin:left;}
				.about .content_facts.show h3::before{transform:scaleX(1); -webkit-transform:scaleX(1);}

					/*Delays*/
					.about .content_facts h3 .animation_text01{transition-delay:0.1s; -webkit-transition-delay:0.1s;}

					.about .content_facts h3 .animation_text02{transition-delay:0.5s; -webkit-transition-delay:0.5s;}

					.about .content_facts h3::before{transition-delay:0s; -webkit-transition-delay:0s;}

				/*Pearls*/
				.about .content_facts .ornament_pearl{opacity:0;}
				.about .content_facts.show .ornament_pearl{opacity:1;}

		/*Facts list*/
		.about .content_facts ul.facts {display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; gap: 16px; list-style:none; padding:0;}
			.about .content_facts ul.facts li {width: calc(20% - 39px); background-color: var(--pink); padding: 15px 0 10px 24px; min-height: 175px; margin:0;}
				.about .content_facts ul.facts li .title {font-size: 1.25rem; font-weight: 900; padding-right: 15px;}
				.about .content_facts ul.facts li hr {border-color: var(--white);}
				.about .content_facts ul.facts li .text {padding-right: 24px; font-size: 0.875rem; font-weight: 500;}

		/*Animations*/
		.about .content_facts ul.facts li {transition: all 0.3s 0.5s ease-in-out; opacity: 0; transform: translateY(30px);}
			.about .content_facts.show ul.facts li {opacity: 1; transform: translateY(0);}
		/*Delays*/
		.about .content_facts ul.facts li:nth-child(2) {transition-delay: 0.4s;}
		.about .content_facts ul.facts li:nth-child(3) {transition-delay: 0.5s;}
		.about .content_facts ul.facts li:nth-child(4) {transition-delay: 0.6s;}
		.about .content_facts ul.facts li:nth-child(5) {transition-delay: 0.7s;}
		.about .content_facts ul.facts li:nth-child(6) {transition-delay: 0.8s;}
		.about .content_facts ul.facts li:nth-child(7) {transition-delay: 0.9s;}
		.about .content_facts ul.facts li:nth-child(8) {transition-delay: 1s;}
		.about .content_facts ul.facts li:nth-child(9) {transition-delay: 1.1s;}
		.about .content_facts ul.facts li:nth-child(10) {transition-delay: 1.2s;}


/*Media Query Break 1601px*/
@media (min-width: 1601px) {
	.about .content_sisters .splide__arrow--next {right: calc(50% - 25vw); top: 12vw;}
	.about .content_sisters .splide__arrow--prev {left: calc(50% - 25vw); top: 12vw;}
}

/*Media Query Break 1420px*/
@media (max-width: 1420px) {
	.about .content_purpose h3 .ornament_pearl {right: 120px;}
	/*News*/
	.about .content_cards .content_items li{width:285px; height:445px;}

		.about .content_cards .content_items li figure{height:195px;}

		.about .content_cards .content_items li .content_information h4{font-size:1.5rem;}
}

/*Media Query Break 1220px*/
@media (max-width: 1220px) {
	.about .content_purpose h3 .ornament_pearl {right: 100px;}
	/*News*/
	.about .content_cards .content_items li{width:265px;}
	/*Facts*/
	.about .content_facts ul.facts li {width: calc(25% - 40px);}
}

@media (min-width: 1001px) and (max-width: 1220px) {
	.about .content_presidents .content_container {align-items: flex-start;}
	.about .content_presidents .content_half:first-child {padding-top: 60px;}
}

@media (max-width: 1000px) {
	/*Title*/
	.about .content_about {padding-top: 115px;}
		.about .content_about .section_title {width: 100%;}
			.about .content_about .section_title h1 {font-size: 3rem;}

	/*Intro*/
	.about .content_intro .content_text {gap: 86px;}
		.about .content_intro .content_text p {font-size: 1.125rem; line-height: 1.3;}

	/*Purpose*/
	.about .content_purpose h3 {font-size: 2.375rem; width: 100%; margin-bottom: 50px;}
		.about .content_purpose h3::before {bottom: 50px;}
		.about .content_purpose h3 .animation_text02 {font-size: 3.875rem;}
			.about .content_purpose h3 .ornament_pearl {right: -2px; bottom: 28px;}

	.about .content_purpose .center_content {width: 638px; padding-left: 0;}			
		.about .content_purpose .content_container {margin-top: 0px; gap: 49px;}
			.about .content_purpose .content_container:nth-of-type(1) .content_half:nth-child(1) {padding-top: 44px;}
			.about .content_purpose .content_half p, .about .content_purpose .content_half li {font-size: 1.125rem; line-height: 1.3;}
			.about .content_purpose .content_half ul {margin-top: 56px;}
				.about .content_purpose .content_half ul li {padding-left: 25px;}

	/*Founders*/
	.about .content_founders .center_content {flex-direction: column; width: 638px;}
		.about .content_founders .main {width: 100%;}
			.about .content_founders .main figure {max-width: 504px; margin: auto;}
		.about .content_founders .content_heading {margin-top: -100px; margin-bottom: -40px;}
			.about .content_founders .content_heading h3 {font-size: 2.375rem; justify-content: flex-start; padding-left: 24px;}
				.about .content_founders .content_heading h3 .animation_text02 {font-size: 3.875rem; position: relative; bottom: -10px;}
				.about .content_founders .content_heading .pearl01 {width: 63px; bottom: 28px}
				.about .content_founders .content_heading .pearl02 {width: 31px; bottom: 28px}
		.about .content_founders .content_info {font-size: 1.125rem; line-height: 1.3; width: 504px;}

	/*Cards*/
	.about .content_cards .pearl01 {width: 17px; top: -9px; right: 80px;}
	.about .content_cards .pearl02 {width: 18px; top: -9px; right: 34px;}
	.about .content_cards .pearl03 {width: 30px; top: -15px;}

	.about .content_cards .content_items {gap: 52px 12px; flex-wrap: wrap;}
		.about .content_cards .content_items li {width: calc(50% - 6px); height: auto; min-height: 486px;}
			.about .content_cards .content_items li .content_information {padding-bottom: 27px;}
				.about .content_cards .content_items li .content_information h4 {font-size: 1.75rem;}
				.about .content_cards .content_items li .button {width: 220px;}

	/*Leadership*/
	.about .content_leadership .p_left_1 {padding-left: 0; width: 768px; margin: auto;}
	.about .content_leadership .c_12 {width: 100%;}
	.about .content_leadership h3 {font-size: 2.375rem;}
		.about .content_leadership h3::before {bottom: 50px;}
		.about .content_leadership h3 .animation_text02 {font-size: 3.875rem;}
		.about .content_leadership .pearl01 {width: 45px; bottom: 28px;}
		.about .content_leadership .pearl02 {width: 28px; bottom: 37px; right: 65px;}

	/*Presidents*/
	.about .content_presidents {padding: 113px 0 89px;}
		.about .content_presidents h3 {font-size: 2.375rem; display: flex; align-items: center; padding-bottom: 20px;}
			.about .content_presidents h3 .animation_text01 {width: 257px; display: inline-block; padding-bottom: 30px;}
			.about .content_presidents h3 .animation_text02 {font-size: 3.875rem; margin-left: 20px;}
			.about .content_presidents h3::before {width: 100%; bottom: 50px;}
			.about .content_presidents h3 .pearl01 {width: 28px; right: -2px; bottom: 37px;}
			.about .content_presidents h3 .pearl02 {width: 16px; right: 43px; bottom: 43px;}

		.about .content_presidents .content_container {gap: 43px; margin-top: -50px; align-items: flex-start;}
			.about .content_presidents .content_half {width: 46%;}
				.about .content_presidents .content_half + .content_half {width: 54%;}
				.about .content_presidents .content_half p {font-size: 1.125rem;}
					.about .content_presidents .content_half p:first-child {padding-top: 24px;}
				.about .content_presidents .content_half .btn_presidents {width: 220px;}

	/*Sisters*/
	.about .content_sisters {margin-top: 94px;}
		.about .content_sisters h3 {font-size: 2.375rem;}
			.about .content_sisters h3::before {bottom: 50px;}
			.about .content_sisters h3 .animation_text02 {font-size: 3.875rem;}
			.about .content_sisters .pearl01 {width: 45px; bottom: 27px;}
			.about .content_sisters .pearl02 {width: 28px; right: 55px; bottom: 37px;}

		.about .content_sisters .splide__arrow--prev svg,
		.about .content_sisters .splide__arrow--next svg {width: 16px; height: 32px;}
		.about .content_sisters .splide__arrow--prev svg {transform: scaleX(-1.3) scaleY(1.3)}
		.about .content_sisters .splide__arrow--next svg {transform: scale(1.3)}
		
	/*Facts*/
	.about .content_facts {margin-top: 160px; margin-bottom: 167px;}
		.about .content_facts .p_left_1 {padding-left: 0;}
		.about .content_facts .c_12 {width: 638px;}
			.about .content_facts h3 {font-size: 2.375rem; margin-bottom: 70px;}
				.about .content_facts h3::before {bottom: 50px;}
				.about .content_facts h3 .animation_text02 {font-size: 3.875rem;}
				.about .content_facts .pearl01 {width: 45px; bottom: 28px;}
				.about .content_facts .pearl02 {width: 28px; right: 55px; bottom: 38px;}

		.about .content_facts ul.facts {gap: 36px 86px;}
			.about .content_facts ul.facts li {width: calc(50% - 67px);}
				.about .content_facts ul.facts li .title {word-break: break-word; white-space: break-spaces;}
}

@media (max-width: 750px) {
	/*Title*/
	.about .content_about {padding-top: 165px;}
		.about .content_about .section_title {padding: 43px 0;}
			.about .content_about .section_title h1 {font-size: 2.25rem;}

	/*Intro*/
	.about .content_intro {padding: 59px 36px;}
		.about .content_intro .content_text {flex-direction: column; gap: 38px;}
			.about .content_intro .content_text p {width: 100%;}

	/*Purpose*/
	.about .content_purpose {margin-top: 0px; padding: 0 36px;}
		.about .content_purpose .center_content {width: 100%;}
		.about .content_purpose h3 {font-size: 1.875rem; display: flex; flex-direction: column; margin-bottom: 0;}
			.about .content_purpose h3 .animation_text02 {font-size: 3.125rem; margin-top: -10px;}
			.about .content_purpose h3::before {bottom: 90px;}
			.about .content_purpose h3 .ornament_pearl {width: 30px; bottom: 77px;}

			.about .content_purpose .content_container {flex-direction: column; gap: 54px;}
				.about .content_purpose .content_container:first-of-type .content_half:last-child {order: 1;}
				.about .content_purpose .content_container:first-of-type .content_half:first-child {order: 2;}
				.about .content_purpose .content_container:first-of-type .content_half:nth-child(1) {padding-top: 0;}
				.about .content_purpose .content_half {width: 100%;}
					.about .content_purpose .content_half ul li {padding-left: 60px;}

				.about .content_purpose .content_container:last-of-type .content_half:first-child {margin-left: -36px; width: calc(100% + 72px);}
				.about .content_purpose .content_container + .content_container {gap: 79px;}

	/*Founders*/
	.about .content_founders {margin-top: 137px; padding: 58px 36px;}
		.about .content_founders .center_content {width: 100%;}
			.about .content_founders .content_heading {width: calc(100% + 72px); margin-left: -36px; height: 121px; margin-top: 22px; margin-bottom: -25px;}
				.about .content_founders .content_heading h3 {font-size: 1.875rem; display: flex; flex-direction: column; margin-bottom: 0; align-items: flex-start; gap: 0; padding-top: 50px;}
				.about .content_founders .content_heading h3 .animation_text02 {font-size: 3.125rem; margin-top: -15px;}
				.about .content_founders .content_heading .pearl01 {width: 48px; right: 36px; top: -24px;}
				.about .content_founders .content_heading .pearl02 {width: 20px; right: 50px; bottom: -10px; top: initial;}

		.about .content_founders .content_info {width: 100%;}

	/*Cards*/
	.about .content_cards {padding: 0 36px; margin-top: 113px; margin-bottom: 150px;}
		.about .content_cards .content_items {gap: 74px;}
			.about .content_cards .content_items li {width: 100%;}

	/*Leadership*/
	.about .content_leadership .c_12 {width: 100%;}
	.about .content_leadership .p_left_1 {width: 100%; padding: 0 36px;}
		.about .content_leadership h3 {font-size: 1.875rem; display: flex; flex-direction: column; margin-bottom: 0;}
			.about .content_leadership h3 .animation_text02 {font-size: 3.125rem; margin-top: -10px;}
			.about .content_leadership h3::before {bottom: 90px;}
			.about .content_leadership .pearl01 {width: 30px; bottom: 77px;}
			.about .content_leadership .pearl02 {width: 18px; bottom: 82px; right: 36px;}

		.about .content_leadership .btn_leadership {margin: 50px auto 0;}

	/*Presidents*/
	.about .content_presidents {margin-top: 150px; padding: 78px 36px 121px;}
		.about .content_presidents .p_left_1 {padding-left: 0;}
			.about .content_presidents h3 {font-size: 1.875rem; display: flex; flex-direction: column; margin-bottom: 0; padding-bottom: 0; align-items: flex-start;}
				.about .content_presidents h3 .animation_text02 {font-size: 3.125rem; margin-top: -45px; margin-left: 0;}
				.about .content_presidents h3::before {bottom: 90px;}
				.about .content_presidents h3 .pearl01 {width: 20px; bottom: 80px;}
				.about .content_presidents h3 .pearl02 {width: 20px; bottom: 80px; right: 25px;}

		.about .content_presidents .content_container {margin-top: 15px; flex-direction: column; gap: 45px;}
			.about .content_presidents .content_container .content_half:first-child {order: 2;}
			.about .content_presidents .content_container .content_half:last-child {order: 1;}
			.about .content_presidents .content_half {width: 100% !important;}
				.about .content_presidents .content_half .btn_presidents {margin-top: 74px;}

	/*Sisters*/
	.about .content_sisters {margin-top: 114px;}
		.about .content_sisters .p_left_1 {width: 100%; padding: 0 36px;}
			.about .content_sisters h3 {font-size: 1.875rem; display: flex; flex-direction: column; margin-bottom: 0;}
				.about .content_sisters h3 .animation_text02 {font-size: 3.125rem; margin-top: -10px;}
				.about .content_sisters h3::before {bottom: 90px;}
				.about .content_sisters .pearl01 {width: 30px; bottom: 77px; right: 36px;}
				.about .content_sisters .pearl02 {width: 18px; bottom: 82px; right: 72px;}

		.about .content_sisters .splide__arrow--prev svg,
		.about .content_sisters .splide__arrow--next svg {width: 22px; height: 44px;}
		.about .content_sisters .splide__arrow--prev {top: initial; bottom: -82vw; opacity: 1;}
		.about .content_sisters .splide__arrow--next {top: initial; bottom: -82vw; opacity: 1;}

	/*Facts*/
	.about .content_facts {margin-top: 130px; margin-bottom: 150px;}
		.about .content_facts .c_12 {width: 100%; padding: 0 36px;}
			.about .content_facts h3 {font-size: 1.875rem; display: flex; flex-direction: column; margin-bottom: 0;}
				.about .content_facts h3 .animation_text02 {font-size: 3.125rem; margin-top: -10px;}
				.about .content_facts h3::before {bottom: 90px;}
				.about .content_facts .pearl01 {width: 30px; bottom: 77px;}
				.about .content_facts .pearl02 {width: 18px; bottom: 82px; right: 36px;}

		.about .content_facts ul.facts {gap: 23px; margin-top: 50px;}
			.about .content_facts ul.facts li {width: 100%;}

}