﻿@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";
.grnd-bg {
    background: #e40059;
    background: linear-gradient(269deg, rgb(228, 0, 89) 0%, rgb(109, 188, 255) 100%);
}
.c-blue {
    color: #00a4d5;
}
.s-scrollbars,
.modal-style-menu .modal-body,
.modal-style-submit .modal-body,
.modal-style-2 .modal-body,
.modal-style-1 .modal-body {
    scrollbar-color: #e9e9e9 rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}
.s-scrollbars::-webkit-scrollbar,
.modal-style-menu .modal-body::-webkit-scrollbar,
.modal-style-submit .modal-body::-webkit-scrollbar,
.modal-style-2 .modal-body::-webkit-scrollbar,
.modal-style-1 .modal-body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #fff;
}
.s-scrollbars::-webkit-scrollbar-track,
.modal-style-menu .modal-body::-webkit-scrollbar-track,
.modal-style-submit .modal-body::-webkit-scrollbar-track,
.modal-style-2 .modal-body::-webkit-scrollbar-track,
.modal-style-1 .modal-body::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
}
.s-scrollbars::-webkit-scrollbar-thumb,
.modal-style-menu .modal-body::-webkit-scrollbar-thumb,
.modal-style-submit .modal-body::-webkit-scrollbar-thumb,
.modal-style-2 .modal-body::-webkit-scrollbar-thumb,
.modal-style-1 .modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #dadada;
    border: 2px solid #fff;
}
.modal-body .d-flex a img {
    height: 70px;
}
.s-scrollbars-white,
.nav-container {
    scrollbar-color: rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}
