.top-header {
  background-color: #1B1464;
  align-items: center;
  padding: 10px 0;
}
.region-top-right .block-menu .contextual {
  top: -12px;
}
.region-top-right .menu--top-menu .menu {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.region-top-right .menu--top-menu .menu li {
  margin-right: 20px;
}
.region-top-right .menu--top-menu .menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
.region-top-right .menu--top-menu .menu li a.btn-red {
  padding: 7px 10px;
  height: auto;
  font-size: 12px;
  text-transform: none;
  line-height: 1.2;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .main-menu-open .top-header {
    background-color: #1B1464;
    align-items: center;
  }
  .main-menu-open .top-header .container-lg {
    padding: 0;
  }
}
header {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  height: 88px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
header .contextual {
  top: 20px;
}
header.sticky-header {
  position: sticky;
  top: 0;
  z-index: 3;
}
header .header-height {
  height: 88px;
  /* Main Menu */
}
header .header-height .main-desktop-menu {
  display: flex;
  position: relative;
}
header .header-height .main-desktop-menu .left-menu {
  flex: 1 0 0%;
}
header .header-height .main-desktop-menu .product-purchase-wrapper {
  display: none;
}
header .header-height .block-menu {
  position: static;
}
header .header-height .block-menu .claims-menu .business_claims .main-menu-level2 {
  width: 60% !important;
}
header .header-height .block-menu .claims-menu .business_claims .main-menu-level2:nth-child(2) {
  display: none !important;
}
header .header-height .block-menu .claims-menu .business_claims .main-menu-level2 li:nth-child(3), header .header-height .block-menu .claims-menu .business_claims .main-menu-level2 li:nth-child(4), header .header-height .block-menu .claims-menu .business_claims .main-menu-level2 li:nth-child(5) {
  display: none !important;
}
header .header-height .block-menu .claims-menu .btn.btn-red {
  min-width: 260px;
}
header .header-height .block-menu .main-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .header-height .block-menu .main-menu-list.right-menu {
  flex: 0 0 auto;
  width: auto;
  margin-right: 130px;
}
header .header-height .block-menu .main-menu-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
  line-height: 25px;
  padding-right: 24px;
}
header .header-height .block-menu .main-menu-list li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  header .header-height .block-menu .main-menu-list li {
    padding-right: 0;
  }
}
header .header-height .block-menu .main-menu-list li:first-child {
  margin: 0;
}
header .header-height .block-menu .main-menu-list li.expand i {
  border-bottom: 0;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  height: 4px;
  width: 0;
  margin-left: 4px;
  position: absolute;
  right: 0;
}
header .header-height .block-menu .main-menu-list li.expand i:before {
  content: "";
}
header .header-height .block-menu .main-menu-list li a.menu-link {
  color: #000000;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
  padding: 39px 17px 32px 0;
  display: block;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
header .header-height .block-menu .main-menu-list li a.menu-link.active {
  color: #E11F27;
}
header .header-height .block-menu .main-menu-list li a.menu-link.active:before {
  content: "";
  border-bottom: 5px solid #E11F27;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
header .header-height .block-menu .main-menu-list li a.menu-link.active i {
  border-top: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #E11F27;
}
header .header-height .block-menu .main-menu-list li .menu-level2 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 5;
  top: 105px;
  border-radius: 5px;
  display: none;
  overflow: hidden;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner {
  padding: 0;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .left-column {
  padding: 30px 0 30px 30px;
}
@media screen and (max-width: 1163px) {
  header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .left-column {
    padding: 0 0 0 16px;
  }
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #1B1464;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner h2 i {
  display: none;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items.other-menus .title-text:not(:first-child) {
  display: none;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items.other-menus .main-menu-level2 {
  width: 33.33%;
  float: left;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items.business_insurance .main-menu-level2:nth-child(2) li:nth-child(1),
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items.business_insurance .main-menu-level2:nth-child(2) li:nth-child(3) {
  display: none;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #E11F27;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items .main-menu-level2 {
  width: 60%;
  float: left;
  padding-left: 0;
  min-height: 150px;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items .main-menu-level2:first-child {
  width: 40%;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items .main-menu-level2 li {
  display: block;
  width: 100%;
  margin: 0 0 16px 0;
  line-height: 17px;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items .main-menu-level2 li a:link, header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items .main-menu-level2 li a:a:visited {
  color: #000000;
  border-bottom: 1px solid #FFFFFF;
  font-size: 14px;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items .view-all-link {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  margin-top: 25px;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items .view-all-link a:link, header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .block-items .view-all-link a:visited {
  display: inline-block;
  color: #E11F27;
  font-size: 13px;
  font-weight: 500;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .menu-level2-inner .menu_help_me_choose .block {
  float: right;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .right-column {
  position: relative;
  min-width: 414px;
  min-height: 353px;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .right-column .nav-bg-img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 530px;
  background-image: url("../images/nav-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .right-column .block__content {
  position: relative;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .right-column .block__content .nav-bg-img {
  display: none;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .right-column .block__content .move-center-box {
  display: block;
  padding: 0;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .move-center-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  flex-direction: column;
  text-align: center;
  float: right;
  padding: 50px 30px;
  min-width: 390px;
  height: 100%;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .move-center-box .box__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #1B1464;
  text-align: center;
  z-index: 1;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .move-center-box p {
  font-size: 13px;
  margin: 15px 0;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .move-center-box .nav-btn {
  z-index: 1;
}
header .header-height .block-menu .main-menu-list li .menu-level2 .move-center-box img {
  max-width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  header .header-height .block-menu .main-menu-list li .menu-level2 .move-center-box img {
    max-width: 80%;
  }
}
header .header-height .block-menu .main-menu-list li .menu-level2 li {
  display: block;
  width: 100%;
  margin: 0 0 16px 0;
  line-height: 17px;
}
header .header-height .block-menu .main-menu-list li .menu-level2 li a:link, header .header-height .block-menu .main-menu-list li .menu-level2 li a:visited {
  color: #000000;
  font-size: 13px;
  transition: all ease 0.3s;
  text-decoration: none;
}
header .header-height .block-menu .main-menu-list li .menu-level2 li a:link:hover, header .header-height .block-menu .main-menu-list li .menu-level2 li a:link.active, header .header-height .block-menu .main-menu-list li .menu-level2 li a:visited:hover, header .header-height .block-menu .main-menu-list li .menu-level2 li a:visited.active {
  text-decoration: none;
  color: #E11F27;
  font-weight: 500;
}
header .header-height .block-menu .main-menu-list li.insurance .right-column {
  min-height: initial;
}
header .header-height .block-menu .main-menu-list li.insurance .right-column .nav-bg-img {
  display: none;
}
header .header-height .block-menu .main-menu-list li.insurance .right-column .move-center-box {
  display: none;
}
@media screen and (max-width: 1137px) {
  header .header-height .block-menu .col-md-6 {
    width: 100%;
  }
  header .header-height .block-menu .mobile-menu-icon {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
  header .header-height .block-menu .mobile-menu-icon .bar {
    width: 27px;
    height: 3px;
    background: #000000;
  }
  header .header-height .block-menu .mobile-menu-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    top: -6px;
    padding-bottom: 3px;
    background-color: #000000;
    border-radius: 3px;
  }
  header .header-height .block-menu .mobile-menu-icon:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    bottom: -6px;
    padding-top: 3px;
    background-color: #000000;
    border-radius: 3px;
  }
  header .header-height .block-menu .mobile-menu-icon.mobile-menu-active {
    background: #FFFFFF;
    height: 27px;
    margin-top: -13.5px;
  }
  header .header-height .block-menu .mobile-menu-icon.mobile-menu-active .bar {
    background-color: transparent;
  }
  header .header-height .block-menu .mobile-menu-icon.mobile-menu-active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12.5px;
    padding-bottom: 0;
    height: 3px;
    background-color: #E11F27;
  }
  header .header-height .block-menu .mobile-menu-icon.mobile-menu-active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 11.5px;
    padding-top: 0;
    height: 3px;
    background-color: #E11F27;
  }
  header .header-height .block-menu .main-desktop-menu {
    display: none;
  }
  header .header-height .block-menu .main-desktop-menu.mobile-menu-expanded {
    width: 100%;
    top: 88px;
    position: fixed;
    z-index: 1;
    padding: 23px 0;
    background: #FFFFFF;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 86px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  header .header-height .block-menu .product-purchase-wrapper {
    display: flex;
    background-color: rgba(0, 0, 0, 0.08);
    align-items: center;
    height: 70px;
    padding: 0 16px;
  }
  header .header-height .block-menu .product-purchase-wrapper p {
    font-size: 16px;
    font-weight: 500;
  }
}

.col.notification-wrapper {
  max-width: calc(100% - 81px);
}
.col.notification-wrapper .slide-in-link {
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
  white-space: nowrap;
  padding-left: 3px;
  display: inline-block;
  cursor: pointer;
}
.col.notification-wrapper .region-top-left {
  display: inline-block;
}
.col.notification-wrapper .notification {
  background: url("../images/mingcute_warning-line.png") no-repeat 0 0;
  background-size: 14px 14px;
  padding: 0 0 0 20px;
}
.col.notification-wrapper .notification .content-block p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  max-width: 700px;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .col.notification-wrapper .notification .content-block p {
    max-width: 132px;
  }
}
@media screen and (max-width: 400px) {
  .col.notification-wrapper .notification .content-block p {
    max-width: 113px;
  }
}
.col.notification-wrapper .notification .notification-close {
  display: none;
}

.notification_list.slide--in--content {
  position: fixed;
  background: #FFFFFF;
  padding: 0;
  top: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 503;
  color: #000000;
  right: -100%;
  will-change: transform;
}
.notification_list.slide--in--content.slide-in {
  animation: slide-in 0.5s forwards;
}
.notification_list.slide--in--content.slide-out {
  animation: slide-out 0.5s forwards;
}
.notification_list.slide--in--content .slide-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  margin: 0 16px;
  padding-top: 16px;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(39, 38, 96, 0.25);
  padding-bottom: 16px;
  z-index: 1;
}
.notification_list.slide--in--content .slide-title .close {
  width: 15px;
  height: 15px;
  background: url(../images/icon-red-close.png) no-repeat;
  background-size: contain;
  flex: 0 15px;
  cursor: pointer;
  display: block;
}
.notification_list.slide--in--content .slide-title span {
  flex: auto;
}
.notification_list.slide--in--content hr {
  background-color: rgba(39, 38, 96, 0.25);
  margin: 30px 15px;
}
.notification_list.slide--in--content .slide-content {
  padding-top: 30px;
  max-height: calc(100vh - 108px - 53px);
  overflow: auto;
}
.notification_list.slide--in--content .slide-content h3 {
  font-size: 24px;
  color: #1B1464;
  margin-bottom: 30px;
}
.notification_list.slide--in--content .slide-content h4 {
  color: #1B1464;
  font-size: 18px;
}
.notification_list.slide--in--content .slide-content p {
  font-size: 14px;
}
.notification_list.slide--in--content .slide-footer {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 20px 15px 15px;
}
.notification_list.slide--in--content .slide-footer p {
  line-height: 24px;
}
.notification_list.slide--in--content .slide-footer .contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  column-gap: 10px;
}
.notification_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper {
  text-decoration: none;
  color: #000000;
  text-align: left;
}
.notification_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper img {
  display: inline-block;
  vertical-align: top;
}
.notification_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
}
.notification_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.notification_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b sub {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  bottom: -6px;
  position: absolute;
}
.notification_list.slide--in--content .slide-content {
  max-height: calc(100vh - 53px);
}

/* Language */
.block-language .contextual {
  top: -12px;
}

.language-dropdown {
  z-index: 1000;
  margin-right: 16px;
}
.language-dropdown button {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  border: 0;
  padding-right: 0;
}
.language-dropdown button:hover, .language-dropdown button:focus, .language-dropdown button:active {
  box-shadow: none;
}
.language-dropdown ul.dropdown-menu {
  background-color: #FFFFFF;
  color: #000000;
  z-index: 3;
  border: 1px solid rgba(0, 0, 0, 0.25);
  right: 0;
  border-radius: 3px;
  font-size: 14px;
  min-width: auto;
  padding: 0;
}
.language-dropdown ul.dropdown-menu .language-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.language-dropdown ul.dropdown-menu .language-link.is-active {
  background-color: transparent;
  color: #1B1464;
  font-weight: 500;
}
.language-dropdown ul.dropdown-menu .language-link:focus, .language-dropdown ul.dropdown-menu .language-link:hover {
  color: #1B1464;
  background-color: #e9ecef;
}

/* Login */
.block-login-btn p {
  margin-bottom: 0;
}
.block-login-btn .login-btn {
  width: auto;
  min-width: 57px;
  height: 21px;
  text-align: center;
  padding: 0 7px;
  font-weight: 400;
}
.block-login-btn .login-btn i {
  width: 8px;
  height: 8px;
  background: url(../images/open-link.png) no-repeat;
  margin-left: 3px;
  background-size: contain;
}

.login_list.slide--in--content {
  position: fixed;
  background: #FFFFFF;
  padding: 0;
  top: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 503;
  color: #000000;
  right: -100%;
  will-change: transform;
}
.login_list.slide--in--content.slide-in {
  animation: slide-in 0.5s forwards;
}
.login_list.slide--in--content.slide-out {
  animation: slide-out 0.5s forwards;
}
.login_list.slide--in--content .slide-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  margin: 0 16px;
  padding-top: 16px;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(39, 38, 96, 0.25);
  padding-bottom: 16px;
  z-index: 1;
}
.login_list.slide--in--content .slide-title .close {
  width: 15px;
  height: 15px;
  background: url(../images/icon-red-close.png) no-repeat;
  background-size: contain;
  flex: 0 15px;
  cursor: pointer;
  display: block;
}
.login_list.slide--in--content .slide-title span {
  flex: auto;
}
.login_list.slide--in--content hr {
  background-color: rgba(39, 38, 96, 0.25);
  margin: 30px 15px;
}
.login_list.slide--in--content .slide-content {
  padding-top: 30px;
  max-height: calc(100vh - 108px - 53px);
  overflow: auto;
}
.login_list.slide--in--content .slide-content h3 {
  font-size: 24px;
  color: #1B1464;
  margin-bottom: 30px;
}
.login_list.slide--in--content .slide-content h4 {
  color: #1B1464;
  font-size: 18px;
}
.login_list.slide--in--content .slide-content p {
  font-size: 14px;
}
.login_list.slide--in--content .slide-footer {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 20px 15px 15px;
}
.login_list.slide--in--content .slide-footer p {
  line-height: 24px;
}
.login_list.slide--in--content .slide-footer .contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  column-gap: 10px;
}
.login_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper {
  text-decoration: none;
  color: #000000;
  text-align: left;
}
.login_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper img {
  display: inline-block;
  vertical-align: top;
}
.login_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
}
.login_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.login_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b sub {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  bottom: -6px;
  position: absolute;
}
.login_list ul {
  list-style: none;
  padding: 0;
}
.login_list ul li {
  position: relative;
  border-top: 1px solid rgba(39, 38, 96, 0.25);
  margin: 0 16px;
}
.login_list ul li:first-child {
  border: 0;
}
.login_list ul li a {
  display: block;
  color: #000000;
  padding: 15px 0 15px 7px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.login_list ul li a:hover {
  color: #fff;
  background-color: #E11F27;
  margin-left: -15px;
  padding-left: 30px;
}
.login_list ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}
.login_list ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
  margin-left: 10px;
}
.login_list.slide--in--content .slide-content {
  height: calc(100vh - 48px - 130px);
  max-height: calc(100vh - 48px - 130px);
  padding-top: 0;
}
.login_list.slide--in--content .slide-footer p {
  color: #1B1464;
}
.login_list.slide--in--content .slide-footer .contact-wrap img {
  margin: 0 3px;
}
.login_list.slide--in--content .slide-footer .contact-wrap .btn-red {
  text-transform: none;
}

.open-overlay {
  overflow: hidden;
  margin-left: -7px;
  /*To fix scroll y width*/
}
.open-overlay.main-menu-open {
  margin-left: 0;
}
.open-overlay #main-content {
  overflow: hidden;
}
.open-overlay #travischatwidget {
  display: none;
}
.open-overlay .overlay {
  display: block;
  z-index: 99;
}
.open-overlay.main-menu-open .top-header {
  z-index: 100;
}
.open-overlay.main-menu-open header {
  z-index: 99;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.open-overlay.main-menu-open .overlay {
  z-index: 98;
}
.open-overlay .top-header {
  position: relative;
  z-index: 1;
}
.open-overlay .fixed-buttons {
  z-index: -1;
}

/* Branding */
.block-branding {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  left: 50%;
  right: initial;
  min-width: 129px;
  max-width: 129px;
  margin: 0 auto;
  /* @media (max-width: 768px) {
      min-width: 80px;
      max-width: 80px;
  } */
}
.block-branding .site-branding {
  height: 86px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.block-branding .site-branding .site-branding__logo-link img {
  width: 100%;
}

/*Search */
.block-search-nav-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  right: 105px;
}
.block-search-nav-icon .search-span {
  background: url("../images/search-icon.png") no-repeat #1B1464;
  width: 55px;
  height: 55px;
  display: block;
  background-size: 25px 25px;
  border-radius: 15px;
  background-position: center;
  cursor: pointer;
}
.block-search-nav-icon .search-close {
  background: url("../images/icon_close.png") no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  right: -39px;
  z-index: 999999;
  bottom: -15px;
  background-position: right center;
  display: none;
  padding: 10px;
}
.block-search-nav-icon .search-link {
  color: transparent;
}

/* Buy now */
.block-buy-now-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  right: 38px;
}
.block-buy-now-btn #buy_now_btn {
  margin: 0;
  padding: 0;
}
.block-buy-now-btn #buy_now_btn span.slide-in-link {
  position: relative;
  background: url(../images/basket-icon.png) no-repeat #E11F27;
  width: 55px;
  height: 55px;
  display: block;
  background-size: 25px 25px;
  border-radius: 15px;
  background-position: center;
  border: 0;
  padding: 0;
  color: transparent;
  cursor: pointer;
}
.block-buy-now-btn #buy_now_btn a {
  text-indent: -9999px;
  position: relative;
  background: url(../images/basket-icon.png) no-repeat #E11F27;
  width: 55px;
  height: 55px;
  display: block;
  background-size: 25px 25px;
  border-radius: 15px;
  background-position: center;
  border: 0;
  padding: 0;
  color: transparent;
  cursor: pointer;
}

#buy_now_list.slide--in--content {
  position: fixed;
  background: #FFFFFF;
  padding: 0;
  top: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 503;
  color: #000000;
  right: -100%;
  will-change: transform;
}
#buy_now_list.slide--in--content.slide-in {
  animation: slide-in 0.5s forwards;
}
#buy_now_list.slide--in--content.slide-out {
  animation: slide-out 0.5s forwards;
}
#buy_now_list.slide--in--content .slide-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  margin: 0 16px;
  padding-top: 16px;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(39, 38, 96, 0.25);
  padding-bottom: 16px;
  z-index: 1;
}
#buy_now_list.slide--in--content .slide-title .close {
  width: 15px;
  height: 15px;
  background: url(../images/icon-red-close.png) no-repeat;
  background-size: contain;
  flex: 0 15px;
  cursor: pointer;
  display: block;
}
#buy_now_list.slide--in--content .slide-title span {
  flex: auto;
}
#buy_now_list.slide--in--content hr {
  background-color: rgba(39, 38, 96, 0.25);
  margin: 30px 15px;
}
#buy_now_list.slide--in--content .slide-content {
  padding-top: 30px;
  max-height: calc(100vh - 108px - 53px);
  overflow: auto;
}
#buy_now_list.slide--in--content .slide-content h3 {
  font-size: 24px;
  color: #1B1464;
  margin-bottom: 30px;
}
#buy_now_list.slide--in--content .slide-content h4 {
  color: #1B1464;
  font-size: 18px;
}
#buy_now_list.slide--in--content .slide-content p {
  font-size: 14px;
}
#buy_now_list.slide--in--content .slide-footer {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 20px 15px 15px;
}
#buy_now_list.slide--in--content .slide-footer p {
  line-height: 24px;
}
#buy_now_list.slide--in--content .slide-footer .contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  column-gap: 10px;
}
#buy_now_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper {
  text-decoration: none;
  color: #000000;
  text-align: left;
}
#buy_now_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper img {
  display: inline-block;
  vertical-align: top;
}
#buy_now_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
}
#buy_now_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
#buy_now_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b sub {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  bottom: -6px;
  position: absolute;
}
#buy_now_list ul {
  list-style: none;
  padding: 0;
}
#buy_now_list ul li {
  position: relative;
  border-top: 1px solid rgba(39, 38, 96, 0.25);
  margin: 0 16px;
}
#buy_now_list ul li:first-child {
  border: 0;
}
#buy_now_list ul li a {
  display: block;
  color: #000000;
  padding: 15px 0 15px 7px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
