
@charset "UTF-8";
/*------------------------------------*\
    SCSS COMPILE LIST
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*HEADER ONLY*/
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Lato:wght@400;700&display=swap");
.link-overlay a,
a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Architects Daughter", cursive;
  font-weight: 400;
  font-style: normal;
}

a.dc-btn, .main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a,
.main_menu .main-nav > ul > li.button > a,
.main_menu .main-nav > ul > li:last-child > a, .main_menu .menu ul li a,
.main_menu .main-nav ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------*\

    SETTINGS - DEFAULT WIDTHS

\*------------------------------------*/
/*------------------------------------*\

    SETTINGS - RESPONSIVE BREAK POINTS

\*------------------------------------*/
/*------------------------------------*\
    SETTINGS - COLORS - THEME - DC
\*------------------------------------*/
:root {
  --dark-color: #111111;
  --light-color: #FFFFFF;
  --grey-color: #F0F0F0;
  --theme-color: #00C0B5;
  --theme2-color: #005F76;
  --bg-color: #F8F6F3;
}

/*------------------------------------*\
    SETTINGS - FONT SIZES
\*------------------------------------*/
/*------------------------------------*\
    SETTINGS - MENU
\*------------------------------------*/
/*------------------------------------*\
  BASE - FONTS
\*------------------------------------*/
p {
  margin-bottom: clamp(10px, 1vw, 20px);
  width: 100%;
  line-height: 1.5em;
}
p strong,
p strong a {
  font-weight: 700;
}

sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  width: 100%;
  margin-bottom: clamp(16px, 1.8vw, 35px);
}
.bg_white h1,
.bg_white h2,
.bg_white h3,
.bg_white h4,
.bg_white h5,
.bg_white h6 {
  color: var(--theme2-color);
}
.bg_blue h1, .bg_green h1,
.bg_blue h2,
.bg_green h2,
.bg_blue h3,
.bg_green h3,
.bg_blue h4,
.bg_green h4,
.bg_blue h5,
.bg_green h5,
.bg_blue h6,
.bg_green h6 {
  color: var(--light-color);
}
.bg_blue h1 strong, .bg_green h1 strong,
.bg_blue h2 strong,
.bg_green h2 strong,
.bg_blue h3 strong,
.bg_green h3 strong,
.bg_blue h4 strong,
.bg_green h4 strong,
.bg_blue h5 strong,
.bg_green h5 strong,
.bg_blue h6 strong,
.bg_green h6 strong {
  color: var(--theme-color);
}

h1, .h1 {
  line-height: 1em;
}

.top-title {
  font-size: clamp(1rem, 0.7786rem + 0.4619vw, 1.125rem);
  min-height: 0vw;
}

h3, .h3 {
  font-size: clamp(1.75rem, -0.0214rem + 3.6952vw, 2.75rem);
  min-height: 0vw;
}

h2, .h2 {
  font-size: clamp(2.25rem, -0.6285rem + 6.0046vw, 3.875rem);
  min-height: 0vw;
}

h1, .h1 {
  font-size: clamp(2.75rem, -3.4498rem + 12.933vw, 6.25rem);
  min-height: 0vw;
}

.top-title {
  color: var(--theme-color);
  display: block;
  min-height: 0vw;
  margin-bottom: 12px;
}

