@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&display=swap");

@font-face {
    font-family: "Calendas Plus";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/calendasplus-regular.otf") format("truetype")
}

@font-face {
    font-family: "Basier Circle";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/calendasplus-regular.otf") format("truetype")
}

@font-face {
    font-family: "Basier Square SemiBold";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/BasierSquare-SemiBold.otf") format("truetype")
}

section.portfolio-paragraph.bg-brown-light img {
    border-radius: 0 30px 0 30px;
    margin: 10px 10px;
}

ul.post-categories {
    list-style: none;
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-radius: 0 30px 0 30px;
}

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

body,
html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    min-height: 100vh;
}

body,
html {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-family: "montserrat", sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    overflow-x: hidden;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-full {
    width: 100%;
    height: auto;
}

iframe {
    margin: 30px 30px;
    border-radius: 0 30px 0 30px;
}

.ez-toc-title {
    color: #262626;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 40px;
}

.pagination a svg {
    width: 30px;
}

.category {
    font-size: 12px;
    font-family: 'montserrat';
    margin: 0;
    padding-bottom: 10px;
    list-style: none;
}

.category ul {
    list-style: none; /* Hilangkan bullet default */
    padding: 0;
    margin: 0;
    display: flex; /* Buat list horizontal */
    flex-wrap: wrap; /* Jika item banyak, bisa wrap ke baris baru */
    gap: 0.5rem; /* Jarak antar item */
}

.category li {
    display: inline-block; /* Pastikan item inline */
}

.category li:not(:last-child)::after {
    content: ","; /* Tambahkan koma setelah setiap item kecuali terakhir */
    margin-left: 0.5rem; /* Jarak antara teks dan koma */
}

.pagination a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 0 12px 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.pagination .current {
    width: 40px;
    height: 40px;
    background-color: black;
    border-radius: 0 12px 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 600;
    color: white;
}

.outer-nav-page {
    position: relative;
    background: #000;
}

.outer-nav-page nav {
    position: relative;
}

.zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .zoom-overlay img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 100px white;
    cursor: pointer;
    border-radius: 0 30px 0 30px;
  }


.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px; 
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

.whatsapp-float .tooltip {
    position: absolute;
    left: 70px; /* Ubah dari right ke left */
    right: auto; /* Tambahkan ini untuk memastikan */
    background: #000;
    color: white;
    padding: 5px 10px;
    border-radius: 0 15px;
    border: 2px solid ;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.whatsapp-float:hover .tooltip {
    opacity: 1;
}


section.keunggulan.bg-brown h5 {
    text-transform: uppercase;
} 
.id-keunggulan h3 {
    font-size: 20px;
    padding: 15px 15px;
}

.id-keunggulan p {
    padding-bottom: 15px;
    margin: 5px 15px;
}
section.keunggulan.bg-brown img {
    width: 100%;
    display: block;
    margin: auto;
    padding: 40px;
}

section.keunggulan.bg-brown img:hover{
    transform: scale(1.05) rotate(-1.5deg)
}
.id-keunggulan {
    background-color: #202633;
    border-radius: 30px 0px 0px 0px;
    margin-top: 30px;
    display: block;
    margin: auto;
    width: 80%;
    color: #fff;
    margin-bottom: 15px;
}

@media (min-width:768px) {

.wraper-box {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.wrapper-produk {
    display: grid
;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
}

@media (min-width:576px) {

    .keunggulan h5:after {
        content: "";
        border-bottom: 1px solid #fff;
        position: absolute;
        left: 20px;
        width: 70px;
        top: calc(11% + -20px);
    }
}

section.contact.bg-brown-light img {
    padding-top: 15px;
    border-radius: 0 20px 0 20px;
}





@media (min-width: 320px) {

    .portfolio {
        background: url(../images/banner-detail.png) no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        height: 560px
    }
    


    section.page-produk.bg-brown-light h5 {
        padding: 15px;
        text-align: left;
    }

    .content-single h1 {
        padding: 20px;
        text-align: left;
        margin: 10px 10px;
    }
    

    .meta {
        padding: 6px;
        color: #ffffffa2;
        display: inline-block;
        margin-top: 9px;
        margin-bottom: 9px;
        font-size: 15px;
        font-family: "Basier Circle";
    }

    .content h1 {
        padding: 20px;
    }

    .page-produk {
        padding: 175px 0 80px;
    }

    .item_content {
        padding: 20px;
        margin: 10px;
    }

    .wrapper-produk img {
        border-radius: 30px 0px 0px 0px;
    }

    .wrapper-produk {
        margin-bottom: 50px;
    }

    .content-single {
        padding-bottom: 5px;
        padding-top: 10px;
        border-radius: 0 30px 0 30px;
        background-color: #202633 ;
        font-size: 19px;
        color: #fff;
    }

    .whatsapp-float {
        left: 20px; /* Ubah dari right ke left */
        bottom: 20px; /* Ubah dari bottom ke top */
    }

    .text-hero h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    
    .swiper-kegiatan .swiper-slide {
        height: auto;
    }

    .footer .col-12.d-flex.justify-content-center img {
    height: 70%;
}
    .item-footer {
        padding: 15px 0;
    }

    .item-footer-1 {
        padding-top: 0;
        text-align: center;
    }

    .item-footer h3 {
        color: #fff;
        position: relative;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .item-footer h3:after {
        content: "";
        width: 50px;
        height: 5px;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: -10px;
    }

    .item-footer-2 ul {
        list-style: none;
        color: #fff;
        padding-left: 20px;
    }

    .item-footer-2 i {
        font-size: 25px;
        width: 35px;
    }

    .item-footer-2 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .item-footer-2 ul li:last-child {
        margin-bottom: 0;
    }

    .item-footer-3 iframe {
        width: 100%;
        height: 200px;
    }

    .d-desktop {
        display: none;
    }
    h2.title-section {
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px;
        position: relative;
    }
    .swiper-kegiatan .swiper-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        z-index: -9999;
    }
    .swiper-kegiatan .swiper-slide {
        margin-bottom: 40px;
    }
    .swiper-kegiatan .swiper-pagination-bullet {
        width: var(
            --swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 8px)
        );
        height: var(
            --swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 8px)
        );
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
    }
    .swiper-kegiatan .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #0a993c;
    }
    .description {
        color: #fff;
        padding: 30px 0;
    }

    .description h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    a.btn-green {
        background-color: #0a993c;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
        display: inline-block;
    }

    .button-kegiatan {
        text-align: right;
    }
    h2.title-section::after {
        content: "";
        width: 60px;
        height: 5px;
        background-color: green;
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .kegiatan-terbaru-sec {
        background-color: #262626;
        border-top: 15px solid #0a993c;
        padding: 40px 0;
        position: relative;
    }

    .kegiatan-terbaru-sec .swiper {
        width: 100%;
        margin: 0 auto;
    }
    .outer-swiper-kegiatan {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    p {
        font-size: 14px;
    }

    section.infak-sec {
        padding: 40px 0;
        background-color: rgba(163, 255, 172, 0.2);
    }

    .wrapper-infak-section {
        width: 80%;
        margin: 0 auto;
    }

    .infak-section-left h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .small-text {
        font-size: 20px;
    }

    .text-green {
        color: #0a993c;
    }

    .text-red {
        color: #d60000;
    }

    .infak-section-left h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .infak-section-left article {
        margin-bottom: 20px;
    }

    .cta-infak {
        display: block;
        width: 100%;
        background-color: #0a993c;
        border: none;
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        padding: 15px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .cta-infak:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .infak-section-left {
        margin-bottom: 30px;
    }

    .infak-section-right img {
        width: 80%;
    }

    .infak-section-right img:last-child {
        margin-left: auto;
        display: block;
        margin-top: -25px;
    }

    .video-section {
        background-color: #262626;
        padding: 50px 0;
        border-top: 15px solid #0a993c;
    }

    .wrapper-video {
        position: relative;
        padding-bottom: 56.25%;
    }

    .wrapper-video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .welcome-section__left {
        text-align: center;
        color: #fff;
        margin-bottom: 30px;
    }

    .outer-video {
        width: 80%;
        margin: 0 auto;
    }

    .welcome-section__left article {
        margin: 15px 0;
    }

    .btn-black {
        background-color: #262626;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }

    .welcome-section__right img {
        box-shadow: 0px 3px 8px 1px rgb(0 0 0 / 50%);
        border-radius: 15px;
    }

    .welcome-section {
        width: 80%;
        margin: 40px auto;
        background: #0a993c url(../img/pattern-green.png) no-repeat center;
        background-size: cover;
        background-blend-mode: multiply;
        border-radius: 20px;
        padding: 20px;
    }

    p {
        margin-bottom: 15px;
    }

    p:last-child {
        margin-bottom: 0;
    }

    .hero-hadits {
        background-color: #262626;
        color: #fff;
        text-align: center;
        width: 300px;
        border-radius: 15px;
        margin: -75px auto 0;
        z-index: 9999;
        position: relative;
        padding: 28px;
        box-sizing: border-box;
        font-size: 12px;
    }

    .hero-hadits img {
        position: absolute;
        width: 37px;
        z-index: 999999;
    }

    .quote-left {
        top: -10px;
        left: 18px;
    }

    .quote-right {
        bottom: -10px;
        right: 18px;
    }

    .d-none {
        display: none !important;
    }


    .text-hero h6 {
        font-weight: 500;
        font-size: 14px;
        padding-top: 20px;
    }

    .mySwiper .swiper-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .text-hero {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        color: #fff;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .mySwiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mySwiper .swiper-slide {
        height: 100vh;
        object-fit: cover;
    }

    .hamburger svg {
        width: 45px;
    }

    .hamburger {
        cursor: pointer;
    }

    .top-menu ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 26px;
        font-weight: 600;
    }

    .top-menu ul li {
        text-align: center;
        margin: 10px 0;
        position: relative;
        list-style: none;
    }

    .btn-rounded-full {
        padding: 8px 19px;
        border-radius: 15px 0 0 0;
        border: 2px solid #fff;
        transition: 0.5s all ease;
    }

    .btn-rounded-full i{
        font-size: 25px;
    }

    .btn-rounded-full a:hover {
        color: rgb(46, 189, 46)
    }

    .top-menu ul li.current-menu-item:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        height: 3px;
        background-color: #fff;
        width: 30%;
        transform: translateX(-50%);
    }

    .top-menu .btn-rounded-full {
        margin-top: 10px;
        display: inline-block;
    }

    a.btn-rounded-full.bg-grey img {
        width: 30px;
        margin-left: 10px;
    }

    .bg-grey {
        background-color: #656565;
    }

    nav-menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 99999;
    }

    .close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9999999;
        cursor: pointer;
    }

    img {
        max-width: 100%;
    }

    .close-menu svg {
        width: 45px;
    }

    .mySwiper .swiper-pagination-bullet {
        bottom: 100px;
        width: auto;
        left: 50%;
        transform: translate(-60%, 0);
    }
    
    .mySwiper .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        border-radius: 0px 5px;
        background: transparent;
        border: 2px solid #fff;
        opacity: 1;
        margin-right: 10px;
    }
    
    .mySwiper .swiper-pagination-bullet-active {
        background: #656565;
    }

    .top-menu {
        position: fixed;
        top: 0;
        right: -100vw;
        bottom: 0;
        background-color: #262626;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        transition: 0.3s;
    }

    .wrapper-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999999;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }

    .wrapper-popup.show {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .close-popup {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }

    .content-popup {
        color: #000;
        position: relative;
        z-index: 2;
        background-color: #fff;
        width: 90%;
        padding: 30px 20px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .backdrop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1;
    }
}

