body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

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

sup {
    font-size: .5rem;
}

@font-face {
    font-family: 'Arial-B';
    src: url(../libs/Arial-Black.woff);
}

@font-face {
    font-family: 'Norms';
    src: url(../libs/TTNormsProBold.woff);
}

.buttons {
    position: relative;
    margin-top: 20px;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    box-shadow: none; 
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: transparent; 
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: transparent; 
}

#merkAdd {
    width: 300px;
    height: 600px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
}

.border {
    position: absolute;
    border: 1px solid #000000;
    width: 300px;
    height: 600px;
    z-index: 10000;
    pointer-events: none;
}

#animation {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
}

#ssi {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: #ffd9c9; */
}

#clickTag {
    position: absolute;
    width: 300px;
    height: 600px;
    cursor: pointer;
    z-index: 2999;
}

/*SSI style*/

#ssi .title {
    height: 37px;
    background-color: #ffffff;
    color: #000;
    display: flex;
    align-items: center;
}

#ssi .title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 11px 12px;
    letter-spacing: 0.1px;
}

#ssi .content {
    height: 222px;
    overflow: auto;
    background-color: #ffffff;
}

#ssi .footer {
    height: 27px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5e38f;
}

#ssi .footer a {
    font-family: 'Norms', arial, sans-serif;
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    line-height: 15px;
    padding: 0px 10px 1px 10px;
    letter-spacing: -0.1px;
}


/*Animation*/
#animation .frame {
    position: absolute;
    width: 300px;
    height: 134px;
    top: 0;
    right: 0;
    left: 0;
}

.swiper-container {position: absolute;width: 300px;height: 248px;bottom: 27px;left: 0px;overflow: hidden;opacity: 1;transform: translate(0, 100%);z-index: 1000;background-color: #ffffff;}
.swiper-container::before {content: "";position: absolute;width: 100%;height: 4px;display: block;z-index: 1}
.swiper-container.active {opacity: 1;visibility: visible;transform: translate(0, 0);transition: opacity 0s linear, transform 0s linear}
        
.swiper-scrollbar {position: absolute;right: 1px;top: 26px;z-index: 50;width: 11px;height: 248px;background: rgba(255,255,255,1)!important;border-top: 1px solid #000;border-left: 1px solid #000;opacity: 1;z-index: 1001;cursor: pointer}
.swiper-scrollbar .swiper-scrollbar-drag {background-color: #f5e38f;cursor: pointer;z-index: 1002; width: 11px; min-height: 11px; position: relative; right: 0;}
.swiper-scrollbar.active {opacity: 1;visibility: visible;transition: opacity 0s linear 0s}
        
.top-button {position: absolute;top: 31px;right: 3px;width:6px;height: 6px;border-style: solid;border-color:rgba(25, 0, 53, .6);cursor: pointer;z-index: 1003; border-left: 1px; border-top: 1px;transform: rotate(-135deg);}
/* .bottom-button {top: 251px;right: 4px;position: absolute;width: 7px;height: 7px;border-style: solid;transform: scaleY(-1);border-color: rgba(25, 0, 53, .6);cursor: pointer;z-index: 1004; border-left: 1px; border-top: 1px;transform: rotate(45deg)} */
        
.swiper-wrapper {width: 100%; transition: all linear;}
.swiper-wrapper.autoplay {transition: all linear;}
.slide-inner img.icon{position: relative;width: 110px;margin-bottom: 0.8em; margin-top: 1.4em;}
.top-title {position: absolute;width: 453px;top: 0;overflow: hidden;background-color: #fff;z-index: 1}
.title1-2 {padding: 1px 0}
.title2-2 {position: absolute}
.slide-inner {width: 99%;}

#ssi .content .slide-inner {
    padding: 0px 0px 0px 11px;
    color: #000000;
}

#ssi .content .slide-inner p {
    font-size: 13px;
    line-height: 15.6px;
    margin-bottom: 10px;
    letter-spacing: -0.1px;
}

#ssi .content .slide-inner ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

#ssi .content .slide-inner ul li {
    font-size: 13px;
    line-height: 15.6px;
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
    letter-spacing: -0.1px;
}

#ssi .content .slide-inner ul li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: rgba(0,0,0,1);
    top: 6px;
    left: 1px;
    border-radius: 50%;
}