/*------------------------------------*\
  BASE - BUTTONS
\*------------------------------------*/
a.dc-btn, .main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a,
.main_menu .main-nav > ul > li.button > a,
.main_menu .main-nav > ul > li:last-child > a {
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding-inline: 16px;
  margin-top: clamp(12px, 2vw, 20px);
  border: 1.5px solid var(--dark-color);
  border-radius: 30px;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--dark-color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  a.dc-btn, .main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a,
.main_menu .main-nav > ul > li.button > a,
.main_menu .main-nav > ul > li:last-child > a {
    font-size: 16px;
    line-height: 40px;
    padding-inline: 20px;
  }
}
a.dc-btn > span, .main_menu .menu > ul > li.button > a > span, .main_menu .menu > ul > li:last-child > a > span,
.main_menu .main-nav > ul > li.button > a > span,
.main_menu .main-nav > ul > li:last-child > a > span {
  position: relative;
  white-space: nowrap;
}
a.dc-btn:hover, .main_menu .menu > ul > li.button > a:hover, .main_menu .menu > ul > li:last-child > a:hover,
.main_menu .main-nav > ul > li.button > a:hover,
.main_menu .main-nav > ul > li:last-child > a:hover {
  text-decoration: none !important;
  background-color: var(--dark-color);
  border-color: var(--dark-color);
  color: var(--light-color);
}
a.dc-btn2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--theme2-color);
}
@media only screen and (min-width: 768px) {
  a.dc-btn2 {
    width: 60px;
    height: 60px;
  }
}
a.dc-btn2:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  background: url("../img/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 12px;
}
@media only screen and (min-width: 768px) {
  a.dc-btn2:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
a.dc-btn2.white {
  background: var(--light-color);
}
a.dc-btn2.white:after {
  background-image: url("../img/arrow-orange.svg");
}

/*--------------------------------------------------------*\
  BASE - LISTS
\*--------------------------------------------------------*/
ul,
ol {
  margin-top: 20px;
  margin-bottom: 8px;
}
ul li,
ol li {
  line-height: 1.5em;
  margin-left: 20px;
  padding-left: 5px;
  padding-bottom: 8px;
  position: relative;
}

.color-dots ul li {
  list-style: none;
  margin-left: 40px;
}
.color-dots ul li:before {
  content: "•";
  color: var(--theme-color);
  font-size: 1.5em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

.dc-text-block li,
.dc-intro-section li,
.dc-image-text li,
.dc-accordion li {
  padding-bottom: 5px;
}
.dc-text-block li::marker,
.dc-intro-section li::marker,
.dc-image-text li::marker,
.dc-accordion li::marker {
  color: var(--theme-color);
}

.color-dots ol li {
  margin-left: 40px;
}
.color-dots ol li::marker {
  color: var(--theme-color);
  font-size: 1em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

/*------------------------------------*\
  HEADER - BASE
\*------------------------------------*/
#header_main + .page_container {
  margin-inline: auto;
}

#header_main {
  background: var(--bg-color);
}
#header_main .header_nav_container {
  background: var(--bg-color);
}
#header_main + .page_container, #header_main + main#main {
  padding-top: 120px;
}
@media only screen and (max-width: 1359px) {
  #header_main + .page_container, #header_main + main#main {
    padding-top: 100px;
  }
}
.transparent-header #header_main, .single-capability #header_main {
  background: none;
}
.transparent-header #header_main .header_nav_container, .single-capability #header_main .header_nav_container {
  background: none;
}
.transparent-header #header_main + .page_container, .single-capability #header_main + .page_container {
  padding-top: 0;
}

#header_main {
  position: fixed;
  top: 0;
  margin-inline: auto;
  z-index: 100000;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  transition: all 450ms ease-in-out;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 120px;
  padding-inline: 20px;
}
@media only screen and (max-width: 1359px) {
  #header_main .header_nav_container {
    height: 100px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.sticky-nav #header_main {
  -ms-transform: translateY(-130px) !important;
      transform: translateY(-130px) !important;
}

.toggle-menu-wrap #menu-toggle {
  transition: all 450ms ease-in-out;
}
.sticky-nav .toggle-menu-wrap #menu-toggle {
  -ms-transform: translateY(130px) !important;
      transform: translateY(130px) !important;
}