@media (min-width: 768px) {
    .swiper-kegiatan .swiper-slide {
        height: auto;
        object-fit: cover;
    }

    .wrapper-infak-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .infak-section-left {
        width: 50%;
        flex-shrink: 0;
        padding-right: 20px;
    }

    .content-popup {
        width: 25em;
    }

    .welcome-section {
        padding: 40px;
    }

    .hero-hadits {
        width: 500px;
        font-size: 14px;
        margin: -65px auto 10px;
    }

    .mySwiper .swiper-slide {
        height: 768px;
        object-fit: cover;
    }
}

@media (min-width: 1024px) {

    .portfolio {
        height: 100vh
    }

    .whatsapp-float {
        left: 40px;
        bottom: 40px;
    }

    .text-hero h6 {
        font-weight: 500;
        font-size: 24px;
        padding-top: 30px;
    }

    .text-hero h2 {
        font-size: 68px;
        margin-bottom: 10px;
        letter-spacing: 0.01em;
    }
    
    footer {
        padding: 40px 0;
    }
    .item-footer-3 iframe {
        width: 100%;
        height: 150px;
    }

    .item-footer {
        padding: 0 15px;
    }

    .item-footer-1 {
        display: grid;
        place-content: center;
    }
    h2.title-section {
        font-size: 30px;
        margin-bottom: 45px;
    }

    .description h3 {
        font-size: 20px;
    }
    .small-text {
        font-size: 25px;
    }

    .hamburger {
        display: none;
    }

    .top-menu {
        right: 0;
        position: relative;
        width: auto;
        background-color: transparent;
    }

    .top-menu ul li {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    .close-menu {
        display: none;
    }
}

@media (min-width: 1200px) {
    .item-footer-3 iframe {
        width: 100%;
        height: 250px;
    }
    .item-footer-1 {
        place-content: unset;
        justify-content: center;
        align-items: start;
    }
    .wrapper-infak-section,
    .outer-swiper-kegiatan {
        width: 890px;
    }

    .welcome-section {
        padding: 60px;
    }

    .text-hero h2 {
        font-size: 55px;
        margin-bottom: 20px;   }

    .text-hero {
        width: 100%;
    }

    .text-hero h6 {
        font-size: 20px;
        line-height: 24px;
        width: 600px;
        margin: 0 auto;
    }

    .mySwiper .swiper-slide {
        height: 650px;
    }

    .container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .top-menu ul li {
        display: inline-block;
        margin: 0 0 0 30px;
    }
}

@media (min-width: 1400px) {
    .mySwiper .swiper-slide {
        height: 900px;
    }

    .hero-hadits {
        font-size: 16px;
        padding: 60px 40px;
        width: 600px;
    }

    .hero-hadits img {
        width: 60px;
    }
}

@media (max-width:576px) {

    body,
    html {
        font-size: 13px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem/2
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

svg {
    overflow: hidden;
    vertical-align: middle
}

.wrapword {
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal
}

.w-25 {
    width: 25%
}

.w-75 {
    width: 75%
}

.w-50 {
    width: 50%
}

.w-100 {
    width: 100%
}

.text-uppercase {
    text-transform: uppercase
}

h1 {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 45px;
    letter-spacing: 0.05em;
    line-height: 55px
}

@media (min-width:1441px) {
    h1 {
        font-size: 53px;
        line-height: 65px
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 30px;
        line-height: 40px
    }
}

h2 {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 40px
}

h3 {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.03em;
    line-height: 23px
}

h4 {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 30px
}

h5 {
    font-family: "Basier Square SemiBold";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 23px
}

@media (min-width:1441px) {
    h5 {
        font-size: 19px
    }
}

@media (max-width:576px) {
    h5 {
        font-size: 14px
    }
}

.more {
    font-family: "Basier Square SemiBold";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: 0.5s all ease
}

.more img {
    margin-left: 10px;
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
    border-radius: 0 !important;
    margin-bottom: 0 !important
}

.more img.left {
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0 !important
}

.more:hover {
    color: #000000
}

.more:hover img {
    margin-left: 20px
}

.text-orange {
    color: #E25A10
}

/*!
 * Hadiprana Grid (https://www.instagram.com/iskfm_/)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1441px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

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

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1441px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1441px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1441px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1441px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: 0.25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important
    }

    .m-xxl-2 {
        margin: 0.5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: 0.25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important
    }

    .p-xxl-2 {
        padding: 0.5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xxl-n2 {
        margin: -0.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.bg-brown {
    background: #414c66 !important
}

.bg-brown-light {
    background: #202633 !important
}

.bg-black {
    background: #000000
}

.bg-white {
    background: #ffffff
}

.banner {
    position: relative
}

.banner img {
    width: 100%;
    object-fit: cover;
    height: 100vh
}

.banner:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.career,
.journal-home,
.press-home,
.story,
.work,
.keunggulan {
    position: relative;
    padding: 125px 0
}

@media (max-width:576px) {

    .career,
    .journal-home,
    .press-home,
    .story,
    .work,
    .keunggulan {
        padding: 80px 0
    }
}

.career h1,
.journal-home h1,
.press-home h1,
.story h1,
.work h1,
.keunggulan h1 {
    margin-bottom: 30px
}

.career .space,
.career h5,
.journal-home .space,
.journal-home h5,
.press-home .space,
.press-home h5,
.story .space,
.story h5,
.work .space,
.work h5,
.keunggulan h5 {
    margin-bottom: 50px
}

@media (max-width:576px) {

    .career .space,
    .career h5,
    .journal-home .space,
    .journal-home h5,
    .press-home .space,
    .press-home h5,
    .story .space,
    .story h5,
    .work .space,
    .work h5,
    .keunggulan h5{
        margin-bottom: 40px
    }
}

.career h5,
.journal-home h5,
.press-home h5,
.story h5,
.work h5,
.keunggulan h5 { 
    text-transform: uppercase
}

.career .swiper-pagination,
.journal-home .swiper-pagination,
.press-home .swiper-pagination,
.story .swiper-pagination,
.work .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    margin-left: auto
}

.career .swiper-pagination.full,
.journal-home .swiper-pagination.full,
.press-home .swiper-pagination.full,
.story .swiper-pagination.full,
.work .swiper-pagination.full {
    margin-top: 50px
}

.career .swiper-pagination-bullet,
.journal-home .swiper-pagination-bullet,
.press-home .swiper-pagination-bullet,
.story .swiper-pagination-bullet,
.work .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 0px 5px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    margin-right: 10px
}

.career .swiper-pagination-bullet-active,
.journal-home .swiper-pagination-bullet-active,
.press-home .swiper-pagination-bullet-active,
.story .swiper-pagination-bullet-active,
.work .swiper-pagination-bullet-active {
    background: #000
}

.career .swiper-button-next,
.career .swiper-button-prev,
.journal-home .swiper-button-next,
.journal-home .swiper-button-prev,
.press-home .swiper-button-next,
.press-home .swiper-button-prev,
.story .swiper-button-next,
.story .swiper-button-prev,
.work .swiper-button-next,
.work .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    margin-right: 25px;
    top: 0;
    margin-top: 20px
}

.career .swiper-button-next.full,
.career .swiper-button-prev.full,
.journal-home .swiper-button-next.full,
.journal-home .swiper-button-prev.full,
.press-home .swiper-button-next.full,
.press-home .swiper-button-prev.full,
.story .swiper-button-next.full,
.story .swiper-button-prev.full,
.work .swiper-button-next.full,
.work .swiper-button-prev.full {
    margin-top: 50px
}

.career .swiper-button-next:hover:after,
.career .swiper-button-prev:hover:after,
.journal-home .swiper-button-next:hover:after,
.journal-home .swiper-button-prev:hover:after,
.press-home .swiper-button-next:hover:after,
.press-home .swiper-button-prev:hover:after,
.story .swiper-button-next:hover:after,
.story .swiper-button-prev:hover:after,
.work .swiper-button-next:hover:after,
.work .swiper-button-prev:hover:after {
    color: #000
}

.career .swiper-button-next:after,
.career .swiper-button-prev:after,
.journal-home .swiper-button-next:after,
.journal-home .swiper-button-prev:after,
.press-home .swiper-button-next:after,
.press-home .swiper-button-prev:after,
.story .swiper-button-next:after,
.story .swiper-button-prev:after,
.work .swiper-button-next:after,
.work .swiper-button-prev:after {
    font-family: "montserrat";
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase !important
}

.career .swiper-button-next:focus,
.career .swiper-button-prev:focus,
.journal-home .swiper-button-next:focus,
.journal-home .swiper-button-prev:focus,
.press-home .swiper-button-next:focus,
.press-home .swiper-button-prev:focus,
.story .swiper-button-next:focus,
.story .swiper-button-prev:focus,
.work .swiper-button-next:focus,
.work .swiper-button-prev:focus {
    outline: none
}

.career .swiper-button-next,
.journal-home .swiper-button-next,
.press-home .swiper-button-next,
.story .swiper-button-next,
.work .swiper-button-next {
    left: 0;
    right: 0
}

.career .swiper-button-prev,
.journal-home .swiper-button-prev,
.press-home .swiper-button-prev,
.story .swiper-button-prev,
.work .swiper-button-prev {
    left: 0
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.3
}

.journal-home .swiper-slide {
    height: auto
}

.journal-home .swiper-container,
.work .swiper-container {
    height: auto;
}

.journal-home .swiper-button-next,
.journal-home .swiper-button-prev,
.work .swiper-button-next,
.work .swiper-button-prev {
    z-index: 1
}

@media (max-width:576px) {
    .story-milestone .swiper-slide-active {
        width: 80%
    }

    .story-milestone .swiper-slide:before {
        content: '';
        height: 2px;
        width: 100px;
        background-color: #db4309;
        position: absolute;
        top: 50%;
        z-index: 0;
        right: -27px;
    }

    .story-milestone .swiper-slide:last-child:before {
        display: none;
    }
}

@media (max-width:768px) {
    .work .swiper-slide {
        width: 40%
    }
}

@media (max-width:576px) {
    .work .swiper-slide {
        width: 80%
    }
}

.story {
    padding: 120px 0 125px;
    background: url(../img/ProfilAntara.png) no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width:992px) {
    .story {
        background-position: 10%;
    }

    .story {
        padding: 440px 0 125px;
    }

    .story-section.bg-brown.d-block.d-md-none {
        background-color: #202633 !important;
    }

    .card-work .body .title {
        min-height: 64px;
    }
}

.story-section {
    padding: 125px 0
}

@media (max-width:576px) {
    .story-section {
        padding: 80px 0 0
    }
}

.story-section h5 {
    margin-bottom: 40px;
    text-transform: uppercase;
}

.story-section h1 {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px
}

.story-section h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: #fff
}

.story-section p {
    margin-bottom: 40px
}

.story.detail {
    padding: 245px 0 125px
}

@media (max-width:992px) {
    .story.detail {
        background-position: 11%;
    }
}

.story:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.story h1 {
    margin-bottom: 60px;
    position: relative
}

.story h1:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    width: 70px;
    top: calc(100% + 30px)
}

.story p {
    font-family: "montserrat";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px
}

.service-home {
    padding: 100px 0;
    background-color: #70635C;
    position: relative
}

.service-home:before {
    background: url(../images/service-1.jpg) no-repeat;
    background-color: #70635C;
    background-size: cover;
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 40px 0 0
}

@media (max-width:768px) {
    .service-home:before {
        width: 41.6666666667%
    }
}

@media screen and (max-width:576px) {
    .service-home:before {
        content: none;
        border-radius: 0 30px 0 0
    }
}

.service-home-content {
    padding: 20px 0;
    background-color: #70635C
}

.service-home-content img {
    width: 90%;
    height: auto;
    margin-bottom: 50px;
    border-top-right-radius: 40px
}

.service-home-content .content {
    padding: 0 25px
}

.service-home ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.service-home ul li {
    border-bottom: 1px solid #E25A10;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.service-home ul li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.service-home ul li h1 {
    margin-bottom: 30px;
    position: relative
}

.service-home ul li h1:before {
    content: ".";
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    font-family: "Calendas Plus";
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: #fb5e1f;
    left: -20px
}

.service-home ul li p {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin-bottom: 0
}

.story-page {
    padding: 125px 0
}

@media screen and (max-width:768px) {
    .story-page {
        padding: 60px 0
    }
}

@media screen and (max-width:576px) {
    .story-page {
        padding: 30px 0
    }
}

.story-page p {
    font-family: "montserrat";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    padding: 10px 10px
}

.story-page h2 {
    margin-bottom: 60px;
    position: relative;
    font-size: 28px;
    line-height: 36px
}

@media screen and (max-width:768px) {
    .story-page h2 {
        font-size: 16px;
        line-height: 24px
    }

    .story-page h2:after {
        top: calc(100% + 50px) !important
    }
}

@media screen and (max-width:576px) {
    .story-page h2 {
        margin-bottom: 50px
    }

    .story-page h2:after {
        top: calc(100% + 30px) !important
    }
}

.story-page h2:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    width: 50px;
    top: calc(100% + 30px)
}

.story-page .story-image {
    padding-left: 50px
}

@media screen and (max-width:768px) {
    .story-page .story-image {
        padding: 0 35px;
        margin-bottom: 40px
    }
}

.story-page .story-img {
    border-radius: 0px 40px;
    background: rgba(0, 0, 0, 0.25);
    margin-bottom: 30px
}

@media (max-width:576px) {
    .story-page .story-img {
        border-radius: 0px 30px
    }
}

.story-page .name {
    font-family: "Basier Circle";
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 40px;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .story-page .name {
        font-size: 16px
    }
}

.story-vision {
    padding: 100px 0 225px;
    background-color: #656565;
    position: relative
}

section.story-vision h3 {
    padding-bottom: 10px;
    padding-top: 21px;
}

.story-vision:before {
    background: url(../img/FEATURED\ IMAGE\ PROFIL.jpg) no-repeat;
    background-color: #70635C;
    background-size: cover;
    content: "";
    width: 50%;
    height: calc(100% - 125px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 40px 0 0
}

@media (max-width:576px) {
    .story-vision:before {
        border-radius: 0 30px 0 0
    }
}

@media screen and (max-width:576px) {
    .story-vision {
        background-image: none;
        background-color: #656565;
        padding: 7px 0
    }

    .story-vision:before {
        content: none
    }

    .story-vision img {
        width: 90%;
        height: 350px;
        object-fit: cover;
        margin-bottom: 50px;
        border-top-right-radius: 40px
    }
}

.story-vision h1 {
    margin-bottom: 60px;
    position: relative
}

.story-vision h1:after {
    content: "";
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;
    width: 50px;
    top: calc(100% + 30px)
}

.story-vision p {
    margin-bottom: 30px;
    margin-top: 30px
}

.story-vision ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.story-vision ul li {
    margin-bottom: 30px
}

.story-vision ul li:last-child {
    margin-bottom: 0
}

.story-vision ul li h3 {
    margin-bottom: 30px;
    position: relative
}

.story-vision ul li h3:before {
    content: ".";
    position: absolute;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    font-family: "Calendas Plus";
    font-weight: bold;
    font-size: 36px;
    text-align: left;
    color: #fb5e1f;
    left: -20px
}

.story-vision ul li h3:after {
    content: "";
    border-bottom: 2px solid #E25A10;
    position: absolute;
    left: 0;
    width: 50px;
    top: calc(100% + 15px)
}

.story-vision ul li p {
    margin-bottom: 0px
}

section.story-vision li {
    list-style: none;
}

@media (max-width:576px) {
    .story-vision .content {
        padding: 40px
    }
}

.story-video {
    padding: 125px 40px;
    position: relative
}

@media screen and (max-width:768px) {
    .story-video {
        padding: 125px 0
    }
}

@media (max-width:576px) {
    .story-video {
        padding: 80px 0
    }
}

.story-video .video-js {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 0 40px 0 0
}

.story-video .video-js .vjs-tech {
    border-radius: 0 40px 0 0
}

@media (max-width:576px) {
    .story-video .video-js .vjs-tech {
        border-radius: 0 30px 0 0
    }
}

@media (min-width:1441px) {
    .story-video .video-js {
        height: 720px
    }
}

@media (max-width:992px) {
    .story-video .video-js {
        height: 295px
    }
}

@media (max-width:576px) {
    .story-video .video-js {
        border-radius: 0 30px 0 0
    }
}

.story-video .video-js .vjs-big-play-button {
    width: 100px;
    height: 100px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none
}

.story-video .video-js .vjs-big-play-button:hover .vjs-icon-placeholder:before {
    content: "";
    background: url(../images/play-hover.png) no-repeat;
    background-position: center;
    background-size: contain
}

.story-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
    background: url(../images/play.png) no-repeat;
    background-position: center;
    background-size: contain
}

.story-video .video-js .vjs-poster {
    border-radius: 0 40px 0 0;
    background-size: cover
}

@media (max-width:576px) {
    .story-video .video-js .vjs-poster {
        border-radius: 0 30px 0 0
    }
}

.story-video .body-video {
    padding: 30px 35px 30px 20px;
    background: #70635C;
    border-radius: 0 0 0 40px
}

@media screen and (max-width:576px) {
    .story-video .body-video {
        flex-direction: column;
        border-radius: 0 0 0 30px
    }
}

.story-video .body-video p {
    margin: 0
}

@media screen and (max-width:768px) {
    .story-video .body-video p:last-child {
        margin-left: 0%;
        margin-top: 16px
    }
}

@media (max-width:576px) {
    .story-video .body-video p {
        margin-bottom: 20px
    }
}

.story-video .body-video a {
    font-size: 14px;
    margin-left: auto
}

.story-video .body-video a .fullscreen {
    margin-right: 15px;
    cursor: pointer
}

.story-video .body-video a .fullscreen:hover {
    color: #E25A10
}

@media (max-width:576px) {
    .story-video .body-video a {
        margin-left: 0
    }
}

.modal-video .modal-container {
    position: relative;
    width: 100vw;
    height: 100vh
}

.modal-video .modal-container .modal__content {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: hidden
}

.modal-video .modal-container .modal__content .video-js {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover
}

@media (min-width:1441px) {
    .modal-video .modal-container .modal__content .video-js {
        height: 720px
    }
}

@media (max-width:992px) {
    .modal-video .modal-container .modal__content .video-js {
        height: 295px
    }
}

.modal-video .modal-container .modal__content .video-js .vjs-big-play-button {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.modal-video .modal-container .modal__content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
    background: url(../images/ic-play.svg) no-repeat;
    background-position: center
}

.modal-video .modal-container .modal__content .video-js .vjs-poster {
    background-size: cover
}

.modal-video .modal-container .modal__content .gallery-top {
    border-radius: 0;
    height: calc(100vh - 100px)
}

.modal-video .modal-container .modal__content .gallery-body {
    border-radius: 0
}

.modal-video .modal-container .modal__close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: auto;
    padding: 0;
    z-index: 1
}

.modal-video .modal-container .body-video {
    padding: 25px 50px;
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    background: #70635C;
    height: 80px;
    align-items: center
}

.modal-video .modal-container .body-video p {
    margin: 0
}

.modal__close:hover .close {
    position: relative
}

.modal__close:hover .close:after {
    content: "";
    background: url(../img/close-hover.png);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0
}

.modal__close:hover .close img {
    opacity: 0
}

.story-style {
    padding: 165px 0 145px;
    background-color: #656565;
    position: relative
}

.story-style:before {
    background: url(../images/story-3.png) no-repeat;
    background-color: #61564F;
    background-size: cover;
    content: "";
    width: 21.3333333333%;
    height: calc(100% - 250px);
    position: absolute;
    right: 0;
    top: 125px;
    bottom: 0;
    border-radius: 0 0 0 40px
}

@media (max-width:992px) {
    .story-style:before {
        width: 50%
    }
}

@media (max-width:576px) {
    .story-style:before {
        border-radius: 0 0 0 30px
    }
}

@media screen and (max-width:576px) {
    .story-style {
        background-color: #61564F;
        padding: 80px 0
    }

    .story-style:before {
        content: none
    }

    .story-style img {
        width: 90%;
        height: 350px;
        object-fit: cover;
        margin-top: 50px;
        border-bottom-left-radius: 40px;
        margin-left: auto
    }
}

.story-style h1 {
    margin-bottom: 60px;
    position: relative
}

.story-style h1:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 0;
    width: 50px;
    top: calc(100% + 30px)
}

.story-style p {
    margin-bottom: 30px
}

.story-team {
    padding: 105px 0 50px;
    position: relative
}

@media (max-width:576px) {
    .story-team {
        padding: 80px 0
    }
}

.story-team h5 {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:576px) {
    .story-team h5 {
        margin-bottom: 40px
    }
}

.story-team h1 {
    text-align: center;
    margin-bottom: 90px;
    position: relative
}

.story-team h1:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    top: calc(100% + 30px)
}

.story-team .team-list {
    justify-content: center
}

@media screen and (max-width:768px) {
    .story-team .team-list {
        justify-content: flex-start !important
    }
}

.story-team .swiper-button-prev {
    left: -30px
}

.story-team .swiper-button-next {
    right: -30px
}

.story-team .swiper-button-next:after,
.story-team .swiper-button-prev:after {
    font-size: 35px;
    color: #E25A10
}

.story-milestone {
    padding: 125px 0
}

@media (max-width:576px) {
    .story-milestone {
        padding: 80px 0
    }
}

.story-milestone h5 {
    margin-bottom: 50px;
    text-transform: uppercase
}

@media (max-width:576px) {
    .story-milestone h5 {
        margin-bottom: 40px
    }
}

.story-milestone .swiper-container {
    height: 100%
}

.story-milestone .swiper-container:after {
    content: "";
    border-bottom: 3px solid #E25A10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1
}

@media (max-width:576px) {
    .story-milestone .swiper-wrapper:after {
        content: none
    }
}

.story-milestone .swiper-button-prev {
    left: -30px
}

@media (max-width:576px) {
    .story-milestone .swiper-button-prev {
        display: none
    }
}

.story-milestone .swiper-button-next {
    right: -30px
}

@media (max-width:576px) {
    .story-milestone .swiper-button-next {
        display: none
    }
}

.story-milestone .swiper-button-next:after,
.story-milestone .swiper-button-prev:after {
    font-size: 35px;
    color: #E25A10
}

.service {
    padding: 255px 0 125px
}

@media (max-width:576px) {
    .service {
        padding: 175px 0 80px
    }
}

.service .service-list {
    margin-bottom: 100px
}

@media (max-width:576px) {
    .service .service-list {
        margin-bottom: 80px
    }
}

.service .service-list .service-img {
    border-radius: 40px 0px 0px 0px;
    width: 100%;
    object-fit: cover
}

@media (max-width:992px) {
    .service .service-list .service-img {
        height: 100%
    }
}

@media (max-width:576px) {
    .service .service-list .service-img {
        margin-bottom: 40px;
        height: 240px;
        border-radius: 0 30px
    }
}

.service .service-list .service-body {
    padding-left: 90px
}

@media (max-width:992px) {
    .service .service-list .service-body {
        padding-left: 20px
    }
}

@media (max-width:576px) {
    .service .service-list .service-body {
        padding-left: 0
    }
}

.service .service-list:nth-child(2n) .service-body {
    padding-left: 0;
    padding-right: 90px
}

@media (max-width:992px) {
    .service .service-list:nth-child(2n) .service-body {
        padding-right: 20px
    }
}

@media (max-width:576px) {
    .service .service-list:nth-child(2n) .service-body {
        padding-right: 0
    }
}

.service .service-list:last-child {
    margin-bottom: 0
}

.service .service-list h1 {
    margin-bottom: 60px;
    position: relative
}

@media (max-width:576px) {
    .service .service-list h1 {
        margin-bottom: 40px
    }
}

.service .service-list h1:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    width: 70px;
    top: calc(100% + 30px)
}

@media (max-width:576px) {
    .service .service-list h1:after {
        top: calc(100% + 20px)
    }
}

.service .service-list h1 span {
    font-size: 26px
}

.service .service-list h5 {
    margin-bottom: 50px;
    text-transform: uppercase
}

@media (max-width:576px) {
    .service .service-list h5 {
        margin-bottom: 40px
    }
}

.service .service-list p,
.service .service-list ul {
    font-family: "montserrat";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px
}

.service .service-list p {
    margin-bottom: 30px
}

@media (max-width:576px) {
    .service .service-list p {
        margin-bottom: 40px
    }
}

.service .service-list ul {
    padding: 0;
    margin-left: 10px;
}

.service .service-list ul li {
    margin-bottom: 10px
}

.service .service-list ul li a:hover,
.service .service-list ul li a span {
    color: #000
}

.client {
    padding: 125px 0
}

@media (max-width:576px) {
    .client {
        padding: 80px 0
    }
}

.client h5 {
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative
}

.client h5:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    width: 70px;
    top: calc(100% + 30px)
}
.work h5:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 20px;
    width: 70px;
    top: calc(28% + -20px);
}

.client p {
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin-bottom: 50px
}

.press {
    padding: 255px 0 125px
}

@media (max-width:576px) {
    .press {
        padding: 175px 0 80px
    }
}

.press h1 {
    margin-bottom: 15px
}

@media (max-width:576px) {
    .press h1 {
        margin-bottom: 20px
    }
}

.press h5 {
    text-transform: uppercase;
    margin-bottom: 50px
}

@media (max-width:576px) {
    .press h5 {
        margin-bottom: 40px
    }
}

.press .filter {
    margin-bottom: 70px
}

@media (max-width:576px) {
    .press .filter {
        margin-bottom: 40px
    }
}

.press .filter p {
    margin: 0 0 0 0
}

@media (max-width:576px) {
    .press .filter p {
        margin-bottom: 20px !important
    }
}

.press .filter .select {
    margin-right: 15px
}

.press .filter .select:last-child {
    margin-right: 0
}

.press .filter .select .select-label {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    top: -5px
}

.press .sorting {
    margin-bottom: 50px
}

@media (max-width:576px) {
    .press .sorting {
        margin-bottom: 30px
    }
}

.press .sorting p {
    margin-right: 15px
}

@media (max-width:768px) {
    .press .sort-press {
        margin-bottom: 50px
    }

    .press .sort-press .filds,
    .press .sort-press .sorting {
        margin-bottom: 0px
    }
}

@media (max-width:576px) {
    .press .pagination {
        margin-top: 40px
    }
}

.press-detail {
    padding: 255px 0 125px
}

@media (max-width:576px) {
    .press-detail {
        padding: 175px 0 80px
    }
}

.press-detail h2 {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 45px;
    position: relative;
    margin-bottom: 65px
}

@media (max-width:576px) {
    .press-detail h2 {
        margin-bottom: 40px;
        font-size: 25px
    }
}

.press-detail h2:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 0;
    width: 70px;
    top: calc(100% + 30px)
}

@media (max-width:576px) {
    .press-detail h2:after {
        top: calc(100% + 20px)
    }
}

.press-detail .date {
    margin-bottom: 45px
}

.press-detail .link {
    margin-bottom: 80px
}

.press-detail img {
    margin-bottom: 30px
}

.press-detail .more {
    margin-top: 70px;
    display: block
}

.award {
    padding: 125px 0
}

@media (max-width:576px) {
    .award {
        padding: 80px 0
    }
}

.award h1 {
    margin-bottom: 80px
}

.award h5 {
    text-transform: uppercase;
    margin-bottom: 50px
}

@media (max-width:576px) {
    .award h5 {
        margin-bottom: 40px
    }
}

.award .award-list {
    margin-bottom: 80px
}

@media (max-width:576px) {
    .award .award-list {
        margin-bottom: 40px
    }
}

.award .award-list .content {
    padding-left: 120px
}

@media (max-width:992px) {
    .award .award-list .content {
        padding-left: 40px
    }
}

@media (max-width:576px) {
    .award .award-list .content {
        padding-left: 35px
    }
}

.award .award-list:last-child {
    margin-bottom: 0
}

.award .award-list .award-img {
    border-radius: 0 40px
}

@media (max-width:576px) {
    .award .award-list .award-img {
        margin-bottom: 20px;
        border-radius: 0 30px;
        height: 220px;
        width: 100%;
        object-fit: cover
    }
}

.award .award-list .region {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 35px;
    margin-bottom: 60px;
    position: relative;
    padding-left: 30px
}

@media (max-width:576px) {
    .award .award-list .region {
        margin-bottom: 40px;
        padding-left: 15px
    }
}

.award .award-list .region:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 30px;
    width: 50px;
    top: calc(100% + 30px)
}

@media (max-width:576px) {
    .award .award-list .region:after {
        top: calc(100% + 20px);
        left: 15px
    }
}

.award .award-list .title {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 36px;
    margin-bottom: 15px
}

@media (max-width:576px) {
    .award .award-list .title {
        font-family: "Calendas Plus";
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 22px
    }
}

.award .award-list .info {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin: 0
}

@media (max-width:576px) {
    .award .award-list .info {
        font-size: 13px
    }
}

.award .award-list ul {
    list-style: decimal;
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 36px;
    padding: 0;
    margin: 0
}

.award .award-list ul li {
    padding-left: 30px;
    margin-bottom: 30px
}

@media (max-width:576px) {
    .award .award-list ul li {
        padding-left: 15px
    }
}

.award .award-list ul li:last-child {
    margin-bottom: 0
}

.portfolio-gallery {
    padding: 0 40px
}

@media (max-width:576px) {
    .portfolio-gallery {
        padding: 0
    }
}

.portfolio-gallery .gallery {
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto
}

.portfolio-gallery .gallery .gallery-top {
    height: 500px
}

@media (max-width:576px) {
    .portfolio-gallery .gallery .gallery-top {
        height: 280px
    }
}

@media (max-width:576px) {

    .portfolio-gallery .gallery .gallery-top .swiper-button-next:after,
    .portfolio-gallery .gallery .gallery-top .swiper-button-prev:after {
        font-size: 30px
    }
}

.portfolio-gallery .gallery .gallery-top .swiper-button-prev,
.portfolio-gallery .gallery .gallery-top .swiper-container-rtl .swiper-button-next {
    left: 35px;
    right: auto
}

@media (max-width:576px) {

    .portfolio-gallery .gallery .gallery-top .swiper-button-prev,
    .portfolio-gallery .gallery .gallery-top .swiper-container-rtl .swiper-button-next {
        left: 20px
    }
}

.portfolio-gallery .gallery .gallery-top .swiper-button-next,
.portfolio-gallery .gallery .gallery-top .swiper-container-rtl .swiper-button-prev {
    right: 35px;
    left: auto
}

@media (max-width:576px) {

    .portfolio-gallery .gallery .gallery-top .swiper-button-next,
    .portfolio-gallery .gallery .gallery-top .swiper-container-rtl .swiper-button-prev {
        right: 20px
    }
}

.portfolio-gallery .gallery .gallery-thumbs .swiper-slide {
    width: 90px
}

.portfolio-gallery .gallery .gallery-thumbs .swiper-button-next:after,
.portfolio-gallery .gallery .gallery-thumbs .swiper-button-prev:after {
    font-size: 20px
}

.portfolio-gallery .gallery .gallery-thumbs .swiper-button-prev,
.portfolio-gallery .gallery .gallery-thumbs .swiper-container-rtl .swiper-button-next {
    left: 35px;
    right: auto
}

@media (max-width:576px) {

    .portfolio-gallery .gallery .gallery-thumbs .swiper-button-prev,
    .portfolio-gallery .gallery .gallery-thumbs .swiper-container-rtl .swiper-button-next {
        left: 20px
    }
}

.portfolio-gallery .gallery .gallery-thumbs .swiper-button-next,
.portfolio-gallery .gallery .gallery-thumbs .swiper-container-rtl .swiper-button-prev {
    right: 35px;
    left: auto
}

@media (max-width:576px) {

    .portfolio-gallery .gallery .gallery-thumbs .swiper-button-next,
    .portfolio-gallery .gallery .gallery-thumbs .swiper-container-rtl .swiper-button-prev {
        right: 20px
    }
}

.portfolio-gallery .gallery .gallery-body .fullscreen {
    margin: 5px 0 15px
}

@media (max-width:576px) {
    .portfolio-gallery .gallery .gallery-body p {
        margin: 0 0 15px !important;
        padding: 0 20px
    }
}

.gallery {
    margin: 100px 0
}

@media (max-width:576px) {
    .gallery {
        margin: 70px 0
    }
}

.gallery-top {
    height: 530px;
    width: 100%;
    border-top-left-radius: 40px
}

@media (max-width:576px) {
    .gallery-top {
        height: 280px
    }
}

.gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    position: relative;
    background-blend-mode: saturation
}

.gallery-top .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5)
}

.gallery-top .swiper-slide img {
    width: 70%;
    height: 100%;
    object-fit: cover
}

@media (max-width:768px) {
    .gallery-top .swiper-slide img {
        width: 100%
    }
}

.gallery-top .swiper-button-next:hover,
.gallery-top .swiper-button-prev:hover {
    --swiper-navigation-color: #000;
}

.gallery-body {
    padding: 10px 0px 10px 35px;
    background: #656565;
    border-radius: 0 0 0 0px
}

.gallery-body .mb-20 {
    margin-bottom: 20px
}

.gallery-body .mb-20 img {
    margin-right: 15px;
    margin-bottom: 0
}

@media (max-width:576px) {
    .gallery-body {
        display: block !important;
        border-radius: 0 0 0 30px;
        padding: 15px 0
    }

    .gallery-body .w-50 {
        width: 100%
    }
}

.gallery-thumbs {
    height: 80px;
    box-sizing: border-box
}

@media (max-width:576px) {
    .gallery-thumbs {
        height: 60px;
        padding-left: 55px;
    }
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    object-fit: cover;
    background-size: cover;
    opacity: 0.4;
    width: 115px;
    border-radius: 15px 0 0 0;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

/*.journal {
    padding: 255px 0 125px
}*/
.journal {
    padding: 125px 0 125px
}

@media (max-width:576px) {
    .journal {
        padding: 175px 0 80px
    }
}

.journal h1 {
    margin-bottom: 80px;
    position: relative
}

@media (max-width:576px) {
    .journal h1 {
        margin-bottom: 60px
    }
}

.journal h1:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 0;
    width: 70px;
    top: calc(100% + 30px)
}

@media (max-width:576px) {
    .journal h1:after {
        top: calc(100% + 20px)
    }
}

.journal h5 {
    margin-bottom: 50px;
    text-transform: uppercase
}

@media (max-width:576px) {
    .journal h5 {
        margin-bottom: 40px
    }
}

.journal .swiper-container {
    margin-left: -30px
}

@media (max-width:576px) {
    .journal .swiper-container {
        margin-left: 0
    }
}

.journal .swiper-slide-active .card-quotes:after {
    content: "“"
}

.journal .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-left: auto
}

.journal .swiper-pagination.full {
    margin-top: 50px
}

.journal .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 0px 5px;
    background: transparent;
    border: 2px solid #E25A10;
    opacity: 1;
    margin-right: 10px
}

