body {
    background-color: rgb(251, 251, 251);
    overflow: hidden !important;
    overflow-y: auto !important;
    --theme1: rgb(75, 75, 75);
    --theme2: rgb(75, 45, 45);
    --theme3: rgb(55, 147, 255);
    --theme4: rgb(55, 146, 55);
    --theme5: rgb(200, 200, 200);
    --theme6: rgb(160, 160, 160);
    --theme7: rgb(95, 45, 45);
    --theme8: rgb(28, 114, 200);
    --theme9: rgb(247, 247, 247);
    --font1: sans-serif, system-ui;
}
a.href {
    font-family: var(--font1);
    color: var(--theme3);
    text-decoration: none;
}
.page-contents-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: repeat(1, auto);
    top: 0em;
    height: fit-content;
    min-height: 100vh;
}
.page-section {
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    height: fit-content;
}
.page-section.hero {
    margin-top: 8em !important;
    height: calc(100vh - 9em);
    overflow: hidden;
    border-bottom: 1px var(--theme5) solid;
}
.menu-container {
    overflow: hidden;
    position: fixed;
    height: 8em;
    width: 100%;
    background: white;
    z-index: 1000;
    border-bottom: 1px var(--theme5) solid;
}
.menu-container img {
    position: absolute;
    width: auto;
    height: 5em;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 3em;
    background: black;
    border-radius: 2px;
    cursor: pointer;
    background: none;
}
.menu-container .header {
    display: none !important;
}
.page-section.hero img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.header {
    width: 90%;
    text-align: center;
    z-index: 2;
    height: fit-content;
    left: 0;
    right: 0;
    font-family: var(--font1);
    color: var(--theme2);
    font-size: 39px;
    font-weight: 100;
    line-height: 1em !important;
    left: 0;
    right: 0;
    top: 0em;
    bottom: 0;
    margin: auto;
    margin-left: auto;
}
.sub-header {
    font-size: 20px;
    color: var(--theme2);
    font-style: italic;
}
.page-section.hero .header {
    position: relative;
    width: 90%;
    text-align: center;
    z-index: 2;
    top: 0em;
    bottom: 0;
    margin: auto;
    height: fit-content;
    left: 0;
    right: 0;
    font-family: var(--font1);
    color: var(--theme2);
    font-size: 39px;
    font-weight: 100;
    line-height: 1em !important;
}
.page-section.hero .sub-header {
    top: 0em;
    font-size: 20px;
    color: var(--theme2);
    font-style: italic;
}
.page-section.hero .headers {
    position: absolute;
    display: grid;
    width: 100%;
    height: fit-content;
    grid-template-columns: auto !important;
    grid-template-rows: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    grid-gap: 0.6em !important;
}
.page-section.footer-container {
    background: var(--theme2);
    padding-top: 2em;
    padding-bottom: 6em;
    margin-top: 8em;
}
.page-section.footer-container .header {
    color: white;
    font-weight: 100;
    font-size: 25px;
    letter-spacing: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.page-section.footer-container .grid {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: auto;
    grid-column-gap: 6em;
    grid-row-gap: 4em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-top: 4em;
}
.page-section.footer-container .grid .grid2 {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 0.44em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-top: 0;
}
.page-section.footer-container a.href {
    font-family: var(--font1);
    color: white;
    text-decoration: none;
    font-size: 14px;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    font-style: italic;
}
.page-section.footer-container .grid .grid2 .header {
    margin-left: 0;
    font-size: 20px;
    max-width: unset !important;
    text-align: left !important;
    width: fit-content !important;
}
.page-section.content2 .header, .page-section.content .header {
    margin-top: 1em !important;
}
@media screen and (max-device-width: 1080px) {
    .page-section.footer-container {
        display: none !important;
    }
    .page-section.address {
        margin-bottom: 2em !important;
    };
}
.grid {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(1, auto);
    width: fit-content;
    height: fit-content;
}
.menu-container .grid {
    width: fit-content;
    height: fit-content;
    grid-column-gap: 2em;
    grid-row-gap: 0.44em;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-right: 3em;
    position: absolute;
    grid-template-columns: repeat(8, auto) !important;
}
.menu-container .grid a.href {
    font-family: var(--font1);
    color: rgb(160, 160, 160);
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    font-weight: 100;
    font-style: italic;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
::selection {
    color: white !important;
    background-color: var(--theme3) !important;
}
::-webkit-scrollbar {
    width: 0.5em;
    background-color: white;
}
::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--theme6);
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 100px;
    background-color: var(--theme5);
}
.page-section.content2, .page-section.content {
    margin-top: 4em;
}
.grid.services {
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-top: 3em;
    grid-column-gap: 6em;
    grid-row-gap: 2em;
}
.grid.services .service {
    position: relative;
    height: fit-content;
    width: fit-content;
    cursor: pointer;
}
.grid.services .service .image {
    overflow: hidden;
    position: relative;
    width: 86vw;
    height: 86vw;
    border-radius: 50%;
    max-width: 16em;
    max-height: 16em;
    border: 1px var(--theme5) solid;
}
.grid.services .service .image img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}
.grid.services .service .named-item {
    position: relative;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0.5em;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    font-family: var(--font1);
    color: var(--theme2);
    letter-spacing: 0.44px;
    width: 86vw;
    max-width: 14em;
}
.menu-container .hm {
    display: none;
}
@media screen and (max-device-width: 1304px) {
    .menu-container .grid {
        display: none !important;
    }
    .menu-container img {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .menu-container .hm {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-gap: 0.22em;
        width: 2em;
        height: 2em;
        overflow: hidden;
        top: 0;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-left: 2em;
        cursor: pointer;
        top: 0px;
    }
    .menu-container .hm div {
        background: none;
        border-radius: 0;
        height: 0;
        border-bottom: 3px var(--theme7) solid;
        border-radius: 100px;
        position: relative;
        width: 100%;
        cursor: inherit;
    }
}
.grid.services .service .image img {
    left: -50%;
    right: -50%;
}
.menu-container {
    box-shadow: 3px 2px 4px 0px var(--theme5);
}
.menu-container2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px var(--theme6) solid;
    z-index: 100000;
    width: 100%;
    height: fit-content;
    min-height: 23em;
    box-shadow: 3px 2px 4px 0px var(--theme5);
}
.menu-container2 .grid {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: relative;
    margin-top: 4em;
    margin-bottom: 4em;
    grid-column-gap: 4em;
    grid-row-gap: 2em;
}
.menu-container2 .grid .grid2 {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 0.44em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-top: 0;
    max-width: 21em;
}
.menu-container2 .grid .grid2 .header {
    margin-left: 0;
    font-size: 20px;
    max-width: unset !important;
    text-align: left !important;
    width: fit-content !important;
}
.always-on {
    display: block !important;
}
.always-on .grid {
    display: grid !important;
}
.menu-container .container {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 3em;
    overflow: hidden;
    background: var(--theme8);
    position: relative;
}
.menu-container {
    height: 9em;
}
.page-section.hero {
    margin-top: 9em !important;
}
.menu-container img {
    height: calc(98% - 4em);
    margin-bottom: 9px;
    margin-left: 6em;
}
.menu-container .hm {
    display: none !important;
}
.menu-container .grid {
    top: 3em;
}
.menu-container .container .grid {
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 6em;
    grid-column-gap: 2em;
}
.menu-container .container .grid a.href {
    color: var(--theme9);
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.44px !important;
    word-spacing: 0em !important;
}
.menu-container .grid a.href {
    font-weight: 600;
    font-size: 14px;
    color: rgb(5, 5, 7);
}
.menu-container .grid {
    left: 8em;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.page-section.hero .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    background: black;
    z-index: 100;
    opacity: 17%;
}
.page-section.hero .headers {
    z-index: 10000;
}
.page-section.hero .headers .header {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 52px;
}
.page-section.hero .headers .sub-header {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 52px;
    font-style: normal !important;
}
.menu-container {
    z-index: 199999;
}
.page-section.content4.address .grid.grid3 .grid {
    grid-column-gap: 4em !important;
    grid-row-gap: 1em !important;
}
.page-section.content4.address .grid.grid3 .grid .container .href {
    color: var(--theme1) !important;
    font-size: 16px !important;
}
.page-section.content4.address .grid.grid3 .grid .container .href.phone2 {
    color: var(--theme8) !important;
}
.page-section.content4.address .grid.grid3 .grid .container {
    width: fit-content;
    max-width: 20em;
}
.page-section.address {
    margin-bottom: 6em;
}
.page-section.address .line {
    background: var(--theme8);
    height: 2em;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100000 !important;
    left: 0;
    right: 0;
}
.page-section.address .line .body.l {
    position: absolute;
    color: white;
    z-index: 1;
    font-size: 20px;
    margin-top: auto;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: auto;
    height: fit-content;
    top: 0;
    bottom: 0;
    top: 0;
    transform: none;
    margin-left: 3em;
    width: fit-content;
}
.page-section.address .line .body.r {
    position: absolute;
    color: white;
    z-index: 1;
    font-size: 20px;
    margin-top: auto;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: auto;
    height: fit-content;
    top: 0;
    bottom: 0;
    top: 0;
    transform: none;
    margin-right: 3em;
    width: fit-content;
}
.page-section.address .line .body.r a.href {
    color: white !important;
}
.page-section.footer-container {
    display: none !important;
}
.menu-container {
    height: 6.7em !important;
}
.menu-container .container {
    height: 2em !important;
}
.menu-container img {
    height: calc(98% - 4em);
    margin-bottom: 9px;
    margin-left: 6em;
    top: 0;
    margin-top: 3.02em;
    height: calc(98% - 3.5em);
    margin-left: 6em;
    top: 0;
    margin-top: 2.8em;
    height: 4.4em;
    margin-bottom: 0.1em;
    margin-top: auto;
}
.menu-container .grid {
    top: 2em !important;
}
.page-section.hero {
    margin-top: 6.7em !important;
}
.menu-container .container.always-on .grid {
    top: 0 !important;
}
.menu-container .container.always-on .grid2 {
    display: none !important;
}
@media screen and (max-device-width: 1304px) {
    .page-section.hero {
        height: 32vh !important;
        min-height: 16em !important;
    }
    .page-section.hero .headers .header {
        font-size: 33px !important;
    }
    .menu-container .container .grid.grid1 {
        grid-template-columns: repeat(1, auto) !important;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
    }
    .menu-container .grid.grid2 {
        margin-right: auto !important;
        margin-left: auto !important;
        left: 0;
        right: 0;
    }
    .menu-container .container .grid div.href {
        display: none;
    }
    .menu-container .container .grid a.href {
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
        text-align: center;
        text-align-last: center;
    }
    .menu-container {
        height: 10em;
        height: 5.7em !important;
        margin-top: 3em;
    }
    .page-contents-wrapper {
        margin-top: -3em !important;
    }
    .page-section.hero {
        margin-top: 9em !important;
    }
    .menu-container img {
        height: calc(100% - 3em) !important;
        margin-top: 2em !important;
        height: calc(100% - 3em) !important;
        margin-top: 2.5em !important;
        background: none;
        border: 0;
    }
    .menu-container .container.always-on .grid1 {
        display: none !important;
    }
    .menu-container .container.always-on .grid2 {
        display: grid !important;
    }
    .menu-container .container .grid .emailed {
        display: none !important;
    }
    .menu-container img {
        margin-left: 2em;
        height: 3.6em !important;
        margin-bottom: 0.1em;
        margin-top: auto !important;
    }
    .page-section.address .line .body.l {
        display: none !important;
    }
    .page-section.address .line .body.r {
        margin-right: auto !important;
    }
    .page-section.address .grid.grid3 {
        display: none !important;
    }
    .page-section.content2.content4.address {
        margin-top: 1em !important;
    }
    .menu-container .container.always-on .grid {
        top: 0.31em !important;
        margin-top: 0;
    }
    .menu-container .hm {
        display: grid !important;
        margin-left: auto;
        margin-right: 2em;
        margin-bottom: 0.7em;
    }
    .menu-container .hm div {
        border-color: var(--theme6) !important;
    }
}
.href.phone2 {
    display: none !important;
}
@keyframes scrollmenuup {
    0% {margin-top: 3em;}
    100% {
        margin-top: -5.7em;
    }
}
@keyframes scrollmenudown {
    0% {margin-top: -5.7em;}
    100% {
        margin-top: 3em;
    }
}
@keyframes scrollmenuup2 {
    0% {margin-top: 0;}
    100% {
        margin-top: -6em;
    }
}
@keyframes scrollmenudown2 {
    0% {
        margin-top: -6em;}
    100% {
        margin-top: 0;
    }
}
.pointer {
    all: inherit;
    display: inline;
    padding-right: 0.66em;
    color: var(--theme8);
    font-size: 20px;
    margin-left: 0 !important;
    background: none;
    height: fit-content;
    width: fit-content;
    position: relative;
    margin-right: 1em;
    position: absolute;
    border: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 0.4em;
    margin-left: auto !important;
    left: 0;
    right: 0;
}
.menu-container .grid .display {
    position: relative;
    width: 1.88em;
    height: 1.88em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 1.4em;
    height: 1.4em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.display1 {
    background-image: url(/image-main-index/clock.jpg);
}
.display2 {
    background-image: url(/image-main-index/book.jpg);
}
.display3 {
    background-image: url(/image-main-index/email.jpg);
}
.display4 {
    background-image: url(/image-main-index/instagram.png);
}
.menu-container .container.always-on .info {
    position: fixed;
    width: 100%;
    top: 0;
    margin-top: 0;
    height: fit-content;
    min-height: 8em;
    padding-top: 1em;
    padding-bottom: 3em;
    margin-top: 2em;
    left: 0;
    margin-left: 0;
    background: white;
    border-bottom: 1px var(--theme8) solid;
    box-shadow: 1px 1px 4px 2px rgb(255, 255, 255);
}
.menu-container .container.always-on .info .header.header3 {
    position: relative;
    width: 100%;
    height: fit-content;
    font-size: 15px;
    display: block !important;
    margin-top: 1em;
    font-size: 26px;
    margin-bottom: 1em;
}
.menu-container .container.always-on .info .body {
    width: 90%;
    text-align: center;
    z-index: 2;
    height: fit-content;
    left: 0;
    right: 0;
    font-family: var(--font1);
    color: var(--theme2);
    font-size: 39px;
    font-weight: 100;
    line-height: 1em !important;
    left: 0;
    right: 0;
    top: 0em;
    bottom: 0;
    margin: auto;
    margin-left: auto;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 33px;
    margin-bottom: 0em;
    color: var(--theme1);
    position: relative;
    width: 100%;
    height: fit-content;
    font-size: 15px;
    display: block !important;
    margin-top: 0.3em;
    font-size: 18px;
    font-weight: 500;
}
.menu {
    position: fixed;
    background: white;
    z-index: 100000;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    margin-top: 5em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px var(--theme5) solid;
    box-shadow: 1px 1px 9px 1px var(--theme5);
}
.menu .grid {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border: 1px var(--theme5) solid;
    height: calc(90vh - 5em);
    overflow: auto;
}
.menu .grid a.href {
    max-width: 19em;
    border: 1px var(--theme5) solid;
    border-top: 0;
    border-left: 0;
    border-radius: 2px;
    padding: 0.8em;
    color: var(--theme1);
    letter-spacing: 0.4px;
    font-size: 19px;
    height: fit-content;
}
.menu .contained {
    position: relative;
    max-width: 19em;
    width: fit-content;
    display: grid;
    height: 3.3em;
    overflow: hidden;
}
.menu .contained a.href div {
    position: absolute;
    left: auto;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-size: 29px;
    color: var(--theme8);
    margin-top: 0.299em;
}
.menu .grid {
    height: 13.6em;
    height: 17.2em;
    height: 26.6em;
    grid-template-columns: auto !important;
}
.menu {
    height: calc(100vh - 9em);
    overflow-y: auto;
}
.menu .grid .href, .menu .grid .contained {
    width: 96vw !important;
    max-width: 20em !important;
}
.menu .grid .contained {
    max-width: 25.7em !important;
}
.cookie-manager {
    position: fixed;
    width: calc(96vw - 2em);
    padding: 1em;
    height: fit-content;
    max-width: 28em;
    top: auto;
    bottom: 3em;
    right: 1em;
    left: auto;
    border-radius: 4px;
    background: white;
    z-index: 100000000000000000000000000;
    border: 1px var(--theme5) solid;
    box-shadow: 0px 0px 9px 1px var(--theme5);
}
.cookie-manager .head {
    position: relative;
    font-family: var(--font1);
    color: rgb(45, 45, 45);
    font-size: 16px;
    letter-spacing: 0.44px;
    margin-top: 0em;
    font-weight: 600;
    text-align: justify;
    text-align-last: center;
    word-break: break-word;
    text-align: center;
    font-family: var(--font1);
    color: var(--theme1);
    font-size: 18px;
    letter-spacing: 0.44px;
    margin-top: 0;
    text-align: center;
    text-align-last: left;
    word-break: break-word;
    width: 100%;
    text-align: center;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.cookie-manager .body {
    font-family: var(--font1);
    color: var(--theme1);
    font-size: 19px;
    letter-spacing: 0.44px;
    margin-top: 0;
    text-align: center;
    text-align-last: left;
    word-break: break-word;
    width: 100%;
    text-align: left;
    padding-top: 0.4em;
    padding-bottom: 0.99em;
}
.cookie-manager .confirm {
    position: relative;
    width: 100%;
    padding: 1em;
    height: fit-content;
    font-family: var(--font1);
    color: white;
    background: var(--theme8);
    border: 1px var(--theme8) solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
}
.thisthing {
    width: 90vw !important;
    grid-template-columns: auto !important;
    max-width: 23em !important;
}
.always-on .display.display5 {
    background-image: url(/image-main-index/phone.jpg);
}
.fixed.contact .header.header3.header4 {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
    text-align: center !important;
    text-align-last: center !important;
}
.fixed.contact {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    z-index: 10000000000000000;
}
.fixed.contact .bg {
    background: black;
    opacity: 55%;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    object-fit: cover;
}
.fixed.contact .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    background: white;
    border-radius: 4px;
    padding: 2em;
    width: calc(90vw - 4em);
    min-height: 10em;
    max-width: 64em;
    padding-top: 1em;
}
.fixed.contact .container button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background: rgb(5, 5, 10);
    font-family: var(--font1);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2.66em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    border-radius: 5px;
    border: 2px white solid;
    font-size: 16px;
    height: fit-content;
    cursor: pointer !important;
}
.fixed.contact .container .grid {
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-top: 2em;
    margin-bottom: 1em;
    grid-row-gap: 0.4em;
    grid-column-gap: 2em;
    grid-template-columns: repeat(2, auto);
}
.fixed.contact .container .grid input.text-field {
    position: relative;
    width: calc(90vw - 8em);
    padding: .8em;
    padding-left: 1.4em;
    padding-right: 1.4em;
    max-width: 16em;
    height: fit-content;
    font-family: var(--font1);
    font-size: 17px;
    color: var(--theme1);
    outline: 0;
    border: 1px rgb(185, 185, 185) solid;
    border-radius: 3px;
}
.fixed.contact textarea.text-field {
    position: relative;
    width: calc(90vw - 8em);
    padding: 0.8em;
    padding-left: 1.4em;
    padding-right: 1.4em;
    max-width: 37em;
    margin-top: 1em;
    height: fit-content;
    font-family: var(--font1);
    font-size: 17px;
    color: var(--theme1);
    outline: 0;
    border: 1px rgb(185, 185, 185) solid;
    border-radius: 3px;
    resize: none;
    height: 6em;
    grid-row: 4/4;
    grid-column: 1/3;
    left: 50%;
    transform: translateX(-50%);
}
.fixed.contact .container .header.header3 {
    margin-top: 0.77em;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 33px !important;
    margin-top: 0 !important;
}
.fixed.contact .container select {
    position: relative;
    width: calc(90vw - 5.1em);
    padding: .8em;
    max-width: 18.9em;
    height: fit-content;
    font-family: var(--font1);
    font-size: 17px;
    color: var(--theme1);
    outline: 0;
    border: 1px rgb(185, 185, 185) solid;
    border-radius: 3px;
}
@media screen and (max-device-width: 830px) {
    .fixed.contact .container textarea.text-field {
        max-width: 22em;
        grid-column: 1/2;
        margin-top: 0 !important;
        grid-row: auto !important;
    }
    .fixed.contact .container .grid {
        grid-template-columns: repeat(1, auto);
    }
    .fixed.contact .container {
        max-width: 28em;
    }
    .fixed.contact .container .grid input.text-field {
        max-width: 22em;
    }
    .fixed.contact .container .grid select {
        max-width: unset !important;
    }
}
.fixed.contact .container .header.header3.header5 {
    font-weight: 500;
    font-size: 33px !important;
    text-align: center;
    text-align-last: center;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1em;
    margin-bottom: 1em;
}
.fixed.contact .container .grid input.text-field {
    height: 1.3em !important;
}
.fixed.contact .container .grid select {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 2.9em !important;
}
.x {
    position: relative;
    margin-left: auto;
    margin-right: 1em;
    left: auto;
    right: 0;
    width: fit-content;
    height: fit-content;
    font-family: var(--font1);
    font-size: 22px;
    color: var(--theme1);
    font-weight: 600;
    cursor: pointer;
    top: 1.44em;
}
@media screen and (max-device-width: 495px) {
    .cookie-manager {
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0;
        right: 0;
    }
}
@media screen and (max-device-width: 1500px) {
    .menu-container img {
        margin-left: 4em;
    }
}
@media screen and (max-device-width: 1410px) {
    .menu-container img {
        margin-left: 2em;
    }
}
@media screen and (max-device-width: 1334px) {
    .menu-container img {
        margin-left: 1em;
    }
}
@keyframes slideopen {
    0% {
        right: -10em;
        bottom: -10em;
    }
    100% {
        right: 1em;
        bottom: 3em;
    }
}
.openchat {
    position: fixed;
    top: auto;
    left: auto;
    right: -10em;
    bottom: -10em;
    width: fit-content;
    height: fit-content;
    background: var(--theme8);
    color: white;
    font-family: var(--font1);
    font-size: 18px;
    padding: 0.6em;
    border-radius: 6px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border: 1px var(--theme8) solid;
    box-shadow: 1px 1px 2px 0px var(--theme8);
    cursor: pointer;
    user-select: none;
    z-index: 100;
    animation: 0.6s slideopen forwards;
    animation-delay: 1s;
    animation-direction: alternate;
}
@keyframes open2 {
    0% {
        height: 0;
        width: 0;
    }
    100% {
        height: 29em;
        width: 24em;
    }
}
@keyframes closechat {
    0% {
        height: 29em;
        width: 24em;
    }
    100% {
        height: 0;
        width: 0;
    }
}
.livechat {
    position: fixed;
    width: 24em;
    height: 29em;
    height: 0;
    width: 0;
    animation: 0.5s open2 forwards;
    animation-direction: alternate;
    top: auto;
    left: auto;
    right: 1em;
    bottom: 3em;
    border: 1px rgb(215, 215, 215) solid;
    border-radius: 14px;
    max-height: calc(90vh - 7em);
    z-index: 100;
    background: white;
    overflow: hidden;
}
.livechat .blue {
    position: relative;
    width: 100%;
    background: var(--theme8);
    height: 2.45em;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
}
.livechat .blue .title {
    position: absolute;
    width: fit-content;
    height: fit-content;
    color: white;
    font-family: var(--font1);
    font-size: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-left: 1em;
}
.livechat .blue .closechat {
    position: absolute;
    width: fit-content;
    height: fit-content;
    color: white;
    font-family: var(--font1);
    font-size: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-right: 1em;
    cursor: pointer;
    user-select: none;
}
.livechat .chat {
    position: relative;
    width: 100%;
    background: var(--theme8);
    background: white;
    height: 2.45em;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    margin: auto;
    margin-bottom: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.livechat .chat .enter {
    position: absolute;
    width: calc(100% - 1.2em);
    padding: 0.6em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border: 1px rgb(215, 215, 215) solid;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: var(--font1);
    font-size: 18px;
    outline: 0;
    color: var(--theme1);
}
.livechat .chat .send {
    position: absolute;
    width: fit-content;
    background: var(--theme8);
    height: fit-content;
    color: white;
    font-family: var(--font1);
    font-size: 16px;
    padding: 0.7em;
    border: 1px white solid;
    border-radius: 100px;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    user-select: none;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-right: 0.4em;
    display: none;
}
.livechat .grid.container {
    max-height: 78%;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    grid-row-gap: 0.6em;
    overflow: auto;
    height: fit-content;
    margin-top: 3.2em;
}
.livechat .chatsent {
    position: relative;
    width: calc(60% - 1em);
    height: fit-content;
    padding: 0.6em;
    background: var(--theme3);
    color: white;
    font-family: var(--font1);
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-right: 1em;
    line-height: 1.4em;
    border-radius: 12px;
    overflow-wrap: anywhere;
    text-align: left;
    text-align-last: left;
    font-size: 17px;
    letter-spacing: 0.2px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.livechat .chatsent.resp {
    margin-left: 1em;
    background: var(--theme8);
}
.livechat .chatsent.resp a {
    width: fit-content;
    height: fit-content;
    display: inline;
    text-decoration: underline;
    font-family: var(--font1);
    font-size: inherit;
    color: inherit;
    position: relative;
    overflow-wrap: anywhere;
}
@media screen and (max-device-width: 1080px) {
    .livechat, .openchat {
        display: none !important;
    }
}