.header_top {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px;
  background: var(--light-color);
  padding-inline: clamp(12px, 1.2vw, 24px);
  margin-top: 8px;
  margin-right: 20px;
}
.header_top .widget.widget_text {
  margin-bottom: 0;
}
.header_top .textwidget {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header_top ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  height: 30px;
}
.header_top ul li {
  list-style: none;
  margin: 0 6px;
  padding: 0;
  color: var(--theme2-color);
  font-size: 14px;
}
.header_top ul li a {
  color: var(--theme2-color);
  font-size: 14px;
}
.header_top ul li a:hover {
  color: var(--theme-color);
}
.header_top .social-icons {
  display: flex;
  align-items: center;
  
  > a {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header_top ul li a {
    font-size: 12px;
  }
}

/*------------------------------------*\
  HEADER - LOGO
\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  max-width: 30%;
  min-width: 200px;
  margin: 0 30px 0 0;
  padding: 1px 0px 1px 1px;
  height: 100%;
}
@media only screen and (max-width: 1359px) {
  .header_logo {
    min-width: 200px;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    margin: 0 20px 0 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 349px) {
  .header_logo {
    max-width: 30vw;
    min-width: 180px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  max-height: 89px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1359px) {
  .header_logo a img {
    max-height: 40px;
  }
}
.header_logo a.white-logo {
  display: none;
}
.header_logo a.color-logo {
  display: block;
}
.transparent-header .header_logo a.white-logo, .single-capability .header_logo a.white-logo {
  display: block;
}
.transparent-header .header_logo a.color-logo, .single-capability .header_logo a.color-logo {
  display: none;
}
@media only screen and (max-width: 1359px) {
  .header_logo a.white-logo {
    display: none;
  }
  .header_logo a.color-logo {
    display: block;
  }
}

/*------------------------------------*\
  MENU - SIMPLE - LEFT ALIGNED
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .main_menu {
    padding-bottom: 23px;
  }
}
.main_menu .menu,
.main_menu .main-nav {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.main_menu .menu ul,
.main_menu .main-nav ul {
  margin: 0;
}
.main_menu .menu ul li,
.main_menu .main-nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.main_menu .menu ul li a,
.main_menu .main-nav ul li a {
  color: var(--dark-color);
  line-height: 1.2em;
  text-transform: none;
  display: block;
  position: relative;
  font-size: 16px;
}
.transparent-header .main_menu .menu ul li a, .single-capability .main_menu .menu ul li a,
.transparent-header .main_menu .main-nav ul li a,
.single-capability .main_menu .main-nav ul li a {
  color: white;
}
.main_menu .menu ul li button.toggle,
.main_menu .main-nav ul li button.toggle {
  display: none;
}
.main_menu .menu ul li.mobile-visible,
.main_menu .main-nav ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul,
.main_menu .main-nav > ul {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}
.main_menu .menu > ul > li,
.main_menu .main-nav > ul > li {
  position: relative;
  margin: 0;
  padding: 0 clamp(6px, 0.9vw, 18px);
}
.main_menu .menu > ul > li > a:not(.dc-btn),
.main_menu .main-nav > ul > li > a:not(.dc-btn) {
  height: 40px;
  line-height: 40px;
  padding: 0;
  white-space: nowrap;
}
.main_menu .menu > ul > li > a:not(.dc-btn):after,
.main_menu .main-nav > ul > li > a:not(.dc-btn):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--theme-color);
  transition: all 150ms ease-in-out;
}
.main_menu .menu > ul > li > .dc-btn, .main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a,
.main_menu .main-nav > ul > li > .dc-btn,
.main_menu .main-nav > ul > li.button > a,
.main_menu .main-nav > ul > li:last-child > a {
  padding: 0 20px !important;
  border: none;
}
.main_menu .menu > ul > li > .dc-btn:after, .main_menu .menu > ul > li.button > a:after, .main_menu .menu > ul > li:last-child > a:after,
.main_menu .main-nav > ul > li > .dc-btn:after,
.main_menu .main-nav > ul > li.button > a:after,
.main_menu .main-nav > ul > li:last-child > a:after {
  display: none;
}
.main_menu .menu > ul > li.current_page_parent > a:after, .main_menu .menu > ul > li.current-menu-parent > a:after, .main_menu .menu > ul > li.current-menu-item > a:after, .main_menu .menu > ul > li.current_page_item > a:after, .main_menu .menu > ul > li:hover > a:after,
.main_menu .main-nav > ul > li.current_page_parent > a:after,
.main_menu .main-nav > ul > li.current-menu-parent > a:after,
.main_menu .main-nav > ul > li.current-menu-item > a:after,
.main_menu .main-nav > ul > li.current_page_item > a:after,
.main_menu .main-nav > ul > li:hover > a:after {
  width: 100%;
}
.main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a,
.main_menu .main-nav > ul > li.button > a,
.main_menu .main-nav > ul > li:last-child > a {
  margin: 0;
}

/*------------------------------------*\
  DEFAULT DROPDOWN
\*------------------------------------*/
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul,
.main_menu .menu .main-nav > ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% + 40px);
  }
  .main_menu .menu > ul > li > ul.sub-menu,