.journal .swiper-pagination-bullet-active {
    background: #E25A10
}

.journal .swiper-button-next,
.journal .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    margin-right: 25px;
    top: 0;
    margin-top: 20px
}

.journal .swiper-button-next.full,
.journal .swiper-button-prev.full {
    margin-top: 50px
}

.journal .swiper-button-next:after,
.journal .swiper-button-prev:after {
    font-family: "Basier Circle";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase !important
}

.journal .swiper-button-next:focus,
.journal .swiper-button-prev:focus {
    outline: none
}

.journal .swiper-button-next {
    left: 0;
    right: 0
}

.journal .swiper-button-prev {
    left: 0
}

.prespective {
    padding: 125px 0
}

@media (max-width:576px) {
    .prespective {
        padding: 80px 0
    }
}

.prespective h1 {
    margin-bottom: 80px;
    position: relative
}



.contact {
    padding: 255px 0 125px
}

section.portfolio.overlay-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 0.15);
}

@media (max-width:576px) {
    .contact {
        padding: 175px 0 80px
    }
}

.contact h1 {
    margin-bottom: 60px;
    position: relative
}

@media (max-width:576px) {
    .contact h1 {
        margin-bottom: 45px
    }
}

.contact h1:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    width: 70px;
    top: calc(100% + 20px)
}