.s-scrollbars-white::-webkit-scrollbar,
.nav-container::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0);
}
.s-scrollbars-white::-webkit-scrollbar-track,
.nav-container::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
}
.s-scrollbars-white::-webkit-scrollbar-thumb,
.nav-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}
.s-scrollbars-white:hover,
.nav-container:hover {
    scrollbar-color: rgba(255, 255, 255, 0.8) rgba(0, 0, 0, 0);
}
.s-scrollbars-white:hover::-webkit-scrollbar-thumb,
.nav-container:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.8);
}
.eq-height-content div[class*="col"] {
    display: flex;
}
.eq-height-content div[class*="col"] > div[class*="in"] {
    flex: 1;
}
.soe-area .soe {
    display: none !important;
}
.ea,
.nav-pills .nav-link,
.s-top-bar nav .nav-link,
.s-top-bar nav .dropdown-item,
.s-top-bar nav .nav-link:before,
.s-top-bar,
.s-scrollbars-white::-webkit-scrollbar-thumb,
.nav-container::-webkit-scrollbar-thumb {
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-small {
    font-size: 12px;
    line-height: normal;
}
.my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mt-20px {
    margin-top: 20px;
}
.mt-32px {
    margin-top: 32px;
}
.d-columns {
    display: flex;
    flex-direction: column;
}
.content {
    margin: 12px 0;
}
.content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.content p:last-child {
    margin-bottom: 0;
}
.content p.small {
    font-size: 14px;
    line-height: 20px;
}
.content p a {
    font-weight: bold;
    color: #00a4d5;
}
.content h4 {
    margin: 16px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
}
.content h4.no-margin {
    margin: 0;
}
.content h4.no-margin span.c-blue {
    font-size: 14px;
    display: block;
    font-weight: 600;
    line-height: 30px;
}
.content h4.modal-subtitle {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 13px 0;
    padding: 0 0 8px 0;
}
.content h4.modal-subtitle:after {
    background: #6c8cd9;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
}
.content .modal-photo {
    margin-bottom: 32px;
}
.content .modal-photo img {
    display: block;
    width: 100%;
}
.content .p-partner-label {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 12px;
    display: block;
    color: #646464;
}
.content .p-partner-label:first-child {
    margin-top: 0px;
}
.content .b-icon img {
    margin-top: 9px;
    margin-bottom: 3px;
    width: 54px;
}
.s-category-description {
    padding-bottom: 8px;
    display: block;
}
.s-category-description p {
    font-weight: bold;
}
.table-timetable {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.table-timetable thead {
    border-bottom: 1px solid #e7e7e7;
}
.table-timetable thead th {
    padding: 12px 0;
}
.table-timetable thead th:last-child {
    text-align: right;
}
.table-timetable tbody tr td {
    padding: 6px 0px;
}
.table-timetable tbody tr td:last-child {
    text-align: right;
}
.table-timetable tbody tr:first-child td {
    padding-top: 12px;
}
.content-modal-partners {
    margin-right: -10px;
}
.content-modal-partners .d-flex a img {
    padding-right: 24px;
    padding-bottom: 24px;
}
.img-addition {
    max-width: 100%;
    margin: -50px auto;
}
@media (max-width: 768px) {
    .img-addition {
        margin: -10px auto;
    }
    .rpxm {
        padding-left: 0px;
        padding-right: 0px;
    }
}
section.s-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 754px;
}
section.s-header .navbar-toggler {
    padding: 6px 3px;
    margin-right: 16px;
    border: 0px solid rgba(0, 0, 0, 0);
}
section.s-header .s-top-bar .navbar-toggler-icon {
    margin-top: -3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='18' height='12'%3E%3Crect width='18' fill='%23fff' height='2'%3E%3C/rect%3E%3Crect y='5' width='18' fill='%23fff' height='2'%3E%3C/rect%3E%3Crect y='10' width='18' fill='%23fff' height='2'%3E%3C/rect%3E%3C/svg%3E");
    width: 18px;
    height: 12px;
}
section.s-header .s-top-bar.sticked .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='18' height='12'%3E%3Crect width='18' height='2'%3E%3C/rect%3E%3Crect y='5' width='18' height='2'%3E%3C/rect%3E%3Crect y='10' width='18' height='2'%3E%3C/rect%3E%3C/svg%3E");
}
section.s-header .pf-partners {
    position: absolute;
    bottom: 57px;
    z-index: 5;
    text-align: center;
}
section.s-header .pf-partners .col {
    padding-left: 0px;
    padding-right: 50px;
    text-align: left;
}
section.s-header .pf-partners .col:last-child {
    padding-right: 0;
}
section.s-header .pf-partners .pf-label {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}
section.s-header .pf-partners img {
    margin: 8px 32px 8px 0px;
    display: inline-block;
}
section.s-header .pf-partners img:last-child {
    margin-right: 0px;
}
section.s-header .pf-header-container {
    position: absolute;
    top: 288px;
    left: 0px;
    right: 0px;
    z-index: 6;
    text-align: center;
}
section.s-header .pf-header-container .pf-header {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
section.s-header .pf-header-container .pf-header p {
    margin: 24px 0px 32px;
    font-size: 20px;
}
section.s-header .pf-header-container .pf-header h1:after {
    background: #fff !important;
}
@media (max-width: 768px) {
	.s-top-bar .navbar-brand img{
		height:40px !important;
	}
    .pf-partners {
        left: 15px;
        right: 15px;
        bottom: 32px !important;
    }
    .pf-partners .pf-label {
        padding-top: 20px !important;
    }
    .s-top-bar.sticked {
        padding: 11px 0px !important;
    }
    .s-top-bar .navbar-brand {
        padding: 0px !important;
    }
    section.s-header {
        height: 665px;
    }
    section.s-header .s-video-background {
        height: 665px;
        width: 1182px;
        margin-left: -40%;
    }
    section.s-header .pf-header-container {
        top: 23.6%;
        left: 15px;
        text-align: left;
		right:15px
    }
    section.s-header .pf-header-container .pf-header h1 {
        width: 192px;
        font-size: 27px;
		width: 100%;
        text-align: center;
    }
    section.s-header .pf-header-container .pf-header p {
        margin: 16px 8px 16px 0px;
        font-size: 18px;
    }
    section.s-header .pf-header-container .pf-header p br {
        display: none;
    }
    section.s-header .pf-header-container .pf-header .mt-32px {
        margin-top: 18px;
    }
    section.s-header .pf-header-container .pf-header .btn-sp {
        width: auto;
        padding-left: 13px;
        padding-right: 13px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    section.s-header {
        height: 754px;
    }
    section.s-header .s-video-background {
        height: 754px;
        width: 1340px;
        margin-left: -30%;
    }
}
@media (max-width: 992px) {
    section.s-header .s-top-bar .container-fluid {
        display: block;
    }
}
.s-top-bar {
    margin: 32px 0px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    position: fixed;
}
.s-top-bar .brand-bg-dark {
    display: inline-block;
}
.s-top-bar .brand-bg-white {
    display: none;
}
.s-top-bar .navbar-brand img {
    height: 46px;
}
.s-top-bar.sticked {
    margin-top: 0px;
    padding-bottom: 4px;
    background: #fff;
    position: static;
    color: #000 !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.s-top-bar.sticked .brand-bg-dark {
    display: none;
}
.s-top-bar.sticked .brand-bg-white {
    display: inline-block;
}
.s-top-bar.sticked .navbar-brand img {
    height: 26px;
}
.s-top-bar.sticked .dropdown-menu {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}
.s-top-bar.sticked .nav-link {
    color: #000 !important;
}
.s-top-bar nav {
    padding: 0;
}
@media (min-width: 700px) {
    .s-top-bar nav .container-fluid {
        max-width: 1140px;
    }
    .s-top-bar nav .nav-link {
        font-size: 14px;
        font-weight: bold;
        padding: 12px 0px !important;
        margin: 0 12px;
        position: relative;
        opacity: 1;
        color: #fff !important;
    }
    .s-top-bar nav .nav-link.dropdown-toggle {
        margin: 0;
        padding: 12px !important;
    }
    .s-top-bar nav .nav-link:before {
        content: "";
        position: absolute;
        height: 0px;
        background: rgba(176, 66, 157, 1);
        left: 0px;
        width: 100%;
        bottom: 0px;
        margin-bottom: -4px;
        opacity: 0;
    }
    .s-top-bar nav .nav-link.active:before,
    .s-top-bar nav .nav-link:hover:before,
    .s-top-bar nav .nav-link.show:before {
        height: 4px;
        opacity: 1;
    }
    .s-top-bar nav .nav-link.show {
        background: #fff;
        border-radius: 4px 4px 0 0;
        color: #232220 !important;
    }
    .s-top-bar nav .dropdown-menu {
        border: 0;
        margin-top: 4px;
    }
    .s-top-bar nav .dropdown-menu .dropdown-item {
        font-size: 16px;
        padding: 14px 16px;
    }
    .s-top-bar nav .dropdown-menu .dropdown-item:active {
        background: rgba(0, 0, 0, 0.08);
        color: inherit;
    }
}
.s-video-background {
    z-index: 2;
}
button.btn-sp {
    border: none;
}
button.btn-sp.btn-sp-outline-gradient {
    background: rgba(0, 0, 0, 0);
}
.btn-sp {
    border-radius: 4px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 1.38;
    font-weight: bold;
    text-align: center;
}
.btn-sp.ml-0 {
    margin-left: 0px;
}
.btn-sp.btn-sp-expand {
    padding-left: 160px;
    padding-right: 160px;
    margin-top: 25px;
}
.btn-sp.fw {
    margin: 0px;
    width: 100%;
}
.btn-sp:disabled {
    opacity: 0.3 !important;
}
@media (max-width: 992px) {
    .btn-sp.btn-sp-expand {
        padding-left: 1px;
        padding-right: 1px;
        width: 100%;
        margin-top: 25px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 768px) {
    .btn-sp.m-fw {
        padding-left: 1px;
        padding-right: 1px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
    }
}
.btn-sp-gradient {
    padding: 9px 19px 9px 20px;
    background: rgba(176, 66, 157, 1) !important;
    color: #fff !important;
}
.btn-sp-gradient:hover {
    color: #272729;
}
.btn-sp-outline-gradient {
    color: #313149;
    padding: 9px 14px 9px 15px;
    display: inline-block;
    position: relative;
    z-index: 0;
    text-align: center;
}
.btn-sp-outline-gradient:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(219, 166, 209, 1), rgba(176, 66, 157, 1));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.btn-sp-outline-gradient:hover {
    background: rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 2px rgba(0, 164, 213, 0.32);
    color: #232220;
}
.btn-sp-outline-gradient:active {
    background: rgba(0, 0, 0, 0.16);
    color: #232220;
}
.btn-sp-outline-gradient:focus {
    box-shadow: 0 0 0 4px rgba(0, 164, 213, 0.32);
    color: #232220;
    outline: none;
}
.accordion {
    border-bottom: 1px solid rgba(176, 66, 157, 1);
}
.accordion-item {
    background: rgba(0, 0, 0, 0);
}
.accordion-item button.accordion-button {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid rgba(176, 66, 157, 1);
    padding: 16px 14px 16px 42px;
    position: relative;
}
.accordion-item button.accordion-button:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 20px;
    width: 24px;
    height: 24px;
    margin-right: 9px;
    background: url("../images/icons-white-arrow-bottom.png") no-repeat center center;
    background-size: 16px;
}
.accordion-item .collapse,
.accordion-item button.accordion-button:not(.collapsed) {
    background: #e7e3e6 !important;
    color: #25315a;
}
.accordion-item .collapse:before,
.accordion-item button.accordion-button:not(.collapsed):before {
    background-image: url("../images/icons-red-arrow-top.png") !important;
    transform: none;
}
.accordion-item .accordion-body {
    padding-top: 0;
}
.accordion-item .accordion-collapse,
.accordion-item button.accordion-button {
    transition: all 0s cubic-bezier(0.5, 1, 0.89, 1);
}
.accordion-item .accordion-collapse {
    background: #e7e3e6;
    color: #25315a;
}
.accordion-content-block {
    padding: 16px 4px 15px 16px;
    border-radius: 4px;
    background: #cfc8c8;
    margin: 8px 0;
    display: block;
}
.accordion-content-block:last-child {
    margin-bottom: 0px;
}
.accordion-content-block ul,
.accordion-content-block ol {
    margin: 0px 0px 20px;
}
.accordion-content-block ul {
    list-style-type: none;
    padding: 0px;
}
.accordion-content-block ul li {
    font-size: 14px;
    line-height: 1.3;
    margin: 6px 0;
    position: relative;
    padding-left: 20px;
}
.accordion-content-block ul li:before {
    content: "•";
    color: #979797;
    position: absolute;
    left: 0px;
    font-size: 1.3em;
    margin-top: -0.15em;
}
.accordion-content-block ol {
    padding: 0px 10px 0px 22px;
}
.accordion-content-block ol li {
    font-size: 14px;
    line-height: 1.3;
    margin: 6px 0;
    position: relative;
    padding-left: 8px;
}
.accordion-content-block ol li ul li {
    padding-left: 20px;
}
section {
    padding: 59px 0px 64px 0px;
}
section.s-silver {
    background: #f9f9f9;
}
section.s-dark {
    color: #fff;
    background: #2e2537;
}
section.s-dark.wb {
    background: #232323 url("https://www.pb.pl/silaprzyciagania/wp-content/uploads/2024/09/tlo_pod_kategorie.jpg")
        no-repeat top center;
    background-size: cover;
}
section.s-dark .btn-sp-outline-gradient {
    color: #fff;
}

.footer-partners .partners-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}
.footer-parners-logos .d-flex{
	align-items:center;
}
.footer-partners .p-partner-label {
	margin-right:16px;
	text-align:right;
	font-size:12px
}
.footer-parners-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.footer-parners-logos img {
	max-height:45px;
}
section.s-footer {
    background: #232220;
    color: #fff;
    line-height: 1.38;
    padding-bottom: 120px;
}
section.s-footer .f-bonnier-logo {
    width: 137px;
    margin-top: 2px;
    margin-bottom: 20px;
}
section.s-footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
section .s-header .s-title h1,
section .s-header .s-title h3 {
    font-size: 40px;
    font-weight: 900;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    position: relative;
    display: inline-block;
    line-height: 1em;
    color:rgba(77, 10, 66, 1);
}
section .s-header .s-title h1{
    color:#fff;
}

