@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  font-family: 'Bai Jamjuree', sans-serif; }

:root {
  --Neutral-White: #FFF; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

a {
  text-decoration: navajowhite; }

ul,
ol,
li {
  list-style: none; }

body {
  overflow-x: hidden; }

.hover:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: all 0.3s ease; }

input,
button {
  outline: none; }

/* Cho Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Cho Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

.slick-arrow {
  position: absolute;
  border-radius: 50% !important;
  top: -84px;
  right: 8px;
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: var(--Neutral-100, #FFF);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
  background: url("../img/next-black.svg") center no-repeat !important;
  background-color: #FFF !important;
  overflow: hidden; }
  .slick-arrow.slick-disable {
    background: url("../img/prev-black-disable.svg") center no-repeat !important;
    background-color: #FFF !important; }
  .slick-arrow::before {
    display: none; }
  .slick-arrow.slick-prev {
    left: unset;
    right: 68px;
    background: url("../img/prev-black.svg") center no-repeat !important;
    background-color: #FFF !important; }
    .slick-arrow.slick-prev.slick-disable {
      background: url("../img/prev-black-disable.svg") center no-repeat !important;
      background-color: #FFF !important; }
  @media (max-width: 1024px) {
    .slick-arrow {
      top: unset;
      bottom: -68px;
      right: unset;
      transform: translateX(-50%);
      left: calc(50% + 30px); }
      .slick-arrow.slick-prev {
        left: calc(50% - 30px); } }

.slick-dots {
  bottom: -36px; }
  .slick-dots li {
    margin: 0 3px;
    width: auto;
    height: auto; }
    .slick-dots li:before {
      display: none !important; }
    .slick-dots li button {
      background-color: #F0F1F4;
      border-radius: 50%;
      width: 12px;
      height: 12px; }
      .slick-dots li button:before {
        display: none !important; }
    .slick-dots li.slick-active button {
      background-color: #DB292C; }

.repeater-image-text-process {
  display: flex; }
  .repeater-image-text-process .repeater-item {
    width: calc(25% + 10px);
    padding-right: 40px;
    overflow: hidden; }
    @media (max-width: 1440px) {
      .repeater-image-text-process .repeater-item {
        padding-right: 30px; } }
    @media (max-width: 1024px) {
      .repeater-image-text-process .repeater-item {
        padding-right: 16px; } }
    @media (max-width: 767px) {
      .repeater-image-text-process .repeater-item {
        padding-right: 0; } }
    .repeater-image-text-process .repeater-item:last-child {
      width: calc(25% - 30px);
      padding-right: 0; }
      @media (max-width: 1440px) {
        .repeater-image-text-process .repeater-item:last-child {
          width: calc(25% - 20px); } }
      @media (max-width: 1024px) {
        .repeater-image-text-process .repeater-item:last-child {
          padding-right: 16px; } }
      @media (max-width: 767px) {
        .repeater-image-text-process .repeater-item:last-child {
          padding-right: 0; } }
    .repeater-image-text-process .repeater-item .item-image {
      margin-bottom: 40px;
      border-radius: 20px;
      overflow: hidden;
      aspect-ratio: 405/400; }
      .repeater-image-text-process .repeater-item .item-image img {
        width: 100%;
        object-fit: cover;
        transition: all 0.3s ease; }
        .repeater-image-text-process .repeater-item .item-image img:hover {
          transform: scale(1.2); }
    .repeater-image-text-process .repeater-item .item-text {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
      .repeater-image-text-process .repeater-item .item-text ul {
        padding-left: 30px; }
      .repeater-image-text-process .repeater-item .item-text li {
        list-style: disc; }
    .repeater-image-text-process .repeater-item .item-number-border {
      position: relative; }
      .repeater-image-text-process .repeater-item .item-number-border:before, .repeater-image-text-process .repeater-item .item-number-border:after {
        transition: all 1s ease;
        position: absolute;
        background: linear-gradient(90deg, #DB292C 0%, #FFF 100%);
        content: '';
        height: 1px;
        width: 100%;
        top: 19.5px;
        left: 40px;
        z-index: 1; }
      .repeater-image-text-process .repeater-item .item-number-border:after {
        z-index: 2;
        width: 0;
        background: #DB292C; }
    .repeater-image-text-process .repeater-item .item-number {
      display: flex;
      width: 40px;
      height: 40px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      aspect-ratio: 1/1;
      border-radius: 6px;
      background: #DB292C;
      color: #FFF;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      margin-bottom: 20px; }
    @media (min-width: 1025px) {
      .repeater-image-text-process .repeater-item:hover .item-number-border:after {
        width: 100%; }
      .repeater-image-text-process .repeater-item:hover .item-number-border:before {
        display: none; } }
    .repeater-image-text-process .repeater-item.slick-active .item-number-border:after {
      width: 100%; }
    .repeater-image-text-process .repeater-item.slick-active .item-number-border:before {
      display: none; }

.repeater-item-description {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap; }
  .repeater-item-description p {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    border-radius: 200px;
    background: #F0F1F4;
    color: var(--Neutral-0, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; }

.elementor-repeater-items {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .elementor-repeater-items {
      display: block; } }
  .elementor-repeater-items .slick-track {
    display: flex !important; }
  .elementor-repeater-items .slick-slide {
    height: inherit !important; }
  .elementor-repeater-items .slick-arrow {
    right: 12px; }
    .elementor-repeater-items .slick-arrow.slick-prev {
      right: 72px; }
    @media (max-width: 1024px) {
      .elementor-repeater-items .slick-arrow {
        right: unset; } }
  .elementor-repeater-items .repeater-item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 60px 6%; }
    @media (max-width: 1024px) {
      .elementor-repeater-items .repeater-item {
        padding: 30px; } }
    @media (max-width: 767px) {
      .elementor-repeater-items .repeater-item {
        display: block;
        padding: 16px; } }
    .elementor-repeater-items .repeater-item .repeater-item-box {
      max-width: 670px;
      width: 100%; }
      .elementor-repeater-items .repeater-item .repeater-item-box .image-wrapper-hover {
        position: relative;
        margin-bottom: 32px;
        border-radius: 20px;
        overflow: hidden;
        aspect-ratio: 640 / 480; }
        @media (max-width: 767px) {
          .elementor-repeater-items .repeater-item .repeater-item-box .image-wrapper-hover {
            margin-bottom: 20px; } }
        .elementor-repeater-items .repeater-item .repeater-item-box .image-wrapper-hover > img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .elementor-repeater-items .repeater-item .repeater-item-box .image-wrapper-hover img {
          transition: all 0.3s ease; }
        .elementor-repeater-items .repeater-item .repeater-item-box .image-wrapper-hover video {
          border-radius: 20px;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .elementor-repeater-items .repeater-item .repeater-item-box .image-wrapper-hover .hover-btn {
          position: absolute; }
          .elementor-repeater-items .repeater-item .repeater-item-box .image-wrapper-hover .hover-btn a {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            border-radius: 200px;
            background: var(--Neutral-100, #FFF);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
            display: flex;
            padding: 10px 6px 10px 16px;
            justify-content: center;
            align-items: center;
            gap: 6px;
            width: 136px; }
        .elementor-repeater-items .repeater-item .repeater-item-box .image-wrapper-hover:hover > img {
          transform: scale(1.2); }
      .elementor-repeater-items .repeater-item .repeater-item-box .repeater-item-title {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px; }
        .elementor-repeater-items .repeater-item .repeater-item-box .repeater-item-title a {
          color: #000;
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          display: inline-flex;
          align-items: center;
          position: relative; }
          .elementor-repeater-items .repeater-item .repeater-item-box .repeater-item-title a::after {
            content: "";
            position: absolute;
            bottom: 5px;
            left: 0;
            height: 1px;
            width: 0;
            background-color: #000;
            transition: width 0.3s ease; }
          .elementor-repeater-items .repeater-item .repeater-item-box .repeater-item-title a:hover::after {
            width: 100%; }
      .elementor-repeater-items .repeater-item .repeater-item-box .repeater-item-desc-top {
        color: var(--Neutral-50, #757780);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 32px; }
        @media (max-width: 767px) {
          .elementor-repeater-items .repeater-item .repeater-item-box .repeater-item-desc-top {
            font-size: 14px;
            margin-bottom: 20px; } }
    .elementor-repeater-items .repeater-item:nth-child(1) {
      border: 1px solid #EFF0FA;
      border-left: 0; }
      @media (max-width: 767px) {
        .elementor-repeater-items .repeater-item:nth-child(1) {
          border: none; } }
    .elementor-repeater-items .repeater-item:nth-child(2) {
      border: 1px solid #EFF0FA;
      border-left: 0;
      border-right: 0; }
      @media (max-width: 767px) {
        .elementor-repeater-items .repeater-item:nth-child(2) {
          border: none; } }
      .elementor-repeater-items .repeater-item:nth-child(2)::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img/15219414.svg");
        left: -10px;
        top: -10px; }
        @media (max-width: 767px) {
          .elementor-repeater-items .repeater-item:nth-child(2)::after {
            display: none; } }
    .elementor-repeater-items .repeater-item:nth-child(3) {
      border-right: 1px solid #EFF0FA; }
      @media (max-width: 767px) {
        .elementor-repeater-items .repeater-item:nth-child(3) {
          border: none; } }
      .elementor-repeater-items .repeater-item:nth-child(3)::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img/15219414.svg");
        right: -10px;
        top: -10px; }
        @media (max-width: 767px) {
          .elementor-repeater-items .repeater-item:nth-child(3)::after {
            display: none; } }
  .elementor-repeater-items.elementor-repeater-slide .content-text {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media (max-width: 767px) {
      .elementor-repeater-items.elementor-repeater-slide .content-text {
        padding: 20px; } }
  .elementor-repeater-items.elementor-repeater-slide .repeater-item {
    border: none;
    padding: 0 12px; }
    .elementor-repeater-items.elementor-repeater-slide .repeater-item::after {
      display: none !important; }
    .elementor-repeater-items.elementor-repeater-slide .repeater-item .repeater-item-box {
      max-width: unset;
      border-radius: 20px;
      background: #F9F9F9;
      height: 100%; }
      .elementor-repeater-items.elementor-repeater-slide .repeater-item .repeater-item-box .image-wrapper-hover {
        margin: 0;
        border-radius: 20px 20px 0 0;
        aspect-ratio: 828 / 580; }
        .elementor-repeater-items.elementor-repeater-slide .repeater-item .repeater-item-box .image-wrapper-hover > img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .elementor-repeater-items.elementor-repeater-slide .desc-top ul {
    display: flex;
    gap: 30px; }
    .elementor-repeater-items.elementor-repeater-slide .desc-top ul li {
      color: var(--Neutral-50, #757780);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%; }
      .elementor-repeater-items.elementor-repeater-slide .desc-top ul li::before {
        content: "•";
        position: absolute;
        left: -17px;
        top: -2px;
        color: #DB292C;
        font-size: 21px;
        line-height: 21px; }
      .elementor-repeater-items.elementor-repeater-slide .desc-top ul li:first-child::before {
        display: none; }
  .elementor-repeater-items.elementor-repeater-slide .title a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    display: inline-flex; }
    @media (max-width: 767px) {
      .elementor-repeater-items.elementor-repeater-slide .title a {
        font-size: 20px; } }
    .elementor-repeater-items.elementor-repeater-slide .title a::after {
      content: "";
      position: absolute;
      bottom: 3px;
      left: 0;
      height: 1px;
      width: 0;
      background-color: #000;
      transition: width 0.3s ease; }
    .elementor-repeater-items.elementor-repeater-slide .title a:hover::after {
      width: 100%; }
  .elementor-repeater-items.elementor-repeater-slide .description {
    color: var(--Neutral-0, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }

@media (max-width: 767px) {
  .custom-tab-gallery {
    margin-left: -6px;
    margin-right: -6px; } }
.custom-tab-gallery .tab-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .custom-tab-gallery .tab-buttons {
      display: block;
      margin-bottom: 30px; }
      .custom-tab-gallery .tab-buttons:not(.slick-slider) {
        display: flex; }
        .custom-tab-gallery .tab-buttons:not(.slick-slider) .slick-track {
          display: flex;
          justify-content: center; } }
.custom-tab-gallery .tab-btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  color: var(--Neutral-80, #C5C6D0);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
  position: relative;
  border: none; }
  @media (max-width: 767px) {
    .custom-tab-gallery .tab-btn {
      margin: 0 4px; } }
  .custom-tab-gallery .tab-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    background: #FFF;
    transition: all 0.3s ease;
    z-index: 1; }
  .custom-tab-gallery .tab-btn span {
    z-index: 2;
    transition: color 0.3s ease; }
  .custom-tab-gallery .tab-btn:hover {
    cursor: pointer; }
    .custom-tab-gallery .tab-btn:hover::before {
      left: 0; }
    .custom-tab-gallery .tab-btn:hover span {
      color: #000; }
.custom-tab-gallery .tab-btn.active {
  background: #FFF;
  color: #000; }
.custom-tab-gallery .tab-contents {
  width: 100%;
  overflow: hidden; }
.custom-tab-gallery .tab-content {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease; }
  @media (max-width: 767px) {
    .custom-tab-gallery .tab-content {
      overflow-x: scroll;
      width: 100%; } }
  .custom-tab-gallery .tab-content.active {
    display: block; }
  .custom-tab-gallery .tab-content.show {
    opacity: 1;
    transform: translateY(0); }
  .custom-tab-gallery .tab-content .tab-gallery-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .custom-tab-gallery .tab-content .tab-gallery-grid {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .custom-tab-gallery .tab-content .tab-gallery-grid {
        display: flex;
        flex-wrap: unset;
        justify-content: flex-start; } }
    .custom-tab-gallery .tab-content .tab-gallery-grid .tab-gallery-item {
      overflow: hidden;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.05);
      display: flex;
      padding: 20px 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1024px) {
        .custom-tab-gallery .tab-content .tab-gallery-grid .tab-gallery-item {
          padding: 16px 20px; } }
      @media (max-width: 767px) {
        .custom-tab-gallery .tab-content .tab-gallery-grid .tab-gallery-item {
          padding: 10px;
          min-width: 100px;
          width: auto; } }
      .custom-tab-gallery .tab-content .tab-gallery-grid .tab-gallery-item img {
        width: 100%;
        max-height: 80px;
        transition: transform 0.3s ease; }
        @media (max-width: 767px) {
          .custom-tab-gallery .tab-content .tab-gallery-grid .tab-gallery-item img {
            max-width: unset; } }
      .custom-tab-gallery .tab-content .tab-gallery-grid .tab-gallery-item:hover img {
        transform: scale(1.2); }

.custom-post-widget {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .custom-post-widget {
      flex-direction: column; } }
  .custom-post-widget .custom-post-item {
    width: 100%; }
    .custom-post-widget .custom-post-item .post-thumbnail {
      overflow: hidden; }
      .custom-post-widget .custom-post-item .post-thumbnail a {
        display: flex;
        width: 100%;
        aspect-ratio: 240 / 157;
        overflow: hidden;
        border-radius: 10px; }
        @media (max-width: 480px) {
          .custom-post-widget .custom-post-item .post-thumbnail a {
            aspect-ratio: 1 / 1; } }
      .custom-post-widget .custom-post-item .post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
        border-radius: 10px;
        overflow: hidden; }
        .custom-post-widget .custom-post-item .post-thumbnail img:hover {
          transform: scale(1.2); }
    .custom-post-widget .custom-post-item .post-content {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .custom-post-widget .custom-post-item .post-content .bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center; }
        @media (max-width: 767px) {
          .custom-post-widget .custom-post-item .post-content .bottom {
            gap: 6px;
            justify-content: flex-start;
            flex-direction: column;
            align-items: flex-start; } }
        .custom-post-widget .custom-post-item .post-content .bottom .author {
          color: #0B254E;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; }
        .custom-post-widget .custom-post-item .post-content .bottom .modified {
          color: #8F9099;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; }
      .custom-post-widget .custom-post-item .post-content .title {
        margin-bottom: 6px; }
        .custom-post-widget .custom-post-item .post-content .title a {
          color: #000;
          overflow: hidden;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          align-self: stretch; }
          @media (max-width: 767px) {
            .custom-post-widget .custom-post-item .post-content .title a {
              font-size: 16px;
              line-height: 20px; } }
      .custom-post-widget .custom-post-item .post-content .post-excerpt {
        overflow: hidden;
        color: #44464F;
        text-overflow: ellipsis;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        align-self: stretch;
        margin-bottom: 24px; }
        @media (max-width: 767px) {
          .custom-post-widget .custom-post-item .post-content .post-excerpt {
            margin-bottom: 6px; } }
      .custom-post-widget .custom-post-item .post-content .read-more a {
        color: #BA55D3;
        text-overflow: ellipsis;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        overflow: hidden;
        text-decoration-line: underline; }
        @media (max-width: 767px) {
          .custom-post-widget .custom-post-item .post-content .read-more a {
            font-size: 16px;
            line-height: 24px; } }
  .custom-post-widget .custom-post-item-left {
    width: calc(56% - 16px);
    border-radius: 20px;
    background: #F9F9F9; }
    @media (max-width: 1024px) {
      .custom-post-widget .custom-post-item-left {
        width: 100%; } }
    .custom-post-widget .custom-post-item-left .custom-post-item .post-thumbnail {
      border-radius: 20px 20px 0 0; }
      .custom-post-widget .custom-post-item-left .custom-post-item .post-thumbnail a {
        aspect-ratio: 900 / 315; }
        @media (max-width: 1024px) {
          .custom-post-widget .custom-post-item-left .custom-post-item .post-thumbnail a {
            aspect-ratio: auto; } }
    .custom-post-widget .custom-post-item-left .custom-post-item .post-content {
      display: flex;
      padding: 32px 24px;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      border-radius: 0 0 20px 20px;
      background: #F9F9F9; }
      @media (max-width: 767px) {
        .custom-post-widget .custom-post-item-left .custom-post-item .post-content {
          padding: 20px; } }
      .custom-post-widget .custom-post-item-left .custom-post-item .post-content .title {
        height: 58px; }
        .custom-post-widget .custom-post-item-left .custom-post-item .post-content .title a {
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%; }
          @media (max-width: 767px) {
            .custom-post-widget .custom-post-item-left .custom-post-item .post-content .title a {
              font-size: 20px; } }
        @media (max-width: 1024px) {
          .custom-post-widget .custom-post-item-left .custom-post-item .post-content .title {
            height: auto; } }
  .custom-post-widget .custom-post-item-right {
    width: calc(44% - 16px);
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 32px; }
    @media (max-width: 1024px) {
      .custom-post-widget .custom-post-item-right {
        width: 100%; } }
    .custom-post-widget .custom-post-item-right .custom-post-item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .custom-post-widget .custom-post-item-right .post-thumbnail {
      width: calc(40% - 24px); }
      @media (max-width: 1024px) {
        .custom-post-widget .custom-post-item-right .post-thumbnail {
          width: calc(40% - 12px); } }
    .custom-post-widget .custom-post-item-right .post-content {
      width: 60%; }

.image-wrapper-hover .hover-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease; }

.development-process-all {
  position: relative; }
  .development-process-all .number_current {
    color: #FFF;
    position: absolute;
    right: 8.7%;
    bottom: -75px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */ }
    @media (max-width: 1024px) {
      .development-process-all .number_current {
        bottom: -69px; } }
    @media (max-width: 767px) {
      .development-process-all .number_current {
        right: 20px; } }