.contact p {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin-bottom: 0px 
}

@media (max-width:576px) {
    .contact p {
        font-size: 14px
    }
}

.career-list {
    position: relative;
    margin-bottom: 50px
}

.career-list:last-child {
    margin-bottom: 0px
}

.career-list:last-child p {
    margin-bottom: 0px
}

.career-list:last-child:after {
    content: none
}

.career-list:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    top: 100%
}

@media (max-width:576px) {
    .career-list h4 {
        font-size: 18px
    }
}

section.portfolio.overlay-bg {
    background-position: center;
}

section.portfolio.overlay-bg:before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.career-list p {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin-bottom: 50px
}

@media (max-width:576px) {
    .career-list p {
        font-size: 13px
    }
}

.portfolio .container {
    margin-top: 100px
}

.portfolio .container h5 {
    text-transform: uppercase
}

.portfolio .container h1 {
    margin-bottom: 60px;
    position: relative
}

@media (max-width:576px) {
    .portfolio .container h1 {
        margin-bottom: 45px
    }
}

.portfolio .container h1:after {
    content: "";
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;
    width: 70px;
    top: calc(100% + 20px)
}

.portfolio-project {
    padding: 125px 0
}

@media (max-width:576px) {
    .portfolio-project {
        padding: 80px 0
    }
}

