/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[13].use[3]!./src/styles/globals.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --body: #D8D8D8;
    --yellow: #FFBD00;
    --text-color: #060606;
}

/* 
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
} */

body {
    scroll-behavior: smooth;
    scroll-margin-block-start: 5rem;
    line-height: normal;
    background: white;
    font-family: "Poppins";
    color: var(--body);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

footer {
    background: black;
    padding-top: 80px;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
}

footer h6 {
    color: var(--yellow);
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 17px;
}

footer a,
footer p {
    color: #FFFFFF;
}

footer .socmed {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

footer .socmed span svg {
    width: 12px;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-bottom {
    background: var(--black);
    /* background: var(--yellow); */
    border-top: 2px solid var(--yellow);
    font-size: 15px;
    color: var(--yellow);
    padding: 15px;
    text-align: center;
    margin-top: 70px;
}

a:hover {
    color: var(--yellow);
}

.navbar.navbar-light {
    background: black;
    padding: 4px 0;
}

.navbar .navbar-nav .nav-link {
    color: var(--body);
    font-size: 16px;
    font-weight: 500;
    padding: 11.5px 25px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.navbar .navbar-nav .nav-link.active {
    font-weight: 700;
    position: relative;
}

.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .nav-link.active:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--yellow);
    content: "";
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.chat {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 99;
}

.chat p {
    color: white;
    position: absolute;
    top: 28px;
    left: 53px;
    font-size: 20px;
    font-weight: 700;
}

.chat span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    color: white;
    background: #FF0000;
    top: 8px;
    right: 12px;
}

.hero-slider {
    background: black;
}

.hero-slider .owl-nav svg {
    /*opacity: .3;*/
}

.hero-slider .owl-nav button:hover svg {
    opacity: 1;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.15) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    line-height: 0;
    border-radius: 0 !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.hero-slider .owl-prev {
    left: 0;
    margin-left: 0 !important;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

.hero-slider .owl-next {
    right: 0;
    margin-right: 0 !important;
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

.hero-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    transition: ease all .3s;
    background: rgba(255, 255, 255, 0.50) !important;
    width: 8px;
    height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 1px solid #000;
    outline: 1px solid #fff;
    width: 12px;
    height: 12px;
}

.slide h1 {
    font-family: 'Poppins', sans-serif;
    color: #FEFEFE;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 25px;
}

.slide h5 {
    color: var(--yellow);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
}

.slide p {
    margin-bottom: 30px;
}

.slide .btn {
    border-width: 2px;
    padding: 10px 30px;
    letter-spacing: 2px;
}

.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide img {
    width: 100%;
}

/* .slide.hero img {
    width: auto !important;
} */
.desc-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-size: 16px;
    line-height: normal;
    color: var(--body);
    line-height: 28px;
}

.btn-yellow,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    border-color: var(--yellow) !important;
    background: var(--yellow) !important;
    color: #101010;
    letter-spacing: 2px;
}

.btn-yellow-outline,
.btn-yellow-outline:hover,
.btn-yellow-outline:focus,
.btn-yellow-outline:active {
    letter-spacing: 2px;
    border-color: var(--yellow) !important;
    background: transparent;
    color: var(--yellow) !important;
}

.hero-sld .socmed {
    position: absolute;
    top: 0;
    right: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.hero-sld .socmed a {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid #636363;
    opacity: .5;
}

.hero-sld .socmed a img {
    width: auto;
    height: auto;
}

.hero-sld .socmed a:hover {
    opacity: 1;
}

.hero-sld .numb {
    position: absolute;
    bottom: 50px;
    right: 30px;
    display: flex;
    color: white;
    opacity: .3;
    font-size: 32px;
    font-weight: 700;
    align-items: flex-end;
}

.hero-slider .numb span {
    font-size: 80px;
    line-height: 80px;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-section {
    font-family: 'Poppins', sans-serif;
    color: #FEFEFE;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 25px;
}

.subtitle-section {
    color: var(--yellow);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
}

.list-charter {
    display: flex;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.list-charter li {
    flex: 1 1 16.666%;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #D8D8D8;
    list-style: none;
    margin: 0;
}

.list-charter li span {
    display: block;
}

.list-services {
    display: flex;
    align-items: center;
    margin: 50px 0;
    padding: 0;
    flex-wrap: wrap;
    /* border: 1px solid #E6E6E6; */
}

.list-services li {
    flex: 1 1 33%;
    position: relative;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 270px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin: -1px 0 0 -1px;
    transition: ease all .5s;
    overflow: hidden;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.list-services li a {
    color: #000;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.list-services li span {
    display: block;
    width: 100%;
    transition: ease all .5s;
}

.list-services li img {
    max-height: 0;
    transition: ease all .5s;
    filter: brightness(0) invert(1);
    display: block;
    margin: auto;
}

.list-services li:hover img {
    max-height: 200px;
}

.list-services li:hover {
    font-weight: 800;
}

.list-services li:hover span {
    margin-top: 10px;
}

.list-services li:hover a,
.list-services li:hover span,
.list-services li:hover div {
    color: #FDB109;
}

.list-services li div {
    position: absolute;
    display: inline-flex;
    align-items: center;
    bottom: 10px;
    left: 15px;
    max-width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    transition: max-height ease-in-out .5s;
    max-height: 0;
    font-weight: 700;
}

.list-services li:hover div {
    color: #FDB109;
    bottom: 10px;
    max-height: 300px;
}

.list-services li:hover img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(60%) saturate(1574%) hue-rotate(346deg) brightness(98%) contrast(98%);
}

.list-services li div img {
    margin-left: 5px;
    height: auto;
}

.owl-testimoni.owl-theme {
    margin-bottom: 40px;
}

.owl-testimoni .card-body {
    padding: 50px 65px;
}

.owl-testimoni .card-body p {
    color: #292929;
}

.owl-testimoni.owl-theme .owl-nav {
    margin-bottom: 0;
}

.owl-testimoni .owl-prev,
.owl-testimoni .owl-next {
    background-color: rgba(0, 0, 0, 0.15) !important;
    width: 40px !important;
    height: 40px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    line-height: 0;
    border-radius: 0 !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -20px !important;
    border-radius: 40px !important;
}

.owl-testimoni .owl-prev {
    left: -30px;
}

.owl-testimoni .owl-next {
    right: -30px;
}

.owl-testimoni.owl-theme .owl-dots {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}

.owl-testimoni.owl-theme .owl-dots .owl-dot {
    width: 100%;
}

.owl-testimoni.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background: #C4C4C4 !important;
    width: 100%;
    border-radius: 0;
    height: 10px !important;
    border: 0;
    outline: none;
}

.owl-testimoni.owl-theme .owl-dots .owl-dot.active span,
owl-testimoni.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--yellow) !important;
}

.testimoni {
    padding-bottom: 100px;
    /* background: url(../img/bg-testimoni.jpg) no-repeat; */
    background-size: 100% auto;
    position: relative;
    overflow: inherit;
}

.slide-testi {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.connect {
    /* background: url(../img/bg-connect.jpg) no-repeat; */
    background-size: cover;
}

.bg-testi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.hero-page {
    position: relative;
    height: 420px;
    overflow: hidden;
    text-align: center;
}

.hero-page:before {
    display: block;
    background: linear-gradient(90deg, #090909 0%, rgba(9, 9, 9, 0) 100%), linear-gradient(180deg, rgba(9, 9, 9, 0.22) 36.04%, #090909 100%);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.hero-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-page .title-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    color: #FEFEFE;
    font-size: 64px;
    line-height: 64px;
    opacity: .75;
}

.line-kutip .container {
    position: relative;
    opacity: .5
}

.line-kutip .container:before {
    position: absolute;
    top: calc(50% - .5px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    content: ""
}

.line-kutip .container span {
    width: 70px;
    height: 50px;
    position: absolute;
    left: calc(50% - 45px);
    top: calc(50% - 25px);
    background: black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.f-title-line {
    position: relative;
    margin-bottom: 30px;
}

.f-title-line div {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 100%;
    right: 0;
    /* left: -28%; */
    left: 0;
}

.title-line {
    font-family: 'Poppins', sans-serif;
    color: #FEFEFE;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    white-space: nowrap;
}

.f-title-line div span {
    position: relative;
    display: block;
    width: 100%;
}

.f-title-line div span:before {
    position: absolute;
    background: var(--yellow);
    left: 30px;
    right: 0;
    top: calc(50% - 1px);
    height: 2px;
    content: "";
}

.ftl-left div {
    flex-direction: row-reverse;
    left: 0;
    /* right: -28%; */
    right: 0;
}

.ftl-left div span:before {
    left: 0;
    right: 30px;
}

.nav-tabs-au {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-color: #D9D9D9;
    margin-top: 80px;
}

.nav-tabs-au li {
    width: 100%;
}

.nav-tabs-au .nav-link {
    width: 100%;
    background: none;
    border-radius: 0;
    border: 0;
    color: #FEFEFE;
    opacity: .7;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 24px;
}

.nav-tabs-au .nav-link.active {
    opacity: 1;
    color: #FEFEFE;
    background: transparent;
    position: relative;
    font-weight: 800;
}

.nav-tabs-au .nav-link.active:before {
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background: var(--yellow);
}

.title-nav-tabs {
    margin-bottom: 20px;
}

.title-nav-tabs span {
    position: relative;
    color: #B9B9B9;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-style: italic;
}

.title-nav-tabs span i {
    position: absolute;
    font-family: 'Manrope', sans-serif;
    font-size: 72px;
    line-height: 72px;
    opacity: .2;
    font-style: normal;
    font-weight: 800;
    bottom: 0;
    left: 100%;
    margin-left: -30px;
}

.list-value {
    height: 100%;
    background: transparent;
    color: #1D1D1D;
    padding: 20px;
    border-radius: 10px;
}

.value-title {
    min-height: 40px;
}

.list-value h4 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.list-value hr {
    border-color: var(--yellow);
    opacity: 1;
    border-width: 2px;
}

.list-value p {
    margin-bottom: 0;
}

.bg-connet {
    /* background: url(../img/bg-connect.jpg) no-repeat; */
    background-size: cover;
    position: relative;
    padding: 80px;
    margin: 10px;
}

.bg-connet:after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .3));
}

.bg-connet .container {
    z-index: 1;
    position: relative;
}

.ts-line {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.ts-line:before {
    position: absolute;
    background: #D9D9D9;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    height: 2px;
    content: "";
}

.ts-line .title-section {
    z-index: 1;
    background: black;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}



.card-people {
    text-align: center;
}

.modal-people .thumbnail,
.id-card-people .thumbnail,
.card-people .thumbnail {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    overflow: hidden;
    margin: auto;
    /* border: 4px solid #FFF; */
    background: white;
}

.modal-people .thumbnail img,
.id-card-people .thumbnail img,
.card-people .thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
}

.card-people h5,
.desc-popup h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}

.id-card-people .link-social a {
    text-decoration: none;
    color: white;
}

.id-card-people .link-social a:hover {
    text-decoration: none;
    font-weight: 700;
}

.card-people p,
.desc-popup p {
    opacity: .6;
}

.card-people {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    height: 100%;
}

.btn-people-see {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.people-section-dark .card-people h5,
.people-section-dark .card-people p {
    color: #1d1d1d;
}

.people-section-dark .card-people p {
    opacity: 1;
}

.modal-people .modal-content {
    background: #161616;
}

.modal-people .thumbnail {
    width: 120px;
    height: 120px;
    min-width: 120px;
}

.id-card-people .thumbnail {
    width: 185px;
    height: 185px;
    display: inline-block;
    margin-bottom: 30px;
}

.modal-people .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--yellow);
    filter: invert(67%) sepia(100%) saturate(932%) hue-rotate(358deg) brightness(100%) contrast(105%);
}

