::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

html {
    line-height: 1.15;
    font-size: 14px;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 14px;
    font-family: Hind, Poppins, sans-serif;
    color: rgb(52, 52, 52);
    overflow-y: auto;
    height: 100vh;
    max-width: 100vw;
    width: 100vw;
    line-height: 1.5;
    overflow-x: hidden !important;
}

h1,
h3 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    margin-bottom: 22px;
    padding-top: 30px;
}

img,
.swiper-button-prev,
.swiper-button-next {
    user-select: none;
}

button,
textarea,
div,
span,
.div,
input {
    outline: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:active:focus,
button.active:focus,
button.focus,
button:focus,
button:active.focus,
button.active.focus,
input:active:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

input,
textarea,
button {
    font-family: Hind, Poppins, sans-serif;
}

a {
    text-decoration: none;
    color: #ff5733;
    background-color: transparent;
}

#header {
    width: 100%;
    z-index: 1030;
    position: fixed;
    top: 0px;
    left: 0px;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa,
.fas,
.fab {
    font-size: 14px;
    display: block;
    width: 15px;
}

.top .header-first {
    height: 28px;
    font-size: 12px;
    display: flex;
    background-color: rgb(255, 255, 255);
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    transition: height 0.2s ease 0s, visibility 0.2s ease 0s;
    visibility: hidden;
    position: absolute;
    padding: 0px 0.5em;
}

.not-top .header-first {
    height: 28px;
    font-size: 12px;
    display: flex;
    background-color: rgb(255, 255, 255);
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    transition: height 0.2s ease 0s, visibility 0.2s ease 0s;
    visibility: hidden;
    position: absolute;
    padding: 0px 0.5em;
}

.top .header-first-left {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.top .header-first-right {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.top .header-first-left-ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.not-top .header-first-left-ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.top .header-first-right-ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.not-top .header-first-right-ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.top .header-first-left-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 8px;
    position: relative;
}

.not-top .header-first-left-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 8px;
    position: relative;
}

.top .header-first-right-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 8px;
    position: relative;
}

.not-top .header-first-right-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 8px;
    position: relative;
}

.top .header-left-link {
    color: rgb(52, 52, 52);
    white-space: pre;
}

.top .header-right-link {
    color: rgb(52, 52, 52);
    white-space: pre;
}

.top .header-first-right-item .language-btn {
    border: none;
    background: none;
    padding: 0px;
    cursor: pointer;
    display: flex;
    margin-top: -2px;
    font-size: 12px;
}

.not-top .header-first-right-item .language-btn {
    border: none;
    background: none;
    padding: 0px;
    cursor: pointer;
    display: flex;
    margin-top: -2px;
    font-size: 12px;
}

.sub-language-block {
    display: none;
}

.top .header-first-right-item .language-switch-ul {
    position: absolute;
    top: 100%;
    z-index: 9999;
    list-style: none;
    text-align: center;
    width: 98px;
    line-height: 30px;
    background: white;
    padding: 0px;
    opacity: 1;
    left: 0px;
}

.not-top .header-first-right-item .language-switch-ul {
    position: absolute;
    top: 100%;
    z-index: 9999;
    list-style: none;
    text-align: center;
    width: 98px;
    line-height: 30px;
    background: white;
    padding: 0px;
    opacity: 1;
    left: 0px;
}

.top .header-first-right-item .language-switch-ul li {
    height: 28px;
    line-height: 28px;
    text-align: center;
    list-style: none;
}

.not-top .header-first-right-item .language-switch-ul li {
    height: 28px;
    line-height: 28px;
    text-align: center;
    list-style: none;
}

.language-switch-link {
    display: inline-block;
    width: 100%;
    color: rgb(52, 52, 52);
    white-space: pre;
}

.top .header-first-right-item .language-switch-ul li a {
    text-decoration: none;
    color: rgb(52, 52, 52);
    font-size: 12px;
}

.top .header-first-right-item .language-switch-ul li:hover {
    background-color: rgb(197 182 234);
}

.top .header-first-right-item .svg-inline--fa,
.top .header-first-right-item .fa,
.top .header-first-right-item .fas,
.top .header-first-right-item .fab {
    margin-right: 5px;
    font-size: 14px;
}

