:root {
    --white: #fff;
    --body_bg: #f8fffa;
    --green: #14ac78;
    --pink: #ed4687;
    --blue: #13b8e7;
    --orange: #f58c47;
    --magenta: #a6298b;
    --lime: #84ac14;
    --bg_green: #e5f7eb;
    --bg_grey: #e1efed;
    --dark_green: #004750;
    --black: #000;
    --color-primary: #333;
    --color-primary-transparent: rgba(51,51,51,0.1);
    --color-secondary: #333;
    --color-heading: #000;
    --color-accent: #fff;
    --color-background: #fff;
    --color-border: #ccc;
    --color-border-light: #f2f2f2;
    --font-primary: "Obibok",Helvetica,Arial,sans-serif;
    --font-secondary: "Untitled Sans",Helvetica,Arial,sans-serif;
    --font-tertiary: "Untitled Sans",Helvetica,Arial,sans-serif;
    --color-footer: #000;
    --color-footer-text: #fff;
    --color-triangle: #000;
    --color-triangle-dark: #fff;
    --theme-primary: #fff
}

.is-dark,.section--dark,html.dark-mode {
    --color-primary: #fff;
    --color-primary-transparent: hsla(0,0%,100%,0.3);
    --color-secondary: #fff;
    --color-heading: #fff;
    --color-accent: #fff;
    --color-background: #111;
    --color-border: #666;
    --color-border-light: #404040;
    --color-triangle: #fff
}

.page-section {
    padding: 3em 0
}

.page-section.bg {
    background-color: rgba(91,91,91,.04)
}

.page-section .container {
    width: 100%;
    max-width: 1340px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (min-width: 77.5em) {
    .page-section .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 64em) {
    .page-section .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 61.25em) {
    .page-section .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 58.75em) {
    .page-section .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 47.5em) {
    .page-section .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 1440px) {
    .page-section .container {
        padding-right:0;
        padding-left: 0
    }
}

.page-section .container ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.page-section .container ::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.page-section .container ::-webkit-scrollbar-thumb {
    background-color: #747474
}

.page-section .text-center {
    text-align: center
}

.page-section .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 767px) {
    .page-section .container-fluid {
        padding-right:10px;
        padding-left: 10px
    }
}

.page-section .design-dots {
    display: grid;
    grid-auto-flow: column;
    width: 50px
}

.page-section .design-dots span {
    width: 5px;
    height: 5px;
    background-color: var(--orange);
    border-radius: 50%
}

.page-section .design-dots span:nth-child(2) {
    background-color: var(--green)
}

.page-section .design-dots span:nth-child(3) {
    background-color: var(--pink)
}

.page-section .aj_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0,0%,94.9%,.8);
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.2,1,.6,1);
    -o-transition: all .8s cubic-bezier(.2,1,.6,1);
    transition: all .8s cubic-bezier(.2,1,.6,1)
}

.page-section .aj_loader.show {
    pointer-events: auto;
    opacity: 1
}

.page-section .aj_loader.show .loader_wrapper {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.page-section .aj_loader .inner_loader {
    position: relative;
    z-index: 10;
    -webkit-transition: all .8s cubic-bezier(.2,1,.6,1);
    -o-transition: all .8s cubic-bezier(.2,1,.6,1);
    transition: all .8s cubic-bezier(.2,1,.6,1)
}

.page-section .aj_loader .inner_loader .c_loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

.page-section .aj_loader .inner_loader .c_loader:after,.page-section .aj_loader .inner_loader .c_loader:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    background-color: #1fab7b;
    -webkit-animation: squaremove 1.4s linear infinite;
    animation: squaremove 1.4s linear infinite
}