.modal-people.modal.fade .modal-dialog {
    max-width: 600px;
}

.ft-mp {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}

.ft-mp:before {
    position: absolute;
    background: #D9D9D9;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    height: 2px;
    content: "";
    opacity: .2;
}

.ft-mp span {
    z-index: 1;
    background: #161616;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-people .modal-body {
    padding: 30px;
}

.id-card-people {
    text-align: left;
    padding: 15px;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    width: 365px;
    max-width: 100%;
    display: inline-block;
}

.id-card-people .desc-popup p,
.id-card-people .desc-popup h4 {
    color: var(--yellow);
}

.id-card-people hr {
    opacity: 1;
    border-width: 2px;
}

.ficp {
    padding: 50px 40px;
    background: #0D0D0D;
    border-radius: 10px;
}

.f-maps {
    display: inline-flex;
}

.list-pin {
    padding-left: 30px;
    font-weight: 600;
    text-align: left;
}

.list-pin h3 {
    color: #FEFEFE;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}

.hero-slider.owl-theme.slider-videos .owl-dots {
    display: none !important;
}

.grid-album {
    display: flex;
}

.grid-a {
    width: 50%;
    min-width: 50%;
    height: 560px;
    border: 6px solid #F1F1F1;
    position: relative;
    overflow: hidden;
    background: #515151;
}

.grid-b {
    width: 50%;
    height: 560px;
}

.grid-a img,
.grid-b img {
    width: auto;
    /* position: absolute; */
    left: 50%;
    top: 50%;
    /* height: auto; */
    width: 100%;
    transform: translate(-50%, -50%);

    position: relative;
    height: 100%;
    object-fit: cover;
}

.grid-b ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.grid-b ul li {
    list-style: none;
    width: 50%;
    border: 6px solid #F1F1F1;
    position: relative;
    display: block;
    height: 280px;
    overflow: hidden;
    background: #515151;
}

.grid-b ul li:first-child {
    width: 100%;
}

.list-art {
    height: 100%;
    background: #161616;
    color: #EFEFEF;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.list-art h4 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-art p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.list-art .desc {
    padding-bottom: 90px !important;
}

.list-art .desc span {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 72px;
    line-height: 72px;
    color: #FEFEFE;
    opacity: .1;
    font-weight: 800;
}

.list-art .desc .text-center {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.list-art .thumbnail {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.list-art .thumbnail img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
}

.f-banner {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 360px;
}

.f-banner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.f-banner .desc-fbanner {
    padding: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
}

.f-banner .desc-fbanner h2 {
    width: 40%;
}

.f-banner .desc-fbanner h2.long-type {
    width: 80%;
}

.f-banner hr {
    border-color: var(--yellow);
    opacity: 1;
}

.form-contact {
    padding-bottom: 0;
    background: #FFFFFF;
}

.form-contact .contact-icon {
    filter: brightness(0) saturate(100%);
}
   

.form-contact .form-control {
    background: #D9D9D9;
    color: #1D1D1D;
    border: none;
    box-shadow: none;
}

.form-contact .ts-line {
    padding-bottom: 4px;
}

.form-contact .ts-line .title-section {
    color: var(--yellow);
    font-size: 16px;
    line-height: normal;
}

.form-contact .ts-line:before {
    background: var(--yellow);
    opacity: .6
}

.form-contact input.form-control {
    height: 54px;
    line-height: 54px;
    font-weight: 500;
}

.form-contact .form-control::placeholder {
    color: #1D1D1D;
}

.form-contact .form-control:focus {
    background: #F1F1F1;
    color: #1D1D1D;
    border: none;
    /* box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.08); */
}

.about-us {
    /* background: url(../img/bg-about-us.png) no-repeat; */
    background-size: cover;
}

.list-news {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
}

.list-news .desc {
    padding-top: 20px;
}

.list-news .desc h4 {
    font-size: 28px;
    font-weight: 700;
    transition: ease all .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: white;
}

.list-news .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-news:hover .desc h4 {
    color: white;
    text-decoration: underline;
}

.list-news .desc {
    color: var(--yellow);
}

.list-news .desc .title-news {
    height: 70px;
}

.list-news .desc img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(31%) saturate(2426%) hue-rotate(360deg) brightness(105%) contrast(105%);
    width: 0;
    transition: ease-in-out all .3s;
    margin-left: 0px;
}

.list-news:hover .desc img {
    width: auto;
    margin-left: 10px;
}

.list-news .thumbnail {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.list-news .thumbnail img {
    transition: ease all .3s;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-news:hover .thumbnail img {
    opacity: .7;
}

.main-filter ul {
    display: flex;
    border-bottom: 1px solid rgba(217, 217, 217, .30);
}

.main-filter ul li {
    padding: 0 20px 15px 20px;
    font-weight: 500;
    cursor: pointer;
    transition: all .5s ease;
    color: #000;
}

.main-filter ul li:hover {
    color: var(--yellow);
}

.main-filter ul li.active {
    color: var(--yellow);
    position: relative;
}

.main-filter ul li.active:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 100%;
    background: var(--yellow);
    content: "";
}

.main-filter .c-list-news {
    overflow: hidden;
    padding: 0;
}

.main-filter .c-list-news .news-list {
    transition: all 5s ease-in-out;
}

.main-filter .c-list-news .news-list .list-news {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    text-align: left;
}

.main-filter .c-list-news .news-list .list-news .thumbnail {
    min-width: 420px;
    width: 420px;
    height: 250px;
}

.main-filter .c-list-news .news-list .list-news:hover .thumbnail img {
    opacity: .4;
}

.main-filter .c-list-news .news-list .list-news .thumbnail .read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.main-filter .c-list-news .news-list .list-news .thumbnail .read-more .btn-yellow-outline {
    border-width: 2px;
    opacity: 0;
    padding: 10px 25px;
}

.main-filter .c-list-news .news-list .list-news:hover .thumbnail .read-more .btn-yellow-outline {
    opacity: 1;
    transition: ease all .3s;
}

.main-filter .c-list-news .news-list .list-news .desc {
    padding-top: 0;
}

.main-filter .c-list-news .news-list .list-news .desc h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.main-filter .c-list-news .news-list .list-news:hover .desc h4 {
    text-decoration: none;
}

.main-filter .c-list-news .news-list .list-news .desc h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-filter .c-list-news .news-list .list-news:hover .desc h2 {
    text-decoration: underline;
    color: var(--yellow);
}

.main-filter .c-list-news .news-list .list-news .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-filter .c-list-news .news-list .list-news .desc span {
    opacity: .75;
    color: #000000
}

.owl-news a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000000;
}

.owl-news .item {
    position: relative;
    overflow: hidden;
}

.owl-news.owl-carousel .owl-item img {
    border-radius: 5px;
}

.owl-news.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.item .desc-ln {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
}

.desc-ln .title-section {
    font-size: 2rem;
    line-height: calc(43/32);
}

.item .desc-ln .subtitle-section {
    letter-spacing: 0;
}

.item:hover .desc-ln .title-section {
    text-decoration: underline;
}

.owl-news .item a {
    height: 540px;
    display: block;
}

.owl-news .owl-dots {
    margin-top: 1.25rem;
}

.owl-news .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-news .owl-nav .owl-prev {
    left: -5%;
    position: absolute;
}

.owl-news .owl-nav .owl-next {
    right: -5%;
    position: absolute;
}

.main-filter ul.pagination,
.pagination {
    border: 0;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 30px;
}

.main-filter ul.pagination li {
    padding: 0;
}

.main-filter ul.pagination li a {
    background: transparent;
    border-radius: 0;
    border: 0;
    color: #D8D8D8;
}

.main-filter ul.pagination li a:hover {
    color: var(--yellow);
}

.main-filter ul.pagination li a.active {
    color: var(--yellow);
    position: relative;
}

.main-filter ul.pagination li a.active:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: var(--yellow);
    content: "";
}

