@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../font/proxima_nova_reg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../font/proxima-nova-bold-webfont.woff2") format("woff2"),
    url("../font/proxima-nova-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Raleway", sans-serif;
}

.wysiwyg * {
  all: revert;
}

.font-proxima {
  font-family: ProximaNovaRegular, sans-serif;
}
.font-proxima-bold {
  font-family: ProximaNovaBold, sans-serif;
}
.custom-nav > li {
  display: flex;
  align-items: stretch;
}
.custom-nav > li > a {
  color: #475467;
  font-size: 16px;
  display: flex;
  font-weight: 700;
  padding: 10px 0;
  align-items: center;
}
.custom-nav > li > ul a {
  font-weight: 700;
  color: #101828;
}
li.group > a:after {
  background: url(../img/down.png) no-repeat 50% 50% / 20px auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-left: 2px;
}
.custom-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  width: 45px;
  height: 40px;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  background: url(../img/search.png) no-repeat 50% 50% / 16px auto;
}
.custom-search-input {
  padding: 13px 14px 11px 40px;
  width: 320px;
  max-width: 100%;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  background: url(../img/search.png) no-repeat 14px 50% / 16px auto;
  font-size: 16px;
}
.custom-banner {
  background: url(../img/home-banner.png) no-repeat 0 bottom / cover;
}
.btn-primary {
  background-color: #eb2c3f;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-weight: bold;
  gap: 2px;
}
.btn-secondary {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  display: flex;
  font-weight: bold;
  align-items: center;
  gap: 2px;
}
.btn-up-right:after {
  display: inline-block;
  content: "";
  background: url(../img/arrow-up-right.png) no-repeat 50% 50% / 20px auto;
  width: 20px;
  height: 20px;
}
.btn-right:after {
  display: inline-block;
  content: "";
  background: url(../img/arrow-right-dark.png) no-repeat 50% 50% / 20px auto;
  width: 20px;
  height: 20px;
}
.btn-primary.btn-right:after {
  background: url(../img/arrow-right.png) no-repeat 50% 50% / 20px auto;
}
.btn-learnmore-link {
  color: #d92138;
  display: inline-block;
  background: url(../img/arrow-right-red.png) no-repeat 100% 50% / 20px auto;
  padding-right: 25px;
  font-weight: bold;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.slick-dots button {
  color: transparent;
  font-size: 0;
  background-color: #667085;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
}
.slick-dots .slick-active button {
  background-color: #cc1831;
}
.btn-red-arrow {
  background: #eb2c3f url(../img/arrow-right.png) no-repeat 50% 50% / 20px auto;
  width: 40px;
  height: 40px;
}
.custom-mobile-menu {
  background: transparent url(../img/mobile-menu.png) no-repeat 50% 50% / 40px
    auto;
  border: 0;
  width: 40px;
}
.custom-mobile-menu.active {
  background-image: url(../img/menu-close.png);
}
.menu-active {
  display: flex !important;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 100%;
  flex-direction: column;
}
.menu-active > ul {
  flex-direction: column;
  width: 100%;
}
.menu-active > ul > li {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.menu-active > ul > li > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 25px 10px 15px;
}

.nuxt-link:hover {
  cursor: pointer;
}

.custom-breadcrumb {
  gap: 1rem;
}
.custom-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 640px) {
  .custom-breadcrumb {
    gap: 0.5rem;
  }
  .custom-breadcrumb li {
    gap: 0.5rem;
    font-size: 0.7rem;
  }
}

.custom-breadcrumb li:after {
  content: "/";
  color: #d0d5dd;
  display: inline-block;
}
.custom-breadcrumb li:last-child:after {
  display: none;
}

.header-banner-outer {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .custom-nav > li > a {
    font-size: 12px;
  }
}

.slick-arrow {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  width: 56px;
  height: 56px;
  color: transparent;
  font-size: 0;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 999;
  transition: all 0.5s;
}
.slick-arrow:hover {
  opacity: 0.5;
}
.slick-prev.slick-arrow {
  background-image: url(../img/slick-left.png);
  margin-left: -100px;
}
.slick-next.slick-arrow {
  background-image: url(../img/slick-right.png);
  margin-left: -20px;
}
@media (max-width: 600px) {
  .slick-prev.slick-arrow {
    margin-left: -60px;
  }
  .slick-next.slick-arrow {
    margin-left: 10px;
  }
}

.tab-link {
  color: #667085;
}
.collapse-toggle {
  background: url(../icon/plus.png) no-repeat 0 0;
  display: flex;
}
.collapse-toggle-active {
  background-image: url(../icon/minus.png);
}