.portfolio-project .image-container {
    background-color: black;
    padding: 32px 0;
    border-radius: 0px 40px 0px 40px
}

.portfolio-project .image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

@media (max-width:576px) {
    .portfolio-project .image-container {
        border-radius: 0 30px
    }
}

.portfolio-project .description {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:576px) {
    .portfolio-project .description {
        padding-top: 20px
    }
}

@media (max-width:576px) {
    .portfolio-project .description p {
        margin-bottom: 0
    }
}

@media (max-width:576px) {
    .portfolio-project .description-mobile h5 {
        margin-bottom: 40px
    }
}

.portfolio-text {
    padding: 155px 0 125px
}

@media (max-width:576px) {
    .portfolio-text {
        padding: 70px 0 34px
    }
}

.portfolio-text .title {
    font-weight: bold;
    font-family: "Basier Circle";
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 16px
}

.portfolio-text .title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: #E25A10;
    top: calc(100% + 8px)
}

.portfolio-text .description {
    margin-bottom: 36px;
    font-family: "Basier Circle";
    font-weight: 400
}

.portfolio-text .paragrapgh {
    font-family: "Basier Circle"
}

.portfolio-paragraph {
    padding: 0 0 50px
}

section.portfolio-paragraph.bg-brown-light h3 {
    padding-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
}

section.portfolio-paragraph.bg-brown-light ul li {
    margin-left: 20px;
}

section.portfolio-paragraph.bg-brown-light ol li {
    margin-left: 20px;
}

@media (max-width:576px) {
    .portfolio-paragraph {
        padding: 0
    }
    section.portfolio-paragraph.bg-brown-light h3 {
        padding-bottom: 20px;
        letter-spacing: 1px;
        line-height: 1.2;
    }
}

.portfolio-paragraph .paragrapgh {
    font-family: "Basier Circle"
}

.portfolio-cards {
    padding: 0 0 125px
}

.portfolio-cards .header {
    margin-bottom: 48px
}

.portfolio-cards .header h1 {
    margin-bottom: 12px
}

.portfolio-cards .header a {
    text-transform: uppercase;
    font-size: 12px
}

.portfolio-cards .card {
    background: #70635C;
    border-radius: 0px 40px 0px 40px;
    color: #ffffff;
    width: 100%
}

@media (max-width:576px) {
    .portfolio-cards .card {
        border-radius: 0 30px
    }
}

.portfolio-cards .card .img {
    width: 100%;
    height: 240px;
    border-radius: 0 40px 0 0;
    background: #70635C;
    object-fit: cover
}

@media (max-width:576px) {
    .portfolio-cards .card .img {
        border-radius: 0 30px 0 0
    }
}

.portfolio-cards .card .card-body {
    padding: 24px;
    height: 100%
}

.portfolio-cards .card .card-body .title {
    font-family: "Basier Circle";
    padding-bottom: 60px;
    margin-bottom: 20px;
    position: relative
}

.portfolio-cards .card .card-body .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: #E25A10
}

.portfolio-cards .card .card-body .link {
    text-transform: uppercase;
    font-size: 12px
}

.portfolio-project {
    padding-top: 0
}

.portfolio-project h5 {
    margin-bottom: 50px
}

.portfolio-project .arrow {
    margin-right: 30px
}

.portfolio-project .icon {
    margin-bottom: 30px
}

.portfolio-project .fullscreen {
    font-family: "Basier Circle";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 0
}

.portfolio-project .fullscreen img {
    margin-right: 15px
}

.portfolio-project .description {
    padding-right: 15px
}

@media (max-width:576px) {
    .portfolio-project .description {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:576px) {
    .portfolio-project .image-container img {
        height: auto
    }
}

@media (max-width:768px) {
    .modal__container {
        min-width: auto !important
    }
}

@media (max-width:576px) {
    .modal__container {
        padding: 80px 35px 30px !important;
        display: block !important;
        max-width: calc(100vw - 30px)
    }

    .modal__container .modal__content,
    .modal__container .modal__header {
        width: 100% !important
    }

    .modal__container .modal__close {
        width: auto;
        position: absolute;
        top: 30px;
        right: 30px
    }
}

.modal__container .box {
    height: 240px;
    border-radius: 0 40px;
    background: #61564F;
    object-fit: cover;
    margin-bottom: 30px
}

@media (max-width:576px) {
    .modal__container .box {
        border-radius: 0 30px
    }
}

.modal__container .modal__header {
    display: block !important
}

.modal-profile {
    font-family: "Basier Circle";
    position: relative
}

@media (max-width:576px) {
    .modal-profile {
        padding: 35px !important
    }

    .modal-profile h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px;
        position: relative
    }

    .modal-profile h1:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20%;
        height: 1px;
        top: calc(100% + 15px);
        background-color: #E25A10
    }

    .modal-profile h5 {
        margin-bottom: 40px;
        font-size: 14px
    }

    .modal-profile p {
        font-size: 13px;
        line-height: normal;
        font-family: "Basier Circle"
    }

    .modal-profile .modal__header {
        padding: 0
    }

    .modal-profile .modal__content {
        padding: 0 30px 0 0
    }

    .modal-profile .modal__close {
        top: 35px;
        height: 35px;
        right: 35px;
        padding: 0
    }
}

.portfolio-cards {
    padding: 125px 0
}

@media (max-width:576px) {
    .portfolio-cards {
        padding: 80px 0
    }
}

.portfolio-cards h1 {
    margin-bottom: 30px
}

.portfolio-cards .space {
    margin-bottom: 50px;
    display: block
}

@media (max-width:576px) {
    .portfolio-cards .space {
        display: block;
        margin-bottom: 40px
    }
}

/*

.border-orange:after {
    border-bottom: 3px solid #000;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 200px);
    bottom: 0
}

  
@media (max-width:1441px) {
    .border-orange:after {
        width: calc(100% - 80px)
    }
}

@media (max-width:768px) {
    .border-orange:after {
        width: calc(720px - 30px)
    }
}

@media (max-width:576px) {
    .border-orange:after {
        max-width: 540px;
        width: calc(100% - 30px)
    }
}
    */

.pointer {
    cursor: pointer
}

.search a:hover {
    color: #E25A10
}

.search img {
    margin-left: 15px
}

@media (max-width:576px) {
    .search {
        margin-bottom: 30px
    }
}

#search img {
    position: absolute;
    top: 50%;
    margin: 0;
    right: 0;
    transform: translateY(-50%)
}

footer.footer p {
    padding: 5px;
}

.footer {
    background: #EBECEC;
    padding: 0 40px;
    font-family: "montserrat";
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #262626
}

@media screen and (max-width:768px) {
    .footer {
        padding: 0 20px
    }
}

@media (max-width:576px) {
    .footer {
        font-family: "Basier Circle";
        font-weight: normal;
        font-size: 11px;
        letter-spacing: 0.01em;
        line-height: 18px
    }
}

.footer .logo-footer {
    height: 80px
}

@media (max-width:576px) {
    .footer .logo-footer {
        height: 90px
    }
}

.footer .logo-footer-second {
    height: 35px;
    margin-right: 30px
}

@media (max-width:576px) {
    .footer .logo-footer-second {
        height: 30px;
        margin-right: 0
    }
}

.footer .info {
    padding: 40px 0;
    position: relative
}

@media (max-width:576px) {
    .footer .info {
        padding-bottom: 30px
    }
}

.footer .info:after {
    content: "";
    background-color: #000;
    bottom: 0;
    height: 1px;
    width: calc(100% + 110px);
    left: -55px;
    position: absolute;
}

@media screen and (max-width:768px) {
    /*.footer .info:after {
        left: 0;
        right: 0
    }*/
}

.footer .info .address,
.footer .info .contact {
    padding: 0 20px
}

@media screen and (max-width:576px) {

    .footer .info .address,
    .footer .info .contact {
        padding: 30px 20px;
        text-align: center
    }
}

.footer .info .address p,
.footer .info .contact p {
    margin: 0;
    font-family: "montserrat";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 20px
}

@media (max-width:576px) {

    .footer .info .address img,
    .footer .info .contact img {
        height: 30px
    }
    .contact p a img {
        height: 15px!important;
    }
    .footer .info ul li:nth-child(3) img {
        width: 30px!important;
    }
    .footer .info ul li:nth-child(4) img {
        width: 30px!important;
    }
}

@media (max-width:576px) {
    .footer .info .address {
        padding-bottom: 20px
    }
}

.footer .info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

@media (max-width:576px) {
    .footer .info ul {
        margin-top: 20px
    }
}

.footer .info ul li {
    display: inline-block;
    padding-right: 15px
}

.footer .info ul li:last-child {
    padding-right: 0px
}

.footer .sitemap {
    padding: 20px 0
}

@media screen and (max-width:576px) {
    .footer .sitemap {
        border-bottom: 0px solid #000
    }
}

@media (max-width:576px) {
    .footer .sitemap {
        padding: 20px 0 20px
    }
}

.footer .sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .sitemap ul li {
    display: inline-block;
    padding-right: 25px
}

.footer .sitemap ul li:last-child {
    padding-right: 0px
}

.footer .sitemap ul.list-sitemap {
    width: 378px
}

@media (max-width:576px) {
    .footer .sitemap ul.list-sitemap {
        width: auto
    }
}

.footer .sitemap ul.list-sitemap li {
    padding-right: 35px
}

.footer .sitemap ul.list-sitemap li:last-child {
    padding-right: 0px
}

@media screen and (max-width:768px) {
    .footer .sitemap .logo {
        width: calc(30% - 1rem);
        margin-right: 1rem
    }
}