.text-yellow {
    color: var(--yellow);
}

.share-socmed {
    position: absolute;
    right: 15px;
    top: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: ease all .3s;
    z-index: 99999999;
}

.share-socmed-fixed {
    position: fixed;
    transition: ease all .3s;
    top: 80px;
}

.accordion-services .accordion-item {
    margin-bottom: 2px;
    border-color: #161616;
    background: transparent;
    color: #000000;
}

.accordion-services .accordion-item:last-of-type,
.accordion-services .accordion-item:first-of-type {
    border-radius: 0 !important;
}

.accordion-services .accordion-button {
    background: #ffffff;
    color: #D8D8D8;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    transition: ease all .3s;
}

.accordion-services .accordion-button[aria-expanded=false] {
    font-weight: 400;
}

.accordion-services .accordion-button img {
    filter: brightness(0) invert(1);
    margin-left: 15px;
    margin-right: 20px;
    width: 42px;
}

.accordion-services .accordion-button:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: "";
    background: var(--yellow);
}

.accordion-services .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-services .accordion-item .accordion-body {
    margin-bottom: 15px;
    background: #ffffff;
    padding-left: 98px;
}

.accordion-services .accordion-button::after {
    filter: invert(67%) sepia(100%) saturate(932%) hue-rotate(358deg) brightness(100%) contrast(105%);
    /* background-image: url(../img/icon/plus-circle.svg); */
}