.main_menu .menu .main-nav > ul > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -6px;
    overflow: hidden;
    max-height: 0;
    width: 400px;
    margin-left: 0;
    padding: 0 0;
    background: transparent;
    -ms-transform: translateY(12px);
        transform: translateY(12px);
    transition: all 0ms ease-in-out;
  }
  .main_menu .menu > ul > li > ul.sub-menu li,
.main_menu .menu .main-nav > ul > li > ul.sub-menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    transition: all 450ms ease-in-out;
  }
  .main_menu .menu > ul > li > ul.sub-menu li a,
.main_menu .menu .main-nav > ul > li > ul.sub-menu li a {
    display: block;
    padding: 8px 26px 11px 26px;
    min-width: 100%;
    color: var(--dark-color);
    text-align: left;
    text-transform: none;
    transition: all 250ms ease-in-out;
  }
}
@media only screen and (min-width: 767px) and (min-width: 1360px) {
  .main_menu .menu > ul > li > ul.sub-menu li.current_page_item > a,
.main_menu .menu > ul > li > ul.sub-menu li a:hover,
.main_menu .menu .main-nav > ul > li > ul.sub-menu li.current_page_item > a,
.main_menu .menu .main-nav > ul > li > ul.sub-menu li a:hover {
    color: var(--theme-color);
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li > ul.sub-menu .sub-menu,
.main_menu .menu .main-nav > ul > li > ul.sub-menu .sub-menu {
    padding: 0 20px;
    margin-top: -3px;
    margin-bottom: 4px;
  }
  .main_menu .menu > ul > li > ul.sub-menu .sub-menu li a,
.main_menu .menu .main-nav > ul > li > ul.sub-menu .sub-menu li a {
    padding-block: 7px;
  }
  .main_menu .menu > ul > li > ul.sub-menu .sub-menu li a:before,
.main_menu .menu .main-nav > ul > li > ul.sub-menu .sub-menu li a:before {
    content: "-";
    position: relative;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li:hover > ul.sub-menu,
.main_menu .menu .main-nav > ul > li:hover > ul.sub-menu {
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    padding: 30px 0px 35px;
    background: var(--light-color);
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: transform 150ms ease-in-out, opacity 200ms ease-in-out;
  }
}
/*------------------------------------*\
  MENU - Toggle
\*------------------------------------*/
@media only screen and (min-width: 1360px) {
  .toggle-menu-wrap {
    display: none;
  }
}
@media only screen and (max-width: 1359px) {
  .toggle-menu-wrap {
    padding-bottom: 8px;
  }
}
.toggle-menu-wrap #menu-toggle {
  display: block;
  position: relative;
  padding: 0;
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
  z-index: 10000;
  font-size: 20px;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 44px;
  height: 44px;
  padding: 14px 12px;
  border-radius: 50%;
  color: white;
  background-color: var(--theme-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span {
  height: 2px;
  width: 20px;
  background: var(--light-color);
  border-radius: 10px;
  transition: all 150ms ease-in-out;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span:nth-child(2) {
  width: 28px;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover span {
  width: 100%;
  background: var(--light-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover span:nth-child(2) {
  width: 20px;
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span {
  background-color: var(--light-color) !important;
  width: 20px;
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:first-child {
  -ms-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:nth-child(2) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:nth-child(3),
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:last-child {
  opacity: 0;
}
.toggle-menu-wrap .full-menu {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  transition: all 225ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.toggle-menu-wrap .full-menu > .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--light-color);
}
.toggle-menu-wrap .full-menu > .bg > div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.toggle-menu-wrap .full-menu .right {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease-in-out;
  transition-delay: 600ms !important;
  -ms-flex: 1;
      flex: 1;
  max-width: 1360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 120px 0 0;
  padding: 20px 30px;
  overflow-x: scroll;
  background: var(--light-color);
}
@media only screen and (max-width: 1359px) {
  .toggle-menu-wrap .full-menu .right > .main-nav > ul,
.toggle-menu-wrap .full-menu .right > ul {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.toggle-menu-wrap .full-menu .right > .main-nav > ul > li,
.toggle-menu-wrap .full-menu .right > ul > li {
  margin-block: 10px;
}
@media only screen and (max-width: 1359px) {
  .toggle-menu-wrap .full-menu .right > .main-nav > ul > li,
.toggle-menu-wrap .full-menu .right > ul > li {
    max-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .toggle-menu-wrap .full-menu .right > .main-nav > ul > li,
.toggle-menu-wrap .full-menu .right > ul > li {
    max-width: 140px;
  }
}
.toggle-menu-wrap .full-menu .right > .main-nav > ul > li > a,
.toggle-menu-wrap .full-menu .right > ul > li > a {
  font-weight: 700;
}
.toggle-menu-wrap .full-menu .right > .main-nav > ul > li > .sub-menu,
.toggle-menu-wrap .full-menu .right > ul > li > .sub-menu {
  margin-top: 5px !important;
}
.toggle-menu-wrap .full-menu .right > .main-nav > ul > li > .sub-menu .sub-menu,
.toggle-menu-wrap .full-menu .right > ul > li > .sub-menu .sub-menu {
  padding-block: 0 20px;
  padding-left: 10px;
}
.toggle-menu-wrap .full-menu .right > .main-nav > ul > li > .sub-menu .sub-menu a:before,
.toggle-menu-wrap .full-menu .right > ul > li > .sub-menu .sub-menu a:before {
  content: "-";
  margin-left: -10px;
  width: 10px;
  display: inline-block;
}
.toggle-menu-wrap .full-menu ul {
  margin-top: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.toggle-menu-wrap .full-menu ul li {
  display: block;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  list-style: none;
  background: transparent;
}
.toggle-menu-wrap .full-menu ul li a {
  color: var(--dark-color);
}
.toggle-menu-wrap .full-menu ul li a:hover {
  color: var(--dark-color);
}
.toggle-menu-wrap .full-menu ul > li {
  padding-bottom: 0;
  margin-bottom: clamp(10px, 1vw, 20px);
}
.toggle-menu-wrap .full-menu ul > li > a {
  padding: 12px 40px 12px 0;
  display: block;
  height: auto;
  z-index: 100;
  background: none;
  font-size: 17px;
  line-height: 1em;
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu ul > li > a {
    padding: 0;
    max-width: 250px;
    display: block;
    line-height: 1.2em;
  }
}
.toggle-menu-wrap .full-menu ul > li > ul {
  max-width: 520px;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toggle-menu-wrap .full-menu ul > li > ul > li {
  display: inline-block;
  padding-bottom: 0;
  margin-block: 4px;
  margin-right: 7px;
  width: 100%;
}
.toggle-menu-wrap .full-menu ul > li > ul > li a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  padding: 3px 0;
}
.toggle-menu-wrap.open-menu .full-menu {
  opacity: 1;
  visibility: visible;
}
.toggle-menu-wrap.open-menu .full-menu .left,
.toggle-menu-wrap.open-menu .full-menu .right {
  opacity: 1;
}
.toggle-menu-wrap.open-menu .full-menu > .bg > div {
  opacity: 1;
}

.header_logo {
  transition: all 350ms ease-in-out;
}
.header_logo a img {
  transition: all 350ms ease-in-out;
}
.open-toggle-menu .header_logo {
  position: relative;
  z-index: 2;
  transition: all 500ms ease-in-out;
}
/*------------------------------------*\
  MENU - Mobile
\*------------------------------------*/
@media only screen and (max-width: 1359px) {
  .main_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 1359px) and (max-width: 767px) {
  .main_menu {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1359px) {
  .main_menu:before {
    display: none;
  }
}
@media only screen and (max-width: 1359px) {
  .main_menu .menu {
    position: fixed;
    top: -100vh;
    right: 0;
    height: 100svh;
    width: 100vw;
    max-width: 100vw;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    background: var(--dark-color);
    transition: all 350ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 70px;
    top: 0;
    opacity: 1;
  }
  .main_menu .menu .description {
    display: none !important;
  }
  .main_menu .menu > ul {
    padding: 10px 15px !important;
    margin-top: 0 !important;
    background: var(--dark-color);
  }
  .main_menu .menu > ul > li {
    padding-bottom: 0;
  }
  .main_menu .menu > ul > li > a {
    padding: 12px 40px 12px 0;
    height: 40px;
    z-index: 100;
    background: none;
  }
  .main_menu .menu > ul > li.mobile-visible {
    display: block;
  }
  .main_menu .menu > ul > li.mobile-visible:nth-last-child(3) {
    margin-top: 13px;
  }
  .main_menu .menu > ul > li.mobile-visible:after {
    display: none;
  }
  .main_menu .menu > ul > li.mobile-visible > a {
    letter-spacing: 0.08em;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px 10px 0;
  }
  .main_menu .menu > ul > li.btn {
    margin: 0 -20px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .main_menu .menu > ul > li.btn a {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 10px 20px;
    color: var(--dark-color) !important;
    font-size: 22px;
    font-weight: 600;
  }
  .main_menu .menu > ul > li.phone {
    display: none;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: none;
    height: auto;
    margin: 0;
    padding: 15px 40px 15px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
    color: white !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: var(--theme-color) !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a, .main_menu .menu ul li.current_page_parent > a, .main_menu .menu ul li:hover > a {
    background: none;
    color: white !important;
  }
  .main_menu .menu ul ul.sub-menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu ul ul.sub-menu li {
    margin-top: 2px;
  }
  .main_menu .menu ul ul.sub-menu li a {
    color: var(--theme-color) !important;
    font-size: 30px;
    font-weight: 400;
    padding: 9px 0;
  }
  .main_menu .menu ul ul.sub-menu li a .open-sub-menu {
    height: 16px;
    margin-top: -14px;
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul {
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul li a {
    font-size: 24px;
    background: none !important;
  }
  .main_menu .menu ul ul.sub-menu li ul li a .open-sub-menu {
    height: 16px;
  }
  .main_menu .menu ul ul.sub-menu.active {
    margin: 4px 0 0;
    padding-bottom: 20px;
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
  }
}
@media only screen and (max-width: 1359px) {
  #header_main:nth-child(2) .main_menu .menu.active {
    padding-top: 100px;
  }
}
/*------------------------------------*\
  MENU - OPEN SUB MENU
\*------------------------------------*/
.main_menu .menu .open-sub-menu {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 30px;
  height: 34px;
  margin-top: 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 1000;
}
.main_menu .menu .open-sub-menu.down:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}