* {
    box-sizing:border-box
  }

  .container {
    overflow: visible !important;
  }

  @media (max-width: 767px) {
    .container {
        overflow: hidden !important;
      }
  }

body {
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    font-family: var(--font-open-sans) !important;
    color: var(--color-dark-grey);
    -webkit-font-smoothing: antialiased;
    line-height: 1.375;
    --text-opacity: 1;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    background-color: #fff;
    background: #fff;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color: var(--color-dark-grey);
}

::selection {
    text-shadow: none;
}

ol {
    margin-top: 0;
    color: var(--main-text-color);
}

ul {
    font-family: var(--font-open-sans);
    color: var(--main-text-color);
    box-sizing: border-box;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    margin-top: 0;
    display: block;
}

ul ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-bottom: 0;
    list-style-type: circle;
}

li {
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    display: list-item;
}

i {
    font-style: italic;
}

img {
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
}

header {
    unicode-bidi: isolate;
}

header.sticky {
    padding: 0 0;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

.hedla-header {
    background-color: var(--color-header-bg);
    
}

.hedla-header .hedla-mega-menu {
    width: 100%;
    top: 100%;
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s linear;
    cursor: pointer;
}

.hedla-header--standard {
    z-index: 999;
    left: 0;
}

/* hedla-header-navbar hedla-header-navbar--standard  */

.hedla-header-navbar.hedla-header-navbar--standard {
    background: transparent;
}

@media (min-width: 992px) {
    .hedla-header-navbar {
        height: 100px;
    }
}

/* hedla-header-navbar__wrapper  custom-container */

.hedla-header-navbar__wrapper {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

@media (min-width: 768px) {
    .hedla-header-navbar__wrapper {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .hedla-header .custom-container, .hedla-header .hedla-mega-menu__intro {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .hedla-header .custom-container, .hedla-header .hedla-mega-menu__intro {
        padding-left: calc(50% - 555px);
        padding-right: calc(50% - 555px);
    }
}

/* logo */

img, svg {
    vertical-align: middle;
}

.hedla-header-navbar__logo {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .hedla-header-navbar__logo {
        width: 300px !important;
    }
}

/* hedla-header-navbar__menu */

.hedla-header-navbar__menu {
    margin: 0 0 0 auto;
    padding: 0;
    height: 100%;
    display: flex;
}

/* myDiv1 */

.hedla-header-navbar__menu-item {
    display: flex;
    align-items: center;
    transition: .2s;
}

@media (min-width: 1200px) {
    .hedla-header-navbar__menu-item {
        margin-left: 9.5px;
        margin-right: 9.5px;
    }
}

/* myDiv3 */

.hedla-header-navbar--standard .hedla-header-navbar__menu-item-link {
    color: var(--main-dark-color);
}

.hedla-header-navbar--standard .hedla-header-navbar__menu-item-link:hover {
    color: var(--color-red);
    text-decoration: none;
    font-weight: 700;
}

.hedla-header-navbar__menu-item-link {
    font-family: var(--font-open-sans) !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: .2s;
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 992px) {
    .hedla-header-navbar__menu-item-link {
        font-size: 12px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

/* hedla-mega-menu */

/* hedla-mega-menu__close-icon j_close-menu */

.hedla-header .hedla-mega-menu__close-icon {
    position: absolute;
    cursor: pointer;
    top: 25px;
    width: 33px;
    height: 34px;
    background: transparent url(../images/header/icon-close-mega-menu.png) 50% / contain;
    background-repeat: no-repeat;
    z-index: 9999;
    transition: .2s;
}

@media (min-width: 1200px) {
    .hedla-header .hedla-mega-menu__close-icon {
        right: calc(50% - 555px);
    }
}

.hedla-header .hedla-mega-menu__close-icon:hover {
    transform: scale(1.1)
}

/* hedla-mega-menu__wrapper */

.hedla-header .hedla-mega-menu__wrapper {
    display: flex;
    width: 100%;
    min-height: 487px;
    background: #fff;
}

/* hedla-mega-menu__intro */

.hedla-header-navbar__menu-item.active .hedla-mega-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
}

.hedla-header .hedla-mega-menu__intro {
    background-color: #32000a;
    /* background: #32556e; */
    width: 36%;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-right: 40px !important;
}

@media (min-width: 1440px) {
    .hedla-header .hedla-mega-menu__intro {
        width: 36%;
    }
}

@media (min-width: 1200px) {
    .hedla-header .custom-container, .hedla-header .hedla-mega-menu__intro {
        padding-left: calc(50% - 555px);
    }
}

/* hedla-mega-menu__intro-title */

.hedla-header .hedla-mega-menu__intro-title {
    font-family: "Roboto" !important;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-weight: 400 !important;
    font-style: normal;
    color: #ffffff;
}

/* hedla-mega-menu__intro-copy  */

.hedla-header .hedla-mega-menu__intro-copy {
    font-family: var(--font-open-sans) !important;
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 25px;
    font-weight: 400;
    font-style: normal;
}

/* hedla-mega-menu__intro-cta btn btn-primary hedla-btn-green */

.hedla-header .hedla-mega-menu__intro-cta {
    margin-top: 0;
}

.btn, .btn:hover {
    --text-opacity: 1;
    --bg-opacity: 1;
}

/* hedla-mega-menu__navigation */

nav {
    padding-top: 9px;
}

.hedla-header .hedla-mega-menu__navigation {
    display: flex;
}

@media (min-width: 1440px) {
    .hedla-header .hedla-mega-menu__navigation {
        width: 64%;
    }
}

/* hedla-mega-menu__items nav-level-1 */

.hedla-header .hedla-mega-menu__items.nav-level-1 {
    margin-bottom: 25px;
}

@media (min-width: 1440px) {
    .hedla-header .hedla-mega-menu__items {
        width: 430px;
        padding: 15px 50px;
    }
}

/* hedla-mega-menu__item hedla-mega-menu__expand active */
/* hedla-mega-menu__item */

.hedla-header .hedla-mega-menu__item {
    border-bottom: thin solid #eaeaea;
}

.hedla-header-navbar__menu-item.active .hedla-mega-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
}

.hedla-header .hedla-mega-menu__link:hover {
    color: var(--color-red);
}

/* hedla-mega-menu__link hedla-mega-menu__expand-link */

.hedla-header .hedla-mega-menu__expand-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.hedla-header .hedla-mega-menu__expand-link__icon {
    width: 7px;
}

.hedla-header .hedla-mega-menu__link {
    font-family: "Roboto" !important;
    background-color: #fff;
    color: #333;
    letter-spacing: 0;
    line-height: 1.5em;
    transition: .2s;
    font-weight: 400 !important;
    font-style: normal;
    display: block;
    padding: .875em 0;
}

@media (min-width: 1440px) {
    .hedla-header .hedla-mega-menu__link {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .hedla-header .hedla-mega-menu__link {
        padding: .7em 0;
    }
}

.hedla-header .hedla-mega-menu__items {
    list-style-type: none;
    padding: 24px 30px;
    width: 432px;
}

@media (min-width: 1440px) {
    .hedla-header .hedla-mega-menu__items {
        padding: 15px 50px;
    }
}

/* hedla-mega-menu__items hedla-mega-menu__expand-content nav-level-2 */

.hedla-header .hedla-mega-menu__expand .hedla-mega-menu__expand-content {
    background-color: #fff;
}

@media (min-width: 1200px) {
    .hedla-header .hedla-mega-menu__items.nav-level-2 {
        padding-top: 54px;
    }
}

@media (min-width: 992px) {
    .hedla-header .hedla-mega-menu__items.nav-level-2 {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .hedla-header .hedla-mega-menu__items.nav-level-2:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 85%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: #eaeaea;
    }
}

.hedla-header .hedla-mega-menu__expand-content {
    position: absolute;
    top: 0;
    height: 100%;
    transition: .2s ease-in;
    z-index: 999;
    visibility: hidden;
    transform: translateX(100%);
}

@media (min-width: 1440px) {
    .hedla-header .hedla-mega-menu__expand-content {
        width: 320px;
        left: calc(36% + 430px);
    }
}

@media (min-width: 992px) {
    .hedla-header .hedla-mega-menu__expand-content {
        right: auto;
    }
}

.hedla-header .hedla-mega-menu__expand.active>.hedla-mega-menu__expand-content {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* hedla-mega-menu__item d-lg-none */

.hedla-header .hedla-mega-menu__expand-content .hedla-mega-menu__item {
    border-bottom: 1px solid #eaeaea;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

/* hedla-mega-menu__link hedla-mega-menu__back-link */

.hedla-header .hedla-mega-menu__expand .hedla-mega-menu__expand-content .hedla-mega-menu__link {
    font-family: "Roboto" !important;
    background-color: #fff;
    letter-spacing: 0;
    font-size: 1.1rem;
    color: rgba(51, 51, 51, .75);
    font-style: normal;
}

.hedla-header .hedla-mega-menu__expand .hedla-mega-menu__expand-content .hedla-mega-menu__link:hover {
    color: var(--color-red);
}

.hedla-header .hedla-mega-menu__expand-content .hedla-mega-menu__back-link.hedla-mega-menu__link {
    font-size: 24px !important;
    color: #333 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
    font-style: normal;
}

.hedla-header .hedla-mega-menu__expand-content .hedla-mega-menu__back-link {
    display: flex;
    align-items: center;
}


/* --------------------------------------------------------------------------- */


/* Mobile Header */

.hedla-nav__expand-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}


.hedla-header-mobile-navbar__logo {
    width: 165px;
}

.hedla-header-mobile {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
}

/* hedla-header-mobile-navbar */

.hedla-header, .hedla-header-mobile-navbar {
    background-color: var(--color-header-bg);
}

.hedla-header-mobile-navbar {
    display: flex;
    align-items: center;
    height: 45px;
    width: 100%;
    /* background: #32556e; */
}

/* container hedla-header-mobile-navbar__wrapper */

.hedla-header-mobile-navbar__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* hedla-header-mobile-navbar__search-wrapper */

.hedla-header-mobile-navbar__search-wrapper {
    margin-left: auto;
    margin-right: 14px;
    display: none;
}

.hedla-header-mobile-navbar__search-icon {
    width: 15px;
    height: 15px;
}

/* hedla-header-mobile-burguer */

.hedla-header-mobile-navbar__burguer {
    position: relative;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* hedla-header-mobile-navbar__burguer */

.hedla-header-mobile-navbar__burguer span:first-child {
    top: 5px;
}

.top-bar, .hedla-header-mobile-navbar__burguer span {
    background-color: var(--color-red);
}

.hedla-header-mobile-navbar__burguer span {
    width: 100%;
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    height: 1px;
    /* background: #d8d8d8; */
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(0);
}

.hedla-header-mobile-navbar__burguer.active span:first-child {
    top: 10px;
    transform: rotate(-45deg);
}

.hedla-header-mobile-navbar__burguer.active span:nth-child(2) {
    bottom: 9px;
    transform: rotate(45deg);
}

.hedla-header-mobile-navbar__burguer span:nth-child(2) {
    bottom: 5px;
}

/* hedla-nav-drill hedla-nav-drill--standard */

.hedla-nav-drill--standard {
    height: 96vh !important;
}

.hedla-nav-drill {
    margin-top: 45px;
    transform: translateX(100%);
    display: flex;
    flex-flow: column;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 303px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: .45s;
}

@media (max-width: 992px) {
    .hedla-nav-drill {
        position: absolute;
    }
}

.nav-mobile--is-toggled .hedla-nav-drill {
    overflow-y: hidden;
    transform: translateX(0);
}

/* hedla-nav__items nav-level-1 */

.hedla-nav__items {
    list-style-type: none;
    padding: 0 16px;
    margin-bottom: 0;
    flex-grow: 1;
    overflow-y: auto;
    border-bottom: 1px solid #eaeaea;
}

/* hedla-nav__link hedla-nav__expand-link */

.hedla-nav__link {
    font-family: var(--font-open-sans) !important;
    padding: .875em 0;
    background-color: #fff;
    color: #333 !important;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400 !important;
    font-style: normal;
    display: block;
}

.hedla-nav__expand-link__icon {
    width: 7px;
}

@media (max-width: 990px) {
    .hedla-nav__expand-link {
        font-size: 16px !important;
        text-transform: uppercase;
        padding: 1.2em 0px !important;
    }
}

/* hedla-nav__items hedla-nav__expand-content nav-level-2 */

.hedla-nav__expand .hedla-nav__expand-content {
    background-color: #fff;
}

.hedla-nav__expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(100%);
    transition: .3s;
    visibility: hidden;
    z-index: 9999;
    overflow-y: auto;
}

.hedla-nav__expand.active>.hedla-nav__expand-content {
    transform: translateX(0);
    visibility: visible;
}

.hedla-nav__expand-content .hedla-nav__back-link>.link-icon:before {
    content: "";
    background-image: url(../images/header/icon-chevron-left-mobile.svg);
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 9px;
    height: 17px;
    margin-right: 16px;
}

/* hedla-nav__item */

.hedla-nav__item {
    border-bottom: 1px solid #eaeaea;
}

.hedla-nav__expand-content .hedla-nav__item {
    border-bottom: 1px solid #eaeaea;
}

.hedla-nav__collapsed-list li {
    color: #676767;
    font-size: 12px;
    line-height: 26px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #eaeaea;
}

@media (max-width: 990px) {
    .hedla-nav__collapsed-list li {
        font-size: 14px !important;
    }
}

/* hedla-nav__link hedla-nav__back-link */

.hedla-nav__expand .hedla-nav__expand-content .hedla-nav__link {
    background-color: #fff;
    letter-spacing: 0;
    font-size: 1rem;
    color: rgba(51, 51, 51, .75) !important;
    font-family: var(--font-open-sans) !important;
}

@media (max-width: 990px) {
    .hedla-nav__expand .hedla-nav__expand-content .hedla-nav__link {
        font-size: 15px !important;
        text-transform: capitalize !important;
    }
}

.hedla-nav__expand-content .hedla-nav__back-link.hedla-nav__link {
    font-size: 24px !important;
    color: #333 !important;
    opacity: 1 !important;
}

.hedla-nav__expand-content .hedla-nav__back-link.hedla-nav__link, .hedla-nav__link {
    font-weight: 400 !important;
    font-style: normal;
}

.hedla-nav__expand-content .hedla-nav__back-link {
    display: flex;
    align-items: center;
}

.hedla-nav__expand-content .hedla-nav__back-link.hedla-nav__link {
    font-size: 24px !important;
    color: #333 !important;
    opacity: 1 !important;
}

.hedla-nav__collapse-link-icon {
    width: 8px;
    color: #333;
    float: right;
    position: relative;
    top: 7px;
}

/* collapse-children-4 */

.collapse:not(.show) {
    display: none;
}

.hedla-nav__collapsed-list {
    list-style: none;
    padding-left: 15px;
}

/* link-unstyled */

.link-unstyled {
    color: inherit;
    text-decoration: none;
    outline: inherit;
    box-shadow: inherit;
}

/* hedla-nav__bottom-options */


.hedla-nav__bottom-options {
    position: relative;
    margin-top: auto;
    height: 220px;
    background-color: rgba(50, 0, 10, 1);
}

.hedla-nav__bottom-options-links {
    padding: 6px 16px 0;
    list-style: none;
    margin-bottom: 0;
}

.hedla-nav__bottom-options-links a {
    color: #fff;
}

.hedla-nav__bottom-options .mobile-bottom {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hedla-nav__bottom-options .mobile-bottom__language {
    display: flex;
}

div.skiptranslate, #google_translate_element2 {
    display: none !important;
}

.gt_container--hich1m .gt_switcher {
    font-family: Arial;
    font-size: 14pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 193px;
    line-height: 0;
}

.gt_container--hich1m .gt_switcher .gt_selected {
    background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    position: relative;
    z-index: 9999;
}

.gt_container--hich1m .gt_switcher .gt_selected {
    background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    position: relative;
    z-index: 9999;
}

.gt_container--hich1m .gt_switcher .gt_selected a {
    border: 1px solid #ccc;
    color: #666;
    padding: 3px 5px;
    width: 181px;
}

.gt_container--hich1m .gt_switcher a {
    text-decoration: none;
    display: block;
    font-size: 14pt;
    box-sizing: content-box;
}

.gt_container--hich1m .gt_switcher a img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.gt_container--hich1m .gt_switcher .gt_option {
    position: relative;
    z-index: 9998;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    display: none;
    width: 191px;
    max-height: 198px;
    height: 0;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    transition: height 0.5s ease-in-out;
}

.gt_container--hich1m .gt_switcher .gt_option a {
    color: #000;
    padding: 3px 5px;
}

.gt_option a {
    font-family: 'Raleway';
}

.gt_container--hich1m .gt_switcher .gt_option a {
    color: #000;
    padding: 3px 5px;
}

.gt_option a {
    font-family: 'Raleway';
}

/* mobile-bottom__social-icons */

.hedla-nav__bottom-options .mobile-bottom__social-icons {
    padding: 4px 0 4px 12px;
    border-left: 1px solid hsla(0, 0%, 94.1%, .15);
    display: flex;
}

.hedla-nav__bottom-options .mobile-bottom__social-icons>a {
    padding: 2.5px;
}

.top-bar__social-icons-item-wrapper {
    position: relative;
}

.mobile-bottom img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

.hedla-header-mobile-navbar__burguer span:first-child {
    top: 5px;
}

@media (max-width: 992px) {
    .hedla-nav__bottom-options .mobile-bottom__social-icons {
        flex-wrap: wrap;
    }
}

.hedla-nav__bottom-options .mobile-bottom__social-icons {
    padding: 4px 0 4px 12px;
    border-left: 1px solid hsla(0, 0%, 94.1%, .15);
    display: flex;
}

.hedla-nav__bottom-options .mobile-bottom__social-icons>a {
    padding: 2.5px;
}

.top-bar__social-icons-item-wrapper {
    position: relative;
}

.header-globe {
	display: flex;
	justify-content: center;
}

.header-globe-title {
	margin-top: 17px;
	padding-left: 5px;
}

.hedla-nav__bottom-options-item {
	border-bottom: 1px solid hsla(0, 0%, 94.1%, .15);
	font-size: 12px;
    color: #fff;
	padding: 10px 0;
}

/* CSS for language page */

.lang-container {
    display: flex;
}