@font-face {
    font-family: Arya-Doble;
    src: url("../fonts/Arya-Doble.otf");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Arya", sans-serif;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    font-family: Arya-Doble;
}

p:last-child {
    margin-bottom: 0;
}

a,
span {
    margin: 0px;
    padding: 0px;
    color: #fff;
    transition: 0.4s;
}

img {
    max-width: 100%;
}

.mb0 {
    margin-bottom: 0px !important;
}

.container {
    max-width: 1305px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
}

.banner_wrap {
    height: 700px;
    position: relative;
    overflow: hidden;
}

.banner_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 20, 46, 0), rgba(0, 20, 46, 1));
}

.banner_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    /* start size */
    transform-origin: center;
    will-change: transform;
    animation: heroZoom 6s ease-out forwards;
    backface-visibility: hidden;
}

@keyframes heroZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }

    /* ~8% zoom */
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
    .banner_wrap img {
        animation: none;
    }
}

.middle__wrap {
    position: relative;
    padding: 50px 0 70px;
    background-color: #ff8347;
}

.middle__wrap .container {
    max-width: 1440px;
    padding: 0 78px;
    position: relative;
    background-repeat: no-repeat;
}

.middle__wrap .container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}

.white_dots_bg::after {
    background-image: url("../images/white_dots.png");
    width: 1440px;
    height: 961px;
    top: -173px !important;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
}

.cycle__grid {
    position: relative;
    z-index: 55;
}

.heading_title h1 {
    color: #fff;
    font-size: 96px;
    line-height: 100%;
    font-family: Arya-Doble;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 1080px;
}

.cycle__grid {
    position: relative;
    z-index: 55;
}

.brand__img {
    width: 394px;
    border: 5px solid #FF8247;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 55px;
    height: 488px;
    z-index: 55;
}

.brand__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.brand__img:hover img {
    transform: scale(1.03);
}

.brand_content {
    background-color: #00142E;
    width: 922px;
    border-radius: 50px;
    padding: 80px 110px 100px 80px;
    margin-left: auto;
    position: relative;
}