.accordion-services .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
    /* background-image: url(../img/icon/minus-circle.svg); */
}

.accordion-services .accordion-header {
    scroll-margin-block-start: 222px;
}

.slider-videos.hero-slider .owl-prev {
    left: -47px;
    background: transparent !important;
}

.slider-videos.hero-slider .owl-next {
    right: -47px;
    background: transparent !important;
}

.main-nav {
    width: 100%;
    grid-area: main;
    padding: 0;
    text-align: center;
}

.item-nav {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
}

.item-nav::-webkit-scrollbar {
    width: 0;
}

.nav-tabs-gallery {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-color: #1D1D1D;
    background: transparent;
    gap: 30px;
    border-bottom: none !important;
}

.nav-tabs-gallery li {

}

.nav-tabs-gallery .nav-link {
    width: 100%;
    background: none;
            border-radius: 0;
            border: 0;
    border-color: #1D1D1D;
    color: #1D1D1D;
    opacity: .7;
    padding-bottom: 15px;
    /* white-space: nowrap; */
}

.nav-tabs-gallery .nav-link.active {
    opacity: 1;
    color: #FDB109;
    background: transparent;
    position: relative;
    /* border-color: #1D1D1D; */
    font-weight: 600;
}

.nav-tabs-gallery .nav-link.active:before {
    position: absolute;
    height: 2px;
    width: 80px;
    bottom: 0;
    left: calc(50% - 40px);
    content: "";
    background: #FDB109;
}

.maps-contact {
    /* background: url(../img/bg-maps.png) no-repeat center; */
    background-size: cover;
    height: 656px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.maps-contact:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    content: "";
}

.label-maps {
    position: absolute;
    right: 15%;
    top: 50%;
    background: white;
    color: #3E3E3E;
    width: 280px;
    padding: 15px;
    border-radius: 5px;
}

.label-maps img {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 30px;
    margin-top: -15px;
}

.label-maps.lm-office {
    right: auto;
    left: 15%;
    top: 30%;
}

.mt-mode {
    height: 100vh;
}

.error-page {
    height: 100%;
    /* background-image: url(../img/bg-error.png); */
    background-repeat: no-repeat;
    background-size: cover;

}

.error-page h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
}

.error-page p {
    font-weight: 500;
    font-size: 16px;
}

.error-page img {
    width: 500px;
}

.list-brochures .desc p {
    color: #FEFEFE;
}

.list-brochures .desc h4 {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
}

.sec-company-profile .pdf-sec a {
    color: #FEFEFE;
}

.sec-company-profile .pdf-sec a:hover {
    color: var(--yellow);
}

.view-cp {
    overflow: hidden;
}

.view-cp .modal-dialog {
    max-width: none !important;
    margin: 0;
    position: relative;
}

.view-cp .modal-dialog .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(87deg) brightness(109%) contrast(101%);
    z-index: 9;
}

.view-cp .modal-dialog .modal-content {
    background: none !important;
}

