@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue";
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 7800;
}

h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.p1 {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}

p.sm {
  line-height: 20px;
  font-size: 14px;
  font-weight: 200;
}

.btn_sm {
  min-width: 80px;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #58595B;
  display: inline-flex;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  border: 2px solid #58595B;
  cursor: pointer;
  -moz-column-gap: 4px;
       column-gap: 4px;
  max-width: 130px;
}
.btn_sm:hover {
  background-color: #0089D1;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #0089D1;
}
.btn_sm.secondary {
  background-color: #ffffff;
  color: #58595B;
}
.btn_sm.secondary:hover {
  background-color: #ffffff;
  color: #0089D1;
}
.btn_sm.tertiary {
  background-color: #ffffff;
  border-color: transparent;
  color: #58595B;
}
.btn_sm.tertiary:hover {
  background-color: #ffffff;
  color: #0089D1;
  border-color: transparent;
}

.main_header {
  border: 1px solid #DEDEDE;
  background: #fff;
}

.sk_nav nav {
  width: 100%;
  display: flex;
  height: 96px;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.sk_nav .menubar_right {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.sk_nav .menubar_right input.form-control {
  width: 448px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  border-radius: 0px;
  color: #58595B;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: right 12px top 8px;
}
.sk_nav .menubar_right a.logout {
  color: #58595B;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.sk_nav .menubar_right a.logout:hover {
  color: #0089D1;
}
.sk_nav .menubar_right a.logout:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(89%) saturate(2133%) hue-rotate(177deg) brightness(93%) contrast(101%);
}
.sk_nav .logo_toggle_wraper {
  display: flex;
  justify-content: space-between;
}

nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav a {
  display: block;
  text-decoration: none;
}

nav a:hover,
nav a:visited {
  text-decoration: none;
}

.menu-bar {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.menu-link {
  padding: 8px 4px;
  color: #58595B;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.menu-link.mega-menu-link, .menu-link.menu-list-link {
  padding: 8px 8px;
}
.menu-link.menu-bar-link {
  border-bottom: solid 2px transparent;
  color: #58595B;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.menu-link:hover .mega-menu--multiLevel {
  display: flex !important;
}

.menu-link[aria-haspopup=true]:after {
  content: "";
  background-image: url("../img/chevron_right.svg");
  background-size: 24px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 16px;
}

.mega-menu-header {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #58595B;
}

.mega-menu {
  background: transparent;
  z-index: 10;
}

.first_level_menu,
.second_level_item,
.third_level_item {
  background: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid #737373;
}
.first_level_menu li,
.second_level_item li,
.third_level_item li {
  padding-left: 24px;
  padding-right: 24px;
}

.second_level_item,
.third_level_item {
  border-left: none;
}

.mega-menu--multiLevel {
  flex-direction: column;
}

@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.main_banner {
  position: relative;
}

.carousel-inner::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #FFF 100%);
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 5;
}

.carousel-item img {
  width: 100%;
  height: calc(100vh - 64px);
  -o-object-fit: cover;
     object-fit: cover;
}

.banner_text {
  background-color: #ffffff;
  position: absolute;
  bottom: 104px;
  left: 120px;
  padding: 24px;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.banner_text h2 {
  color: #0089D1;
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
.banner_text p {
  color: #090909;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

@supports (display: grid) {
  .product_slider_wraper {
    padding-top: 56px;
  }
  .product_slider_wraper h3.product_header {
    border-bottom: solid 1px #0089D1;
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: #0089D1;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .product_slider_wraper .grid-item {
    color: #fff;
    background: skyblue;
    padding: 3.5em 1em;
    font-size: 1em;
    font-weight: 700;
  }
  .product_slider_wraper .title {
    color: #28252A;
    background-color: #f4fbfd;
    grid-area: title;
  }
  .product_slider_wraper .main {
    color: #69616e;
    background-color: white;
    grid-area: main;
    padding: 0px 32px;
  }
  .product_slider_wraper .items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
    transition: all 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    padding-bottom: 32px;
    /* total width */
  }
  .product_slider_wraper .items::-webkit-scrollbar {
    background-color: #EDEDEE;
    width: 16px;
    border-radius: 16px;
    height: 12px;
  }
  .product_slider_wraper .items::-webkit-scrollbar-track {
    background-color: #EDEDEE;
    border-radius: 16px;
  }
  .product_slider_wraper .items::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
  }
  .product_slider_wraper .items::-webkit-scrollbar-thumb {
    background-color: #0089D1;
    border-radius: 16px;
    height: 12px;
  }
  .product_slider_wraper .items::-webkit-scrollbar-button {
    display: none;
  }
  .product_slider_wraper .items.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }
  .product_slider_wraper .items.active a {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }
  .product_slider_wraper .item {
    width: 280px;
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .product_slider_wraper .item img {
    width: 280px;
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_slider_wraper .item h3 {
    position: absolute;
    background: rgba(88, 89, 91, 0.9);
    width: 280px;
    height: 64px;
    color: #ffffff;
    padding: 8px;
    font-size: 22px;
    bottom: -8px;
    white-space: break-spaces;
    padding-right: 24px;
  }
  .product_slider_wraper .item h3::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .product_slider_wraper .item a:hover h3 {
    background: #0089D1;
  }
}
.main_service_section {
  padding: 56px 40px;
  margin-top: 56px;
  border-bottom: solid 1px #DEDEDE;
}
.main_service_section .container {
  max-width: 1200px;
}
.main_service_section .service_item_content {
  border-top: solid 1px #0089D1;
}
.main_service_section .service_item_content p {
  margin-top: 24px;
  color: #58595B;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
.main_service_section .service_item_content,
.main_service_section .service_item_img {
  padding-left: 0px;
  padding-right: 0px;
}
.main_service_section .service_item_wraper .service-item {
  -moz-column-gap: 40px;
       column-gap: 40px;
  display: flex;
}
.main_service_section .service_item_wraper.content_right .service_item_content {
  text-align: right;
}
.main_service_section .service_item_wraper h3 {
  color: #0089D1;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.main_service_section .service_item_img {
  border: solid 1px #DEDEDE;
  padding-bottom: 16px;
}
.main_service_section .service_item_img img {
  width: 100%;
  margin-bottom: 16px;
}
.main_service_section .service_item_img h3 {
  padding-left: 24px;
  color: #0089D1;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.main_service_section .service_item_img a {
  padding: 0px 24px;
  display: block;
  color: #58595B;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer {
  border-top: 1px solid #DEDEDE;
  background: #ffffff;
}

.footer-content {
  background-position: center;
  background-repeat: no-repeat;
  padding: 42px 0px 42px 0px;
  position: relative;
  background-size: cover;
}
.footer-content .footer-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  z-index: 5;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.footer-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-content .foo_info {
  margin-bottom: 8px;
}
.footer-content .foo_info a {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.footer-content .foo_info a:hover {
  color: #4EC3E0;
}
.footer-content .foo_info a img {
  padding: 8px;
  width: 37px;
}
.footer-content .foo_info span {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.footer-content .foo_info span img {
  padding: 8px;
  width: 37px;
}
.footer-content p a {
  text-decoration: underline;
  font-weight: normal;
}
.footer-content p a:hover {
  color: #68C8F1;
}
.footer-content .foot_logo {
  margin-bottom: 15px;
}
.footer-content .foot_logo img {
  width: 124px;
}
.footer-content .foot_media {
  padding-top: 10px;
}
.footer-content .foot_media ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.footer-content .foot_media ul li {
  margin-right: 5px;
}
.footer-content .foot_media a {
  display: block;
  width: 35px;
  height: 35px;
}
.footer-content .foot_media a img {
  min-height: 16px;
  padding-right: 0;
}
.footer-content .foot_media a:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(82%) saturate(3297%) hue-rotate(335deg) brightness(96%) contrast(98%);
  opacity: 0.9;
}
.footer-content .foot_media a .menu-image-title {
  display: none;
}
.footer-content .footmenu ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.footer-content .footmenu ul li {
  margin-bottom: 12px;
}
.footer-content .footmenu ul li a {
  font-weight: 200;
  font-size: 14px;
  text-decoration: underline;
  color: #58595B;
  text-decoration: none;
}
.footer-content .footmenu ul li a:hover {
  text-decoration: underline;
}
.footer-content .footmenu a {
  color: #58595B;
  font-weight: 400;
}
.footer-content .footmenu a h4 {
  font-weight: 400;
  font-size: 16px;
  color: #58595B;
  line-height: 24px;
}
.footer-content ul.foot_menu_child {
  margin-bottom: 32px !important;
}
.footer-content .footer_connect {
  max-width: 273px;
}
.footer-content .copyright {
  text-align: left;
  position: relative;
  z-index: 5;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-weight: 200;
}
.footer-content .copyright p {
  font-size: 16px;
  margin: 0;
  font-weight: 200;
}
.footer-content .copyright p::after {
  content: "|";
  margin-left: 16px;
}
.footer-content .copyright p:last-child::after {
  display: none;
}
.footer-content .copyright a {
  text-decoration: none;
  color: #58595B;
  font-weight: 200;
}
.footer-content .copyright a:hover {
  text-decoration: underline;
  color: #58595B;
}
.footer-content .foot_col {
  min-width: 200px;
}
.footer-content .foot_col h4 {
  margin-bottom: 8px;
}
.footer-content .foot_col:last-child .footmenu:last-child li {
  margin-bottom: 32px !important;
}

.footmenu {
  display: table;
}

.foot_col_wraper {
  display: flex;
  justify-content: space-between;
}

.ft_link h4 {
  margin-bottom: 32px !important;
}
.ft_link:last-child h4 {
  margin-bottom: 0px !important;
}

a.foot_menu_main:hover {
  text-decoration: none !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #EDEDEE;
  -webkit-clip-path: none;
  clip-path: none;
  color: #58595B;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.sk_dropdown_menu {
  display: none;
  position: absolute;
  padding-top: 30px;
  z-index: 6;
  min-width: 260px;
}
.sk_dropdown_menu .sk_dropdown_wraper {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #737373;
}
.sk_dropdown_menu .sk_dropdown_wraper li a {
  color: #58595B;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 8px;
}
.sk_dropdown_menu .sk_dropdown_wraper li a:hover {
  background-color: #EDEDEE;
}

.sk_dropdown_menu_item {
  position: relative;
}
.sk_dropdown_menu_item.sk_menu_active .sk_dropdown_menu {
  display: block;
  transform-origin: top;
  animation: dropdown 0.5s ease-out;
}

a.sk_menu-link {
  border-bottom: solid 2px transparent;
  color: #58595B;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 4px;
  position: relative;
}/*# sourceMappingURL=custom.css.map */