#buy_now_list ul li a:hover {
  color: #fff;
  background-color: #E11F27;
  margin-left: -15px;
  padding-left: 30px;
}
#buy_now_list ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}
#buy_now_list ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
  margin-left: 10px;
}

@media screen and (max-height: 720px) {
  #login_list.slide--in--content .slide-footer {
    position: sticky;
  }
}
@media screen and (max-width: 1137px) {
  .open-overlay {
    margin-left: 0;
  }
  .block-search-nav-icon {
    right: 125px;
  }
  .block-search-nav-icon .search-span {
    background-size: 18px;
  }
  .block-buy-now-btn {
    right: 65px;
  }
  .block-buy-now-btn #buy_now_btn .slide-in-link,
  .block-buy-now-btn #buy_now_btn a {
    width: 42px;
    height: 42px;
    background-size: 18px;
  }
  .block-search-nav-icon .search-span {
    width: 42px;
    height: 42px;
    background-size: 18px;
  }
  .main-menu-open .top-header {
    display: none;
  }
  .main-menu-open .block-search-nav-icon {
    display: none;
  }
  .main-menu-open .block-buy-now-btn {
    display: none;
  }
  .main-menu-open .region-header-first .language-switcher-language-url {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .block-branding .site-branding {
    margin-left: -35px !important;
  }
  .block-buy-now-btn {
    right: 53px !important;
  }
  .block-buy-now-btn #buy_now_btn .slide-in-link,
  .block-buy-now-btn #buy_now_btn a {
    width: 35px !important;
    height: 35px !important;
  }
  .block-search-nav-icon {
    right: 95px !important;
  }
  .block-search-nav-icon .search-span {
    width: 35px !important;
    height: 35px !important;
  }
  .region-header-first .language-switcher-language-url {
    right: 10px !important;
  }
}
.block-search-form {
  background: #fff;
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 120px;
}
.block-search-form .search-close {
  background: url(../images/icon-red-close.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 16px;
  bottom: 10px;
  z-index: 3;
  cursor: pointer;
  background-size: contain;
  background-position: right center;
  padding: 10px;
}
.block-search-form form {
  position: relative;
}
.block-search-form form label {
  display: none;
}
.block-search-form form .search-placeholder-label {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  bottom: 5px;
  left: 0;
  white-space: nowrap;
  padding: 0;
}
@media screen and (max-width: 420px) {
  .block-search-form form .search-placeholder-label {
    font-size: 12px;
  }
}
.block-search-form form .form-type-textfield {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  margin-top: 42px;
  border-bottom: 0.5px solid #1B1464;
  padding: 0;
}
.block-search-form form .form-type-textfield .form-text {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background: transparent;
  width: 100%;
}
@media screen and (max-width: 420px) {
  .block-search-form form .form-type-textfield .form-text {
    font-size: 12px;
  }
}
.block-search-form form .form-submit {
  background: url(../images/header-search.png) no-repeat 0 0;
  padding: 0;
  border: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  bottom: 10px;
  min-width: inherit;
  z-index: 1;
  text-indent: -999px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background-size: contain;
}

.fixed-buttons {
  position: fixed;
  width: 45px;
  right: 15px;
  bottom: 20px;
  overflow: hidden;
  height: 45px;
  transition: height ease 0.3s;
  -moz-transition: height ease 0.3s;
  -webkit-transition: height ease 0.3s;
  z-index: 51;
}
.fixed-buttons .btn,
.fixed-buttons .btn-check:checked + .btn,
.fixed-buttons .btn.active,
.fixed-buttons .btn.show,
.fixed-buttons .btn:first-child:active,
.fixed-buttons :not(.btn-check) + .btn:active {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1B1464;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 50%;
}
.fixed-buttons .btn.slide-in-link[data-target="#quick_links_list"],
.fixed-buttons .btn-check:checked + .btn.slide-in-link[data-target="#quick_links_list"],
.fixed-buttons .btn.active.slide-in-link[data-target="#quick_links_list"],
.fixed-buttons .btn.show.slide-in-link[data-target="#quick_links_list"],
.fixed-buttons .btn:first-child:active.slide-in-link[data-target="#quick_links_list"],
.fixed-buttons :not(.btn-check) + .btn:active.slide-in-link[data-target="#quick_links_list"] {
  padding: 3px;
}
.fixed-buttons .btn.slide-in-link[data-target="#quick_links_list"] img,
.fixed-buttons .btn-check:checked + .btn.slide-in-link[data-target="#quick_links_list"] img,
.fixed-buttons .btn.active.slide-in-link[data-target="#quick_links_list"] img,
.fixed-buttons .btn.show.slide-in-link[data-target="#quick_links_list"] img,
.fixed-buttons .btn:first-child:active.slide-in-link[data-target="#quick_links_list"] img,
.fixed-buttons :not(.btn-check) + .btn:active.slide-in-link[data-target="#quick_links_list"] img {
  width: 30px;
}
.fixed-buttons .whatsappicon {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.fixed-buttons .whatsappicon:hover {
  outline: none;
  box-shadow: none;
}
.fixed-buttons #backToTopBtn {
  display: none;
}
.fixed-buttons.active {
  height: 100px;
}
.fixed-buttons.active #backToTopBtn {
  display: flex;
  margin-top: 10px;
}