@media screen and (max-width:576px) {
    .footer .sitemap .logo {
        width: calc(33.33%);
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .footer .sitemap .link {
        width: 70%;
        display: flex;
        flex-wrap: wrap
    }
}

@media screen and (max-width:576px) {
    .footer .sitemap .link {
        width: calc(65%);
        justify-content: space-between
    }

    .footer .sitemap .link:last-child {
        display: none
    }
}

@media screen and (max-width:768px) {
    .footer .sitemap .link .child {
        width: 50%;
        margin-bottom: 1rem
    }
}

@media screen and (max-width:576px) {
    .footer .sitemap .link .child {
        width: 85px
    }

    .footer .sitemap .link .child:nth-child(odd) {
        width: 115px
    }
}

.footer .credit {
    padding: 20px 0
}

.footer a:hover {
    color: #000
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: 1s all ease
}

.navbar-nav {
    width: 100%;
    text-align: center;
    padding: 25px 0 15px;
    margin: 0;
    transition: 1s all ease;
    position: relative;
    left: -20px;
}

.navbar-nav>li {
    display: inline-block;
    float: none;
    text-transform: uppercase
}

.navbar-nav>li.active {
    color: #E25A10
}

.navbar-nav>li>a {
    padding-left: 20px;
    padding-right: 20px
}

.navbar-nav>li>a .logo {
    height: 125px;
    margin: 0 20px;
    transition: 1s all ease
}

.navbar-nav>li>a:hover {
    color: #E25A10
}

html:not([data-scroll="0"]) header {
    background: #70635C
}

html:not([data-scroll="0"]) header .navbar-nav {
    padding: 13px 0
}

html:not([data-scroll="0"]) header .navbar-nav .logo {
    height: 60px
}

html:not([data-scroll="0"]) header .navbar-mobile {
    height: 110px;
    background: #70635C
}

@media (max-width:576px) {
    html:not([data-scroll="0"]) header .navbar-mobile {
        height: 75px
    }
}

html:not([data-scroll="0"]) header .navbar-mobile .logo-wrapper img {
    height: 80px
}

@media (max-width:576px) {
    html:not([data-scroll="0"]) header .navbar-mobile .logo-wrapper img {
        height: 50px
    }
}

html:not([data-scroll="0"]) header .navbar--second {
/*    height: unset;*/
    background: transparent
}

html:not([data-scroll="0"]) header .navbar--second .logo-wrapper img {
    height: unset
}

html:not([data-scroll="0"]) header .navbar--second .nav-text {
    margin-top: unset
}

.navbar-mobile {
    position: fixed;
    z-index: 9988;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 130px;
    transition: opacity 0.5s ease-in;
    opacity: 1
}

@media (max-width:425px) {
    .navbar-mobile {
        height: 110px
    }
}

.navbar-mobile .navbar__child {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media (max-width:425px) {
    .navbar-mobile .navbar__child {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.navbar-mobile #nav-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 1000001;
    display: none;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1250px) {
    .navbar-mobile #nav-icon {
        display: block
    }
}

@media (max-width:1024px) {
    .navbar-mobile #nav-icon {
        width: 35px
    }
}

@media (max-width:827px) {
    .navbar-mobile #nav-icon {
        display: block
    }
}

.navbar-mobile #nav-icon.open {
    left: 35px
}

.navbar-mobile #nav-icon.open span:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    transform: rotate(45deg);
    top: 0;
    background: #4F4F4E
}

.navbar-mobile #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.navbar-mobile #nav-icon.open span:nth-child(3) {
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
    transform: rotate(-45deg);
    top: 25px;
    background: #4F4F4E
}

.navbar-mobile #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFF;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out
}

.navbar-mobile #nav-icon span:first-child {
    top: 0px;
    transform-origin: left center
}

.navbar-mobile #nav-icon span:nth-child(2) {
    top: 12px;
    transform-origin: left center
}

.navbar-mobile #nav-icon span:nth-child(3) {
    top: 24px;
    transform-origin: left center
}

.navbar-mobile .nav-text {
    position: absolute;
    display: none;
    left: 80px;
    z-index: 1000001;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1250px) {
    .navbar-mobile .nav-text {
        display: block
    }
}

@media (max-width:1024px) {
    .navbar-mobile .nav-text {
        left: 70px
    }
}

@media (max-width:827px) {
    .navbar-mobile .nav-text {
        display: block
    }
}

@media (max-width:576px) {
    .navbar-mobile .nav-text {
        left: 60px
    }
    html:not([data-scroll="0"]) header .navbar--second {
        height: unset; 
        background: #ededed;
    }
    .navbar-mobile .logo-wrapper .second-toggle.visible {
        width: 78px;
        height: 100px;
        object-fit: contain;
    }
}

.navbar-mobile .nav-text a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em
}

@media (max-width:767px) {
    .navbar-mobile .nav-text a {
        font-size: 10px
    }
}

.navbar-mobile .nav-text.active {
    left: 75px
}

.navbar-mobile .nav-text.active a {
    color: #E25A10
}

@media (max-width:827px) {
    .navbar-mobile .nav-text .invis {
        display: none
    }
}

@media (max-width:1250px) {
    .navbar-mobile .nav-text .invis {
        display: none
    }
}

.navbar-mobile .logo-wrapper {
    transition: all 0.3s
}

.navbar-mobile .logo-wrapper img {
    width: 84px;
    height: 91px;
    transition: all 0.3s
}

@media (max-width:1024px) {
    .navbar-mobile .logo-wrapper img {
        width: 84px;
        height: 91px;
    }
}

@media (max-width:425px) {
    .navbar-mobile .logo-wrapper img {
        width: unset;
        height: 80px;
        margin-top: 0
    }
}

.navbar-mobile .logo-wrapper .first-toggle {
    display: block
}

.navbar-mobile .logo-wrapper .first-toggle.invisible {
    display: none
}

.navbar-mobile .logo-wrapper .second-toggle {
    display: none
}

.navbar-mobile .logo-wrapper .second-toggle.visible {
    display: block
}

.navbar--second {
    opacity: 1
}

.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #EDEDED;
    overflow-x: hidden;
    transition: opacity 0.5s ease-in;
    overflow-y: scroll;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0
}

.sidenav.activated {
    height: 100%;
    padding-top: 250px;
    z-index: 800;
    opacity: 1
}

@media (max-width:567px) {
    .sidenav.activated {
        padding-top: 150px
    }
}

.sidenav a {
    padding: 40px 0;
    text-decoration: none;
    font-size: 22px;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-top: 1px #E25A10 solid;
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #64666b
}

.sidenav a:last-child {
    border-bottom: 1px #E25A10 solid
}

@media screen and (max-width:425px) {
    .sidenav a {
        padding: 30px 0;
        font-family: "Basier Circle";
        font-weight: normal;
        font-size: 12px;
        letter-spacing: 0.1em;
        color: #64666b
    }
}

@media (min-width:1441px) {
    .container {
        max-width: 1400px
    }
}

.btn {
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    outline: none;
    border: none;
    padding: 0
}

.pagination {
    padding: 0;
    list-style: none;
    font-family: "Basier Circle";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 100px auto auto;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:576px) {
    .pagination {
        margin-top: 80px
    }
}

.pagination li {
    display: inline-block;
    padding: 0 10px
}

.pagination li.active,
.pagination li:focus,
.pagination li:hover {
    color: #E25A10
}

.button-next,
.button-prev,
.pagination-second {
    margin-top: 50px
}

.button-next,
.button-prev {
    position: relative;
    margin-right: 25px;
    cursor: pointer
}

.button-next:after,
.button-prev:after {
    font-family: "Basier Circle";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase !important
}

.button-next:hover:after,
.button-prev:hover:after {
    color: #E25A10
}

.disabled {
    opacity: 0.3
}

.button-prev:after {
    content: "prev"
}

.button-next:after {
    content: "next"
}

.pagination-second {
    margin-left: auto
}

.pagination-second .pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 0px 5px;
    background: transparent;
    border: 2px solid #E25A10;
    opacity: 1;
    margin-right: 10px;
    display: inline-block
}

.pagination-second .pagination-bullet.active {
    background: #E25A10
}

.filds {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 25px
}

.filds input,
.filds textarea {
    width: 100%;
    min-height: 46px;
    border: 0px;
    border-bottom: 1px solid #E25A10;
    transition: border-bottom, box-shadow 0.25s ease-in-out;
    background: transparent;
    color: #ffffff;
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 23px
}

.filds input:focus,
.filds textarea:focus {
    border-bottom: 1px solid #E25A10;
    outline: 1px solid transparent
}

.filds input:focus+label,
.filds textarea:focus+label {
    transform: translateY(-14px) scale(0.8)
}

.filds input::placeholder,
.filds textarea::placeholder {
    color: white
}

.filds input:not(:placeholder-shown)+label,
.filds textarea:not(:placeholder-shown)+label {
    transform: translateY(-14px) scale(0.8)
}

.filds label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    color: #ffffff;
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 23px;
    transform: translateY(18px);
    transition: transform 0.25s ease-in-out;
    transform-origin: 0% 100%;
    transition: 0.2s ease all
}

.filter .select {
    margin-bottom: 0;
    min-height: 55px
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 46px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E25A10
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.2s ease-in;
    font-size: 17px;
    transform: translateY(10px)
}

.select-styled:after {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 10px;
    background: url(../images/ic-arrow-right.svg);
    transform: rotate(90deg)
}

.select-styled.active:after,
.select-styled:active:after {
    transform: rotate(-90deg)
}

.filter .select-styled {
    transform: translateY(18px)
}

.select-options {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 5px;
    list-style: none;
    background-color: #61564F;
    border-radius: 0 20px;
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px
}

@media (max-width:576px) {
    .select-options {
        border-radius: 0 15px
    }
}

.select-options li {
    margin: 0;
    padding: 10px 0;
    text-indent: 15px;
    transition: all 0.15s ease-in
}

.select-options li:hover {
    color: #E25A10
}

.select-options li[rel=hide] {
    display: none
}

.dropdown {
    position: relative;
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    transition: transform 0.15s ease-in-out 0.15s
}

.dropdown .dropdown-list {
    padding: 15px;
    background-color: #61564F;
    border-radius: 0 0 0 20px;
    position: absolute;
    top: 100%;
    left: 1px;
    right: 1px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: all 0.3s ease-in-out;
    max-height: 66vh;
    overflow-y: scroll
}

@media (max-width:576px) {
    .dropdown .dropdown-list {
        border-radius: 0 0 0 15px
    }
}

.dropdown .dropdown-option {
    display: block;
    padding: 0 0 0 26px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    position: relative;
    margin: 0 0 20px
}

.dropdown .dropdown-option:last-child {
    margin: 0
}

.dropdown .dropdown-option label:before {
    content: "";
    border-radius: 0px 4px;
    background: transparent;
    border: 2px solid #E25A10;
    position: absolute;
    height: 13px;
    width: 13px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.dropdown .dropdown-label {
    display: block;
    height: 46px;
    border-bottom: 1px solid #E25A10;
    padding: 15px 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out
}

.dropdown .dropdown-label:before {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/ic-arrow-right.svg);
    transform: translateY(-50%) rotate(90deg)
}

.dropdown.on .dropdown-label {
    background-color: #61564F;
    border-bottom: 0;
    border-radius: 0 20px 0 0;
    padding: 15px
}

@media (max-width:576px) {
    .dropdown.on .dropdown-label {
        border-radius: 0 15px 0 0
    }
}

.dropdown.on .dropdown-label:before {
    right: 15px
}

.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
    z-index: 1
}

.dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s
}

.dropdown.on .dropdown-label:before {
    transform: translateY(-50%) rotate(-90deg)
}

.dropdown [type=checkbox] {
    position: absolute;
    top: -1px;
    margin-right: 13px;
    opacity: 0
}

