@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import "reset.css";

/* font-family: "Open Sans", sans-serif; */

/* general */
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: "Open Sans", sans-serif;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.enclosure {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.enclosure-depths {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.enclosure-second {
    max-width: 748px;
    width: 100%;
    margin: 0 auto;
}
/* press */
.tg1ik4gbtlo-press {
    font-family: "Open Sans", sans-serif;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 59px;
    padding: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
    border: none;
    box-sizing: border-box;
    border-radius: 100px;
    color: #2B2B2B;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    background: linear-gradient(180deg, #FADE36 0%, #FD9404 100%); 
}
.tg1ik4gbtlo-press:hover {
    transform: scale(1.1);
}
.tg1ik4gbtlo-press span {
    position: relative;
    z-index: 9;
}
.tg1ik4gbtlo-press.js-appear--off::after {
    content: '';
    background: #ffffff;
    border-radius: 100px;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
}

/* Header */
.tg1ik4gbtlo-masthead {
    position: relative;
    z-index: 9;
    background: #0F0A51;
    padding: 12px 20px;
}
.tg1ik4gbtlo-masthead--division {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tg1ik4gbtlo-dashboard--series {
    display: flex;
    align-items: center;
    color: #17BE56;
    font-weight: 700;
}
.tg1ik4gbtlo-dashboard--entry {
    padding: 2px;
    border-bottom: 2px solid transparent;
    transition: .3s;
}
.tg1ik4gbtlo-dashboard--entry:hover {
    border-bottom: 2px solid;
}
.tg1ik4gbtlo-dashboard--entry.active {
    color: #ffffff;
}
.tg1ik4gbtlo-dashboard--entry + .tg1ik4gbtlo-dashboard--entry {
    margin-left: 60px;
}
.tg1ik4gbtlo-dropdown {
    position: absolute;
    z-index: 5;
    right: 20px;
    width: 25px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.tg1ik4gbtlo-dropdown .stripe {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}
.toggle .stripe1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}
.toggle .stripe2 {
    display: none;
}
.toggle .stripe3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}

/* CONTENT */
.tg1ik4gbtlo-material {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}
.tg1ik4gbtlo-material.dropdown-bg::after {
    content: '';
    background: rgba(28, 7, 71, 0.5);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tg1ik4gbtlo-major {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.tg1ik4gbtlo-major--bg {
    background: #1C0747;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tg1ik4gbtlo-major--bg .tg1ik4gbtlo-major {
    justify-content: center;
}
.tg1ik4gbtlo-title {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
}
.tg1ik4gbtlo-title span {
    font-weight: 900;
    color: #FF8200;
}
.tg1ik4gbtlo-words {
    text-align: center;
}
.tg1ik4gbtlo-subheading {
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
}
.tg1ik4gbtlo-subplot {
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
}

/*  */
.tg1ik4gbtlo-pennant {
    background-image: url(../pictures/bg-pennant-tg1ik4gbtlo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 78px 20px;
    font-family: "Mulish", sans-serif;
}
.tg1ik4gbtlo-pennant .enclosure-depths {
    max-width: 935px;
}
.tg1ik4gbtlo-protocols {
    padding: 78px 20px;
    width: 100%;
}
.tg1ik4gbtlo-protocols--division {
    color: #474747;
}
.tg1ik4gbtlo-protocols--picture {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 36px;
}
.tg1ik4gbtlo-protocols--picture img {
    width: 100%;
}
.tg1ik4gbtlo-protocols .tg1ik4gbtlo-press {
    max-width: 384px;
    width: 100%;
    margin: 0 auto 36px;
}
.tg1ik4gbtlo-protocols--division p {
    margin-bottom: 20px;
}
.tg1ik4gbtlo-protocols--division strong {
    display: block;
    margin-bottom: 10px;
}


/* prompt */
.tg1ik4gbtlo-prompt--bg {
    background: rgba(28, 7, 71, 0.5);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    overflow-y: auto;
}
.tg1ik4gbtlo-prompt--division {
    background-image: url(../pictures/bg-prompt-tg1ik4gbtlo.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    position: relative;
    max-width: 454px;
    width: 100%;
    min-height: 540px;
    margin: 11% auto 0;
    border-radius: 30px;
    padding: 36px;
    display: flex;
    flex-direction: column;
}
.tg1ik4gbtlo-prompt--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex-grow: 1;
}
.tg1ik4gbtlo-prompt--close {
    position: absolute;
    z-index: 9;
    top: -30px;
    right: -40px;
}
.tg1ik4gbtlo-prompt--img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

/* knowledge */
.tg1ik4gbtlo-knowledge {
    padding: 60px 20px;
    color: #474747;
}
.tg1ik4gbtlo-knowledge h1 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
.tg1ik4gbtlo-knowledge h2 {
    font-weight: 700;
    margin-bottom: 16px;
}
.tg1ik4gbtlo-knowledge p {
    margin-bottom: 16px;
}
.tg1ik4gbtlo-knowledge a {
    display: inline-block;
    color: #17BE56;
    font-weight: 600;
}
.tg1ik4gbtlo-knowledge ul {
    list-style-type: disc;
    padding-left: 20px;
}
.tg1ik4gbtlo-knowledge li {
    margin-bottom: 16px;
}


/* FOOTER */
.tg1ik4gbtlo-endnote {
    padding: 60px 20px;
    color: #ffffff;
    background: #07183E;
}
.tg1ik4gbtlo-symbol--footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.tg1ik4gbtlo-endnote--route {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 700;
    color: #17BE56;
    margin-bottom: 24px;
}
.tg1ik4gbtlo-endnote--route a {
    padding: 6px 35px;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: .3s;
}
.tg1ik4gbtlo-endnote--route a:hover {
    border-bottom: 2px solid;
}

.tg1ik4gbtlo-endnote--words {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F2F2F2;
    margin-bottom: 24px;
}
.tg1ik4gbtlo-endnote--depths {
    text-align: center;
    color: #979AAC;
}
.tg1ik4gbtlo-endnote--depths b {
    font-weight: 700;
}
.tg1ik4gbtlo-endnote--midmost {
    position: relative;
}
.tg1ik4gbtlo-vigilant {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    border-radius: 50%;
    border: 3px solid;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    right: 30%;
    top: 4px;
}

/* prompt */
.tg1ik4gbtlo-appear--chief {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(6 2 17 / 50%);
    padding: 20px;
}
.tg1ik4gbtlo-appear--enclosure {
    max-width: 750px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tg1ik4gbtlo-appear--division {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 70px;
}
.tg1ik4gbtlo-appear--enclosure h3 {
    text-align: center;
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 16px;
}
.tg1ik4gbtlo-appear--enclosure p {
    font-size: 21px;
    line-height: 29px;
    text-align: center;
}
.tg1ik4gbtlo-appear--enclosure .mistake-appear {
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ff0000;
}
.tg1ik4gbtlo-appear--presss {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 24px;
}

.tg1ik4gbtlo-goodie--series {
    display: none;
    padding: 28px 0 28px;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 90%);
    color: #000000;
    border-radius: 60px 60px 0 0;
    box-shadow: 1px -10px 15px -3px rgb(0 0 0 / 22%);
}
.tg1ik4gbtlo-wrap {
    width: 100%;
    max-width: 1184px;
    padding: 0 20px;
    margin: 0 auto;
}
.tg1ik4gbtlo-goodie--series p {
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}
.tg1ik4gbtlo-goodie--series .tg1ik4gbtlo-press {
    opacity: .6;
}
.tg1ik4gbtlo-goodie--series:hover .tg1ik4gbtlo-press {
    opacity: 1;
}



@media (max-width: 1024px) {
    .tg1ik4gbtlo-symbol img {
        max-width: 240px;
    }
    .tg1ik4gbtlo-dashboard--entry + .tg1ik4gbtlo-dashboard--entry {
        margin-left: 20px;
    }
    .tg1ik4gbtlo-dashboard--entry {
        padding: 10px;
    }
    .tg1ik4gbtlo-vigilant {
        right: 0;
        top: 1px;
    }
}
@media (max-width: 780px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
    .tg1ik4gbtlo-dropdown {
        display: flex;
    }
    .tg1ik4gbtlo-dropdown--division {
        display: none;
        position: absolute;
        z-index: 2;
        top: 65px;
        right: 0;
        max-width: 460px;
        width: 100%;
    }
    .tg1ik4gbtlo-prompt--division {
        padding: 40px 20px 40px;
        min-height: 450px;
        border-radius: 20px;
    }
    .tg1ik4gbtlo-prompt--bg {
        padding: 20px 40px 20px 20px;
    }
    .tg1ik4gbtlo-prompt--close {
        top: -28px;
        right: -28px;
    }
    .tg1ik4gbtlo-prompt--close img {
        width: 30px;
    }
    .tg1ik4gbtlo-prompt--img img {
        max-width: 280px;
    }
    .tg1ik4gbtlo-dashboard--series {
        font-size: 16px;
        line-height: 24px;
        flex-direction: column;
        background: #1E192D;
        padding: 56px 20px;
    }
    .tg1ik4gbtlo-dashboard--entry + .tg1ik4gbtlo-dashboard--entry {
        margin-top: 30px;
        margin-left: 0;
    }
    .tg1ik4gbtlo-title {
        font-size: 30px;
        line-height: 38px;
    }
    .tg1ik4gbtlo-subheading {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .tg1ik4gbtlo-subplot {
        font-size: 18px;
        line-height: 24px;
    }
    .tg1ik4gbtlo-pennant {
        padding: 46px 20px;
    }
    .tg1ik4gbtlo-protocols {
        padding: 46px 20px;
    }
    .tg1ik4gbtlo-protocols--pictures {
        margin-bottom: 24px;
    }
    .tg1ik4gbtlo-protocols .tg1ik4gbtlo-press {
        margin: 0 auto 24px;
    }
    .tg1ik4gbtlo-endnote {
        padding: 24px 20px;
        font-size: 14px;
    }
    .tg1ik4gbtlo-endnote--route {
        margin-bottom: 16px;
    }
    .tg1ik4gbtlo-symbol--footer {
        margin-bottom: 16px;
    }
    .tg1ik4gbtlo-symbol--footer img {
        max-width: 240px;
    }
    .tg1ik4gbtlo-endnote--words {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .tg1ik4gbtlo-knowledge {
        padding: 36px 20px;
    }
    .tg1ik4gbtlo-knowledge h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .tg1ik4gbtlo-knowledge h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .tg1ik4gbtlo-goodie--series p {
        font-size: 16px;
        line-height: 24px;
    }
    .tg1ik4gbtlo-appear--enclosure h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .tg1ik4gbtlo-appear--enclosure p {
        font-size: 16px;
        line-height: 22px;
    }
    .tg1ik4gbtlo-appear--enclosure .mistake-appear {
        font-size: 14px;
        line-height: 16px;
    }

    .tg1ik4gbtlo-appear--division {
        padding: 28px;
    }
}


@media (max-width: 440px) {
    .tg1ik4gbtlo-prompt--division {
        background-size: contain;
    }
    .tg1ik4gbtlo-symbol--footer {
        justify-content: flex-start;
    }
}

@media (max-width: 350px) {
    .tg1ik4gbtlo-title {
        font-size: 24px;
        line-height: 32px;
    }
    .tg1ik4gbtlo-prompt--division {
        padding: 30px 20px 30px;
        min-height: 354px;
        border-radius: 20px;
    }
    .tg1ik4gbtlo-prompt--img img {
        max-width: 224px;
    }
}