/*
Theme Name: Drama Republic
Author: We Are Flourish
Author URI: https://weareflourish.com/
*/

/* resets
--------------------------------------------------------------------------
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; line-height: 1; overflow-y: scroll; box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

article, aside, details, div, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { position: relative; display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
progress { vertical-align: baseline; }
[hidden], template { display: none; }

svg:not(:root) { overflow: hidden; }

img, iframe { border: 0; vertical-align: middle; }

strong { font-weight: bolder; }
em { font-style: italic; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

button, input, optgroup, select, textarea { margin: 0; font: inherit; font-size: 100%; line-height: 1; vertical-align: baseline; color: inherit; outline: 0; border-radius: 0; }
button, input, textarea { padding: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
label, button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button, input[type="button"], input[type="reset"], input[type="submit"] { vertical-align: bottom; -webkit-appearance: button; }
button[disabled], input[disabled] { cursor: default; }
button { width: auto; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border: 0; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal { display: none; width: 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { font-weight: normal; text-align: left; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

ul, ol { list-style: none; }
li { display: list-item; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

a { color: #04132B; background: transparent; text-decoration: none; cursor: pointer; text-decoration-skip: ink; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

.hide { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }

a, span, button, input[type="submit"] { transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease, text-decoration-color 0.4s ease; }

/* global
--------------------------------------------------------------------------
*/

