@keyframes arrow_scroll_animation {
  0% {
    opacity: 1;
    transform: translate3d(0, -5px, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, -5px, 0);
  }
}

.text_size_16 {
  font-size: 16px !important;
}
.text_size_18 {
  font-size: 18px !important;
}
.text_size_20 {
  font-size: 20px !important;
}
.text_size_22 {
  font-size: 22px !important;
}
.text_size_24 {
  font-size: 24px !important;
}
.text_size_26 {
  font-size: 26px !important;
}
.text_size_30 {
  font-size: 30px !important;
}
.text_size_32 {
  font-size: 32px !important;
}
.bolder_font {
  font-weight: 600 !important;
}
b {
  font-weight: 600 !important;
}
@media all and (min-width: 1225px) {
  .section_innorix_albert {
    padding: 80px 0;
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  .first_section {
    width: 100%;
    position: relative;
    padding: 100px 0;
  }
  .first_section_textbox {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 53px;
  }
  .first_section_textbox p:first-child {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .first_section_img {
    width: 55%;
    height: 338px;
    float: right;
    background-image: url('/images/innorix_homepage/TrafficAI/bg1.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .first_section_graph {
    margin-top: 60px;
    width: 100%;
  }
  .first_section_graph > img {
    width: 100%;
  }
  .title_main_page {
    width: fit-content;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: var(--dark-black-color);
    margin-bottom: 60px;
  }
  .mainPageBody .header1 {
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    position: fixed;
    top: 0px;
    left: 0px;
    transition: background 0.1s linear;
    display: block;
  }
  .mobile_header_body {
    display: none;
  }
  .mainPageBody .header1 .leftMenu .leftMenuText:before {
    background-color: var(--white-color);
  }

  .section {
    position: relative;
    /* padding:50px 63px; */
    padding: 100px 0px;
    /* width:1188px; */
    width: 1060px;
  }
  .section_video {
    margin-top: 119px;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 120px);
    min-height: 600px;
    /* max-height: 100vh; */
    /* background-color: #000; */
    background: linear-gradient(to bottom, transparent, transparent, #000);
    overflow: hidden;
    position: relative;
    /* display: none !important; */
  }
  .section_video_container {
    position: relative;
    width: 100%;
    z-index: -1;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent, transparent, #000);
    background-color: black;
  }
  .section_video_text_container {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1136px;
    height: 100%;
    margin-left: -568px;
    color: var(--white-color);
  }
  .section_video_text_container > .center_box {
    position: absolute;
    top: 150px;
    left: 0%;
    max-width: 600px;
    height: 500px;
  }
  .section_video_text_container > .center_box > .top_text {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    color: var(--white-color);
    margin-bottom: 40px;
    width: 630px;
  }
  .section_video_text_container > .center_box > .bottom_text {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    min-width: 600px;
  }
  .newMainVideo {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    /* transform: translate(-50%,-50%); */
  }
  .video_image .newMainVideo {
    /* width: 100%; */
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
  }
  .main_innorix_albert_container {
    position: relative;
    width: 1220px;
    margin: 0px auto;
    padding: 0 40px;
  }
  .main_innorix_albert_video_wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
  .main_innorix_albert_video_wrapper_height_auto > .video_image {
    margin-top: 20px;
  }
  .main_innorix_albert_video_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: auto;
    height: 392px;
  }
  .logo_box_exacoola {
    display: block;
    background-image: url('/images/page/aibert/exacoola.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 222px;
    height: 20px;
    min-height: 20px;
  }
  .logo_box_exabyter {
    display: block;
    background-image: url('/images/innorix_albert_homepage/homepage_new/exabyter_logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 224px;
    height: 20px;
    min-height: 20px;
  }
  .logo_box_costomi {
    display: block;
    background-image: url('/images/innorix_albert_autoronix/cloud_factory.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 146px;
    height: 30px;
    min-height: 30px;
  }
  .logo_box_albert {
    display: block;
    background-image: url('/images/innorix_albert_homepage/homepage_new/albert.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 30px;
    min-height: 30px;
  }
  .main_innorix_albert_video_text_wrapper > p:nth-child(2) {
    color: var(--dark-black-color);
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
  }
  .main_innorix_albert_video_text_wrapper > p:nth-child(3) {
    color: var(--dark-black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .video_image {
    position: relative;
    width: 672px;
    min-width: 672px;
    height: 392px;
    /* cursor: pointer; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
    overflow: hidden;
    border-radius: 24px;
    /* border: 2px solid transparent; */
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .video_image:hover {
    /* border: 2px solid #006ABA; */
    background-size: 115%;
  }
  .video_image:hover .playVideoBtn {
    background-image: url('/images/page/main/youtube-hover.png');
  }
  .video_image:hover .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .video_image:hover .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    border-bottom: 37px solid #fb5151;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
  }
  .main_innorix_albert_video_text_wrapper > .whiteBtn {
    margin-top: auto;
  }
  .playVideoBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-image: url('/images/page/main/youtube-hover.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .newMainVideo_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .scroll_bottom_animation {
    z-index: 4;
    position: absolute;
    bottom: 4.9vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    transition: opacity 0.85s cubic-bezier(0.47, 0.42, 0, 0.99);
  }
  .scroll_bottom_animation_center_wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .mouse_object {
    position: relative;
    width: 26px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid var(--white-color);
  }
  .mouse_object > div {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 6px;
    height: 11px;
    /* background-color: var(--white-color); */
    border: 1px solid var(--white-color);
    border-radius: 20px;
    transform: translateX(-50%);
  }
  .mouse_animation_arrow {
    display: block;
    animation: arrow_scroll_animation 2.4s forwards infinite;
  }
  .mouse_animation_arrow::after {
    content: '';
    display: block;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--white-color);
    border-right: 0;
    border-bottom: 0;
    transform-origin: center;
    transform: rotate(-135deg);
  }
  .title_wrapper_albert {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .title_wrapper_albert > div:first-child {
    color: var(--dark-black-color);
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    width: calc(50% - 20px);
  }
  .title_wrapper_albert > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    width: calc(50% - 20px);
  }
  .title_wrapper_albert > div:last-child > p {
    font-size: 20px;
    line-height: 28px;
  }

  .albert_flex_box_round {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 80px;
    /* margin-top: 60px; */
  }
  .albert_flex_box_round_content {
    margin-top: 60px;
    display: flex;
    width: 200px;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 100px;
    background: var(--white-color);
  }
  .albert_flex_box_round_content > p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .albert_flex_box_round_content > div {
    width: auto;
    height: 50px;
  }
  .albert_flex_box_round_content > div > img {
    width: auto;
    height: 100%;
  }

  .albert_flex_box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }
  .albert_flex_box_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 40px;
    gap: 60px;
    justify-content: space-between;
  }
  .albert_flex_box_content_wrapper:first-child {
    width: calc(100% - 420px - 24px);
  }
  .albert_flex_box_content_wrapper:last-child {
    width: 420px;
  }
  .albert_flex_box_content_wrapper.two_content {
    width: 558px;
  }
  .albert_flex_box_content_text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  .albert_flex_box_content_text > p:nth-child(1) {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
  .albert_flex_box_content_text > p:nth-child(2) {
    font-size: 20px;
    line-height: 28px;
  }
  .image_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
  }
  .image_wrapper > div {
    width: 300px;
    height: 232px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .two_content .image_wrapper > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  .image_wrapper > div > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .image_wrapper > div > p {
    font-size: 22px;
    line-height: normal;
  }
  .albert_flex_box2_content_wrapper {
    width: 558px;
    height: 418px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 16px;
    overflow: hidden;
  }
  .albert_flex_box2_content_wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .albert_hidden_wrapper {
    display: flex;
    width: 100%;
    margin-top: 60px;
  }
  .fourth_section_contentbox {
    width: 100%;
    position: relative;
  }
  .fourth_section_contentbox > p {
    margin-bottom: 20px;
  }
  .fourth_section_imgbox {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    gap: 24px;
    height: 300px;
  }
  .fourth_section_imgbox > div {
    width: 400px;
    text-align: center;
    font-size: 22px;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
  }
  .fourth_section_imgbox > div > img {
    width: 100%;
  }

  .videos_container_box {
    position: relative;
    border-radius: 10px;
  }
  .videos_container_box > video {
    width: 100%;
    height: 100%;
  }
  .videos_layer_Marsk {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .mouseHoverBtn {
    text-align: center;
    line-height: 336px;
    cursor: pointer;
    background-image: url(/images/page/aibert/wheel.png);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: var(--white-color);
  }
  .mouseHoverBtn > img {
    width: 100%;
  }
  .videos_container_box_innerLogo {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;

    width: 70px;
  }
  .videos_container_box_innerLogo > img {
    width: 100%;
  }
  .move_btn {
    text-align: center;
    width: 100%;
    margin-top: 24px;
  }
  .move_btn > div {
    width: 20px;
    height: 12px;
    background-color: #7f7f7f;
    border-radius: 4px;
    margin: 0 3px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s linear;
  }
  .move_btn > .active {
    width: 50px;
    background-color: #000000;
  }
  .move_btn2 {
    text-align: center;
    width: 100%;
    margin-top: 24px;
  }
  .move_btn2 > div {
    width: 20px;
    height: 12px;
    background-color: #7f7f7f;
    border-radius: 4px;
    margin: 0 3px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s linear;
  }
  .move_btn2 > .active {
    width: 50px;
    background-color: #000000;
  }

  .industries_title_text {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: var(--dark-black-color);
    margin-bottom: 60px;
    width: fit-content;
  }
  .industries_card_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 60px;
  }
  .industries_card_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: 362px;
    height: 400px;
    cursor: pointer;
    background-color: var(--white-color);
    /* border: 2px solid var(--white-color); */
    box-sizing: border-box;
    border-radius: 24px;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .industries_video_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: calc(50% - 12px);
    height: 310px;
    cursor: pointer;
    background-color: var(--white-color);
    border-radius: 24px;
  }
  .industries_card_img {
    position: relative;
    width: 100%;
    height: 100%;
    /* min-width: 100%; */
    /* min-height: 264px; */
    overflow: hidden;
    /* border: 2px solid rgb(255 255 255 / 0%); */
    box-sizing: border-box;
    transition: all 0.3s ease;
    /* border-radius: 16px; */
  }
  .industries_card_img_box {
    width: 100%;
    height: 100%;
    /* background: #C9C9C9; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .industries_card_text_wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 70.31%);
  }
  .industries_card_info_text_big {
    font-weight: 300;
    font-size: 18px;
    color: var(--white-color);
    line-height: normal;
    /* margin-top: 24px; */
  }
  .industries_card_info_text {
    font-weight: 300;
    font-size: 18px;
    color: var(--white-color);
    line-height: normal;
    /* margin-top: 24px; */
  }
  .category_tag_text {
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    /* border: 1px solid #006ABA; */
    /* background-color: #E9E9E9; */
    /* padding: 8px 16px 10px; */
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* height: 30px; */
    margin-top: 0;
  }
  .industries_read_more_btn {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    gap: 8px;
    width: 108px;
    height: 20px;
  }
  .industries_read_more_btn > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #006aba;
  }
  .industries_card_video_info_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: var(--white-color);
    /* height: 90px; */
    padding: 24px;
    box-sizing: border-box;
  }
  .industries_card_content:hover {
    /* border: 2px solid #006ABA; */
  }
  .industries_card_content:hover .industries_card_img .industries_card_img_box {
    transform: scale(1.1);
  }
  .industries_card_content .industries_read_more_btn .arrow {
    transition: all 0.3s ease;
  }
  .industries_card_content:hover .industries_read_more_btn .arrow {
    margin-left: 5px;
  }
  .industries_card_content {
  }
  .industries_card_video {
    position: relative;
    width: 100%;
    /* height: 302px; */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    /* background: #C9C9C9; */
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: center;
    /* border: 2px solid transparent; */
    transition: all 0.3s ease;
    padding-top: 55.45%;
  }
  .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.3s ease;
  }
  .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    border-bottom: 37px solid #006aba;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
    transition: all 0.3s ease;
  }

  .industries_video_content:hover .industries_card_video {
    background-size: 110%;
    /* border: 2px solid #006ABA; */
  }
  .industries_video_content:hover .playVideoBtn {
    background-image: url('/images/page/aibert/youtube-nothover.png');
  }
  /* .industries_video_content:hover .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .industries_video_content:hover .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 37px solid #FB5151;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
  } */
  /* .industries_card_playBtn:hover{
  }
  .industries_card_playBtn:hover > div{
  } */
  .video_play_time {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 24px;
    right: 24px;
    padding: 2px 5px;
    gap: 10px;
    position: absolute;
    width: 45px;
    height: 23px;
    background: #000000;
    color: #e1e1e1;
    border-radius: 4px;
    font-size: 16px;
    line-height: 41px;
  }
  .industries_text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 24px;
  }
  .industries_text_wrapper > p {
    line-height: 1.6;
  }
  .industries_text_title {
    font-size: 34px;
    color: var(--dark-black-color);
    margin-bottom: 40px;
  }
  .industries_text_margin_bottom {
    margin-bottom: 15px !important;
  }

  .playVideoBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-image: url('/images/page/aibert/youtube-nothover.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .usage_guide_card_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
  }
  .usage_guide_card_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 360px;
    height: 317px;
    cursor: pointer;
  }
  .usage_guide_card_img {
    width: 100%;
    height: 220px;
    /* background: #C9C9C9; */
  }
  .industries_card_section {
    padding: 100px 0;
  }
}
@media all and (max-width: 1224px) {
  .html_body[data-mode='not_main'] .logo_header {
    background-image: url('/images/homepages_logo/albert-black-20.svg') !important;
  }
  .section_innorix_albert {
    position: relative;
    width: 100%;
    padding: 80px 0px 0px;
    background-color: #f2f2f2;
  }
  .first_section {
    width: 100%;
    position: relative;
    padding-top: 120px;
  }
  .first_section_textbox {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 53px;
  }
  .first_section_textbox p:first-child {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .first_section_img {
    width: 55%;
    height: 338px;
    float: right;
    background-image: url('/images/innorix_homepage/TrafficAI/bg1.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .first_section_graph {
    margin-top: 60px;
    width: 100%;
    margin-top: 24px;
    display: none;
  }
  .first_section_graph > img {
    width: 100%;
  }
  .title_main_page {
    width: fit-content;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: var(--dark-black-color);
    margin-bottom: 48px;
  }
  .mainPageBody .header1 {
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    position: fixed;
    top: 0px;
    left: 0px;
    transition: background 0.1s linear;
    display: block;
  }
  .mobile_header_body {
  }
  .mainPageBody .header1 .leftMenu .leftMenuText:before {
    background-color: var(--white-color);
  }

  .section {
    position: relative;
    /* padding:50px 63px; */
    padding: 100px 0px;
    /* width:1188px; */
    width: 1060px;
  }
  .section_video {
    margin-top: 119px;
    position: relative;
    width: 100%;
    height: auto;
    /* min-height: 590px; */
    /* max-height: 100vh; */
    /* background-color: #000; */
    background: linear-gradient(to bottom, transparent, transparent, #000);
    overflow: hidden;
    /* display: none !important; */
    /* margin-top: 50px; */
  }
  .section_video_container {
    position: relative;
    width: 100%;
    /* z-index: -1; */
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    /* background: linear-gradient(to bottom,transparent, transparent, #000);
        background-color: black; */
  }
  .section_video_text_container {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    color: var(--white-color);
  }
  .section_video_text_container > .center_box {
    position: absolute;
    top: 120px;
    left: 0%;
    width: 100%;
    height: auto;
    padding: 0px 15px;
  }
  .section_video_text_container > .center_box > .top_text {
    font-weight: 400;
    font-size: 64px;
    color: var(--white-color);
    max-width: 100%;
  }
  .section_video_text_container > .center_box > .bottom_text {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 48px;
    max-width: 100%;
  }
  .newMainVideo {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
  }
  .video_image .newMainVideo {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
  }
  .main_innorix_albert_container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
  }
  .main_innorix_albert_video_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
  .main_innorix_albert_video_wrapper_height_auto > .video_image {
    margin-top: 20px;
  }
  .main_innorix_albert_video_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: auto;
    height: auto;
  }
  .logo_box_exacoola {
    display: block;
    background-image: url('/images/page/aibert/exacoola.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 222px;
    height: 20px;
    min-height: 20px;
  }
  .logo_box_exabyter {
    display: block;
    background-image: url('/images/innorix_albert_homepage/homepage_new/exabyter_logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 224px;
    height: 20px;
    min-height: 20px;
  }
  .logo_box_costomi {
    display: block;
    background-image: url('/images/innorix_albert_autoronix/cloud_factory.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 146px;
    height: 30px;
    min-height: 30px;
  }
  .logo_box_albert {
    display: block;
    background-image: url('/images/innorix_albert_homepage/homepage_new/albert.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 30px;
    min-height: 30px;
  }
  .main_innorix_albert_video_text_wrapper > p:nth-child(2) {
    color: var(--dark-black-color);
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
  }
  .main_innorix_albert_video_text_wrapper > p:nth-child(3) {
    color: var(--dark-black-color);
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
  }
  .video_image {
    position: relative;
    width: 100%;
    min-width: 100%;
    /* height: 392px; */
    padding-top: 56.25%;
    /* cursor: pointer; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
    overflow: hidden;
    border-radius: 24px;
    /* border: 2px solid transparent; */
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .video_image:hover {
    /* border: 2px solid #006ABA; */
    background-size: 115%;
  }
  .video_image:hover .playVideoBtn {
    background-image: url('/images/innorix_albert_exacoola/youtube-hover.png');
  }
  .video_image:hover .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .video_image:hover .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    border-bottom: 37px solid #fb5151;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
  }
  .main_innorix_albert_video_text_wrapper > .whiteBtn {
    margin-top: auto;
  }
  .playVideoBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-image: url('/images/page/aibert/youtube-nothover.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .newMainVideo_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .scroll_bottom_animation {
    z-index: 4;
    position: absolute;
    bottom: 4.9vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    transition: opacity 0.85s cubic-bezier(0.47, 0.42, 0, 0.99);
  }
  .scroll_bottom_animation_center_wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .mouse_object {
    position: relative;
    width: 26px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid var(--white-color);
  }
  .mouse_object > div {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 6px;
    height: 11px;
    /* background-color: var(--white-color); */
    border: 1px solid var(--white-color);
    border-radius: 20px;
    transform: translateX(-50%);
  }
  .mouse_animation_arrow {
    display: block;
    animation: arrow_scroll_animation 2.4s forwards infinite;
  }
  .mouse_animation_arrow::after {
    content: '';
    display: block;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--white-color);
    border-right: 0;
    border-bottom: 0;
    transform-origin: center;
    transform: rotate(-135deg);
  }
  .title_wrapper_albert {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 60px;
  }
  .title_wrapper_albert > div:first-child {
    color: var(--dark-black-color);
    font-size: 28px;
    line-height: 44px;
    width: 100%;
  }
  .title_wrapper_albert > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
  }
  .title_wrapper_albert > div:last-child > p {
    font-size: 22px;
    line-height: normal;
  }

  .albert_flex_box_round {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 60px;
  }
  .albert_flex_box_round_content {
    display: flex;
    width: 200px;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    background: var(--white-color);
  }
  .albert_flex_box_round_content > p {
    font-size: 22px;
    line-height: normal;
    text-align: center;
  }
  .albert_flex_box_round_content > div {
    width: auto;
    height: 50px;
  }
  .albert_flex_box_round_content > div > img {
    width: auto;
    height: 100%;
  }

  .albert_flex_box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
  }
  .albert_flex_box_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 40px;
    gap: 60px;
  }
  .albert_flex_box_content_wrapper:first-child {
    width: 100%;
  }
  .albert_flex_box_content_wrapper:last-child {
    width: 100%;
  }
  .albert_flex_box_content_wrapper.two_content:first-child {
    width: 100%;
  }
  .albert_flex_box_content_wrapper.two_content:last-child {
    width: 100%;
  }
  .albert_flex_box_content_text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  .albert_flex_box_content_text > p:nth-child(1) {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
  }
  .albert_flex_box_content_text > p:nth-child(2) {
    font-size: 20px;
    line-height: 28px;
  }
  .image_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  .image_wrapper > div {
    max-width: 300px;
    width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .two_content .image_wrapper > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  .image_wrapper > div > img {
    width: 100%;
  }
  .image_wrapper > div > p {
    font-size: 22px;
    line-height: normal;
  }
  .albert_flex_box2_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 16px;
    overflow: hidden;
  }
  .albert_flex_box2_content_wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .albert_hidden_wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .fourth_section_contentbox {
    width: 100%;
    position: relative;
  }
  .fourth_section_contentbox > p {
    margin-bottom: 20px;
  }
  .fourth_section_imgbox {
    width: fit-content;
    height: 300px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    gap: 24px;
  }
  .fourth_section_imgbox > div {
    display: inline-flex;
    width: 100%;
    text-align: center;
    font-size: 22px;
    border-radius: 24px;
    overflow: hidden;
  }
  .fourth_section_imgbox > div > img {
    width: 100%;
  }

  .videos_container_box {
    position: relative;
    border-radius: 10px;
  }
  .videos_container_box > video {
    width: 100%;
    height: 100%;
  }
  .videos_layer_Marsk {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .mouseHoverBtn {
    position: absolute;
    z-index: 9;
    /* top: 50%; */
    /* left: 50%; */
    width: 100%;
    height: 100%;
    color: var(--white-color);
    font-size: 16px;
    /* margin-top: -40px; */
    /* margin-left: -16px; */
    text-align: center;
    line-height: 336px;
    cursor: pointer;
    background-image: url(/images/page/aibert/wheel.png);
    background-repeat: no-repeat;
    background-position: 50% 40%;
  }
  .mouseHoverBtn > img {
    width: 100%;
  }
  .videos_container_box_innerLogo {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
    width: 70px;
  }
  .videos_container_box_innerLogo > img {
    width: 100%;
  }
  .move_btn {
    text-align: center;
    width: 100%;
    margin-top: 24px;
  }
  .move_btn > div {
    width: 20px;
    height: 12px;
    background-color: #7f7f7f;
    border-radius: 4px;
    margin: 0 3px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s linear;
  }
  .move_btn > .active {
    width: 50px;
    background-color: #000000;
  }
  .move_btn2 {
    text-align: center;
    width: 100%;
    margin-top: 24px;
  }
  .move_btn2 > div {
    width: 20px;
    height: 12px;
    background-color: #7f7f7f;
    border-radius: 4px;
    margin: 0 3px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s linear;
  }
  .move_btn2 > .active {
    width: 50px;
    background-color: #000000;
  }

  .industries_title_text {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    color: var(--dark-black-color);
    width: fit-content;
  }
  .industries_card_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 60px;
  }
  .industries_card_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: 362px;
    height: 400px;
    cursor: pointer;
    background-color: var(--white-color);
    /* border: 2px solid var(--white-color); */
    box-sizing: border-box;
    border-radius: 24px;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .industries_video_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: calc(50% - 12px);
    height: auto;
    cursor: pointer;
    background-color: var(--white-color);
    border-radius: 24px;
  }
  .industries_card_img {
    position: relative;
    width: 100%;
    height: 100%;
    /* min-width: 100%; */
    /* min-height: 264px; */
    overflow: hidden;
    /* border: 2px solid rgb(255 255 255 / 0%); */
    box-sizing: border-box;
    transition: all 0.3s ease;
    /* border-radius: 16px; */
  }
  .industries_card_img_box {
    width: 100%;
    height: 100%;
    /* background: #C9C9C9; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .industries_card_text_wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 70.31%);
  }
  .industries_card_info_text_big {
    font-weight: 300;
    font-size: 18px;
    color: var(--white-color);
    line-height: normal;
    /* margin-top: 24px; */
  }
  .industries_card_info_text {
    font-weight: 300;
    font-size: 18px;
    color: var(--white-color);
    line-height: normal;
    /* margin-top: 24px; */
  }
  .category_tag_text {
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    /* border: 1px solid #006ABA; */
    /* background-color: #E9E9E9; */
    /* padding: 8px 16px 10px; */
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* height: 30px; */
    margin-top: 0;
  }
  .industries_read_more_btn {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    gap: 8px;
    width: 108px;
    height: 20px;
  }
  .industries_read_more_btn > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #006aba;
  }
  .industries_card_video_info_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: var(--white-color);
    /* height: 90px; */
    padding: 40px;
    box-sizing: border-box;
  }
  .industries_card_content:hover {
    /* border: 2px solid #006ABA; */
  }
  .industries_card_content:hover .industries_card_img .industries_card_img_box {
    transform: scale(1.1);
  }
  .industries_card_content .industries_read_more_btn .arrow {
    transition: all 0.3s ease;
  }
  .industries_card_content:hover .industries_read_more_btn .arrow {
    margin-left: 5px;
  }
  .industries_card_content {
  }
  .industries_card_video {
    position: relative;
    width: 100%;
    /* height: 302px; */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    /* background: #C9C9C9; */
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: center;
    /* border: 2px solid transparent; */
    transition: all 0.3s ease;
    padding-top: 56.25%;
  }
  .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.3s ease;
  }
  .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    border-bottom: 37px solid #006aba;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
    transition: all 0.3s ease;
  }

  .industries_video_content:hover .industries_card_video {
    background-size: 110%;
    /* border: 2px solid #006ABA; */
  }
  .industries_video_content:hover .playVideoBtn {
    background-image: url('/images/innorix_exacoola/youtube-hover.png');
  }
  /* .industries_video_content:hover .industries_card_playBtn {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 40px solid var(--white-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .industries_video_content:hover .industries_card_playBtn > div {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 37px solid #FB5151;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    transform: translate(-50%, 2px);
  } */
  /* .industries_card_playBtn:hover{
  }
  .industries_card_playBtn:hover > div{
  } */
  .video_play_time {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 24px;
    right: 24px;
    padding: 2px 5px;
    gap: 10px;
    position: absolute;
    width: 45px;
    height: 23px;
    background: #000000;
    color: #e1e1e1;
    border-radius: 4px;
    font-size: 16px;
    line-height: 41px;
  }
  .industries_text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 24px;
  }
  .industries_text_wrapper > p {
    line-height: 1.6;
  }
  .industries_text_title {
    font-size: 34px;
    color: var(--dark-black-color);
    margin-bottom: 40px;
  }
  .industries_text_margin_bottom {
    margin-bottom: 15px !important;
  }

  .playVideoBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-image: url('/images/innorix_exacoola/youtube-nothover.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .usage_guide_card_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
  }
  .usage_guide_card_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 360px;
    height: 317px;
    cursor: pointer;
  }
  .usage_guide_card_img {
    width: 100%;
    height: 220px;
    /* background: #C9C9C9; */
  }
  .section_ex {
    padding-top: 120px !important;
    margin-top: 0px !important;
  }
  .innorix_bottom_logo {
    bottom: 80px !important;
  }
  .innorix_bottom_logo img {
    height: auto !important;
  }
  .footer1 .footerBottomBox {
    margin-top: 100px !important;
  }
  .industries_card_section {
    padding: 70px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .section_video {
    margin-top: 60px;
    min-height: 700px;
  }
  .newMainVideo {
    width: unset;
    min-height: 700px;
  }
  .section_innorix_albert {
    padding: 70px 20px;
  }
  .main_innorix_albert_video_text_wrapper > p:nth-child(2) {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
  }
  .main_innorix_albert_video_text_wrapper > p:nth-child(3) {
    font-size: 20px;
    line-height: 28px;
  }
  .title_wrapper_albert > div:first-child {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
  }
  .title_wrapper_albert {
    gap: 24px;
    margin-bottom: 24px;
  }
  .title_wrapper_albert.style2 {
    gap: 40px;
  }
  .title_wrapper_albert > div:last-child > p {
    font-size: 20px;
    line-height: 28px;
  }
  .albert_flex_box_round {
    gap: 50px;
  }
  .albert_flex_box_round_content {
    gap: 24px;
  }
  .title_main_page {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .albert_flex_box_content_wrapper {
    padding: 32px;
    gap: 48px;
  }
  .albert_flex_box_content_text.style2 {
    gap: 19px;
  }
  .albert_flex_box_content_wrapper.two_content:first-child,
  .albert_flex_box_content_wrapper.two_content:last-child {
    padding: 20px;
  }
  .industries_video_content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section_innorix_albert {
    padding: 50px 20px;
  }
  .main_innorix_albert_video_text_wrapper > p:nth-child(2) {
    font-size: 25px;
    line-height: 35px;
  }
  .main_innorix_albert_video_text_wrapper > p:nth-child(3) {
    font-size: 18px;
    line-height: 24px;
  }
  .title_wrapper_albert > div:first-child {
    font-size: 25px;
    line-height: 35px;
  }
  .title_wrapper_albert > div:last-child > p {
    font-size: 18px;
    line-height: 24px;
  }
  .albert_flex_box_round_content {
    width: 150px;
    height: 150px;
    gap: 18px;
  }
  .albert_flex_box_round_content > div {
    height: 37.5px;
  }
  .albert_flex_box_round_content > p {
    font-size: 18px;
    line-height: 24px;
  }
  .title_main_page {
    font-size: 25px;
    line-height: 35px;
  }
  .albert_flex_box_content_wrapper {
    gap: 30px;
    border-radius: 12px;
    padding: 16px;
  }
  .albert_flex_box_content_wrapper.style2 {
    padding: 20px;
  }
  .albert_flex_box_content_text {
    gap: 12px;
  }
  .albert_flex_box_content_text.style2 {
    gap: 9px;
  }
  .albert_flex_box_content_text > p:nth-child(1) {
    font-size: 22px;
    line-height: 30px;
  }
  .albert_flex_box_content_text > p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
  .albert_flex_box_content_text > p.style2:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }
  .image_wrapper > div {
    gap: 8px;
  }
  .image_wrapper > div > p {
    font-size: 9px;
  }
  .title_wrapper_albert.style2 {
    gap: 24px;
  }
  .carousel_aibert1 {
    margin-top: 24px;
  }
  .carousel_aibert1 .list {
    margin-bottom: 42px;
  }
  .industries_title_text {
    font-size: 25px;
    line-height: 35px;
  }
}