section .s-header-navigation {
    margin: 16px 0px 20px;
}
@media (max-width: 768px) {
	.footer-partners .p-partner-label {
    width: 100%;
	text-align:center;
	margin-bottom: 10px;
}
.footer-parners-logos .d-flex.flex-wrap a:last-child {
    margin-top: 10px;
}
    .footer-parners-logos {
    width: 100%;
    text-align: center;
	margin-bottom:15px;
}
.footer-parners-logos .d-flex.flex-wrap {
    justify-content: center !important;
	 width: 100%;
}
    section {
        padding: 32px 0;
    }
    section .s-header .s-title h1,
    section .s-header .s-title h3 {
        font-size: 32px;
		line-height: 30px;
    }
}
.i-jury {
    padding: 10px;
}
.i-jury .i-jury-in {
    background: #f9f9f9;
    padding: 0 0 32px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
}
.i-jury .i-jury-in figure {
    margin-bottom: 0;
    overflow: hidden;
    display: block;
}
.i-jury .i-jury-in figure img {
    width: 100%;
    display: block;
    float: left;
}
.i-jury .i-jury-in .i-title {
    margin: 16px 17px 0px;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 900;
    color: rgba(77, 10, 66, 1);
    position: relative;
}
.i-jury .i-jury-in .i-title:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: rgba(176, 66, 157, 1);
}
.i-jury .i-jury-in .i-description {
    font-size: 12px;
    color: #646464;
    padding: 11px 17px 0;
    margin: 0;
    line-height: normal;
}
@media (max-width: 768px) {
    .i-jury {
        padding: 8px 0;
    }
    .i-jury .i-jury-in figure {
        position: relative;
        padding-bottom: 56.2%;
    }
    .i-jury .i-jury-in figure img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.i-article {
    padding: 10px;
}
.i-article .i-article-in {
    background: #fff;
    padding: 0 0 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}
.i-article .i-article-in figure {
    margin-bottom: 0;
    overflow: hidden;
    display: block;
}
.i-article .i-article-in figure img {
    width: 100%;
    display: block;
    float: left;
}
.i-article .i-article-in .i-title {
    color: #232220;
    margin: 16px 17px 0px;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    position: relative;
}
@media (max-width: 768px) {
    .i-article {
        padding: 8px 0;
    }
    .i-article .i-article-in figure {
        height: 200px;
    }
    .i-article .i-article-in figure img {
        object-fit: cover;
        height: 100%;
    }
}
.i-winner-category {
    padding: 0px 10px 16px;
}
.i-winner-category .i-winner-category-in {
    background: #fff;
    padding: 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}
.i-winner-category .i-winner-category-in .i-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.i-winner-category .i-winner-category-in .i-subtitle {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: bold;
}
.i-winner-items {
    list-style: none;
    margin: 16px 0px 0px 0px;
    padding: 0px;
}
.i-winner-items li {
    border-top: 1px solid #e9e9e9;
}
.i-winner-items li a {
    color: #232220;
}
.i-winner-items li > a {
    display: block;
    padding: 13px 30px 14px 0px;
    position: relative;
}
.i-winner-items li > a button {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0px !important;
    outline: none;
    margin: none;
    display: inline-block;
}
.i-winner-items li > a:after {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    top: 50%;
    right: 0px;
    content: "";
    background: url("../images/icons-arrow-right.png") no-repeat center center;
    background-size: 22px;
}
.i-winner-items li > a.disable {
    cursor: default !important;
}
.i-winner-items li > a.disable:after {
    display: none;
}
.i-winner-items li > a .i-winner-names {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}
@media (max-width: 768px) {
    .i-winner-category {
        padding-left: 0px;
        padding-right: 0px;
    }
    .i-winner-category .i-winner-category-in {
        padding: 16px;
    }
}
.i-photo {
    padding: 0px 10px 16px 10px;
}
.i-photo img {
    width: 100%;
}
@media (max-width: 768px) {
    .i-gallery {
        margin-left: -13px;
        margin-right: -13px;
        overflow: hidden;
    }
    .i-photo {
        padding: 1px;
    }
}
#gallery-org-nav {
    height: 100%;
    position: relative;
    display: flex;
}
#gallery-org-nav .owl-prev,
#gallery-org-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background: #fff;
    background-size: 24px;
    background-position: center center;
}
#gallery-org-nav .owl-prev.disabled,
#gallery-org-nav .owl-next.disabled {
    opacity: 0.2;
}
#gallery-org-nav .owl-prev {
    left: 0px;
    background-image: url("../images/icons-arrow-left.png");
}
#gallery-org-nav .owl-next {
    right: 0px;
    background-image: url("../images/icons-arrow-right.png");
}
#gallery-org-nav .owl-stage {
    display: flex;
    height: 100%;
}
#gallery-org-nav .owl-item {
    display: flex;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