#travischatwidget {
  bottom: 0px !important;
  transform: scale(0.79);
  transform-origin: right bottom;
  right: -1px;
}

.backtoptop_active #travischatwidget {
  bottom: 64px !important;
}

#quick_links_list.slide--in--content {
  position: fixed;
  background: #FFFFFF;
  padding: 0;
  top: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 503;
  color: #000000;
  right: -100%;
  will-change: transform;
}
#quick_links_list.slide--in--content.slide-in {
  animation: slide-in 0.5s forwards;
}
#quick_links_list.slide--in--content.slide-out {
  animation: slide-out 0.5s forwards;
}
#quick_links_list.slide--in--content .slide-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  margin: 0 16px;
  padding-top: 16px;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(39, 38, 96, 0.25);
  padding-bottom: 16px;
  z-index: 1;
}
#quick_links_list.slide--in--content .slide-title .close {
  width: 15px;
  height: 15px;
  background: url(../images/icon-red-close.png) no-repeat;
  background-size: contain;
  flex: 0 15px;
  cursor: pointer;
  display: block;
}
#quick_links_list.slide--in--content .slide-title span {
  flex: auto;
}
#quick_links_list.slide--in--content hr {
  background-color: rgba(39, 38, 96, 0.25);
  margin: 30px 15px;
}
#quick_links_list.slide--in--content .slide-content {
  padding-top: 30px;
  max-height: calc(100vh - 108px - 53px);
  overflow: auto;
}
#quick_links_list.slide--in--content .slide-content h3 {
  font-size: 24px;
  color: #1B1464;
  margin-bottom: 30px;
}
#quick_links_list.slide--in--content .slide-content h4 {
  color: #1B1464;
  font-size: 18px;
}
#quick_links_list.slide--in--content .slide-content p {
  font-size: 14px;
}
#quick_links_list.slide--in--content .slide-footer {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 20px 15px 15px;
}
#quick_links_list.slide--in--content .slide-footer p {
  line-height: 24px;
}
#quick_links_list.slide--in--content .slide-footer .contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  column-gap: 10px;
}
#quick_links_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper {
  text-decoration: none;
  color: #000000;
  text-align: left;
}
#quick_links_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper img {
  display: inline-block;
  vertical-align: top;
}
#quick_links_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
}
#quick_links_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
#quick_links_list.slide--in--content .slide-footer .contact-wrap .phone-wrapper b sub {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  bottom: -6px;
  position: absolute;
}
#quick_links_list.slide--in--content {
  background-color: #1B1464;
}
#quick_links_list.slide--in--content .slide-title {
  background-color: transparent;
}
#quick_links_list.slide--in--content .slide-title span {
  display: none;
}
#quick_links_list.slide--in--content .slide-content {
  height: calc(100vh - 48px);
  color: #FFFFFF;
  padding: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-height: calc(100vh - 48px);
}
#quick_links_list.slide--in--content .slide-content h3 {
  color: #FFFFFF;
}
#quick_links_list.slide--in--content .slide-content .box-container {
  max-width: 304px;
  margin: 0 auto;
}
#quick_links_list.slide--in--content .slide-content .col-6 {
  padding: 16px 16px 8px;
}
#quick_links_list.slide--in--content .slide-content .col-6 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 128px;
  height: 128px;
  padding: 15px;
}
#quick_links_list.slide--in--content .slide-content .col-6 .box.box-link {
  cursor: pointer;
}
@media screen and (max-width: 330px) {
  #quick_links_list.slide--in--content .slide-content .col-6 .box {
    width: 100px;
    height: 100px;
  }
}
#quick_links_list.slide--in--content .slide-content .col-6 .box .box-content {
  margin-top: 16px;
}
#quick_links_list.slide--in--content .slide-content .col-6 .box .box-content h5 {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}

