@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url('/fonts/NotoSansJP-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  /* font-family: 'LatoWeb', 'Malgun Gothic'; */
  /* font-family: AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', 굴림, Gulim, dotum, '돋움', sans-serif; */
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
/* body{
	width: 100vw;
} */
.ja * {
  font-family: 'NotoSansJP-Regular', sans-serif;
  word-break: break-all;
  font-weight: lighter;
}

.loadingAnisResource {
  position: relative;
  background-color: #c8c8c8;
  overflow: hidden;
}

.loadingAnisResource:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: -100%;
  background-color: #d3d3d3;
  -webkit-animation-name: loadingAni1;
  animation-name: loadingAni1;
  -webkit-animation-duration: 3.8s;
  animation-duration: 3.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  z-index: 2;
}

.loadingAnisResource:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #e7e7e7;
  z-index: 2;
}

a {
  color: inherit;
  text-decoration: none;
  -ms-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
b {
  font-weight: 600;
}
.text_size_16 {
  font-size: 16px !important;
}
.text_size_18 {
  font-size: 18px !important;
  line-height: 28px !important;
}
.text_size_20 {
  font-size: 20px !important;
}
.text_size_22 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.text_size_24 {
  font-size: 24px !important;
}
.text_size_26 {
  font-size: 26px !important;
}
.text_size_28 {
  font-size: 28px !important;
  line-height: 40px !important;
}
.text_size_30 {
  font-size: 30px !important;
}
.text_size_32 {
  font-size: 32px !important;
}
.text_size_34 {
  font-size: 34px !important;
  line-height: 50px !important;
}
.text_size_36 {
  font-size: 36px !important;
}
.text_size_38 {
  font-size: 38px !important;
}
.text_size_40 {
  font-size: 40px !important;
}
.text_size_42 {
  font-size: 42px !important;
}
.text_size_44 {
  font-size: 44px !important;
}
.text_size_46 {
  font-size: 46px !important;
}
.text_size_48 {
  font-size: 48px !important;
  line-height: 70px !important;
}
.text_size_50 {
  font-size: 50px !important;
}
.bolder_font {
  font-weight: 600 !important;
}
b {
  font-weight: 600 !important;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='password'] {
  appearance: none;
  width: 100%;
  height: 100%;
  color: var(--dark-black-color);
  float: right;
  outline: none;
  position: relative;
  z-index: 1;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  padding: 10px 10px 0px;
  box-sizing: border-box;
  border-radius: 6px;
  resize: none;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='number']:focus,
input[type='password']:focus {
  border: 1px solid #1b89ff;
}

/* New costomi footer */
.new_costomi_footer_wrapper {
  width: 100%;
  min-height: 276px;
  border-top: 1px solid #e1e1e1;
}
.new_costomi_footer_wrapper .costomi_footer_wrapper--container {
  /* max-width: 1600px; */
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin: 0 auto;
}

.costomi_footer_wrapper--container .top_wrapper {
  width: 100%;
  min-height: 162px;
  display: flex;
  align-items: flex-start;
  column-gap: 100px;
}

.costomi_footer_wrapper--container .top_wrapper .costomi_logo_wrapper {
  flex: initial;
  width: auto;
}
.costomi_footer_wrapper--container .top_wrapper .costomi_logo_wrapper img {
  /* width: 125px; */
  height: 24px;
}
.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper {
  width: 100%;
  /* background-color: brown; */
  display: flex;
  column-gap: 60px;
}
.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper div {
}
.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .left_side_wrapper {
  flex: auto;
  display: flex;
  column-gap: 60px;
}
.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .left_side_wrapper .first_col,
.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .right_side_wrapper .nav_list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.footer_nav_wrapper .right_side_wrapper .nav_list a {
  height: 24px;
  cursor: pointer;
  width: fit-content;
}
.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .left_side_wrapper .first_col {
  flex: initial;
}

.hover_underline_animation {
  display: inline-block;
  position: relative;
}

.hover_underline_animation.black_border:hover {
  color: var(--dark-black-color);
}

.hover_underline_animation:hover {
  color: var(--dark-black-color);
}
.hover_underline_animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #000000;
  transform-origin: center;
  transition: transform 0.25s ease-out;
}

.hover_underline_animation:hover:active {
  color: var(--bright-blue-color);
}
.hover_underline_animation:active::after {
  background-color: var(--bright-blue-color);
}