.page-section .aj_loader .inner_loader .c_loader:after {
    bottom: 0;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

@-webkit-keyframes squaremove {
    0%,to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    25% {
        -webkit-transform: translate(40px,40px) rotate(45deg);
        transform: translate(40px,40px) rotate(45deg)
    }

    50% {
        -webkit-transform: translateY(80px) rotate(0deg);
        transform: translateY(80px) rotate(0deg)
    }

    75% {
        -webkit-transform: translate(-40px,40px) rotate(45deg);
        transform: translate(-40px,40px) rotate(45deg)
    }
}

.page-section .link {
    cursor: pointer;
    color: var(--color-primary);
    padding: .5em 1em;
    border: 1px solid var(--color-primary);
    display: grid;
    grid-auto-flow: column;
    grid-gap: .8em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px
}

.page-section .link:hover {
    background-color: var(--black);
    color: var(--white)
}

.page-section .link:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.page-section .link:hover .dropdown {
    height: auto;
    max-height: 700px;
    opacity: 1
}

.page-section .link>span,.page-section .link img {
    width: 16px;
    width: 1rem
}

@media only screen and (max-width: 980px) {
    .page-section .link {
        font-size:15px;
        padding: 5px 10px
    }
}

.page-section .link .dropdown {
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
    z-index: 99;
    width: 100%;
    background-color: #ddd;
    border-radius: 0 0 .5rem .5rem;
    margin: 0;
    padding: 2px 0;
    max-height: 0;
    height: auto;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .5s .2s,opacity .5s;
    -o-transition: max-height .5s .2s,opacity .5s;
    transition: max-height .5s .2s,opacity .5s
}

.page-section .link .dropdown li:hover {
    background-color: #000
}

.page-section .link .dropdown li:hover a {
    color: #fff
}

.page-section .link .dropdown li a {
    padding: .7rem 1em;
    display: block;
    color: #000
}

.page-section .section-title {
    margin: 1rem 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 41.6px;
    font-size: 2.6rem;
    line-height: 41.6px;
    line-height: 2.6rem;
    font-weight: 800
}

@media (min-width: 58.75em) {
    .page-section .section-title {
        font-size:2.6rem;
        line-height: 2.6rem
    }
}

@media (min-width: 30em) and (max-width:58.74em) {
    .page-section .section-title {
        font-size:1.8rem;
        line-height: 1.9rem
    }
}

@media screen and (max-width: 767px) {
    .page-section .section-title {
        font-size:1.8rem;
        line-height: 2rem
    }
}

.page-section .section-title>* {
    font-weight: 800;
    margin-top: 0;
    -webkit-margin-after: .83em;
    margin-block-end:.83em;font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 30.4px;
    line-height: 1.9rem
}

@media (min-width: 58.75em) {
    .page-section .section-title>* {
        font-size:2.6rem;
        line-height: 2.6rem
    }
}

@media (min-width: 30em) and (max-width:58.74em) {
    .page-section .section-title>* {
        font-size:1.8rem;
        line-height: 1.9rem
    }
}

@media screen and (max-width: 767px) {
    .page-section .section-title>* {
        font-size:1.8rem;
        line-height: 2rem
    }
}

@media screen and (max-width: 991px) {
    .page-section .section-title {
        text-align:center
    }
}

.page-section .section-sub-title {
    text-transform: uppercase
}

.page-section .section-sub-title>* {
    margin: 0 0 .5rem;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem
}

@media (min-width: 58.75em) {
    .page-section .section-sub-title>* {
        font-size:1.8rem;
        line-height: 1.8rem
    }
}

@media (min-width: 30em) and (max-width:58.74em) {
    .page-section .section-sub-title>* {
        font-size:1.5rem;
        line-height: 1.5rem
    }
}

.button-row {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1em;
    margin-top: 1em;
    padding: 1em 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 720px) {
    .button-row {
        grid-auto-flow:row
    }
}

.page_banner {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0
}

.page_banner .container {
    width: 100%;
    max-width: 1340px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (min-width: 77.5em) {
    .page_banner .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 64em) {
    .page_banner .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 61.25em) {
    .page_banner .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 58.75em) {
    .page_banner .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 47.5em) {
    .page_banner .container {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (min-width: 1440px) {
    .page_banner .container {
        padding-right:0;
        padding-left: 0
    }
}

.page_banner .container ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.page_banner .container ::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.page_banner .container ::-webkit-scrollbar-thumb {
    background-color: #747474
}

.page_banner .text-center {
    text-align: center
}

.page_banner .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 767px) {
    .page_banner .container-fluid {
        padding-right:10px;
        padding-left: 10px
    }
}

.page_banner .design-dots {
    display: grid;
    grid-auto-flow: column;
    width: 50px
}

.page_banner .design-dots span {
    width: 5px;
    height: 5px;
    background-color: var(--orange);
    border-radius: 50%
}

.page_banner .design-dots span:nth-child(2) {
    background-color: var(--green)
}

.page_banner .design-dots span:nth-child(3) {
    background-color: var(--pink)
}

.page_banner .aj_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0,0%,94.9%,.8);
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.2,1,.6,1);
    -o-transition: all .8s cubic-bezier(.2,1,.6,1);
    transition: all .8s cubic-bezier(.2,1,.6,1)
}

