:root {
	--white: #fff;
	--black: #1b2429;
	--primary-color: #365463;
	--secondary-color: #a9d0e0;
	--green: #18d8c7;
	--green-2: #16978c;
	--grey-100: #f3f6f7;
	--grey-200: #d4dee3;
	--white-200: rgba(255, 255, 255, 0.2);
	--white-100: rgba(255, 255, 255, 0.1);
	--white-50: rgba(255, 255, 255, 0.05);
	--blue: #5797f7;
	--purple: #9786fd;
	--pink: #e784e3;
	--red: #d92d20;
	--optoshop.optoman.com-white-white: #fff;
	--optoshop.optoman.com-alto: #d9d9d9;
	--optoshop.optoman.com-pickled-bluewood: #334f5b;
	--optoshop.optoman.com-dove-gray: #6a6a6a;
	--optoshop.optoman.com-black: #000;
	--optoshop.optoman.com-persian-green: #02b0a0;
	--optoshop.optoman.com-persian-green: #02afa0;
	--optoshop.optoman.com-white: #fff;
	--optoshop.optoman.com-gallery: #eee;
	--optoshop.optoman.com-diesel: #030000;
	--optoshop.optoman.com-aqua-haze: #f4f7f9;
	--optoshop.optoman.com-cod-gray: #1c1b1b;
	--optoshop.optoman.com-dusty-gray: #999;
    --font-family: "Outfit", sans-serif;

}
   .-mob{
        display: none !important;
    }
.row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.landingBuilder section{
    padding: 120px 0;
}
.landingBuilder{
    padding-top: 112px;
}
.hero_left-wrap{
    padding-right: 80px
}

.landingBuilder h2{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.landingBuilder h1{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--primary-color);
}
.landingBuilder section.heroL{
    padding: 0; 
}
.landingBuilder .heroL .row{

}
.landingBuilder .heroL{
    background: var(--white);
}
.hero_left{
    width: 60%;
}
.hero_right{
    width: 40%;
}
.landingBuilder section.capabilitiesL{
    padding: 0;
}
.capabilitiesL{
    background: var(--primary-color);
}
.capabilitiesL_left{
    width: 40%;
}
.capabilitiesL_right{
    width: 60%;
}
.capabilitiesL h2{
    color: var(--white);
}
.heroL h1{
    margin-bottom: 32px;
}
.heroL .hero_desc p{
    font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: var(--primary-color);
opacity: 0.8;
margin-bottom: 32px;
}
.heroL .hero_desc p:nth-child(1){
font-size: 24px;
}
.landingBuilder{
    overflow: hidden;
}
.heroL .row{
    
}
.heroL_btn{
    display: flex;
    align-items: center;
}
.heroL_btn .button.default{
    margin-right: 16px;
}
.hero_left{
    padding-top: 80px;
    padding-bottom: 80px;
  
}

