@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    min-width: 320px;
    font-family: "Ubuntu", serif;
    color: #eff4ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background: linear-gradient(180deg, #355ab9 0%, #000000 100%), #eff4ff;
    background-attachment: fixed;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

a,
button {
    transition: all linear 0.2s;
}

/* BASE
---------------------------------*/
.zhr83f0hap-parcel {
    position: relative;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.zhr83f0hap-knowledge {
    position: relative;
    display: block;
}

.zhr83f0hap-bottle {
    position: relative;
    display: block;
    width: 976px;
    max-width: 100%;
    margin: 0 auto;
}

.zhr83f0hap-bottle-full {
    max-width: 100%;
}

.zhr83f0hap-row {
    display: flex;
    justify-content: space-between;
}

.zhr83f0hap-col-6 {
    flex: 1 0 50%;
    max-width: 50%;
}

.zhr83f0hap-aspect-full {
    width: 100% !important;
    padding-left: 0 !important;
}

.zhr83f0hap-button {
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    padding: 25px 50px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    outline: none;
    background: #29BDF8;
    cursor: pointer;
    transition: 0.4s;
}

h1 {
    color: #eff4ff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 36px;
}

h2 {
    color: #eff4ff;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 35px 0 10px;
}

h2.zhr83f0hap-mt0 {
    margin-top: 0;
}

h2.zhr83f0hap-titpe-page {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 36px;
}

h3 {
    color: #29BDF8;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 35px 0 20px;
}

h2 + h3 {
	margin-top: 10px;
}

h3 span {
    color: #eff4ff;
}

h4 {
    color: #eff4ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px 0;
}

p {
    margin: 0;
}

p a {
    color: #29BDF8;
    font-weight: 700;
    text-decoration: none;
}

p + p {
    margin-top: 15px;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.zhr83f0hap-breadcrumbs {
    position: absolute;
    top: 70px;
    left: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zhr83f0hap-breadcrumbs li {
    position: relative;
    color: #eff4ff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.zhr83f0hap-breadcrumbs li + li:before {
    display: block;
    padding: 0 4px;
    content: "/";
    color: #29BDF8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.zhr83f0hap-breadcrumbs li a {
    color: #eff4ff;
    text-decoration: none;
}

.zhr83f0hap-breadcrumbs li a:hover {
    text-decoration: underline;
}

@media (max-width: 1719px) {
    .zhr83f0hap-breadcrumbs {
        left: 20px;
    }
}

@media (max-width: 991px) {
    .zhr83f0hap-bottle {
        padding: 0 20px;
    }

    .zhr83f0hap-breadcrumbs {
        display: none;
    }
}

/* SITE HEADER
---------------------------------*/
.zhr83f0hap-site-topbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: 0.4s;
    background: #000000;
    color: #eff4ff;
    padding: 8px 0;
}

.zhr83f0hap-site-topbar .zhr83f0hap-bottle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1018px;
}

.zhr83f0hap--topbar .zhr83f0hap-logo {
    max-width: 100%;
    transition: 0.4s;
}

.zhr83f0hap-burger-button {
    display: none;
    position: relative;
    width: 32px;
    height: 32px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}

.zhr83f0hap-burger-button .zhr83f0hap-strock {
    position: absolute;
    height: 2px;
    width: 23px;
    background: #fff;
    left: 5px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    will-change: transform;
}

.zhr83f0hap-burger-button .zhr83f0hap-strock:nth-child(1) {
    top: 10px;
    transform-origin: left center;
}

.zhr83f0hap-burger-button .zhr83f0hap-strock:nth-child(2) {
    top: 16px;
    transform-origin: left center;
}

.zhr83f0hap-burger-button .zhr83f0hap-strock:nth-child(3) {
    top: 22px;
    transform-origin: left center;
}

.zhr83f0hap-topbar_active .zhr83f0hap-burger-button .zhr83f0hap-strock:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
    left: 8px;
}

.zhr83f0hap-topbar_active .zhr83f0hap-burger-button .zhr83f0hap-strock:nth-child(2) {
    width: 0;
    opacity: 0;
}

.zhr83f0hap-topbar_active .zhr83f0hap-burger-button .zhr83f0hap-strock:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
    left: 8px;
}

