::selection {
    background: #0B2536;
    color: #F4991D;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    /*scrollbar-width: none;*/  /* Firefox */
    /*overflow-x: hidden;*/
    position: relative;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.smoo-modal-body .smoo-modal-body-inner::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.smoo-modal-body .smoo-modal-body-inner {
    -ms-overflow-style: none;  /* IE and Edge */
    /*scrollbar-width: none;*/  /* Firefox */
    /*overflow-x: hidden;*/
    position: relative;
}


#preloader .smoo-spinner {
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform, opacity, visibility;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #f4991d 94%, #0000) top / 0.5rem 0.5rem no-repeat, conic-gradient(#0000 30%, #f4991d);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc( 100% - 0.5rem ), #000 0);
    animation: spinner 1s infinite linear, fadeIn 1s linear 3.5s 1 forwards;
    opacity: 0;
    visibility: hidden;
}

#preloader .smoo-spinner-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
}

#smoo-transition .smoo-spinner {
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform, opacity, visibility;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #f4991d 94%, #0000) top / 0.5rem 0.5rem no-repeat, conic-gradient(#0000 30%, #f4991d);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc( 100% - 0.5rem ), #000 0);
    animation: spinner 1s infinite linear, fadeIn 1s linear 3.5s 1 forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes spinner {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}

@keyframes fadeIn {
   0%{
      opacity: 0;
   }
   100% {
      visibility: visible;
      opacity: 1;
   }
}



#smoo-img-modal .com-content-article .com-content-article__body::-webkit-scrollbar {
    width: 4px;
    -moz-appearance: none;
}

#smoo-img-modal .com-content-article .com-content-article__body {
    /*scrollbar-width: thin;*/
    /*scrollbar-color: #993015 transparent;*/
    padding-right: 2rem;
    overflow-y: auto;
    overflow-x: hidden;
}

#smoo-img-modal .com-content-article .com-content-article__body::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 0px;
}

#smoo-img-modal .com-content-article .com-content-article__body::-webkit-scrollbar-thumb {
    background: #993015; 
    border-radius: 0px;
}


.smoo-modal-body-legal {
    padding: 0 !important;
}



@supports (-moz-appearance: none) {
    #smoo-img-modal .com-content-article .com-content-article__body {
        scrollbar-color: #993015 transparent;
    }
}



section {
    padding-top: 8rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
/*
h1,
div.componentheading {
    line-height: 2.625rem;
    padding-bottom: 2rem;
    font-size: 2.625rem;
    letter-spacing: 0.25px;
}
*/
h1,
div.componentheading {
    padding-bottom: 2rem;
    letter-spacing: 0.25px;
    line-height: 4.25rem;
    font-size: 4.25rem;
}

.smoo-show {
	display: block;
    visibility: visible;
    opacity: 1;
}
/*
.smoo-show-flex {
	display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}
*/
#preloader {
    background: #FFFCF8;
    position: fixed;
    z-index: 1000000;
    color: #F4991D;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    font-size: 8.125rem;
    line-height: 7.5rem;
    font-family: Fjalla One;
    text-transform: uppercase;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform;
}

#smoo-preloader-background {
    position: relative;
    margin-top: 0.9375rem;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.smoo-preloader-text {
    padding-top: 0.625rem;
    padding-bottom: 0.9375rem;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform;
}

.smoo-preloader-clone {
    position: absolute;
    top: 0;
}

#smoo-transition {
    /*background: #FFFCF8;*/
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    font-size: 8.125rem;
    line-height: 7.5rem;
    font-family: Fjalla One;
    text-transform: uppercase;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform;
    display: none;
}

#smoo-transition-inner > .inner {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#smoo-transition-background-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    color: #F4991D;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background: #0B2536;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform;
}

#smoo-transition-background-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: #993015;
}

#smoo-transition-background-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    background: #F4991D;
}

#header {
    min-height: 100px;
    height: 100%;
}

#header > .inner {
    position: relative;
}

#header-row {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding-top: 0;
}

#header-row::after {
    content: "";
    display: none;
}

#wrapper .page-header h1 {
    line-height: 5.125rem;
}

#footer-row {
    padding-top: 0;
    letter-spacing: 0.25px;
}

#footer > .inner {
    /*border-top: 1px solid #FFFCF8;*/
    padding: 4rem;
    /*padding: 12rem 4rem 4rem;*/
    min-height: 75vh;
}
/*
#footer::before {
    content: "";
    border-bottom: 1px solid #FFFCF8;
    height: 1px;
    display: block;
    margin: 0 4rem;
}
*/
#footer-row::after {
    content: "";
    display: none;
}