.hero_right{
    position: relative;
}
.hero_right-img{
    position: absolute;
    overflow: hidden;
        left: 0;
    top: 0;
    height: 100%;
     width: 620px;
}
.hero_right-img img{

    position: absolute;
   width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.capabilitiesL{
    background-color: ;
}
.capabilities_items{
    padding: 118px 0 118px 80px;
}
.capabilities_items h2{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--white);
}
.capabilitiesL_left{

     position: relative;
}
.capabilitiesL{
    overflow: hidden;
}
.capabilitiesL_img{
        position: absolute;
    overflow: hidden;
        right: 0;
    top: 0;
    height: 100%;
     width: 620px;
}
.hero_right-img img{
        position: absolute;
   width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.capabilities_item{
    display: flex;
}
.capabilities_item{
    border-bottom: 1px solid var(--white-100);
    padding: 8px 0;
}
.capabilities_item:last-child{
border-bottom: 0px solid var(--white-100);
}
.capabilities_item-label{
font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
line-height: 140%;
color: var(--white);
opacity: 0.8;
width: 30%;
}
.capabilities_item-desc{
font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
line-height: 140%;
color: var(--white);
width: 70%;
text-align: right;
}
.capabilitiesL h2{
    padding-bottom: 40px;
}
.capabilities_items{
    padding-left: 80px;
}
.chartsSlider.capabilities{
    background: var(--white);
}
.chartsSlider.capabilities h2{
    font-family: var(--font-family);
font-weight: 700;
font-size: 48px;
line-height: 110%;
letter-spacing: -0.01em;
text-transform: uppercase;
color: var(--primary-color);
margin-bottom: 64px;
}
.chartsSlider_item{
    display: flex;
    padding: 80px;
    background: var(--grey-100);
}
.chartsSlider_item-label{
    padding-right: 80px;
    width: 60%;
}
.chartsSlider_item-img{
width: 40%;
}
.chartsSlider_item-label p{

font-family: var(--font-family);
font-weight: 400;
font-size: 20px;
line-height: 130%;
color: var(--primary-color);
opacity: 0.8;
}
section.covered{
    padding: 220px 0;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.covered h2{
    font-family: var(--font-family);
font-weight: 700;
font-size: 56px;
line-height: 110%;
letter-spacing: -0.01em;
text-transform: uppercase;
color: var(--white);
}
.covered_left{
    width: 50%;
    position: relative;
    z-index: 6;
}
.covered_dec{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(276deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 42.1%, rgba(0, 0, 0, 0.12) 45.16%, #000 100%);
    height: 100%;
}
.covered_desc p{
    font-family: var(--font-family);
font-weight: 400;
font-size: 20px;
line-height: 130%;
color: var(--white);
opacity: 0.8;
}
.covered_desc{
    max-width: 480px;
    margin-top: 32px;
}
.simpleCta .row{
    background: var(--grey-100);
    border-radius: 4px;
    overflow: hidden;
}
.simpleCta_left{
    width: 55%;
}
.simpleCta_right{
     width: 45%;
}
.simpleCta_right-img{
    width: 100%;
    height: 100%;
}
.simpleCta_right-img img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.simpleCta_left-cont{
    padding: 80px 108px 80px 80px;
}
.simpleCta_left-cont h2{
    margin-bottom: 48px;
    font-family: var(--font-family);
font-weight: 700;
font-size: 36px;
line-height: 130%;
text-transform: uppercase;
color: var(--primary-color);
}
.simpleCta_left-cont .button{
        display: inline-flex;
}
.events{
    background: var(--grey-100);
}
.events h2{
   font-family: var(--font-family);
font-weight: 700;
font-size: 56px;
line-height: 110%;
letter-spacing: -0.01em;
text-transform: uppercase;
text-align: center;
color: var(--primary-color);
max-width: 1000px;
margin: 0 auto 64px auto;
}
.events_items{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.events_item{
    width: 50%;
}
.events_item-wrap{
    background: var(--primary-color);
    border-radius: 4px;
    padding: 32px;
}
.events_item-labels{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.events_item-inf-el span{
    color: var(--White, #FFF);
text-align: center;
/* Body 4 */
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%;
max-width: calc(100% - 16px);
}
.events_item-label{
    font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
line-height: 140%;
text-align: center;
color: var(--white);
padding: 5px 12px;
border-radius: 40px;

}
.events_item-inf{
    gap: 8px;
    flex-wrap: wrap;
}
.events_item-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.events_item-title{
    font-family: var(--font-family);
font-weight: 700;
font-size: 36px;
line-height: 130%;
text-transform: uppercase;
color: var(--white);
margin-bottom: 16px;
}
.events_item-inf-el{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
line-height: 140%;
text-align: center;
color: var(--white);
background: var(--white-100);
border-radius: 40px;
padding: 4px 12px 5px;
}
.events_item-inf-el svg{
    margin-right: 4px;
}
.events_item-inf{
    display: flex;
    margin-bottom: 16px
}
.events_item-desc{
    margin-bottom: 40px;
}
.events_item-desc p{
    font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: var(--white);
opacity: 0.8;
}









@media(max-width:768px){
    .landingBuilder{
        padding-top: 100px
    }
    .-desc{
        display: none !important;
    }
    .-mob{
        display: block !important;
    }
    .landingBuilder section{
        padding: 64px 0;
    }
    .heroL h1{
        font-weight: 700;
font-size: 36px;
line-height: 110%;
letter-spacing: -0.02em;

    }
    .heroL{
        padding-bottom: 64px;
    }
    .row .col{
        width: 100%;
    }
    .heroL_btn{
        flex-wrap: wrap;
    }
    .heroL_btn a{
        width: 100%;
    }
    .heroL_btn .button.default{
        width: 100%;
        margin-right: 0 ;
        margin-bottom: 16px;
    }
    .hero_left-wrap{
        padding-right: 0;
    }
    .hero_left{
        padding-top: 64px;
        padding-bottom: 40px;
    }
    .hero_right-img {
    position: initial;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.hero_right-img img {
    position: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.capabilities_items {
    padding: 80px 0 40px 0;
}
.capabilities_item-label{
    font-size: 14px;
line-height: 140%;
    width: 40%;
}
.capabilities_item-desc{
    width: 60%;
    font-size: 14px;
line-height: 140%;
}
.events_items{
    --bs-gutter-y: 16px;
}
.events_item-wrap{
    padding: 16px;
}
.events_item-title{
   font-size: 24px;
line-height: 130%; 
}
.events_item-inf-el span,
.events_item-label{
    font-size: 14px !important;
line-height: 140% !important;

}
.events_item-label{
    margin-bottom: 16px;
}
.events_item-labels{
    margin-bottom: 0;
}
.events_item-desc p{
    font-size: 18px;
line-height: 130%;
}
.events_item-inf-el{
    margin-right: 8px;
}
.events h2{
    font-size: 32px;
line-height: 110%;
letter-spacing: -0.01em;
}
.events{
    padding: 80px 0;
}
.simpleCta .row{
    background: var(--white);
}
.simpleCta_left-cont{
    padding: 0;
}
.simpleCta_left-cont h2{
    font-size: 24px;
line-height: 130%;
margin-bottom: 32px;
}
.simpleCta_left-cont .button{
    width: 100%;
}
.landingBuilder section.simpleCta{
    padding: 80px 0;
}
.simpleCta_left-cont{
    margin-bottom: 32px;
}
.simpleCta_right-img img{
    height: 358px;
}
.covered{
    padding: 280px 0 16px 0 !important;
}
.covered h2{
    font-size: 32px;
line-height: 110%;
letter-spacing: -0.01em;
}
.covered_desc p{
    font-size: 18px;
line-height: 130%;
}
.covered_desc{
    margin-top: 16px;
}
.capabilitiesL .row{
    flex-direction: column-reverse;

}
.capabilitiesL h2{
    font-size: 32px;
line-height: 110%;
letter-spacing: -0.01em;
}
.heroL{
    margin-bottom: 80px;
}
.capabilitiesL_img{
    position: initial;
        height: 100%;
    width: 100%;
    padding-bottom: 80px;
}
.chartsSlider.capabilities h2{
    font-size: 32px;
line-height: 110%;
letter-spacing: -0.01em;
}
.chartsSlider.capabilities{
    padding: 80px 0;
}
  .chartsSlider .swiper-button-next,
  .chartsSlider .swiper-button-prev,
  .chartsSlider .swiper-pagination {
    display: none !important;
  }
  .chartsSlider_item{
    padding: 16px;
    flex-direction: column-reverse;
  }
  .chartsSlider_item-label{
    padding-right: 0;
    width: 100%;
  }
  .chartsSlider_item-img{
    width: 100%;
    margin-bottom: 16px;
  }
  .chartsSlider_item-label p{
    font-size: 18px;
line-height: 130%;
opacity: 0.8;
  }
  .chartsSlider.capabilities h2{
    margin-bottom: 24px;
  }
  .capabilities-swiper{
    margin-top: 0;
  }
.chartsSlider_item{
    margin-bottom: 16px;
}
.chartsSlider .swiper-wrapper{
    translate: none !important;
    transform: none !important;
        transition-duration: none !important;
    transform: none !important;
    transition-delay: none !important;
    display: block !important;
}
.chartsSlider .capabilities-swiper .swiper-slide{
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
}
.capabilities-swiper .swiper-slide {
    height: auto !important;
    display: block !important;
    width: 100% !important;
}
}
.events_item-labels{
    gap: 8px;
}