html, body { scroll-behavior: smooth; }
body { font: 62.5%/1 Manrope, 'Helvetica Neue', Arial, Helvetica, sans-serif; font-optical-sizing: auto; background: #FFFFFF; color: #04132B; }

.anim,
.animc > * { position: relative; transform: translateY(100px); opacity: 0; transition: all 0.6s ease; }
.anim.inview,
.animc > *.inview { transition-delay: 0.4s; transform: translateY(0); opacity: 1; }

body > .menu { width: 100%; height: 100%; padding: 12px 12px 28px; color: #FFFFFF; background: #04132B; position: fixed; top: 0; right: -100%; display: flex; flex-direction: column; justify-content: space-between; transition: right 0.4s ease; z-index: 52; }
html.menu body > .menu { right: 0; }
body > .menu > ul { display: flex; justify-content: flex-end; }
body > .menu > ul li button { width: 81px; height: 27px; font-size: 12px; text-transform: uppercase; color: #04132B; background: #FFFFFF; border: 1px solid #FFFFFF; border-radius: 5px; text-align: center; display: flex; justify-content: center; align-items: center; }
body > .menu > ul li button:hover { color: #FFFFFF; background: #04132B; }
body > .menu nav ul { font-family: "fatfrank", sans-serif; font-size: 45px; text-transform: uppercase; }
body > .menu nav ul li a { color: #EA8651; }
body > .menu nav ul li a:hover { color: #FFFFFF; }
body > .menu-overlay { display: none; }

@media only screen and (min-width: 1024px) {
	body > .menu { width: 876px; padding: 0 22px 0 18px; flex-direction: row; }
	body > .menu > ul { padding: 20px 0 0; order: 2; }
	body > .menu > ul li button { width: 6.750em; height: 2.250em; font-size: 12px; border-width: 0.083em; border-radius: 0.417em; }
	body > .menu nav { order: 1; }
	body > .menu nav ul { font-size: 90px; }
	body > .menu-overlay { width: 100%; height: 100%; background: #000000; opacity: 0.52; position: fixed; top: 0; right: -100%; transition: right 0.4s ease; z-index: 51; display: block; }
	html.menu body > .menu-overlay { right: 0; }
}

@media only screen and (min-width: 1024px) {
	body > .menu { width: 45.63vw; padding: 0 1.15vw 0 0.94vw; }
	body > .menu > ul { padding: 1.04vw 0 0; }
	body > .menu > ul li button { font-size: 0.63vw; }
	body > .menu nav ul { font-size: 4.69vw; }
}

body > header { width: 100%; padding: 12px 10px; position: fixed; top: 0; left: 0; display: flex; justify-content: space-between; align-items: start; z-index: 50; }
body.home > header h1 { pointer-events: none; opacity: 0; }
body > header h1 a:hover { opacity: 0.5; }
body > header h1 a img { width: 96px; height: auto; }
body > header ul li button { width: 81px; height: 27px; font-size: 12px; text-transform: uppercase; color: #FFFFFF; background: #04132B; border: 1px solid #04132B; border-radius: 5px; text-align: center; display: flex; justify-content: center; align-items: center; }
body > header ul li button:hover { color: #04132B; background: #FFFFFF; }

body.home > header ul li button { color: #04132B; background: #FFFFFF; border-color: #FFFFFF; }
body.home > header ul li button:hover { color: #FFFFFF; background: #04132B; }

@media only screen and (min-width: 1024px) {
	body > header { padding: 21px; }
	body > header h1 a img { width: 156px; }
	body > header ul li button { width: 6.750em; height: 2.250em; font-size: 12px; border-width: 0.083em; border-radius: 0.417em; }
}

@media only screen and (min-width: 1024px) {
	body > header { padding: 1.09vw; }
	body > header h1 a img { width: 8.13vw; }
	body > header ul li button { font-size: 0.63vw; }
}

body > .logo { width: 172px; position: fixed; top: 50vh; left: 50vw; transform: translate(-50%, -50%); transition: all 1s ease-in-out; z-index: 51; }
body > .logo img { width: 100%; height: auto; }
html.fp-enabled body:not(.fp-viewing-0) > .logo { width: 96px; top: 12px; left: 10px; transform: translate(0, 0); }

@media only screen and (min-width: 1024px) {
	body > .logo { width: 364px; }
	html.fp-enabled body:not(.fp-viewing-0) > .logo { width: 156px; top: 21px; left: 21px; }
}

@media only screen and (min-width: 1024px) {
	body > .logo { width: 18.958vw; }
	html.fp-enabled body:not(.fp-viewing-0) > .logo { width: 8.125vw; top: 1.094vw; left: 1.094vw; }
}

main { scroll-snap-type: y mandatory; }

html,
body.home,
body.home main,
body.home .section,
body.home .slide,
body.home .fp-tableCell { height: 100%; }

body.home main .section:not(.fp-auto-height) .fp-overflow { width: 100%; height: 100vh; height: 100dvh; }

main > .section { background: #000000; }
main > .section .fp-bg { z-index: 1; }
main > .section .fp-bg video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
main > .section .intro { width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; display: flex; justify-content: center; align-items: center; z-index: 2; }
main > .section .intro::before { width: 100%; height: 100%; background: #000; opacity: 0.25; position: absolute; top: 0; left: 0; content: " "; display: block; }
main > .section .intro img { width: 172px; height: auto; position: relative; }
main > .section a { width: 100%; height: 100%; padding: 102px 11px; color: #66B37D; position: absolute; top: 0; left: 0; text-align: center; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; }
main > .section a:hover { color: #FFFFFF; }
main > .section a::before { width: 100%; height: 100%; background: #000; opacity: 0.25; position: absolute; top: 0; left: 0; transition: opacity 0.4s ease; content: " "; display: block; }
main > .section a:hover::before { opacity: 0.58; }
main > .section a span.network { font-size: 15px; line-height: 21px; text-transform: uppercase; letter-spacing: 0.15em; text-indent: 0.15em; color: #FFFFFF; position: relative; z-index: 2; }
main > .section a span.title { padding: 6px 0; font-family: "fatfrank", sans-serif; font-size: 65px; line-height: 60px; text-transform: uppercase; position: relative; z-index: 2; }
main > .section a span.explore { font-size: 15px; line-height: 21px; text-transform: uppercase; letter-spacing: 0.15em; text-indent: 0.15em; color: #FFFFFF; position: relative; z-index: 2; }

@media only screen and (min-width: 1024px) {
	main > .section .intro img { width: 364px; }
	main > .section a { padding: 54px 172px; }
	main > .section a span.network { font-size: 20px; line-height: 1.350; }
	main > .section a span.title { padding: 0.100em 0 0.167em; font-size: 150px; line-height: 1; }
	main > .section a span.explore { font-size: 20px; line-height: 1.350; }
}

@media only screen and (min-width: 1024px) {
	main > .section .intro img { width: 18.96vw; }
	main > .section a { padding: 2.81vw 8.96vw; }
	main > .section a span.network { font-size: 1.04vw; }
	main > .section a span.title { font-size: 7.81vw; }
	main > .section a span.explore { font-size: 1.04vw; }
}

main > .about { padding: 170px 10px 138px; text-align: center; }
main > .about h1 { font-family: "fatfrank", sans-serif; font-size: 65px; line-height: 78px; text-transform: uppercase; color: #EA8651; text-align: center; }
main > .about p { margin: 28px 0 0; font-size: 24px; line-height: 28px; }
main > .about h1 + p { margin-top: 60px; }
main > .about p strong { font-weight: 800; }

@media only screen and (min-width: 1024px) {
	main > .about { padding: 188px 179px 174px; }
	main > .about h1 { font-size: 240px; line-height: 1.200; }
	main > .about p { margin: 1.154em 0 0; font-size: 65px; line-height: 1.154; }
	main > .about h1 + p { margin-top: 2.154em; }
}

@media only screen and (min-width: 1024px) {
	main > .about { padding: 9.79vw 9.32vw 9.06vw; }
	main > .about h1 { font-size: 12.5vw; }
	main > .about p { font-size: 3.39vw; }
}

main > .team { padding: 48px 10px 134px; color: #04132B; background: #EA8651; }
main > .team header h2 { font-size: 21px; text-transform: uppercase; }
main > .team .grid { padding: 10px 0 0; display: grid; grid-template-columns: 1fr; gap: 54px; }
main > .team .grid .article a { position: relative; display: block; }
main > .team .grid .article figure { position: relative; display: block; }
main > .team .grid .article figure img { width: 100%; height: auto; }
main > .team .grid .article figure::after { width: 100%; height: 100%; background: #04132B; opacity: 0; position: absolute; top: 0; left: 0; transition: opacity 0.4s ease; content: " "; display: block; }
main > .team .grid .article a:hover figure::after { opacity: 0.56; }
main > .team .grid .article h3 { margin: 14px 0 0; font-size: 20px; line-height: 27px; color: #FFFFFF; }
main > .team .grid .article p { font-size: 20px; line-height: 27px; color: #04132B; }
main > .team .grid .article .popup { display: none; }

@media only screen and (min-width: 1024px) {
	main > .team { padding: 130px 18px 148px; }
	main > .team header h2 { font-size: 30px; }
	main > .team .grid { padding: 24px 0 0; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 60px 20px; }
	main > .team .grid .article:nth-child(4n-2).inview { transition-delay: 0.6s; }
	main > .team .grid .article:nth-child(4n-1).inview { transition-delay: 0.8s; }
	main > .team .grid .article:nth-child(4n).inview { transition-delay: 1s; }
	main > .team .grid .article h3 { margin: 0.700em 0 0; font-size: 20px; line-height: 1.350; }
	main > .team .grid .article p { font-size: 20px; line-height: 1.350; }
}

@media only screen and (min-width: 1024px) {
	main > .team { padding: 6.77vw 0.94vw 7.71vw; }
	main > .team header h2 { font-size: 1.56vw; }
	main > .team .grid { padding: 1.25vw 0 0; gap: 3.13vw 1.04vw; }
	main > .team .grid .article h3 { font-size: 1.04vw; }
	main > .team .grid .article p { font-size: 1.04vw; }
}

main > .instagram header { padding: 42px 0 78px; text-align: center; }
main > .instagram header h2 a { font-family: "fatfrank", sans-serif; font-size: 38px; text-transform: uppercase; color: #EA8651; display: inline-flex; align-items: center; gap: 32px; }
main > .instagram header h2 a img { width: 36px; height: auto; }
main > .instagram #sb_instagram #sbi_images { padding: 0; }

@media only screen and (min-width: 1024px) {
	main > .instagram header { padding: 80px 0 94px; }
	main > .instagram header h2 a { font-size: 48px; gap: 0.833em; }
	main > .instagram header h2 a img { width: 0.917em; }
}

@media only screen and (min-width: 1024px) {
	main > .instagram header { padding: 4.17vw 0 4.9vw; }
	main > .instagram header h2 a { font-size: 2.5vw; }
}

main > .listing { padding: 124px 0 60px; }
main > .listing header h1 { font-family: "fatfrank", sans-serif; font-size: 55px; line-height: 65px; text-transform: uppercase; color: #EA8651; text-align: center; }
main > .listing .grid { padding: 30px 10px 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
main > .listing .grid .article figure { padding: 71% 0 0; height: 0; position: relative; display: block; }
main > .listing .grid .article figure a { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; }
main > .listing .grid .article figure a img { width: 100%; height: 100%; object-fit: cover; }
main > .listing .grid .article figure::after { width: 100%; height: 160px; background: linear-gradient(0deg,rgba(10, 6, 0, 1) 0%, rgba(10, 6, 0, 0) 100%); opacity: 0.83; position: absolute; bottom: 0; left: 0; pointer-events: none; content: " "; display: block; }
main > .listing .grid .article .text { width: 240px; color: #FFFFFF; position: absolute; bottom: 20px; left: 13px; pointer-events: none; }
main > .listing .grid .article .text h2 { font-family: "fatfrank", sans-serif; font-size: 23px; line-height: 20px; text-transform: uppercase; color: #EA8651; }
main > .listing .grid .article .text p { margin: 10px 0 0; font-size: 15px; text-transform: uppercase; }
main > .listing .grid .article .text p::before { content: "("; display: inline; }
main > .listing .grid .article .text p::after { content: ")"; display: inline; }
main > .listing .grid .article .logos { pointer-events: none; display: none; }

main > .listing .grid .article.no-image figure a { background: #EA8651; text-align: center; display: flex; justify-content: center; align-items: center; }
main > .listing .grid .article.no-image figure a img { width: 56px; height: auto; }
main > .listing .grid .article.no-image figure::after { display: none; }
main > .listing .grid .article.no-image .text h2 { color: #FFFFFF; }

@media only screen and (min-width: 1024px) {
	main > .listing { padding: 188px 0 248px; }
	main > .listing header h1 { font-size: 240px; line-height: 1; }
	main > .listing .grid { padding: 0 22px; grid-template-columns: 1fr 1fr; gap: 20px; }
	main > .listing .grid .article { cursor: pointer; }
	main > .listing .grid .article:nth-child(2n).inview { transition-delay: 0.6s; }
	main > .listing .grid .article figure::after { height: 404px; transition: opacity 0.4s ease, height 0.4s ease; }
	main > .listing .grid .article:hover figure::after { opacity: 1; height: 100%; }
	main > .listing .grid .article .text { width: 300px; bottom: 34px; left: 34px; }
	main > .listing .grid .article .text h2 { font-size: 27px; line-height: 0.815; }
	main > .listing .grid .article .text p { margin: 0.217em 0 0; font-size: 23px; }
	main > .listing .grid .article .logos { position: absolute; bottom: 30px; right: 34px; opacity: 0; transition: opacity 0.4s ease; display: block; }
	main > .listing .grid .article:hover .logos { opacity: 1; }
	main > .listing .grid .article .logos ul { display: flex; align-items: center; gap: 26px; }
	main > .listing .grid .article .logos ul li img { width: auto; height: auto; max-width: 130px; max-height: 30px; filter: invert(98%) sepia(98%) saturate(7%) hue-rotate(139deg) brightness(102%) contrast(102%); }
	main > .listing .grid .article .logos ul li.taller img { max-height: 40px; }

	main > .listing .grid .article.no-image figure a img { width: 140px; }
}

@media only screen and (min-width: 1024px) {
	main > .listing { padding: 9.79vw 0 12.92vw; }
	main > .listing header h1 { font-size: 12.5vw; }
	main > .listing .grid { padding: 0 1.15vw; gap: 1.04vw; }
	main > .listing .grid .article figure::after { height: 21.04vw; }
	main > .listing .grid .article .text { width: 15.63vw; bottom: 1.77vw; left: 1.77vw; }
	main > .listing .grid .article .text h2 { font-size: 1.41vw; }
	main > .listing .grid .article .text p { font-size: 1.2vw; }
	main > .listing .grid .article .logos { bottom: 1.56vw; right: 1.77vw; }
	main > .listing .grid .article .logos ul { gap: 1.35vw; }
	main > .listing .grid .article .logos ul li img { max-width: 6.77vw; max-height: 1.56vw; }
	main > .listing .grid .article .logos ul li.taller img { max-height: 2.08vw; }

	main > .listing .grid .article.no-image figure a img { width: 7.29vw; }
}

body .production { padding: 0 0 92px; }
body .production header { color: #FFFFFF; background: #04132B; position: relative; }
body .production header figure { position: relative; display: block; }
body .production header figure video { width: 100%; height: 100vh; object-fit: cover; }
body .production header figure::after { width: 100%; height: 100%; background: #000; opacity: 0.25; position: absolute; top: 0; left: 0; content: " "; display: block; }
body .production header .text { width: 100%; padding: 108px 9px; position: absolute; bottom: 0; left: 0; display: flex; flex-direction: column; }
body .production header .text h1 { font-family: "fatfrank", sans-serif; font-size: 65px; line-height: 78px; text-transform: uppercase; color: #66B37D; order: 2; }
body .production header .text p { padding: 0 0 2px; font-size: 15px; line-height: 21px; text-transform: uppercase; letter-spacing: 0.15em; order: 1; }
body .production .intro { padding: 74px 11px 102px; }
body .production .intro .overview h2 { font-size: 22px; line-height: 26px; color: #66B37D; }
body .production .intro .overview h2 strong { font-family: "fatfrank", sans-serif; font-weight: 400; text-transform: uppercase; }
body .production .intro .overview h2 span::before { padding: 0 11px 0 7px; content: "|"; display: inline-block; }
body .production .intro .overview p { margin: 22px 0 0; font-size: 18px; line-height: 22px; }
body .production .intro .overview h2 + p { margin-top: 18px; }
body .production .intro .quote { padding: 164px 0 0; }
body .production .intro .quote blockquote q { font-family: "fatfrank", sans-serif; font-size: 40px; line-height: 44px; text-transform: uppercase; position: relative; quotes: none; display: block; }
body .production .intro .quote blockquote q::before { font-family: "pragmatica", sans-serif; font-weight: 700; font-size: 131px; line-height: 1; position: absolute; top: -82px; left: -10px; content: "“"; display: block; }
body .production .intro .quote blockquote cite { margin: 30px 0 0; font-size: 15px; text-transform: uppercase; display: block; }
body .production .intro .quote blockquote cite::before { content: "— "; display: inline-block; }
body .production .intro .details { padding: 86px 0 0; }
body .production .intro .details p { margin: 21px 0 0; font-size: 14px; line-height: 21px; }
body .production .intro .details p:first-child { margin: 0; }
body .production .intro .details p strong { font-weight: 800; }
body .production .intro .logos { padding: 21px 0 0; }
body .production .intro .logos p { font-size: 14px; line-height: 21px; }
body .production .intro .logos p strong { font-weight: 800; }
body .production .intro .logos ul { margin: 20px 0 0; display: flex; align-items: center; gap: 28px; }
body .production .intro .logos ul li img { width: auto; height: auto; max-width: 142px; max-height: 36px; }
body .production .intro .logos ul li.taller img { max-height: 42px; }
body .production .reviews { padding: 38px 0 0; color: #66B37D; border-top: 1px solid #66B37D; }
body .production .reviews .slides .slide { padding: 0 31px 0 11px; }
body .production .reviews .slides .slide .stars { display: flex; gap: 3px; }
body .production .reviews .slides .slide .stars img { width: 24px; height: auto; }
body .production .reviews .slides .slide p { margin: 17px 0 0; font-size: 12px; line-height: 17px; }
body .production .gallery { padding: 92px 0 0; }
body .production .gallery .slides .slide { width: 100vw; padding: 0 11px; }
body .production .gallery .slides .slide img { width: 100%; height: auto; }
body .production .gallery .slides .slick-arrow { width: 20px; height: 25px; position: absolute; top: calc( 50% - ( 25px / 2 ) ); right: 22px; background: none; border: 0; z-index: 2; }
body .production .gallery .slides .slick-arrow svg { width: 100%; height: 100%; object-fit: contain; }
body .production .gallery .slides .slick-arrow svg path { transition: fill 0.4s ease; }
body .production .gallery .slides .slick-arrow:hover svg path { fill: #66B37D; }
body .production .awards { padding: 80px 11px 0; }
body .production .awards h2 { font-size: 22px; line-height: 26px; color: #66B37D; }
body .production .awards h2 strong { font-family: "fatfrank", sans-serif; font-weight: 400; text-transform: uppercase; }
body .production .awards h2 span::before { padding: 0 18px 0 7px; content: "|"; display: inline-block; }
body .production .awards table { width: 100%; margin: 22px 0 0; font-size: 15px; line-height: 25px; }
body .production .awards table tr th,
body .production .awards table tr td { display: block; }
body .production .awards table tr th div,
body .production .awards table tr td div { border-top: 1px solid #0A0600; }
body .production .awards table tr td div,
body .production .awards table tr:first-child th div { border-top-width: 0; }
body .production .awards table tr:nth-child(5) ~ tr div { display: none; }
body .production .awards table tr th div { padding: 25px 0 0; font-weight: 700; }
body .production .awards table tr td div { padding: 0 0 25px; }
body .production .awards ul { margin: 22px 0 0; }
body .production .awards ul li button { font-weight: 800; font-size: 18px; background: none; border: 0; }
body .production .awards ul li button:hover { opacity: 0.46; }

@media only screen and (min-width: 1024px) {
	body .production { padding: 0 0 240px; }
	body .production header .text { padding: 45px 26px; }
	body .production header .text h1 { font-size: 150px; line-height: 1; }
	body .production header .text p { padding: 0 0.750em 1.500em; font-size: 20px; line-height: 1.350; }
	body .production .intro { padding: 42px 222px 228px 54px; display: grid; grid-template-columns: 1fr 456px; grid-template-rows: auto auto 1fr; gap: 0 270px; }
	body .production .intro .overview { padding: 0 0 0 360px; grid-column: 1; grid-row: 1; }
	body .production .intro .overview h2 { font-size: 22px; line-height: 1.182; }
	body .production .intro .overview h2 span::before { padding: 0 0.500em 0 0.318em; }
	body .production .intro .overview p { margin: 1.182em 0 0; font-size: 22px; line-height: 1.182; }
	body .production .intro .overview h2 + p { margin-top: 0.818em; }
	body .production .intro .quote { padding: 248px 0 0; grid-column: 1; grid-row: 2 / span 2; }
	body .production .intro .quote blockquote { width: 670px; }
	body .production .intro .quote blockquote q { font-size: 48px; line-height: 1.125; }
	body .production .intro .quote blockquote q::before { font-size: 3.333em; line-height: 1; top: -0.625em; left: -0.087em; }
	body .production .intro .quote blockquote cite { margin: 1.889em 0 0; font-size: 18px; }
	body .production .intro .details { padding: 0; grid-column: 2; grid-row: 1 / span 2; }
	body .production .intro .details p { margin: 1.389em 0 0; font-size: 18px; line-height: 1.389; }
	body .production .intro .details p:first-child { margin: 0; }
	body .production .intro .logos { padding: 25px 0 0; grid-column: 2; grid-row: 3; }
	body .production .intro .logos p { font-size: 18px; line-height: 1.389; }
	body .production .intro .logos ul { margin: 18px 0 0; gap: 36px; }
	body .production .intro .logos ul li img { max-width: 188px; max-height: 48px; }
	body .production .intro .logos ul li.taller img { max-height: 56px; }
	body .production .reviews { padding: 68px 0 0; border-top-width: 1px }
	body .production .reviews .slides .slide { padding: 0 76px 0 56px; }
	body .production .reviews .slides .slide .stars { gap: 4px; }
	body .production .reviews .slides .slide .stars img { width: 44px; }
	body .production .reviews .slides .slide p { margin: 1.458em 0 0; font-size: 24px; line-height: 1.375; }
	body .production .gallery { padding: 122px 0 0; }
	body .production .gallery .slides .slide { width: auto; padding: 0 56px 0 0; }
	body .production .gallery .slides .slide img { max-width: 100%; width: auto; max-height: 80vh; }
	body .production .gallery .slides .slick-arrow { width: 84px; height: 107px; top: calc( 50% - ( 107px / 2 ) ); right: 94px; }
	body .production .awards { padding: 152px 21px 0 413px; }
	body .production .awards h2 { font-size: 22px; line-height: 1.182; }
	body .production .awards h2 span::before { padding: 0 0.818em 0 0.318em; }
	body .production .awards table { margin: 1.467em 0 0; font-size: 15px; line-height: 1.667; }
	body .production .awards table tr th,
	body .production .awards table tr td { display: table-cell; }
	body .production .awards table tr th { width: 840px; }
	body .production .awards table tr td div,
	body .production .awards table tr th div { padding: 25px 0; border-top-width: 1px; }
	body .production .awards table tr:first-child th div,
	body .production .awards table tr:first-child td div { border-top-width: 0; }
	body .production .awards ul { margin: 36px 0 0 840px; }
	body .production .awards ul li button { font-size: 18px; }
}

@media only screen and (min-width: 1024px) {
	body .production { padding: 0 0 12.5vw; }
	body .production header .text { padding: 2.34vw 1.35vw; }
	body .production header .text h1 { font-size: 7.81vw; }
	body .production header .text p { font-size: 1.04vw; }
	body .production .intro { padding: 2.19vw 11.56vw 11.88vw 2.81vw; grid-template-columns: 1fr 23.75vw; gap: 0 14.06vw; }
	body .production .intro .overview { padding: 0 0 0 18.75vw; }
	body .production .intro .overview h2 { font-size: 1.15vw; }
	body .production .intro .overview p { font-size: 1.15vw; }
	body .production .intro .quote { padding: 12.92vw 0 0; }
	body .production .intro .quote blockquote { width: 34.9vw; }
	body .production .intro .quote blockquote q { font-size: 2.5vw; }
	body .production .intro .quote blockquote cite { font-size: 0.94vw; }
	body .production .intro .details p { font-size: 0.94vw; }
	body .production .intro .logos { padding: 1.3vw 0 0; }
	body .production .intro .logos p { font-size: 0.94vw; }
	body .production .intro .logos ul { margin: 0.94vw 0 0; gap: 1.88vw; }
	body .production .intro .logos ul li img { max-width: 9.79vw; max-height: 2.5vw; }
	body .production .intro .logos ul li.taller img { max-height: 2.92vw; }
	body .production .reviews { padding: 3.54vw 0 0; border-top-width: 0.05vw }
	body .production .reviews .slides .slide { padding: 0 3.96vw 0 2.92vw; }
	body .production .reviews .slides .slide .stars { gap: 0.21vw; }
	body .production .reviews .slides .slide .stars img { width: 2.29vw; }
	body .production .reviews .slides .slide p { font-size: 1.25vw; }
	body .production .gallery { padding: 6.35vw 0 0; }
	body .production .gallery .slides .slide { padding: 0 2.917vw 0 0; }
	body .production .gallery .slides .slick-arrow { width: 4.375vw; height: 5.573vw; top: calc( 50% - ( 5.573vw / 2 ) ); right: 4.896vw; }
	body .production .awards { padding: 7.92vw 1.09vw 0 21.51vw; }
	body .production .awards h2 { font-size: 1.15vw; }
	body .production .awards table { font-size: 0.78vw; }
	body .production .awards table tr th { width: 43.75vw; }
	body .production .awards table tr td div,
	body .production .awards table tr th div { padding: 1.3vw 0; border-top-width: 0.05vw; }
	body .production .awards table tr:first-child th div,
	body .production .awards table tr:first-child td div { border-top-width: 0; }
	body .production .awards ul { margin: 1.88vw 0 0 43.75vw; }
	body .production .awards ul li button { font-size: 0.94vw; }
}

main > .contact { padding: 0 0 64px; }
main > .contact header { padding: 169px 11px 44px; }
main > .contact header h1 { font-family: "fatfrank", sans-serif; font-size: 65px; line-height: 78px; text-transform: uppercase; color: #65B37C; text-align: center; }
main > .contact header p { margin: 35px 56px 0; padding: 0 0 0 36px; font-size: 16px; line-height: 18px; }
main > .contact header p::before { width: 17px; height: 22px; position: absolute; top: 0; left: 0; background: url(images/pin.svg) no-repeat 50% 50% / contain; content: " "; display: block; }
main > .contact .box { padding: 8px; background: #66B37D; }
main > .contact .box .wrap { padding: 39px 22px 30px; background: #FFFFFF; border-radius: 5px; }
main > .contact .box .address { display: none; }
main > .contact .box .form p.note { margin: 0 0 62px; font-weight: 600; font-size: 21px; line-height: 25px; color: #66B37D; }
main > .contact .box .form .gform_wrapper > .gform_heading { display: none; }
main > .contact .box .form .gform_wrapper > .gform_validation_errors { padding: 0 0 1em; font-weight: 700; font-size: 21px; line-height: 25px; color: #EA8651; }
main > .contact .box .form .gform_wrapper > .gform_validation_errors h2 { font-weight: 800;}
main > .contact .box .form .gform_fields { display: grid; grid-template-columns: 1fr; gap: 28px; }
main > .contact .box .form .gform_fields div.gfield > label { display: none; }
main > .contact .box .form .gform_fields div.gfield .ginput_container input[type="text"],
main > .contact .box .form .gform_fields div.gfield .ginput_container input[type="email"],
main > .contact .box .form .gform_fields div.gfield .ginput_container textarea { width: 100%; padding: 1px 0; font-size: 16px; line-height: 22px; color: #04132B; background: #FFFFFF; border: 0; border-bottom: 1px solid #04132B; }
main > .contact .box .form .gform_fields div.gfield.gfield_error .ginput_container input[type="text"],
main > .contact .box .form .gform_fields div.gfield.gfield_error .ginput_container input[type="email"],
main > .contact .box .form .gform_fields div.gfield.gfield_error .ginput_container textarea { border-bottom-color: #EA8651; }
main > .contact .box .form .gform_fields div.gfield .gfield_description { padding: 0.5em 0 0; font-weight: 700; font-size: 16px; line-height: 22px; }
main > .contact .box .form .gform_fields div.gfield .gfield_description.validation_message { color: #EA8651; }
main > .contact .box .form .gform_footer { padding: 32px 0 0; text-align: right; }
main > .contact .box .form .gform_footer input[type="submit"] { width: 162px; height: 162px; margin: 0 0 0 auto; font-size: 16px; text-align: center; color: #FFFFFF; background: #66B37D; border: 1px solid #66B37D; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
main > .contact .box .form .gform_footer input[type="submit"]:hover { color: #66B37D; background: #FFFFFF; }

@media only screen and (min-width: 1024px) {
	main > .contact { padding: 0 0 118px; }
	main > .contact header { padding: 176px 0 171px; }
	main > .contact header h1 { font-size: 240px; line-height: 0.417; }
	main > .contact header p { display: none; }
	main > .contact .box { padding: 8px; }
	main > .contact .box .wrap { padding: 70px 51px 44px 27px; border-radius: 5px; display: grid; grid-template-columns: 604px 1fr; }
	main > .contact .box .address { display: block; grid-column: 1; grid-row: 1; align-self: end; }
	main > .contact .box .address p { padding: 0 0 0 2.250em; font-size: 16px; line-height: 1.125; }
	main > .contact .box .address p::before { width: 1.063em; height: 1.375em; position: absolute; top: 0; left: 0; background: url(images/pin.svg) no-repeat 50% 50% / contain; content: " "; display: block; }
	main > .contact .box .form p.note { width: 18.182em; margin: 0 0 7.182em; font-size: 22px; line-height: 1.182; text-wrap: balance; }
	main > .contact .box .form .gform_wrapper > .gform_validation_errors { font-size: 22px; }
	main > .contact .box .form .gform_fields { padding: 0 413px 0 0; grid-template-columns: 1fr 1fr; gap: 50px 18px; }
	main > .contact .box .form .gform_fields div.gfield.gfield--width-full { padding: 28px 0 0; grid-column: span 2; }
	main > .contact .box .form .gform_fields div.gfield .ginput_container input[type="text"],
	main > .contact .box .form .gform_fields div.gfield .ginput_container input[type="email"],
	main > .contact .box .form .gform_fields div.gfield .ginput_container textarea { padding: 0.125em 0; font-size: 16px; line-height: 1.375; border-bottom-width: 0.063em; }
	main > .contact .box .form .gform_fields div.gfield .ginput_container textarea { height: 5.000em; }
	main > .contact .box .form .gform_fields div.gfield .gfield_description { font-size: 16px; }
	main > .contact .box .form .gform_footer { padding: 0; position: absolute; bottom: 0; right: 0; }
	main > .contact .box .form .gform_footer input[type="submit"] { width: 11.100em; height: 11.100em; font-size: 20px; border-width: 0.050em; }
}

@media only screen and (min-width: 1024px) {
	main > .contact { padding: 0 0 6.15vw; }
	main > .contact header { padding: 9.17vw 0 8.91vw; }
	main > .contact header h1 { font-size: 12.5vw; }
	main > .contact .box { padding: 0.42vw; }
	main > .contact .box .wrap { padding: 3.65vw 2.66vw 2.29vw 1.41vw; border-radius: 0.26vw; grid-template-columns: 31.46vw 1fr; }
	main > .contact .box .address p { font-size: 0.83vw; }
	main > .contact .box .form p.note { font-size: 1.15vw; }
	main > .contact .box .form .gform_wrapper > .gform_validation_errors { font-size: 1.15vw; }
	main > .contact .box .form .gform_fields { padding: 0 21.51vw 0 0; gap: 2.6vw 0.94vw; }
	main > .contact .box .form .gform_fields div.gfield.gfield--width-full { padding: 1.46vw 0 0; }
	main > .contact .box .form .gform_fields div.gfield .ginput_container input[type="text"],
	main > .contact .box .form .gform_fields div.gfield .ginput_container input[type="email"],
	main > .contact .box .form .gform_fields div.gfield .ginput_container textarea { font-size: 0.83vw; }
	main > .contact .box .form .gform_fields div.gfield .gfield_description { font-size: 0.83vw; }
	main > .contact .box .form .gform_footer input[type="submit"] { font-size: 1.04vw; }
}

main > .notice { padding: 176px 11px 134px; color: #EA8651; }
main > .notice h1 { font-family: "fatfrank", sans-serif; font-size: 65px; text-transform: uppercase; }
main > .notice p { margin: 40px 0 0; font-size: 21px; line-height: 26px; }

@media only screen and (min-width: 1024px) {
	main > .notice { padding: 210px 179px 212px; }
	main > .notice h1 { font-size: 240px; line-height: 0.933; }
	main > .notice p { width: 1280px; margin: 2.109em 0 0; font-size: 46px; line-height: 1.370; }
}

@media only screen and (min-width: 1024px) {
	main > .notice { padding: 10.94vw 9.32vw 11.04vw; }
	main > .notice h1 { font-size: 12.5vw; }
	main > .notice p { width: 66.67vw; font-size: 2.4vw; }
}

main > .legal { padding: 176px 11px 134px; }
main > .legal a { text-decoration: underline; }
main > .legal a:hover { text-decoration-color: #FFFFFF; }
main > .legal h1 { font-family: "fatfrank", sans-serif; font-size: 32px; text-transform: uppercase; color: #EA8651; text-wrap: balance; }
main > .legal h2 { margin: 2em 0 0; font-family: "fatfrank", sans-serif; font-size: 24px; color: #EA8651; }
main > .legal h3 { margin: 22px 0 0; font-weight: 700; font-size: 16px; line-height: 22px; }
main > .legal p,
main > .legal ul { margin: 22px 0 0; font-size: 16px; line-height: 22px; }
main > .legal ul { margin-left: 2em; list-style: disc; }

@media only screen and (min-width: 1024px) {
	main > .legal { padding: 210px 179px 212px; }
	main > .legal h1 { font-size: 120px; line-height: 0.933; }
	main > .legal h2 { font-size: 24px; }
	main > .legal h3,
	main > .legal p,
	main > .legal ul { width: 1280px; margin-top: 1.375em; font-size: 16px; line-height: 1.375; }
}

@media only screen and (min-width: 1024px) {
	main > .legal { padding: 10.94vw 9.32vw 11.04vw; }
	main > .legal h1 { font-size: 6.25vw; }
	main > .legal h2 { font-size: 1.25vw; }
	main > .legal h3,
	main > .legal p,
	main > .legal ul { width: 66.67vw; font-size: 0.83vw; }
}

body > footer { padding: 20px 12px 40px; color: #FFFFFF; background: #04132B; display: grid; grid-template-columns: 190px 1fr; }
body > footer a { color: #FFFFFF; }
body > footer a:hover { opacity: 0.46; }
body > footer p.logo { grid-column: 1; grid-row: 1; }
body > footer p.logo img { width: 106px; height: auto; }
body > footer p.address { font-size: 12px; line-height: 17px; grid-column: 2; grid-row: 1; }
body > footer ul.social { padding: 60px 0 76px; grid-column: 1 / span 2; grid-row: 2; display: flex; gap: 16px; }
body > footer ul.social li a img { width: auto; height: 22px; }
body > footer p.copyright { font-size: 12px; line-height: 17px; text-wrap: balance; grid-column: 1; grid-row: 3; }
body > footer ul.legal { font-size: 12px; line-height: 17px; grid-column: 2; grid-row: 3; }

@media only screen and (min-width: 1024px) {
	body > footer { padding: 22px 22px 34px; grid-template-columns: 690px 436px 1fr auto; gap: 110px 0; }
	body > footer p.logo { grid-column: 1; grid-row: 1; }
	body > footer p.logo img { width: 106px; }
	body > footer p.address { font-size: 12px; line-height: 1.417; grid-column: 2; grid-row: 1; }
	body > footer ul.social { padding: 0; grid-column: 4; grid-row: 1; gap: 16px; }
	body > footer ul.social li a img { height: 22px; }
	body > footer p.copyright { font-size: 12px; line-height: 1.417; grid-column: 2; grid-row: 2; }
	body > footer ul.legal { font-size: 12px; line-height: 1.417; display: flex; gap: 1.000em; grid-column: 3; grid-row: 2; }
}

@media only screen and (min-width: 1024px) {
	body > footer { padding: 1.15vw 1.15vw 1.77vw; grid-template-columns: 35.94vw 22.71vw 1fr auto; gap: 5.73vw 0; }
	body > footer p.logo img { width: 5.52vw; }
	body > footer p.address { font-size: 0.63vw; }
	body > footer ul.social { gap: 0.83vw; }
	body > footer ul.social li a img { height: 1.15vw; }
	body > footer p.copyright { font-size: 0.63vw; }
	body > footer ul.legal { font-size: 0.63vw; }
}

html.team { overflow: hidden; }
body > .team { width: 100%; height: 100%; padding: 12px 12px 46px; background: #FFFFFF; overflow: auto; position: fixed; top: 0; left: 0; display: none; z-index: 53; }
body > .team > ul { display: flex; justify-content: flex-end; }
body > .team > ul li button { width: 81px; height: 27px; font-size: 12px; text-transform: uppercase; color: #FFFFFF; background: #04132B; border: 1px solid #04132B; border-radius: 5px; text-align: center; display: flex; justify-content: center; align-items: center; }
body > .team > ul li button:hover { color: #04132B; background: #FFFFFF; }
body > .team .details { padding: 74px 0 0; display: grid; grid-template-columns: 1fr; gap: 30px; }
body > .team .details figure img { width: 100%; height: auto; }
body > .team .details .text h2 { font-family: "fatfrank", sans-serif; font-size: 37px; line-height: 1.175; text-transform: uppercase; }
body > .team .details .text h3 { font-size: 24px; line-height: 33px; }
body > .team .details .text p { margin: 21px 0 0; font-size: 14px; line-height: 21px; }
body > .team .details .text p:first-child { margin: 0; }
body > .team .details .text .text-1 { padding: 38px 0 0; }
body > .team .details .text .text-2 { padding: 21px 0 0; display: none; }
body > .team .details .text ul.toggle { padding: 44px 0 0; }
body > .team .details .text ul.toggle li button { font-size: 16px; background: none; border: 0; display: flex; gap: 10px; }
body > .team .details .text ul.toggle li button:hover { opacity: 0.46; }
body > .team .details .text ul.toggle li button::before { content: "+"; display: block; }
body > .team .details .text ul.toggle li button.open::before { content: "-"; }

@media only screen and (min-width: 1024px) {
	body > .team { padding: 64px 50px 116px 195px; }
	body > .team > ul li button { width: 6.750em; height: 2.250em; font-size: 12px; border-width: 0.083em; border-radius: 0.417em; }
	body > .team .details { padding: 22px 0 0; grid-template-columns: 526px 1fr; gap: 248px; }
	body > .team .details .text h2 { font-size: 55px; }
	body > .team .details .text h3 { font-size: 38px; line-height: 1.368; }
	body > .team .details .text p { margin: 1.375em 0 0; font-size: 16px; line-height: 1.375; }
	body > .team .details .text p:first-child { margin: 0; }
	body > .team .details .text .text-1 { width: 456px; padding: 68px 0 0; }
	body > .team .details .text .text-2 { width: 456px; padding: 22px 0 0; }
	body > .team .details .text ul.toggle { padding: 98px 0 0; }
	body > .team .details .text ul.toggle li button { font-size: 16px; gap: 0.625em; }
}

@media only screen and (min-width: 1024px) {
	body > .team { padding: 3.33vw 2.6vw 6.04vw 10.16vw; }
	body > .team > ul li button { font-size: 0.63vw; }
	body > .team .details { padding: 1.15vw 0 0; grid-template-columns: 27.4vw 1fr; gap: 12.92vw; }
	body > .team .details .text h2 { font-size: 2.86vw; }
	body > .team .details .text h3 { font-size: 1.98vw; }
	body > .team .details .text p { font-size: 0.83vw; }
	body > .team .details .text .text-1 { width: 23.75vw; padding: 3.54vw 0 0; }
	body > .team .details .text .text-2 { width: 23.75vw; padding: 1.15vw 0 0; }
	body > .team .details .text ul.toggle { padding: 5.1vw 0 0; }
	body > .team .details .text ul.toggle li button { font-size: 0.83vw; }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * fullPage 4.0.40
 * 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);pointer-events:none}#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;pointer-events:none}.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;pointer-events:all}#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-enabled .fp-scrollable{overflow:visible;height:initial}.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;width:100dvw}body:not(.fp-responsive) .fp-overflow{max-height:100vh;max-height:100dvh}.fp-scrollable .fp-auto-height .fp-overflow{max-height:none}.fp-is-overflow .fp-overflow,.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow .fp-overflow.fp-auto-height-responsive{overflow-y:auto}.fp-overflow{outline:0}.fp-overflow.fp-table{display:block}.fp-responsive .fp-auto-height-responsive .fp-overflow,.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 */