#footer-content-1 {
    padding: 4rem;
}

#footer-content-1 .smoo-footer-container-left {
    display: flex;
    gap: 4rem;
}

#footer-content-1 .smoo-footer-logo img {
    width: 7rem;
}

#footer-content-1 .smoo-footer-infos h1 {
    padding-bottom: 1.5rem;
    letter-spacing: 1px;
    line-height: 2rem;
    font-size: 2rem;
}

#footer-content-1 .smoo-footer-infos p {
    padding-top: 0;
    font-size: 1rem;
    line-height: 2rem;
}

#footer-content-2 {
    padding: 4rem 4rem 4rem 0;
    height: 100%;
    text-align: right;
}

#footer-content-2 > .inner {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
}

#footer-content-2 .mod-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}

#footer-content-2 .footer-content-2:nth-of-type(2) {
    margin-left: 6rem;
}

#footer-content-2 .footer-content-2:nth-of-type(2) a {
    line-height: 1.25rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    text-decoration: none;
    width: max-content;
}

#footer-content-2 .smoo-footer-social-1 {
    display: flex;
    justify-content: flex-end;
    /*align-items: flex-start;*/
    gap: 1rem;
    text-decoration: none;
    width: max-content;
}

#footer-content-2 .smoo-footer-social-1 svg {
    width: 1.25rem;
    height: 1.25rem;
}

#mod-custom137,
#mod-custom141 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

#footer-content-2 .smoo-footer-social-1 > div {
    line-height: 1.25rem;
}

#footer-content-2 .smoo-footer-social-2 {
    margin-top: 1.25rem;
    display: flex;
    justify-content: flex-end;
    /*align-items: flex-start;*/
    gap: 1rem;
    text-decoration: none;
    width: max-content;
}

#footer-content-2 .smoo-footer-social-2 svg {
    width: 1.25rem;
    height: 1.25rem;
}

#footer-content-2 .smoo-footer-social-2 > div {
    line-height: 1.25rem;
}

#footer-content-2 .footer1 {
    line-height: 1.25rem;
    margin-top: 1.25rem;
    white-space: pre;
}

#footer > .inner {
    background-image: url(https://auwcpoitiers.fr/images/logo-footer-01.svg);
    background-position: center 105%;
    background-repeat: no-repeat;
    background-size: calc(100vw - 18rem);
}


#header-menu ul.nav li {
    position: relative;
}
/*
#header-menu ul.nav li.active a {
    color: #F4991D;
}
*/
#header-menu ul.nav li.active a::after {
    content: "";
    border-bottom: 3px solid #F4991D;
    width: calc(100% - 1.875rem);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


p {
    padding: 0;
}
/*
#header-menu ul.nav li a {
    border: 1px solid transparent;
}
*/
#header-menu ul.nav li:hover > ul {
    left: -999em;
}

.sm-show-submenu {
    left: auto !important;
}

/*
#header {
    height: 90px;
}
#header > div.inner,
#header-row,
#header-row > div.inner {
    height: 100%;
}
*/
.tck-logo-img {
    padding-left: 2rem;
}

#header-menu ul.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-menu ul.nav > li > a {
    margin: 0 0.625rem;
    font-size: 1.125rem;
    padding: 0.625rem;
    letter-spacing: 0.5px;
}

#header-menu ul.nav > li.default a {
    line-height: 0;
}

#header-menu ul.nav > li.default a img {
    height: 60px;
}

#header-menu ul.nav .smoo-nav-icon {
    width: 48px;
    height: 60px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero {
    line-height: 0;
}

#hero-image .position-0 .mod-custom {
    position: relative;
    padding: 2rem;
}

#hero-image .position-0 #mod-custom110,
#hero-image .position-0 #mod-custom111,
#hero-image .position-0 #mod-custom112,
#hero-image .position-0 #mod-custom113,
#hero-image .position-0 #mod-custom114,
#hero-image .position-0 #mod-custom128 {
    padding: 0;
}

#hero-image .position-0 .mod-custom {
    height: calc( 100vh - 90px );
}

.smoo-intro {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100%;
    pointer-events: none;
}

.smoo-logo {
    padding: 0;
}

.smoo-logo svg {
  width: 100%;
  height: 120px;
  overflow: visible;
}

#logo-text-smoothie path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  fill-opacity: 0;
  stroke: #CF2D50;
  stroke-linecap: round;
  paint-order: fill;
}