.dropdown [type=checkbox]:checked+label:before {
    background: #E25A10
}

.filter .dropdown {
    width: 200px;
    margin-right: 20px
}

@media (max-width:992px) {
    .filter .dropdown {
        width: 100%
    }
    #back-to-top.show{
        display: none;
    }
}

@media (max-width:576px) {
    .filter .dropdown {
        margin-bottom: 30px
    }
}

.card-work {
    background: #414c66;
    border-radius: 40px 0px 0px 0px;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column
}

@media (max-width:576px) {
    .card-work {
        border-radius: 30px 0px 0px 0px
    }
}

.card-work img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 40px 0px 0px 0px
}

@media (max-width:576px) {
    .card-work img {
        border-radius: 30px 0 0 0
    }
}

.card-work .body {
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.card-work .body .title {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 32px;
    margin-bottom: 50px;
    position: relative
}

.card-work .body .title:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    width: 50px;
    top: calc(100% + 25px)
}

.card-work .body .more {
    margin-top: auto
}

.card-work.brown-light {
    background: #70635C
}

.card-daily {
    background: #70635C;
    border-radius: 0px 40px 0px 40px;
    color: #ffffff;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:768px) {
    .card-daily {
        width: 95%
    }
}

@media (max-width:576px) {
    .card-daily {
        border-radius: 0 30px 0 30px;
        height: auto;
    }
}

.card-daily:first-child {
    margin-right: 15px
}

.card-daily:last-child {
    margin-left: 15px
}

.card-daily:after {
    content: "“";
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 70px;
    letter-spacing: 0.02em;
    line-height: 26px;
    position: absolute;
    top: 115px;
    left: -10px
}

@media (max-width:576px) {
    .card-daily:after {
        left: -15px;
        font-size: 80px
    }
}

.card-daily .body {
    padding: 30px
}

.card-daily .body .date {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 23px;
    color: #fff;
    margin-bottom: 40px;
    position: relative
}

.card-daily .body .date:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 0;
    width: 50px;
    bottom: -10px;
}

.card-daily .body .content {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 26px
}

.card-jurnal {
    background: #656565;
    border-radius: 40px 0px 0px 0px;
    display: flex;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    color: #ffffff
}

@media (max-width:992px) {
    .card-jurnal {
        width: 100%
    }
}

@media (max-width:576px) {
    .card-jurnal {
        border-radius: 0 30px 0 30px
    }
}

.card-jurnal:nth-child(odd) {
    margin-right: 15px
}

@media (max-width:992px) {
    .card-jurnal:nth-child(odd) {
        margin-right: 0
    }
}

.card-jurnal:nth-child(2n) {
    margin-left: 15px
}

@media (max-width:992px) {
    .card-jurnal:nth-child(2n) {
        margin-left: 0
    }
}

.card-jurnal img {
    width: 205px;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 0px 0px 0px
}

@media screen and (max-width:768px) {
    .card-jurnal img {
        width: 146px
    }
}

@media (max-width:576px) {
    .card-jurnal img {
        border-radius: 0 0 0 30px
    }
}

.card-jurnal .body {
    padding: 30px
}

@media screen and (max-width:768px) {
    .card-jurnal .body {
        padding: 25px
    }
}

.card-jurnal .body .date {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 23px;
    margin-bottom: 20px
}

.card-jurnal .body .content {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin-bottom: 40px
}

@media screen and (max-width:768px) {
    .card-jurnal .body .content {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.card-quotes {
    background: #61564F;
    border-radius: 0px 40px;
    color: #ffffff;
    padding: 30px 50px 30px 60px;
    position: relative;
    margin: 0 -30px 40px 30px;
    width: calc(100% - 140px)
}

@media (max-width:576px) {
    .card-quotes {
        padding: 20px 20px 20px 30px;
        margin: 0 0 20px 15px;
        width: calc(100% - 80px);
        border-radius: 0 30px 0 30px
    }
}

.card-quotes:last-child {
    margin-bottom: 0
}

.card-quotes:after {
    content: none;
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 100px;
    letter-spacing: 0.02em;
    line-height: 26px;
    position: absolute;
    top: 50px;
    left: -20px
}

@media (max-width:576px) {
    .card-quotes:after {
        left: -15px;
        font-size: 80px
    }
}

.card-quotes .content {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 26px;
    margin-bottom: 40px;
    position: relative
}

@media (max-width:576px) {
    .card-quotes .content {
        font-size: 16px;
        margin-bottom: 50px
    }
}

.card-quotes .content:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 0;
    width: 100px;
    top: calc(100% + 20px)
}

@media (max-width:576px) {
    .card-quotes .content:after {
        top: calc(100% + 25px)
    }
}

.card-quotes .author {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 18px
}

@media (max-width:576px) {
    .card-quotes .author {
        font-size: 13px
    }
}

.card-prespective .info p {
    padding-top: 20px;
}

.card-prespective {
    background: #656565;
    border-radius: 40px 0px 0px 0px;
    display: flex;
    margin-bottom: 30px;
    color: #ffffff
}

@media (max-width:576px) {
    .card-prespective {
        margin-bottom: 15px;
        border-radius: 0 30px 0 30px
    }
}

.card-prespective:last-child {
    margin-bottom: 0px
}

.card-prespective img {
    width: 260px;
    height: auto;
    object-fit: cover;
    border-radius: 40px 0px 0px 0px
}

@media (max-width:992px) {
    .card-prespective img {
        width: 200px
    }
}

@media (max-width:576px) {
    .card-prespective img {
        width: 125px;
        border-radius: 0 0 0 30px
    }
}

.card-prespective .body {
    padding: 35px 35px 35px 60px
}

@media (max-width:992px) {
    .card-prespective .body {
        padding: 25px
    }
}

@media (max-width:576px) {
    .card-prespective .body {
        padding: 20px
    }
}

.card-prespective .body .info {
    height: 100%;
    width: 100%;
    padding-left: 40px
}

@media (max-width:992px) {
    .card-prespective .body .info {
        padding-right: 20px
    }
}

@media (max-width:576px) {
    .card-prespective .body .info {
        width: 100%;
        padding-right: 0
    }
}

.card-prespective .body .info .date {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 23px
}

@media (max-width:576px) {
    .card-prespective .body .info .date {
        margin-bottom: 15px;
        font-size: 12px
    }
}

.card-prespective .body .info .title {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin-bottom: 65px
}

@media (max-width:576px) {
    .card-prespective .body .info .title {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.card-prespective .body .content {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    width: 50%
}

@media (max-width:576px) {
    .card-prespective .body .content {
        display: none
    }
}

.card-media {
    margin-bottom: 50px;
    position: relative;
    width: 310px
}

.card-media:before {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 350px;
    width: 310px;
    border-radius: 0px 40px 0px 40px
}

@media (max-width:992px) {
    .card-media:before {
        height: 250px;
        width: 100%
    }
}

@media (max-width:576px) {
    .card-media:before {
        height: 220px;
        border-radius: 0 30px 0 30px
    }
}

@media (max-width:992px) {
    .card-media {
        width: 100%
    }
}

.card-media:hover:before {
    content: none
}

@media (max-width:576px) {
    .card-media {
        margin-bottom: 40px
    }
}

.card-media img {
    border-radius: 0 40px;
    height: 350px;
    width: 310px;
    object-fit: cover;
    margin-bottom: 30px
}

@media (max-width:992px) {
    .card-media img {
        height: 250px;
        width: 310px
    }
}

@media (max-width:576px) {
    .card-media img {
        height: 220px;
        margin-bottom: 20px;
        width: 100%;
        border-radius: 0 30px 0 30px
    }
}

.card-media .category {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    position: relative
}

@media (max-width:576px) {
    .card-media .category {
        font-size: 14px;
        margin-bottom: 30px
    }
}

.card-media .category:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 0;
    width: 50px;
    top: calc(100% + 20px)
}

@media (max-width:576px) {
    .card-media .category:after {
        top: calc(100% + 15px)
    }
}

.card-media .title {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 32px;
    margin-bottom: 20px
}

@media (max-width:576px) {
    .card-media .title {
        font-size: 16px;
        margin-bottom: 15px;
        width: 326px;
        line-height: 22px
    }
}

.card-media .date {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin-bottom: 0
}

@media (max-width:576px) {
    .card-media .date {
        font-size: 13px
    }
}

.card-media.works .category {
    margin-bottom: 20px
}

@media (max-width:576px) {
    .card-media.works .category {
        margin-bottom: 15px
    }
}

.card-media.works .category:after {
    content: none
}

.card-media.works .title {
    margin-bottom: 0
}

.card-client {
    padding: 10px 20px;
    height: 150px;
    flex: 0 0 calc(20% - 16px);
    border-radius: 20px 0px 0px 0px;
    background: #EBECEC;
    margin: 0 8px 15px
}

@media (min-width:1441px) {
    .card-client {
        flex: 0 0 calc(16.6666666667% - 16px)
    }
}

@media (max-width:992px) {
    .card-client {
        flex: 0 0 calc(25% - 16px)
    }
}

@media (max-width:576px) {
    .card-client {
        flex: 0 0 calc(50% - 20px);
        margin: 0 5px 10px
    }

    .card-client:nth-child(2n) {
        margin-right: 15px
    }

    .card-client:nth-child(odd) {
        margin-left: 15px
    }
}

.card-client:hover {
    background: #ffffff
}

.card-client img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    filter: grayscale(100%);
    transition: 0.3 all ease;
    mix-blend-mode: multiply
}

.card-client img:hover {
    filter: grayscale(0%)
    
}

.card-milestone {
    background: #61564F;
    border-radius: 0px 40px 0px 40px;
    color: #ffffff;
    height: 100%;
    position: relative;
}

@media (max-width:576px) {
    .card-milestone {
        border-radius: 0 30px 0 30px
    }
}

.card-milestone .box,
.card-milestone img {
    height: 250px;
    border-radius: 0 40px 0 0;
    background: #919191;
    object-fit: cover
}

@media (max-width:576px) {

    .card-milestone .box,
    .card-milestone img {
        border-radius: 0 30px 0 0
    }
}

.card-milestone .body {
    padding: 30px
}

.card-milestone .body .year {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 30px
}

.card-team {
    color: #ffffff;
    margin-bottom: 50px;
    flex: 0 0 calc(20%);
    padding-right: 15px;
    padding-left: 15px;
    position: relative
}

.card-team:before {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    height: 240px;
    border-radius: 0 40px
}

@media (max-width:576px) {
    .card-team:before {
        border-radius: 0 30px 0 30px
    }
}

.card-team:hover:before {
    content: none
}

@media screen and (max-width:768px) {
    .card-team {
        flex: 0 0 calc(50%) !important
    }
}

@media (max-width:992px) {
    .card-team {
        flex: 0 0 calc(25%)
    }
}

@media screen and (max-width:576px) {
    .card-team {
        margin-bottom: 40px
    }
}

.card-team .box,
.card-team img {
    height: 240px;
    border-radius: 0 40px;
    background: #61564F;
    width: 100%;
    object-fit: cover
}

@media (min-width:1440px) {
    .card-team:before {
        height: 330px;
    }

    .card-team .box,
    .card-team img {
        height: 330px;
    }

}

@media (max-width:576px) {

    .card-team .box,
    .card-team img {
        border-radius: 0 30px 0 30px
    }
}

.card-team .body {
    padding-top: 20px
}

.card-team .body .name {
    font-family: "Calendas Plus";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative
}

@media screen and (max-width:576px) {
    .card-team .body .name {
        font-size: 18px;
        line-height: 26px
    }
}

.card-team .body .name:after {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: 0;
    width: 50px;
    top: calc(100% + 15px)
}

.card-team .body .position {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px
}

@media screen and (max-width:576px) {
    .card-team .body .position {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0
    }
}

.modal {
    font-family: "Calendas Plus"
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999
}

.modal__container {
    background-color: #70635C;
    padding: 70px 55px;
    min-width: 800px;
    max-height: 100vh;
    border-radius: 0 40px 0 40px;
    box-sizing: border-box;
    display: flex
}

.modal__header {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 0 15px;
    color: white
}

.modal__header h5 {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase
}

.modal__header a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px
}

