html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: .875rem;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: white;
    line-height: 1.8;
    color: #545353;
    max-width: 1450px;
    margin: 0 auto;
}


p,
text,
tspan {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #545353;
}

h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #2b2b2b;
}

h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b;
}

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

.url-link {
    /* font-weight: bold; */
    color: #ff5851;
}

.url-link:hover {
    text-decoration: underline;
    color: #ff5851;
}

.uk-navbar-container {
    z-index: 9999 !important;
}

.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    top: 0;

}

.uk-sticky {
    z-index: 1100;
}


.uk-open>.uk-accordion-title.no-plus:before,
.uk-accordion-title.no-plus:before {
    background-image: none;
    height: 0;
}

.vertical-text-clean {
    transform: translate(735px) rotate(90deg);
    transform-origin: left top 0;
}

#section-link-clean {
    color: #e5b900;
    font-size: 1.5rem;
    text-decoration: none;
}

#section-link-clean:hover {
    text-decoration: none;
    color: #ff5851;
}

.vertical-text-noisy {
    transform: translate(6px) rotate(-90deg);
    transform-origin: left bottom 0;
    position: absolute;
    bottom: 0;
}

.section-link-noisy,
.section-link-clean {
    color: #2b2b2b;
}

.section-link-noisy.red-color,
.section-link-clean.red-color {
    color: #ff5851;
}

.section-link-clean:hover,
.section-link-noisy:hover,
.section-link-noisy.red-color:hover,
.section-link-clean.red-color:hover {
    text-decoration: none;
    color: #ff5851;

}

#section-link-noisy {
    color: #300044;
    font-size: 1.5rem;
}

#section-link-noisy:hover {
    text-decoration: none;
    color: #ff5851;
}

.line-before:before,
.line-after:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.line-before.w-55:before,
.line-after.w-55:after {
    width: 55%;
}

.line-before.red:before {
    background-color: #ff5851;
}

.line-after.red:after {
    background-color: #ff5851;
}

.line-before:before {
    right: 0.5em;
    margin-left: -50%;
}

.line-after:after {
    left: 0.5em;
    margin-right: -50%;
}

.image-size {
    width: auto;
    height: auto;
    object-fit: contain;
}

.font-lighter {
    font-weight: lighter;
}

.no-fill {
    fill: none;
}

.purple-bg {
    background-color: #300044;
}

.purple-fill {
    fill: #300044;
}

.purple-stroke {
    stroke: #300044;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}

.purple-color {
    color: #300044;
}

.red-hover:hover {
    color: #ff5851;
    cursor: pointer;
}

.red-fill {
    fill: #ff5851;
}

.red-color {
    color: #ff5851;
}


.yellow-fill {
    fill: #e5b900;
}

.yellow-color {
    color: #e5b900;
}


.lightgrey-fill {
    fill: #e6e6e6;
}

.white-fill {
    fill: #fff;
}

.lightgrey-color {
    color: #e6e6e6;
}

.isolate {
    isolation: isolate;
}

.logo-ams {
    font-size: 80px;
    font-family: Helvetica;
}

.logo-panor {
    font-size: 59px;
    font-family: Montserrat-Regular, Montserrat;
}

.logo-p {
    letter-spacing: -0.01em;
}

.logo-n {
    letter-spacing: 0em;
}

.clip-rect {
    clip-path: url(#clipRect);
}

#main-content {
    min-width: 320;
    max-width: 100%;
    max-height: 100%;
    display: block;
    /* margin-left: 15px;
    margin-right: 15px; */
    /* margin-top: 10px;
    margin-bottom: 10px; */
}

.clippath-logo {
    fill: none;
}

.logo-darkgrey {
    fill: #2b2b2b;
}

.logo-red {
    fill: #ff5851;
}

.text-logo {
    font-size: 59px;
    font-family: Montserrat-Regular, Montserrat;
}

.menu-poly {
    fill: #e0e0e0;
}

.menu-poly:hover {
    fill: #ff5851
}

/* br {
    display: block;
    margin: 5px;
} */

/* width */
/* ::-webkit-scrollbar {
  width: 10px;
  outline: 1px solid #ff5851;
} */

/* Track */
#article-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px black;
    border-radius: 0px;
    background-color: grey;
}

/* Handle */
#article-container::-webkit-scrollbar-thumb {
    background: #ff5851;
}

/* Handle on hover */
#article-container::-webkit-scrollbar-thumb:hover {
    background: #ff5851;
    cursor: pointer;
    /* border: 2px solid #ceeb50; */
}



.img-comp-container {
    position: relative;
    /* height: 275px; */
    width: auto;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
    height: none;
    max-width: none;
}


.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 30px;
    height: 30px;
    background-color: #ff5851;
    border-radius: 50%;
    left: calc(50% - 15px);
    top: calc(50% + 30px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-comp-slider:after {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.img-comp-slider:before {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}


.img-comp-overlay-left:after {
    border-right: 3px solid #ff5851;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    content: '';
}

.img-comp-overlay-right:after {
    border-left: 3px solid #ff5851;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    content: '';
}