.smoo-desc {
  display: inline-block;
  max-width: 50vw;
  text-align: center;
  font-size: 1.6875rem;
  line-height: 3.75rem;
  /*will-change: transform;*/
  /*transform: scale(0.95) translateZ(0);
  animation: 2.6s cubic-bezier(0.5, 1, 0.89, 1) 0.6s forwards scale;*/
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  /*display: none;
  visibility: hidden;
  opacity: 0;*/
  height: auto;
  /*color: #CF2D50;*/
  color: #14122a;
  background: transparent;
  text-shadow: none;
  font-kerning: none;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 0;
}

.smoo-desc::selection {
  background: transparent;
  text-shadow: none;
}

.smoo-desc div::selection {
  background: transparent;
  text-shadow: none;
}

.smoo-desc strong::selection {
  background: transparent;
  text-shadow: none;
}

#smoo-down-btn {
    position: relative;
    display: block;
    border: 0;
    background: transparent;
    color: #000000;
    font-size: 0;
    height: calc(20px + 2rem);
    line-height: 0;
    white-space: nowrap;
    text-decoration: none;
    padding: 1rem;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: calc(20px + 2rem);
    visibility: hidden;
    opacity: 0;
    /*border-radius: 50%;*/
    overflow: hidden;
}

#smoo-down-btn.active,
#smoo-down-btn:focus,
#smoo-down-btn:focus-visible,
#smoo-down-btn:focus-visible,
#smoo-down-btn:focus-visible,
#smoo-down-btn:focus-visible {
  outline-offset: 0px;
  outline: none;
  background: transparent;
  /*box-shadow: 0 0 3px 1px #CF2D50;*/
  border: none;
}

#smoo-down-btn svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 22.68px;
  cursor: pointer;
  margin: 0 auto;
}

/*#down-btn-arrow-1,
#down-btn-arrow-2 {
  opacity: 0;
  visibility: hidden;
}*/


.module-test {
  color: black;
}

#smoo-top-btn {
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    cursor: pointer;
    padding: calc(1rem + 2px);
    background: transparent;
    display: none;
    visibility: hidden;
    opacity: 0;
}

#smoo-top-btn svg {
    opacity: 0.25;
}

#smoo-top-btn:hover svg {
    opacity: 1;
}

.smoo-img-modal {
    position: fixed;
    left: 0;
    /*bottom: 0;*/
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
}

.smoo-img-modal .com-content-article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 4rem;
    /* overflow-y: hidden; */
    /* height: 100%; */
    align-content: center;
    height: calc(100% - 3rem);
}

.smoo-img-modal .page-header {
    width: 100%;
}

.smoo-img-modal .tck-article-title {
    text-transform: capitalize;
    letter-spacing: 0.25px;
    line-height: 4.25rem;
    font-size: 4.25rem;
    padding: 0 0 5rem;
    text-align: center;
}

.smoo-img-modal .com-content-article figure {
    float: none;
    margin: 0;
    line-height: 0;
    font-size: 0;
    width: calc(50% - 2rem);
    height: max-content;
}

.smoo-img-modal .com-content-article figure img {
    width: 100%;
}

.smoo-img-modal .com-content-article .com-content-article__body {
    width: calc(50% - 2rem);
    /* height: -webkit-fill-available; */
    overflow-y: auto;
    /*height: auto;*/
    height: 100%;
}

.smoo-img-modal .com-content-article .com-content-article__body p {
    font-size: 1.3125rem;
    line-height: 2rem;
    padding-top: 2rem;
}

.smoo-img-modal .com-content-article .com-content-article__body p:first-child {
    margin-top: -0.5rem;
    padding: 0;
}

.smoo-modal-dialog {
    height: 100vh;
    width: 100vw;
}

.smoo-modal-content {
    position: relative;
    height: 100%;
    z-index: 0;
}

.smoo-modal-header {
    text-align: right;
}

.smoo-modal-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.smoo-modal-body .smoo-modal-body-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 4rem;
    border: 1px solid #FFFCF8;
    padding: 4rem;
    margin: 8rem;
    border-radius: 0.375rem;
    box-shadow: rgba(153, 48, 21, 1) 0.5rem 0.5rem 0;
    background: #0B2536;
    overflow: hidden;
    align-items: center;
    height: calc(100% - 3rem);
}

.smoo-modal-body .smoo-modal-body-inner > img {
    /*width: auto;*/
    overflow: hidden;
    padding: 4rem 2rem 0;
}