.not-top .header-first-right-item .svg-inline--fa,
.top .header-first-right-item .fa,
.top .header-first-right-item .fas,
.top .header-first-right-item .fab {
    margin-right: 5px;
    font-size: 14px;
}

.language-switch-ul .selected a {
    color: rgb(102 69 146) !important
}

.sec-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #ff5733;
    color: white;
    font-size: 10px;
    width: 100%;
    z-index: 1004;
    position: fixed;
    transition: all 0.2s ease 0s;
}

.sec-not-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #ff5733;
    color: white;
    font-size: 10px;
    width: 100%;
    z-index: 1004;
    position: fixed;
    transition: all 0.2s ease 0s;
}

.sec-top .header-sideMenu-icon {
    position: absolute;
    padding: 10px;
    z-index: 2003;
    left: 0px;
    top: calc(50% - 22.5px);
    margin-left: 5px;
    font-size: 1.25rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    visibility: visible;
    cursor: pointer;
}

.sec-top .header-search-only {
    top: calc(50% - 9px);
    position: absolute;
    right: 40px;
    z-index: 2021;
}

.sec-non-top .header-search-only {
    top: calc(50% - 9px);
    position: absolute;
    right: 40px;
    z-index: 2021;
}

.header-search-only {
    top: calc(50% - 9px);
    position: absolute;
    right: 40px;
    z-index: 2021;
}

.sec-top .header-second-tabs {
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    height: 54px;
    transition: height 0.4s ease 0s, visibility 0.4s ease 0s;
}

.sec-not-top .header-sideMenu-icon {
    position: absolute;
    padding: 10px;
    z-index: 2003;
    left: 0px;
    top: calc(50% - 22.5px);
    margin-left: 5px;
    font-size: 1.25rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    visibility: visible;
    cursor: pointer;
}

.sec-not-top .header-second-tabs {
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    height: 54px;
    transition: height 0.4s ease 0s, visibility 0.4s ease 0s;
}

.header-search {
    width: 1.25rem;
    height: 1.25rem;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease 0s;
}

.sec-top .search-icon {
    font-size: 1.25rem;
    margin-top: 0px;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
    display: block;
    vertical-align: 0px;
}

.sec-non-top .search-icon {
    font-size: 1.25rem;
    margin-top: -25px;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
    display: block;
    vertical-align: 0px;
}

.non-act-search .search-icon {
    font-size: 1.25rem;
    margin-top: 0px;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
    display: block;
    vertical-align: 0px;
}

.act-search .search-icon {
    font-size: 1.25rem;
    margin-top: -20px;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
    display: block;
    vertical-align: 0px;
}

.sec-top .header-second-close-icon {}

.sec-non-top .header-second-close-icon {}

.act-search.sec-top .header-searchContainer {
    position: fixed;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease 0s;
    height: 100vh;
    z-index: 1998;
    left: 0px;
    top: 50px;
}

.act-search .header-searchContainer {
    position: fixed;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease 0s;
    height: 100vh;
    z-index: 1998;
    left: 0px;
    top: 50px;
}

.header-searchContent {
    position: absolute;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    height: 100%;
    z-index: 10;
}

.header-search-content-mask {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 8;
    position: absolute;
    left: 0px;
    top: 0px;
}

.non-act-search .header-searchContainer {
    display: none;
}

.header-search-block {
    background-color: rgb(0, 0, 0);
    width: 100%;
    font-size: 1rem;
    z-index: 9;
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100vh;
    -webkit-box-align: center;
    align-items: center;
}