.brand_content::before {
    content: "";
    position: absolute;
    top: -250px;
    right: -40px;
    background-image: url("../images/cycle-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 472px;
    height: 293px;
}

.brand_content p {
    color: #fff;
    font-size: 32px;
    font-family: "Arya", sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}


.middle__wrap .heading_title h2 {
    color: #fff;
    text-align: right;
    max-width: 1100px;
    margin-left: auto;
    font-size: 70px;
    line-height: 80px;
    font-family: Arya-Doble;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 666;
    position: relative;
    margin-top: -40px;
    letter-spacing: 1px;
}


.yellow_dots_bg {
    display: flex;
    align-items: center;
    margin-top: -60px;
    z-index: 55;
}

.yellow_dots_bg::after {
    background-image: url("../images/yellow_dots_bg.png");
    width: 1440px;
    height: 961px;
    top: -110px !important;
    background-repeat: no-repeat;
    right: 50px;
}

.yellow_dots_bg>div {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #ff5c3b, #f9e457);
    border-radius: 50px;
    padding: 5px;
    z-index: 555;
}

.bike_frame {
    width: 610px;
    height: 695px;
    margin-left: 60px;
}

.gradent_bg {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.gradent_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.gradent_bg:hover img {
    transform: scale(1.03);
}

.bike_frame2 {
    width: 410px;
    height: 455px;
    margin-left: auto;
    margin-right: 60px;
}




.program__wrap .container {
    display: flex;
}

.program__wrap .container>div {
    width: 50%;
    padding-top: 115px;
    padding-bottom: 115px;
}

.blue_box {
    background-color: #00142d;
    position: relative;
}

.blue_box::before {
    content: "";
    position: absolute;
    left: -199%;
    width: 200%;
    top: 0;
    bottom: 0;
    background-color: #00142d;
}

.blue_box h2 {
    color: #fff;
    font-size: 95px;
    line-height: 105px;
    max-width: 500px;
    position: relative;
    z-index: 55;
}

.white_box {
    padding-left: 80px;
}

.white_box ul {
    max-width: 560px;
}

.white_box ul li {
    color: #00142E;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 34px;
}

.white_box ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
}





.tabs__wrap {
    background-color: #b0b6c4;
    padding: 140px 0 180px;
    background-image: url("../images/tab_bg.png");
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: center;
}

.tabs__wrap .container {
    padding: 0 40px;
    display: flex;
}

.tabs__wrap .container ul {
    width: 41%;
    border: none;
    background-color: transparent;
}

.tabs__wrap .container .tabs-content {
    width: 59%;
    border: none;
    background-color: transparent;
    padding-left: 100px;
    padding-top: 30px;
}

.tabs__wrap .container .tabs-content>div {
    padding: 0px;
}

.tabs__wrap .tabs-content ul {
    width: 100%;
}

.tabs__wrap .tabs-content ul li {
    font-size: 32px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.tabs__wrap .tabs-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
}

.tabs__wrap ul li a {
    color: #00142E;
    font-size: 27px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 20px 0px;
    min-height: 110px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-bottom: 1px solid #000;
    position: relative;
}

.tabs__wrap ul li a::after {
    content: "";
    position: absolute;
    top: 45px;
    right: 10px;
    background-image: url("../images/tab-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 11px;
    height: 16px;
    transition: 0.3s;
    opacity: 0;
}

.tabs__wrap ul li a:focus {
    color: #00142E;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.tabs__wrap ul li a:hover {
    color: #00142E;
    background-color: transparent;
}

.tabs__wrap ul li.is-active a {
    background-color: transparent;
    color: #00142E;
    font-weight: 700;
}

.tabs__wrap ul li.is-active a::after {
    opacity: 1;
}








.our_product {
    position: relative;
    padding: 65px 0px;
    background-color: #fff;
}

.our_product h2 {
    color: #00142E;
    font-size: 95px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 95px;
    margin-bottom: 40px;
}

.item_row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.item_col {
    width: 33.3333%;
    padding: 20px;
}

.product_box {
    border: 5px solid #FC9B48;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_box img {
    transition: 0.4s;
    width: 100%;
}

.product_box:hover img {
    transform: scale(1.05);
}

.view_details {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-image: url("../images/gradent_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: 0.4s;
}

.product_box:hover .view_details {
    opacity: 1;
}

.view_details a {
    color: #000;
    font-size: 22px;
    text-decoration: underline;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.view_details a:hover {
    text-decoration: none;
}





.Holidays__wrap {
    position: relative;
}

.full_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.Holidays_content {
    position: relative;
    z-index: 55;
    padding: 95px 20px;
}

.Holidays_inner_content {
    max-width: 1108px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #D9D9D9F5;
    border-radius: 50px;
    padding: 70px 50px 45px;
}

.Holidays_inner_content h2 {
    color: #000;
    font-size: 48px;
    margin-bottom: 35px;
    line-height: 60px;
}

.Holidays_inner_content p {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    max-width: 770px;
    margin: 0 auto 20px;
}

.Holidays_inner_content p a {
    display: inline-block;
    color: #000;
}

.Holidays_inner_content p a:hover {
    color: #FF8247;
}




/***********************/


@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1300px;
    }

    .middle__wrap .container {
        max-width: 1300px;
        padding: 0 35px;
    }

    .banner_wrap {
        height: 600px;
    }

    .heading_title h1 {
        font-size: 70px;
        max-width: 750px;
    }

    .brand__img {
        width: 345px;
        height: 400px;
    }

    .brand_content p {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .white_dots_bg::after {
        width: 1300px;
        height: 860px;
        top: -155px !important;
        background-size: contain;
    }

    .yellow_dots_bg::after {
        width: 1300px;
        height: 860px;
        top: -40px !important;
        right: 20px;
        background-size: contain;
    }

    .bike_frame2 {
        width: 370px;
        height: 415px;
        margin-right: 30px;
    }

    .bike_frame {
        width: 570px;
        height: 655px;
        margin-left: 30px;
    }

    .middle__wrap .heading_title h2 {
        max-width: 950px;
        font-size: 50px;
        line-height: 60px;
        margin-top: -10px;
    }

    .program__wrap .container>div {
        padding-top: 95px;
        padding-bottom: 75px;
    }

    .blue_box h2 {
        font-size: 70px;
        line-height: 80px;
        max-width: 440px;
    }

    .white_box ul li {
        font-size: 22px;
        margin-bottom: 18px;
        line-height: 30px;
    }

    .tabs__wrap {
        padding: 90px 0 120px;
        background-size: 1000px;
    }

    .tabs__wrap ul li a {
        font-size: 24px;
        padding: 15px 0px;
        min-height: 95px;
    }

    .tabs__wrap ul li a::after {
        top: 40px;
    }

    .tabs__wrap .tabs-content ul li {
        font-size: 25px;
    }

    .our_product h2 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 40px;
    }

    .Holidays_inner_content {
        max-width: 1000px;
        width: 100%;
        padding: 70px 50px 45px;
    }

    .Holidays_inner_content h2 {
        font-size: 35px;
        line-height: 50px;
        max-width: 660px;
        margin: 0 auto 20px;
    }

    .Holidays_inner_content p {
        font-size: 24px;
        max-width: 630px;
        margin: 0 auto 15px;
    }

    .brand_content::before {
        top: -170px;
        right: -30px;
        width: 400px;
        height: 200px;
        background-position-x: 100%;
    }


    /** 1600 **/
}

@media only screen and (max-width: 1399px) {
    .banner_wrap {
        height: 500px;
    }

    .middle__wrap .container {
        max-width: 1200px;
    }

    .white_dots_bg::after {
        width: 1150px;
        height: 770px;
        top: -105px !important;
        background-size: contain;
        margin: 0 auto;
    }

    .brand_content::before {
        top: -120px;
        right: -20px;
        width: 280px;
        height: 160px;
        background-position-x: 100%;
    }

    .yellow_dots_bg::after {
        width: 1150px;
        height: 770px;
        top: -40px !important;
        right: 40px;
        background-size: contain;
    }

    .brand_content p {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: unset;
    }

    .brand_content {
        width: 830px;
        padding: 90px 80px 90px 60px;
    }

    .brand__img {
        width: 345px;
        height: 340px;
        margin-top: 30px;
    }

    .bike_frame {
        width: 530px;
        height: 615px;
    }

    .bike_frame2 {
        width: 340px;
        height: 385px;
        margin-right: 30px;
    }

    .heading_title h1 {
        font-size: 50px;
        max-width: 560px;
    }

    .middle__wrap .heading_title h2 {
        max-width: 700px;
        font-size: 40px;
        line-height: 50px;
        margin-top: -10px;
    }

    .container {
        max-width: 1200px;
    }

    .program__wrap .container>div {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .blue_box h2 {
        font-size: 50px;
        line-height: 65px;
        max-width: 320px;
    }

    .white_box ul li {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 26px;
    }

    .white_box ul li::after {
        top: 12px;
    }

    .tabs__wrap {
        padding: 60px 0 80px;
        background-size: 650px;
    }

    .white_box {
        padding-left: 60px;
    }

    .tabs__wrap .tabs-content ul li {
        font-size: 22px;
    }

    .tabs__wrap .tabs-content ul li::after {
        top: 15px;
    }

    .tabs__wrap ul li a {
        font-size: 20px;
        padding: 12px 0px;
        min-height: 75px;
    }

    .tabs__wrap ul li a::after {
        top: 30px;
    }

    .our_product {
        padding: 50px 20px;
    }

    .our_product h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .product_box {
        border: 4px solid #FC9B48;
        height: 370px;
    }

    .view_details {
        height: 70px;
        background-size: 100% 100%;
    }

    .view_details a {
        font-size: 20px;
    }

    .Holidays_content {
        padding: 50px 20px;
    }

    .Holidays_inner_content {
        max-width: 900px;
        width: 100%;
        padding: 40px 30px;
    }

    .Holidays_inner_content h2 {
        font-size: 28px;
        line-height: 40px;
        max-width: 510px;
        margin: 0 auto 15px;
    }

    .Holidays_inner_content p {
        font-size: 20px;
        max-width: 500px;
        margin: 0 auto 12px;
    }

    /** 1399 **/
}

@media only screen and (max-width: 1280px) {
    .banner_wrap {
        height: 450px;
    }

    .middle__wrap .container {
        max-width: 1100px;
    }

    .white_dots_bg::after {
        width: 100%;
        height: 730px;
    }

    .yellow_dots_bg::after {
        width: 100%;
        height: 730px;
        right: 0px;
    }

    .brand_content {
        width: 700px;
        padding: 70px 70px 70px 60px;
    }

    /** 1280 **/
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }

    .item_row {
        margin: -8px;
    }

    .item_col {
        padding: 10px;
    }

    .brand_content {
        width: 690px;
        padding: 70px 70px 70px 90px;
    }

    .tabs__wrap .container {
        padding: 0 25px;
        display: flex;
    }

    .our_product {
        padding: 50px 0px;
    }

    /** 1200 **/
}

@media only screen and (max-width: 1024px) {
    .banner_wrap {
        height: 350px;
    }

    .heading_title h1 {
        font-size: 40px;
        max-width: 450px;
    }

    .brand_content p {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: unset;
    }

    .brand_content {
        width: 600px;
        padding: 50px 50px 50px 60px;
    }

    .brand__img {
        width: 344px;
        height: 330px;
        margin-top: 20px;
    }

    .yellow_dots_bg {
        margin-top: -20px;
    }

    .bike_frame {
        width: 440px;
        height: 465px;
    }

    .bike_frame2 {
        width: 280px;
        height: 325px;
    }

    .middle__wrap .heading_title h2 {
        max-width: 500px;
        font-size: 30px;
        line-height: 40px;
        margin-top: -10px;
    }

    .blue_box h2 {
        font-size: 35px;
        line-height: 45px;
        max-width: 230px;
    }

    .program__wrap .container>div {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .white_box {
        padding-left: 30px;
    }

    .white_box ul li {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 24px;
        padding-left: 20px;
    }

    .tabs__wrap .container ul {
        width: 100%;
    }

    .tabs__wrap .accordion {
        border: none !important;
        background: transparent !important;
        outline: none;
    }

    .tabs__wrap .accordion>li>a {
        border: none !important;
    }

    .tabs__wrap ul li a::after {
        display: none;
    }

    .tabs__wrap {
        padding: 60px 0 80px;
        background-size: 320px;
        background-position-x: 95%;
        background-position-y: 95%;
    }

    .tabs__wrap .accordion>li {
        border-bottom: 1px solid #000;
    }

    .tabs__wrap .accordion>li:last-child {
        border-bottom: none;
    }

    .tabs__wrap .accordion>li .accordion-content {
        padding: 0 0 20px;
        background: transparent;
        border: none;
    }

    .tabs__wrap .accordion>li .accordion-content ul {
        margin: 0px;
    }

    .tabs__wrap .accordion>li .accordion-content ul li {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 26px;
        position: relative;
        padding-left: 20px;
    }

    .tabs__wrap .accordion>li .accordion-content ul li::after {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000;
    }

    /** 1024 **/
}

@media only screen and (max-width: 991px) {
    .brand__img {
        display: none;
    }

    .brand_content {
        width: 100%;
        padding: 50px 90px 80px;
        text-align: center;
    }

    .yellow_dots_bg {
        margin-top: -50px;
    }

    .bike_frame {
        width: 380px;
        height: 405px;
    }

    .bike_frame2 {
        width: 210px;
        height: 245px;
    }

    /** 900 **/
}

@media only screen and (max-width: 767px) {
    .brand_content {
        padding: 50px 40px 80px;
    }

    .yellow_dots_bg>div {
        padding: 3px;
    }

    .bike_frame {
        width: 280px;
        height: 315px;
        margin-left: 0px;
    }

    .bike_frame2 {
        width: 170px;
        height: 205px;
        margin-right: 10px;
    }

    .yellow_dots_bg::after {
        height: 480px;
    }

    .program__wrap .container {
        display: block;
    }

    .program__wrap .container>div {
        width: 100%;
        padding: 40px 20px;
    }

    .white_box ul {
        max-width: 100%;
    }

    .program__wrap .container {
        padding: 0px;
    }

    .blue_box::before {
        display: none;
    }

    .blue_box h2 {
        max-width: 100%;
    }

    .white_box {
        padding-left: 0px;
    }

    .white_box ul li::after {
        top: 10px;
        width: 5px;
        height: 5px;
    }

    .tabs__wrap {
        padding: 30px 0 40px;
    }

    .our_product h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .item_col {
        padding: 10px;
        width: 100%;
    }

    .product_box {
        border: 2px solid #FC9B48;
        height: 300px;
    }

    .product_box img {
        max-width: 310px;
    }



    .our_product {
        display: none;
    }

    /** 767 **/
}

@media only screen and (max-width: 650px) {
    .banner_wrap {
        height: 250px;
    }

    .brand_content::before {
        top: -80px;
        right: -20px;
        width: 200px;
        height: 120px;
    }

    .middle__wrap {
        padding: 30px 0 40px;
    }

    h1,
    h2,
    h3,
    h4 {
        font-family: "Roboto", sans-serif !important;
        font-weight: 700 !important;
    }

    .brand_content p {
        font-size: 18px;
    }

    .tabs__wrap {
        background-size: 300px;
    }

    .tabs__wrap .accordion>li .accordion-content ul li {
        font-size: 18px;
    }

    .Holidays_inner_content p {
        font-size: 18px;
    }

    /** 650 **/
}

@media only screen and (max-width: 600px) {
    .heading_title h1 {
        font-size: 25px;
        max-width: 290px;
        margin-bottom: 30px;
        line-height: 30px;
    }

    .brand_content p {
        font-size: 16px;
    }

    .middle__wrap .heading_title h2 {
        max-width: 350px;
        font-size: 22px;
        line-height: 30px;
        margin-top: -10px;
    }

    .yellow_dots_bg>div {
        padding: 3px;
        border-radius: 30px;
    }

    .bike_frame {
        width: 210px;
        height: 295px;
        margin-left: 0px;
    }

    .gradent_bg {
        border-radius: 30px;
    }

    .bike_frame2 {
        width: 130px;
        height: 175px;
        margin-right: 10px;
    }

    .blue_box h2 {
        font-size: 28px;
        line-height: 35px;
        font-weight: 800 !important;
    }

    .white_box ul li {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: unset;
        padding-left: 20px;
    }

    .tabs__wrap ul li a {
        font-size: 18px;
        padding: 12px 0px;
        min-height: 60px;
    }

    .tabs__wrap .accordion>li .accordion-content {
        padding: 0 0 10px;
    }

    .tabs__wrap .accordion>li .accordion-content ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .Holidays_content {
        padding: 30px 20px;
    }

    .Holidays_inner_content h2 {
        font-size: 20px;
        line-height: 30px;
        max-width: 100%;
        margin: 0 auto 10px;
    }

    .Holidays_inner_content p {
        font-size: 15px;
    }

    .Holidays_inner_content {
        max-width: 100%;
        width: 100%;
        padding: 30px 20px;
        border-radius: 20px;
    }

    /** 600 **/
}

@media only screen and (max-width: 575px) {
    .middle__wrap {
        overflow: hidden;
    }

    .middle__wrap .container {
        padding: 0 25px;
    }

    .banner_wrap {
        height: 200px;
    }

    .bike_frame {
        width: 150px;
        height: 215px;
    }

    .bike_frame2 {
        width: 110px;
        height: 125px;
    }

    .brand_content {
        padding: 40px 30px 60px;
    }

    .brand_content::before {
        top: -60px;
        right: -20px;
        width: 160px;
        height: 90px;
    }

    .white_dots_bg::after {
        width: 100%;
        height: 290px;
        top: -55px !important;
    }

    .yellow_dots_bg::after {
        height: 270px;
        top: -10px !important;
    }

    .tabs__wrap {
        background-size: 200px;
    }

    /** 484 **/
}