.smoo-modal-body .tck-article-body-inner {
    /*width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.smoo-modal-body .tck-article-body-inner h2 {
    font-size: 1.3125rem;
    letter-spacing: 1px;
    line-height: 0;
}

.smoo-img-modal-close {
    background: transparent;
    color: #FFFCF8;
    padding: 0;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    font-size: 2rem;
}

.smoo-img-modal-close:focus,
.smoo-img-modal-close:hover {
    background: transparent;
    color: #FFFCF8;
}


.smoo-modal-body {
    padding: 4rem 0;
}

.smoo-modal-body img {
    /* height: 100%; */
    width: auto;
    max-height: 100%;
}


#footer-rowcolumn2 {
    width: auto;
}


body.itemid-101 #header-menu ul.nav > li:hover > a,
body.itemid-112 #header-menu ul.nav > li:hover > a,
body.itemid-114 #header-menu ul.nav > li:hover > a,
body.itemid-115 #header-menu ul.nav > li:hover > a {
    color: #F4991D;
}


body.itemid-113 #header-menu ul.nav > li:hover > a,
body.itemid-116 #header-menu ul.nav > li:hover > a,
body.itemid-119 #header-menu ul.nav > li:hover > a {
    color: #993015;
}



#footer-content-2 a {
    transition: color 0.25s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#footer-content-2 a:hover {
    color: #F4991D;
}

#footer-content-2 a svg path {
    transition: fill 0.25s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#footer-content-2 a:hover svg path {
    fill: #F4991D;
}



#legal-infos {
    display: none;
}



#smoo-img-modal #legal-infos h2 {
    padding-top: 3rem;
    padding-bottom: 0.5rem;
    font-size: 2.25rem;
}

#smoo-img-modal #legal-infos h3 {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    font-size: 1.75rem;
}

#smoo-img-modal #legal-infos p {
    padding-top: 0.5rem;
    line-height: 2rem;
    letter-spacing: 0.25px;
    font-size: 1.125rem;
}





.flexiblecolumn {
    width: 100%;
}



@media only screen and (max-width: 400px) {
    #preloader {
        font-size: 4.0625rem;
        line-height: 3.75rem;
    }
}






@media screen and (max-width: 524px) {
    #preloader {
        height: 100% !important;
    }
    #footer-content-2 .footer-content-2 {
        margin: 0 !important;
        margin-bottom: 2rem !important;
        width: 100%;
    }
    #mod-custom137 {
        align-content: center;
    }
    #footer-content-2 .footer-content-2:nth-of-type(2) {
        margin: 0 !important;
        width: 100%;
    }
    #footer-content-2 .mod-footer {
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        width: 100%;
    }
    #footer-content-2 > .inner {
        flex-wrap: wrap;
    }
    #footer-content-1 .smoo-footer-container-left {
        gap: 0;
        justify-content: center;
        text-align: center;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item > .level1 a span.mobilemenuck-item-text {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    #footer-content-1 .smoo-footer-infos h1 {
        padding-bottom: 4rem;
        line-height: 6rem;
        font-size: 6rem;
    }
}


@media only screen and (max-width: 370px) {
    #footer-content-1 .smoo-footer-infos h1 {
        padding-bottom: 3rem;
        line-height: 4.5rem;
        font-size: 4.5rem;
    }
}


@media only screen and (max-width: 305px) {
    #footer-content-1 .smoo-footer-infos h1 {
        padding-bottom: 3.5rem;
        line-height: 3.5rem;
        font-size: 3.5rem;
    }
}

@media screen and (min-width: 525px) and (max-width: 758px) {
    #preloader {
        height: 100% !important;
    }
}


@media only screen and (max-width: 758px) {
    #smoo-img-modal #legal-infos h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }
    #smoo-img-modal #legal-infos h2 {
        font-size: 2rem;
        line-height: 3rem;
        padding-top: 2rem;
    }
    #smoo-img-modal #legal-infos h3 {
        line-height: 2.5rem;
    }
    #smoo-img-modal #legal-infos p {
        font-size: 1rem;
        line-height: 1.75rem;
    }
}



