html {
    font-size: 62.5%;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    scroll-padding-top: 10rem;
}

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

body {
    box-sizing: border-box;
    margin: 0;
    font-size: 1.6rem;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
}

q:before,
q:after {
    display: none;
}

button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

blockquote {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

#svg-- {
    display: none;
}

.mfp-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed !important;
    top: 0 !important;
}

.carousel-dot-btn {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.6rem;
}

.carousel-dot-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00325729;
    border-radius: 0.6rem;
}

.carousel-dot-btn.current:before {
    background-color: #0cb161;
}

.flip-card {
    transform-style: preserve-3d;
    transition: transform 1s;
}

.flip-card-front,
.flip-card-back {
    backface-visibility: hidden;
}

.flip-card-back,
.flip-card-wrapper:hover .flip-card {
    transform: rotateY(180deg);
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
    z-index: 999;
    position: relative;
    width: 3.2rem;
    height: 2.4rem;
    gap: 0.5rem;
}

@media (min-width: 64rem) {
    .hamburger {
        display: none;
    }
}

.hamburger.active .hamburger-bar:nth-child(1) {
    transform: rotate(-45deg);
}

.hamburger.active .hamburger-bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-bar:nth-child(3) {
    transform: rotate(45deg);
}

.hamburger-bar {
    display: block;
    width: 2.4rem;
    height: 0.3rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    transition: ease all 0.5s;
    position: absolute;
}

.hamburger-bar:nth-of-type(1) {
    top: 50%;
    transform: translateY(calc(-50% - 0.7rem));
}

.hamburger-bar:nth-of-type(3) {
    top: 50%;
    transform: translateY(calc(-50% + 0.7rem));
}

.job-description ul,
.job-description ol {
    display: block;
    list-style-type: initial;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}

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

.job-description p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.visible-focus:focus-visible {
    outline: 3px solid #075f34 !important;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Container for the video */
.white-popup {
    position: relative;
    background: #000;
    /* Black background for a cinema feel */
    padding: 0;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    line-height: 0;
    /* Removes extra space at the bottom of the video */
}

/* Ensure the close button is visible against the video */
.mfp-close {
    color: #FFF !important;
}