.header-search-block .headerSearch-form {
    width: calc(100% - 24px);
    margin: 0px auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.header-search-block .headerSearch-input-container {
    width: 100%;
    margin: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(80, 82, 84);
    position: relative;
    padding: 12px 0px;
}

.header-search-block .headerSearch-input-error {
    position: absolute;
    left: 45px;
    bottom: 0px;
    color: red;
    font-size: 0.64rem;
    display: none;
}

.header-search-block .headerSearch-input {
    padding: 12px 0px;
    font-size: 1rem;
    background-color: inherit;
    border: none;
    color: rgb(255, 255, 255);
    margin-left: 14px;
    flex: 1 1 0%;
}

.header-search-block .headerSearch-hit {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgb(80, 82, 84);
    cursor: pointer;
    margin: 0px 25px;
}

.header-searchContent a {
    display: inline-block;
    width: 100%;
}

.header-search-block .headerSearch-link {
    padding: 12px 45px;
}

.header-search-block .headerSearch-hit a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.header-search-block .headerSearch-form-icon {
    font-size: 1.42rem;
}

.iconBar-line {
    margin-top: 5px;
    background-color: rgb(255, 255, 255);
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border-color: rgb(242, 225, 179);
}

.iconBar-line:nth-of-type(1) {
    margin-top: 0px;
    animation: 0.6s ease 0s 1 normal forwards running iconBar-first-line;
}

.iconBar-line:nth-of-type(2) {
    animation: 0.6s ease 0s 1 normal forwards running iconBar-second-line;
}

.iconBar-line:nth-of-type(3) {
    animation: 0.6s ease 0s 1 normal forwards running iconBar-third-line;
}

.header-sideMenu-container {
    position: fixed;
    top: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    visibility: hidden;
    opacity: 1;
    left: 0px;
    transition: left 0.4s ease 0s;
    height: calc(100% - 54px);
    z-index: 8;
}

.side-menuContainer {
    position: absolute;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    height: 100%;
    z-index: 10;
}

.side-menuMask {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 8;
    position: absolute;
    left: 0px;
    top: 0px;
}

.side-menuContent {
    background-color: #ff5733;
    width: 85%;
    z-index: 9;
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sideMenu-menuGroup {
    display: flex;
    flex-direction: column;
    height: calc(100% - 120px);
    overflow-y: auto !important;
}

.sideMenuItem-container {
    position: relative;
    background-color: rgb(255 87 51);
    color: white;
}

.mobile_menu-toggle {
    height: 48px;
    margin: 0px 16px;
    width: calc(100% - 32px);
    border-bottom: 1px solid rgb(197, 182, 205);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.menu-toggle::after {
    content: "";
    position: absolute;
    width: 0px;
    bottom: 0px;
    background: rgb(197, 182, 205);
    height: 1px;
    left: 0px;
    transition: all 0.2s ease 0s;
}

.mobile_menu-toggle a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.menu-toggle:hover {
    cursor: pointer;
    color: rgb(197, 182, 205);
}

.SideMenu__BottomActions {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255 87 51);
}

.SideMenu__ActionContainer {
    margin: 8px 24px;
    width: calc(100% - 16px);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    height: 42px;
    z-index: 10;
}

.SideMenu__ActionContainer:nth-of-type(1) {
    background-color: rgb(229 130 121);
    color: rgb(255 255 255);
}

.SideMenu__ActionContainer:nth-of-type(2) {
    background-color: #ff5733;
    color: rgb(255 255 255);
    border: 1px solid #e58279;
    position: relative;
}

.SideMenu__Text {
    margin: 16px 0px;
    font-size: 19px;
}

.SideMenu__LanguageSwitcherContainer {
    position: absolute;
    width: 100%;
    left: -10px;
}

.SideMenu__LanguageSwitcherContainer select {
    width: 100%;
    opacity: 0;
}

@keyframes iconBar-first-line {
    0% {
        transform: translateY(7px) rotate(135deg);
    }

    70% {
        transform: translateY(7px) rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes iconBar-second-line {
    0% {
        background: transparent;
    }

    100% {
        background: rgb(255, 255, 255);
    }
}

@keyframes iconBar-third-line {
    0% {
        transform: translateY(-7px) rotate(45deg);
    }

    70% {
        transform: translateY(-7px) rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.click-iconBar-line {
    margin-top: 5px;
    background-color: rgb(255, 255, 255);
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border-color: rgb(242, 225, 179);
}

.click-iconBar-line:nth-of-type(1) {
    margin-top: 0px;
    animation: 0.6s ease 0s 1 normal forwards running cross-first-line;
}

.click-iconBar-line:nth-of-type(2) {
    animation: 0.6s ease 0s 1 normal forwards running cross-second-line;
}

.click-iconBar-line:nth-of-type(3) {
    animation: 0.6s ease 0s 1 normal forwards running cross-third-line;
}

@keyframes cross-first-line {
    0% {
        transform: none;
    }

    70% {
        transform: translateY(7px);
    }

    100% {
        transform: translateY(7px) rotate(135deg);
    }
}

@keyframes cross-second-line {
    0% {
        background: rgb(242, 225, 179);
    }

    100% {
        background: transparent;
    }
}

@keyframes cross-third-line {
    0% {
        transform: none;
    }

    70% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(-7px) rotate(45deg);
    }
}

.menu-top {
    display: none;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0px;
    font-size: 13px;
    transition: display 0.3s ease 0s, margin-right 0.3s ease 0s;
}

.menu-not-top {
    display: none;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0px;
    font-size: 13px;
    transition: display 0.3s ease 0s, margin-right 0.3s ease 0s;
}

.menu-top:nth-of-type(1) {
    margin-right: 76px;
    right: 50%;
}

.menu-top:nth-of-type(2) {
    margin-left: 76px;
    left: 50%;
}

.menu-not-top:nth-of-type(1) {
    margin-right: 50px;
    right: 50%;
}

.menu-not-top:nth-of-type(2) {
    margin-left: 50px;
    left: 50%;
}

.header-menuitem-container {
    position: relative;
    height: 54px;
    background-color: #ff5733;
    color: white;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 7px;
}

.header-menuitem-container:hover .menuItem__hoverMenuItem {
    top: 53px;
    visibility: visible;
}

.menu-top:nth-of-type(1) .header-menuitem-container:nth-of-type(1) {
    padding-right: 22px;
}

.header-menuitem-container a {
    display: inline-block;
    width: 100%;
    padding: 17px 16px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.menu-toggle::after {
    content: "";
    position: absolute;
    width: 0px;
    bottom: 0px;
    background: rgb(243, 190, 75);
    height: 1px;
    left: 0px;
    transition: all 0.2s ease 0s;
}

.header-menuitem-container:hover .menuItem__menuItem a {
    cursor: pointer;
    color: rgb(255, 221, 122);
}

.top-logo {
    z-index: 1999;
    position: fixed;
    width: 65px;
    height: 60px;
    top: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    transition: width 0.3s ease 0s, height 0.3s ease 0s, left 0.3s ease 0s;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.not-top-logo {
    z-index: 1999;
    position: fixed;
    width: 65px;
    height: 54px;
    top: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    transition: width 0.3s ease 0s, height 0.3s ease 0s, left 0.3s ease 0s;
}

.top-logo .logoContainer {
    width: 100%;
}

.top-logo .logoContainer .bigLogo {
    opacity: 1;
    display: block;
    transition: all 0.3s ease 0s;
}

.top-logo .logoContainer .smallLogo {
    opacity: 0;
    display: none;
    transition: all 0.3s ease 0s;
}

.not-top-logo .logoContainer .bigLogo {
    opacity: 0;
    display: none;
    transition: all 0.3s ease 0s;
}

.not-top-logo .logoContainer .smallLogo {
    opacity: 1;
    display: block;
    transition: all 0.3s ease 0s;
}

.not-top-logo .logoContainer {
    width: 52px;
}

.responsive-media-image {
    width: 100%;
    height: auto;
}

#page {
    margin-top: 54px;
    z-index: 0;
}

.main-slider {
    height: 100vh;
    top: 0px;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 0;
    background-color: #ff5733;
    margin-top: 54px;
}

.swiper-container {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
    height: 40vh;
    width: 100%;
}

.swiper-button-prev {
    background: rgba(7, 17, 27, 0.3);
    border: none;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0px;
    border-radius: 50px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    top: 40%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: white;
    display: none;
    top: calc(50% - 29px);
    left: 3%;
}

.swiper-button-next {
    background: rgba(7, 17, 27, 0.3);
    border: none;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0px;
    border-radius: 50px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    top: 40%;
    text-indent: 2px;
    z-index: 9;
    right: 0px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: white;
    display: none;
    top: calc(50% - 29px);
    right: 3%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.swiper-btn-next,
.swiper-btn-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(7, 17, 27, 0.3);
    border: none;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0px;
    border-radius: 50px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    top: 40%;
    display: flex;
}

.swiper-btn-prev {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    left: 12px;
    top: 174px;
}

.swiper-btn-next {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    right: 12px;
    top: 174px;
}

.swiper-btn-next:hover,
.swiper-btn-prev:hover {
    opacity: 1;
}

.span-fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-item {
    height: auto;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 300ms ease 0s;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
    display: block;
    bottom: 10px;
    left: 0px;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #664592;
    opacity: 0.2;
    width: 12px;
    height: 12px;
    opacity: 0.2;
    cursor: pointer;
    margin: 0px 4px;
}

.swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}



.image__body {
    position: absolute;
    /*inset: 0px;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #525252;
}

.rico-image_body {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-h1 {
    font-size: 30px;
    width: 100%;
    line-height: 1.1;
}

.swiper-learn-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    padding: 8px 40px;
    letter-spacing: 2px;
    border: 1px solid rgb(255, 255, 255);
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow: rgb(0 0 0) 0px 0px 5px;
    box-shadow: rgb(0 0 0) 0px 0px 5px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#ParallaxOverlay {
    background: white;
    padding-bottom: 60px;
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin-top: calc(40vh + 54px);
    min-height: 100vh;
}

.container-title {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0px auto;
    padding-top: 36px;
    max-width: 100%;
}

.section-title {
    margin: 0px auto;
    width: 100%;
    overflow-wrap: break-word;
    color: black;
}

.section-h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 0px 22px;
    padding: 0px;
    text-align: center;
    position: relative;
}

.section-title-line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: black;
    top: calc(50% - 0.5px);
    display: block;
}

.section-span {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.2;
    max-width: 90%;
    display: inline-block;
    text-transform: uppercase;
    z-index: 2;
    background: white;
    color: #ffba3f;
}

.section-p {
    text-align: center;
    margin: 22px 0px 24px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    white-space: pre-line;
}

.container-content {
    padding: 70px 0;
    padding: 50px 0 0;
    background-color: #fff;
    padding-bottom: 40px;
    padding-bottom: 80px
}

.section02_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.section02_content_left {
    padding: 0;
}

.section02_content_left img {
    width: 100%;
}

.section02_content_right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 0;
}

.section02_content_right h3 {
    font-family: 'AvenirLTStd-Heavy';
    padding: 0px 0 10px 0;
    margin: 0;
    font-size: 20px;
}

.section02_content_right p {
    font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
    color: #212529;
    padding: 0;
    margin: 0;
    text-align: left;
}

.section02_content_right_a {
    margin-top: 20px;
}

.section02_content_right_a a {
    color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background: #664592;
}

.section02_content_right_a a:hover {
    background: #c5b6cd;
}

.formobile {
    display: none !important;
}

.forweb {
    display: block;
}

.default-footer {
    position: relative;
    background: white;
}

.layout-footer-padding {
    display: none;
    padding-top: 30px;
}

.footer-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    background-color: white;
    border-top: 2px solid #c5b6ea;
    font-size: 12px;
}

.footer-content {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    max-width: 1080px;
}

.footer-block-container {
    display: flex;
    flex-direction: column;
    color: rgb(52, 52, 52);
}

.footer-block-column {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px 17px;
}

.footer-menu-container {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgb(194, 194, 194);
}

.footer-title {
    color: rgb(52, 52, 52);
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-title div {
    flex: 1 1 0%;
    overflow: hidden;
    white-space: nowrap;
}

.footer-arrow {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    font-size: 14px;
    display: block;
    width: 15px;
    transition: all 0.4s ease 0s;
    transform: rotate(0deg);
}

.hide-menu-link {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
    display: none;
}

.footer-menu-link {
    height: 26px;
    line-height: 26px;
    color: #664592;
    display: inline-block;
    width: 100%;
}

.footer-followus {
    display: flex;
    flex-direction: column;
    position: relative;
}

.footer-followus-title {
    color: rgb(52, 52, 52);
    font-size: 15px;
    margin: 20px 0px 18px;
    font-weight: 600;
    text-transform: uppercase;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.footer-followus-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-followus-link-image {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: 30px;
}

.footer-followus .footer-followus-link .footer-followus-link-image:nth-of-type(1) {
    margin-left: 0px;
}

.footer-link-image {
    width: 100%;
    position: relative;
}

.footer-link-image__link {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 0;
    background: rgb(51, 51, 51);
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.footer-link-image__link .svg-inline--fa {
    color: rgb(244, 244, 244);
    margin-right: 0px;
    width: 30px;
    height: 23px;
}

.footer-container a:hover {
    color: #343434;
    text-decoration: none;
}

.footer-link-image__link:hover {
    background: #664592;
}

.footer-link-hoverImage {
    position: absolute;
    top: 45px;
    left: -32px;
    z-index: 2003;
    transition: all 0.5s ease 0s;
    transform-origin: 50% 0px 0px;
    transform: scale(0);
    opacity: 0;
}

.footer-link-hoverImage::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-bottom: 8px solid rgb(255, 255, 255);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.wechat-image .footer-link-hoverImage img {
    width: 100px;
}

.wechat-image:hover .footer-link-hoverImage {
    transform: scale(1);
    opacity: 1;
}

.footer-followus .footer-followus-address {
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px 0px 18px;
    border-bottom: 1px solid rgb(52, 52, 52);
}

.footer-followus-address-a {
    color: rgb(52, 52, 52);
    font-size: 15px;
    margin: 0px 4px;
}

.footer-followus .footer-followus-language {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin: 0px 36px;
    font-size: 19px;
    cursor: pointer;
    border: 1px solid rgb(149, 149, 149);
}

.footer-followus .footer-followus-language-desktop {
    display: none;
    position: absolute;
}

.footer-followus .footer-followus-language p {
    color: rgb(52, 52, 52);
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 0px 5px;
    font-size: 15px;
}

.language-switcher,
.language-switcher-mobile {
    display: none !important;
}

.footer-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgb(52, 52, 52);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 26px;
    flex-wrap: wrap;
}

.footer-bottomLink {
    color: rgb(52, 52, 52);
    font-size: 12px;
    width: 33.3333%;
    text-align: center;
}

.footer-copyright {
    width: 100%;
    background-color: rgb(52, 52, 52);
    color: rgb(243, 243, 242);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    padding: 9px 15px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
}

.swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

.footer-followus .footer-followus-language-mobile {
    position: static;
    display: none;
}

.footer-followus-language-mobile select {
    opacity: 0;
    height: 24px;
    display: block;
    margin-top: -24px;
    border: 1px solid black;
    width: 100%;
}

.Notifications__BottomRightContainer {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: calc(91.6667%);
    z-index: 7;
}

.NotificationCookieBar__Container {
    width: 100%;
    position: fixed;
    right: 0px;
    bottom: 0px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transform: translateY(0px);
    max-height: 400px;
    transition: all 1s ease-in-out 0s;
}

.NotificationCookieBar-content {
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 15px;
    padding: 15px 30px 15px 15px;
    position: relative;
    text-align: center;
    font-size: 1rem;
}

.NotificationCookieBar-text {}

.NotificationCookieBar-cookie-body {
    width: 100%;
    display: block;
    text-align: left;
}

.NotificationCookieBar-cookie-body p {
    display: inline;
}

.NotificationCookieBar-cookie-body * {
    display: inline;
}

.NotificationCookieBar-cookie-button {
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
    padding: 0.5em 2em;
    display: inline-block;
    margin: 10px 5px 0px;
    cursor: pointer;
}

@media (min-width: 580px) {
    .container-title {
        width: 540px;
    }

    .section-title {
        overflow-wrap: normal;
    }

    .section-h3 {
        font-size: 30px;
    }

    .language-switcher {
        display: block !important;
    }

    .NotificationCookieBar-cookie-body {
        display: inline;
        text-align: center;
    }

    .iuALGJ .NotificationCookieBar-cookie-button {
        margin-top: 0px;
    }
}

@media (min-width: 760px) {
    .main-slider {
        height: 100vh;
    }

    .swiper-container {
        height: 50vh;
    }

    .media-image:hover,
    .grid-img {
        transform: scale(1.1);
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 58px;
        height: 58px;
        line-height: 58px;
    }

    .swiper-container .swiper-pagination {}

    .swiper-learn-more {
        font-size: 16px;
        padding: 10px 50px;
    }

    #ParallaxOverlay {
        margin-top: 50vh;
    }

    .container-title {
        width: 720px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 78px;
        max-width: 100%;
        margin: 0 auto;
    }

    .section-p {
        font-size: 21px;
    }

    .section02_content_left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section02_content_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-followus .footer-followus-language-desktop {
        font-size: 15px;
        z-index: 2002;
        width: 100%;
    }

    .footer-followus .footer-followus-language-desktop .footer-language {
        margin: 0px;
        width: 100%;
        padding: 4px 0px;
        border-radius: 0px;
        background-color: rgb(255, 255, 255);
    }

    .footer-followus .footer-followus-language-desktop .footer-language li {
        padding: 0px;
        line-height: 35px;
        text-align: center;
        list-style: none;
    }

    .footer-copyright {
        line-height: 27px;
        padding: 0px;
    }
}

@media (min-width: 1000px) {
    .header-search-block {
        height: auto;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-box-pack: center;
        justify-content: center;
    }

    .header-search-block .headerSearch-form {
        padding: 32px 0px;
        width: 625px;
    }

    .header-search-block .headerSearch-input {
        margin-left: 0px;
        padding: 8px 16px;
    }

    .header-search-block .headerSearch-hit {
        margin: 0px;
    }

    .header-search-block .headerSearch-form-icon {
        margin-left: 14px;
        font-size: 1rem;
    }

    .main-slider {
        margin-top: 0px;
        height: 100vh;
    }

    .swiper-container {
        height: 100vh;
    }

    .swiper-button-prev {
        display: flex;
    }

    .swiper-button-next {
        display: flex;
    }

    .slide-img {
        width: 100%;
        height: 100%;
    }

    .swiper-container .swiper-pagination {}

    .swiper-h1 {
        font-size: 58px;
        padding: 0px 225px;
        white-space: pre-line;
    }

    #ParallaxOverlay {
        margin-top: 100vh;
        padding-bottom: 90px;
    }

    .container-title {
        width: 960px;
        max-width: 960px;
    }

    .section-title {
        width: 66.6667%;
    }

    .section-span {
        padding-left: 38px;
        padding-right: 38px;
        white-space: pre-line;
    }

    .section-p {
        font-size: 16px;
    }

    .section02_content_left {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .section02_content_right {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .layout-footer-padding {
        padding-top: 60px;
    }

    .footer-container {
        background-color: rgb(244, 244, 244);
        padding: 6px 0px 0px;
    }

    .footer-content {
        width: 960px;
        flex-direction: row;
    }

    .footer-block-container {
        width: 33%;
    }

    .footer-block-column {
        margin: 0px;
    }

    .footer-menu-container {
        margin-top: 20px;
        border: none;
    }

    .footer-title {
        font-size: 14px;
        margin: 0px 0px 10px;
        border: none;
        height: 26px;
        line-height: 26px;
    }

    .footer-arrow {
        display: flex;
        visibility: hidden;
    }

    .hide-menu-link {
        display: flex;
    }

    .footer-followus {
        position: absolute;
        width: 33%;
        right: 0px;
        margin: 0px;
    }

    .footer-followus-link {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .footer-followus-title {
        margin-top: 0px;
        font-size: 14px;
        text-align: left;
    }

    .footer-followus .footer-followus-address {
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin-bottom: 15px;
        padding: 0px;
        border: none;
        font-size: 16px;
    }

    .footer-followus-address-a {
        font-size: 12px;
    }

    .footer-followus .footer-followus-language {
        position: relative;
        -webkit-box-pack: start;
        justify-content: flex-start;
        border: none;
        margin: 0px;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .footer-followus .footer-followus-language-desktop {
        display: none;
        position: absolute;
        width: 100px;
        top: 15px;
        left: 0px;
        margin: 0px;
        font-size: 13px;
    }

    .footer-followus .footer-followus-language-desktop .footer-language {
        background-color: rgb(244, 244, 244);
    }

    .footer-followus .footer-followus-language-desktop .footer-language li {
        line-height: 30px;
    }

    .footer-link {
        line-height: 27px;
        padding: 0px;
        border: none;
    }

    .footer-bottomLink {
        margin: 0px 8px;
        width: auto !important;
    }

    .footer-copyright {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .footer-followus .footer-followus-language p {
        height: auto;
        line-height: 1;
        margin: 0px 4px;
        font-size: 12px;
        padding: 0px;
        cursor: pointer;
    }

    .Notifications__BottomRightContainer {
        width: 50%;
    }
}

@media (min-width: 1100px) {
    .top .header-first {
        background-color: rgb(255, 255, 255);
        font-size: 12px;
        visibility: visible;
    }

    .not-top .header-first {
        background-color: rgb(255, 255, 255);
        font-size: 12px;
        visibility: hidden;
    }

    .top .header-first-right-item .language-btn {
        font-size: 10px;
    }

    .not-top .header-first-right-item .language-btn {
        font-size: 10px;
    }

    .sec-top {
        font-size: 16px;
        position: relative;
        margin-top: 28px;
    }

    .sec-not-top {
        font-size: 16px;
        position: relative;
        margin-top: 0px;
    }

    .sec-not-top .header-second-tabs {
        display: flex;
        visibility: visible;
        height: 54px;
    }

    .sec-top .header-second-tabs {
        display: flex;
        visibility: visible;
        height: 54px;
    }

    .sec-top .header-search-only {
        right: 6.7%;
    }

    .header-search-only {
        right: 6.7%;
    }

    .menu-top {
        display: flex;
        font-size: 16px;
    }

    .menu-not-top {
        display: flex;
        font-size: 16px;
    }

    .menu-top:nth-of-type(1) {
        margin-right: 100px;
    }

    .menu-top:nth-of-type(2) {
        margin-left: 100px;
    }

    .menu-not-top:nth-of-type(1) {
        margin-right: 50px;
        right: 50%;
    }

    .menu-not-top:nth-of-type(1) {
        margin-left: 50px;
    }

    .header-menuitem-container a {
        padding: 17px 6px;
    }

    .top-logo {
        width: 138px;
        height: 95px;
        left: calc(50% - 69px);
    }

    .not-top-logo {
        width: 90px;
        height: 54px;
        left: calc(50% - 47.5px);
    }

    .menu-top:nth-of-type(2) .header-menuitem-container:nth-of-type(1) {
        padding-left: 4px;
    }

    .sec-top .header-sideMenu-icon {
        visibility: hidden;
    }

    .sec-not-top .header-sideMenu-icon {
        visibility: hidden;
    }

    .sec-top.act-search .header-searchContainer {
        top: 82px;
    }

    .sec-non-top.act-search .header-searchContainer {
        top: 50px;
    }
}

@media (min-width: 1240px) {
    .top .header-first {
        font-size: 12px;
    }

    .not-top .header-first {
        font-size: 12px;
    }

    .top .header-first-right-item .language-btn {
        font-size: 12px;
    }

    .not-top .header-first-right-item .language-btn {
        font-size: 12px;
    }

    .container-title {
        width: 1200px;
        max-width: 1200px;
    }

    .footer-content {
        width: 1200px;
        flex-direction: row;
    }

    .footer-block-container {
        width: 33%;
    }

    .footer-followus {
        width: auto;
        top: 0px;
        margin-top: 20px;
    }

    .Notifications__BottomRightContainer {
        width: 50%;
    }
}

@media (min-width: 1300px) {
    .sec-top .header-search-only {
        right: 10.4%;
    }

    .header-search-only {
        right: 10.4%;
    }

    .sec-non-top .header-search-only {
        right: 10.4%;
    }
}

@media (min-width: 1370px) {
    .swiper-button-prev {
        left: 9%;
        background-color: rgba(0, 0, 0, 0.6);
        border: none;
        color: rgb(255, 255, 255);
    }

    .swiper-button-next {
        right: 9%;
        background-color: rgba(0, 0, 0, 0.6);
        border: none;
        color: rgb(255, 255, 255);
    }
}

@media (min-width: 1480px) {
    .container-title {
        width: 1280px;
        max-width: 1280px;
    }

    .footer-content {
        width: 1280px;
        flex-direction: row;
    }
}

@media (min-width: 1700px) {
    .container-title {
        width: 1700px;
        max-width: 1700px;
    }

    .footer-content {
        width: 1700px;
        flex-direction: row;
    }
}


@media screen and (min-width: 768px) and (max-width: 1079px) {
    .container-content {
        padding: 15px 30px 15px 15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    #ParallaxOverlay {
        padding: 15px 15px 0 15px;
    }

    .section02_content {
        margin: 0 0 40px 0;
    }

    .section02_content_right {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .section02_content_right h3 {
        margin-top: 20px;
    }

    .section02_content_right_a a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .formobile {
        display: block !important;
    }

    .forweb {
        display: none !important;
    }

    .footer-followus .footer-followus-address {
        padding: 20px 20px 18px;
    }
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}