.custom-development-process {
  position: relative; }
  .custom-development-process .step-item {
    width: 346px !important;
    position: relative;
    padding-right: 66px; }
    @media (max-width: 767px) {
      .custom-development-process .step-item {
        width: 300px !important;
        padding-right: 30px; } }
    .custom-development-process .step-item .svg-default {
      margin-bottom: 20px;
      display: flex;
      width: 66px;
      height: 66px;
      justify-content: center;
      align-items: center;
      border-radius: 200px;
      background: rgba(255, 255, 255, 0.1); }
      .custom-development-process .step-item .svg-default svg {
        width: 32px; }
        @media (max-width: 767px) {
          .custom-development-process .step-item .svg-default svg {
            width: 24px; } }
        .custom-development-process .step-item .svg-default svg path {
          stroke: #757780; }
      @media (max-width: 767px) {
        .custom-development-process .step-item .svg-default {
          width: 48px;
          height: 48px; } }
      .custom-development-process .step-item .svg-default .number {
        color: #757780;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; }
        @media (max-width: 767px) {
          .custom-development-process .step-item .svg-default .number {
            font-size: 16px; } }
    .custom-development-process .step-item .step-title {
      color: var(--Neutral-50, #757780);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      padding-bottom: 29px;
      margin-bottom: 30px;
      width: 100%;
      position: relative; }
      .custom-development-process .step-item .step-title::after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        bottom: -3px;
        left: 0;
        background-color: #DB292C;
        transition: all 0.3s ease; }
        @media (max-width: 767px) {
          .custom-development-process .step-item .step-title::after {
            bottom: -17px; } }
      @media (max-width: 767px) {
        .custom-development-process .step-item .step-title {
          padding-bottom: 0; } }
    .custom-development-process .step-item .border {
      position: absolute;
      width: 100%;
      left: 0;
      top: 145px;
      border-bottom: 1px dashed var(--Neutral-50, #757780); }
      @media (max-width: 767px) {
        .custom-development-process .step-item .border {
          top: 112px; } }
    .custom-development-process .step-item .step-description {
      color: var(--Neutral-50, #757780);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 24px */ }
    .custom-development-process .step-item.slick-current {
      cursor: pointer; }
      .custom-development-process .step-item.slick-current .svg-default {
        background: rgba(255, 255, 255, 0.3); }
        .custom-development-process .step-item.slick-current .svg-default svg path {
          stroke: #FFF; }
        .custom-development-process .step-item.slick-current .svg-default .number {
          color: #FFF; }
      .custom-development-process .step-item.slick-current .step-title {
        color: #FFF; }
        .custom-development-process .step-item.slick-current .step-title::after {
          width: 100%; }
      .custom-development-process .step-item.slick-current .step-description {
        color: #E1E2EC; }
  .custom-development-process .slick-track {
    display: flex !important; }
  .custom-development-process .slick-slide {
    height: inherit !important; }
  .custom-development-process .slick-arrow {
    top: -82px;
    background: url("../img/prev-white.svg") center no-repeat !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    left: unset !important;
    right: 120px; }
    @media (max-width: 1440px) {
      .custom-development-process .slick-arrow {
        right: 90px; } }
    .custom-development-process .slick-arrow::before {
      display: none; }
    .custom-development-process .slick-arrow.slick-next {
      background: url("../img/next-white.svg") center no-repeat !important;
      background-color: rgba(255, 255, 255, 0.2) !important;
      right: 60px; }
      @media (max-width: 1440px) {
        .custom-development-process .slick-arrow.slick-next {
          right: 30px; } }

.tab-about-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .tab-about-us {
      gap: 16px; } }
  .tab-about-us .tab {
    border-radius: 30px;
    background-color: #dbecfe;
    width: calc(33% - 16px);
    transition: all 0.3s ease;
    background-size: cover; }
    .tab-about-us .tab:hover {
      cursor: pointer; }
    .tab-about-us .tab.tab-about-right {
      background-color: #1F466B; }
    @media (max-width: 767px) {
      .tab-about-us .tab {
        width: 100%;
        border-radius: 20px; } }
    .tab-about-us .tab .content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      align-self: stretch;
      width: 100%;
      height: 100%;
      padding: 40px 60px; }
      @media (max-width: 1440px) {
        .tab-about-us .tab .content {
          padding: 30px; } }
      @media (max-width: 1024px) {
        .tab-about-us .tab .content {
          padding: 24px; } }
      @media (max-width: 767px) {
        .tab-about-us .tab .content {
          padding: 30px 16px;
          height: auto; } }
      .tab-about-us .tab .content h2 {
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          .tab-about-us .tab .content h2 {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .tab-about-us .tab .content h2 {
            font-size: 28px; } }
      .tab-about-us .tab .content p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
    .tab-about-us .tab img {
      display: none;
      border-radius: 20px;
      overflow: hidden;
      width: 50%; }
      @media (max-width: 767px) {
        .tab-about-us .tab img {
          width: 100%; } }
    .tab-about-us .tab.active {
      width: 67%;
      display: flex;
      padding: 10px 10px 10px 60px;
      align-items: center;
      gap: 40px;
      align-self: stretch; }
      @media (max-width: 1440px) {
        .tab-about-us .tab.active {
          padding: 10px 10px 10px 30px;
          gap: 32px; } }
      @media (max-width: 1024px) {
        .tab-about-us .tab.active {
          gap: 16px; } }
      @media (max-width: 767px) {
        .tab-about-us .tab.active {
          width: 100%;
          padding: 30px 16px 16px 16px;
          gap: 0;
          flex-wrap: wrap; } }
      .tab-about-us .tab.active .content {
        width: 50%;
        padding: 40px 0; }
        @media (max-width: 1440px) {
          .tab-about-us .tab.active .content {
            padding: 30px 0; } }
        @media (max-width: 767px) {
          .tab-about-us .tab.active .content {
            width: 100%; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .tab-about-us .tab.active .content {
      padding: 16px 0; } }

      .tab-about-us .tab.active img {
        display: inline-flex; }

.menu_main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0; }
  .menu_main .close {
    display: none; }
  .menu_main .menu_item {
    display: flex;
    padding: 0 16px;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    .menu_main .menu_item .menu_a {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      align-items: center; }
      .menu_main .menu_item .menu_a a,
      .menu_main .menu_item .menu_a span {
        color: var(--Neutral-10, #111318);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        text-transform: uppercase;
        text-decoration: none; }
      .menu_main .menu_item .menu_a .black {
        display: inline; }
      .menu_main .menu_item .menu_a .white {
        display: none; }
    .menu_main .menu_item:last-child {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 0; }
      .menu_main .menu_item:last-child:hover {
        background-color: unset;
        border: none; }
      .menu_main .menu_item:last-child span {
        color: var(--Neutral-100, #FFF); }
        .menu_main .menu_item:last-child span:hover {
          font-weight: 500; }
        .menu_main .menu_item:last-child span a {
          display: flex;
          color: var(--Neutral-100, #FFF) !important;
          background: var(--TrueBlue-50, #1C5DC5);
          width: 160px;
          height: 64px;
          justify-content: center;
          align-items: center;
          transition: all 0.3s ease;
          text-transform: uppercase;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          /* 21px */ }
          .menu_main .menu_item:last-child span a:hover {
            background: #2053AE;
            color: var(--Neutral-100, #FFF) !important; }
          @media (max-width: 767px) {
            .menu_main .menu_item:last-child span a {
              height: 52px; } }
    .menu_main .menu_item .dropdown-menu-full {
      position: absolute;
      right: 0;
      top: 64px;
      width: 100vw; }
    .menu_main .menu_item .dropdown-menu-child {
      display: flex;
      width: 100%;
      background-color: #FFF;
      z-index: 10;
      flex-wrap: wrap;
      justify-content: center;
      align-items: start;
      gap: 24px;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s ease;
      padding: 0 8%;
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1); }
      .menu_main .menu_item .dropdown-menu-child li {
        width: calc(33.3333% - 16px); }
        .menu_main .menu_item .dropdown-menu-child li .link_image {
          display: flex;
          height: 194px;
          margin-bottom: 12px; }
          .menu_main .menu_item .dropdown-menu-child li .link_image img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          @media (max-width: 767px) {
            .menu_main .menu_item .dropdown-menu-child li .link_image {
              display: none; } }
        .menu_main .menu_item .dropdown-menu-child li .link_menu {
          color: var(--Neutral-0, #000);
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          display: block;
          margin-bottom: 8px; }
          .menu_main .menu_item .dropdown-menu-child li .link_menu:hover {
            color: var(--TrueBlue-50, #1C5DC5); }
        .menu_main .menu_item .dropdown-menu-child li p {
          color: var(--Neutral-20, #2E3038);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          margin: 0;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .menu_main .menu_item .dropdown-menu-child li.new {
          height: 230px;
          position: relative; }
          .menu_main .menu_item .dropdown-menu-child li.new:hover {
            cursor: auto; }
          .menu_main .menu_item .dropdown-menu-child li.new img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          .menu_main .menu_item .dropdown-menu-child li.new .link_menu {
            position: absolute;
            color: var(--Neutral-100, #FFF);
            bottom: 20px;
            left: 20px;
            max-width: calc(100% - 40px); }
            .menu_main .menu_item .dropdown-menu-child li.new .link_menu:hover {
              color: var(--Neutral-100, #FFF); }
        @media (max-width: 1024px) {
          .menu_main .menu_item .dropdown-menu-child li.new {
            display: none !important; } }
      .menu_main .menu_item .dropdown-menu-child.style2 {
        gap: 24px; }
        .menu_main .menu_item .dropdown-menu-child.style2 li {
          width: calc(25% - 18px); }
      .menu_main .menu_item .dropdown-menu-child .list_post {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px; }
        .menu_main .menu_item .dropdown-menu-child .list_post .img {
          height: 194px;
          overflow: hidden;
          margin-bottom: 8px; }
        .menu_main .menu_item .dropdown-menu-child .list_post img {
          height: 100%;
          align-self: stretch;
          object-fit: cover;
          width: 100%;
          transition: all 0.3s ease; }
        .menu_main .menu_item .dropdown-menu-child .list_post span {
          color: var(--Neutral-0, #000);
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          /* 30px */
          text-transform: unset; }
        .menu_main .menu_item .dropdown-menu-child .list_post p {
          color: var(--Neutral-20, #2E3038);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 21px */
          margin: 0; }
        .menu_main .menu_item .dropdown-menu-child .list_post:hover span {
          color: var(--TrueBlue-50, #1C5DC5); }
      .menu_main .menu_item .dropdown-menu-child.dropdown-menu-child-expertise {
        gap: 48px; }
        .menu_main .menu_item .dropdown-menu-child.dropdown-menu-child-expertise li {
          gap: 32px; }
    @media (min-width: 1025px) {
      .menu_main .menu_item:hover {
        background: var(--Dark-Cerulean-95, #EBF1FC);
        border-bottom: 4px solid var(--TrueBlue-50, #1C5DC5);
        cursor: pointer; }
        .menu_main .menu_item:hover .menu_no_sub a {
          color: #000; }
        .menu_main .menu_item:hover .dropdown-menu-child {
          display: flex;
          height: auto;
          max-height: 1000px;
          padding: 64px 8%; } }

.frameworks-tabs {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  @media (max-width: 767px) {
    .frameworks-tabs {
      gap: 20px; } }
  .frameworks-tabs .tab-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .frameworks-tabs .tab-buttons {
        display: block; }
        .frameworks-tabs .tab-buttons:not(.slick-slider) {
          display: flex; }
          .frameworks-tabs .tab-buttons:not(.slick-slider) .slick-track {
            display: flex;
            justify-content: center; } }
    .frameworks-tabs .tab-buttons .tab-btn {
      display: flex;
      padding: 8px 16px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 100px;
      background: rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
      color: var(--Neutral-80, #C5C6D0);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      overflow: hidden;
      position: relative;
      border: none; }
      @media (max-width: 767px) {
        .frameworks-tabs .tab-buttons .tab-btn {
          margin: 0 4px; } }
      .frameworks-tabs .tab-buttons .tab-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        border-radius: 200px;
        background: #FFF;
        transition: all 0.3s ease;
        z-index: 1; }
      .frameworks-tabs .tab-buttons .tab-btn:hover {
        cursor: pointer; }
      .frameworks-tabs .tab-buttons .tab-btn .svg-default {
        position: relative;
        z-index: 2;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .frameworks-tabs .tab-buttons .tab-btn .svg-default svg {
          width: auto;
          height: auto;
          max-width: 100%; }
      .frameworks-tabs .tab-buttons .tab-btn:hover::before {
        left: 0; }
      .frameworks-tabs .tab-buttons .tab-btn:hover span {
        color: #000; }
      .frameworks-tabs .tab-buttons .tab-btn:hover svg {
        fill: #000; }
      .frameworks-tabs .tab-buttons .tab-btn span {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        z-index: 2; }
      .frameworks-tabs .tab-buttons .tab-btn.active::before {
        left: 0; }
      .frameworks-tabs .tab-buttons .tab-btn.active span {
        color: #000; }
      .frameworks-tabs .tab-buttons .tab-btn.active svg {
        fill: #000; }
  .frameworks-tabs .tab-contents .tab-content {
    transition: all 0.3s ease;
    display: none; }
    @media (max-width: 767px) {
      .frameworks-tabs .tab-contents .tab-content {
        overflow-x: scroll; } }
    .frameworks-tabs .tab-contents .tab-content.active {
      display: flex;
      opacity: 1;
      justify-content: center; }
      @media (max-width: 767px) {
        .frameworks-tabs .tab-contents .tab-content.active {
          justify-content: flex-start; } }
    .frameworks-tabs .tab-contents .tab-content .frameworks-grid {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .frameworks-tabs .tab-contents .tab-content .frameworks-grid {
          flex-wrap: unset;
          justify-content: flex-start; } }
      .frameworks-tabs .tab-contents .tab-content .frameworks-grid .framework-item {
        padding: 16px 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.15);
        display: flex; }
        .frameworks-tabs .tab-contents .tab-content .frameworks-grid .framework-item span {
          color: #FFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (max-width: 767px) {
            .frameworks-tabs .tab-contents .tab-content .frameworks-grid .framework-item span {
              font-size: 14px; } }
        .frameworks-tabs .tab-contents .tab-content .frameworks-grid .framework-item img {
          height: 40px;
          max-width: unset; }

.adamo-blog .blog-post .content {
  display: flex;
  flex-direction: column;
  gap: 60px; }
  @media (max-width: 1024px) {
    .adamo-blog .blog-post .content {
      gap: 40px; } }
  @media (max-width: 767px) {
    .adamo-blog .blog-post .content {
      gap: 30px; } }
.adamo-blog .content_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0; }
  .adamo-blog .content_list .item {
    width: 33.33%; }
    @media (max-width: 1024px) {
      .adamo-blog .content_list .item {
        width: 50%; } }
    @media (max-width: 767px) {
      .adamo-blog .content_list .item {
        width: 100%; } }
.adamo-blog .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: auto; }
  .adamo-blog .pagination span, .adamo-blog .pagination a {
    width: 32px;
    height: 32px;
    border-radius: 200px;
    border: 1px solid var(--Neutral-90, #E1E2EC);
    background: var(--Neutral-100, #FFF);
    color: var(--Neutral-40, #5C5E67);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    display: flex;
    justify-content: center;
    align-items: center; }
    .adamo-blog .pagination span.current, .adamo-blog .pagination a.current {
      color: #FFF;
      background: var(--Dark-Cerulean-50, #1C5DC5); }

.list_cate_blog_search {
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    .list_cate_blog_search {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .list_cate_blog_search {
      margin-bottom: 30px; } }
  .list_cate_blog_search .list_item {
    max-width: 687px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
    .list_cate_blog_search .list_item li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 200px;
      background: #F0F1F4;
      position: relative;
      border: none;
      transition: all 0.3s ease;
      overflow: hidden; }
      .list_cate_blog_search .list_item li::before {
        content: "";
        position: absolute;
        top: 0;
        left: -101%;
        width: 100%;
        height: 100%;
        border-radius: 200px;
        background: #0B254E;
        transition: all 0.3s ease;
        z-index: 1; }
      .list_cate_blog_search .list_item li a {
        padding: 8px 24px;
        border-radius: 200px;
        color: var(--Neutral-0, #000);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        z-index: 2;
        white-space: nowrap; }
      .list_cate_blog_search .list_item li:hover::before {
        left: 0; }
      .list_cate_blog_search .list_item li:hover a {
        color: #FFF; }
      .list_cate_blog_search .list_item li.active {
        background: #0B254E; }
        .list_cate_blog_search .list_item li.active a {
          color: #FFF; }
  .list_cate_blog_search .content {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .list_cate_blog_search .content {
        flex-direction: column;
        gap: 40px; } }
    @media (max-width: 767px) {
      .list_cate_blog_search .content {
        gap: 30px; } }
  .list_cate_blog_search .search {
    max-width: 50%; }
    @media (max-width: 1024px) {
      .list_cate_blog_search .search {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .list_cate_blog_search .search {
        width: 100%; } }
    .list_cate_blog_search .search .form_group {
      position: relative;
      display: flex;
      justify-content: flex-end;
      gap: 8px; }
      @media (max-width: 1024px) {
        .list_cate_blog_search .search .form_group {
          justify-content: flex-start; } }
      .list_cate_blog_search .search .form_group .icon-search {
        position: absolute;
        left: 20px;
        top: 15px; }
        .list_cate_blog_search .search .form_group .icon-search:hover {
          cursor: pointer; }
        @media (max-width: 767px) {
          .list_cate_blog_search .search .form_group .icon-search {
            left: 16px; } }
      .list_cate_blog_search .search .form_group input[type="search"] {
        width: 400px;
        display: flex;
        height: 48px;
        padding: 14px 20px 14px 56px;
        align-items: center;
        gap: 16px;
        border-radius: 200px;
        background: #F0F1F4;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        border: none;
        outline: none; }
        .list_cate_blog_search .search .form_group input[type="search"]::placeholder {
          color: var(--Neutral-50, #757780); }
        @media (max-width: 767px) {
          .list_cate_blog_search .search .form_group input[type="search"] {
            width: 100%;
            padding: unset;
            padding-left: 48px; } }
      .list_cate_blog_search .search .form_group input[type="submit"] {
        display: flex;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 200px;
        background: var(--Gradient-Color-2, linear-gradient(180deg, #04CAE3 0%, #2B72E4 100%));
        color: var(--Neutral-100, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        border: none;
        outline: none; }
        .list_cate_blog_search .search .form_group input[type="submit"]:hover {
          cursor: pointer; }
        @media (max-width: 767px) {
          .list_cate_blog_search .search .form_group input[type="submit"] {
            padding: 12px 18px; } }

.nested-repeater-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between; }
  .nested-repeater-wrap .titles-column {
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0; }
    @media (max-width: 1024px) {
      .nested-repeater-wrap .titles-column {
        display: none; } }
  .nested-repeater-wrap .nr-group-title {
    display: flex;
    padding-right: 16px;
    align-items: center;
    gap: 21px;
    position: relative;
    overflow: hidden;
    border-radius: 200px; }
    .nested-repeater-wrap .nr-group-title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      transition: all 0.3s;
      background-color: #fff;
      z-index: 0; }
    .nested-repeater-wrap .nr-group-title:hover {
      cursor: pointer; }
      .nested-repeater-wrap .nr-group-title:hover::before {
        width: 100%; }
      .nested-repeater-wrap .nr-group-title:hover .no-active {
        display: none; }
      .nested-repeater-wrap .nr-group-title:hover .active {
        display: block; }
    .nested-repeater-wrap .nr-group-title img {
      position: relative;
      z-index: 3; }
    .nested-repeater-wrap .nr-group-title img.active {
      display: none; }
    @media (max-width: 767px) {
      .nested-repeater-wrap .nr-group-title {
        gap: 12px; } }
    .nested-repeater-wrap .nr-group-title.active {
      border-radius: 200px;
      background: #FFF; }
      .nested-repeater-wrap .nr-group-title.active img {
        display: none; }
      .nested-repeater-wrap .nr-group-title.active img.active {
        display: inline-block; }
      @media (max-width: 767px) {
        .nested-repeater-wrap .nr-group-title.active img {
          max-width: 48px; } }
    .nested-repeater-wrap .nr-group-title h3 {
      color: var(--Neutral-0, #000);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      position: relative;
      z-index: 2; }
  .nested-repeater-wrap .contents-column {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    gap: 24px;
    flex: 1 0 0;
    flex-wrap: wrap;
    width: calc(100% - 380px);
    max-width: 730px; }
    @media (max-width: 1024px) {
      .nested-repeater-wrap .contents-column {
        width: 100%; } }
    @media (max-width: 767px) {
      .nested-repeater-wrap .contents-column {
        gap: 20px; } }
    .nested-repeater-wrap .contents-column .nr-group-title-mobile {
      display: none !important; }
      @media (max-width: 1024px) {
        .nested-repeater-wrap .contents-column .nr-group-title-mobile {
          display: flex !important; } }
    .nested-repeater-wrap .contents-column .nr-items {
      display: none;
      justify-content: flex-start;
      gap: 12px;
      flex-wrap: wrap;
      width: 100%; }
      @media (max-width: 767px) {
        .nested-repeater-wrap .contents-column .nr-items {
          gap: 8px; } }
      .nested-repeater-wrap .contents-column .nr-items.active {
        display: flex; }
      .nested-repeater-wrap .contents-column .nr-items .nr-item {
        display: flex;
        width: auto;
        padding: 20px 60px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border-radius: 20px;
        background: var(--Neutral-100, #FFF);
        transition: all 0.3s;
        background-image: linear-gradient(180deg, #FFF 0%, #FFF 100%); }
        @media (max-width: 767px) {
          .nested-repeater-wrap .contents-column .nr-items .nr-item {
            width: auto;
            padding: 12px 24px;
            gap: 8px; } }
        .nested-repeater-wrap .contents-column .nr-items .nr-item img {
          width: 40px;
          height: 40px;
          aspect-ratio: 1/1;
          border-radius: 50%; }
        .nested-repeater-wrap .contents-column .nr-items .nr-item .nr-item-text {
          color: var(--Neutral-0, #000);
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          /* 24px */
          transition: all 0.3s; }
          @media (max-width: 767px) {
            .nested-repeater-wrap .contents-column .nr-items .nr-item .nr-item-text {
              font-size: 14px; } }

body.single-post {
  background-color: #F9F9F9; }

#primary_single_post {
  display: flex;
  padding: 60px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 60px;
  align-self: stretch;
  border-radius: 30px;
  margin: 0 30px 20px 30px;
  background: var(--Neutral-100, #FFF); }
  @media (max-width: 1440px) {
    #primary_single_post {
      padding: 60px 30px; } }
  @media (max-width: 767px) {
    #primary_single_post {
      padding: 60px 16px;
      margin: 0 10px 20px 10px; } }
  #primary_single_post .content {
    max-width: 1460px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FFF; }
    #primary_single_post .content img {
      transition: all 0.3s ease; }
    #primary_single_post .content .content_top {
      margin-bottom: 44px; }
      @media (max-width: 767px) {
        #primary_single_post .content .content_top {
          margin-bottom: 30px; } }
      #primary_single_post .content .content_top .author {
        color: var(--Dark-Cerulean-30, #0B254E);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 12px; }
      #primary_single_post .content .content_top .date {
        color: var(--Neutral-60, #8F9099);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        /* 21px */
        text-transform: uppercase;
        margin-bottom: 24px; }
        @media (max-width: 1024px) {
          #primary_single_post .content .content_top .date {
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          #primary_single_post .content .content_top .date {
            margin-bottom: 16px; } }
      #primary_single_post .content .content_top .title {
        color: var(--Neutral-0, #000);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        /* 52.8px */
        margin-bottom: 32px; }
        @media (max-width: 1024px) {
          #primary_single_post .content .content_top .title {
            font-size: 32px;
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          #primary_single_post .content .content_top .title {
            font-size: 28px;
            margin-bottom: 20px; } }
      #primary_single_post .content .content_top .list_category {
        display: flex;
        flex-wrap: wrap;
        gap: 12px; }
        #primary_single_post .content .content_top .list_category .tag-item {
          border-radius: 4px;
          display: flex;
          align-items: flex-start;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          /* 21px */ }
          #primary_single_post .content .content_top .list_category .tag-item span {
            display: flex;
            padding: 4px 10px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            border-radius: 6px;
            background: #F0F1F4;
            color: var(--Neutral-0, #000);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; }
    #primary_single_post .content .image_thumb {
      margin-bottom: 64px;
      aspect-ratio: 1460/608;
      overflow: hidden; }
      @media (max-width: 1024px) {
        #primary_single_post .content .image_thumb {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        #primary_single_post .content .image_thumb {
          margin-bottom: 30px;
          aspect-ratio: 1200/600; } }
      #primary_single_post .content .image_thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
        border-radius: 10px;
        overflow: hidden; }
        #primary_single_post .content .image_thumb img:hover {
          transform: scale(1.2); }
    #primary_single_post .content .content_main {
      display: flex;
      flex-wrap: wrap;
      gap: 66px;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        #primary_single_post .content .content_main {
          gap: 40px; } }
      #primary_single_post .content .content_main .content_left {
        width: 300px; }
        @media (max-width: 1024px) {
          #primary_single_post .content .content_main .content_left {
            width: 264px; } }
        @media (max-width: 767px) {
          #primary_single_post .content .content_main .content_left {
            display: none; } }
      #primary_single_post .content .content_main .blog-detail-catalogue {
        position: sticky;
        top: 108px;
        display: flex;
        flex-direction: column;
        gap: 16px; }
        @media (max-width: 1024px) {
          #primary_single_post .content .content_main .blog-detail-catalogue {
            gap: 12px; } }
        #primary_single_post .content .content_main .blog-detail-catalogue .catalogue-item {
          color: var(--Neutral-20, #26282E);
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 24px */ }
          #primary_single_post .content .content_main .blog-detail-catalogue .catalogue-item.active {
            color: var(--Dark-Cerulean-40, #113978);
            font-weight: 700; }
      #primary_single_post .content .content_main .blog-detail-content {
        width: calc(100% - 366px);
        overflow: hidden; }
        @media (max-width: 1024px) {
          #primary_single_post .content .content_main .blog-detail-content {
            width: calc(100% - 306px); } }
        @media (max-width: 767px) {
          #primary_single_post .content .content_main .blog-detail-content {
            width: 100%; } }
        #primary_single_post .content .content_main .blog-detail-content h1 {
          font-size: 28px;
          font-style: normal;
          font-weight: 700;
          margin-bottom: 0.67em; }
        #primary_single_post .content .content_main .blog-detail-content h2 {
          margin-bottom: 0.83em;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%; }
        #primary_single_post .content .content_main .blog-detail-content h3 {
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          margin-bottom: 1em; }
        #primary_single_post .content .content_main .blog-detail-content h4 {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          margin-bottom: 1.33em; }
        #primary_single_post .content .content_main .blog-detail-content h5 {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          margin-bottom: 1.67em; }
        #primary_single_post .content .content_main .blog-detail-content h6 {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          margin-bottom: 2.33em; }
        #primary_single_post .content .content_main .blog-detail-content p {
          margin-bottom: 16px;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; }
        #primary_single_post .content .content_main .blog-detail-content ul {
          display: block;
          list-style-type: disc;
          margin-block-end: 1em;
          padding-inline-start: 40px; }
        #primary_single_post .content .content_main .blog-detail-content ol {
          display: block;
          list-style-type: decimal;
          margin-block-end: 1em;
          padding-inline-start: 40px; }
        #primary_single_post .content .content_main .blog-detail-content li {
          list-style: inherit; }
        #primary_single_post .content .content_main .blog-detail-content .border_table {
          width: 100%;
          overflow-x: scroll; }
        #primary_single_post .content .content_main .blog-detail-content table {
          border-collapse: collapse;
          width: 100%;
          margin-bottom: 16px; }
          #primary_single_post .content .content_main .blog-detail-content table th, #primary_single_post .content .content_main .blog-detail-content table td {
            border: 1px solid #ddd;
            padding: 8px; }
          #primary_single_post .content .content_main .blog-detail-content table tr {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left; }
            #primary_single_post .content .content_main .blog-detail-content table tr:nth-child(even) {
              background-color: #f2f2f2; }
    #primary_single_post .content .share_button {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      border-top: 1px solid var(--Neutral-90, #E1E2EC);
      border-bottom: 1px solid var(--Neutral-90, #E1E2EC);
      padding: 24px 0;
      justify-content: flex-end;
      gap: 0;
      align-self: stretch; }
      #primary_single_post .content .share_button span {
        color: var(--Neutral-50, #757780);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; }
      #primary_single_post .content .share_button .ssbp-wrap .ssbp-list li {
        margin-top: 0; }
    #primary_single_post .content .tags {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      #primary_single_post .content .tags .text {
        color: var(--Neutral-50, #757780);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        /* 24px */ }
      #primary_single_post .content .tags .list_tags span, #primary_single_post .content .tags .list_tags a {
        color: var(--Dark-Cerulean-40, #113978);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */ }

.single_post_related {
  padding: 100px 60px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin: 0 30px 20px 30px;
  background-color: #FFF;
  border-radius: 30px; }
  @media (max-width: 1440px) {
    .single_post_related {
      padding: 80px 30px; } }
  @media (max-width: 1024px) {
    .single_post_related {
      padding: 60px 30px; } }
  @media (max-width: 767px) {
    .single_post_related {
      padding: 40px 16px;
      margin: 0 10px 20px 10px; } }
  .single_post_related .slick-track {
    margin: 0; }
  .single_post_related .content {
    display: block; }
    .single_post_related .content .content_list:not(.slick-slide) > .item {
      width: 33.33%; }
      @media (max-width: 1024px) {
        .single_post_related .content .content_list:not(.slick-slide) > .item {
          width: 50%; } }
      @media (max-width: 767px) {
        .single_post_related .content .content_list:not(.slick-slide) > .item {
          width: 100%; } }
    .single_post_related .content img {
      transition: all 0.3s ease; }
    .single_post_related .content .title_main {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      margin-bottom: 60px; }
      @media (max-width: 1024px) {
        .single_post_related .content .title_main {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .single_post_related .content .title_main {
          margin-bottom: 30px; } }
      .single_post_related .content .title_main .title {
        color: var(--Neutral-0, #000);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; }
        @media (max-width: 1024px) {
          .single_post_related .content .title_main .title {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .single_post_related .content .title_main .title {
            font-size: 24px; } }
      .single_post_related .content .title_main a {
        color: var(--Neutral-0, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        position: relative;
        transition: all 0.3s ease;
        display: flex;
        gap: 6px;
        align-items: center; }
        @media (max-width: 767px) {
          .single_post_related .content .title_main a {
            font-size: 16px; } }
        .single_post_related .content .title_main a::after {
          content: "";
          position: absolute;
          bottom: 2px;
          left: 0;
          height: 1px;
          width: 0;
          background-color: #000;
          transition: width 0.3s ease; }
        .single_post_related .content .title_main a .elementor-button-icon {
          width: 0;
          transition: all 0.3s ease;
          background: url("../img/view-all.svg") center no-repeat;
          overflow: hidden; }
        .single_post_related .content .title_main a:hover::after {
          width: calc(100% - 24px); }
        .single_post_related .content .title_main a:hover .elementor-button-icon {
          width: 20px;
          height: 20px; }
  .single_post_related .pagination_show {
    display: flex;
    justify-content: center; }
    .single_post_related .pagination_show .content_pagination {
      display: inline-flex;
      align-items: center;
      gap: 48px; }
      .single_post_related .pagination_show .content_pagination .paginate-disabled {
        pointer-events: none;
        opacity: 0.4; }
      .single_post_related .pagination_show .content_pagination .back, .single_post_related .pagination_show .content_pagination .next {
        display: flex;
        width: 140px;
        padding: 16px 24px;
        justify-content: space-between;
        align-items: center;
        border: 1.5px solid var(--Neutral-10, #111318);
        background: var(--Neutral-100, #FFF);
        color: var(--Neutral-10, #111318);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */ }
        .single_post_related .pagination_show .content_pagination .back:hover, .single_post_related .pagination_show .content_pagination .next:hover {
          cursor: pointer;
          border: 1.5px solid var(--TrueBlue-20, #081935);
          color: var(--TrueBlue-20, #081935); }
          .single_post_related .pagination_show .content_pagination .back:hover svg path, .single_post_related .pagination_show .content_pagination .next:hover svg path {
            fill: #081935; }
      .single_post_related .pagination_show .content_pagination .text {
        color: var(--Neutral-0, #000);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */ }

#modal_contact_successful {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6); }
  #modal_contact_successful .modal-content {
    background-color: #FFF;
    margin: auto;
    border: none;
    max-width: 608px;
    padding: 40px 60px;
    width: 100%;
    border-radius: 30px; }
    @media (max-width: 767px) {
      #modal_contact_successful .modal-content {
        border-radius: 20px;
        padding: 30px 16px; } }
    #modal_contact_successful .modal-content .content {
      display: flex;
      flex-direction: column;
      gap: 24px;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767px) {
        #modal_contact_successful .modal-content .content {
          gap: 16px; } }
      #modal_contact_successful .modal-content .content .title {
        color: var(--Neutral-10, #111318);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; }
        @media (max-width: 767px) {
          #modal_contact_successful .modal-content .content .title {
            font-size: 24px; } }
      #modal_contact_successful .modal-content .content .description p {
        color: var(--Neutral-30, #44464F);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 1em; }
        #modal_contact_successful .modal-content .content .description p:last-child {
          margin-bottom: 0; }
      #modal_contact_successful .modal-content .content .description a {
        color: var(--Dark-Cerulean-50, #1C5DC5);
        font-weight: 700; }
      #modal_contact_successful .modal-content .content .button_back {
        position: relative;
        background: linear-gradient(180deg, #04CAE3 0%, #2B72E4 100%);
        transition: all 0.3s ease;
        border-radius: 200px;
        overflow: hidden;
        display: inline-flex; }
        #modal_contact_successful .modal-content .content .button_back a {
          display: flex;
          padding: 10px 20px;
          justify-content: center;
          align-items: center;
          transition: all 0.3s ease;
          background-repeat: no-repeat;
          background-size: 0;
          background-image: url("../img/submit_f.svg");
          color: #FFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 28px;
          background-position: right 12px center; }
        #modal_contact_successful .modal-content .content .button_back:hover {
          cursor: pointer; }
          #modal_contact_successful .modal-content .content .button_back:hover a {
            padding: 10px 40px 10px 20px;
            background-size: 23.5px; }

.header_top_white .menu_main .menu_item .menu_a a,
.header_top_white .menu_main .menu_item .menu_a span {
  color: #FFF; }
  @media (max-width: 1024px) {
    .header_top_white .menu_main .menu_item .menu_a a,
    .header_top_white .menu_main .menu_item .menu_a span {
      color: #000; } }
.header_top_white .menu_main .menu_item .menu_a .black {
  display: none; }
.header_top_white .menu_main .menu_item .menu_a .white {
  display: inline; }
.header_top_white .menu_main .menu_item:hover .menu_a a,
.header_top_white .menu_main .menu_item:hover .menu_a span {
  color: var(--Neutral-0, #000); }
.header_top_white .menu_main .menu_item:hover .menu_a .black {
  display: inline; }
.header_top_white .menu_main .menu_item:hover .menu_a .white {
  display: none; }
.header_top_white .image-switch-wrapper .image-blue-link {
  display: none; }
.header_top_white .image-switch-wrapper .image-blue {
  display: none; }
.header_top_white .menu_mobile .image-blue-link {
  display: none; }
.header_top_white .menu_mobile .image-blue {
  display: none; }

.header_top_black .menu_main .menu_item .menu_a a,
.header_top_black .menu_main .menu_item .menu_a span {
  color: var(--Neutral-0, #000); }
  @media (max-width: 1024px) {
    .header_top_black .menu_main .menu_item .menu_a a,
    .header_top_black .menu_main .menu_item .menu_a span {
      color: #000; } }
.header_top_black .menu_main .menu_item .menu_a .black {
  display: inline; }
.header_top_black .menu_main .menu_item .menu_a .white {
  display: none; }
.header_top_black .image-switch-wrapper .image-white-link {
  display: none; }
.header_top_black .image-switch-wrapper .image-white {
  display: none; }
.header_top_black .menu_mobile .image-white-link {
  display: none; }
.header_top_black .menu_mobile .image-white {
  display: none; }

.elementor-location-header > .elementor-element {
  transition: all 0.5s ease; }
  .elementor-location-header > .elementor-element > div {
    transition: all 0.3s ease; }

.elementor-location-header.scrolled {
  position: fixed !important;
  z-index: 10;
  width: 100%;
  top: 0; }
  .elementor-location-header.scrolled > .elementor-element {
    max-width: 1200px; }
    @media (max-width: 767px) {
      .elementor-location-header.scrolled > .elementor-element {
        padding-top: 10px; } }
    .elementor-location-header.scrolled > .elementor-element > div {
      border-radius: 200px !important;
      background: rgba(255, 255, 255, 0.4) !important;
      backdrop-filter: blur(22px) !important; }
  .elementor-location-header.scrolled .menu_main .menu_item .menu_a a,
  .elementor-location-header.scrolled .menu_main .menu_item .menu_a span {
    color: #FFF; }
    @media (max-width: 1024px) {
      .elementor-location-header.scrolled .menu_main .menu_item .menu_a a,
      .elementor-location-header.scrolled .menu_main .menu_item .menu_a span {
        color: #000; } }
  .elementor-location-header.scrolled .menu_main .menu_item .menu_a .black {
    display: none; }
  .elementor-location-header.scrolled .menu_main .menu_item .menu_a .white {
    display: inline-flex; }
  .elementor-location-header.scrolled .menu_main .menu_item:hover .menu_a a,
  .elementor-location-header.scrolled .menu_main .menu_item:hover .menu_a span {
    color: #000; }
  .elementor-location-header.scrolled .menu_main .menu_item:hover .menu_a .black {
    display: inline-flex; }
  .elementor-location-header.scrolled .menu_main .menu_item:hover .menu_a .white {
    display: none; }
  .elementor-location-header.scrolled.scrolled1 {
    background: #FFF; }
    .elementor-location-header.scrolled.scrolled1 .logo_white {
      display: none !important; }
    .elementor-location-header.scrolled.scrolled1 .logo_black {
      display: block !important; }
    .elementor-location-header.scrolled.scrolled1 .menu_main .menu_item .menu_a a,
    .elementor-location-header.scrolled.scrolled1 .menu_main .menu_item .menu_a span {
      color: #000; }
    .elementor-location-header.scrolled.scrolled1 .menu_main .menu_item .menu_a .black {
      display: inline-flex; }
    .elementor-location-header.scrolled.scrolled1 .menu_main .menu_item .menu_a .white {
      display: none; }

.modal-opacity-custom {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: block; }

.custom-accordion-wrapper {
  background-color: #111318;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%; }
  @media (max-width: 1024px) {
    .custom-accordion-wrapper {
      gap: 30px; } }
  @media (max-width: 767px) {
    .custom-accordion-wrapper {
      flex-wrap: wrap; } }
  .custom-accordion-wrapper .tab-image {
    width: 52%;
    flex: 1; }
    @media (max-width: 1024px) {
      .custom-accordion-wrapper .tab-image {
        width: 45%; } }
    @media (max-width: 767px) {
      .custom-accordion-wrapper .tab-image {
        width: 100%;
        flex: unset; } }
    .custom-accordion-wrapper .tab-image .accordion-image {
      height: 100%; }
    .custom-accordion-wrapper .tab-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 767px) {
        .custom-accordion-wrapper .tab-image img {
          height: auto; } }
  .custom-accordion-wrapper .tab-content {
    width: 48%;
    flex: 1; }
    @media (max-width: 1024px) {
      .custom-accordion-wrapper .tab-content {
        width: 55%; } }
    @media (max-width: 767px) {
      .custom-accordion-wrapper .tab-content {
        width: 100%; } }
    .custom-accordion-wrapper .tab-content .accordion-item {
      display: flex;
      padding: 40px;
      justify-content: space-between;
      align-items: flex-start;
      align-self: stretch;
      border-bottom: 1px solid var(--Neutral-20, #26282E);
      flex-direction: column;
      gap: 16px; }
      .custom-accordion-wrapper .tab-content .accordion-item:hover {
        cursor: pointer; }
      .custom-accordion-wrapper .tab-content .accordion-item .accordion-title {
        color: var(--Neutral-100, #FFF);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        /* 30px */
        width: 100%;
        display: flex;
        padding-right: 60px;
        background-image: url("../img/open1.svg");
        background-size: 30px;
        background-position: top right;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .custom-accordion-wrapper .tab-content .accordion-item .accordion-title {
            font-size: 18px; } }
      .custom-accordion-wrapper .tab-content .accordion-item .accordion-content {
        padding-left: 32px;
        color: var(--Neutral-100, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */ }
      .custom-accordion-wrapper .tab-content .accordion-item.active {
        border-bottom: 1px solid var(--Dark-Cerulean-20, #081935);
        background: var(--Permanent-Geranium-Lake-50, #DB292C); }
        .custom-accordion-wrapper .tab-content .accordion-item.active .accordion-title {
          background-image: url("../img/close1.svg"); }
      @media (max-width: 1024px) {
        .custom-accordion-wrapper .tab-content .accordion-item {
          padding: 24px;
          gap: 12px; }
          .custom-accordion-wrapper .tab-content .accordion-item .accordion-content {
            padding-left: 20px; } }
      @media (max-width: 767px) {
        .custom-accordion-wrapper .tab-content .accordion-item {
          padding: 16px; } }

.hover-image-switcher {
  display: flex;
  gap: 60px; }
  @media (max-width: 1024px) {
    .hover-image-switcher {
      gap: 30px; } }
  @media (max-width: 1024px) {
    .hover-image-switcher {
      flex-direction: column-reverse; } }
  .hover-image-switcher .titles {
    width: calc(100% - 620px); }
    @media (max-width: 1024px) {
      .hover-image-switcher .titles {
        width: calc(100% - 380px); } }
    @media (max-width: 1024px) {
      .hover-image-switcher .titles {
        width: 100%; } }
    .hover-image-switcher .titles .title-item {
      width: 100%;
      padding: 32px;
      border-bottom: 1px solid #EFF0FA;
      background-image: url("../img/top3.svg");
      background-repeat: no-repeat;
      background-size: 0;
      transition: all 0.3s ease;
      background-position: right center;
      display: flex;
      flex-direction: column;
      gap: 0; }
      @media (max-width: 1024px) {
        .hover-image-switcher .titles .title-item {
          padding: 14.5px 12px; } }
      .hover-image-switcher .titles .title-item a {
        display: inline-flex;
        align-items: center;
        gap: 16px;
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        position: relative;
        width: auto;
        align-self: flex-start; }
        @media (max-width: 1024px) {
          .hover-image-switcher .titles .title-item a {
            font-size: 20px;
            gap: 8px; } }
        .hover-image-switcher .titles .title-item a span {
          color: #757780;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 28px; }
        .hover-image-switcher .titles .title-item a::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 40px;
          height: 1px;
          width: 0;
          background-color: #000;
          transition: width 0.3s ease; }
          @media (max-width: 1024px) {
            .hover-image-switcher .titles .title-item a::after {
              left: 32px; } }
      .hover-image-switcher .titles .title-item .description {
        color: #757780;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease; }
        @media (max-width: 1024px) {
          .hover-image-switcher .titles .title-item .description {
            font-size: 16px; } }
      .hover-image-switcher .titles .title-item:hover {
        gap: 24px;
        background-size: 16px; }
        @media (max-width: 1024px) {
          .hover-image-switcher .titles .title-item:hover {
            background-size: 12px;
            gap: 16px; } }
        @media (max-width: 1024px) {
          .hover-image-switcher .titles .title-item:hover {
            background-size: 12px;
            gap: 12px; } }
        .hover-image-switcher .titles .title-item:hover .description {
          max-height: 500px; }
      .hover-image-switcher .titles .title-item:hover a::after {
        width: calc(100% - 40px); }
        @media (max-width: 1024px) {
          .hover-image-switcher .titles .title-item:hover a::after {
            width: calc(100% - 32px); } }
  .hover-image-switcher .images {
    width: 560px;
    position: relative;
    min-height: 300px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .hover-image-switcher .images {
        width: 100%; } }
    .hover-image-switcher .images .image-item {
      transition: all 0.3s ease;
      overflow: hidden;
      border-radius: 20px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .hover-image-switcher .images .image-item img {
        height: 100%;
        object-fit: cover; }
      .hover-image-switcher .images .image-item:hover img {
        transform: scale(1.2); }

.gallery-repeater-pro .slide-item {
  padding: 0 22px;
  position: relative;
  opacity: 0.3; }
  @media (max-width: 767px) {
    .gallery-repeater-pro .slide-item {
      padding: 0 10px; } }
  .gallery-repeater-pro .slide-item .text {
    display: none; }
    .gallery-repeater-pro .slide-item .text .title {
      color: var(--Neutral-100, #FFF);
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
      /* 35.2px */
      width: 40%;
      max-width: 370px; }
      @media (max-width: 767px) {
        .gallery-repeater-pro .slide-item .text .title {
          font-size: 24px;
          width: 100%;
          max-width: unset; } }
    .gallery-repeater-pro .slide-item .text .description {
      color: var(--Neutral-100, #FFF);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 24px */
      width: 60%;
      text-align: right; }
      @media (max-width: 767px) {
        .gallery-repeater-pro .slide-item .text .description {
          width: 100%;
          text-align: left; } }
  .gallery-repeater-pro .slide-item.slick-active {
    opacity: 1; }
    .gallery-repeater-pro .slide-item.slick-active .text {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 60px; }
      @media (max-width: 1024px) {
        .gallery-repeater-pro .slide-item.slick-active .text {
          left: 30px; } }
      @media (max-width: 767px) {
        .gallery-repeater-pro .slide-item.slick-active .text {
          left: 30px;
          flex-direction: column;
          gap: 10px;
          justify-content: flex-start; } }
  .gallery-repeater-pro .slide-item .image {
    height: 520px;
    margin-bottom: 160px; }
    @media (max-width: 1024px) {
      .gallery-repeater-pro .slide-item .image {
        height: 400px;
        margin-bottom: 100px; } }
    @media (max-width: 767px) {
      .gallery-repeater-pro .slide-item .image {
        height: 320px; } }
    .gallery-repeater-pro .slide-item .image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
.gallery-repeater-pro .slick-dots {
  bottom: unset;
  top: 550px;
  width: calc(60% - 44px);
  display: flex;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 1024px) {
    .gallery-repeater-pro .slick-dots {
      top: 420px; } }
  @media (max-width: 767px) {
    .gallery-repeater-pro .slick-dots {
      top: 340px;
      width: calc(100% - 80px); } }
  .gallery-repeater-pro .slick-dots li {
    margin: 0;
    width: 100%;
    border-radius: 0;
    height: 4px; }
    .gallery-repeater-pro .slick-dots li button {
      background: #FFF;
      width: 100%;
      font-size: 0;
      height: 100%;
      padding: 0;
      border-radius: 0; }
    .gallery-repeater-pro .slick-dots li.slick-active button {
      background: #DB292C;
      width: 100%; }
      .gallery-repeater-pro .slick-dots li.slick-active button::before {
        display: none; }
.gallery-repeater-pro .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  top: 612px;
  border: 1.5px solid #FFF;
  background-image: url("../img/Group_1.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: calc(20% + 23px);
  z-index: 9; }
  @media (min-width: 1560px) {
    .gallery-repeater-pro .slick-arrow {
      z-index: 40; } }
  @media (max-width: 1024px) {
    .gallery-repeater-pro .slick-arrow {
      width: 36px;
      height: 36px;
      background-size: 18px;
      top: 460px; } }
  @media (max-width: 767px) {
    .gallery-repeater-pro .slick-arrow {
      top: 380px;
      left: 40px; } }
  .gallery-repeater-pro .slick-arrow::before {
    display: none; }
  .gallery-repeater-pro .slick-arrow.slick-next {
    background-image: url("../img/Group_2.svg");
    left: calc(20% + 103px); }
    @media (max-width: 767px) {
      .gallery-repeater-pro .slick-arrow.slick-next {
        left: 100px; } }
.gallery-repeater-pro .number_slide {
  position: absolute;
  top: 598px;
  right: 22px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */ }
  @media (max-width: 1024px) {
    .gallery-repeater-pro .number_slide {
      top: 445px; } }
  @media (max-width: 767px) {
    .gallery-repeater-pro .number_slide {
      top: 366px;
      right: 10px; } }

.text-effect .elementor-heading-title {
  overflow: hidden; }
.text-effect .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) scale(1.1);
  filter: blur(5px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
.text-effect .word.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0); }

#contact-form-home .form-control,
#contact-form-developers .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
#contact-form-home .form-group .wpcf7-form-control-wrap,
#contact-form-developers .form-group .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  position: relative; }
  #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control,
  #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control {
    height: 48px;
    min-height: 48px;
    line-height: 1.5;
    padding: 12px 16px; }
    #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control:focus,
    #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control:focus {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control:not(:placeholder-shown),
    #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control:focus ~ label,
    #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control:focus ~ label {
      transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control:not(:placeholder-shown) ~ label,
    #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control:not(:placeholder-shown) ~ label {
      transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control-plaintext,
  #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control-plaintext {
    height: 48px;
    min-height: 48px;
    line-height: 1.5;
    padding: 12px 16px; }
    #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control-plaintext:focus,
    #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control-plaintext:focus {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control-plaintext:not(:placeholder-shown),
    #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  #contact-form-home .form-group .wpcf7-form-control-wrap > .form-select,
  #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-select {
    height: 48px;
    min-height: 48px;
    line-height: 1.5; }
  #contact-form-home .form-group .wpcf7-form-control-wrap > label,
  #contact-form-developers .form-group .wpcf7-form-control-wrap > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 12px 16px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out; }
  #contact-form-home .form-group .wpcf7-form-control-wrap > .form-control-plaintext ~ label,
  #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-control-plaintext ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  #contact-form-home .form-group .wpcf7-form-control-wrap > .form-select ~ label,
  #contact-form-developers .form-group .wpcf7-form-control-wrap > .form-select ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  #contact-form-home .form-group .wpcf7-form-control-wrap ::-webkit-input-placeholder,
  #contact-form-developers .form-group .wpcf7-form-control-wrap ::-webkit-input-placeholder {
    color: transparent; }
  #contact-form-home .form-group .wpcf7-form-control-wrap :-moz-placeholder,
  #contact-form-developers .form-group .wpcf7-form-control-wrap :-moz-placeholder {
    color: transparent; }
  #contact-form-home .form-group .wpcf7-form-control-wrap ::-moz-placeholder,
  #contact-form-developers .form-group .wpcf7-form-control-wrap ::-moz-placeholder {
    color: transparent; }
  #contact-form-home .form-group .wpcf7-form-control-wrap :-ms-input-placeholder,
  #contact-form-developers .form-group .wpcf7-form-control-wrap :-ms-input-placeholder {
    color: transparent; }
#contact-form-home form,
#contact-form-developers form {
  width: 100%; }
  #contact-form-home form br,
  #contact-form-developers form br {
    display: none; }
  #contact-form-home form .wpcf7-response-output,
  #contact-form-developers form .wpcf7-response-output {
    color: #FFF;
    position: relative; }
    #contact-form-home form .wpcf7-response-output:hover,
    #contact-form-developers form .wpcf7-response-output:hover {
      cursor: pointer; }
    #contact-form-home form .wpcf7-response-output::after,
    #contact-form-developers form .wpcf7-response-output::after {
      content: '';
      position: absolute;
      background-image: url("../img/icons-close.svg");
      width: 24px;
      height: 24px;
      background-position: center;
      background-size: 24px;
      background-repeat: no-repeat;
      top: 50%;
      transform: translateY(-50%);
      right: 10px; }
    #contact-form-home form .wpcf7-response-output.d-none,
    #contact-form-developers form .wpcf7-response-output.d-none {
      display: none; }
  #contact-form-home form input[type="number"],
  #contact-form-developers form input[type="number"] {
    -moz-appearance: textfield; }
  #contact-form-home form input[type="number"]::-webkit-inner-spin-button,
  #contact-form-home form input[type="number"]::-webkit-outer-spin-button,
  #contact-form-developers form input[type="number"]::-webkit-inner-spin-button,
  #contact-form-developers form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #contact-form-home form .form-group,
  #contact-form-developers form .form-group {
    border-radius: 4px;
    outline: none;
    border: none;
    margin-bottom: 16px; }
    #contact-form-home form .form-group .wpcf7-not-valid-tip,
    #contact-form-developers form .form-group .wpcf7-not-valid-tip {
      display: none; }
    #contact-form-home form .form-group label,
    #contact-form-developers form .form-group label {
      color: #8F9099;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      background-color: unset; }
      #contact-form-home form .form-group label:after,
      #contact-form-developers form .form-group label:after {
        display: none; }
    #contact-form-home form .form-group input,
    #contact-form-developers form .form-group input {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      border-radius: 4px;
      background-color: #F9F9F9;
      border: none;
      outline: none; }
      #contact-form-home form .form-group input.wpcf7-not-valid,
      #contact-form-developers form .form-group input.wpcf7-not-valid {
        border: 1px solid red;
        background-image: url("../img/error.svg");
        background-position: right 10px center;
        background-repeat: no-repeat; }
    #contact-form-home form .form-group textarea,
    #contact-form-developers form .form-group textarea {
      background-color: #F9F9F9;
      height: 130px !important;
      outline: none;
      border: none;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      resize: none; }
      #contact-form-home form .form-group textarea.wpcf7-not-valid,
      #contact-form-developers form .form-group textarea.wpcf7-not-valid {
        border: 1px solid red;
        background-image: url("../img/error.svg");
        background-position: right 10px top 15px;
        background-repeat: no-repeat; }
  #contact-form-home form .text_how,
  #contact-form-developers form .text_how {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px; }
  #contact-form-home form .list_how,
  #contact-form-developers form .list_how {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    #contact-form-home form .list_how .item,
    #contact-form-developers form .list_how .item {
      display: flex;
      padding: 8px 24px;
      justify-content: center;
      align-items: center;
      border-radius: 200px;
      background: #F0F0F0;
      color: #111318;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      z-index: 0; }
      #contact-form-home form .list_how .item.active,
      #contact-form-developers form .list_how .item.active {
        border-radius: 200px;
        background: #0B254E;
        color: #FFF; }
      #contact-form-home form .list_how .item:hover,
      #contact-form-developers form .list_how .item:hover {
        cursor: pointer;
        color: #FFF; }
      #contact-form-home form .list_how .item::before,
      #contact-form-developers form .list_how .item::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #0B254E;
        z-index: -1;
        transition: left 0.3s ease; }
      #contact-form-home form .list_how .item:hover::before,
      #contact-form-developers form .list_how .item:hover::before {
        left: 0; }
  #contact-form-home form .g-recaptcha,
  #contact-form-developers form .g-recaptcha {
    margin: 24px 0; }
  #contact-form-home form .error-g-recaptcha,
  #contact-form-developers form .error-g-recaptcha {
    color: red;
    font-size: 13px;
    margin-top: -18px;
    margin-bottom: 20px;
    display: none; }
  #contact-form-home form .group_submit,
  #contact-form-developers form .group_submit {
    width: 100%;
    margin-top: 24px; }
    #contact-form-home form .group_submit .submit_show_custom,
    #contact-form-developers form .group_submit .submit_show_custom {
      position: relative;
      background: linear-gradient(180deg, #04CAE3 0%, #2B72E4 100%);
      transition: all 0.3s ease;
      border-radius: 200px;
      overflow: hidden;
      display: inline-flex; }
      #contact-form-home form .group_submit .submit_show_custom span,
      #contact-form-developers form .group_submit .submit_show_custom span {
        display: flex;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        background-repeat: no-repeat;
        background-size: 0;
        background-image: url("../img/submit_f.svg");
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        background-position: right 12px center; }
      #contact-form-home form .group_submit .submit_show_custom:hover,
      #contact-form-developers form .group_submit .submit_show_custom:hover {
        cursor: pointer; }
        #contact-form-home form .group_submit .submit_show_custom:hover span,
        #contact-form-developers form .group_submit .submit_show_custom:hover span {
          padding: 10px 40px 10px 20px;
          background-size: 23.5px; }
  #contact-form-home form.submitting .group_submit .submit_show_custom,
  #contact-form-home form.submitting .group_submit .submit_show_custom_develop,
  #contact-form-developers form.submitting .group_submit .submit_show_custom,
  #contact-form-developers form.submitting .group_submit .submit_show_custom_develop {
    opacity: 0.4;
    pointer-events: none; }

#form-subscribe form > p {
  position: relative; }
  #form-subscribe form > p span.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    #form-subscribe form > p span.wpcf7-form-control-wrap br {
      display: none; }
    #form-subscribe form > p span.wpcf7-form-control-wrap .wpcf7-email {
      color: var(--Dark-Cerulean-10, #06152D);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 24px */
      padding: 17px 200px 17px 17px; }
  #form-subscribe form > p .wpcf7-submit {
    position: absolute;
    color: var(--Neutral-100, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    display: flex;
    padding: 10.5px 16px;
    align-items: center;
    gap: 8px;
    background: var(--Permanent-Geranium-Lake-50, #DB292C);
    right: 8px;
    top: 8px; }
    #form-subscribe form > p .wpcf7-submit:hover {
      background: #CD331A; }
#form-subscribe .wpcf7-response-output {
  margin: 0;
  color: #E1E2EC; }

.news_and_insight .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-self: stretch;
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    .news_and_insight .widget-header {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .news_and_insight .widget-header {
      flex-direction: column;
      gap: 16px;
      margin-bottom: 30px; } }
  .news_and_insight .widget-header h2 {
    color: var(--Neutral-0, #000);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; }
    @media (max-width: 1024px) {
      .news_and_insight .widget-header h2 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .news_and_insight .widget-header h2 {
        font-size: 28px; } }
  .news_and_insight .widget-header a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Neutral-0, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline; }
.news_and_insight .list_item {
  margin: 0 -12px; }
  @media (max-width: 767px) {
    .news_and_insight .list_item {
      margin: 0; } }
  .news_and_insight .list_item .content_list .item {
    padding: 0 12px; }
    @media (max-width: 767px) {
      .news_and_insight .list_item .content_list .item {
        padding: 0; } }
    .news_and_insight .list_item .content_list .item .image {
      position: relative;
      overflow: hidden;
      aspect-ratio: 544/300;
      border-radius: 10px;
      margin-bottom: 24px; }
      .news_and_insight .list_item .content_list .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease; }
      @media (max-width: 767px) {
        .news_and_insight .list_item .content_list .item .image {
          margin-bottom: 20px; } }
    .news_and_insight .list_item .content_list .item .content_text {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px; }
      @media (max-width: 767px) {
        .news_and_insight .list_item .content_list .item .content_text {
          gap: 10px; } }
      .news_and_insight .list_item .content_list .item .content_text .list-cate {
        display: flex;
        align-items: flex-start;
        gap: 8px; }
        .news_and_insight .list_item .content_list .item .content_text .list-cate li {
          display: flex;
          padding: 4px 10px;
          justify-content: center;
          align-items: center;
          gap: 8px;
          color: var(--Neutral-0, #000);
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          border-radius: 6px;
          background: #F0F1F4; }
      .news_and_insight .list_item .content_list .item .content_text .title {
        color: var(--Neutral-0, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .news_and_insight .list_item .content_list .item .content_text .description {
        color: var(--Neutral-20, #26282E);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .news_and_insight .list_item .content_list .item .content_text .bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center; }
        @media (max-width: 767px) {
          .news_and_insight .list_item .content_list .item .content_text .bottom {
            gap: 6px;
            justify-content: flex-start;
            flex-direction: column;
            align-items: flex-start; } }
        .news_and_insight .list_item .content_list .item .content_text .bottom .author {
          color: #0B254E;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; }
        .news_and_insight .list_item .content_list .item .content_text .bottom .modified {
          color: #8F9099;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; }
    .news_and_insight .list_item .content_list .item:hover .image img {
      transform: scale(1.2); }

@media (max-width: 1024px) {
  .menu_main {
    position: fixed;
    left: -100%;
    display: block;
    flex-wrap: wrap;
    background: #FFF;
    z-index: 125;
    height: 120vh;
    max-width: 360px;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    padding: 30px; }
    .menu_main.active {
      left: 0;
      box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08); }
    .menu_main .close {
      display: flex;
      justify-content: end;
      padding-bottom: 15px; }
    .menu_main .menu_item {
      justify-content: start;
      flex-direction: column;
      align-items: start;
      height: auto;
      padding: 0;
      text-align: left; }
      .menu_main .menu_item .menu_a .white {
        display: none !important; }
      .menu_main .menu_item .menu_a .black {
        display: inline !important; }
      .menu_main .menu_item > span {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px;
        gap: 8px; }
      .menu_main .menu_item .dropdown-menu-full {
        position: relative;
        right: unset;
        top: 0;
        width: 100%; }
      .menu_main .menu_item .dropdown-menu-child {
        margin-top: 0;
        padding: 0 15px;
        top: 0;
        max-height: 0;
        overflow: hidden;
        display: block;
        width: 100%; }
        .menu_main .menu_item .dropdown-menu-child li {
          width: 100% !important;
          margin-bottom: 20px; }
          .menu_main .menu_item .dropdown-menu-child li .link_menu {
            margin-bottom: 4px;
            font-weight: 500; }
        .menu_main .menu_item .dropdown-menu-child .list_post {
          gap: 10px; }
          .menu_main .menu_item .dropdown-menu-child .list_post span {
            font-size: 18px; }
      .menu_main .menu_item.active {
        background-color: unset;
        border-bottom: 1px solid #F5F5F5; }
        .menu_main .menu_item.active > span {
          background: var(--Dark-Cerulean-95, #EBF1FC);
          border-bottom: 4px solid var(--TrueBlue-50, #1C5DC5); }
        .menu_main .menu_item.active .dropdown-menu-child {
          max-height: 400px;
          overflow-y: auto;
          padding: 15px; }
      .menu_main .menu_item:last-child {
        margin-top: 15px;
        width: 100%;
        max-width: 180px; }
      .menu_main .menu_item.active .menu_a img {
        transform: rotate(180deg); }

  .menu_mobile {
    display: block; }
    .menu_mobile .show_white {
      display: none; }
    .menu_mobile .show_blue {
      display: inline-block; } }
@media (min-width: 768px) {
  .case_study_slider.slick-slider {
    margin: 0px -16px; }
    .case_study_slider.slick-slider .slick-slide {
      padding: 0px 16px; } }
.case_study_slider.slick-slider .slick-arrow {
  bottom: 0;
  z-index: 9;
  width: 56px;
  height: 56px;
  top: unset;
  transform: unset;
  background-color: transparent;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .case_study_slider.slick-slider .slick-arrow.slick-disabled {
    opacity: 0.5; }
  .case_study_slider.slick-slider .slick-arrow::before {
    display: none; }
  .case_study_slider.slick-slider .slick-arrow.slick-prev {
    left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='55.25' y='55.25' width='54.5' height='54.5' rx='27.25' transform='rotate(-180 55.25 55.25)' stroke='%238F9099' stroke-width='1.5'/%3E%3Cg clip-path='url(%23clip0_9103_14184)'%3E%3Cpath d='M23.828 29.0013L29.192 34.3653L27.778 35.7793L20 28.0013L27.778 20.2233L29.192 21.6373L23.828 27.0013H36V29.0013H23.828Z' fill='%238F9099'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9103_14184'%3E%3Crect width='24' height='24' fill='white' transform='matrix(-1 0 0 -1 40 40)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .case_study_slider.slick-slider .slick-arrow.slick-next {
    right: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='54.5' height='54.5' rx='27.25' stroke='%238F9099' stroke-width='1.5'/%3E%3Cg clip-path='url(%23clip0_7255_16340)'%3E%3Cpath d='M32.172 26.9987L26.808 21.6347L28.222 20.2207L36 27.9987L28.222 35.7767L26.808 34.3627L32.172 28.9987H20V26.9987H32.172Z' fill='%238F9099'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7255_16340'%3E%3Crect width='24' height='24' fill='white' transform='translate(16 16)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
.case_study_slider .item {
  background-color: #fff; }
  .case_study_slider .item .img_wrap {
    position: relative;
    height: 0px;
    padding-bottom: 148%;
    margin-bottom: 16px; }
    .case_study_slider .item .img_wrap img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .case_study_slider .item .img_wrap .link {
      display: flex;
      position: absolute;
      width: 0%;
      overflow: hidden;
      background-color: #DB292C;
      justify-content: space-between;
      align-items: center;
      left: 0px;
      bottom: 0px;
      padding: 16px 0px; }
      .case_study_slider .item .img_wrap .link .text {
        color: #fff;
        font-size: 16px;
        font-weight: 500; }
      .case_study_slider .item .img_wrap .link .icon {
        display: inline-flex; }
  .case_study_slider .item .content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .case_study_slider .item .content .title {
      display: flex;
      gap: 8px;
      align-items: center; }
      .case_study_slider .item .content .title .icon {
        display: none; }
      .case_study_slider .item .content .title .text {
        font-size: 32px;
        font-weight: 700;
        color: #000000; }
    .case_study_slider .item .content .cat {
      color: #757780;
      font-size: 14px;
      font-weight: 500; }
    .case_study_slider .item .content .desc {
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
  .case_study_slider .item:hover .img_wrap .link {
    transition: all 0.3s;
    width: 100%;
    padding: 16px 24px; }
  .case_study_slider .item:hover .content .title .icon {
    transition: all 0.3s;
    display: inline-flex; }
  .case_study_slider .item:hover .content .title .text {
    transition: all 0.3s;
    color: #1C5DC5; }

.lv_service_item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 10px 10px 32px 10px; }

.lv_service_imageWrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 549 / 320; }

.lv_service_image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s;
  position: absolute;
  left: 0px;
  top: 0px; }

.lv_service_imageWrapper:hover .lv_service_image {
  transform: scale(1.2);
  transition: all 0.3s; }

.lv_service_button {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #ffffff;
  padding: 10px 6px 10px 16px;
  border: none;
  border-radius: 200px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04); }

.lv_service_button_text {
  color: var(--Neutral-0, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; }

.lv_service_button_icon {
  display: inline-flex; }

.lv_service_text {
  padding: 32px 12px 0px 12px; }

.lv_service_title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px 0px 12px 0px; }

.lv_service_title_icon {
  display: inline-flex; }

.lv_service_desc {
  color: var(--Neutral-30, #44464f);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; }
  .lv_service_desc p {
    color: var(--Neutral-30, #44464f);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; }

.lv_service_title_text {
  color: var(--Neutral-0, #000);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; }

.lv_slick_style {
  position: relative !important; }
  .lv_slick_style.lv_service_carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .lv_slick_style.lv_service_carousel .lv_service_col {
      width: calc(33.33% - 10.66px); }
    @media (max-width: 1024px) {
      .lv_slick_style.lv_service_carousel {
        display: block; }
        .lv_slick_style.lv_service_carousel .lv_service_col {
          width: 100%; } }
  @media (min-width: 768px) {
    .lv_slick_style .slick-slide {
      padding: 0 8px; } }

.lv_service_carousel_col2 .lv_service_imageWrapper {
  aspect-ratio: 842 / 400; }

.lv_developmentProcess_all {
  overflow: hidden; }

.lv_developmentProcess {
  margin-right: calc(0px - 100% / 1.5); }
  @media (min-width: 768px) {
    .lv_developmentProcess {
      margin-right: calc(0px - 100% / 3); } }
  @media (min-width: 1025px) {
    .lv_developmentProcess {
      margin-right: calc(0px - 100% / 4); } }
  @media (min-width: 1300px) {
    .lv_developmentProcess {
      margin-right: calc(0px - 100% / 6.8); } }
  .lv_developmentProcess .lv_developmentProcess_number {
    background-color: #1C2E39;
    width: 66px;
    height: 66px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--Neutral-50, #757780);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    border-radius: 50%;
    margin-bottom: 20px; }
  .lv_developmentProcess .lv_developmentProcess_imageWrapper {
    display: inline-flex;
    margin-bottom: 20px; }
    .lv_developmentProcess .lv_developmentProcess_imageWrapper img {
      width: auto;
      height: 66px;
      object-fit: cover; }
  .lv_developmentProcess .lv_developmentProcess_imageActive {
    display: none; }
  .lv_developmentProcess .lv_developmentProcess_stepItem.slick-current.slick-active .lv_developmentProcess_number {
    background-color: #4D5963;
    color: #FFFFFF; }
  .lv_developmentProcess .lv_developmentProcess_stepItem.slick-current.slick-active .lv_developmentProcess_imageActive {
    display: block; }
  .lv_developmentProcess .lv_developmentProcess_stepItem.slick-current.slick-active .lv_developmentProcess_imageNormal {
    display: none; }
  .lv_developmentProcess .lv_developmentProcess_stepTitle {
    color: var(--Neutral-50, #757780);
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; }
  .lv_developmentProcess .lv_developmentProcess_stepDescription {
    color: var(--Neutral-50, #757780);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; }

/*# sourceMappingURL=main.css.map */