.no-line-break {
    hyphens: none;
    white-space: nowrap;
}

#ssi .content .slide-inner .logos {
    margin-left: 0px;
    margin-top: 12px;
    margin-bottom: 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.logos .nexplanon {
    width: 169px;
    margin-bottom: 10px;
}

.logos .organon {
    width: 146px;
    margin-bottom: 10px;
}

#ssi .content .slide-inner .footnote {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 10px;
}

#ssi .content .slide-inner a {
    color: #000;
    text-decoration: underline;
}

.swiper-slide {
    padding-right: 10px;
}

a {
    cursor: pointer;
}

/*Frames*/
.back_all {
    position: absolute;
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
    background: #0c2f54;
    
}
.askFrame {
    position: absolute;
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
}

.copy1 {
    width: 184px;
    position: absolute;
    top: 219px;
    left: 58px;
}

.copy1 img {
    width: 100%;
    margin: auto;
    display: block;
}

.selfFrame {
    position: absolute;
    width: 300px;
    height: 62px;
    top: 287px;
    left: 300px;
}

.copy1b {
    width: 216px;
    position: absolute;
    top: 0px;
    left: 42px;
}

.copy1b img {
    width: 100%;
    margin: auto;
    display: block;
}



/* blue frame */
.blueFrame {
    position: absolute;
    width: 320px;
    height: 46px;
    top: 600px;
    left: 0px;
    
}

.fondo_blue {
    position: absolute;
    width: 300px;
    height: 46px;
    top: 0px;
    left: 0px;
    background: #f7d4cc;
    
}

.copy_blue  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #072545;
    font-size: 12.5px;
    line-height: 15.1px;
    text-align: center;
    letter-spacing: 0.2px;
    word-spacing: -1.5px;
}
.copy_blue {
    position: absolute;
    top: 8px;
    left: 9px;
}



/* logo_nex_all */
.logo_nex_all {
    position: absolute;
    width: 300px;
    height: 600px;
    top: 0px;
    left: 300px;
    
}

.logo_nex_one {
    width: 274px;
    position: absolute;
    top: 288px;
    left: 17px;
}

.logo_nex_one img {
    width: 100%;
    margin: auto;
    display: block;
}

.logo_nex_two {
    width: 267px;
    position: absolute;
    top: 324px;
    left: 17px;
}

.logo_nex_two img {
    width: 100%;
    margin: auto;
    display: block;
}

.tapa {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 287px;
    left: 285px;
    background: #0c2f54;
}

/* over frame */
.overFrame {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0px;
    left: 300px;
    
}

.copy4 {
    width: 267px;
    position: absolute;
    top: 67px;
    left: 17px;
}

.copy4 img {
    width: 100%;
    margin: auto;
    display: block;
}


/* Frame doctor_copy */
.doctor_copy {
    position: absolute;
    width: 300px;
    height: 60px;
    top: 0px;
    left:300px;
    
}

.copy5 {
    width: 263px;
    position: absolute;
    top: 28px;
    left: 20px;
}

.copy5 img {
    width: 100%;
    margin: auto;
    display: block;
}


.copy_doc  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #50a4ff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    word-spacing: 0.3px;
}
.name_doc {
    position: absolute;
    top: 12px;
    left: 29px;
}

/* cta */
.cta-foot {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cta-foot img {
    position: absolute;
    width: 171px;
    top: 114px;
    left: 64px;
    
}

#mainBtn {
    left: 300px;
    /* opacity: 0; */
    z-index: -1;
    cursor: pointer;
}