.page_banner .aj_loader.show {
    pointer-events: auto;
    opacity: 1
}

.page_banner .aj_loader.show .loader_wrapper {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.page_banner .aj_loader .inner_loader {
    position: relative;
    z-index: 10;
    -webkit-transition: all .8s cubic-bezier(.2,1,.6,1);
    -o-transition: all .8s cubic-bezier(.2,1,.6,1);
    transition: all .8s cubic-bezier(.2,1,.6,1)
}

.page_banner .aj_loader .inner_loader .c_loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

.page_banner .aj_loader .inner_loader .c_loader:after,.page_banner .aj_loader .inner_loader .c_loader:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    background-color: #1fab7b;
    -webkit-animation: squaremove 1.4s linear infinite;
    animation: squaremove 1.4s linear infinite
}

.page_banner .aj_loader .inner_loader .c_loader:after {
    bottom: 0;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

@keyframes squaremove {
    0%,to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    25% {
        -webkit-transform: translate(40px,40px) rotate(45deg);
        transform: translate(40px,40px) rotate(45deg)
    }

    50% {
        -webkit-transform: translateY(80px) rotate(0deg);
        transform: translateY(80px) rotate(0deg)
    }

    75% {
        -webkit-transform: translate(-40px,40px) rotate(45deg);
        transform: translate(-40px,40px) rotate(45deg)
    }
}

.page_banner .textBox {
    margin-top: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 767px) {
    .page_banner .textBox {
        margin-top:0
    }
}

.page_banner .textBox p:first-child {
    margin-top: 0
}

.page_banner .textBox p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .page_banner .textBox p {
        line-height:1.4
    }
}

.page_banner .banner-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 70vh;
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media only screen and (max-width: 1024px) {
    .page_banner .banner-desc {
        min-height:40vh
    }
}

@media only screen and (max-width: 767px) {
    .page_banner .banner-desc {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width: 980px) {
    .page_banner .banner-desc.withBNav {
        padding-bottom:3.5em
    }
}

.page_banner .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1
}

.page_banner .nav,.page_banner .nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page_banner .nav a {
    padding: 2em;
    background-color: rgba(0,0,0,.55);
    color: #fff
}

@media only screen and (max-width: 980px) {
    .page_banner .nav a {
        padding:1.2em;
        font-size: 16px
    }
}

@media only screen and (max-width: 720px) {
    .page_banner .nav a {
        font-size:12px
    }
}

.page_banner .nav a span {
    -webkit-margin-start: 1em;
    margin-inline-start:1em;color: #fff
}

.page_banner .nav a:nth-child(2) span {
    -webkit-margin-end: 1em;
    margin-inline-end:1em;text-align: right
}

.page_banner .nav img {
    width: 2em;
    height: auto
}

@media only screen and (max-width: 980px) {
    .page_banner .nav img {
        width:1.5em
    }
}

.page_banner .nav .prev_ img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.page_banner .banner-head {
    opacity: 0;
    -webkit-transition: all 1s .5s;
    -o-transition: all 1s .5s;
    transition: all 1s .5s;
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em)
}

.page_banner .banner-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page_banner .banner-img-wrap picture {
    width: 100%;
    height: 100%
}

.page_banner .banner-img-wrap picture img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: cover;
    height: 100%
}

.page_banner p {
    color: #fff;
    font-size: 20.8px;
    font-size: 1.3rem
}

@media only screen and (min-width: 1025px) and (max-width:1370px) and (min-height:500px) and (max-height:670px) {
    .page_banner p {
        font-size:1.2rem
    }
}

@media only screen and (max-width: 980px) {
    .page_banner p {
        font-size:1.1rem
    }
}

@media only screen and (max-width: 767px) {
    .page_banner p {
        font-size:1rem
    }
}

.page_banner h1,.page_banner h2,.page_banner h3,.page_banner h4,.page_banner h5,.page_banner h6 {
    color: #fff;
    font-weight: 700
}

.page_banner .banner-head {
    position: relative;
    z-index: 9;
    color: #fff;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 80%;
    margin: auto
}

@media only screen and (max-width: 767px) {
    .page_banner .banner-head {
        width:100%
    }
}

.page_banner .banner-head h1 {
    font-size: 5vw;
    line-height: 1.1;
    margin: 0
}

@media only screen and (max-width: 1024px) {
    .page_banner .banner-head h1 {
        margin-bottom:.2em
    }
}