.modal__close {
    width: 8%;
    padding: 0 20px
}

.modal__close .close {
    cursor: pointer;
    background: transparent;
    border: 0
}

@media screen and (max-width:576px) {
    .modal__close .close {
        width: 20px;
        height: 20px
    }
}

.modal__close .close img {
    object-fit: contain
}

.modal__content {
    width: 52%;
    height: 400px;
    overflow-y: auto;
    padding: 0 60px 0 15px;
    line-height: 1.5;
    color: white
}

.modal__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #61564F;
    background-color: #61564F;
    border-radius: 4px
}

.modal__content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #61564F;
    border-radius: 4px
}

.modal__content::-webkit-scrollbar-thumb {
    background-color: #E25A10;
    border: 2px solid #E25A10;
    border-radius: 4px
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform
}

/*New Style*/
.empty-career h3 {
    display: inline-block;
    border-bottom: 1px solid #e25a10;
    padding-bottom: 5px;
}

.empty-career {
    text-align: center;
    width: 100%;
}

.contact a:hover {
    text-decoration: underline;
    text-decoration-color: #000;
}

.ml-auto iframe {
    margin-top: 30px;
}

.prespective {
    padding-top: 225px;
}
/*
.award .award-list ul li .btn {
    margin-top: 30px;
    display: inline-block;
}
*/
.award .award-list ul li .btn {
    margin-top: 0;
    display: inline-block;
    line-height: normal;
}
.service-modal-section .modal__container.container {
    width: 700px;
    min-width: 700px;
}

.service-modal-section .modal__header {
    width: 100%;
}

.service-modal-section .modal__close {
    width: 10%;
}

.service-modal-section .modal__close:hover .close:after {
    width: 100%;
    height: 100%;
    background-size: 100% 85%;
    top: 2px;
}

.navbar-mobile.d-block.d-lg-none.navbar--second,
.navbar-mobile #nav-icon.open,
.navbar-mobile .nav-text.active {
    display: block !important;
}

.navbar-mobile #nav-icon.open span:nth-child(3) {
    top: 21px;
}

.navbar-mobile.d-block.d-lg-none.navbar--second .navbar-mobile .logo-wrapper img {
    width: 92px;
    height: 98px;
}

.back-to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    border-radius: 10px 0 0 0;
    border: 2px solid #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

.back-to-top-btn a {
    color: #fafafa;
    display: block;
    padding: 7px 11px;
    background-color: #000;
    border-radius: 10px 0 0 0;
}

.back-to-top-btn img {
    margin-left: 15px;
    transform: rotate(-90deg);
    width: 30px;
}

.content-slider-home {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 900px;
    left: 50%;
}

.content-slider-home h1 {
    font-size: 60px;
    position: relative;
    margin-bottom: 65px;
}

.content-slider-home p {
    font-family: "Basier Circle";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin: 0 auto;
    margin-bottom: 33px;
    width: 600px;
}

.content-slider-home h1:before {
    content: "";
    border-bottom: 1px solid #E25A10;
    position: absolute;
    left: calc(50% - 73px);
    width: 70px;
    transform: translate(50%, 0);
    bottom: -30px;
}

#homeSlide .swiper-slide:before {
    content: '';
    background-color: rgb(0 0 0 / 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}

#homePagination {
    bottom: 40px;
    width: auto;
    left: 50%;
    transform: translate(-60%, 0);
}

#homePagination span.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 0px 5px;
    background: transparent;
    border: 2px solid #E25A10;
    opacity: 1;
    margin-right: 10px;
}

#homePagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E25A10;
}

.footer .info ul li:nth-child(3) img {
    width: 21px;
}
.footer .info ul li:nth-child(4) img {
    width: 21px;
}

.footer .info ul li:nth-child(5) img {
    width: 22px;
}

.contact p a img {
    width: 15px;
}

body.no-scroll .back-to-top-btn {
    display: none;
}
body.no-scroll {
    overflow: hidden;
}
.sidenav.activated {
    padding-top: 145px;
}
.press-kit .container {
    max-width: 1259px;
}
.press-kit .container h5 {
    margin-left: 103px;
    text-transform: uppercase;
    margin-bottom: 42px;
}
.press-kit .container h1 {
    margin-left: 103px;
    margin-bottom: 77px;
}
section.press-kit.bg-brown-light {
    padding: 117px 0;
}
.grid-press-kit-item {
    float: left;
    width: 19%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 19px;
}
.grid-press-kit-item a {
    display: block;
}
.grid-press-kit-item img {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.press-kit-content {
    width: 100%;
    padding: 35px;
    background-color: #61564f;
    margin-bottom: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.press-kit-content-title {
    float: left;
    width: calc(100% - 600px);
    position: relative;
}
.grid-img-select {
    width: 33.3333333333333333%;
    float: left;
    padding: 7px;
}
.press-kit-content-list {
    float: left;
    width: 600px;
    max-height: 500px;
    overflow-x: auto;
}
.press-kit-content-list .row {
    margin: 0;
}
.grid-img-select img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
.grid-img-select input {
    display: none;
    padding: 0;
    width: auto;
    background-color: inherit;
    margin-bottom: 0;
    float: none;
}
.press-kit-content .row {
    margin: 0;
}
.grid-img-select label {
    display: block;
    cursor: pointer;
    position: relative;
}
.grid-img-select input[type="checkbox"]:checked + label:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.25);
}
.grid-img-select label:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    border: 3px solid #e25a10;
    background-size: 100%;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: transparent;
    z-index: 0;
}
.grid-img-select input[type="checkbox"]:checked + label:after{
    background-color: #e25a10;
}
.press-kit-content-list::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.press-kit-content-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgb(62 62 62); 
    -webkit-border-radius: 5px;
    background-color:rgb(255 255 255 / 0.2)
;    border-radius: 5px;
}
/* Handle */
.press-kit-content-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgb(226 90 16); 
    -webkit-box-shadow: inset 0 0 2px rgb(226 90 16); 
}
.press-kit-content-list::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(226 91 18); 
}
.bottom-content-press {
    position: absolute;
    bottom: 0;
}
.bottom-content-press span.btn.more {
    display: block;
    margin-top: 22px;
}
.bottom-content-press span {
    display: inline-block;
    position: relative;
    top: 1px;
}
.bottom-content-press .form-wrapper-press {
    display: inline-block;
    margin-right: 20px;
}
.form-wrapper-press input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    border: 3px solid #e25a10;
    background-size: 100%;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: transparent;
    appearance: none;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
}
.form-wrapper-press input[type="checkbox"]:checked{
    background-color: #e25a10;
}
.bottom-content-press .form-wrapper-press label {
    vertical-align: middle;
    margin-left: 7px;
    position: relative;
    cursor: pointer;
    top: 1px;
}
div#portofolioContainner {justify-content: unset!important;}
div#portofolioContainner .col-xxl-3.col-xl-auto.col-md-4 {
    padding: 0 40px;
}
@media (max-width: 1200px){
    .service-home:before{
        width: 46%;
    }
}
@media (max-width: 1150px){
    div#portofolioContainner .col-xxl-3.col-xl-auto.col-md-4 {
        padding: 0 10px;
    }
}
.hidden-tablet{
    display: flex;
}
.hidden-desktop{
    display: none;
}
.hidden-all{
    display: none;
}
@media (max-width: 1025px){
    .navbar-mobile #nav-icon.open span:nth-child(3){
        top: 25px;
    }
    .card-work .body{
        height: auto;
    }
    .card-work .body .title {
        margin-bottom: 30px;
    }
    .card-work .body .title:after {
        top: calc(100% + 0px);
    }
    .hidden-tablet{
        display: none;
    }
    .hidden-desktop{
        display: flex;
    }
    .hidden-mobile{
        display: block;
    }
    .col-12.d-flex.flex-column .address, .col-12.d-flex.flex-column .contact {
        padding: 0 20px;
        text-align: center;
    }
    .a-footer-bottom-left a {
        float: left;
    }

    .a-footer-bottom-left {
        float: left;
        width: 420px;
    }
    .a-footer-bottom-right {
        text-align: left;
        width: 394px;
        position: relative;
    }
    .a-footer-bottom-right a {
        float: left;
        width: 51%;
    }
    .a-footer-bottom-right a:last-child {
        float: left;
        width: auto;
        position: absolute;
    }
    .a-footer-bottom-left a {
        float: left;
        width: 133px;
        padding-right: 10px;
    }
}
@media (max-width: 950px) {
    .content-slider-home {
        width: 90%;
    }
    .press-kit .container h1 {
        margin-left: 0;
    }
    .press-kit-content-title {
        float: left;
        width: calc(100% - 400px);
        position: relative;
    }
    .press-kit-content-list {
        float: left;
        width: 400px;
        max-height: 500px;
        overflow-x: auto;
    }
    .grid-img-select img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 900px) {
    .a-footer-bottom-right {
        width: calc(100% - 420px);
    }
}

@media (max-width: 770px) {
    .content-slider-home p {
        width: 90%;
    }

    .content-slider-home h1 {
        font-size: 30px;
        line-height: normal;
    }

    .content-slider-home h1:before {
        left: 28%;
    }
    .hidden-all{
        display: flex;
    }
    .hidden-mobile{
        display: none;
    }
    .a-footer-bottom-left {
        float: left;
        width: 370px;
    }
    .footer .sitemap .logo {
        width: 88px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .a-footer-bottom-left a {
        float: left;
        width: 123px;
        padding-right: 10px;
        margin-bottom: 2px;
        font-size: 11px;
    }
    .mobile-menus {
        float: left;
        width: auto;
        margin-bottom: 5px;
        font-size: 10px;
        margin-right: 12px;
    }
    .credit.hidden-all {
        position: relative;
        padding-bottom: 8px;
    }
    .credit.hidden-all:before {
        content: "";
        background-color: #000;
        top: 2px;
        height: 1px;
        width: calc(100% + 110px);
        left: -55px;
        position: absolute;
    }
}

@media (max-width: 768px) {
    .service-home:before,
    .story-vision:before{
        display: none;
    }
    div#portofolioContainner .col-xxl-3.col-xl-auto.col-md-4 {
        padding: 0 15px;
    }
    .press-kit-content-title {
        float: left;
        width: 100%;
        position: relative;
        height: 190px;
        margin-bottom: 40px;
    }
    .press-kit-content-list {
        float: left;
        width: 100%;
        max-height: 500px;
        overflow-x: auto;
    }
    .grid-img-select img {
        width: 100%;
        height: auto;
    }
    .grid-press-kit-item {
        float: left;
        width: 32.33333333%;
    }
    .press-kit-content {
        width: 100%;
        padding: 20px;
    }
}
@media (max-width: 567px) {
    .story-vision {
        padding-bottom: 50px;
    }
    #portofolioContainner {
        padding: 0 15px;
    }
    .grid-img-select {
        width: 50%;
        float: left;
        padding: 8px;
    }
    section.portfolio-cards.bg-brown .col-xxl-3.col-xl-4.col-md-6:last-child {
        margin-top: 30px;
    }
}

@media (max-width: 360px) {
    .a-footer-bottom-left a {
        float: left;
        width: 95px;
        padding-right: 2px;
        margin-bottom: 2px;
        font-size: 9px;
    }
    .footer .sitemap .logo {
        width: 82px;
        margin-right: 10px;
    }
    .a-footer-bottom-left {
        float: left;
        width: 284px;
    }
}
/*End Style*/
/* Turu dek */