@media only screen and (max-width: 900px) {
    body {
        padding-top: 0 !important;
    }
    #header {
        height: auto !important;
        background: #FFFCF8;
    }
    #header-row > .inner {
        flex-direction: column;
    }
    #header-row .flexiblecolumn {
        width: 100% !important;
        float: none;
    }
    #header-menu {
        height: auto !important;
    }
    #header-menu ul {
        height: auto !important;
    }
    #header-menu li {
        float: none !important;
        width: 100% !important;
    }
    #mobilemenuck-1-wrap ul.nav,
    #mobilemenuck-1-wrap button.navbar-toggler {
        display: none !important;
    }
    #mobilemenuck-1-mobile-bar,
    #mobilemenuck-1-mobile-bar-wrap-topfixed {
        display: block;
        flex: 1;
    }
    #mobilemenuck-1-mobile-mobile.mobilemenuck {
        color: #FFFFFF;
        padding-bottom: 0;
        font-size: 1rem;
        font-family: Fjalla One;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 2px;
        display: flex;
        flex-direction: column;
        opacity: 1 !important;
        width: 100vw;
        height: auto !important;
        overflow-x: hidden !important;
    }
    #mobilemenuck-1-mobile-mobile-bar .mobilemenuck-bar-button {
        background: transparent;
        height: 3rem;
        width: 3rem;
        color: #FFFCF8;
        padding: 0.5rem;
        margin-right: 8px;
        font-size: 4rem;
        line-height: 2rem;
        cursor: pointer;
    }
    #mobilemenuck-1-mobile-mobile-bar .mobilemenuck-bar-title {
        background: transparent;
        display: flex;
        width: 2.5rem;
        min-height: 4.5rem;
        margin-left: 0.75rem;
    }
    #mobilemenuck-1-mobile-mobile-bar .mobilemenuck-bar-title a {
        display: flex;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-title {
        background: transparent;
        height: 43px;
        text-indent: 20px;
        line-height: 43px;
        font-size: 20px;
        display: none !important;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item > .level1 {
        color: #FFFCF8;
        margin: 0.5rem;
        padding: 0;
        line-height: 2rem;
        display: flex;
        justify-content: center;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item {
        width: 75%;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item:nth-of-type(1) {
        order: 2;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item:nth-of-type(2) {
        order: 3;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item:nth-of-type(3) {
        order: 4;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item:nth-of-type(4) {
        order: 1;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item:nth-of-type(5) {
        order: 5;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item:nth-of-type(6) {
        order: 6;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item:nth-of-type(7) {
        order: 7;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item > .level1 a {
        color: #FFFCF8;
        font-weight: initial;
        font-size: 2rem;
        line-height: 2rem;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: max-content;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item > .level1 a span.mobilemenuck-item-text {
        padding-top: 2px;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-item > .level1 a span.mobilemenuck-item-text span.visually-hidden {
        display: block;
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: normal !important;
        border: 0 !important;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-topbar {
        position: relative;
        padding-top: 3rem;
        z-index: 1;
        background: transparent;
        width: 75%;
        align-self: flex-end;
    }
    #mobilemenuck-1-mobile-mobile .mobilemenuck-button {
        background: transparent;
        height: 3rem;
        width: 3rem;
        color: #FFFCF8;
        padding: 0.5rem;
        font-size: 4rem;
        line-height: 2rem;
        top: 4px;
        right: 0;
        position: absolute;
        cursor: pointer;
    }
    .mobilemenuck-itemwrap {
        display: flex;
        flex-direction: column;
        top: 0;
        bottom: 0;
        justify-content: center;
        background: #0F0505;
    }
    #mobilemenuck-1-mobile-mobile-bar {
        display: flex;
        top: 0;
        right: 0;
        left: 0;
        justify-content: space-between;
        width: 100vw;
        align-items: center;
    }
    #header-menu .tck-module-text {
        display: none;
    }
    #smoo-mobilemenuck-background {
        width: 100vw;
        height: 100vh;
        margin-top: -3rem;
    }
    body.itemid-113 #mobilemenuck-1-mobile-mobile-bar .mobilemenuck-bar-button,
    body.itemid-116 #mobilemenuck-1-mobile-mobile-bar .mobilemenuck-bar-button,
    body.itemid-119 #mobilemenuck-1-mobile-mobile-bar .mobilemenuck-bar-button {
        color: #0F0505;
    }
    
    /* Hide scrollbar for Chrome, Safari and Opera */
    #mobilemenuck-1-mobile-mobile::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    #mobilemenuck-1-mobile-mobile {
        -ms-overflow-style: none;  /* IE and Edge */
        /*scrollbar-width: none;*/  /* Firefox */
        /*overflow-x: hidden;*/
        position: relative;
    }
    #footer > .inner {
        min-height: 50vh;
        background: none;
    }
    #footer-content-1 {
        padding: 0;
    }
    #footer-content-2 {
        padding: 4rem 0;
        height: 100%;
        text-align: right;
    }
    #footer-content-2 .footer-content-2 {
        margin-right: 4rem;
    }
    #footer-content-2 .footer-content-2:nth-of-type(2) {
        margin: 0;
        padding: 0;
    }
    
}