#gallery-org-nav .pi {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}
#gallery-org-nav .pi img {
    height: 100%;
    object-fit: cover;
    margin: auto;
    width: auto;
    overflow: hidden;
}
@media (max-width: 768px) {
    #gallery-org-nav .pi img {
        height: auto;
        width: 100%;
    }
}
.nav-pills {
    margin: 8px 0 !important;
}
.nav-pills .nav-item {
    padding-right: 8px;
}
.nav-pills .nav-item:last-child {
    padding-right: 0px;
}
.nav-pills.nav-sub {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
.nav-pills .nav-link {
    padding: 10px 16px 11px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    white-space: nowrap;
}
.nav-pills .nav-link:hover {
    background-color: rgba(242, 242, 242, 0.32);
}
.nav-pills .nav-link:focus {
    background-color: rgba(242, 242, 242, 0.6);
}
.nav-pills .nav-link:active {
    background: #f2f2f2;
}
.nav-pills .nav-link.active {
    background: #f2f2f2;
    color: inherit;
}
.nav.owl-carousel {
    flex-wrap: nowrap;
}
section.s-dark .nav-pills .nav-link {
    color: #4cc3ee;
    position: relative;
    border-radius: 0.55em;
}
section.s-dark .nav-pills .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.55em;
    border: 1px solid rgba(0, 0, 0, 0);
    background: linear-gradient(0deg, #48c6ef, #6c8cd9) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
section.s-dark .nav-pills .nav-link.active {
    background-image: linear-gradient(0deg, #48c6ef, #6c8cd9);
    color: #272729 !important;
}
.nav-container {
    white-space: nowrap;
    overflow-x: auto;
}
.nav-container .nav {
    flex-wrap: nowrap;
}
.round-btn-close,
.modal-style-gallery .btn-close {
    width: 54px;
    height: 54px;
    border-radius: 54px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    background-color: #fff;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    opacity: 1;
}
.modal-style-1 .modal-dialog {
    position: fixed;
    float: right;
    width: 332px;
    right: 0px;
    margin: 0px;
    height: 100%;
}
.modal-style-1 .btn-close {
    background-size: 18px;
    margin: 0px;
    padding: 0px;
}
.modal-style-1 .modal-header {
    position: relative;
}
.modal-style-1 .modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
}
.modal-style-1 .modal-header,
.modal-style-1 .modal-body,
.modal-style-1 .modal-footer {
    padding: 15px 24px;
}
.modal-style-1 .modal-header {
    border-bottom: 1px solid #f2f2f2;
}
.modal-style-1 .modal-footer {
    border-top: 1px solid #f2f2f2;
}
.modal-style-1 .modal-body {
    overflow-y: auto;
}
.modal-style-1 .modal-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}
.modal-style-2 .modal-dialog {
    position: fixed;
    float: right;
    width: 849px;
    max-width: none !important;
    right: 0px;
    margin: 0px;
    height: 100%;
}
.modal-style-2 .modal-dialog .modal-columns {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
}
.modal-style-2 .modal-dialog .modal-left {
    width: 332px;
}
.modal-style-2 .modal-dialog .modal-left .nav-link {
    width: 100%;
    text-align: left;
}
.modal-style-2 .modal-dialog .modal-left .nav-link.wp {
    padding: 16px 16px 16px 80px;
    position: relative;
}
.modal-style-2 .modal-dialog .modal-left .nav-link.wp b {
    display: block;
    font-weight: 900;
    padding: 5px 0;
    line-height: 19px;
}
.modal-style-2 .modal-dialog .modal-left .nav-link img {
    border-radius: 50px;
    width: 48px;
    height: 48px;
    top: 16px;
    position: absolute;
    left: 16px;
}
.modal-style-2 .modal-dialog .modal-right {
    width: 517px;
    background: #f9f9f9;
}
.modal-style-2 .btn-close {
    background-size: 18px;
    margin: 0px;
    padding: 0px;
}
.modal-style-2 .modal-header {
    position: relative;
}
.modal-style-2 .modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
}
.modal-style-2 .modal-header,
.modal-style-2 .modal-body,
.modal-style-2 .modal-footer {
    padding: 15px 24px;
}
.modal-style-2 .modal-header {
    border-bottom: 1px solid #f2f2f2;
}
.modal-style-2 .modal-footer {
    border-top: 1px solid #f2f2f2;
}
.modal-style-2 .modal-body {
    overflow-y: auto;
}
.modal-style-2 .modal-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}
.modal-style-submit .modal-dialog {
    position: fixed;
    width: 100%;
    max-width: none !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    height: 100%;
}
.modal-style-submit .btn-close {
    background-size: 18px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 400;
    opacity: 1;
}
.modal-style-submit .modal-header {
    position: relative;
}
.modal-style-submit .modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
}
.modal-style-submit .modal-header,
.modal-style-submit .modal-body,
.modal-style-submit .modal-footer {
    padding: 15px 24px;
}
.modal-style-submit .modal-header {
    border-bottom: 1px solid #f2f2f2;
}
.modal-style-submit .modal-footer {
    border-top: 1px solid #f2f2f2;
}
.modal-style-submit .modal-body {
    overflow-y: auto;
}
.modal-style-submit .modal-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
    background: #f9f9f9;
}
.modal-style-submit .modal-footer {
    background: #fff;
}
.modal-style-menu .modal-dialog {
    position: fixed;
    float: left;
    width: 332px;
    left: 0px;
    margin: 0px;
    height: 100%;
}
.modal-style-menu .btn-close {
    background-size: 18px;
    margin: 0px;
    padding: 0px;
}
.modal-style-menu .modal-header {
    position: relative;
}
.modal-style-menu .modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
}
.modal-style-menu .modal-header,
.modal-style-menu .modal-body,
.modal-style-menu .modal-footer {
    padding: 15px 24px;
}
.modal-style-menu .modal-header img {
    height: 30px;
    margin-left: -2px;
}
.modal-style-menu .modal-footer {
    border-top: 1px solid #f2f2f2;
}
.modal-style-menu .modal-body {
    overflow-y: auto;
    padding: 0;
}
.modal-style-menu .navbar-nav .nav-item {
    padding: 0;
    margin: 0;
}
.modal-style-menu .navbar-nav .nav-link {
    font-weight: 900;
    font-size: 16px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    padding: 15px 16px;
    line-height: 1em;
}
.modal-style-menu .navbar-nav .nav-link.active,
.modal-style-menu .navbar-nav .nav-link:hover {
    border-color: #d21d73;
}
.modal-style-menu .modal-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}
.modal-style-gallery {
    color: #fff;
}
.modal-style-gallery .btn-close {
    right: 24px;
    top: 24px;
}
.modal-style-gallery .modal-header {
    height: 105px;
}
.modal-style-gallery .modal-title {
    left: 32px;
    top: 30px;
    position: absolute;
    z-index: 998;
    font-size: 24px;
    font-weight: 900;
}
.modal-style-gallery .modal-dialog {
    position: fixed;
    float: left;
    max-width: none;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}