@media only screen and (max-width: 980px) {
    .page_banner .banner-head h1 {
        font-size:6.5vw
    }
}

@media only screen and (max-width: 767px) {
    .page_banner .banner-head h1 {
        font-size:25px;
        margin-bottom: .5em
    }
}

.page_banner .banner-head h3 {
    font-size: 2vw;
    line-height: 1.1;
    margin: 0 0 .4rem
}

@media only screen and (max-width: 980px) {
    .page_banner .banner-head h3 {
        font-size:2.2vw
    }
}

@media only screen and (max-width: 720px) {
    .page_banner .banner-head h3 {
        font-size:15px;
        margin-bottom: 1em
    }
}

.page_banner:after {
    background: -webkit-gradient(linear,left bottom,left top,from(var(--black)),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(bottom,var(--black),hsla(0,0%,100%,0));
    background: -o-linear-gradient(bottom,var(--black) 0,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(0deg,var(--black) 0,hsla(0,0%,100%,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004750",endColorstr="#00ffffff",GradientType=0);
    opacity: .2
}

.page_banner:after,.page_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.page_banner:before {
    z-index: 1;
    opacity: .5;
    background: var(--black)
}

.page_banner .inner_banner_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    max-width: 88vw;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 1300px) {
    .page_banner .inner_banner_wrapper {
        max-width:90%
    }
}

@media screen and (max-width: 1024px) {
    .page_banner .inner_banner_wrapper {
        max-width:95%
    }
}

@media screen and (max-width: 767px) {
    .page_banner .inner_banner_wrapper {
        max-width:100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.page_banner .inner_banner_wrapper .inner_shape {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition: all 1.4s cubic-bezier(.215,.61,.355,1) .6s;
    -o-transition: all 1.4s cubic-bezier(.215,.61,.355,1) .6s;
    transition: all 1.4s cubic-bezier(.215,.61,.355,1) .6s;
    -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%)
}

@media screen and (max-width: 767px) {
    .page_banner .inner_banner_wrapper .inner_shape {
        margin-left:auto;
        margin-right: auto
    }
}

.page_banner .inner_banner_wrapper .inner_shape .image_ picture {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1.4s cubic-bezier(.215,.61,.355,1) .6s;
    -o-transition: all 1.4s cubic-bezier(.215,.61,.355,1) .6s;
    transition: all 1.4s cubic-bezier(.215,.61,.355,1) .6s
}

.page_banner .inner_banner_wrapper .inner_shape .image_:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page_banner .inner_banner_wrapper .inner_shape .color_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbf9f2
}

.page_banner .inner_banner_wrapper .inner_shape .shape_ {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.page_banner .inner_banner_wrapper .inner_shape .shape_ svg {
    position: relative;
    display: block;
    width: auto;
    height: 80vh
}

@media only screen and (min-width: 767px) and (max-width:1200px) {
    .page_banner .inner_banner_wrapper .inner_shape .shape_ svg {
        height:25vh
    }
}

@media screen and (max-width: 767px) {
    .page_banner .inner_banner_wrapper .inner_shape .shape_ svg {
        height:35vh
    }
}

.page_banner .inner_banner_wrapper .inner_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding-bottom: 6.5vw
}

@media only screen and (max-width: 767px) {
    .page_banner .inner_banner_wrapper .inner_content {
        width:100%
    }
}

.page_banner .inner_banner_wrapper .inner_content .logo_ {
    position: relative;
    display: block;
    width: auto;
    height: 42.5vh;
    -webkit-transform: translateY(50%) scale(1.1);
    -ms-transform: translateY(50%) scale(1.1);
    transform: translateY(50%) scale(1.1);
    opacity: 0;
    -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    -webkit-transition: all 1.4s cubic-bezier(.215,.61,.355,1) .8s;
    -o-transition: all 1.4s cubic-bezier(.215,.61,.355,1) .8s;
    transition: all 1.4s cubic-bezier(.215,.61,.355,1) .8s
}

.page_banner .inner_banner_wrapper .inner_content .logo_ picture,.page_banner .inner_banner_wrapper .inner_content .logo_ picture img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.page_banner .inner_banner_wrapper .inner_content.start_ {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page_banner .inner_banner_wrapper .inner_content .text_ {
    position: relative;
    display: block
}

.page_banner .inner_banner_wrapper .inner_content .text_ h2 {
    position: relative;
    font-size: 5vw;
    color: #004750;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1.4s cubic-bezier(.215,.61,.355,1) .8s;
    -o-transition: all 1.4s cubic-bezier(.215,.61,.355,1) .8s;
    transition: all 1.4s cubic-bezier(.215,.61,.355,1) .8s;
    -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%)
}

@media only screen and (max-width: 767px) {
    .page_banner .inner_banner_wrapper .inner_content .text_ h2 {
        font-size:3rem
    }
}

.page_banner .banner-head {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media only screen and (min-width: 768px) {
    .breadcrumb-container {
        position:absolute;
        z-index: 6;
        bottom: auto;
        left: 0;
        top: 1.5rem;
        z-index: 9
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .breadcrumb-container {
        left:1.5rem
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-container {
        margin-top:2.5rem;
        position: relative;
        z-index: 5
    }
}

.breadcrumb_wrap {
    position: relative;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.18,.89,.32,1.28);
    -o-transition: all 1s cubic-bezier(.18,.89,.32,1.28);
    transition: all 1s cubic-bezier(.18,.89,.32,1.28);
    width: 100%
}

.breadcrumb_wrap ul {
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb_wrap ul,.breadcrumb_wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb_wrap ul li {
    -webkit-padding-end: 12.8px;
    padding-inline-end:12.8px;-webkit-padding-end: .8rem;
    padding-inline-end:.8rem;position: relative;
    font-weight: 100;
    font-size: 1.1vw
}

@media only screen and (min-width: 1800px) {
    .breadcrumb_wrap ul li {
        font-size:.9vw
    }
}

@media only screen and (max-width: 1024px) {
    .breadcrumb_wrap ul li {
        font-size:1.3vw
    }
}

@media only screen and (max-width: 980px) {
    .breadcrumb_wrap ul li {
        font-size:1.5vw
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb_wrap ul li {
        font-size:3.2vw
    }
}

.breadcrumb_wrap ul li:last-child {
    -webkit-padding-end: 0;
    padding-inline-end:0}

.breadcrumb_wrap ul li:last-child:after {
    display: none
}

@media only screen and (max-width: 767px) {
    .breadcrumb_wrap ul li {
        -webkit-padding-end:.5rem;
        padding-inline-end:.5rem}
}

.breadcrumb_wrap ul li:after {
    content: "";
    position: relative;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-margin-start: 8px;
    margin-inline-start:8px;-webkit-margin-start: .5rem;
    margin-inline-start:.5rem}

.breadcrumb_wrap ul li.current {
    max-width: 220px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 1px
}

@media only screen and (max-width: 767px) {
    .breadcrumb_wrap ul li.current {
        max-width:110px
    }
}

.breadcrumb_wrap a {
    letter-spacing: 1px;
    max-width: 220px;
    color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 13px;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .breadcrumb_wrap a {
        max-width:110px
    }
}

.breadcrumb_wrap a:hover {
    color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.breadcrumb_wrap a svg {
    width: 15px;
    height: auto
}

.breadcrumb_wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

@media only screen and (min-width: 768px) {
    html[dir=rtl] .breadcrumb-container {
        right:0;
        left: auto
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    html[dir=rtl] .breadcrumb-container {
        right:1.5rem
    }
}

html[dir=rtl] .breadcrumb_wrap ul li:after {
    -webkit-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    transform: rotate(312deg)
}

.decision-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding-left: 0;
    grid-gap: 3rem;
    margin: 2rem 0 4em
}

@media screen and (max-width: 1024px) {
    .decision-list {
        margin-bottom:2rem
    }
}

@media screen and (max-width: 980px) {
    .decision-list {
        grid-gap:2rem 1.8rem
    }
}

@media screen and (max-width: 767px) {
    .decision-list {
        grid-template-columns:1fr;
        margin-bottom: 0;
        grid-gap: 1.5rem
    }
}

.decision-list li>span {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: .7;
    grid-gap: .5em;
    font-weight: 900;
    color: rgba(0,0,0,.35);
    font-size: 20.8px;
    font-size: 1.3rem
}

.decision-list li .textBox {
    margin-top: .5rem
}

.decision-list img,.decision-list picture {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.about-row {
    font-weight: 100;
    line-height: 1.8
}

.about-row .section-title {
    text-align: center
}

html[dir=rtl] .page_banner .nav .prev_ img {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

html[dir=rtl] .page_banner .nav .next_ img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.dark-mode .decision-list li>span {
    color: hsla(0,0%,100%,.35)
}

.dark-mode .page-section .button-row .link img {
    -webkit-filter: invert(1);
    filter: invert(1)
}
