.related-article .main .slide .related-text-wrap{
        z-index : 3;    
    }
    .related-article .main .slide::after {
        content : '';
        z-index : 1;
        position : absolute;
        width : 100%;
        height : 100%;
        left : 0;
        top : 0;
        background-image : linear-gradient(to top, #03122ed6 , #03122e00);
    }
    .overflow-x-hidden {
        overflow-x : hidden !important;    
    }
    select { -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; } select:hover { background-color:gren; } option:hover { background-color:yellow; } option { -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; color:black; /*background-color:yellow; */} 
    .bg-red{
        background: red;
        color: #fff;
    }
    .ov-hidden {
        overflow: hidden;
    }
    .d-none {
        display: none !important;
    }
    .bg-top {
        width: 100%;
        height: 450px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, #80cbfd 15%, #fff 100%) 0 0 no-repeat padding-box !important;
        z-index: -1;
    }
    /* Accordion styles */
    .tabs {
      overflow: hidden;
      background : #E7F5FF
    }
    .tab {
      width: 100%;
      color: white;
      overflow: hidden;
      margin-bottom : 15px;
    }
    .tab-label {
      display: flex;
      justify-content: space-between;
      border-radius: 50px;
      padding: 1em;
      background: #4BB0F7;
      font-weight: bold;
      cursor: pointer;
      /* Icon */
    }
    .tab-label:hover {
      background: #4BB0F3;
    }
    .tab-label::after {
      content: "❯";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all 0.35s;
    }
    .tab-content {
      max-height: 0;
      padding: 0 4em;
      background: white;
      transition: all 0.35s;
      width: 100%;
      margin: auto;
      color : #3B5C98;
      margin-top : 20px;
      border-radius : 8px
    }
    .tab-close {
      display: flex;
      justify-content: flex-end;
      padding: 1em;
      font-size: 0.75em;
      background: #4BB0F7;
      cursor: pointer;
    }
    .tab-close:hover {
      background: #4BB0F3;
    }
    input.input-trigger ~ .tab-content{
        display : block !important    
    }
    input.input-trigger {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    input.input-trigger:checked + .tab-label {
      background: #4BB0F3;
    }
    input.input-trigger:checked + .tab-label::after {
      transform: rotate(90deg);
    }
    input.input-trigger:checked ~ .tab-content {
      max-height: 1000vh;
      height : max-content;
      padding: 2em 4em;
    }
    .tab-content table * {
      text-align: center;
      padding: 0.5em;
    }
    .tab-content th {
      background: #0f4d9a;
      color: #fff;
    }
    .tab-content tr > * {
      border: 1px solid #0f4d9a; 
    }
    .close-btn {
        color: red !important;
        font-weight: bold !important;
        /* float: right !important; */
        display: block;
        margin-left: auto;
        /* margin-top: 20px; */
        border: none;
    }
    .wrapper-bg {
        height: 100vh;    
        width: 100vw;
        display: grid;
        place-content: center;
        background: rgb(0 0 0 / 70%);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }
    .wrapper-bg .modall {
        height: 250px;
        width: 400px;
        padding: 20px;
        background: #fff;
        position: relative;
        border-radius: 15px;
        display : flex;
        align-items : center;
        justify-content : center;
        z-index: 1000;
        box-shadow: 3px 2px 6px #000;
    }
    .wrapper-bg .modall .modal-body h4 {
        font-size: 18px;
        font-family: "Brevia-Bold";
        padding: 0px 28px;
        margin-bottom : 15px
    }
    .wrapper-bg .modall .modal-body .button{
        width : 100% !important;
        background : #1B4586 !important
    }
    .wrapper-bg .modall .close{
        position: absolute;
        top: 10px;
        right: 15px;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        display: grid;
        place-items: center;
        box-shadow: 2px 2px 5px rgb(0 0 0);
        cursor: pointer;
    }
    .wrapper-flex .hero-text h1 .full-w-m {
        display: inline;
        width: auto;
    }
    @media screen and (min-width: 768px) {
        .section-result{
            margin: 50px auto;    
        }
        .top-desc{
            padding: 100px 20px;
            /*transform: translateX(-10.5vw);*/
            /*background: linear-gradient( to bottom,#54BDFD 30%, #54B8FC 100% );*/
            background: #fff;
            width: 100%;
            text-align: center;
        }
        .top-desc p {
            width: 55%;
            margin: 0 auto;
            color: #1B4586;
            font-size: 20px;
        }
        .hero-bg{
            background: url(https://www.frisianflag.com/storage/app/media/imt/IMT-BANNER-DESKTOP.png);    
            background-size: cover;
            height: 700px;
        }
        .btn-more{
            background: #f58d1e;
            display: flex;
            padding: 10px 50px;
            width: fit-content;
            color: #fff;
            font-family: "Brevia-Semibold";
            border-radius: 50px;
            margin: 25px auto 0;
        }    
        .disclaimer-result{
            font-family: "Brevia-Semibold";
            font-size: 12.5px; 
            text-align: center;
        }
        .title-result{
            width: 70%;
            text-align: center;
            margin-left: 15%;
            color: #0d62a7;
            font-family: 'Brevia-Semibold';
            font-size: 20px;    
        }
        .wrapper-flex {
            display: flex;
            justify-content: space-between;
            margin: 300px 0 0;
        }
        .top-section {
         
        }
        .wrapper-flex .hero-text {
            align-self: center;
            font-family: "Brevia-Black";
            color: #54b8fc;
            font-size: 40px;
            width: 90%;
        }
        .wrapper-flex .hero-text h1 {
            font-size: 54px;
            font-family: "Brevia-Black";
            color: #0d61a7;
        }
        form#formcari {
            display: flex;
            justify-content: center;
            margin: 50px 0 100px;
        }
        form#formcari input {
            width: 375px;
            border-radius: 29px;
            border: unset;
            box-shadow: inset 4px 4px 11px 0px #dadada;
            padding: 10px 10px 10px 25px;
            font-size: 20px;
        }
        form#formcari input::placeholder {
            color: #909090;
        }
        form#formcari button {
            background: #f9901b;
            border: unset;
            padding: 10px 35px;
            font-size: 20px;
            margin-left: 10px;
            border-radius: 30px;
            color: #fff;
            font-family: "Brevia-Bold";
        }
        .texttop-wrapper {
            margin-bottom: 50px;
            font-size: 17.5px;
            font-family: "Brevia-Regular";
            color: #0d61a7;
            width: 67%;
        }

        .mti-calculator {
            background: #54b8fc;
            padding: 50px;
        }
        .mti-calculator label {
            font-family: "Brevia-Semibold";
            color: #fff;
        }
        .imt {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 200px;
        }
        .wrapper-select-1,
        .wrapper-select-2 {
            display: flex;
            flex-direction: column;
            position: relative;
        }
        .wrapper-select-1::after {
            content: "";
            width: 2px;
            height: 100%;
            background: #fff;
            position: absolute;
            top: 0;
            right: -25%;
        }

        .submit {
            display: flex;
            justify-content: center;
            border: unset;
            margin: 50px 0 25px;
        }
        .submit button {
            border: unset;
            color: #fff;
            background: #f58e1d;
            padding: 10px 150px;
            border-radius: 50px;
            font-family: "Brevia-Black";
            font-size: 15px;
            box-shadow: 3px 3px 5px #575757;
        }
        .imt label {
            margin: 20px 0;
            font-size: 20px;
            font-family: "Brevia-Bold";
        }
        .imt input[type="range"] {
            background-color: #fff;
            width: 100%;
            margin-top: 20px;
        }
        .imt input[type="text"],
        .imt input[type="number"],
        select {
            width: 80%;
            margin-left: 20%;
            border: unset;
            padding: 15px 20px;
            border-radius: 30px;
            box-shadow: inset 1px 1px 4px 1px #d6d5d5;
            font-size: 20px;
        }
        .imt input[type="text"]::placeholder,
        .imt input[type="number"]::placeholder,
        select {
            color: #e9e9e9;
        }
        select {
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 3rem center;
            background-size: 1em;
        }
        .imt .jk-wrapper {
            width: 85%;
            margin-left: 15%;
            display: flex;
            justify-content: space-between;
        }
        .imt .jk-wrapper > div {
            width: 190px;
            height: 190px;
            border-radius: 15px;
            box-shadow: 5px 5px 20px #00000029;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            background: #fff;
            margin-right: 15px;
        }
        .imt .jk-wrapper .wrapper-img:nth-child(1) .img {
            width: 125px;
            height: 125px;
            background: url("https://www.frisianflag.com/storage/app/media/imt/MALE_grey.png") no-repeat center center;
        }
        .imt .jk-wrapper .wrapper-img:nth-child(2) .img {
            width: 125px;
            height: 125px;
            background: url("https://www.frisianflag.com/storage/app/media/imt/FEMALE_grey.png") no-repeat center center;
        }
        .imt .jk-wrapper .wrapper-img:nth-child(1).active .img {
            width: 125px;
            height: 125px;
            background: url("https://www.frisianflag.com/storage/app/media/imt/MALE_white.png") no-repeat center center;
        }
        .imt .jk-wrapper .wrapper-img:nth-child(2).active .img {
            width: 125px;
            height: 125px;
            background: url("https://www.frisianflag.com/storage/app/media/imt/FEMALE_white.png") no-repeat center center;
        }
        .imt .jk-wrapper .wrapper-img.active {
            background: #0d61a7;
        }

        .imt .jk-wrapper .wrapper-img.active img {
            display: block;
            width: 150px;
            height: 150px;
            mix-blend-mode: multiply;
        }
        .imt .wrapper-aktivitas {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 15px;
        }
        .imt .wrapper-aktivitas .wrapper-aktif {
            display: flex;
            flex-direction: column;
            text-align: center;
        }
        .imt .wrapper-aktivitas .image-activitas {
            position: relative;
        }
        .imt .wrapper-aktivitas .image-activitas img {
            width: 50px;
            height: 50px;
            border-radius: 7.5px;
            position: relative;
            z-index: 2;
        }
        .imt .wrapper-aktivitas .wrapper-aktif .text-aktivitas {
            background: #0d61a7;
            font-size: 12.5px;
            color: #fff;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            position: absolute;
            width: 100%;
            position: absolute;
            bottom: -40px;
            padding: 15px 0;
            z-index: 1;
            text-align: -webkit-center;
            display: none;
        }
        .imt .wrapper-aktivitas .wrapper-aktif.active .text-aktivitas {
            display: block;
        }
        .imt .wrapper-aktivitas .wrapper-aktif.active img {
            width: 110px;
            height: 100px;
        }

        .range-wrap {
            position: relative;
            margin: 0 auto 3rem;
            width: 80%;
            margin-left: 20%;
        }
        .range {
            width: 100%;
        }
        .bubble {
            background: #fff;
            padding: 0px 12px;
            position: absolute;
            border-radius: 4px;
            top: -20px;
            color: #0d62a7;
            transform: translateX(-50%);
            font-size: 22.5px;
            font-family: "Brevia-Bold";
            box-shadow: 1px 1px 6px #7e7e7e;
        }
        .bubble::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 2px;
            background: #fff;
            bottom: -2px;
            left: 50%;
        }

        .result {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            margin: 50px 0;
            grid-gap: 15px;
        }

        .result > div {
            display: flex;
            justify-content: space-between;
            border-radius: 15px;
            box-shadow: 1px 1px 20px 1px #c7c7c7;
            padding: 20px;
            height: 550px;
            position: relative;
        }

        .result .result-1,
        .result .result-2 {
            background: #0f61a7;
            color: #fff;
            width: 100%;
        }
        .result .result-1 .image-wrapper {
            width: 45%;
        }
        .result .result-1 .image-wrapper img {
            height: 500px;
        }
        .result .result-1 .result-wrapper {
            width: 50%;
        }
        .result .result-1 .result-wrapper-absolute {
            position: absolute;
            bottom: 10%;
            width: 45%;
            color: #fff;
            font-size: 17.5px;
        }
        .result .result-1 h3 {
            color: #fff;
            font-family: "Brevia-Semibold";
        }
        .result .result-1 .tee-res {
            display: flex;
            flex-direction: column;
            font-family: "Brevia-Semibold";
        }
        .result .result-1 .tee-res h5 {
            font-size: 20px;
        }
        .result .result-1 .tee-res span {
            font-size: 30px;
            overflow-wrap: break-word;
            line-height: 1;
        }

        .result .result-2 .result-title h3 {
            font-family: "Brevia-Semibold";
        }
        .result .result-2 .result-wrapper {
            display: grid;
            width: 100%;
            grid-template-columns: 1fr;
            grid-template-rows: 1fr 1fr 1fr;
        }

        .result .result-2 .result-wrapper .result-title h3 {
            font-family: "Brevia-Semibold";
        }
        .result .result-2 .result-wrapper .result-imt {
            place-self: center;
            font-size: 80px;
            font-family: "Brevia-Bold";
        }
        .result .result-2 .result-wrapper .result-images {
            justify-self: center;
        }

        .result .result-3 .result-wrapper {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .result .result-3 .result-wrapper .result-image {
            align-self: center;
        }
        .result .result-3 .result-wrapper .result-image img {
            width: 100px;
            height: 100px;
        }
        .result .result-3 .result-wrapper .result-text {
            display: flex;
            flex-direction: column;
            gap: 15px;
            height: 100%;
            place-items: center;
            text-align: center;
        }

        .result .result-3 h3 {
            color: #7b7b7b;
            font-size: 20px;
            font-family: "Brevia-Semibold";
            margin: 10px 0;
        }
        .result .result-3 .tb-res h3 {
            font-size: 12.5px;
        }
        .result .result-3 p {
            color: #0f61a7;
            font-family: "Brevia-Semibold";
            font-size: 40px;
        }

        .result > div h4 {
            color: #add9ff;
            font-family: "Brevia-Semibold";
            font-size: 40px;
        }

        .section-result .result-detail {
            display: none;
        }
        .result-detail {
            margin-top: 125px;
        }
        .result-detail .result-detail-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr;
            grid-gap: 40px;
        }
        .result-detail .result-detail-wrapper > div {
            background: #54b8fc;
            height: 175px;
            border-radius: 15px;
            box-shadow: 1px 1px 20px 1px #c7c7c7;
        }
        .result-detail .result-detail-wrapper .d-1 {
            grid-column-start: 1;
            grid-column-end: 3;
            background: #0f61a7 !important;
        }
        .disclaimer {
            padding: 50px 0;
        }
        .disclaimer .text-disclaimer {
            color: #7b7b7b;
        }
        .disclaimer .text-disclaimer h2 {
            font-family: "Brevia-Semibold";
            font-size: 20px;
        }

        #dp-next,
        #dp-prev,
        #dp-dots {
            display: none;
        }

        #dp-slider {
            display: flex;
            height: 300px;
            align-items: center;
            transition: all 0.3s easy-in-out;
        }
        #dp-slider .dp_item {
            width: 75px;
            height: 75px;
            margin-right: 15px;
            transition: all 0.3s ease;
        }
        #dp-slider .dp_item .dp-content {
            width: 75px;
            height: 75px;
            transition: all 0.3s ease;
        }
        #dp-slider .dp_item .dp-content .wrap-img {
            width: 75px;
            height: 75px;
            transition: all 0.3s ease;
        }
        #dp-slider .dp_item .dp-content .wrap-img img {
            border-radius: 15px;
            transition: all 0.3s ease;
            object-fit: contain;
            background: #fff;
            padding: 15px;
            min-height: 90px;
        }
        #dp-slider .dp_item.active {
            width: 200px;
            height: 200px;
            position: relative;
        }
        #dp-slider .dp_item .modal-section {
            display: none;
        }
        #dp-slider .dp_item.active .modal-section.active {
            height: auto;
            left: -120px;
            position: absolute;
            top: -50px;
            width: 300px;
            padding: 20px;
            background: rgb(255 255 255 / 100%);
            display: block;
            box-shadow: 1px 3px 10px #7b7b7b;
        }
        #dp-slider .dp_item.active .dp-content {
            width: 200px;
            height: 200px;
        }
        #dp-slider .dp_item.active .dp-content .wrap-img {
            width: 200px;
            height: 200px;
        }
        #dp-slider .dp_item.active .dp-content img {
            width: 200px;
            height: 200px;
        }
        #dp-slider .dp_item.active .dp-content .wrap-text {
            background: #0d61a7;
            margin-top: -10px;
            height: 60px;
            font-size: 15px;
            color: #fff;
            display: flex;
            align-items: center;
            text-align: center;
            place-content: center;
            padding-top: 10px;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            position: relative;
        }
        #dp-slider .dp_item.active .dp-content .wrap-text button {
            position: absolute;
            right: 7.5px;
            bottom: 7.5px;
            background: transparent;
            border: 1.5px solid #fff;
            border-radius: 100%;
            font-size: 10px;
            width: 20px;
            height: 20px;
            font-family: monospace;
        }
        #dp-slider .dp_item .dp-content .wrap-text {
            display: none;
        }
        .modal-mobile {
            display: none;
        }
        .result-bottom {
            margin: 0 0 25px;
        }
        .result-bottom .btn-wrapper {
            display: flex;
            justify-content: center;
        }
        .result-bottom .btn-wrapper .fitur {
            border: unset;
            background: #f58e1d;
            color: #fff;
            line-height: 1.25;
            padding: 20px 75px;
            border-radius: 50px;
            font-family: "Brevia-Bold";
            margin: 20px 0;
        }
        .result-bottom .btn-wrapper .loginmti {
            border: unset;
            background: #53b8fc;
            color: #fff;
            line-height: 1.25;
            padding: 20px 75px;
            border-radius: 50px;
            font-family: "Brevia-Bold";
            margin: 20px 0 20px 20px;
        }
        .related-article {
            margin-bottom: 50px;
        }
        .related-article h2 {
            text-align: center;
            color: #54b8fc;
            font-family: "Brevia-Bold";
            font-size: 20px;
            margin-bottom: 40px;
            width: 90%;
            margin-left: 5%;
        }
        .related-article .main .sliderarticle{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 20px;
        }
        .related-article .main .slide {
            position: relative;
            width: 100%;
            height: auto;
            border-radius: 25px;
            overflow: hidden;
        }
        .related-article .main .slide .related-text-wrap {
            position: absolute;
            bottom: 20px;
            right: 0;
            padding: 10px;
        }
        .related-article .main .slide img {
            width: 100%;
            height: 275px;
            object-fit: cover;
        }
        .related-article .main .slide .related-text-wrap h3 {
            margin: unset;
            margin-bottom: 20px;
            color: #fff;
            font-family: "Brevia-Bold";
            font-size: 15px;
        }
        .related-article .main .slide .related-text-wrap a {
            color: #fff;
            background: #f58e1d;
            padding: 10px 25px;
            border-radius: 25px;
            font-size: 15px;
            font-family: "Brevia-Semibold";
        }
    }

    @media screen and (max-width: 767px) {
        .container h3 {
            margin-top: 5px;
        }
        .top-desc{
            padding: 50px 0;
            background: #fff;
            width: 100vw;
            text-align: left;
        }
        .top-desc p {
            width: 80%;
            margin: 0 auto;
            color: #1B4586;
            font-size: 15px;
        }
        .hero-bg{
            background: url(https://www.frisianflag.com/storage/app/media/imt/IMT-BANNER-MOBILE.png);    
            background-size: cover;
            height: 600px;
        }
        .btn-more{
            background: #f58d1e;
            display: flex;
            padding: 10px 50px;
            width: fit-content;
            color: #fff;
            font-family: "Brevia-Semibold";
            border-radius: 50px;
            margin: 25px auto 0;
        }
        .disclaimer-result{
            color: #fff;
            font-size: 12.5px;
            margin-bottom: 20px;
            text-align: center;
        }
        .title-result{
            text-align: center;
            width: 90%;
            margin-left: 5%;
            font-family: 'Brevia-Semibold';
            font-size: 15px;
            color: #0b61a7;    
        }
        .wrapper-flex {
            display: flex;
            justify-content: space-between;
            
            flex-direction: column-reverse;
        }
        .wrapper-flex .hero-img {
            width: 80%;
            margin: 0 auto;
            display: none;
        }
        .wrapper-flex .hero-text {
            font-size: 32px !important;
            width: 90%;
            margin: 225px auto 0;
        }
        .top-section {
             margin-top: 250px;
        }
        .wrapper-flex .hero-text h1 {
            align-self: center;
            font-family: "Brevia-Black";
            color: #0d61a7;
            font-size: 25px;
            width: 100%;
        }
        .wrapper-flex .hero-text h1 .full-w-m {
            display: block;
            width: 100%;
        }
        form#formcari {
            display: flex;
            justify-content: center;
            margin: 0 auto;
            flex-direction: column;
            width: 80%;
            text-align: center;
        }
        form#formcari input {
            width: 100%;
            border-radius: 20px;
            border: unset;
            box-shadow: inset 1px 1px 3px 1px #c8c8c8;
            padding: 7.5px 10px;
        }
        form#formcari button {
            background: #f9901b;
            border: unset;
            padding: 7.5px 30px;
            margin-top: 10px;
            border-radius: 20px;
            color: #fff;
            font-family: "Brevia-Bold";
        }
        .texttop-wrapper {
            margin: 0 auto 50px auto;
            width: 80%;
            color: #0d61a7;
            
        }

        .mti-calculator {
            background: #54b8fc;
            width: 100%;
            margin: 0 auto;
            padding-bottom: 25px;
        }
        .mti-calculator label {
            font-family: "Brevia-Semibold";
            color: #fff;
        }
        .imt {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .wrapper-select-1,
        .wrapper-select-2 {
            display: flex;
            flex-direction: column;
            width: 90%;
            margin: 0 auto;
        }

        .submit {
            display: flex;
            justify-content: center;
            border: unset;
            margin: 50px 0 25px;
        }
        .submit button {
            border: unset;
            color: #fff;
            background: #f58e1d;
            border-radius: 50px;
            font-family: "Brevia-Semibold";
            font-size: 15px;
            box-shadow: 3px 3px 5px #7b7b7b;
            width: 90%;
            padding: 10px;
        }
        .imt label {
            margin: 35px 0;
            font-size: 15px;
            align-self: center;
        }
        .imt input[type="range"] {
            background-color: #fff;
            width: 100%;
        }
        .imt input[type="text"],
        .imt input[type="number"],
        select {
            width: 100%;
            border: unset;
            padding: 7.5px 20px;
            border-radius: 25px;
            box-shadow: inset 1px 3px 9px 1px #d6d5d5;
        }
        .imt .jk-wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .imt .jk-wrapper div {
            width: 125px;
            height: 125px;
            border-radius: 15px;
            box-shadow: 5px 5px 20px #00000029;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            background: #fff;
            background-size: 70%;
        }
        .imt .jk-wrapper .wrapper-img:nth-child(1) .img {
            width: 125px;
            height: 125px;
            background: url("https://www.frisianflag.com/storage/app/media/imt/MALE_grey.png") no-repeat center center;
            box-shadow: unset;
        }
        .imt .jk-wrapper .wrapper-img:nth-child(2) .img {
            width: 125px;
            height: 125px;
            background: url("https://www.frisianflag.com/storage/app/media/imt/FEMALE_grey.png") no-repeat center center;
            box-shadow: unset;
        }
        .imt .jk-wrapper .wrapper-img:nth-child(1).active .img {
            width: 125px;
            height: 125px;
            background: url("https://www.frisianflag.com/storage/app/media/imt/MALE_white.png") no-repeat center center;
            box-shadow: unset;
        }
        .imt .jk-wrapper .wrapper-img:nth-child(2).active .img {
            width: 125px;
            height: 125px;
            background: url("https://www.frisianflag.com/storage/app/media/imt/FEMALE_white.png") no-repeat center center;
            box-shadow: unset;
        }
        .imt .jk-wrapper div.active {
            background: #0d61a7;
        }
        .imt .jk-wrapper div img {
            width: 100px;
            height: 100px;
            mix-blend-mode: multiply;
        }
        .imt .wrapper-aktivitas {
        }
        .imt .wrapper-aktivitas .image-activitas {
            padding: 10%;
        }
        .imt .wrapper-aktivitas .image-activitas img {
            width: 125px;
            height: 125px;
        }

        .section-result {
            margin-top: 50px;
            margin-bottom: 0px;
        }
        .section-result .result-detail {
            display: none;
        }
        .section-result .result .slick-list .slick-slide > div {
            padding: 10px;
        }
        .section-result .result .slick-list .slick-slide > div > div {
            box-shadow: 1px 1px 7px #000;
            margin-left: -15px;
        }
        .section-result .result-1 {
            background: #0d61a7;
            display: flex !important;
            padding: 20px;
            justify-content: space-between;
            border-radius: 15px;
            height: 500px;
            width: 90%;
            position: relative;
        }
        .section-result .result-1 .image-wrapper {
            width: 45%;
        }
        .section-result .result-1 .image-wrapper img {
            height: 450px;
        }

        .section-result .result-1 .result-wrapper {
            width: 50%;
        }

        .section-result .result-1 .result-wrapper h3 {
            font-size: 23px;
            color: #fff;
            font-family: "Brevia-Semibold";
        }
        .section-result .result-1 .result-wrapper h4 {
            color: #add9ff;
            font-size: 32.5px;
            font-family: "Brevia-Semibold";
        }
        .section-result .result-1 .result-wrapper .tee-res {
            display: flex;
            flex-direction: column;
            font-family: "Brevia-Semibold";
            color: #fff;
            line-height: 1;
        }
        .section-result .result-1 .result-wrapper .tee-res h5 {
            font-size: 20px;
        }
        .section-result .result-1 .result-wrapper .tee-res span {
            font-size: 25px;
            line-break: anywhere;
            line-height: 0.9;
        }

        .section-result .result-1 .result-wrapper .result-wrapper-absolute {
            color: #fff;
            position: absolute;
            bottom: 5%;
            width: 40%;
            font-size: 20px;
        }

        .section-result .result-2 {
            background: #0d61a7;
            padding: 20px;
            justify-content: space-between;

            border-radius: 15px;
            height: 500px;
            width: 90%;
        }

        .section-result .result-2 .result-wrapper {
            display: flex;
            flex-direction: column;
            padding: 20px;
            justify-content: space-between;
            border-radius: 15px;
            height: 500px;
        }
        .section-result .result-2 .result-wrapper .result-title h3 {
            color: #fff;
            font-family: "Brevia-Semibold";
            font-size: 25px;
        }
        .section-result .result-2 .result-wrapper .result-image {
            place-self: center;
        }
        .section-result .result-2 .result-wrapper .result-imt {
            place-self: center;
            font-size: 70px;
            color: #fff;
            font-family: "Brevia-Bold";
            margin: 20px 0;
        }

        .section-result .result-3 {
            background: #fff;
            display: flex;
            padding: 20px;
            justify-content: center;
            border-radius: 15px;
            height: 500px;
            width: 90%;
            position: relative;
            text-align: center;
        }
        .section-result .result-3 .result-text {
            display: flex;
            flex-direction: column;
            height: auto;
        }
        .section-result .result-3 h3 {
            color: #7b7b7b;
            font-size: 17.5px;
            font-family: "Brevia-Semibold";
        }
        .section-result .result-3 p {
            color: #0b61a7;
            font-family: "Brevia-Semibold";
            font-size: 25px;
        }
        .section-result .result-detail {
            width: 90%;
            margin: 0 auto;
        }
        .section-result .result-3 .result-image {
            width: 100px;
            height: 100px;
            display: flex;
            justify-content: center;
            margin: 0 auto;
        }
        .section-result .result-detail .result-detail-wrapper {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
            grid-gap: 20px;
            height: auto;
        }
        .section-result .result-detail .result-detail-wrapper > div {
            height: 225px;
            border-radius: 15px;
            background: #54b8fc;
            padding: 20px;
            box-shadow: 1px 1px 20px 1px #c7c7c7;
        }
        .result-detail .result-detail-wrapper .res-wrapper {
            display: flex;
            justify-content: space-between;
        }
        .result-detail .result-detail-wrapper .res-wrapper .img-wrapper {
            width: 40%;
        }
        .result-detail .result-detail-wrapper .res-wrapper .text-wrapper {
            width: 50%;
            display: flex;
            flex-direction: column;
        }
        .result-detail .result-detail-wrapper .res-wrapper .text-wrapper h3 {
            font-size: 20px;
            font-family: "Brevia-Semibold";
            color: #fff;
        }

        .range-wrap {
            position: relative;

            width: 100%;
        }
        .range {
            width: 100%;
        }
        .bubble {
            background: #fff;
            color: white;
            padding: 4px 12px;
            position: absolute;
            border-radius: 4px;
            left: 50%;
            top: -32px;
            color: #0d62a7;
            transform: translateX(-50%);
        }
        .bubble::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 2px;
            background: #fff;
            bottom: -2px;
            left: 50%;
        }

        .disclaimer {
            padding: 0 0 50px 0;
            width: 90%;
            margin: 0 auto;
        }
        .disclaimer .text-disclaimer {
            color: #7b7b7b;
        }
        .disclaimer .text-disclaimer h2 {
            font-family: "Brevia-Semibold";
            font-size: 20px;
        }
        .disclaimer .text-disclaimer p {
            font-size: 12.5px;
            font-family: "Brevia-Regular";
        }
        .swiper {
            width: 100%;
            height: 320px;
        }

        .dp-wrap {
            margin: 0 auto;
            position: relative;
            perspective: 1000px;
            height: 100%;
        }

        .dp-slider {
            height: 100%;
            width: 100%;
            position: absolute;
            transform-style: preserve-3d;
        }

        .dp-slider div {
            transform-style: preserve-3d;
        }

        .dp_item {
            display: block;
            position: absolute;
            text-align: center;
            color: #fff;
            border-radius: 10px;
            transition: transform 1.2s;
        }

        .dp-img img {
            border-left: 1px solid #fff;
        }

        #dp-slider .dp_item:first-child {
            z-index: 10 !important;
            transform: rotateY(0deg) translateX(0px) !important;
            width: 80%;
        }
        #dp-slider .dp_item:first-child .dp-content {
            background: #0d62a7;
        }
        .modal-wrapper {
            position: relative;
        }
        .modal-mobile {
            z-index: 1000;
            width: 100%;
            height: auto;
            padding: 20px;
            background: #fff;
            position: relative;
            margin-left : auto;
            box-shadow: 5px 5px 10px #000;
            border-radius: 15px;
            display: none;
        }
        .modal-mobile.active {
            display: block;
        }
        .modal-mobile .content {
        }
        .modal-mobile .close {
                position: relative;
                margin-left : auto;
                margin-bottom : 5px;
                border: unset;
                color : red;
                background: buttonface;
                box-shadow: unset;
                width: 25px;
                height: 25px;
                display: flex;
                align-items: center;
                justify-content: center;
        }

        .dp_item[data-position="2"] {
            z-index: 9;
            transform: rotateY(0deg) translateX(10%) scale(0.9);
            width: 82.5%;
        }

        .dp_item[data-position="3"] {
            z-index: 8;
            transform: rotateY(0deg) translateX(20%) scale(0.8);
            width: 84.5%;
        }

        .dp_item[data-position="4"] {
            z-index: 7;
            transform: rotateY(0deg) translateX(30%) scale(0.7);
        }

        #dp-next,
        #dp-prev {
            position: absolute;
            top: 50%;
            right: 16%;
            height: 33px;
            width: 33px;
            z-index: 10;
            cursor: pointer;
        }

        #dp-prev {
            left: 15px;
            transform: rotate(180deg);
        }

        #dp-dots {
            position: absolute;
            bottom: 25px;
            z-index: 12;
            left: 38%;
            cursor: default;
            display: none;
        }

        #dp-dots li {
            display: inline-block;
            width: 13px;
            height: 13px;
            background: #fff;
            border-radius: 50%;
        }

        #dp-dots li:hover {
            cursor: pointer;
            background: #fa8c8c;
            transition: background 0.3s;
        }

        #dp-dots li.active {
            background: #fa8c8c;
        }

        .dp_item {
            width: 85%;
        }

        .dp-content,
        .dp-img {
            text-align: left;
        }

        .dp_item {
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 4px 4px 20px #a2a2a2;
        }
        .dp_item[data-position="1"] .wrap-text {
            background: #0d62a7;
            bottom: 0;
            width: 100%;
            z-index: 1;
            height: 75px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
            font-family: "Brevia-Bold";
            position: relative;
        }
        .dp_item[data-position="1"] .wrap-text button {
            position: absolute;
            bottom: 7.5px;
            right: 10px;
            background: transparent;
            width: 20px;
            height: 20px;
            border-radius: 50px;
            border: 1px solid #fff;
            font-size: 10px;
        }
        .dp_item[data-position="2"] .wrap-text,
        .dp_item[data-position="3"] .wrap-text,
        .dp_item[data-position="4"] .wrap-text {
            background: #fff;
            height: 75px;
        }

        .dp-content {
            display: inline-block;
            width: 100%;
        }
        .dp-content .wrap-img {
            width: 100%;
            display: flex;
            justify-content: center;
            height: 250px;
            align-items: center;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            background: #fff;
        }
        .dp-content .wrap-img img {
            width: 80%;
            height: 200px;
        }
        .dp-content h2 {
            color: #41414b;
            font-family: Circular Std Bold;
            font-size: 48px;
            max-width: 460px;
            margin-top: 8px;
            margin-bottom: 0px;
        }

        .dp-content p {
            color: #74747f;
            max-width: 490px;
            margin-top: 15px;
            font-size: 24px;
        }

        .dp-content .site-btn {
            margin-top: 15px;
            font-size: 13px;
            padding: 19px 40px;
        }

        .dp-img:before {
            background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
            background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
            background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
            background: linear-gradient(-90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
            content: "";
            position: absolute;
            height: 100%;
            width: 25%;
            z-index: 1;
            top: 0;
            pointer-events: none;
            background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
            background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
            background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
            background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
        }

        .dp-img img {
            object-fit: cover;
            object-position: right;
        }

        #dp-slider,
        .dp-img img {
            height: 325px;
            padding: 10px;
        }

        #dp-slider .dp_item:hover:not(:first-child) {
            cursor: pointer;
        }

        .site-btn {
            color: #fff;
            font-size: 18px;
            font-family: "Circular Std Medium";
            background: #fa8282;
            padding: 14px 43px;
            display: inline-block;
            border-radius: 2px;
            position: relative;
            top: -12px;
            text-decoration: none;
        }

        .site-btn:hover {
            text-decoration: none;
            color: #fff;
        }

        .result-bottom {
            margin: 0 0 25px;
        }
        .result-bottom .btn-wrapper {
            display: grid;
            justify-content: center;
            grid-template-rows: 1fr;
            height: auto;
            grid-gap: 20px;
        }
        .result-bottom .btn-wrapper .fitur {
            border: unset;
            background: #f58e1d;
            color: #fff;
            line-height: 1;
            padding: 20px 35px;
            border-radius: 30px;
            font-family: "Brevia-Bold";
            font-size: 15px;
            text-align: center;
        }
        .result-bottom .btn-wrapper .loginmti {
            border: unset;
            background: #53b8fc;
            color: #fff;
            line-height: 1;
            padding: 20px 75px;
            border-radius: 50px;
            font-family: "Brevia-Bold";
            font-size: 15px;
        }
        .related-article {
            margin-bottom: 50px;
        }
        .related-article .main .slick-slide {
            padding: 20px !important;
        }
        .related-article h2 {
            color: #54b8fc;
            font-family: "Brevia-Bold";
            font-size: 32.5px;
            margin-bottom: 40px;
        }
        .related-article .main {
        }
        .related-article .main .slide {
            position: relative;
            width: 100%;
            height: auto;
            border-radius: 25px;
            overflow: hidden;
        }
        .related-article .main .slide .related-text-wrap {
            position: absolute;
            bottom: 20px;
            right: 0;
            padding: 10px;
        }
        .related-article .main .slide img {
            width: 100%;
            height: 275px;
            object-fit: cover;
        }
        .related-article .main .slide .related-text-wrap h3 {
            margin: unset;
            margin-bottom: 20px;
            color: #fff;
            font-family: "Brevia-Bold";
        }
        .related-article .main .slide .related-text-wrap a {
            color: #fff;
            background: #f58e1d;
            padding: 10px 25px;
            border-radius: 25px;
            font-size: 15px;
            font-family: "Brevia-Semibold";
        }
    }