.view-cp .hero-slider.owl-carousel .owl-item .item {
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-cp .hero-slider.owl-carousel .owl-item img {
    width: auto;
    height: auto;
    max-width: 85vw;
    max-height: 85vh;
}

.view-cp .hero-slider.owl-theme .owl-dots {
    bottom: 15px;
}

.l-brochures .list-news .thumbnail {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100%;
    min-width: auto !important;
}

.l-brochures .list-news .thumbnail img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playfair-display {
    font-family: 'Poppins', sans-serif !important;
}

.thumb-brochures {
    height: 185px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.thumb-brochures img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}


/* 
body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
}

a {
  color: inherit;
  text-decoration: none;
} */

@media (prefers-color-scheme: dark) {
    html {
        color-scheme: dark;
    }
}

@media screen and (max-width: 1399.99px) {}

@media screen and (max-width: 1199.99px) {

    .hero-slider.owl-theme .owl-dots,
    .hero-slider .numb {
        bottom: 0;
    }

    .title-line {
        font-size: 40px;
        line-height: 40px;
    }

    .slider-videos iframe {
        height: 450px;
    }

    .owl-carousel .owl-item .grid-a img {
        width: auto;
        height: 100%;
    }

    .value-title {
        min-height: 65px;
    }
}

@media screen and (max-width: 991.99px) {
    .value-title {
        min-height: 90px;
    }

    .list-news .thumbnail {
        height: 170px;
    }

    .list-news .desc h4 {
        font-size: 18px;
    }

    .list-news .desc span,
    .list-news .desc p {
        font-size: 14px;
    }

    .hero-slider.owl-theme .owl-dots,
    .hero-slider .numb {
        bottom: 15px;
    }

    .container {
        max-width: 96%;
    }

    .navbar.navbar-light .container {
        padding: 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 11.5px 20px;
        font-size: 14px;
    }

    .hero-sld .socmed {
        gap: 10px;
        top: 15px;
        right: 15px;
    }

    .hero-sld .socmed a {
        width: 34px;
        height: 34px;
    }

    .slide h5 {
        font-size: 16px;
    }

    .slide h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .slide p {
        font-size: 14px;
        line-height: 20px;
    }

    .desc-slide {
        padding-left: 30px;
        padding-right: 30px;
    }

    .desc-slide .position-relative {
        position: initial !important;
    }

    .hero-slider .owl-prev,
    .hero-slider .owl-next {
        width: 40px !important;
        height: 40px !important;
    }

    .hero-slider .owl-nav svg {
        width: 25px;
    }

    .slide .btn {
        padding: 6px 20px;
        font-size: 14px;
    }

    .slide {
        height: calc(80vh - 74px);
        min-height: 300px;
    }

    .slide.projects-slide {
        height: auto !important;
    }

    .projects-slide .carousel-inner {
        height: auto !important;
        width: 100%;
    }

    .hero-slider.owl-carousel .owl-item img {
        width: auto;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .view-cp .hero-slider.owl-carousel .owl-item img {
        position: relative;
        left: auto;
        top: auto;
    }

    .hero-slider.owl-carousel .owl-item .grid-album img {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .hero-sld .socmed img {
        width: auto;
        height: auto;
        max-width: 60%;
        max-height: 60%;
        position: relative;
        left: auto;
        top: auto;
    }

    .foundation {
        padding: 0 50px;
    }

    .foundation li {
        font-size: 22px;
    }

    .foundation li div span {
        font-size: 40px;
    }

    .desc-fbanner .title-section {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .desc-fbanner p {
        font-size: 14px;
    }

    .list-pin {
        font-size: 14px;
        padding-left: 20px;
    }

    .list-pin .mb-4 {
        margin-bottom: 10px !important;
    }

    .list-pin h3 {
        margin-bottom: 15px;
    }

    .slider-videos iframe {
        height: 370px;
    }

    .main-filter .c-list-news .news-list .list-news .desc h4,
    .main-filter .c-list-news .news-list .list-news .desc p,
    .main-filter .c-list-news .news-list .list-news .desc span {
        font-size: 14px;
        line-height: 20px;
    }

    .main-filter .c-list-news .news-list .list-news .desc h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .main-filter .c-list-news .news-list .list-news .thumbnail {
        min-width: 320px;
        width: 320px;
    }

    .dtl-page .title-section {
        font-size: 32px;
        line-height: 42px;
    }

    .list-charter li {
        font-size: 14px;
    }

    .nav-tabs-gallery {
        gap: 20px;
    }

    .desc-slide img {
        position: relative !important;
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .error-page img {
        width: 100%
    }

    .value-title {
        min-height: auto;
    }

    .accordion-services .accordion-item .accordion-body {
        padding: 15px;
        font-size: 14px;
    }

    .main-filter .c-list-news .news-list .list-news .desc h4,
    .main-filter .c-list-news .news-list .list-news .desc p,
    .main-filter .c-list-news .news-list .list-news .desc span {
        font-size: 12px;
        line-height: 20px;
    }

    .list-brochures .thumbnail {
        width: none !important;
        min-width: none !important;
    }

    .main-filter .c-list-news .news-list .list-news .thumbnail {
        min-width: 260px;
        width: 260px;
        height: 200px;
    }

    .item .desc-ln {
        padding: 20px;
    }

    .projects-slide .item .desc-ln {
        padding: 10px 12px;
    }

    .projects-slide .carousel-caption {
    padding-bottom: 0.5rem;
    background: linear-gradient(179.78deg, rgba(29, 29, 29, 0) 0.19%, #1D1D1D 99.81%);
    }

    .item .desc-ln .title-section {
        font-size: 18px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .f-banner .desc-fbanner {
        padding: 20px;
    }

    .desc-fbanner .title-section {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .desc-fbanner p {
        line-height: normal;
        font-size: 12px;
    }

    .navbar-toggler {
        color: white;
    }

    .navbar-toggler svg:last-child {
        display: none;
    }

    .navbar-toggler[aria-expanded=true] svg:last-child {
        display: block;
    }

    .navbar-toggler[aria-expanded=true] svg:first-child {
        display: none;
    }

    .navbar .navbar-nav .nav-link:hover:before,
    .navbar .navbar-nav .nav-link.active:before {
        bottom: 0;
    }

    #navbarNav {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
        background: rgb(0, 0, 0);
    }

    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }

    .slide h1 {
        font-size: 56px;
        line-height: 56px;
    }

    .clients {
        justify-content: center;
        flex-wrap: wrap;
    }

    .subtitle-section {
        font-size: 16px;
    }

    .title-section br {
        display: none;
    }

    p {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .foundation {
        padding: 0 15px;
    }

    .foundation li {
        font-size: 18px;
    }

    .foundation li div span {
        font-size: 30px;
    }

    .list-services li {
        width: 50%;
        font-size: 18px;
        height: 160px;
        padding: 15px;
    }

    .testimoni {
        padding-top: 0;
    }

    .testimoni img.w-50 {
        display: none;
    }

    .slide-testi {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        display: block;
    }

    .owl-testimoni .owl-prev {
        left: -15px;
    }

    .owl-testimoni .owl-next {
        right: -15px;
    }

    .owl-testimoni .card-body {
        padding: 30px 45px;
    }

    .hero-page .title-hero {
        font-size: 40px;
    }

    .f-title-line div {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .nav-tabs-au .nav-link {
        font-size: 16px;
    }

    .ts-line {
        padding-bottom: 3px;
    }

    .ts-line .title-section {
        font-size: 24px;
        line-height: 24px;
    }

    .f-maps {
        display: block;
    }

    .list-pin h3 {
        width: 100%;
    }

    .list-pin {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0;
        margin-top: 30px;
    }

    .list-pin img {
        max-width: 16px;
        width: 16px;
    }

    .list-pin .d-flex.mb-4.ps-1 {
        padding-right: 20px;
        width: 50%;
    }

    .slider-videos iframe {
        height: 250px;
    }

    .list-services li img {
        max-width: 40px;
    }

    .share-socmed {
        position: relative !important;
        flex-direction: row;
        top: auto;
        right: auto;
        margin-top: 50px;
    }

    .dtl-page {
        font-size: 14px;
    }

    .list-news {
        margin-bottom: 30px;
    }

    .foundation li div.title-l span {
        font-size: 58px;
        line-height: normal;
        margin-right: 0;
    }

    .foundation li i,
    .foundation li:hover i {
        display: none;
    }

    .list-charter {
        row-gap: 30px;
    }

    .list-charter li {
        flex: 1 1 33.33%;
    }

    .nav-tabs-gallery {
        gap: 15px;
    }

    .desc-slide img {
        position: relative !important;
        height: auto !important;
    }

    .list-services li div {
        display: none;
    }

    .list-services span {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .hero-container .desc-slide h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .hero-container .desc-slide p {
        font-size: 12px;
        line-height: 18px;
    }

    .projects-slide {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .projects-slide .item .desc-ln {
        padding: 8px 10px;
    }

    .projects-slide .carousel-caption {
        padding-bottom: 0.25rem;
        background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #1D1D1D 85%);
    }

    .list-charter li {
        flex: 1 1 50%;
    }

    .accordion-services .accordion-button {
        font-size: 16px;
    }

    .accordion-services .accordion-button img {
        margin-left: 0;
        margin-right: 17px;
        width: 36px;
    }

    .dtl-page {
        font-size: 12px;
    }

    .dtl-page .title-section {
        font-size: 24px;
        line-height: 30px;
    }

    .main-filter ul li {
        padding: 0 10px 15px 10px;
        font-size: 12px;
    }

    .main-filter ul.pagination,
    .pagination {
        gap: 10px;
    }

    .main-filter .c-list-news .news-list .list-news .desc h2 {
        -webkit-line-clamp: 1;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .main-filter .c-list-news .news-list .list-news .desc h4,
    .main-filter .c-list-news .news-list .list-news .desc p,
    .main-filter .c-list-news .news-list .list-news .desc span {
        font-size: 10px;
        line-height: 14px;
        -webkit-line-clamp: 1;
        margin-bottom: 0;
        letter-spacing: 0;
    }

    .main-filter .c-list-news .news-list .list-news .desc {
        padding-left: 10px !important;
    }

    .list-brochures .thumbnail {
        width: 100% !important;
        height: 200px !important;
    }

    .main-filter .c-list-news .news-list .list-news .thumbnail {
        min-width: 90px;
        width: 90px;
        height: 70px;
    }

    .foundation li:before {
        display: none;
    }

    .title-section {
        font-size: 36px;
        line-height: normal;
    }

    .foundation {
        flex-wrap: wrap;
        gap: 35px;
    }

    .foundation li {
        width: 43%;
    }

    .foundation li div {
        position: relative;
    }

    .foundation li div span {
        font-size: 80px;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
    }

    .list-value h4 br {
        display: none;
    }

    .owl-news a {
        display: block;
        position: relative;
        width: 100%;
        height: 250px;
    }

    .f-banner {
        height: 170px;
    }

    .owl-news.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .owl-news.owl-carousel .owl-item img {
        width: auto;
    }

    .owl-news a img,
    .f-banner img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        transform: translate(-50%, -50%);
    }

    .f-banner .desc-fbanner {
        justify-content: center !important;
        text-align: center !important;
    }

    .f-banner .desc-fbanner h2,
    .desc-fbanner .title-section {
        width: 100%;
    }

    .slider-videos iframe {
        height: 170px;
    }

    .grid-album {
        display: block;
    }

    .grid-a,
    .grid-b {
        width: 100%;
        height: auto;
    }

    .grid-b ul li {
        height: 200px;
        width: 100% !important;
    }

    .grid-a img,
    .grid-b img {
        width: 100% !important;
        height: auto !important;
    }

    .form-contact .btn-yellow {
        width: 100%;
    }

    .maps-contact iframe {
        height: 350px;
    }

    .nav-tabs-gallery {
        gap: 0px;
    }

    .nav-tabs-gallery .nav-link {
        font-size: 14px;
    }

    .label-maps {
        left: 15%;
        right: auto;
        width: 255px;
    }
}

@media screen and (max-width: 478.99px) {
    .hero-container .desc-slide h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .hero-container .desc-slide p {
        font-size: 12px;
        line-height: 18px;
    }
    .hero-page .title-hero {
        font-size: 28px;
    }

    footer {
        font-size: 12px;
    }

    footer img.me-sm-4 {
        width: 80px;
        margin-right: 15px;
    }

    footer h5 {
        font-size: 18px;
    }

    footer h6 {
        font-size: 14px;
    }

    footer ul li a {
        font-size: 12px;
        margin-bottom: 5px;
    }

    footer .socmed {
        margin-top: 20px;
    }

    .footer-bottom {
        font-size: 12px;
        padding: 10px 15px
    }

    .hero-slider .numb {
        font-size: 24px;
    }

    .hero-slider .numb span {
        font-size: 54px;
        line-height: 54px;
    }

    .slide .btn.me-3 {
        margin-right: 5px !important;
    }

    .list-services li {
        font-size: 16px;
    }

    .nav-tabs-au .nav-link {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-people .thumbnail,
    .id-card-people .thumbnail,
    .card-people .thumbnail {
        width: 115px;
        height: 115px;
        min-width: 115px;
        border-radius: 115px;
    }

    .card-people h5,
    .desc-popup h4 {
        font-size: 16px;
    }

    .card-people p,
    .desc-popup p {
        font-size: 12px;
        line-height: normal;
    }

    .card-people .btn,
    .desc-popup .btn {
        font-size: 12px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .id-card-people {
        font-size: 14px;
    }

    .ficp {
        padding: 30px 20px
    }

    .modal-people .modal-body {
        padding: 25px 15px;
    }

    .img-vn {
        aspect-ratio: 1/1;
    }
}

@media screen and (max-width: 419.99px) {
    .hero-container .desc-slide h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .hero-container .desc-slide p {
        font-size: 10px;
        line-height: 14px;
    }
    .slide .btn {
        padding: 6px 10px;
        font-size: 10px;
    }

    .slide h1 {
        font-size: 42px;
        line-height: 42px;
    }

    .list-value h4 {
        font-size: 18px;
    }

    .list-value p {
        font-size: 12px;
    }

    .accordion-services .accordion-button {
        font-size: 14px;
    }

    .accordion-services .accordion-button img {
        margin-left: 0;
        margin-right: 17px;
        width: 25px;
    }
}

.carousel-caption {
    text-align: start;
}

/* 
.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators [data-bs-target].active {
    background: #fff !important;
    border: 1px solid #000;
    outline: 1px solid #fff;
    width: 12px;
    height: 12px;
} */

/* 
.carousel-item {
    height: 80%;
}

.carousel-inner {
    width: 80%;
} */

.text-justify {
    text-align: justify !important;
}

.modal-body .modal-compro {
    background-color: #000;
}

div.slide.compro {
    height: 100vh !important;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 6px;
}

.modal-btn {
    cursor: pointer;
}

a.text-white:hover {
    color: var(--yellow) !important;
}

.hero-container>.carousel-control-next>span.carousel-control-next-icon,
.hero-container>.carousel-control-prev>span.carousel-control-prev-icon {
    background-color: rgba(255, 255, 255, 0.15) !important;
    padding: 20px !important;
    background-size: 2rem;
    width: 60px;
    height: 60px;
}

.hero-container>.carousel-control-next>.carousel-control-next-icon {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

.hero-container>.carousel-control-prev>.carousel-control-prev-icon {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

.hero-container>.carousel-control-next,
.hero-container>.carousel-control-prev {
    width: auto;
    opacity: 0.8;
}

.required:after {
    content: " *";
    color: red;
}

.value-img {
    width: auto !important;
}

.modal-title {
    color: black !important;
}

.modal-body>form>div.mb-3>.form-label {
    color: black;
}

.slide.hero img.logo-slider {
    height: 40px !important;
}

.nav-tabs {
    border-bottom: 1.5px solid #1D1D1D !important;
}


.philo-section {
    background: #ffffff;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 50px 20px 60px;
    text-align: center;
    margin-top: -65px;
    position: relative;
    z-index: 1;
}

.philo-label {
    color: #FDB109;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.philo-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


.philo-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.philo-card {
    flex: 0 0 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;

    opacity: 0.4;
    transform: scale(0.85);
    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.5s ease;

    cursor: pointer;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.philo-card.active {
    order: 2;
    flex: 0 0 40%;
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.philo-card.prev {
    order: 1;
    opacity: 0.6;
    transform: translateY(-80px) scale(0.85);
}

.philo-card.next {
    order: 3;
    opacity: 0.6;
    transform: translateY(80px) scale(0.85);
}

.philo-card.prev:hover {
    opacity: 0.9;
    transform: translateY(-80px) scale(0.92);
}

.philo-card.next:hover {
    opacity: 0.9;
    transform: translateY(80px) scale(0.92);
}

.philo-card.prev:hover h3,
.philo-card.next:hover h3 {
    color: rgba(0, 0, 0, 0.8);
}

.philo-card.prev:hover .philo-img,
.philo-card.next:hover .philo-img,
.philo-card.active:hover .philo-img {
    box-shadow: none;
}

.philo-card.hidden {
    order: 4;
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

.philo-card h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    color: rgba(0, 0, 0, 0.4);
    transition: .3s;
}

.philo-card.active h3 {
    color: #000;
    font-size: 34px;
}

.philo-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    box-shadow: none;
}

.philo-desc {
    margin-top: 10px;
}

.philo-desc p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    max-width: 600px;
    color: #000;
}

.philo-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;

    background: rgba(159, 158, 158, 0.3);
    color: rgb(127, 124, 124);
    font-size: 24px;

    cursor: pointer;
    transition: 0.3s;
}

.philo-nav:hover {
    background: rgba(255, 255, 255, 0.6);
}

.philo-nav.prev {
    left: -60px;
}

.philo-nav.next {
    right: -60px;
}


@media (max-width: 992px) {
    .philo-track {
        gap: 30px;
    }

    .philo-card {
        flex: 0 0 28%;
    }

    .philo-card.active {
        flex: 0 0 40%;
    }

    .philo-card.prev {
        transform: translateY(-50px) scale(0.85);
    }

    .philo-card.next {
        transform: translateY(50px) scale(0.85);
    }

    .philo-card h3 {
        font-size: 20px;
    }

    .philo-card.active h3 {
        font-size: 24px;
    }

    .philo-nav.prev {
        left: 10px;
    }

    .philo-nav.next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .vision-section-grid {
        flex-direction: column;
    }

    .vision-section-cell {
        flex: 0 0 100% !important;
        min-height: auto !important;
        border-right: none !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }

    .vision-section-cell:last-child {
        border-bottom: none !important;
    }

    .value-section {
        padding: 32px 0 !important;
    }

    .value-section-inner {
        flex-direction: column !important;
        gap: 28px !important;
    }

    .value-section-header {
        flex: 1 1 100% !important;
        text-align: center;
    }

    .value-section-grid {
        flex: 1 1 100% !important;
        justify-content: center !important;
        gap: 20px !important;
    }

    .value-section-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 10px);
        min-width: 100px !important;
    }

    .philo-section {
        padding: 36px 0 56px;
    }

    .philo-label {
        margin-bottom: 8px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .philo-carousel {
        overflow-x: hidden;
        padding: 0 52px;
    }

    .philo-track {
        width: 300%;
        gap: 0;
        flex-wrap: nowrap;
        transform: translateX(-33.333%);
        transition: none;
        will-change: transform;
    }

    .philo-track.philo-mobile-slide-next {
        transform: translateX(-66.666%);
        transition: transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);
    }

    .philo-track.philo-mobile-slide-prev {
        transform: translateX(0);
        transition: transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);
    }

    .philo-card.prev,
    .philo-card.active,
    .philo-card.next {
        flex: 0 0 33.333%;
        transform: none;
        opacity: 1;
        padding: 0 10px;
    }

    .philo-card.prev,
    .philo-card.next {
        pointer-events: auto;
        cursor: pointer;
    }

    .philo-card.prev h3,
    .philo-card.next h3 {
        color: rgba(0, 0, 0, 0.4);
    }

    .philo-card h3 {
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 4px;
    }

    .philo-card.active h3 {
        font-size: 22px;
    }

    .philo-img {
        border-radius: 16px;
        width: 100%;
        height: auto;
    }

    .philo-desc {
        margin-top: 16px;
    }

    .philo-desc p {
        font-size: 15px;
        line-height: 1.65;
        padding: 0 4px;
    }

    .philo-nav {
        width: 44px;
        height: 44px;
        font-size: 22px;
        z-index: 5;
    }

    .philo-nav.prev {
        left: 4px;
    }

    .philo-nav.next {
        right: 4px;
    }
}

@media (max-width: 480px) {
    .philo-section {
        padding: 32px 0 48px;
    }

    .philo-carousel {
        padding: 0 46px;
    }

    .philo-card.prev,
    .philo-card.active,
    .philo-card.next {
        padding: 0 8px;
    }

    .philo-card h3 {
        font-size: 16px;
    }

    .philo-card.active h3 {
        font-size: 20px;
    }

    .philo-desc {
        margin-top: 14px;
    }

    .philo-desc p {
        font-size: 14px;
    }

    .philo-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .philo-nav.prev {
        left: 2px;
    }

    .philo-nav.next {
        right: 2px;
    }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[13].use[3]!./node_modules/izitoast/dist/css/iziToast.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule{font-size:0;height:0;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1)}.iziToast-capsule,.iziToast-capsule *{box-sizing:border-box}.iziToast-overlay{display:block;position:fixed;top:-100px;left:0;right:0;bottom:-100px;z-index:997}.iziToast{display:inline-block;clear:both;position:relative;font-family:'Lato',Tahoma,Arial;font-size:14px;padding:8px 45px 9px 0;background:rgba(238,238,238,.9);border-color:rgba(238,238,238,.9);width:100%;pointer-events:all;cursor:default;transform:translateX(0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:54px}.iziToast>.iziToast-progressbar{position:absolute;left:0;bottom:0;width:100%;z-index:1;background:rgba(255,255,255,.2)}.iziToast>.iziToast-progressbar>div{height:2px;width:100%;background:rgba(0,0,0,.3);border-radius:0 0 3px 3px}.iziToast.iziToast-balloon:before{content:'';position:absolute;right:8px;left:auto;width:0;height:0;top:100%;border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;border-radius:0}.iziToast.iziToast-balloon .iziToast-progressbar{top:0;bottom:auto}.iziToast.iziToast-balloon>div{border-radius:0 0 0 3px}.iziToast>.iziToast-cover{position:absolute;left:0;top:0;bottom:0;height:100%;margin:0;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;background-color:rgba(0,0,0,.1)}.iziToast>.iziToast-close{position:absolute;right:0;top:0;border:0;padding:0;opacity:.6;width:42px;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px;cursor:pointer;outline:0}.iziToast>.iziToast-close:hover{opacity:1}.iziToast>.iziToast-body{position:relative;padding:0 0 0 10px;height:auto;min-height:36px;margin:0 0 0 15px;text-align:left}.iziToast>.iziToast-body:after{content:"";display:table;clear:both}.iziToast>.iziToast-body .iziToast-texts{margin:10px 0 0;padding-right:2px;display:inline-block;float:left}.iziToast>.iziToast-body .iziToast-inputs{min-height:19px;float:left;margin:3px -2px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]),.iziToast>.iziToast-body .iziToast-inputs>select{position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:4px 7px;font-size:13px;letter-spacing:.02em;background:rgba(0,0,0,.1);color:#000;box-shadow:0 0 0 1px rgba(0,0,0,.2);min-height:26px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus,.iziToast>.iziToast-body .iziToast-inputs>select:focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons{min-height:17px;float:left;margin:4px -2px}.iziToast>.iziToast-body .iziToast-buttons>a,.iziToast>.iziToast-body .iziToast-buttons>button,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]){position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:5px 10px;font-size:12px;letter-spacing:.02em;cursor:pointer;background:rgba(0,0,0,.1);color:#000}.iziToast>.iziToast-body .iziToast-buttons>a:hover,.iziToast>.iziToast-body .iziToast-buttons>button:hover,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover{background:rgba(0,0,0,.2)}.iziToast>.iziToast-body .iziToast-buttons>a:focus,.iziToast>.iziToast-body .iziToast-buttons>button:focus,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons>a:active,.iziToast>.iziToast-body .iziToast-buttons>button:active,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active{top:1px}.iziToast>.iziToast-body .iziToast-icon{position:absolute;left:0;top:50%;display:table;font-size:23px;line-height:24px;margin-top:-12px;color:#000;width:24px;height:24px}.iziToast>.iziToast-body .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast>.iziToast-body .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-message,.iziToast>.iziToast-body .iziToast-title{padding:0;font-size:14px;line-height:16px;text-align:left;float:left;white-space:normal}.iziToast>.iziToast-body .iziToast-title{color:#000;margin:0}.iziToast>.iziToast-body .iziToast-message{margin:0 0 10px;color:rgba(0,0,0,.6)}.iziToast.iziToast-animateInside .iziToast-buttons-child,.iziToast.iziToast-animateInside .iziToast-icon,.iziToast.iziToast-animateInside .iziToast-inputs-child,.iziToast.iziToast-animateInside .iziToast-message,.iziToast.iziToast-animateInside .iziToast-title{opacity:0}.iziToast-target{position:relative;width:100%;margin:0 auto}.iziToast-target .iziToast-capsule{overflow:hidden}.iziToast-target .iziToast-capsule:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.iziToast-target .iziToast-capsule .iziToast{width:100%;float:left}.iziToast-wrapper{z-index:99999;position:fixed;width:100%;pointer-events:none;display:flex;flex-direction:column}.iziToast-wrapper .iziToast.iziToast-balloon:before{border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;right:8px;left:auto}.iziToast-wrapper-bottomLeft{left:0;bottom:0;text-align:left}.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before{border-right:15px solid transparent;border-left:0 solid transparent;right:auto;left:8px}.iziToast-wrapper-bottomRight{right:0;bottom:0;text-align:right}.iziToast-wrapper-topLeft{left:0;top:0;text-align:left}.iziToast-wrapper-topRight{top:0;right:0;text-align:right}.iziToast-wrapper-topCenter{top:0;left:0;right:0;text-align:center}.iziToast-wrapper-bottomCenter,.iziToast-wrapper-center{bottom:0;left:0;right:0;text-align:center}.iziToast-wrapper-center{top:0;justify-content:center;flex-flow:column;align-items:center}.iziToast-rtl{direction:rtl;padding:8px 0 9px 45px;font-family:Tahoma,'Lato',Arial}.iziToast-rtl .iziToast-cover{left:auto;right:0}.iziToast-rtl .iziToast-close{right:auto;left:0}.iziToast-rtl .iziToast-body{padding:0 10px 0 0;margin:0 16px 0 0;text-align:right}.iziToast-rtl .iziToast-body .iziToast-buttons,.iziToast-rtl .iziToast-body .iziToast-inputs,.iziToast-rtl .iziToast-body .iziToast-message,.iziToast-rtl .iziToast-body .iziToast-texts,.iziToast-rtl .iziToast-body .iziToast-title{float:right;text-align:right}.iziToast-rtl .iziToast-body .iziToast-icon{left:auto;right:0}@media only screen and (min-width:568px){.iziToast-wrapper{padding:10px 15px}.iziToast{margin:5px 0;border-radius:3px;width:auto}.iziToast:after{content:'';z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3px;box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1),0 8px 8px -5px rgba(0,0,0,.25)}.iziToast:not(.iziToast-rtl) .iziToast-cover{border-radius:3px 0 0 3px}.iziToast.iziToast-rtl .iziToast-cover{border-radius:0 3px 3px 0}.iziToast.iziToast-color-dark:after{box-shadow:inset 0 -10px 20px -10px rgba(255,255,255,.3),0 10px 10px -5px rgba(0,0,0,.25)}.iziToast.iziToast-balloon .iziToast-progressbar{background:0 0}.iziToast.iziToast-balloon:after{box-shadow:0 10px 10px -5px rgba(0,0,0,.25),inset 0 10px 20px -5px rgba(0,0,0,.25)}.iziToast-target .iziToast:after{box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1)}}.iziToast.iziToast-theme-dark{background:#565c70;border-color:#565c70}.iziToast.iziToast-theme-dark .iziToast-title{color:#fff}.iziToast.iziToast-theme-dark .iziToast-message{color:rgba(255,255,255,.7);font-weight:300}.iziToast.iziToast-theme-dark .iziToast-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px}.iziToast.iziToast-theme-dark .iziToast-icon{color:#fff}.iziToast.iziToast-theme-dark .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-buttons>a,.iziToast.iziToast-theme-dark .iziToast-buttons>button,.iziToast.iziToast-theme-dark .iziToast-buttons>input{color:#fff;background:rgba(255,255,255,.1)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>button:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>input:hover{background:rgba(255,255,255,.2)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus{box-shadow:0 0 0 1px rgba(255,255,255,.6)}.iziToast.iziToast-color-red{background:rgba(255,175,180,.9);border-color:rgba(255,175,180,.9)}.iziToast.iziToast-color-orange{background:rgba(255,207,165,.9);border-color:rgba(255,207,165,.9)}.iziToast.iziToast-color-yellow{background:rgba(255,249,178,.9);border-color:rgba(255,249,178,.9)}.iziToast.iziToast-color-blue{background:rgba(157,222,255,.9);border-color:rgba(157,222,255,.9)}.iziToast.iziToast-color-green{background:rgba(166,239,184,.9);border-color:rgba(166,239,184,.9)}.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts{width:100%}.iziToast.iziToast-layout3{border-radius:2px}.iziToast.iziToast-layout3::after{display:none}.iziToast .revealIn,.iziToast.revealIn{animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both}.iziToast .slideIn,.iziToast.slideIn{animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziToast.bounceInLeft{animation:iziT-bounceInLeft .7s ease-in-out both}.iziToast.bounceInRight{animation:iziT-bounceInRight .85s ease-in-out both}.iziToast.bounceInDown{animation:iziT-bounceInDown .7s ease-in-out both}.iziToast.bounceInUp{animation:iziT-bounceInUp .7s ease-in-out both}.iziToast .fadeIn,.iziToast.fadeIn{animation:iziT-fadeIn .5s ease both}.iziToast.fadeInUp{animation:iziT-fadeInUp .7s ease both}.iziToast.fadeInDown{animation:iziT-fadeInDown .7s ease both}.iziToast.fadeInLeft{animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInRight{animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.flipInX{animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both}.iziToast.fadeOut{animation:iziT-fadeOut .7s ease both}.iziToast.fadeOutDown{animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutUp{animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutLeft{animation:iziT-fadeOutLeft .5s ease both}.iziToast.fadeOutRight{animation:iziT-fadeOutRight .5s ease both}.iziToast.flipOutX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast-overlay.fadeIn{animation:iziT-fadeIn .5s ease both}.iziToast-overlay.fadeOut{animation:iziT-fadeOut .7s ease both}@keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziT-fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes iziT-fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes iziT-fadeInLeft{0%{opacity:0;transform:translate3d(300px,0,0)}to{opacity:1;transform:none}}@keyframes iziT-fadeInRight{0%{opacity:0;transform:translate3d(-300px,0,0)}to{opacity:1;transform:none}}@keyframes iziT-flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-200px,0,0)}}@keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(200px,0,0)}}@keyframes iziT-flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}