.modal-style-gallery .modal-content {
    background: url("../images/dark-background.jpg") no-repeat center center;
    background-size: cover;
}
.modal-style-gallery .modal-content,
.modal-style-gallery .modal-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}
.modal-style-gallery .modal-body {
    padding: 0px 0px 40px 0px;
}
.modal-style-gallery #gallery-progress {
    padding: 12px 30px 20px 0;
    font-size: 12px;
    text-align: right;
}
.modal-style-gallery .modal-footer {
    background: #fff;
    padding: 8px 16px;
    justify-content: left;
}
.modal-style-gallery .modal-footer .g-label {
    font-size: 12px;
    margin: 8px;
    display: block;
    color: #232220;
    text-align: left;
    font-weight: bold;
}
.modal-style-gallery .modal-footer a {
    width: 90px;
    float: left;
}
.modal-style-gallery .modal-footer a img {
    width: 100%;
}
@media (max-width: 768px) {
    .modal-style-1 .modal-dialog,
    .modal-style-2 .modal-dialog {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .modal-style-2 .modal-dialog {
        float: none;
    }
    .modal-style-2 .modal-columns {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .modal-style-2 .modal-columns > div {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .modal-style-2 .modal-columns .modal-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        flex: 0;
    }
    .modal-style-2 .modal-columns .modal-left .nav-item {
        padding-right: 8px;
    }
    .modal-style-2 .modal-columns .modal-left .content {
        margin: 0;
    }
    .modal-style-2 .modal-columns .modal-left .content .nav-pills {
        margin: 0 !important;
    }
    .modal-style-2 .modal-columns .modal-right {
        width: 100%;
        height: 300px;
    }
}
@media (min-width: 769px) {
    .modal-style-1 .modal-header,
    .modal-style-2 .modal-header {
        padding: 12px 24px;
    }
    .modal-style-1 .modal-title,
    .modal-style-2 .modal-title {
        margin: 15px 16px;
    }
    .modal-style-1 .btn-close,
    .modal-style-2 .btn-close {
        width: 54px;
        height: 54px;
        border-radius: 54px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
        position: absolute;
        background-color: #fff;
        z-index: 999;
        margin: 0px;
        padding: 0px;
        opacity: 1;
        left: -27px;
    }
    .modal-left .nav-pills {
        display: block;
    }
    .modal-left .nav-pills li {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .modal:not(.modal-style-submit) .btn-close {
        width: 54px;
        height: 54px;
        border-radius: 54px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
        position: absolute;
        right: -27px;
        background-color: #fff;
        z-index: 999;
        margin: 0px;
        padding: 0px;
        opacity: 1;
    }
}
.modal .modal-body .content {
    margin-top: 4px;
}
.modal .modal-body .text-muted {
    margin: 13px 0 20px 0;
}
.modal-data {
    display: none;
}
.p-form {
    margin: auto;
}
.p-form h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
}
.p-form .form-group {
    margin: 13px 0px 1px;
    font-weight: 600;
}
.p-form .p-consents {
    padding-top: 3px;
}
.p-form .p-consents .p-consent {
    margin-top: 3px;
}
.p-form .p-consents .p-consent label {
    padding-top: 4px;
    font-size: 12px;
    line-height: 18px;
}
.p-form .p-consents .p-consent label a {
    font-weight: 600;
}
.p-form .mif {
    margin: 12px 0px;
}
.p-form .form-control,
.p-form .from-select {
    border: 1px solid #dedede;
}
.p-form .form-file-hidden {
    font-size: 1px;
    height: 1px;
    width: 1px;
    padding: 0px !important;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
}
.p-form .form-floating > .form-select {
    height: calc(3.4rem + 2px);
    font-weight: 600;
}
.p-form .form-floating > .form-select optgroup {
    font-weight: normal !important;
}
.modal-style-submit .modal-footer {
    padding-right: 36px;
}
.modal-style-submit .p-form {
    max-width: 460px;
    width: 100%;
}
.modal-style-submit .btn-sp {
    margin-left: 0px;
    margin-right: 0px;
}
.modal-style-submit a,
.modal-style-submit .expand-toggler {
    color: rgba(176, 66, 157, 1);
}
.modal-style-submit .expand-area {
    padding-top: 56px;
    padding-bottom: 22px;
    margin: auto;
    max-width: 1375px;
    color: #646464;
    font-size: 12px;
    text-align: justify;
}
.modal-style-submit .expand-area .expand-toggler {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.f-bottom-bar {
    background: rgba(77, 10, 66, 1);
    padding: 32px 0px;
}
.f-bottom-bar .f-left {
    font-size: 32px;
    width: 100%;
    color: #fff;
    line-height: 1em;
    font-weight: 900;
    padding-top: 3px;
}
.f-bottom-bar .f-left b {
    color: rgba(176, 66, 157, 1);
}
.f-bottom-bar .f-right {
    white-space: nowrap;
}
.f-bottom-bar .f-right button {
    margin-bottom: 0px !important;
}
.f-bottom-bar .btn-sp-gradient {
    background: rgba(176, 66, 157, 1);
}
@media (min-width: 766px) and (max-width: 992px) {
    .f-bottom-bar .f-left {
        padding-top: 7px;
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .f-bottom-bar {
        padding: 16px;
    }
    .f-bottom-bar .container {
        padding: 0px !important;
    }
    .f-bottom-bar .f-left {
        font-size: 16px;
        padding-bottom: 12px;
        line-height: 1.3em;
        padding-top: 0px;
    }
    .f-bottom-bar .d-flex,
    .f-bottom-bar .f-lext,
    .f-bottom-bar .f-right {
        display: block !important;
        width: 100%;
    }
}
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.dropzone,
.dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 160px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    padding: 20px 20px;
    border-radius: 4px;
    border: dashed 1px #cbdcdb;
    background-color: #fff;
    box-sizing: border-box;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover,
.dropzone:active {
    border-color: #09c6ff;
    background: #fff;
}
#dropzoneArea {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#dropzoneArea .dz-message {
    align-self: center;
}
.dz-upload-here:before,
.dz-details:before {
    width: 43px;
    height: 43px;
    content: "";
    background: silver;
    display: inline-block;
    background: url("../images/icons-upload-file.png");
    background-size: 43px;
}
.dz-details:before {
    background: url("../images/icons-file.png");
}
.dz-upload-here {
    line-height: 1.35em;
    font-size: 16px;
}
.dz-upload-here b {
    color: rgba(176, 66, 157, 1);
    display: block;
    margin-top: 2px;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
}
.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.dropzone .dz-preview {
    position: relative;
    display: block;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-image {
    display: none !important;
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: #fff;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 0.76em;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    position: absolute;
    bottom: -34px;
    left: 50%;
    background: #f9f9f9;
    opacity: 0.8;
    padding: 6px 6px;
    width: 160px;
    text-align: center;
    margin-left: -80px;
    border-radius: 4px 4px 0px 0px;
    z-index: 100 !important;
    color: #4d4d4d;
}
.dropzone .dz-preview .dz-remove:empty {
    display: none;
}
.dropzone .dz-preview .dz-remove:hover {
    opacity: 1;
    background: #fff;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dz-details {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dz-details::before {
    order: 1;
}
.dz-details .dz-filename {
    order: 2;
    color: #00a4d5;
    font-weight: 600;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 0.2em;
    max-width: 400px;
}
.dz-details .dz-size {
    order: 3;
    font-size: 0.8em;
    padding-top: 0.1em;
    color: gray;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    padding: 11px;
    background: #fff;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 44px;
    height: 44px;
}
.dropzone .dz-preview .dz-success-mark svg path {
    fill: #86b200;
}
.dropzone .dz-preview .dz-error-mark path {
    fill: #db1f42;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 6px;
    left: 50%;
    bottom: -16px;
    margin-top: -8px;
    width: 160px;
    margin-left: -80px;
    background: #f9f9f9;
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background-image: linear-gradient(to right, #9c20aa, #fb3570);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 100;
    position: absolute;
    display: block;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    bottom: -6px;
    margin-left: -200px;
    left: 50%;
    width: 400px;
    color: #e24865;
    background: #fff;
    text-align: center;
    padding: 0.3em;
    font-size: 0.79em;
}
.expand-area .expand-content {
    display: none;
}
.expand-area.expanded .expand-lead {
    display: none;
}
.expand-area.expanded .expand-content {
    display: block;
}
.expand-area .expand-toggler {
    font-weight: bold;
    cursor: pointer;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Lato", sans-serif;
    color: #232220;
    position: relative;
}
body a {
    text-decoration: none;
    color: inherit;
}
.container-in {
    max-width: 942px;
}
