* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.header {
    top: 0;
    background: #fff;
    z-index: 99;
}

.selected-item {
    display: none;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div a {
    color: #fff;
}

.burger-menu-btn {
    display: none;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

/*.header-upper .header-upper-right .header-upper-right-language-hidden {*/
/*  display: none;*/
/*}*/

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 5px 0;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item:hover .submenu {
    display: block;
    transition: all 300ms ease;
}

.submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #064DBF;
    box-sizing: border-box;
    box-shadow: 0 4px 19px rgba(6, 77, 191, .16);
    border-radius: 6px;
    white-space: nowrap;
    padding: 10px 0;
    list-style: none;
    z-index: 10;
}

.submenu li {
    padding: 15px 0;
    width: 295px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    transition: all 500ms ease;
}

.submenu li:hover a {
    color: #fff !important;
}

.submenu li:hover {
    background: #064DBF;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    top: 110px;
    right: 10%;
    border: 1px solid #094dbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #094dbf;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button .fa-arrow-circle-right {
    padding-left: 10px;
}

.footer-section {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-right .footer-color {
    color: pink;
}

.about-page-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-page-section .about-page-section-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    max-width: 1224px;
    width: 100%;
    height: 870px;
}

.about-page-section .about-page-section-main .about-page-section-information {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 600px;
}

.about-page-section .about-page-section-main .about-page-section-information .about-page-section-information-subtitle {
    color: #fda203;
    margin-top: 10px;
}

.about-page-section .about-page-section-main .about-page-section-information h4 {
    color: black;
    margin-bottom: 20px;
    font-size: 30px;
}

.about-page-section .about-page-section-main .about-page-section-information h5 {
}

.about-page-section .about-page-section-main .about-page-section-information .about-page-section-information-additional {
    margin-bottom: 6px;
}

.about-page-section .about-page-section-area {
    margin-top: 60px;
    background-color: #094dbf;
    width: 100%;
}

.about-page-section-area-inner {
    padding: 50px 0;
    width: 100%;
    max-width: 1224px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

.about-page-section .about-page-section-area .about-page-section-area-title {
    color: white;
    margin-bottom: 10px;
}

.about-page-section .about-page-section-area .about-page-section-area-flex {
    -ms-flex-pack: distribute;
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.about-page-section .about-page-section-area .about-page-section-area-flex .about-page-section-area-card {
}

.about-page-section .about-page-section-area .about-page-section-area-flex .about-page-section-area-card div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.about-page-section .about-page-section-area .about-page-section-area-flex .about-page-section-area-card div .fa-circle-div {
    padding-right: 0px;
    color: #fda203;
}

.about-page-section .about-page-section-area .about-page-section-area-flex .about-page-section-area-card div .fa-circle-p {
    color: white;
    padding: 10px;
}

.about-page-section-area-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.about-page-experience-section {
    margin-top: 60px;
    padding: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1224px;
}

.about-page-experience-section .about-page-experience-section-left-title {
    color: black;
    margin-bottom: 20px;
    font-size: 20px;
}

.about-page-experience-section .about-page-experience-section-right-title {
    color: black;
    margin-bottom: 20px;
    font-size: 20px;
}

.about-page-experience-section .about-page-experience-left-section-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 520px;
    margin: 20px;
    border-left: 1px solid #FFA200;;
    padding-left: 27px;
    position: relative;
}

.about-page-experience-section .about-page-experience-left-section-card:before {
    content: url("../images/yellow-circle.svg");
    position: absolute;
    left: -13px;
    top: 0;
    height: 24px;
    background: #Fff;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-image {
    margin-top: auto;
    margin-bottom: auto;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-image figure .fa-map-pin {
    font-size: 40px;
    color: #fda203;
    padding: 10px;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-information {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 700px;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-information h5 {
    font-weight: bold;
    font-size: 17px;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-information h5 span {
    font-weight: normal;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-information h6 {
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0 0;
    color: #094dbf;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-information-date {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-information-date .fa-calendar-minus {
    padding: 10px;
}

.about-page-experience-section .about-page-experience-left-section-card .about-page-experience-left-section-card-information-date p {
    color: #fda203;
    padding-left: 10px;
}

.about-page-experience-section .about-page-experience-right-section-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 520px;
    margin: 20px;
    border-left: 1px solid #FFA200;
    padding-left: 27px;
    position: relative;
}

.about-page-experience-section .about-page-experience-right-section-card:before {
    content: url('../images/yellow-circle.svg');
    position: absolute;
    left: -13px;
    top: 0;
    height: 24px;
    background: #Fff;
}


.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-image {
    margin-top: auto;
    margin-bottom: auto;
}

.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-image figure .fa-map-pin {
    font-size: 40px;
    color: #fda203;
    padding: 10px;
}

.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-information {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 700px;
}

.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-information h5 {
    font-weight: bold;
    font-size: 17px;
}

.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-information h5 span {
    font-weight: normal;
}

.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-information h6 {
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0 0;
    color: #094dbf;
}

.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-information-date {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-information-date .fa-calendar-minus {
    padding: 10px;
}

.about-page-experience-section .about-page-experience-right-section-card .about-page-experience-right-section-card-information-date p {
    color: #fda203;
    padding-left: 10px;
}

.about-page-language-section {
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
}

.about-page-language-section .about-page-language-section-title {
    color: black;
    margin-bottom: 20px;
}

.about-page-language-section .about-page-language-section-title h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.002em;
    color: #000000;
}

.about-page-language-section .about-page-language-flex-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-page-language-section .about-page-language-flex-cards .about-page-language-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 200px;
    padding: 30px 10px;
    -webkit-box-shadow: 0px 4px 19px rgba(6, 77, 191, 0.08);
    box-shadow: 0px 4px 19px rgba(6, 77, 191, 0.08);
    margin: 10px 10px 10px 0;
    border-radius: 50px;
}


.hobbi-card {
    border: 1px solid rgba(6, 77, 191, 0.1);
    box-sizing: border-box;
    display: block !important;
    border-radius: 12px !important;
    width: 100%;
    max-width: 239px;
    padding: 20px 16px !important;
    box-shadow: none !important;
}

.hobbi-card-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.002em;
    color: #000000;
    margin-bottom: 12px;
}

.hobbi-card-subtitle {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.002em;
    color: #FFA200;
    position: relative;
}

.hobbi-card-subtitle:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    display: block;
    top: 10px;
    left: -12px;
    border-radius: 50%;
    background: #FFA200;
}

}

.about-page-language-section .about-page-language-flex-cards .about-page-language-card .about-page-language {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.002em;
    color: #000000;
}

.about-page-language-section .about-page-language-flex-cards .about-page-language-card .about-page-level {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.002em;
    color: #FFA200;
}

.about-page-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media (max-width: 600px) {

    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .about-page-section-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-page-section-main .about-page-section-main-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-page-experience-left-section-card {
        max-width: 300px;
    }

    .about-page-experience-right-section-card {
        max-width: 300px;
    }

    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

/*.header-upper .header-upper-right .header-upper-right-language-hidden {*/
/*  display: none;*/
/*}*/

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    top: 110px;
    right: 10%;
    border: 1px solid #094dbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #094dbf;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button .fa-arrow-circle-right {
    padding-left: 10px;
}

.footer-section {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-right .footer-color {
    color: pink;
}

.main-book-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-book-section .main-book-section-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-book-section .main-book-section-buttons div a {
    margin: 30px;
    padding: 10px;
    border: 1px solid #094dbf;
    border-radius: 30px;
    width: 300px;
    text-align: center;
    display: block;
}

.main-book-section .main-book-section-buttons div a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.main-book-section .main-book-section-buttons div:hover a {
    color: #000000;
    background-color: #CFE2FF;
    cursor: pointer;
}

.book-active {
    color: #fff !important;
    background-color: #094dbf !important;
    cursor: pointer !important;
}

.main-book-section .main-book-section-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-book-section .main-book-section-cards .book-card {
    max-width: 1000px;
    border-bottom: 1px solid rgba(9, 77, 191, 0.44);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-book-section .main-book-section-cards .book-card .book-card-image figure img {
    width: 120px;
    border-radius: 10px;
}

.main-book-section .main-book-section-cards .book-card .book-card-information {
    padding: 20px;
    margin: auto;
}

.main-book-section .main-book-section-cards .book-card .book-card-information h4 {
    font-size: 22px;
}

.main-book-section .main-book-section-cards .book-card .book-card-information p {
    padding-top: 10px;
    width: 80%;
}

@media (max-width: 600px) {
    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

/*.header-upper .header-upper-right .header-upper-right-language-hidden {*/
/*  display: none;*/
/*}*/

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    top: 110px;
    right: 10%;
    border: 1px solid #094dbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #094dbf;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button .fa-arrow-circle-right {
    padding-left: 10px;
}

.footer-section {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-right .footer-color {
    color: pink;
}

.certification-section-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.certification-section-div .certification-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certification-section-div .certification-section-title h4 a {
    margin: 30px;
    padding: 10px;
    border: 1px solid #094dbf;
    border-radius: 30px;
    width: 300px;
    text-align: center;
    display: block;
}

.certification-section-div .certification-section-title h4 a {
    text-decoration: none;
}

.certification-section-div .certification-section-title h4 a:hover {
    background-color: #094dbf;
    color: white;
    cursor: pointer;
}

.certification-section-div .certification-section-title h4 a.certification-active {
    background-color: #094dbf;
    color: white;
    cursor: pointer;
}

.certification-section-div .certification-section-cards {
    max-width: 1224px;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
}

.certification-section-div .certification-section-cards .certification-section-video-card {
    width: 100%;
    max-width: 392px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 10px #d1d1d1;
    box-shadow: 0px 3px 10px #d1d1d1;
}

.certification-section-div .certification-section-cards .certification-section-video-card:hover .certification-section-card-figure {
    opacity: 0.5;
    background-color: lightgray;
}

.certification-section-div .certification-section-cards .certification-section-video-card .certification-section-card-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8faff;
    padding: 30px;
}

.certification-section-div .certification-section-cards .certification-section-video-card .certification-section-card-figure img {
    /*width: 200px;*/
    /*padding: 30px;*/
    padding-bottom: 0px;
    border-radius: 12px;
    overflow: hidden;
}

.certification-section-div .certification-section-cards .certification-section-video-card .certification-section-card-information {
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    top: -20px;
    z-index: 100000;
}

.certification-section-div .certification-section-cards .certification-section-video-card .certification-section-card-information p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

@media (max-width: 600px) {
    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

/*.header-upper .header-upper-right .header-upper-right-language-hidden {*/
/*  display: none;*/
/*}*/

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    top: 110px;
    right: 10%;
    border: 1px solid #094dbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #094dbf;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button .fa-arrow-circle-right {
    padding-left: 10px;
}

.footer-section {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-right .footer-color a {
    color: #d86fba;
    text-decoration: none;
}

.main-error-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.main-error-section .main-error-section-image figure img {
    max-width: 600px;
}

.main-error-section .main-error-section-image-message {
    font-size: 25px;
    color: #fda203;
    margin: 10px;
}

.main-error-section .main-error-section-image-button button {
    background-color: #094dbf;
    width: 150px;
    padding: 10px;
    border-radius: 30px;
    border: none;
    color: white;
    cursor: pointer;
    margin: 10px;
}

@media (max-width: 600px) {
    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

/*.header-upper .header-upper-right .header-upper-right-language-hidden {*/
/*  display: none;*/
/*}*/

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    top: 110px;
    right: 10%;
    border: 1px solid #094dbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #094dbf;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.side-menu {
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button .fa-arrow-circle-right {
    padding-left: 10px;
}

.footer-section {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-right .footer-color {
    color: pink;
}

.homepage-about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.homepage-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.homepage-section .homepage-main {
    background: rgba(6, 77, 191, 0.06);
    background-image: url("../images/azn-bg.svg");
    background-size: 35%;
    background-position: 115% 38px;
    background-repeat: no-repeat;
    /*height: 80vh;*/
    /*max-height: 580px;*/
    height: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 30px;
}

.homepage-section .homepage-main .homepage-main-div {
    width: 1224px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url('../images/signa.svg');
    background-repeat: no-repeat;
    background-position: 33% center;
    background-size: 39%;
}

.homepage-section .homepage-main .homepage-titles {
    margin-top: auto;
    margin-bottom: auto;
}

.homepage-section .homepage-main .homepage-titles h2 {
    font-size: 35px;
    margin: 15px;
}

.homepage-section .homepage-main .homepage-titles p {
    margin: 15px;
    max-width: 400px;
}

.homepage-section .homepage-main .homepage-titles a {
    padding: 15px 10px;
    width: 170px;
    background-color: #094dbf;
    color: white;
    border-radius: 30px;
    border: none;
    margin: 30px 15px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.homepage-section .homepage-main .homepage-main-image {
    margin-top: auto;
    margin-right: 60px;
    /*margin-bottom: auto;*/
}

.about-page-section-main-image figure {
    /*object-fit: cover;*/
    /*border-radius: 250px;*/
    /*overflow: hidden;*/
    /*width: 474px;*/
    /*transform: rotate(30deg);*/
    /*position: relative;*/
    /*top: -62px;*/
    position: relative;
    right: -110px;
}

.about-page-section-main-image figure img {
    /*object-fit: cover;*/
    /*transform: rotate(-30deg);*/
    /*position: relative;*/
    /*left: -67px;*/
    /*top: 44px;*/
}

.homepage-section .homepage-main .homepage-main-image figure img {
    width: 550px;
}

.homepage-section .homepage-about-section {
    max-width: 1224px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 60px;
    -webkit-box-shadow: 0px 3px 10px lightgray;
    box-shadow: 0px 3px 10px lightgray;
    background-color: #fff;
    position: relative;
    top: -60px;
}

.homepage-section .homepage-about-section .homepage-about-item {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid rgba(6, 77, 191, 0.5);
    width: 250px;
}

.homepage-section .homepage-about-section .homepage-about-item .homepage-about-item-image {
    padding-right: 10px;
}

.homepage-section .homepage-about-section .homepage-about-item .homepage-about-item-image figure {
    width: 50px;
    border-radius: 50%;
    background-color: #fda203;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-section .homepage-about-section .homepage-about-item .homepage-about-item-image figure .fas {
    font-size: 25px;
    color: white;
    margin-top: 12px;
    margin-left: 12px;
}

.homepage-section .homepage-about-section .homepage-about-item .homepage-about-item-information {
    margin-top: auto;
    margin-bottom: auto;
}

.homepage-section .homepage-about-section .homepage-about-item .homepage-about-item-information .homepage-about-item-information-upper {
    color: #0D3679;
}

.homepage-section .homepage-about-section .homepage-about-item .homepage-about-item-information .homepage-about-item-information-lower {
    color: #fda203;
    margin-top: 10px;
}

.information-last-part {
    border: none !important;
}

.homepage-information-section-title {
    border-bottom: 3px solid #fda203;
}

.homepage-information-section-title h4 {
    margin-top: 30px;
    font-size: 25px;
}

.homepage-information-section-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.homepage-information-section-flex-cards {
    max-width: 1224px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.homepage-information-section-flex-cards .homepage-information-section-card {
    width: 392px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    /*margin: 20px;*/
    -webkit-box-shadow: 0px 3px 10px #d1d1d1;
    box-shadow: 0px 3px 10px #d1d1d1;
}

.homepage-information-section-flex-cards .homepage-information-section-card:hover {
    -webkit-box-shadow: 0px 3px 10px #a1a1a1;
    box-shadow: 0px 3px 10px #a1a1a1;
}

.homepage-information-section-flex-cards .homepage-information-section-card .homepage-information-section-card-image img {
    width: 100%;
    width: 100%;
    height: 220px;
}

.homepage-information-section-flex-cards .homepage-information-section-card .homepage-information-section-card-image .homepage-information-section-card-image-title {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fda203;
    color: white;
    padding: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 30px;
}

.homepage-information-section-flex-cards .homepage-information-section-card .homepage-information-section-card-title {
    padding: 10px;
}

.homepage-information-section-flex-cards .homepage-information-section-card .homepage-information-section-card-title > p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    letter-spacing: -0.002em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.homepage-information-section-flex-cards .homepage-information-section-card .homepage-information-section-card-title h5 {
    font-size: 17px;
    padding-bottom: 7px;
}

.homepage-information-section-flex-cards .homepage-information-section-card .homepage-information-section-card-title h5 a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.002em;
    color: #000000;
    text-decoration: none;
}

.homepage-information-section-flex-cards .homepage-information-section-card .homepage-information-section-card-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fda203;
}

.homepage-information-section-additional a {
    padding: 16px 72px;
    line-height: 24px;
    background-color: #094dbf;
    color: white;
    border-radius: 30px;
    border: none;
    margin: 76px 15px 15px;
    font-size: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.homepage-book-section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 20px;
    /*background-color: #f3e8d6;*/
    background-image: url('../images/main-page-book-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.homepage-book-section .homepage-book-section-title {
    border-bottom: 3px solid #fda203;
}

.homepage-book-section .homepage-book-section-title h4 {
    margin-top: 30px;
    font-size: 25px;
}

.homepage-book-section .homepage-book-section-title h4 a {
    text-decoration: none;
    color: #000000;
}

.homepage-book-section .homepage-book-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.homepage-book-section .homepage-book-slide .homepage-book-right {
    margin: auto;
    min-width: 50px;
    border-radius: 50%;
    background-color: #fda203;
    height: 50px;
    cursor: pointer;
}

.homepage-book-section .homepage-book-slide .homepage-book-right .fas {
    font-size: 30px;
    color: white;
    margin-top: 10px;
    margin-left: 18px;
}

.homepage-book-section .homepage-book-slide .homepage-book-left {
    min-width: 50px;
    border-radius: 50%;
    margin: auto;
    background-color: #fda203;
    height: 50px;
    cursor: pointer;
}

.homepage-book-section .homepage-book-slide .homepage-book-left .fas {
    font-size: 30px;
    color: white;
    margin-top: 10px;
    margin-left: 14px;
}

.homepage-book-section .homepage-book-slide .homepage-book-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 1000px;
    height: 500px;
    margin-top: 30px;
}

.homepage-book-collection-one {
    width: 400px;
    margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.homepage-book-collection-one .homepage-book-collection-one-image figure img {
    width: 150px;
    border-radius: 10px;
}

.homepage-book-collection-one-information {
    text-align: center;
}

.homepage-book-section .homepage-book-slide .homepage-book-collection .homepage-book-collection-one-information h4 {
    margin: 10px;
    font-size: 20px;
}

.video-section-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-section-video .video-section-video-title {
    border-bottom: 3px solid #fda203;
}

.video-section-video .video-section-video-title h4 {
    margin-top: 30px;
    font-size: 25px;
}

.video-section-video .video-section-video-flex {
    max-width: 1224px;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-section-video .video-section-video-flex .video-section-video-card {
    /*width: 300px;*/
    width: 392px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 10px #d1d1d1;
    box-shadow: 0px 3px 10px #d1d1d1;
}

.video-section-video .video-section-video-flex .video-section-video-card:hover {
    -webkit-box-shadow: 0px 3px 10px #a1a1a1;
    box-shadow: 0px 3px 10px #a1a1a1;
}

.video-section-card-video {
    position: relative;
}

.poster {
    position: absolute;
    opacity: 1;
    transition: all 300ms ease;
    z-index: 100;
}

.video-section-card-video .player-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

.video-section-video .video-section-video-flex .video-section-video-card .video-section-card-video video {
    width: 300px;
}

.video-section-video .video-section-video-flex .video-section-video-card .video-section-card-information {
    padding: 10px;
    text-align: center;
}

.search-wrapper {
    display: none;
}

@media (max-width: 600px) {
    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

/*.header-upper .header-upper-right .header-upper-right-language-hidden {*/
/*  display: none;*/
/*}*/

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    top: 110px;
    right: 10%;
    border: 1px solid #094dbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #094dbf;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button .fa-arrow-circle-right {
    padding-left: 10px;
}

.footer-section {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-right .footer-color {
    color: pink;
}

.information-section-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.information-section-div .information-section-title {
    border-bottom: 3px solid #fda203;
}

.information-section-div .information-section-title h4 {
    margin-top: 30px;
    font-size: 25px;
}

.information-section-div .information-section-flex-cards {
    max-width: 1224px;
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-pack: distribute;*/
    /*justify-content: space-between;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: unset;
    text-decoration: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.information-section-div .information-section-flex-cards a {
    text-decoration: none;
    color: unset;
}

.information-section-div .information-section-flex-cards .information-section-card {
    width: 100%;
    max-width: 392px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 10px #d1d1d1;
    box-shadow: 0px 3px 10px #d1d1d1;
}

.information-section-div .information-section-flex-cards .information-section-card:hover {
    -webkit-box-shadow: 0px 3px 10px #a1a1a1;
    box-shadow: 0px 3px 10px #a1a1a1;
}

.information-section-div .information-section-flex-cards .information-section-card .information-section-card-image img {
    /*width: 300px;*/
    width: 100%;
    height: 220px;
}

.information-section-div .information-section-flex-cards .information-section-card .information-section-card-image .information-section-card-image-title {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fda203;
    color: white;
    padding: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 30px;
}

.information-section-div .information-section-flex-cards .information-section-card .information-section-card-title {
    padding: 10px;
}

.information-section-div .information-section-flex-cards .information-section-card .information-section-card-title p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    letter-spacing: -0.002em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information-section-div .information-section-flex-cards .information-section-card .information-section-card-title h5 {
    font-size: 17px;
    padding-bottom: 7px;
}

.information-section-div .information-section-flex-cards .information-section-card .information-section-card-title h5 p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.information-section-div .information-section-flex-cards .information-section-card .information-section-card-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fda203;
}

.information-section-div .information-section-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px;
}

.information-section-div .information-section-pagination .information-section-pagination-box {
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100%;
    border: 1px solid lightgray;
    margin: 7px;
    cursor: pointer;
}

.information-section-div .information-section-pagination .information-section-pagination-box:hover {
    background-color: #094dbf;
    border-color: #094dbf;
    color: white;
}

.information-section-div .information-section-pagination .information-section-pagination-box a {
    text-decoration: none;
    color: #000;
}

.information-section-div .information-section-pagination .information-section-pagination-box:hover a {
    color: #fff;
}

@media (max-width: 600px) {
    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

/*.header-upper .header-upper-right .header-upper-right-language-hidden {*/
/*  display: none;*/
/*}*/

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    top: 110px;
    right: 10%;
    border: 1px solid #094dbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #094dbf;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button .fa-arrow-circle-right {
    padding-left: 10px;
}

.footer-section {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-right .footer-color {
    color: pink;
}

.inner-card-section-div {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-card-section-div .inner-card-section-title {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-card-section-div .inner-card-section-title h4 {
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 10px;
}

.inner-card-section-div .inner-card-section-title .inner-card-subtitle p {
    text-align: center;
    width: 100px;
    padding-top: 20px;
    border-top: 3px solid #fda203;
}

.inner-card-section-div .inner-card-section-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1224px;
    width: 100%;
}

.inner-card-section-div .inner-card-section-images .inner-card-section-image-box {
    margin: 20px;
}

.inner-card-section-div .inner-card-section-images .inner-card-section-image-box:first-child {
    margin-left: 0;
}

.inner-card-section-div .inner-card-section-images .inner-card-section-image-box figure img {
    width: 300px;
}

.inner-card-section-div .inner-card-section-information {
    max-width: 1224px;
}

.inner-card-section-div .inner-card-section-information p {
    padding: 10px;
}

.inner-card-share-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1224px;
}

.inner-card-share-section .inner-card-share {
    margin: 15px;
}

.inner-card-share-section .inner-card-share {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.inner-card-share-section .inner-card-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner-card-share-section .inner-card-icons div {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    background-color: #e2e2e2;
    margin-left: 10px;
}

.inner-card-share-section .inner-card-icons div .fab {
    margin-top: 17px;
    margin-left: 17px;
    color: #000;
}

.inner-card-section-article-title {
    font-size: 25px;
    margin: 20px;
}

.inner-card-section-flex-cards {
    max-width: 1000px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner-card-section-flex-cards .inner-card-section-card {
    width: 300px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin: 10px;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 10px #d1d1d1;
    box-shadow: 0px 3px 10px #d1d1d1;
}

.inner-card-section-flex-cards .inner-card-section-card:hover {
    -webkit-box-shadow: 0px 3px 10px #a1a1a1;
    box-shadow: 0px 3px 10px #a1a1a1;
}

.inner-card-section-flex-cards .inner-card-section-card .inner-card-section-card-image img {
    width: 300px;
}

.inner-card-section-flex-cards .inner-card-section-card .inner-card-section-card-image .inner-card-section-card-image-title {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fda203;
    color: white;
    padding: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 30px;
}

.inner-card-section-flex-cards .inner-card-section-card .inner-card-section-card-title {
    padding: 10px;
}

.inner-card-section-flex-cards .inner-card-section-card .inner-card-section-card-title h5 {
    font-size: 17px;
    padding-bottom: 7px;
}

.inner-card-section-flex-cards .inner-card-section-card .inner-card-section-card-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fda203;
}

@media (max-width: 600px) {
    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

/*.header-upper .header-upper-right .header-upper-right-language-hidden {*/
/*  display: none;*/
/*}*/

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    top: 110px;
    right: 10%;
    border: 1px solid #094dbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #094dbf;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button .fa-arrow-circle-right {
    padding-left: 10px;
}

.footer-section {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    color: lightgray;
    padding: 10px;
}

.footer-section .footer-section-right .footer-color {
    color: pink;
}

.searching-section-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.searching-section-div .searching-section-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.searching-section-div .searching-section-main .searching-section-main-title {
    margin: 30px;
}

.searching-section-div .searching-section-main .searching-section-main-title .searching-section-search {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.searching-section-div .searching-section-main .searching-section-main-title .searching-section-search input {
    outline: none;
    width: 250px;
    border-radius: 30px;
    border: 1px solid #094dbf;
    padding: 10px;
}

.searching-section-div .searching-section-main .searching-section-main-title .searching-section-search .fa-search-div {
    background-color: #094dbf;
    border-radius: 50%;
}

.searching-section-div .searching-section-main .searching-section-main-title .searching-section-search button {
    background: transparent;
    border: none;
}

.searching-section-div .searching-section-main .searching-section-main-title .searching-section-search button .fa-search {
    padding: 10px;
    font-size: 17px;
    color: white;
    cursor: pointer;
}

.searching-section-div .searching-section-main .searching-section-main-title .searching-section-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px;
    margin-bottom: 0px;
}

.searching-section-div .searching-section-main .searching-section-main-title .searching-section-information .searching-section-keyword {
    color: #094dbf;
}

.searching-section-div .searching-section-main .searching-section-main-title .searching-section-information .searching-section-result {
    margin-left: 10px;
}

.searching-section-main-results {
    max-width: 1000px;
}

.searching-section-main-results .searching-section-result-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 10px #d1d1d1;
    box-shadow: 0px 3px 10px #d1d1d1;
    margin: 20px;
    border-radius: 30px;
    justify-content: flex-start;
}

.searching-section-main-results .searching-section-result-card:hover {
    -webkit-box-shadow: 0px 3px 10px #a1a1a1;
    box-shadow: 0px 3px 10px #a1a1a1;
}

.searching-section-main-results .searching-section-result-card .searching-section-result-card-image figure img {
    width: 100px;
    margin: 30px;
}

.searching-section-main-results .searching-section-result-card .searching-section-result-card-right {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.searching-section-main-results .searching-section-result-card .searching-section-result-card-right .searching-section-result-card-information {
    max-width: 500px;
}

.searching-section-main-results .searching-section-result-card .searching-section-result-card-right .searching-section-result-card-button {
    padding: 20px;
}

.searching-section-main-results .searching-section-result-card .searching-section-result-card-right .searching-section-result-card-button a {
    padding: 10px;
    border: 1px solid #094dbf;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    background-color: #fff;
    color: #094dbf;
    display: block;
    text-decoration: none;
}

.searching-section-main-results .searching-section-result-card .searching-section-result-card-right .searching-section-result-card-button a:hover {
    background-color: #094dbf;
    color: white;
    cursor: pointer;
}

.searching-section-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px;
}

.searching-section-pagination .searching-section-pagination-box {
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100%;
    border: 1px solid lightgray;
    margin: 7px;
    cursor: pointer;
}

.searching-section-pagination .searching-section-pagination-box:hover {
    background-color: #094dbf;
    border-color: #094dbf;
    color: white;
}

@media (max-width: 600px) {
    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-upper {
    background-color: #094dbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-upper-wrapper {
    width: 100%;
    max-width: 1224px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-upper .header-upper-left {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .header-upper-left div {
    padding: 5px;
}

.header-upper .header-upper-left div .fa-envelope {
    font-size: 20px;
}

.header-upper .header-upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 5px;
}

.header-upper .header-upper-right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

.header-upper .header-upper-right div .fa-chevron-down {
    position: relative;
    top: 1px;
}

.header-upper .header-upper-right .header-upper-right-language-hidden {
    display: none;
    flex-direction: column;
    margin-top: 40px;
    border: 0.5px solid #064DBF;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 0;
    background: #fff;
    width: 67px;
    position: absolute;
    z-index: 9;
}

.header-upper .header-upper-right .header-upper-right-language-hidden.active {
    display: block !important;
}

.header-upper .header-upper-right .header-upper-right-language-hidden:after {
    content: url("../images/tringle.svg");
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.header-upper .header-upper-right .header-upper-right-language-hidden a {
    background-color: #fff;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.header-upper .header-upper-right .header-upper-right-language-hidden a:hover {
    background: #064DBF;
    color: #FFFFFF;
}

.header-upper .header-upper-right .header-upper-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 10px;
}

.header-upper .header-upper-right .header-upper-right-links a {
    color: white !important;
    padding-left: 5px;
}

.header-upper-right-language {
    padding-right: 15px;
    border-right: 1px solid white;
    cursor: pointer;
}

.header-lower {
    -webkit-box-shadow: 0 3px 10px -10px #5f5f5f;
    box-shadow: 0 3px 10px -10px #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lower .header-lower-logo {
    color: #094dbf;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lower .header-lower-logo .logo-color {
    color: #fda203;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 30px;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-lower .header-lower-navbar nav .header-lower-navbar-list .header-lower-navbar-list-item .fa-chevron-down {
    padding-left: 10px;
}

.header-lower .header-lower-searching {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-search {
    font-size: 30px;
    color: #094dbf;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box .fa-times {
    font-size: 30px;
    color: #094dbf;
    display: none;
    cursor: pointer;
}

.header-lower .header-lower-searching .header-lower-searching-box {
    width: 30px;
    display: flex;
    align-items: center;
}

.header-lower .header-lower-searching .header-lower-searching-hidden {
    position: absolute;
    /*top: 110px;*/
    /*right: 10%;*/
    top: 54px;
    right: 0;
    border: 0.5px solid #064DBF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #fff;
    display: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden.active {
    display: flex;
    align-items: center;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input {
    padding: 5px;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-input input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #0779E4;
    outline: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button {
    font-size: 30px;
    color: #094dbf;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button div button {
    background: transparent;
    border: none;
}

.header-lower .header-lower-searching .header-lower-searching-hidden .header-lower-searching-button button .fa-arrow-circle-right {
    padding-left: 10px;
    font-size: 30px;
    color: #0779E4;
}

.footer-section {
    background-color: #094dbf;
    background-image: url("../images/footer-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 30px;
    margin: 30px;
}

.footer-section .footer-section-left {
    padding: 10px;
    color: #7AADFF;
}

.footer-section .footer-section-middle ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
}

.footer-section .footer-section-middle ul li a {
    padding-left: 10px;
    color: white;
}

.footer-section .footer-section-right {
    padding: 10px;
    color: #7AADFF;
}

.footer-section .footer-section-right .footer-color {
    color: #d86fba;
}

.video-section-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-section-div .video-section-title {
    border-bottom: 3px solid #fda203;
}

.video-section-div .video-section-title h4 {
    margin-top: 30px;
    font-size: 25px;
}

.video-section-div .video-section-cards {
    max-width: 1224px;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
}

.video-section-div .video-section-cards .video-section-video-card {
    width: 392px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 4px 19px rgba(6, 77, 191, 0.03);
    box-shadow: 0px 4px 19px rgba(6, 77, 191, 0.03);
    transition: all 300ms ease;
}

.video-section-div .video-section-cards .video-section-video-card:hover {
    -webkit-box-shadow: 0px 3px 10px #d1d1d1;
    box-shadow: 0px 3px 10px #d1d1d1;
}

.video-section-div .video-section-cards .video-section-video-card .video-section-card-video video {
    width: 300px;
}

.video-section-div .video-section-cards .video-section-video-card .video-section-card-information {
    padding: 10px;
    text-align: center;
}

.video-section-div .video-section-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px;
}

.video-section-div .video-section-pagination .video-section-pagination-box {
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100%;
    border: 1px solid lightgray;
    margin: 7px;
    cursor: pointer;
}

.video-section-div .video-section-pagination .video-section-pagination-box:hover {
    background-color: #094dbf;
    border-color: #094dbf;
    color: white;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper.active {
    visibility: unset !important;
}

.information-slider {
    width: 500px;
    height: 674px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.information-slider-video {
    width: 800px;
}

.information-slider img {
    width: 100%;
}

.slider-btn {
    width: 64px;
    height: 64px;
    z-index: 10;
    position: absolute;
    cursor: pointer;
}

.slider-btn-left {
    background-image: url("../images/slider-btn-left.svg");
    left: -100px;
}

.slider-btn-right {
    background-image: url("../images/slider-btn-right.svg");
    right: -100px;
}

.slider-container {
    padding: 0 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-frame {
    width: 600px;
    height: 350px;
}

.close-information-slider-btn {
    position: absolute;
    right: 0;
    top: -65px;
    background: transparent;
    border: transparent;
    cursor: pointer;
}

@media (max-width: 600px) {
    .header-lower-navbar-list-item {
        padding: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
.book-slide {
    max-width: 496px;
    padding: 0 12px;
}

.book-slide h4 p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    font-weight: normal;
}

.book-slide-img-wrapper {
    max-width: 186px;
    height: 240px;
    border-radius: 24px;
    margin: 0 auto 16px;
}

.book-slide-img {
    width: 100%;
    height: 100%;
}

.book-slide-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.certification-section-div .certification-section-title h4 a.achievements-title {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #fda203 !important;
    width: unset;
    font-size: 25px;
    color: #000;
    padding: 0;
    cursor: unset;
}

.certification-section-div .certification-section-title h4 a.achievements-title:hover {
    background: transparent;
}


.information-section-div .main-book-section-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    max-width: 1224px;
    width: 100%;
}

.information-section-div .main-book-section-buttons div:hover a {
    color: #fff;
    background-color: #094dbf;
    cursor: pointer;
}

.information-section-div .main-book-section-buttons div a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #094dbf;
    border-radius: 30px;
    width: 300px;
    text-align: center;
    display: block;
    margin: 30px 0;
    width: 100%;
}

.information-section-div .main-book-section-buttons div:hover a {
    color: #000000;
    background-color: #CFE2FF;
    cursor: pointer;
}

.home-main-info-class {
    color: unset;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.download-section {
    width: 100%;
    max-width: 1224px;
    margin: 60px auto;
    background: #fff6e6;
    border-radius: 24px;
    padding: 27px 60px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    justify-content: space-between;
}

.download-section-right {
    display: flex;
    justify-content: flex-end;
}

.download-section-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    border-right: 1px solid #9C9C9C;
    padding: 10px 0;
}

.download-section-btn {
    background: #064DBF;
    border-radius: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 30px;
}

.download-section-btn img {
    margin-right: 19px;
}

.close-information-slider-btn-photo {
    top: 45px;
}

@media (max-width: 576px) {
    .header-upper .header-upper-right .header-upper-right-links {
        display: none;
    }

    .homepage-section .homepage-about-section {
        flex-direction: column;
        box-shadow: 0 4px 19px rgba(6, 77, 191, 0.16);
        border-radius: 12px;
    }

    .homepage-book-section .homepage-book-slide {
        width: 100%;
    }

    .homepage-book-section .homepage-book-slide .homepage-book-collection {
        width: 100%;
    }

    .homepage-section .homepage-main .homepage-main-image figure img {
        width: 100%;
    }

    .header-upper-right {
        display: none;
    }

    .header-lower-navbar {
        display: none;
    }

    .burger-menu-btn {
        display: block;
        background: transparent;
        border: none;
    }

    .header-lower {
        padding: 19px 24px;
    }

    .header-loco-img {
        width: 116px;
    }

    .header-lower .header-lower-searching .header-lower-searching-box .fa-search {
        font-size: 24px;
    }

    .homepage-section .homepage-main {
        background-image: none;
    }

    .homepage-section .homepage-main .homepage-main-div {
        flex-direction: column;
        justify-content: flex-start;
        background-position: 9% center;
    }

    .homepage-section .homepage-main .homepage-titles {
        margin-top: 0;
        margin-bottom: 0;
    }

    .homepage-section .homepage-main .homepage-titles h2 {
        margin-top: 30px;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }

    .homepage-section .homepage-main .homepage-titles p {
        font-size: 16px;
        line-height: 19px;
    }

    .homepage-section .homepage-main .homepage-main-image {
        margin: 0;
    }

    .homepage-section .homepage-main .homepage-main-image figure img {
        width: 80%;
        margin-left: auto;
        display: block;
    }

    .homepage-section .homepage-about-section .homepage-about-item {
        border-right: none;
        border-bottom: 1px solid rgba(6, 77, 191, 0.5);
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }


    .homepage-section .homepage-about-section .homepage-about-item:first-child {
        padding-top: 0;
    }

    .homepage-section .homepage-about-section .homepage-about-item:last-child {
        padding-bottom: 0;
    }

    .homepage-about-row {
        padding: 0 16px;
    }

    .homepage-section .homepage-about-section .homepage-about-item .homepage-about-item-information .homepage-about-item-information-lower {
        margin-top: 0;
    }

    .homepage-information-section-flex-cards {
        padding: 0 16px;
    }

    .homepage-information-section-flex-cards .homepage-information-section-card .homepage-information-section-card-title {
        padding-bottom: 0;
    }

    .homepage-information-section-flex-cards .homepage-information-section-card {
        margin-bottom: 20px;
    }

    .homepage-information-section-additional a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .homepage-book-section .homepage-book-slide .homepage-book-right, .homepage-book-section .homepage-book-slide .homepage-book-left {
        display: none !important;
    }

    .book-slide-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .book-slide h4 p {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }

    .slick-dots {
        position: absolute;
        bottom: 0;
        flex-direction: row;
        display: flex;
        list-style: none;
    }

    .slick-dots li button {
        color: transparent !important;
        width: 12px;
        height: 12px;
        background: #FFE1AC;
        border-radius: 50%;
        border: 1px solid transparent;
        margin: 3px;
    }

    .slick-dots li.slick-active button {
        background: #FFA200;
    }

    .slick-active button {
        color: transparent;
    }

    .homepage-book-section {
        padding-bottom: 30px;
    }

    .video-section-video .video-section-video-title h4 {
        margin-top: 0;
    }

    .video-section-video .video-section-video-flex {
        padding: 0 16px;
    }

    .footer-section {
        margin-top: 90px;
    }

    .about-page-section .about-page-section-main {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-page-section-main-image figure {
        right: unset;
    }

    .about-page-section .about-page-section-area .about-page-section-area-flex {
        grid-template-columns: 1fr;
    }


    .about-page-section .about-page-section-main .about-page-section-information {
        grid-row: 2;
        padding: 0 16px;
    }

    .about-page-section .about-page-section-main .about-page-section-information ul {
        list-style: none;
    }

    .about-page-section-main .about-page-section-main-image {
        grid-row: 1;
    }

    .about-page-section .about-page-section-main {
        height: unset;
    }

    .about-page-section .about-page-section-area {
        margin-top: 30px;
    }

    .about-page-section-area-inner {
        padding: 60px 28px;
    }

    .about-page-section .about-page-section-area .about-page-section-area-flex .about-page-section-area-card div .fa-circle-p p {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        display: flex;
        letter-spacing: -0.002em;
        color: #FAFAFA;
    }

    .about-page-experience-section {
        margin-top: 0;
        padding: 41px 16px 0;
    }

    .about-page-language-flex-cards {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }

    .about-page-language-section {
        padding: 0 16px;
    }

    .about-page-language-section .about-page-language-flex-cards .about-page-language-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 7px 41px;
        margin: 0;
    }

    .about-page-language-section .about-page-language-flex-cards .about-page-language-card .about-page-language {
        font-size: 14px;
    }

    .about-page-language-section .about-page-language-flex-cards .about-page-language-card .about-page-level {
        font-size: 14px;
    }

    .about-page-language-section-hobbies {
        margin-top: 60px;
    }

    .about-page-language-section-hobbies .about-page-language-flex-cards {
        grid-template-columns: 1fr;
    }

    .certification-section-div .certification-section-cards {
        grid-template-columns: 1fr;
        padding: 0 16px;
        margin-top: 0;
    }

    .information-section-div .information-section-flex-cards {
        grid-template-columns: 1fr;
    }

    .information-section-div .information-section-flex-cards .information-section-card {
        max-width: 343px;
    }

    .information-section-div .information-section-flex-cards a {

    }

    .main-book-section .main-book-section-cards .book-card .book-card-information p {
        width: 100%;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }

    .main-book-section .main-book-section-cards .book-card .book-card-information h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
    }

    .main-book-section .main-book-section-buttons {
        position: relative;
        margin: 0 16px;
    }

    .selected-item {
        width: 100%;
        padding: 14px 16px;
        background: #064DBF;
        border-radius: 6px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .selected-item-text {
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }

    .select-item {
        width: 100%;
        display: none;
    }

    .select-item.note:nth-child(2) {
        margin-top: 10px;
    }

    .main-book-section .main-book-section-buttons div a {
        margin: 0;
        border-radius: 0;
        border: none;
        width: 100%;
    }

    .main-book-section .main-book-section-buttons {
        border-radius: 8px;
        border: 1px solid #064DBF;
        width: calc(100% - 16px);
    }

    .video-section-div .video-section-cards .video-section-video-card {
        margin-bottom: 20px;
        box-shadow: 0px 4px 19px rgba(6, 77, 191, 0.03);
    }

    .video-section-div .video-section-cards {
        padding: 0 16px;
    }

    .write-select-wrapper {
        margin-top: 15px;
    }

    .information-section-div .main-book-section-buttons {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .write-select-wrapper {
        width: calc(100% - 16px);
        border: 1px solid #064DBF;
        border-radius: 8px;
    }

    .information-section-div .main-book-section-buttons div a {
        margin: 0;
        border-radius: 0;
        border: none;
    }

    .information-section-div .information-section-flex-cards a {
        max-width: 343px;
        margin: 0 auto;
    }

    .inner-card-share-section {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 50px;
    }

    .inner-card-section-div .inner-card-section-title h4 {
        text-align: center;
    }

    .inner-card-section-div .inner-card-section-title .inner-card-subtitle p {
        padding-top: 12px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.002em;
        color: #000000;
    }

    .inner-card-section-div {
        padding: 0 16px;
    }

    .side-menu {
        position: fixed;
        display: block;
        width: 100vw;
        height: 100vh;
        background: #fff;
        top: 0;
        left: -500px;
        z-index: 999;
        transition: all 300ms ease;
        opacity: 0;
    }

    .side-menu.active {
        left: 0;
        opacity: 1;
    }

    .side-menu-close-container {
        padding: 30px;
        border-bottom: 1px solid #064DBF;;
    }

    .side-menu-close-btn {
        border: none;
        background: transparent;
        margin-left: auto;
        display: block;
    }

    .lang-lists {
        display: flex;
        align-items: center;
        padding: 16px;
        list-style: none;
        border-bottom: 1px solid #064DBF;;
    }

    .lang-list-item {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: #777777;
    }

    .lang-list-item.active {
        background: #064DBF;
        color: #fff;
        border-radius: 0 6px;
    }

    .side-nav-list {
        padding: 0 16px 31px;
    }

    .side-nav-item {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        text-decoration: none;
    }

    .side-nav-item p {
        margin-right: 11px;
    }

    .side-nav-item-list {
        padding-left: 12px;
        display: none;
    }

    .side-nav-item-list-item {
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        text-decoration: none;
        margin-top: 20px;
        display: block;
    }

    .side-nav-item.active + .side-nav-item-list {
        display: block;
        margin-bottom: 0;
    }

    .side-nav-item {
        margin-top: 40px;
    }

    .side-nav-item + .side-nav-item-list {
        margin-bottom: 20px;
    }

    .side-menu-sm-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .side-menu-sm {
        margin: 0 16px;
    }

    .hide-menu-top {
        min-height: 80vh;
    }

    .header-lower-searching-hidden {
        display: none !important;
    }

    .search-wrapper {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(6, 74, 191, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
    }

    .search-wrapper.active {
        display: flex;
    }

    .search-input-container {
        position: relative;
        width: 100%;
    }

    .search-input-container-input {
        border: none;
        border-bottom: 1px solid #FFFFFF;
        width: 100%;
        font-size: 19px;
        line-height: 18px;
        color: #A3A3A3;
        background: transparent;
        padding-bottom: 16px;
        padding-left: 8px;
        padding-right: 30px;
        outline: none;
    }

    .search-input-container img {
        position: absolute;
        right: 0;

    }

    .header-lower-searching-box .fa-search {
        display: block !important;
    }

    .header-lower-searching-box .fa-times {
        display: none !important;
    }

    .header-upper-right-language {
        border: none;
    }

    .header-upper-wrapper {
        padding-left: 12px;
    }

    .footer-section {
        margin: 20px 16px 60px;
        border-radius: 12px;
        justify-content: flex-start;
        padding: 30px 16px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .download-section {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .download-section-text {
        border: none;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }

    .download-section-right {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .information-section-div .information-section-flex-cards .information-section-card .information-section-card-image img {
        height: auto;
    }

    .inner-card-section-div .inner-card-section-information {
        width: 100%;
    }

    .inner-card-section-div .inner-card-section-information > div > a {
        word-break: break-all;
    }

    .inner-card-section-div .inner-card-section-images .inner-card-section-image-box {
        margin: 15px 0 0 !important;
    }

    .inner-card-section-div .inner-card-section-images .inner-card-section-image-box figure img {
        width: 100%;
    }

    .book-active {
        background: transparent !important;
        color: #000 !important;
    }

    .search-close-btn {
        background: transparent;
        border: none;
        position: absolute;
        top: 33px;
        right: 33px;
    }

    .inner-card-section-div .inner-card-section-information a {
        word-break: break-all;
    }

    .searching-section-main-results .searching-section-result-card {
        display: grid;
        grid-template-columns: 1fr;
        overflow: hidden;
        padding: 0;
    }

    .searching-section-main-results .searching-section-result-card .searching-section-result-card-image figure img {
        margin: 0;
        width: 100%;
    }

    .searching-section-main-results .searching-section-result-card .searching-section-result-card-right .searching-section-result-card-information h5 {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 12px;
    }

    .searching-section-main-results .searching-section-result-card .searching-section-result-card-right .searching-section-result-card-information p {
        font-size: 14px;
        line-height: 24px;
        color: #000000;
    }

    .searching-section-main-results .searching-section-result-card .searching-section-result-card-right .searching-section-result-card-button {
        width: 100%;
    }

    .searching-section-main-results .searching-section-result-card .searching-section-result-card-right .searching-section-result-card-button a {
        margin: 0 auto;
    }

    .video-section-card-video {
        overflow: hidden;
    }

    .footer-section-right {
        margin-top: 5px;
    }

    .hobbi-card-subtitle {
        font-size: 14px;
    }

    .video-frame {
        width: 95vw;
        height: 250px;
    }

    .information-slider-video {
        width: 95vw;
    }

    .close-information-slider-btn {
        right: 100px;
        top: -55px;
    }

    .close-information-slider-btn img {
        width: 40px;
    }
}




