.hover_underline_animation.black_border::after {
  background-color: #000;
}
.hover_underline_animation:hover::after {
  transform: scaleX(1);
  transform-origin: center;
}
.footer_nav_wrapper .left_side_wrapper .first_col div,
.footer_nav_wrapper .left_side_wrapper .second_col div {
  height: 26px;
}
.footer_nav_wrapper .left_side_wrapper a {
  font-size: 16px;
}
.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .left_side_wrapper .second_col {
  flex: auto;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .left_side_wrapper .second_col p {
  cursor: pointer;
}

.costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .right_side_wrapper {
  flex: initial;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer_nav_wrapper .right_side_wrapper .title {
  color: #666666;
  font-size: 16px;
}
.costomi_footer_wrapper--container .bottom_wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 40px;
}
.costomi_footer_wrapper--container .bottom_wrapper .bottom_nav_list {
  display: flex;
  column-gap: 48px;
  height: 15px;
  align-items: center;
}
.bottom_nav_list .item {
  font-size: 13px;
  color: #666666;
}
.bottom_nav_list .item.open_common_policy_layer {
  cursor: pointer;
}
.bottom_nav_list .item.open_common_policy_layer:hover {
  color: var(--dark-black-color);
}
.bottom_nav_list .item.open_common_policy_layer:hover:active {
  color: var(--bright-blue-color);
}
@media all and (min-width: 1225px) {
  /* End of new costomi footer */
  .footerTopBox .footerBody .leftPart {
    display: flex;
    height: 300px;
  }
  .footerTopBox .footerBody.leftPart {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
  }
  .footer_info_part {
    width: 650px;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: var(--light-black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .mobile_header_body {
    display: none;
  }
  .mobileHide {
  }
  .pcHide {
    display: none !important;
  }
  img {
    opacity: 1;
  }
  .blueLightBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid var(--bright-blue-color);
    background-color: var(--bright-blue-color);
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    transition: all 0.3s ease;
    cursor: pointer;
    word-break: keep-all !important;
  }
  .blueLightBtn:hover {
    /* background: var(--white-color); */
    color: var(--bright-blue-color);
    background-color: var(--white-color);
  }
  .bluePupBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid #4358f5;
    background-color: #4358f5;
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    transition: all 0.3s ease;
    cursor: pointer;
    word-break: keep-all !important;
  }
  .bluePupBtn:hover {
    /* background: var(--white-color); */
    color: #4358f5;
    background-color: var(--white-color);
  }
  .whiteBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid #6ab0e5;
    background-color: transparent;
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #006aba;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .whiteBtn:hover {
    border: 1px solid #006aba;
    color: var(--white-color);
    background-color: #006aba;
  }
  .whiteLightBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid var(--bright-blue-color);
    background-color: transparent;
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--bright-blue-color);
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .whiteLightBtn:hover {
    border: 1px solid var(--bright-blue-color);
    color: var(--white-color);
    background-color: var(--bright-blue-color);
  }

  .backBtn {
    width: 40px;
    height: 40px;
    background-color: #666666;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .blackBtn,
  .skipBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #e1e1e1;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 120px;
  }

  .blackBtn:hover {
    border: 1px solid #000;
    color: var(--dark-black-color);
    background-color: var(--white-color);
  }
  .skipBtn {
    border: 1px solid var(--bright-blue-color);
    background-color: var(--bright-blue-color);
  }
  .skipBtn.outlined {
    background-color: transparent;
    border: 1px solid #000;
    color: var(--dark-black-color);
  }
  .skipBtn.outlined:hover,
  .skipBtn.outlined:focus {
    border-color: var(--bright-blue-color);
  }

  .factory_block_unknown_user .blackBtn.disabled {
    background-color: #666;
    border: 1px solid #666;
  }
  .footer1 .icon span:before {
    content: '';
    width: 0;
    height: 0px;
    border-bottom: 1px solid #000;
    /* background-color: #000; */
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  .footer1.exaFooter .icon span:before {
    background-color: #03aaba;
  }
  .footer1.excFooter .icon span:before {
    background-color: #1b89ff;
  }
  .footer1 .icon span:hover:before {
    width: 100%;
  }
  .footer1 {
    width: 100%;
    position: relative;
    z-index: 50;
    background-color: var(--white-color);
    /* box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1); */
    padding: 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(14, 14, 14, 0.05);
  }
  .footer1 .footerTopBox {
    width: 1136px;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    /* background-color:#262626; */
    padding: 48px 0px 32px;
  }
  .footer1 .footerBottomBox {
    position: relative;
    width: 1136px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  /* .footer1 .footerBottomBox::before {
		content: '';
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		border-top: 1px solid rgba(17, 17, 17, 0.05);
		width: 100vw;
		height: 0px;
	} */
  .footer1 .footerBody {
    width: auto;
    position: relative;
    padding: 0 0px;
  }
  .footer1 .footerTopBox .footerBody {
    height: auto;
    position: relative;
  }
  .footer1.productFooter .footerTopBox .footerBody {
    position: relative;
    height: auto;
  }
  .footer1 .footerBottomBox .footerBody {
    position: relative;
    height: 111px;
    padding: 19px 0px 60px;
    /* border-top: 1px solid #aaa; */
    display: flex;
    /* justify-content: flex-end;*/
  }
  .footer1 .footerBottomTexts {
    position: relative;
    color: #474747;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }
  .footer1 .footerBottomTexts > a {
    position: relative;
    color: #474747;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }
  .footer1 .footerBottomTexts::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #000;
    width: 0%;
    transition: all 0.3s ease;
  }
  .footer1 .footerBottomTexts:first-child {
    cursor: default !important;
  }
  .footer1 .footerBottomTexts:first-child:after {
    display: none;
  }
  .footer1 .footerBottomTexts:hover::after {
    width: 100%;
  }
  .footer1 .bottomLeftTexts {
    margin-left: 48px;
    cursor: pointer;
    /* float:left;
		margin-left:30px;
		color: var(--light-grey-color); */
  }
  .footer1 .footerBottomTexts.bottomLayers {
    cursor: pointer;
    /* -ms-user-select: auto; 
		-moz-user-select: auto;
		-khtml-user-select: auto;
		-webkit-user-select: auto;
		user-select: auto; */
  }
  .footer1 .logo_img_box {
    cursor: pointer;
  }
  .footer1 .footerTopText {
    color: var(--white-color);
    font-size: 14px;
    padding: 5px 0 3px;
    display: inline-block;
    cursor: pointer;
  }
  .footer1 .footerPageTextBox {
    position: absolute;
    right: 0px;
    top: 59px;
  }
  .footer1 .footerPageTextBox > div,
  .footer1 .footerPageTextBox > a > div {
    float: left;
    height: 100%;
    font-size: 16px;
    padding: 3px 0px 6px;
    text-align: center;
    white-space: nowrap;
    margin: 0 10px;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn,
  .footer1 .footerPageTextBox > a > div.footerTopBtn {
    padding: 0px 20px 0px;
    margin: 0 5px;
    height: 34px;
    line-height: 2em;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn.exaFooterBtn {
    padding: 0 10px;
    cursor: pointer;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn.exaFooterBtn.blackBorderBtn {
    padding: 0 20px;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn.excFooterBtn {
    padding: 0 10px;
    cursor: pointer;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn.excFooterBtn.blackBorderBtn {
    padding: 0 20px;
  }
  .footer1 .footerPageTextBox > div.nowPage,
  .footer1 .footerPageTextBox > a > div.nowPage {
    border-bottom: 2px solid var(--white-color);
  }
  .mac .footer1 .footerPageTextBox > div.footerTopBtn,
  .footer1 .footerPageTextBox > a > div.footerTopBtn {
    /* padding-top:2px; */
  }
  .mac .footer1 .footerBody .langeListBox {
    height: 273px !important;
  }
  .footer1 .footerInfoTextBox {
    font-size: 16px;
    color: var(--white-color);
    text-align: left;
    position: absolute;
    top: 120px;
    left: 0px;
    width: 820px;
    line-height: 1.5em;
  }
  .footer1 .footerBody .headerTopIcon {
    width: 460px;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
  }
  .mac .footer1 .footerBody .headerTopIcon {
    top: 67px;
  }
  .footer1 .footerBody .icon {
    /* cursor:pointer; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
  .footer1 .footerBody .icon > .icon {
    float: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
    margin-top: 18px;
  }
  .footer1 .footerBody .icon > img {
    height: 18px;
  }
  .footer1 .footerBody .icon > a {
    height: 19px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .footer1 .footerBody .icon > a:hover > span {
    color: #006aba !important;
  }
  .footer1 .footerBody .icon > a:hover > span:before {
    border-color: #006aba;
  }
  .footer1 .footerBody .icon > div {
    margin-bottom: 24px;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    cursor: default;
  }
  .footer1 .footerBody .icon > .icon > a {
    height: 19px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer1 .footerBody .icon > .icon > div {
    color: var(--white-color);
    cursor: default;
    height: 30px;
  }
  .footer1 .footerBody .icon span {
    position: relative;
    height: 100%;
    color: var(--dark-black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
  }
  .footer1 .footerBody .icon > div.show_bottom_menu_layer {
    margin-bottom: 16px;
    color: var(--dark-black-color);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
  }
  .footer1 .footerBody .icon span.show_bottom_menu_layer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .footer1 .footerBody .icon span > .arrow_for_show_menu_layer {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('/images/main/arrow_black.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
    transition: transform 0.3s ease;
  }
  .rightPart_location_wrapper_height_auto {
    height: 100% !important;
  }
  .rightPart_location_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: auto;
    max-width: 436px;
    height: auto;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .rightPart_location_card {
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
  }
  .rightPart_location_card > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--dark-black-color);
    min-height: 25px;
  }
  .rightPart_location_card > p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #006aba;
  }
  .rightPart_location_width_half {
    width: 210px;
  }
  .rightPart_location_wrapper_btn {
    width: fit-content;
    font-size: 16px;
    height: 44px;
  }
  .footer1 .footerBody .language {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    gap: 10px;
    width: 138px;
    height: 44px;
    border: 1px solid #d1d1d1;
    border-radius: 111px;
    overflow: hidden;
    transition: background 400ms;
    background-color: var(--white-color);
    cursor: pointer;
  }
  .footer1 .footerBody .language:hover {
    background-color: #f3f4f5;
  }
  .footer1 .footerBody .language.active {
    background-color: #f3f4f5;
  }
  .footer1 .footerBody .language span.ripple {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -130px;
    left: -84px;
    border-radius: 100%;
    transform: scale(0);
    background-color: rgba(223, 223, 223, 1);
    transition: all 0.6s ease;
  }
  .bottom_lang_arrow {
    width: 5px;
    height: 5px;
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: auto !important;
    margin-top: -1px;
    transform: rotate(45deg);
  }
  .footer1.productFooter .footerBody .langIcon {
    text-align: right;
    position: absolute;
    top: 22px;
    right: 10px;
  }
  .footer1 .footerBody img.flagIcon {
    /* height:15px; */
    position: relative;
    top: 1px;
  }
  .footer1 .footerBody .langOpen > span {
    position: relative;
    color: var(--dark-black-color) !important;
    font-size: 14px;
  }
  .footer1 .headerTopIcon ul {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: #000;
    border: 1px solid var(--white-color);
    padding: 10px 0;
    display: none;
    height: 0;
  }
  .footer1 .headerTopIcon ul > li {
    padding: 2px 20px;
    color: var(--white-color);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    height: 32px;
  }
  .footer1 .headerTopIcon ul > li a {
    width: 100%;
    display: inline-block;
  }
  .footer1 .headerTopIcon ul > li div {
    border-bottom: 2px solid transparent;
    padding: 2px 0 4px;
    display: inline-block;
  }
  .footer1.exaFooter .headerTopIcon ul > li:hover div {
    border-bottom: 2px solid #03aaba;
  }
  .footer1 .headerTopIcon ul > li:hover div {
    border-bottom: 2px solid var(--white-color);
  }
  .footer1.excFooter .headerTopIcon ul > li:hover div {
    border-bottom: 2px solid #1b89ff;
  }
  .langeListBox {
    position: absolute;
    right: 0px;
    width: 228px;
    height: 0px;
    z-index: 1;
    border: 1px solid rgba(14, 14, 14, 10%);
    background-color: var(--white-color);
    color: var(--dark-black-color);
    display: none;
    overflow: hidden;
    padding: 10px 15px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
  }
  .langeListBox.bottomUpBox {
    height: 0px;
  }
  .header1 .headerBody .headerTopIcon .langeListBox {
    top: 40px;
  }
  .footer1 .footerBody .langeListBox {
    bottom: 40px;
  }
  .footer1 .featuresList {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: #000;
    border: 1px solid var(--white-color);
    padding: 15px 0;
    z-index: 5;
    display: none;
    height: 0;
  }

  .footer1 .leftMenuSortImg {
    display: inline-block;
    height: 7px;
    transform: rotate(180deg);
  }
  .footer1 .featuresList > li {
    padding: 2px 20px;
    color: var(--white-color);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
  }
  .footer1 .featuresList > li a {
    width: 100%;
    display: inline-block;
  }
  .footer1 .featuresList > li div {
    border-bottom: 2px solid transparent;
    padding: 2px 0 4px;
    display: inline-block;
  }
  .footer1 .featuresList > li:hover div {
    border-bottom: 2px solid var(--white-color);
    box-sizing: border-box;
  }
  .footer1 .footerTopBtn {
    position: relative;
  }
  .footer1 .footerTopBtn ul.accountListBottom {
    width: 170px;
    position: absolute;
    bottom: 33px;
    left: 0px;
    background-color: #000;
    border: 1px solid var(--white-color);
    padding: 5px 0;
    z-index: 100;
    display: none;
    height: 0;
  }
  .footer1 .footerTopBtn ul.accountListBottom > li div {
    border-bottom: 2px solid transparent;
    display: inline-block;
    line-height: 1.3;
  }
  .footer1 .footerTopBtn.excFooterBtn ul.accountListBottom > li:hover div {
    border-bottom: 2px solid #1b89ff;
    display: inline-block;
    line-height: 1.3;
  }
  .footer1 .footerTopBtn.exaFooterBtn ul.accountListBottom > li:hover div {
    border-bottom: 2px solid #03aaba;
    display: inline-block;
    line-height: 1.3;
  }
  .footer1 .footerTopBtn ul.accountListBottom > li {
    color: var(--white-color);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    height: 32px;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
  }
  .footer1 .footerTopBtn ul.accountListBottom > li a {
    padding: 2px 20px;
    width: 100%;
    display: inline-block;
  }
  .TrialListBtn {
    position: relative;
    white-space: nowrap;
  }
  .featuresListBtn {
    position: relative;
    white-space: nowrap;
  }

  .footer1 .TrialList {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: #000;
    border: 1px solid var(--white-color);
    padding: 15px 0;
    z-index: 5;
    display: none;
    height: 0;
    overflow: hidden;
  }
  .footer1 .TrialList > li {
    padding: 2px 20px;
    color: var(--white-color);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
  }
  .footer1 .TrialList > li a {
    width: 100%;
    display: inline-block;
  }
  .footer1 .TrialList > li div {
    border-bottom: 2px solid transparent;
    padding: 2px 0 4px;
    display: inline-block;
  }
  .footer1 .TrialList > li:hover div {
    border-bottom: 2px solid #03aaba;
    box-sizing: border-box;
  }
  .footer1.excFooter .TrialList > li:hover div {
    border-bottom: 2px solid #1b89ff;
    box-sizing: border-box;
  }
  .leftMenuLange .langeListBox {
    bottom: 30px;
    right: auto;
    left: 0px;
    z-index: 3;
  }
  .langeListBox > li {
    padding: 1px 5px 1px 5px;
    /* cursor: pointer; */
    text-align: left;
    white-space: nowrap;
    width: 92px;
    height: auto;
    display: inline-block;
    color: #aaa;
    cursor: default;
    font-size: 16px;
  }
  .line_bottom {
    position: relative;
    width: fit-content;
    height: 100%;
    color: #000 !important;
  }
  .line_bottom::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
  }
  .langeListBox > li.sabledLang {
    color: var(--dark-black-color);
    cursor: pointer;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
    /* background-color: #e3e3e3; */
    margin: 5px 1px 5px 1px;
    height: 23px;
  }
  .langeListBox li:hover .line_bottom::after {
    width: 100%;
  }
  .mac .langeListBox > li {
    padding-top: 7px;
  }
  @-webkit-keyframes videoloaderAll {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }
  @keyframes videoloaderAll {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }
  @-webkit-keyframes loaderAll {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }
  @keyframes loaderAll {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }

  .slideReady {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  .slideUp {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .loadingAnisAll {
    position: relative;
    background-color: #c8c8c8;
    overflow: hidden;
    border-radius: 10px;
  }

  .loadingAnisAll:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    background-color: #d3d3d3;
    -webkit-animation-name: loadingAni1;
    animation-name: loadingAni1;
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    z-index: 10;
  }

  .loadingAnisAll:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #e7e7e7;
    z-index: 10;
  }

  @-webkit-keyframes loadingAni1 {
    34% {
      top: 0;
      left: 100%;
    }
    35% {
      top: -100%;
      left: 100%;
    }
    36% {
      top: -100%;
      left: -200%;
    }
    40% {
      top: 0;
      left: -100%;
      background-color: #e9e9e9;
    }
    80% {
      top: 0;
      left: 100%;
    }
    100% {
      top: 0;
      left: 100%;
    }
  }

  @keyframes loadingAni1 {
    34% {
      top: 0;
      left: 100%;
    }
    35% {
      top: -100%;
      left: 100%;
    }
    36% {
      top: -100%;
      left: -200%;
    }
    40% {
      top: 0;
      left: -100%;
      background-color: #a0a0a0;
    }
    80% {
      top: 0;
      left: 100%;
    }
    100% {
      top: 0;
      left: 100%;
    }
  }

  .cookie_agree {
    position: fixed;
    top: auto;
    left: 50%;
    bottom: 20px;
    width: 1120px;
    margin-left: -560px;
    z-index: 999;
    padding: 40px;
    background-color: #f2f2f2;
    border: 1px solid rgba(14, 14, 14, 0.05);
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    display: none;
  }
  .cookie_agree_text {
    width: 910px;
    font-size: 18px;
  }
  .accept_cookie_btn:hover {
    background-color: transparent !important;
  }
  .logo_part_inno {
    margin-left: auto;
  }

  .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;
  }
  .video_image:hover .playVideoBtn {
    background-image: url('/images/innorix_exacoola/youtube-hover.png');
  }
}
@media all and (max-width: 1224px) {
  .footer_info_part {
    width: 100%;
    height: auto;
    position: relative;
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
  }
  html {
    width: 100%;
    overflow-x: hidden;
  }
  .blank {
    cursor: pointer;
  }
  .mobileHide {
    display: none !important;
  }
  section {
    padding-left: 30px;
    padding-right: 30px;
  }
  body {
    overflow-x: hidden;
    word-break: keep-all;
  }
  .blueLightBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid var(--bright-blue-color);
    background-color: var(--bright-blue-color);
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    transition: all 0.3s ease;
    cursor: pointer;
    word-break: keep-all !important;
  }
  .blueLightBtn:hover {
    /* background: var(--white-color); */
    color: var(--bright-blue-color);
    background-color: var(--white-color);
  }
  .whiteBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid #6ab0e5;
    background-color: transparent;
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #006aba;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .whiteBtn:hover {
    border: 1px solid #006aba;
    color: var(--white-color);
    background-color: #006aba;
  }
  .whiteLightBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid var(--bright-blue-color);
    background-color: transparent;
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--bright-blue-color);
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .whiteLightBtn:hover {
    border: 1px solid var(--bright-blue-color);
    color: var(--white-color);
    background-color: var(--bright-blue-color);
  }
  .blackBtn,
  .skipBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    /* gap: 10px; */
    width: auto;
    height: 44px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 26px;
    line-height: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .backBtn {
    width: 40px;
    height: 40px;
    background-color: #666666;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .skipBtn.outlined {
    background-color: transparent;
    border: 1px solid #000;
    color: var(--dark-black-color);
  }
  .factory_block_unknown_user .blackBtn.disabled {
    background-color: #666;
    border: 1px solid #666;
  }
  .blackBtn:hover {
    border: 1px solid #000;
    color: var(--dark-black-color);
    background-color: var(--white-color);
  }

  @-webkit-keyframes loader1 {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }

  @keyframes loader1 {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }

  .footer1 {
    width: 100%;
    position: relative;
    z-index: 50;
    background-color: var(--white-color);
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
    padding: 50px 30px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer1 .footerTopBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* background-color:#262626; */
  }
  .footer1 .footerBottomBox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 34px;
    margin-top: 110px;
    position: relative;
  }
  .footer1 .footerBody {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 0px;
  }
  .footer1 .footerTopBox .footerBody {
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* padding: 0px 15px; */
  }
  .footer1.productFooter .footerTopBox .footerBody {
    position: relative;
    height: auto;
  }
  .footer1 .footerBottomBox .footerBody {
    position: relative;
    height: 111px;
    padding: 19px 0px 60px;
    /* border-top: 1px solid #aaa; */
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px;
  }
  .footer1 .footerBottomTexts {
    font-size: 12px;
    color: var(--white-color);
  }
  .footer1 .bottomLeftTexts {
    float: left;
    margin-left: 10px;
    color: var(--light-grey-color);
  }
  .footer1 .footerBottomTexts.bottomLayers {
    cursor: pointer;
    /* -ms-user-select: auto; 
		-moz-user-select: auto;
		-khtml-user-select: auto;
		-webkit-user-select: auto;
		user-select: auto; */
    margin-right: 0px !important;
  }
  .footer1 .logo_img_box {
    cursor: pointer;
    display: none;
  }
  .footer1 .footerTopText {
    color: var(--white-color);
    font-size: 14px;
    padding: 5px 0 3px;
    display: inline-block;
    cursor: pointer;
  }
  .footer1 .footerPageTextBox {
    position: absolute;
    right: 0px;
    top: 59px;
  }
  .footer1 .footerPageTextBox > div,
  .footer1 .footerPageTextBox > a > div {
    float: left;
    height: 100%;
    font-size: 16px;
    padding: 3px 0px 6px;
    text-align: center;
    white-space: nowrap;
    margin: 0 10px;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn,
  .footer1 .footerPageTextBox > a > div.footerTopBtn {
    padding: 0px 20px 0px;
    margin: 0 5px;
    height: 34px;
    line-height: 2em;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn.exaFooterBtn {
    padding: 0 10px;
    cursor: pointer;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn.exaFooterBtn.blackBorderBtn {
    padding: 0 20px;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn.excFooterBtn {
    padding: 0 10px;
    cursor: pointer;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
  }
  .footer1 .footerPageTextBox > div.footerTopBtn.excFooterBtn.blackBorderBtn {
    padding: 0 20px;
  }
  .footer1 .footerPageTextBox > div.nowPage,
  .footer1 .footerPageTextBox > a > div.nowPage {
    border-bottom: 2px solid var(--white-color);
  }
  .mac .footer1 .footerPageTextBox > div.footerTopBtn,
  .footer1 .footerPageTextBox > a > div.footerTopBtn {
    /* padding-top:2px; */
  }
  .mac .footer1 .footerBody .langeListBox {
    height: 284px !important;
  }
  .footer1 .footerInfoTextBox {
    font-size: 16px;
    color: var(--white-color);
    text-align: left;
    position: absolute;
    top: 120px;
    left: 0px;
    width: 820px;
    line-height: 1.5em;
  }
  .footer1 .footerBody .headerTopIcon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
  }
  .mac .footer1 .footerBody .headerTopIcon {
    top: 67px;
  }
  .footer1 .footerBody .icon {
    float: left;
    /* cursor:pointer; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    display: none;
  }
  .show_mob {
    display: flex !important;
  }
  .footer1 .footerBody .icon > .icon {
    float: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
    margin-top: 18px;
  }
  .footer1 .footerBody .icon > img {
    height: 18px;
  }
  .footer1 .footerBody .icon > a {
    height: 30px;
  }
  .footer1 .footerBody .icon > div {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-black-color);
  }
  .footer1 .footerBody .icon > .icon > a {
    height: 30px;
  }
  .footer1 .footerBody .icon > .icon > div {
    color: var(--white-color);
    cursor: default;
    height: 30px;
  }
  .footer1 .footerBody .icon span {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-black-color);
    display: inline-block;
    cursor: pointer;
  }
  .rightPart_location_wrapper_height_auto {
    height: auto;
  }
  .rightPart_location_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .rightPart_location_card {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .rightPart_location_card > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--dark-black-color);
    text-align: center;
  }
  .rightPart_location_card > p:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #006aba;
  }
  .rightPart_location_width_half {
    width: 100%;
  }
  .rightPart_location_wrapper_btn {
    width: fit-content;
  }
  .footer1 .footerBody .language {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    gap: 10px;
    width: 138px;
    height: 44px;
    border: 1px solid #000000;
    border-radius: 111px;
  }
  .bottom_lang_arrow {
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: auto !important;
    margin-top: -6px;
    transform: rotate(45deg);
  }

  .footer1 .footerBody .footer_menu_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0px !important;
    margin-bottom: 20px;
  }
  .footer1 .footerBody .footer_menu_box > div {
    /* margin-bottom: 10px; */
    color: var(--dark-black-color);
  }
  .footer1 .footerBody .footer_menu_box > .open_footer_bottom_menu {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .footer1 .footerBody .footer_menu_box > .open_footer_bottom_menu > .footer_bottom_menu_icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
  }
  .footer1 .footerBody .footer_menu_box > .open_footer_bottom_menu > .footer_bottom_menu_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    transform-origin: center;
    transform: translate(-50%, -50%);
  }
  .footer1 .footerBody .footer_menu_box > .open_footer_bottom_menu > .footer_bottom_menu_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    transform-origin: center;
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  .footer1 .footerBody .footer_menu_box > .open_footer_bottom_menu.active > .footer_bottom_menu_icon::before {
    transform: rotate(0deg);
  }
  .target_slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
  }
  .target_slide > a {
    width: 100%;
    height: 25px;
  }
  .footer1 .footerBody .langIcon {
    text-align: right;
    position: absolute;
    top: -124px;
    right: -4px;
    z-index: 17;
    display: block;
  }
  .footer1.productFooter .footerBody .langIcon {
    text-align: right;
    position: absolute;
    top: 22px;
    right: 10px;
  }
  .footer1 .footerBody img.flagIcon {
    /* height:15px; */
    position: relative;
    top: 1px;
  }
  .footer1 .footerBody .langOpen > span {
    /* position:relative; */
    color: var(--dark-black-color) !important;
  }
  .footer1 .headerTopIcon ul {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: #000;
    border: 1px solid var(--white-color);
    padding: 10px 0;
    display: none;
    height: 0;
  }
  .footer1 .headerTopIcon ul > li {
    padding: 2px 20px;
    color: var(--white-color);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    height: 32px;
  }
  .footer1 .headerTopIcon ul > li a {
    width: 100%;
    display: inline-block;
  }
  .footer1 .headerTopIcon ul > li div {
    border-bottom: 2px solid transparent;
    padding: 2px 0 4px;
    display: inline-block;
  }
  .footer1.exaFooter .headerTopIcon ul > li:hover div {
    border-bottom: 2px solid #03aaba;
  }
  .footer1 .headerTopIcon ul > li:hover div {
    border-bottom: 2px solid var(--white-color);
  }
  .footer1.excFooter .headerTopIcon ul > li:hover div {
    border-bottom: 2px solid #1b89ff;
  }
  .langeListBox {
    position: absolute;
    right: 0px;
    width: 228px;
    height: 0px;
    z-index: 1;
    border: 0px solid var(--white-color);
    background-color: var(--white-color);
    color: var(--dark-black-color);
    display: none;
    overflow: hidden;
    padding: 10px 15px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
  }
  .langeListBox.bottomUpBox {
    height: 0px;
  }
  .header1 .headerBody .headerTopIcon .langeListBox {
    top: 40px;
  }
  .footer1 .footerBody .langeListBox {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .footer1 .featuresList {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: #000;
    border: 1px solid var(--white-color);
    padding: 15px 0;
    z-index: 5;
    display: none;
    height: 0;
  }

  .footer1 .leftMenuSortImg {
    display: inline-block;
    height: 7px;
    transform: rotate(180deg);
  }
  .footer1 .featuresList > li {
    padding: 2px 20px;
    color: var(--white-color);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
  }
  .footer1 .featuresList > li a {
    width: 100%;
    display: inline-block;
  }
  .footer1 .featuresList > li div {
    border-bottom: 2px solid transparent;
    padding: 2px 0 4px;
    display: inline-block;
  }
  .footer1 .featuresList > li:hover div {
    border-bottom: 2px solid var(--white-color);
    box-sizing: border-box;
  }
  .footer1 .footerTopBtn {
    position: relative;
  }
  .footer1 .footerTopBtn ul.accountListBottom {
    width: 170px;
    position: absolute;
    bottom: 33px;
    left: 0px;
    background-color: #000;
    border: 1px solid var(--white-color);
    padding: 5px 0;
    z-index: 100;
    display: none;
    height: 0;
  }
  .footer1 .footerTopBtn ul.accountListBottom > li div {
    border-bottom: 2px solid transparent;
    display: inline-block;
    line-height: 1.3;
  }
  .footer1 .footerTopBtn.excFooterBtn ul.accountListBottom > li:hover div {
    border-bottom: 2px solid #1b89ff;
    display: inline-block;
    line-height: 1.3;
  }
  .footer1 .footerTopBtn.exaFooterBtn ul.accountListBottom > li:hover div {
    border-bottom: 2px solid #03aaba;
    display: inline-block;
    line-height: 1.3;
  }
  .footer1 .footerTopBtn ul.accountListBottom > li {
    color: var(--white-color);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    height: 32px;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
  }
  .footer1 .footerTopBtn ul.accountListBottom > li a {
    padding: 2px 20px;
    width: 100%;
    display: inline-block;
  }
  .TrialListBtn {
    position: relative;
    white-space: nowrap;
  }
  .featuresListBtn {
    position: relative;
    white-space: nowrap;
  }

  .footer1 .TrialList {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: #000;
    border: 1px solid var(--white-color);
    padding: 15px 0;
    z-index: 5;
    display: none;
    height: 0;
    overflow: hidden;
  }
  .footer1 .TrialList > li {
    padding: 2px 20px;
    color: var(--white-color);
    font-size: 16px;
    text-align: left;
    cursor: pointer;
  }
  .footer1 .TrialList > li a {
    width: 100%;
    display: inline-block;
  }
  .footer1 .TrialList > li div {
    border-bottom: 2px solid transparent;
    padding: 2px 0 4px;
    display: inline-block;
  }
  .footer1 .TrialList > li:hover div {
    border-bottom: 2px solid #03aaba;
    box-sizing: border-box;
  }
  .footer1.excFooter .TrialList > li:hover div {
    border-bottom: 2px solid #1b89ff;
    box-sizing: border-box;
  }
  .leftMenuLange .langeListBox {
    bottom: 30px;
    right: auto;
    left: 0px;
    z-index: 3;
  }
  .langeListBox > li {
    padding: 1px 5px 1px 5px;
    /* cursor: pointer; */
    text-align: left;
    white-space: nowrap;
    width: 92px;
    height: auto;
    display: inline-block;
    color: #aaa;
    cursor: default;
    font-size: 16px;
  }
  .line_bottom {
    position: relative;
    width: fit-content;
    height: 100%;
    color: #000 !important;
  }
  .line_bottom::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
  }
  .langeListBox > li.sabledLang {
    color: var(--dark-black-color);
    cursor: pointer;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
    /* background-color: #e3e3e3; */
    margin: 5px 1px 5px 1px;
    height: 23px;
  }
  .langeListBox li:hover .line_bottom::after {
    width: 100%;
  }

  .videoloadingAnisAll {
    overflow: hidden;
    position: relative;
    background-color: #eee;
  }
  .videoloadingAnisAll:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    z-index: 0;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: videoloaderAll 2s ease-in-out infinite;
    animation: videoloaderAll 2s ease-in-out infinite;
  }
  @-webkit-keyframes videoloaderAll {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }
  @keyframes videoloaderAll {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }

  /* .loadingAnisAll{
		overflow:hidden;
		position:relative;
		background-color:#eee;
	}
	.loadingAnisAll:after{
		content: "";
		position:absolute;
		top:0px;
		left:-100%;
		width:100%;
		height:100%;
		background-color:#ddd;
		z-index:0;
		-webkit-transform-origin:  100% 0%;
						transform-origin:  100% 0% ;
		-webkit-animation: loaderAll 2s ease-in-out infinite;
						animation: loaderAll 2s ease-in-out infinite;
	} */
  @-webkit-keyframes loaderAll {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }
  @keyframes loaderAll {
    50% {
      left: 0;
    }
    100% {
      left: 200%;
    }
  }

  .slideReady {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  .slideUp {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .loadingAnisAll {
    position: relative;
    background-color: #c8c8c8;
    overflow: hidden;
  }

  .loadingAnisAll:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    background-color: #d3d3d3;
    -webkit-animation-name: loadingAni1;
    animation-name: loadingAni1;
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    z-index: 2;
  }

  .loadingAnisAll:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #e7e7e7;
    z-index: 2;
  }

  @-webkit-keyframes loadingAni1 {
    34% {
      top: 0;
      left: 100%;
    }
    35% {
      top: -100%;
      left: 100%;
    }
    36% {
      top: -100%;
      left: -200%;
    }
    40% {
      top: 0;
      left: -100%;
      background-color: #e9e9e9;
    }
    80% {
      top: 0;
      left: 100%;
    }
    100% {
      top: 0;
      left: 100%;
    }
  }

  @keyframes loadingAni1 {
    34% {
      top: 0;
      left: 100%;
    }
    35% {
      top: -100%;
      left: 100%;
    }
    36% {
      top: -100%;
      left: -200%;
    }
    40% {
      top: 0;
      left: -100%;
      background-color: #a0a0a0;
    }
    80% {
      top: 0;
      left: 100%;
    }
    100% {
      top: 0;
      left: 100%;
    }
  }

  .col p {
    color: white;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
  }
  .col .bottomLineP {
    display: inline-block;
    height: 25px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .col p > span {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--white-color);
    margin: 0px auto;
    transition: all 0.2s ease;
  }
  .col p:hover span {
    width: 100%;
  }
  .colOp {
    margin-top: 15px;
    margin-bottom: 1px !important;
    color: #7f7f7f !important;
    text-decoration: none !important;
  }
  .col button {
    padding: 7px 23px;
  }
  .footerTopBox .footerBody .leftPart {
    display: flex;
    height: 300px;
  }
  .col {
    margin-right: 50px;
  }
  .footerTopBox .footerBody {
    /* padding-top:50px !important; */
  }
  .col p:first-child {
    margin-bottom: 25px;
    cursor: auto;
  }
  .footerTopBox .footerBody .rightPart {
    display: flex;
    float: right;
  }
  /* .footerBottomBox .footerBody{
			display:flex;
			justify-content:space-between; \
	} */
  .footerBottomBox .footerBody .rightPart {
    font-size: 11pt;
  }
  .col5 {
    width: 133px;
  }
  .col5 .langOpen {
    transform: translate(-21px, 5px);
  }
  /* .fileInfoUpBox .fileInfoBox{
		width:330px;
		margin-right:54px;
	} */
  .mobile_header_body {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 499;
    width: 100%;
    height: 50px;
    /* background-color: var(--white-color); */
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .html_body[data-mode='not_main'] .mobile_header_body {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 499;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .logo_header {
    width: 120px;
    height: 32px;
    background-image: url('/images/innorix_homepage/homepage_new/p12-footer-logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .html_body[data-mode='not_main'] .logo_header {
    width: 120px;
    height: 32px;
    background-image: url('/images/innorix_homepage/homepage_new/innorix-black.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .html_body[data-mode='not_main'] .logo_header.costomi {
    width: 120px;
    height: 32px;
    background-image: url('/images/homepages_logo/costomi-black-20.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile_header_menu {
    width: 35px;
    height: 44px;
    box-sizing: border-box;
    padding: 13px;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
  }
  .mobile_header_menu > span {
    display: inline-block;
    width: 100%;
    /* height: 2px;
		background-color: var(--white-color); */
    border-bottom: 1px solid var(--white-color);
    transition: all 0.3s linear;
  }
  .html_body[data-mode='not_main'] .mobile_header_menu > span {
    display: inline-block;
    width: 100%;
    /* height: 2px;
		background-color: var(--white-color); */
    border-bottom: 1px solid #000;
    transition: all 0.3s linear;
  }
  .mobile_header_menu > span:first-child {
    transform-origin: 100%;
  }
  .mobile_header_menu > span:last-child {
    transform-origin: 100%;
  }
  .menu_layer {
    position: fixed;
    top: 50px;
    right: -100%;
    /* bottom: 0px; */
    width: 100%;
    height: calc(100vh - 50px);
    z-index: 500;
    padding: 24px 20px;
    color: var(--white-color);
    background-color: var(--white-color);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 16px;
    transition: all 0.3s ease;
    opacity: 0;
    flex-wrap: nowrap;
    font-size: 18px;
    overflow-y: auto;
  }
  .menu_box_mobile {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .menu_box_mobile:first-child {
  }
  .menu_box_mobile > p {
  }
  .menu_box_mobile > p:first-child {
    color: var(--dark-black-color);
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
  }
  .menu_box_mobile_menu_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu_box_mobile > a {
    position: relative;
    display: inline-block;
    color: var(--dark-black-color);
  }
  .menu_box_mobile > a::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -4px;
    left: 0px;
    height: 2px;
    width: 0px;
    background-color: var(--white-color);
    transition: all 0.3s ease;
  }
  .menu_box_mobile > a:hover::after {
    width: 100%;
  }
  .menu_box_mobile_menu_wrapper > a {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    height: 24px;
    color: var(--dark-black-color);
  }
  .menu_box_mobile_menu_wrapper > a::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -4px;
    left: 0px;
    height: 2px;
    width: 0px;
    background-color: var(--white-color);
    transition: all 0.3s ease;
  }
  .menu_box_mobile_menu_wrapper > a:hover::after {
    width: 100%;
  }
  .menu_box_mobile_inner {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding-left: 16px;
  }
  .menu_box_mobile_inner_content {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }
  .mobile_inner_content_category_title {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .menu_box_mobile_inner_content_link_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
  .menu_box_mobile_inner_content_link_box > a {
    color: var(--dark-black-color);
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu_box_mobile_inner_content_link_box > a > p {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  .cookie_agree {
    position: fixed;
    top: auto;
    left: 0%;
    bottom: 0px;
    width: 100%;
    /* margin-left: -540px; */
    z-index: 999;
    padding: 20px 15px;
    background-color: #f1f1f1;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
    gap: 20px;
  }
  .cookie_agree_text {
    width: auto;
    line-height: 20px;
  }
  .accept_cookie_btn:hover {
    background-color: transparent !important;
  }
  .logo_part_inno {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .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;
  }
  .video_image:hover .playVideoBtn {
    background-image: url('/images/innorix_exacoola/youtube-hover.png');
  }
}
.circle_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 5px solid var(--white-color) !important;
  border-top: 5px solid #1b89ff !important;
  border-radius: 50em;
  transition: all 0.2s;
  animation-name: spinCircle;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.getting__started--button {
  border: 0;
  padding: 10px 30px;
  border-radius: 40px;
  background: #146ef5;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #146ef5;
}

.getting__started--button:hover {
  color: #146ef5;
  background: var(--white-color);
}

.autocomplete_items_wrapper.show {
  opacity: 1;
  visibility: visible;
}
.autocomplete_items_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(40px);
  width: 100%;
  max-height: 155px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  z-index: 99;
  border: 1px solid #d4d4d4;

  opacity: 0;
  visibility: hidden;
}
.autocomplete_items_wrapper__item {
  padding: 10px;
  cursor: pointer;
  background-color: var(--white-color);
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete_items_wrapper__item:hover {
  background-color: #e9e9e9;
}

.popup_notify_confirm {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all linear 0.3s;
}

.popup_notify_confirm.active {
  opacity: 1;
  visibility: visible;
  transition: all linear 0.3s;
}

.popup_notify_confirm.delete_product {
  backdrop-filter: unset;
}

.popup_notify_confirm_wrapper {
  min-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: var(--white-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup_notify_confirm.delete_product .popup_notify_confirm_wrapper {
  min-width: 500px;
}

.popup_notify_confirm .popup_notify_confirm_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.popup_notify_confirm p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.popup_notify_confirm .popup_notify_confirm_title span {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}

.popup_notify_confirm .popup_notify_confirm_title img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  cursor: pointer;
}

.popup_notify_confirm_btn {
  max-width: 120px;
  min-width: 120px;
}
@keyframes spinCircle {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 767px) {
  .new_costomi_footer_wrapper .costomi_footer_wrapper--container {
    padding: 20px;
  }
  .costomi_footer_wrapper--container .top_wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  .costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .left_side_wrapper .first_col,
  .costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper .left_side_wrapper .second_col {
    flex: 1;
  }

  .costomi_footer_wrapper--container .top_wrapper .footer_nav_wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  .costomi_footer_wrapper--container .bottom_wrapper {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .costomi_footer_wrapper--container .bottom_wrapper .bottom_nav_list {
    justify-content: space-between;
    width: 100%;
    column-gap: 0;
  }
  .bottom_nav_list .item {
    font-size: 12px;
  }
  .bottom_nav_list .item.open_common_policy_layer {
    cursor: pointer;
  }
  .bottom_nav_list .item.open_common_policy_layer:hover {
    color: var(--dark-black-color);
  }
  .bottom_nav_list .item.open_common_policy_layer:hover:active {
    color: var(--bright-blue-color);
  }
}