/* Better Mega menu */
:focus-visible {
  outline: none;
}

.tbm {
  background-color: transparent;
  /* Mobile Layout */
}
.tbm .tbm-group-container {
  border-top: 0;
}
.tbm .tbm-item.level-1 {
  border-right: 0;
  padding-right: 10px;
}
@media screen and (min-width: 1138px) {
  .tbm .tbm-item.level-1 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 1160px) {
  .tbm .tbm-item.level-1 {
    padding-right: 0;
  }
}
@media screen and (min-width: 1230px) {
  .tbm .tbm-item.level-1 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .tbm .tbm-item.level-1 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .tbm .tbm-item.level-1 {
    padding-right: 18px;
  }
}
.tbm .tbm-item.level-1 .tbm-link.level-1 {
  text-decoration: none;
  padding: 35px 7px 36px 6px;
  font-size: 15px;
  line-height: 1.1;
}
.tbm .tbm-item.level-1 .tbm-link.level-1.tbm-toggle {
  padding-right: 1px;
}
.tbm .tbm-item.level-1 .tbm-link-container {
  position: relative;
}
.tbm .tbm-item.level-1.open .tbm-link-container .tbm-link-container {
  display: inline;
}
.tbm .tbm-item.level-1.open .tbm-link-container:before {
  content: "";
  border-bottom: 5px solid #E11F27;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.tbm .tbm-item.level-1.open .tbm-subnav .tbm-link-container:before {
  display: none;
}
.tbm .tbm-item.level-1.open .tbm-link.level-1 {
  color: #E11F27;
}
.tbm .tbm-item.level-1.open .tbm-submenu-toggle {
  color: #E11F27;
}
.tbm .tbm-submenu-toggle {
  background-color: transparent;
  width: 8px;
}
.tbm .tbm-submenu-toggle:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
}
.tbm .tbm-link.level-1:hover,
.tbm .tbm-link.level-1:focus {
  background-color: transparent;
}
.tbm h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #1B1464;
  text-transform: capitalize;
}
.tbm h2 i {
  display: none;
}
.tbm .tbm-submenu {
  margin-top: 20px;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 5px;
  overflow: hidden !important;
}
.tbm .tbm-submenu .tbm-subnav .tbm-link {
  color: #000000;
  font-size: 13px;
  transition: all ease 0.3s;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 16px;
}
.tbm .tbm-submenu .tbm-subnav .tbm-link:hover, .tbm .tbm-submenu .tbm-subnav .tbm-link:focus {
  color: #E11F27;
  font-weight: 500;
}
.tbm .tbm-submenu .tbm-subnav .tbm-link.no-link {
  padding: 0;
}
.tbm .tbm-submenu .tbm-subnav .tbm-link.no-link-red {
  padding-bottom: 16px;
  color: rgb(225, 31, 39) !important;
  font-weight: 500;
  text-transform: none;
}
.tbm .tbm-submenu .tbm-subnav .tbm-link.no-link-red:hover {
  color: rgb(225, 31, 39) !important;
}
.tbm .tbm-submenu ul.tbm-subnav-group {
  list-style: none;
  padding: 0;
}
.tbm .about-us.level-1 {
  /* Place the first 5 items in the first column */
  /* Place items 6 to 10 in the second column */
  /* Place remaining items in the third column */
}
.tbm .about-us.level-1 .tbm-subnav.level-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
  column-gap: 20px; /* Adjust the gap between columns as needed */
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(6) {
  grid-column: 2;
  grid-row: 1;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(7) {
  grid-column: 2;
  grid-row: 2;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(9) {
  grid-column: 2;
  grid-row: 4;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(10) {
  grid-column: 2;
  grid-row: 5;
}
.tbm .about-us.level-1 .tbm-item.level-3:nth-child(n+11) {
  grid-column: 3;
  grid-row: auto; /* Automatically place remaining items */
}
.tbm .quick-links.level-1 .tbm-subnav.level-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.tbm .quick-links.level-1 .tbm-subnav.level-2 .tbm-item.level-3:nth-child(-n+2) {
  grid-column: 1;
}
.tbm .quick-links.level-1 .tbm-subnav.level-2 .tbm-item.level-3:nth-child(2) {
  order: 1;
}
.tbm .quick-links.level-1 .tbm-subnav.level-2 .tbm-item.level-3:nth-child(n+3) {
  grid-column: 2;
}
@media screen and (max-width: 1137px) {
  .tbm .quick-links.level-1 .tbm-subnav.level-2 {
    display: block;
  }
}
.tbm .contact-us.level-1 .tbm-subnav .tbm-item.level-2 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 1137px) {
  .tbm .contact-us.level-1 .tbm-subnav .tbm-item.level-2 {
    float: none;
    width: 100%;
    padding-left: 16px;
  }
  .tbm .contact-us.level-1 .tbm-subnav .tbm-item.level-2 .tbm-subnav {
    margin-left: 0;
  }
}
.tbm .contact-us.level-1 .tbm-subnav .tbm-item.level-2 .no-link-red {
  padding-bottom: 0;
}
.tbm .view-content {
  min-height: 234px;
}
.tbm .view-content .views-row a.tbm-link {
  color: #000000;
  font-size: 13px;
  transition: all ease 0.3s;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 16px;
  display: inline-block;
}
.tbm .view-content .views-row a.tbm-link:hover, .tbm .view-content .views-row a.tbm-link:focus {
  color: #E11F27;
  font-weight: 500;
}
.tbm .view-footer .view-all-link {
  display: inline-block;
  width: 100%;
  padding-top: 16px;
  margin-top: 10px;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
}
.tbm .view-footer .view-all-link a:link, .tbm .view-footer .view-all-link a:visited {
  display: inline-block;
  color: #E11F27;
  font-size: 13px;
  font-weight: 500;
}
.tbm .right-column {
  position: relative;
  min-width: 400px;
  margin-left: 14px;
}
.tbm .right-column .tbm-column-inner {
  background-image: url("../images/nav-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.tbm .right-column .move-center-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  flex-direction: column;
  text-align: center;
  padding: 30px 15px 30px 30px;
  min-width: 390px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.tbm .right-column .move-center-box .box__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #1B1464;
  text-align: center;
  z-index: 1;
}
.tbm .right-column .move-center-box p {
  font-size: 14px;
  margin: 15px 0;
  color: #000000;
  z-index: 1;
}
.tbm .right-column .move-center-box .nav-btn {
  z-index: 1;
}
.tbm .right-column .move-center-box .nav-btn .btn-red {
  text-transform: none;
  min-width: 200px;
}
.tbm .right-column .move-center-box img {
  max-width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tbm .right-column .move-center-box img {
    max-width: 80%;
  }
}
.tbm .right-column .move-center-box .socials {
  display: flex;
  list-style: none;
  gap: 33px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 16px;
  width: 235px;
  margin: 30px 0;
  align-items: center;
}
.tbm .right-column .move-center-box .socials li img {
  width: 38px;
  height: auto;
  border-radius: 5px;
}
.tbm .right-column .move-center-box .socials li.youtube img {
  width: 40px;
}
.tbm .left-column-1 {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  min-height: 260px;
}
.tbm .left-column-2 {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.tbm .claims .view-content {
  min-height: 233px;
}
.tbm .pr-btn .tbm-link-container {
  align-items: center;
}
.tbm .pr-btn .tbm-link-container .tbm-link.level-1,
.tbm .pr-btn .tbm-link-container .tbm-link.level-1:hover,
.tbm .pr-btn .tbm-link-container .tbm-link.level-1:focus {
  max-width: 127px;
  padding: 17px 0;
  text-align: center;
}
.tbm .lifestyle-library .tbm-link-container .tbm-link.level-1,
.tbm .lifestyle-library .tbm-link-container .tbm-link.level-1:hover,
.tbm .lifestyle-library .tbm-link-container .tbm-link.level-1:focus {
  max-width: 65px;
  text-align: center;
  padding: 17px 0;
}
.tbm .help-support .tbm-link-container {
  align-items: center;
}
.tbm .help-support .tbm-submenu-toggle {
  display: none;
}
.tbm.tbm--mobile .tbm-submenu {
  border-radius: 0;
}
.tbm.tbm--mobile .tbm-right {
  margin-left: 0;
}
.tbm.tbm--mobile .promotions .tbm-link-container .tbm-link.level-1,
.tbm.tbm--mobile .promotions .tbm-link-container .tbm-link.level-1,
.tbm.tbm--mobile .promotions .tbm-link-container .tbm-link.level-1 {
  padding: 16px 0;
  background: transparent;
  color: #1b1464 !important;
  font-size: 16px;
  border-radius: 0;
}
.tbm.tbm--mobile .pr-btn .tbm-submenu-toggle {
  display: block;
}
.tbm.tbm--mobile .pr-btn .tbm-link-container .tbm-link.level-1,
.tbm.tbm--mobile .pr-btn .tbm-link-container .tbm-link.level-1:hover,
.tbm.tbm--mobile .pr-btn .tbm-link-container .tbm-link.level-1:focus {
  font-weight: 500;
  font-size: 16px;
  color: #1B1464;
  background: none;
  text-indent: unset;
  width: auto;
  height: auto;
}
.tbm.tbm--mobile .help-support .tbm-submenu-toggle {
  display: block;
}
.tbm.tbm--mobile .help-support .tbm-link-container .tbm-link.level-1,
.tbm.tbm--mobile .help-support .tbm-link-container .tbm-link.level-1:hover,
.tbm.tbm--mobile .help-support .tbm-link-container .tbm-link.level-1:focus {
  font-weight: 500;
  font-size: 16px;
  color: #1B1464;
  background: none;
  text-indent: unset;
  width: auto;
  height: auto;
}
.tbm.tbm--mobile .news h2,
.tbm.tbm--mobile .about-us h2,
.tbm.tbm--mobile .tbm-right h2,
.tbm.tbm--mobile .help-support h2 {
  display: none;
}
.tbm.tbm--mobile .tbm-submenu ul.tbm-subnav-group {
  float: none;
  width: 100%;
}
.tbm.tbm--mobile .tbm-button {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 17px 0;
  margin: 0;
}
.tbm.tbm--mobile .tbm-button .tbm-button-container {
  width: 30px;
  height: 21px;
  margin: 16px 0;
}
.tbm.tbm--mobile .tbm-button .tbm-button-container span {
  height: 3px;
}
.tbm.tbm--mobile .tbm-button .tbm-button-container span:nth-child(2),
.tbm.tbm--mobile .tbm-button .tbm-button-container span:nth-child(3) {
  top: calc(50% - 2px);
}
.tbm.tbm--mobile .mobile-menu-active .tbm-button-container span {
  background: #E11F27;
}
.tbm.tbm--mobile h2 {
  font-size: 14px;
  margin-bottom: 16px;
}
.tbm.tbm--mobile .tbm-collapse {
  padding-top: 0px;
  background-color: white;
  height: calc(100vh - 87px);
  bottom: 0;
  z-index: 99999;
  overflow: auto;
  position: fixed;
  top: 87px;
  left: 0;
  right: 0;
  max-width: 100vw;
}
.tbm.tbm--mobile .tbm-collapse .tbm-nav {
  background-color: transparent;
}
.tbm.tbm--mobile .tbm-submenu-toggle {
  border-left: 0;
  position: absolute;
  right: 16px;
  top: 50%;
}
.tbm.tbm--mobile .tbm-submenu-toggle:before {
  border-top-color: rgba(0, 0, 0, 0.25);
}
.tbm.tbm--mobile .tbm-item.level-1 {
  padding-right: 0;
  border-top: 0;
}
.tbm.tbm--mobile .tbm-item.level-1.open {
  border-bottom: 0;
}
.tbm.tbm--mobile .tbm-item.level-1.open .tbm-submenu-toggle:before {
  border-top-color: #E11F27;
}
.tbm.tbm--mobile .tbm-item.level-1 .tbm-link.level-1 {
  padding: 16px 0;
  font-weight: 500;
  font-size: 16px;
  color: #1B1464;
  margin: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  max-width: 100%;
}
.tbm.tbm--mobile .tbm-item.level-1.open .tbm-link.level-1 {
  color: #E11F27;
}
.tbm.tbm--mobile .about-us.level-1 .tbm-subnav.level-2 {
  display: block;
}
.tbm.tbm--mobile .quick-links.level-1 .tbm-subnav .tbm-item.level-3.tbm-group.level-3,
.tbm.tbm--mobile .quick-links.level-1 .tbm-subnav .tbm-item.level-3.tbm-group.level-3:first-child {
  float: none;
  width: 100%;
}
.tbm.tbm--mobile .quick-links.level-1 .tbm-subnav.level-3:first-child {
  display: block;
}
.tbm.tbm--mobile .quick-links.level-1 .tbm-subnav .level-2.no-link {
  display: none;
}
.tbm.tbm--mobile .quick-links.level-1 .tbm-subnav .level-4 a {
  padding-left: 0;
  padding-right: 0;
}
.tbm.tbm--mobile .tbm-item.level-1.open .tbm-link-container:before {
  display: none;
}
.tbm.tbm--mobile .tbm-submenu {
  border: 0;
}
.tbm.tbm--mobile .tbm-submenu .tbm-link {
  padding: 10px 0 10px 32px;
}
.tbm.tbm--mobile .tbm-block {
  padding: 0 16px;
}
.tbm.tbm--mobile .tbm-block .views-view-grid .views-col {
  float: none;
  width: 100% !important;
}
.tbm.tbm--mobile .left-column-1 {
  padding-top: 10px;
  padding-left: 0;
  padding-bottom: 0;
  min-height: initial;
}
.tbm.tbm--mobile .left-column-2 {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
.tbm.tbm--mobile .left-column-2 h2 {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 15px;
}
.tbm.tbm--mobile .view-footer .view-all-link {
  padding-top: 0;
  font-size: 16px;
  border-bottom: 20px;
  padding-left: 16px;
  margin-top: 0;
  border-top: 0;
}
.tbm.tbm--mobile .right-column {
  min-width: 100%;
  margin-left: 0;
  margin-top: 20px;
}
.tbm.tbm--mobile .right-column .tbm-column-inner {
  position: static;
}
.tbm.tbm--mobile .right-column .tbm-column-inner .move-center-box {
  position: static;
  min-width: 100%;
  padding-right: 0;
}
.tbm.tbm--mobile .tbm-item {
  border-top: 0;
}
.tbm.tbm--mobile .claims .view-content {
  min-height: initial;
}
.tbm .views-field-nothing .field-content {
  position: relative;
}
.tbm .product_upgraded {
  background-color: #E11F27;
  color: #FFFFFF;
  font-size: 9px;
  line-height: 20px;
  padding: 3px 0;
  border-radius: 4px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  top: -8px;
  white-space: nowrap;
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  text-align: center;
}
.tbm .product_upgraded.tag-upgraded {
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  padding: 10px;
  transform-origin: left bottom;
  background-image: url(../images/products/tag-upgraded.png);
  background-size: 18px 14px;
}
@media screen and (max-width: 1137px) {
  .tbm .tbm-right {
    margin-left: 0;
  }
}
@media screen and (min-width: 1138px) {
  .tbm .tbm-right {
    margin-left: 166px;
  }
}
@media screen and (min-width: 1150px) {
  .tbm .tbm-right {
    margin-left: 175px;
  }
}
@media screen and (min-width: 1160px) {
  .tbm .tbm-right {
    margin-left: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .tbm .tbm-right {
    margin-left: 280px;
  }
}
@media screen and (min-width: 1230px) {
  .tbm .tbm-right {
    margin-left: 245px;
  }
}
@media screen and (min-width: 1400px) {
  .tbm .tbm-right {
    margin-left: 382px;
  }
}
@media screen and (min-width: 1600px) {
  .tbm .tbm-right {
    margin-left: 440px;
  }
}
@media screen and (min-width: 1800px) {
  .tbm .tbm-right {
    margin-left: 555px;
  }
}

@media screen and (min-width: 1200px) {
  .site-lang-id .tbm .tbm-item.level-1 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1230px) {
  .site-lang-id .tbm .tbm-item.level-1 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .site-lang-id .tbm .tbm-item.level-1 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .site-lang-id .tbm .tbm-item.level-1 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 1800px) {
  .site-lang-id .tbm .tbm-item.level-1 {
    padding-right: 25px;
  }
}
.site-lang-id .tbm .tbm-right {
  margin-left: 369px;
}
@media screen and (max-width: 1137px) {
  .site-lang-id .tbm .tbm-right {
    margin-left: 0;
  }
}
@media screen and (min-width: 1138px) {
  .site-lang-id .tbm .tbm-right {
    margin-left: 230px;
  }
}
@media screen and (min-width: 1160px) {
  .site-lang-id .tbm .tbm-right {
    margin-left: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .site-lang-id .tbm .tbm-right {
    margin-left: 204x;
  }
}
@media screen and (min-width: 1230px) {
  .site-lang-id .tbm .tbm-right {
    margin-left: 204px;
  }
}
@media screen and (min-width: 1400px) {
  .site-lang-id .tbm .tbm-right {
    margin-left: 277px;
  }
}
@media screen and (min-width: 1600px) {
  .site-lang-id .tbm .tbm-right {
    margin-left: 370px;
  }
}
@media screen and (min-width: 1800px) {
  .site-lang-id .tbm .tbm-right {
    margin-left: 452px;
  }
}
.site-lang-id .tbm .pr-btn .tbm-link-container .tbm-link.level-1,
.site-lang-id .tbm .pr-btn .tbm-link-container .tbm-link.level-1:hover,
.site-lang-id .tbm .pr-btn .tbm-link-container .tbm-link.level-1:focus {
  margin-top: 0;
}
.site-lang-id .tbm .lifestyle-library .tbm-link-container .tbm-link.level-1,
.site-lang-id .tbm .lifestyle-library .tbm-link-container .tbm-link.level-1:hover,
.site-lang-id .tbm .lifestyle-library .tbm-link-container .tbm-link.level-1:focus {
  margin-top: 0;
}
.site-lang-id .tbm .help-support .tbm-link-container .tbm-link.level-1 {
  max-width: 90px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1230px) and (max-width: 1399px) {
  .site-lang-id .toolbar-tray-open.toolbar-vertical .tbm .tbm-right {
    margin-left: 259px;
  }
}

@media screen and (min-width: 1230px) and (max-width: 1399px) {
  .toolbar-tray-open.toolbar-vertical .tbm .tbm-right {
    margin-left: 74px;
  }
}

.region-header-first .language-switcher-language-url {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
@media screen and (max-width: 1137px) {
  .region-header-first .language-switcher-language-url {
    right: 20px;
  }
}
.region-header-first .language-switcher-language-url .language-dropdown {
  margin-right: 0;
}
.region-header-first .language-switcher-language-url .language-dropdown button {
  color: #000000 !important;
}

/*# sourceMappingURL=header.css.map */
