@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('../dist/bootstrap/css/bootstrap.min.css');
@import url('../dist/owlcarousel/css/owl.theme.default.min.css');
@import url('../dist/owlcarousel/css/owl.carousel.min.css');
@import url('../dist/animate/animate.min.css');

:root { --primary-font: "Nunito", sans-serif, Helvetica, Arial; --secondary-font: "Mulish", sans-serif; --deep-blue: #208597; --light-blue: #25A4BA; --light-blue-1: #F0FCFF; --cyan: #A5EFFF; }
html { scroll-behavior: smooth; }
body { color: var(--brown); font-family: var(--primary-font); font-weight: 400; overflow-x: hidden; }
a { color: var(--bs-blue); }
a, a:hover { text-decoration: none; }
a:focus { outline: none; }
*:focus { outline: none; }
button:active, button:focus, .btn:active, .btn:focus { box-shadow: none !important; outline: none !important; }
.img-responsive, .navbar-brand > img { display: inline-block; }
img { display: inline-block; height: auto; max-width: 100%; }
iframe { border: 0; display: block; height: 100%; width: 100%; }
h1, h2, h3, h4, h5, h6 { color: var(--deep-blue); font-family: var(--primary-font); font-weight: 600; }
h1 { font-size: 55px; }
h2 { font-size: 50px; }
p, li { color: var(--bs-black); font: 400 20px/1.575 var(--primary-font); overflow-wrap: break-word; word-wrap: break-word; }

.container { max-width: 1175px; z-index: 0; }
#problem, #why, #audience, #guide, #faq { scroll-margin-top: 0; }

.fixed-top { position: absolute; }
.navbar .container { align-items: center; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 3rem; max-width: 1440px; padding-inline: 32px; }
.navbar-brand { line-height: 0; margin: 0; position: relative; }
.navbar-brand > img { max-width: min(210px, 14vw); width: 100%; }
.navbar-brand-desktop { display: none; }
.navbar-nav-group { display: flex; min-width: 0; }
.navbar-nav { align-items: center; }
.navbar-nav .nav-item { margin: 0 24px 0 0; }
.navbar-nav .nav-item:last-child { margin-right: 0; }
.navbar-nav .nav-link { color: var(--deep-blue); font-size: 17px; font-weight: 700; line-height: 1.15; text-transform: capitalize; white-space: nowrap; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link .active { color: var(--light-blue); }

.banner { background: url("../images/bnr_bg.webp") repeat-x left top; clear: both; display: block; padding: 150px 0 40px; text-align: center; width: 100%; }
.banner h1 { color: var(--bs-black); }
.banner h1 span { background: url("../images/line.svg") no-repeat left bottom; color: var(--deep-blue); display: inline-block; font-style: italic; padding-bottom: 12px; }
.banner p { padding-block: 20px; }

.btn { border: inherit; border-radius: 10px; font-size: 24px; font-weight: 700; line-height: 43px; max-width: 246px; width: 100%; }
.btn-primary { background-color: var(--deep-blue); }
.btn-primary:hover, .btn-primary:focus { background-color: var(--light-blue) !important; }
.btn-light { color: var(--deep-blue); }

video { border-radius: 10px; object-fit: cover; display: block; height: initial; width: 100%; }
.intro-video { margin-bottom: 10px; }
.intro-video .ratio { border-radius: 10px; overflow: hidden; }

.problem { clear: both; display: block; padding: 70px 0; width: 100%; }
.problem h4 { color: var(--bs-black); font-size: 25px; font-style: italic; }
.problem .list { list-style: none; margin: 0 0 30px; padding: 0; }
.problem .list li { background: url("../images/forbid.svg") no-repeat left 5px; font-style: italic; padding-left: 25px; }
.problem h3 { color: var(--deep-blue); font-size: 25px; margin: 0; text-transform: uppercase; }
.problem .make { list-style: none; margin: 0 0 30px; padding: 0; }
.problem .make li { background: url("../images/check.svg") no-repeat left 8px; color: var(--deep-blue); font-style: italic; padding-left: 25px; }
.problem .col:last-child { padding-left: 4%; }

.what { background: url("../images/wat_bg.webp") repeat left top var(--deep-blue); border-radius: 10px; clear: both; padding: 40px 120px; width: 100%; }
.what h2, .what p { color: var(--bs-white); }
.what h3 { color: var(--cyan); font-size: 40px; font-style: italic; }
.what .col:first-child { padding-left: 0; }
.what .col:last-child { padding-right: 0; }
.what .num { background-color: var(--bs-white); border-radius: 100%; color: var(--deep-blue); display: inline-block; font-size: 20px; font-weight: bold; height: 44px; line-height: 44px; margin-bottom: 25px; text-align: center; width: 44px; }
.what .col { background: url("../images/line_wte.webp") repeat-x left 20px; }
.what .col p strong { color: var(--cyan); font-size: 22px; display: block; }

.why { clear: both; display: block; padding: 50px 0; width: 100%; }
.why .circle { background: url("../images/cre_bg.svg") no-repeat left top / 100%; margin: 0 0 25px -8%; padding: 45px 0 18px 50px; width: 108%; }
.why .circle h4 { color: var(--deep-blue); font-size: 28px; text-transform: uppercase; }
.why .col { text-align: right; }
.why picture { display: block; position: relative; }
.why picture .widget { margin: 23% -8% 0 0; position: absolute; right: 0; top: 0; z-index: 1; }

.who { background: #FFFFFF; background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 252, 255, 1) 100%); clear: both; display: block; padding: 60px 0; width: 100%; }
.who h4 { color: var(--deep-blue); font-size: 25px; font-weight: 700; margin-bottom: 35px; }
.who .card { background-color: inherit; border: inherit; border-radius: 15px; margin-bottom: 25px; position: relative; }
.who .card h3 { color: var(--bs-white); font-size: 28px; }
.who .card p { color: var(--bs-white); font-size: 16px; line-height: normal; }
.who .overlay { bottom: 0; left: 0; padding: 12px 30px; position: absolute; z-index: 1; }

.get { clear: both; display: block; width: 100%; }
.get h3 { font-size: 30px; }
.get h4 { color: var(--deep-blue); font-size: 27.5px; font-weight: 700; margin: 30px 0; }
.get ul { list-style: none; margin: 0; padding: 0; }
.get ul li { background: url("../images/check.svg") no-repeat left 7px; margin-bottom: 5px; padding-left: 25px; }
.get .box { background-color: rgba(32, 133, 151, 8%); border-radius: 10px; margin-bottom: 15px; padding: 30px 24px 35px; width: 100%; }
.get .box picture { display: block; margin-bottom: 20px; text-align: center; }
.get .box h5 { font-size: 22px; margin: 0; }
.get .box ul { list-style: none; margin: 0; padding: 0; }
.get .box ul li { background: url("../images/arw.png") no-repeat left 7px; font-size: 16px; padding-left: 20px; }

.faqs { clear: both; display: block; padding: 50px 0; width: 100%; }
.faqs h2 { text-align: center; }
.faqs .accordion-item { border: inherit; margin-bottom: 20px; }
.faqs .accordion-header .accordion-button { background-color: rgba(32, 133, 151, 10%); border-radius: 10px; color: var(--deep-blue); font-size: 25px; padding: 1rem 2.25rem; }
.faqs .accordion-button:not(.collapsed) { color: var(--bs-white); }
.faqs .accordion-button:not(.collapsed).accordion-button { background-color: var(--deep-blue); border-bottom: 0; border-radius: 10px 10px 0 0; box-shadow: inherit; color: var(--bs-white); }
.faqs .accordion-body { background-color: var(--deep-blue); border-radius: 0 0 10px 10px; color: var(--bs-white); padding: 0 35px 20px 35px; }
.faqs .accordion-item:first-of-type > .accordion-header .accordion-button { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.faqs .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed { border-radius: 10px 10px; }
.faqs .accordion-button::after { background-image: url("../images/plus.svg"); background-size: 10px; height: 10px; width: 10px; }
.faqs .accordion-button:not(.collapsed)::after { background-image: url("../images/minus.svg"); }

.point { background: url("../images/wat_bg.webp") repeat left top var(--deep-blue); clear: both; padding: 50px 0; text-align: center; width: 100%; }
.point h2, .point h3, .point p { color: var(--bs-white); }
.point h3 { font-size: 25px; }

.word { clear: both; padding: 80px 0; width: 100%; }
.word h2 { background: url("../images/qutes.svg") no-repeat left top; margin-left: -40px; padding: 30px 0 0 60px; }
.word .panel { background-color: var(--light-blue-1); border-radius: 15px; padding: 20px 20px 15px; width: 100%; }
.word .panel h3 { font: 700 19px var(--secondary-font); }
.word .panel p { color: #101329; font-size: 15px; margin-top: 15px; line-height: normal; }

footer { background: #FFFFFF; background: linear-gradient(0deg, rgba(242, 252, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); clear: both; padding: 50px 0 30px; text-align: center; width: 100%; }
.real { background: url("../images/rel_bg.webp") no-repeat center top / cover; border-radius: 10px; clear: both; margin-bottom: 50px; padding: 40px 15px; text-align: center; width: 100%; }
.real h3, .real p { color: var(--bs-white); }
.real h3 { font-size: 30px; font-weight: 700; margin: 15px 0 30px; }
.real p { font-size: 22px; }
.real .note { color: var(--bs-white); font-size: 18px; font-style: italic; margin-top: 25px; }
.copy { font-size: 16px; text-transform: uppercase; }
.copy figure { margin-bottom: 15px; }
.copy figure img { max-width: min(320px, 70vw); }
.copy a { color: var(--bs-black); }
.copy a:hover { color: var(--deep-blue); }

.site-main { padding: 160px 0 60px; }
.site-main .entry-content,
.site-main .content-card,
.archive-card {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.page-hero { margin-bottom: 30px; text-align: center; }
.archive-card { height: 100%; }
.archive-card__media img,
.featured-media img { width: 100%; }
.archive-card__body { padding-top: 20px; }
.archive-title { font-size: 30px; }
.archive-excerpt { margin-bottom: 20px; }
.pagination,
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 25px; }
.page-numbers { color: var(--deep-blue); font-weight: 700; }
.post-navigation { margin-top: 30px; }

@media only screen and (min-width: 992px) {
	.navbar-brand-mobile {
		display: none;
	}
	.navbar-brand-desktop {
		display: block;
		justify-self: center;
	}
	.navbar.navbar-expand-lg .navbar-collapse {
		align-items: center;
		display: grid !important;
		flex-basis: 100%;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		column-gap: 56px;
		width: 100%;
	}
	.navbar-nav {
		flex-wrap: nowrap;
		gap: 28px;
	}
	.navbar-nav-group-left .navbar-nav {
		justify-content: flex-end;
	}
	.navbar-nav-group-right .navbar-nav {
		justify-content: flex-start;
	}
	.navbar-nav .nav-item {
		margin: 0;
	}
	.navbar-nav-group-left {
		justify-content: flex-end;
	}
	.navbar-nav-group-right {
		justify-content: flex-start;
	}
	.navbar-nav-group .navbar-nav {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	h1 { font-size: 48px; }
	h2 { font-size: 32px; }
	p, li { font-size: 16px; }
	.col { flex-basis: auto; }
	.btn { font-size: 22px; }
	.navbar-toggler { border: inherit; }
	.navbar .container { justify-content: inherit; margin-top: 0; }
	.navbar-brand-desktop { display: none; }
	.navbar-nav-group { display: block; }
	.navbar-nav { align-items: stretch; }
	.navbar-brand > img { max-width: 220px; }
	.navbar-collapse { background-color: var(--light-blue-1); }
	.navbar-nav .nav-item { border-bottom: 1px solid rgba(0, 0, 0, 0.2); margin: 0; }
	.what { padding: 40px 20px; }
	.what .col { background: inherit; }
	.what .col:first-child { padding-left: 12px; }
	.what h3 { font-size: 32px; margin-bottom: 30px; }
	.feature { text-align: center; }
	.why picture .widget { margin-right: -2px; }
	.why .circle { padding: 25px 0 18px 30px; margin-left: -12px; width: 105%; }
	.why .circle h4 { font-size: 14px; }
	.who .overlay { padding: 12px 12px; }
	.who .card h3 { font-size: 24px; }
	.who .card p { font-size: 15px; }
	.get h4 { font-size: 22px; }
	.faqs .accordion-header .accordion-button { font-size: 22px; padding: 1rem 1.5rem; }
	.faqs .accordion-body { padding: 0 20px 20px 20px; }
	.word h2 { background-size: 100px; margin: 0; padding: 30px 0 0 30px; }
	.word .panel { padding: 15px; }
	.word .panel h3 { font-size: 15px; }
	.word .panel p { font-size: 14px; }
	.real h3 { font-size: 18px; }
	.real p { font-size: 14px; }
	.copy { font-size: 14px; }
	.gx-5 { --bs-gutter-x: 1.5rem; }
	.site-main { padding: 120px 0 40px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 { font-size: 38px; }
	h2 { font-size: 37px; }
	p, li { font-size: 18px; }
	.navbar-toggler { border: inherit; }
	.navbar .container { justify-content: inherit; margin-top: 0; }
	.navbar-brand-desktop { display: none; }
	.navbar-nav-group { display: block; }
	.navbar-nav { align-items: stretch; }
	.navbar-brand > img { max-width: 260px; }
	.navbar-collapse { background-color: var(--light-blue-1); }
	.navbar-nav .nav-item { border-bottom: 1px solid rgba(0, 0, 0, 0.2); margin: 0; }
	.what { padding: 40px 60px; }
	.what h3 { font-size: 30px; }
	.why picture .widget { margin-right: -10px; }
	.why .circle { padding: 25px 0 18px 50px; margin-left: -12px; }
	.why .circle h4 { font-size: 18px; }
	.who .overlay { padding: 12px 12px 5px; }
	.who .card h3 { font-size: 24px; }
	.who .card p { font-size: 13px; }
	.get h4 { font-size: 24px; }
	.gx-5 { --bs-gutter-x: 1.5rem; }
	.get .box { padding: 20px 14px 25px; }
	.faqs .accordion-header .accordion-button { font-size: 22px; }
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
	h1 { font-size: 50px; }
	h2 { font-size: 42px; }
	p, li { font-size: 18px; }
	.why .circle h4 { font-size: 24px; }
	.word .panel h3 { font-size: 17px; }
	.navbar .container { padding-inline: 24px; }
	.navbar-brand > img { max-width: 160px; }
	.navbar-nav .nav-link { font-size: 15px; }
	.navbar-nav { gap: 18px; }
}