@media (max-width: 1759px) {
    .zhr83f0hap-site-topbar .zhr83f0hap-bottle {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .zhr83f0hap-site-topbar .zhr83f0hap-logo {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .zhr83f0hap-burger-button {
        display: block;
    }
}

/* SECTION arrival
---------------------------------*/
.zhr83f0hap-knowledge-arrival {
    padding: 100px 0 68px;
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
}

.zhr83f0hap-knowledge-arrival .zhr83f0hap-bottle {
    display: flex;
    justify-content: space-between;
}

.zhr83f0hap-terms-aspect p {
    margin-bottom: 20px;
}

.zhr83f0hap-breakdown {
    width: 260px;
}

.zhr83f0hap-breakdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.zhr83f0hap-breakdown ul li {
    border-bottom: 1px solid #d9d9d940;
}

.zhr83f0hap-breakdown ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #eff4ff;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
}

.zhr83f0hap-breakdown ul li a.active,
.zhr83f0hap-breakdown ul li a:hover {
    background: #29BDF8;
    color: #fff;
}

.zhr83f0hap-surplus-toolbar {
    display: none;
}

.zhr83f0hap-aspect {
    padding-right: 76px;
    width: calc(100% - 224px);
}

.zhr83f0hap-aspect ul {
    padding-left: 18px;
}

.zhr83f0hap-aspect li {
    margin-bottom: 10px;
}

.zhr83f0hap-aspect li b {
    font-weight: 700;
}

.zhr83f0hap-aspect img {
    display: block;
    margin-bottom: 36px;
    width: 100%;
    height: auto;
}

.zhr83f0hap-aspect .zhr83f0hap-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-weight: 700;
}

.zhr83f0hap-aspect .zhr83f0hap-stars img {
    max-width: 77px;
    margin: 0 5px 0 10px;
}

.zhr83f0hap-aspect .zhr83f0hap-stars span {
    color: #FBFF00;
}

@media (max-width: 992px) {
    .zhr83f0hap-knowledge-arrival {
        padding: 82px 0 24px;
    }
}

@media (max-width: 768px) {
    .zhr83f0hap-aspect {
        padding-right: 0;
        width: 100%;
    }

    .zhr83f0hap-breakdown {
        display: none;
        position: fixed;
        z-index: 9;
        top: 56px;
        left: 0;
        overflow-y: auto;
    }

    .zhr83f0hap-breakdown.zhr83f0hap-breakdown_active {
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: calc(100vh - 48px);
    }

    .zhr83f0hap-breakdown ul {
        width: 272px;
        background: #fff;
    }

    .zhr83f0hap-surplus-toolbar {
        display: block;
    }

    .zhr83f0hap-breakdown ul li a {
        color: #130202;
    }
}
/* FOOTER
---------------------------------*/
.zhr83f0hap-outcome {
    padding: 10px;
    border-top: 1px solid #d9d9d940;
    color: #eff4ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.zhr83f0hap-outcome .zhr83f0hap-bottle {
    width: 1720px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zhr83f0hap-topbar-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.zhr83f0hap-topbar-toolbar li {
    list-style-type: none;
}

.zhr83f0hap-topbar-toolbar li + li {
    margin-left: 40px;
}

.zhr83f0hap-topbar-toolbar a {
    text-decoration: none;
    color: #eff4ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.zhr83f0hap-topbar-toolbar a.active,
.zhr83f0hap-topbar-toolbar a:hover {
    color: #29BDF8;
}

@media (max-width: 1759px) {
    .zhr83f0hap-outcome .zhr83f0hap-bottle {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .zhr83f0hap-outcome .zhr83f0hap-bottle {
        padding: 0;
    }

    .zhr83f0hap-outcome .zhr83f0hap-bottle {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .zhr83f0hap-refuge {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .zhr83f0hap-topbar-toolbar li + li {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .zhr83f0hap-topbar-toolbar {
        display: none;
    }
}

@media (max-width: 560px) {
    .zhr83f0hap-topbar-toolbar {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .zhr83f0hap-topbar-toolbar li + li {
        margin-left: 0;
        margin-top: 10px;
    }
}

/* TERMS
---------------------------------*/
.zhr83f0hap-terms-title {
    color: #eff4ff;
    margin-bottom: 24px;
}

.zhr83f0hap-terms-content h2,
.zhr83f0hap-terms-content h3,
.zhr83f0hap-terms-content h4 {
    color: #eff4ff;
}

.zhr83f0hap-terms-content p,
.zhr83f0hap-terms-content ul,
.zhr83f0hap-terms-content ol {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.zhr83f0hap-terms-content ul,
.zhr83f0hap-terms-content ol {
    padding-left: 18px;
}

.zhr83f0hap-terms-content a {
    text-decoration: none;
    font-weight: 700;
    color: #29BDF8;
}

a.zhr83f0hap-link-mail {
    text-decoration: none;
}

a.zhr83f0hap-link-mail:hover {
    text-decoration: underline;
}

/* Form */

.zhr83f0hap-form--item {
    position: relative;
    margin-bottom: 32px;
}

.zhr83f0hap-form--input {
    font-family: "Ubuntu", serif;
    color: #2e2e2e;
    border: none;
    height: 50px;
    padding: 5px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    outline: none;
    background: #ffffff;
    border: 1px solid #2e2e2e;
    border-radius: 100px;
}

textarea.zhr83f0hap-form--input {
    vertical-align: middle;
    height: 140px;
    border-radius: 20px;
    padding: 10px 20px;
}

.zhr83f0hap-button {
    position: relative;
    font-family: "Ubuntu", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: #29BDF8;
    border: 2px solid #29BDF8;
    border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.error {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    bottom: -24px;
    left: 20px;
    color: #29BDF8;
}
