/* remove default top margin */
/* .content.content_top_margin {
  margin-top: 0 !important;
} */
/* color variables */
:root {
  --keyzo_green: #08a6ae;
  --read_sign_blue: #2e405c;
  --magenta: #ce079b;
  --corp-grad: linear-gradient(86.2deg, #2e405c 1.68%, #08a6ae 98.8%);
}
/* Prevent submenus appearing briefly on page load */
[x-cloak] {
  display: none !important;
}
/* Header */
header {
  height: 120px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  position: fixed;
  z-index: 100000;
  border-bottom: 1px solid #ddd;
  background: #fff;
  transition: all 0.3s;
}
.header_content {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
/* Mobile menu toggle */
button.toggle_mobile_menu {
  display: none;
}
/* Logo */
a.keyzo_logo {
  width: 130px;
  display: block;
  margin-right: 30px;
  transition: all 0.3s;
}
a.keyzo_logo img {
  width: 100%;
}
/* scrolled styling */
#header.scroll {
  height: 60px;
}
#header.scroll a.keyzo_logo {
  width: 90px;
}
#header.scroll ul.sub_menu {
  top: 70px;
}
/* main navigation */
nav.desktop {
  width: 100%;
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
}
nav.desktop .group {
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.group ul.mega_menu {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.group ul.mega_menu li:nth-child(5) {
  margin-right: 50px;
}
/* submenu */
ul.sub_menu {
  position: absolute;
  z-index: 1000;
  top: 110px;
  left: 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 32px 28px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  list-style-type: none;
  border-radius: 22px;
  background: #fff;
}
ul.sub_menu.read_sign {
  max-width: 900px;
}
ul.sub_menu.basic {
  max-width: 600px;
  translate: -50%;
  left: 50%;
}
ul.sub_menu li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.sub_menu_main {
  width: 100%;
}
.sub_menu_more {
  width: 100%;
  max-width: 270px;
  min-width: 200px;
  display: flex;
  justify-content: flex-end;
}

.img_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  object-fit: cover;
  position: relative;
}
.img_container img {
  object-fit: cover;
  object-position: center;
}
.top_row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
}
ul.sub_menu.basic .top_row {
  gap: 10px 10%;
  margin-bottom: 0;
}
/* ul.sub_menu.basic_cols .top_row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
} */
.top_row .col,
.top_row .col1,
.top_row .col2,
.top_row .col3,
.top_row .col4,
.top_row .col5 {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.align_bottom {
  align-self: flex-end;
}
ul.sub_menu.read_sign .top_row .col1,
ul.sub_menu.read_sign .top_row .col2,
ul.sub_menu.basic .top_row .col1,
ul.sub_menu.basic .top_row .col2 {
  width: 50%;
}
ul.sub_menu.basic.basic_cols .top_row {
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul.sub_menu.basic.basic_cols .top_row .col {
  width: 45%;
}
ul.sub_menu.basic_cols .top_row .col {
  width: auto;
}
.top_row h4 {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.top_row h4 span {
  font-size: 12px;
  color: var(--magenta);
}
.bottom_row {
  padding-top: 24px;
  border-top: 1px solid var(--keyzo_green);
}
.bottom_row.read_sign {
  padding-top: 24px;
  border-top: 1px solid var(--read_sign_blue);
}
/* contact us button */
a.contactus_button {
  display: block;
  padding: 12px 10px;
  text-align: center;
  background: var(--corp-grad);
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  font-size: 14px;
  width: 120px;
  flex-shrink: unset;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}
/* img link */
a.all_modules {
  background: linear-gradient(87.72deg, #08a6ae 50%, #5cbfc5 100%) !important;
  color: #fff !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px !important;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}
a.all_modules.read_sign {
  background: linear-gradient(87.72deg, #2e405c 50%, #42546c 100%) !important;
}
a.all_modules i {
  font-size: 12px;
}
/* r&s menu variant with no text link over image */
a.image_only {
  padding: 0 !important;
  position: static !important;
  height: 100%;
  width: 100%;
}
a.image_only img {
  object-fit: cover;
  max-width: none;
}
/* hide mobile version of the link from the desktop menu */
a.all_modules.mobile_link {
  display: none;
}
/* LINKS */
/* Top level Links */
.group button.open_submenu,
.group a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  transition: 0.2s;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.group button.open_submenu i {
  font-size: 11px;
  margin-top: 3px;
  margin-left: 5px;
  transition: 0.2s;
}
/* chevron for mobile menu */
.group button.open_submenu .mobile_icon,
.group button.open_submenu .mobile_icon {
  display: none;
}

.group button.open_submenu:hover,
.additional_group a:hover,
button.mm_top_active {
  color: var(--keyzo_green);
}
button.mm_top_active i {
  transform: rotate(-180deg);
}
/* submenu links */
.top_row a,
.bottom_row a {
  text-decoration: none;
  color: #333;
  margin: 8px 0;
  transition: 0.2s;
  width: fit-content;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.bottom_row a {
  font-weight: 700;
}
.top_row a i {
  font-size: 12px;
  color: #fff;
  margin: 2px 0 0 6px;
  transition: 0.2s;
}
.top_row a:hover,
.bottom_row a:hover {
  color: var(--keyzo_green);
}
.read_sign .top_row a:hover,
.read_sign .bottom_row a:hover {
  color: var(--read_sign_blue);
}
.top_row a:hover i {
  color: var(--keyzo_green);
}
.read_sign .top_row a:hover i {
  color: var(--read_sign_blue);
}
.basic .top_row p {
  width: 80%;
}
.basic .top_row a,
.basic_cols .top_row a {
  font-weight: bold;
}
