body,
html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block
}

.input-validation-error {
    border-color: red !important
}

.form-control {
    font-size: 16px !important;
    color: #000 !important
}

.card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

#elecGiv h3.judulSub strong,
#textToCopy {
    -webkit-text-fill-color: unset
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #383532 !important;
    font-family: MaisonNeue !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    background-color: #f0f2f1 !important;
    background-size: auto;
    background-position: top center;
    background-repeat: repeat
}

h1 {
    text-align: center;
    color: rgba(0, 0, 0, .9);
    position: relative
}

h4 {
    text-align: center;
    color: rgba(0, 0, 0, .9);
    position: relative
}

h1:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    text-align: center;
    width: 100px;
    margin-left: -50px;
    color: #ff466a;
    font-size: 30px
}

p {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase !important
}

a {
    color: #fff !important
}

a:hover {
    color: #405422 !important;
    text-decoration: none !important
}

.hr-line {
    border-color: #31414c
}

.hr-line.w-100 {
    max-width: 200px
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../assets/data_url.svg") no-repeat;
    background-size: 9px;
    background-position: calc(100% - 5px) 60%;
    background-repeat: no-repeat;
    padding-right: 20px !important
}

#btn-client-logout {
    cursor: pointer
}

.text-purple {
    color: #1c1e40 !important
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.box-shadow {
    box-shadow: 0 1px 5px rgb(0 0 0 / 42%)
}

.text-shadow {
    text-shadow: 0 1px 5px rgb(0 0 0 / 42%)
}

.centering {
    justify-content: center;
    align-content: center;
    align-items: center
}

.divCenter {
    justify-content: center;
    align-content: center;
    align-items: center
}

.divJustify {
    justify-content: space-evenly;
    align-items: center
}

.UndivCenter {
    display: unset !important
}

::-webkit-scrollbar-track {
    background-color: #eeeae1;
    border-left: 1px solid #eeeae1
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #666
}

::-webkit-scrollbar-thumb {
    background: #666
}

section {
    height: 100%;
    position: relative;
    text-align: center
}

section .inner {
    margin: 0 auto
}

section .innerText {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: left
}

.controls {
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.controls-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: .5rem;
    padding: 1.4rem;
    border: none;
    border-radius: 4rem;
    background: #8e5c2e;
    -webkit-transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
    will-change: transform;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    outline: 0 !important
}

.controls-btn svg {
    -webkit-transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
    height: 1rem;
    width: 1rem;
    position: absolute
}

.controls-btn svg:nth-child(2) {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem)
}

.controls-btn svg path {
    fill: #fff
}

.controls-btn-toggled svg:nth-child(1) {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
}

.controls-btn-toggled svg:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.controls-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cover-right img {
    left: 40% !important
}

.cover-center img {
    left: 50% !important
}

.cover-left img {
    left: 56% !important
}

audio {
    padding: 0;
    margin: 0;
    outline: 0 !important
}

audio::-webkit-media-controls {
    margin: 0 !important;
    padding: 0 !important
}

audio::-internal-media-controls-overflow-button,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-overflow-button,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-volume-control-container,
audio::-webkit-media-controls-volume-control-container.closed {
    display: none !important
}

audio::-webkit-media-controls-enclosure {
    width: 45px;
    background-color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e4e4e4
}

audio::-webkit-media-controls-play-button {
    margin-left: 15px;
    display: block !important
}

audio::-webkit-media-controls-panel {
    padding: 0 5px 0 0
}

.runningText {
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 8px;
    width: 125px;
    background: #fff;
    border-radius: 20px;
    z-index: -1;
    border: 1px solid #e4e4e4
}

.runningText h3 {
    font-size: 14px;
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 28px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: runningText 15s linear infinite;
    -webkit-animation: runningText 15s linear infinite;
    animation: runningText 15s linear infinite
}

@-moz-keyframes runningText {
    0% {
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes runningText {
    0% {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes runningText {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.modal-full {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    border: 0 !important
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.modal.show {
    -webkit-transform: unset !important;
    transform: unset !important
}

.modal .close {
    position: absolute;
    right: 20px;
    top: 15px
}

.modal-backdrop {
    background: unset !important
}

#giftModal .m-auto.shadow,
#greetingModal .m-auto.shadow,
#menu01Modal .m-auto.shadow {
    min-width: 320px;
    width: 100%;
    max-width: 420px
}

#giftModal .modal-dialog .modal-content,
#greetingModal .modal-dialog .modal-content,
#menu01Modal .modal-dialog .modal-content {
    border-radius: 0 !important;
    border: 0 !important;
    background: unset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

#giftModal .shadow,
#greetingModal .shadow,
#menu01Modal .shadow {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, .8) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, .8) 0 0 10px;
    box-shadow: rgba(0, 0, 0, .8) 0 0 10px
}

#giftModal .card-header,
#greetingModal .card-header,
#menu01Modal .card-header {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 230px;
    border: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#giftModal .card-body,
#greetingModal .card-body,
#menu01Modal .card-body {
    background-color: #fff;
    background-size: 50%, 40%;
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

#greetingModal .border-radius-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

#giftModal .judulSub,
#greetingModal .judulSub,
#menu01Modal .judulSub {
    font-family: MaisonNeue;
    color: #383532;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    height: 65px;
    text-align: left;
    position: relative;
    letter-spacing: normal
}

#giftModal .judulInfo,
#greetingModal .judulInfo,
#menu01Modal .judulInfo {
    font-family: Bargemo;
    color: #405422;
    font-size: clamp(34px, 5vw, 48px);
    font-weight: 100;
    text-align: center;
    margin: 0;
    height: 72px;
    line-height: 82px;
    white-space: nowrap;
    display: flex;
    justify-content: center
}

#giftModal .judulInfo span,
#greetingModal .judulInfo span,
#menu01Modal .judulInfo span {
    font-family: Bargemo;
    padding: 0 10px;
    line-height: 80px;
    height: 80px
}

#giftModal .judulContent,
#greetingModal .judulContent,
#menu01Modal .judulContent {
    font-family: MaisonNeue;
    color: #383532;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    margin: 0;
    max-width: 310px;
    margin: auto
}

#giftModal .judulContent span,
#greetingModal .judulContent span,
#menu01Modal .judulContent span {
    font-family: MaisonNeue;
    color: #383532;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    margin: 0
}

#giftModal .judulSubInfo,
#greetingModal .judulSubInfo,
#menu01Modal .judulSubInfo {
    font-family: MaisonNeue;
    color: #383532;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    margin: 0
}

#giftModal #openInvitation,
#greetingModal #openInvitation,
#menu01Modal #openInvitation {
    font-family: MaisonNeue;
    color: #383532;
    font-size: 14px;
    margin-bottom: 50px;
    width: 200px;
    height: 45px;
    border-radius: 50px !important
}

.inner01 {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%
}

.innerS1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 100vh;
    color: #8e5c2e
}

.innerS1 .judulTextSub.content01 {
    padding: 0 180px
}

.innerS2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center
}

.innerS2 .judulTextSub.content01 {
    padding: 0 115px
}

.innerS3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center
}

.innerS3 .judulTextSub.content01 {
    padding: 0 40px
}

.innerS4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center
}

.innerS4 .judulTextSub.content01 {
    padding: 0 40px
}

.judulInfo {
    font-family: MaisonNeue;
    color: #e4cec7;
    font-size: 55px;
    font-weight: 300;
    text-align: center;
    bottom: 10px
}

.judulSub {
    font-family: MaisonNeue;
    color: #383532;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    text-align: left;
    position: relative;
    letter-spacing: 3px
}

.subJudulInfo {
    font-family: MaisonNeue;
    padding-top: 10px;
    font-weight: 300;
    font-size: 17px
}

.timerDemo {
    font-family: MaisonNeue !important;
    font-weight: 300 !important;
    color: #403e31 !important;
    margin: 0 !important;
    letter-spacing: 1.7px
}

.timerDemo div {
    font-family: MaisonNeue !important;
    font-weight: 300 !important;
    margin: 15px 15px !important;
    padding: 30px;
    background: #fff;
    width: 145px;
    height: 145px;
    border-radius: 15px;
    box-shadow: none !important
}

.timerDemo>.countDay,
.timerDemo>.countHr,
.timerDemo>.countMin,
.timerDemo>.countSec {
    font-family: MaisonNeue !important;
    font-weight: 300 !important;
    font-size: 37px;
    font-weight: 300
}

.timerDemo>.countDay>p,
.timerDemo>.countHr>p,
.timerDemo>.countMin>p,
.timerDemo>.countSec>p {
    font-size: 20px;
    font-family: MaisonNeue !important;
    font-weight: 300;
    letter-spacing: 0;
    color: #403e31 !important
}

.player.video {
    width: 100%;
    height: auto;
    min-width: 280px;
    max-width: 780px;
    margin: 0 0 40px 0;
    overflow: hidden
}

.videoFrame {
    text-align: center;
    width: 100%;
    height: 100%
}

.videoFrame>video {
    max-width: 400px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: none;
    outline: 0 !important;
    border-radius: 5px !important;
    border: 1px solid #405422 !important
}

.videoFrame>iframe {
    border-radius: 0 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    outline: 0 !important;
    display: unset
}

.judulSlide {
    font-family: Bargemo;
    font-size: 90px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: .72px;
    display: flex;
    justify-content: center;
    text-transform: uppercase
}

.judulSlide span {
    font-family: MaisonNeue;
    font-size: 55px;
    padding: 0 20px;
    vertical-align: middle;
    color: #fff;
    display: flex;
    align-self: center;
    height: 116px;
    line-height: 130px
}

.judulSlideSub {
    font-family: MaisonNeue;
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 0 0 0;
    position: relative;
    letter-spacing: .72px
}

.judulSlide img {
    width: 348px
}

.letter-S1 {
    letter-spacing: 1px
}

.letter-S2 {
    letter-spacing: 2px
}

.letter-S4 {
    letter-spacing: 4px
}

.locMap {
    width: 100%;
    height: unset;
    display: grid
}

.locMap>iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.information {
    padding: 0 20px 20px 10px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #80808024
}

.information .time-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-right: 30px;
    padding-top: 4px;
    -ms-flex: 1;
    flex: 3
}

.time {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-weight: 300
}

.time div {
    font-family: MaisonNeue
}

.time div span {
    font-weight: 300;
    font-size: 17px
}

.time .dash {
    color: #383532
}

.time p {
    color: #405422;
    font-weight: 300
}

.time .addressname {
    font-weight: 600
}

.event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 3;
    flex: 5;
    -ms-flex-direction: column;
    flex-direction: row;
    text-align: left;
    align-items: center;
    color: #383532;
    min-width: 170px
}

.judulText {
    font-family: Bargemo;
    color: #405422;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    align-self: start;
    padding: 0;
    margin: 0 0 55px 0;
    letter-spacing: 1.92px;
    text-transform: uppercase
}

.judulTextSub {
    font-family: MaisonNeue;
    color: #383532;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    position: relative;
    letter-spacing: .8px
}

.judulTextSub p {
    text-align: right
}

.judulTextSub span {
    color: #383532;
    font-family: MaisonNeue
}

.textColorized {
    color: #405422 !important;
    font-family: Bargemo !important;
    font-size: clamp(32px, 8vw, 68px) !important;
    font-weight: 400;
    text-align: center;
    margin: 0 !important;
    position: relative;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 2.24px !important
}

.textColorized.amp {
    color: #405422 !important;
    font-family: Bargemo !important;
    text-align: center
}

.textColorized-sub {
    font-size: 24px !important;
    color: #383532 !important;
    font-family: Book-Antiqua-Bold !important;
    font-weight: 400 !important;
    font-style: normal
}

.textColorized img {
    max-width: 651px
}

.form-control {
    border-radius: 3px !important;
    box-shadow: none !important;
    border-color: #90722b
}

.form-control:focus {
    border-color: #fff !important;
    box-shadow: none
}

.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none
}

::placeholder {
    color: #5a5a5a !important;
    font-size: 16px !important
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff
}

.mnuCard {
    border: 0 !important;
    border-radius: 10px !important
}

.angpwBtn {
    padding: 4px 10px 0 10px !important;
    height: unset !important
}

.howto {
    font-size: 16px;
    padding: 0 20px 0 20px;
    margin: 0;
    text-align: left !important
}

.howtoSub {
    padding: 0 0 0 20px
}

.giftBtn {
    font-family: MaisonNeue;
    font-weight: 300;
    font-size: 18px;
    margin: 5px 0 5px 0
}

.btn-gift {
    box-shadow: none;
    position: absolute;
    right: 80px;
    top: 30px;
    box-shadow: unset !important
}

.btn-gift img {
    width: 90px;
    height: auto
}

iframe {
    display: block;
    border-style: none
}

.footerLogo {
    padding: 8px;
    border-radius: 6px
}

.icnAttire {
    width: 40px;
    height: auto
}

.wthICN75 {
    width: 75%
}

.wthICN50 {
    width: 50%
}

.wthICN30 {
    width: 30%
}

.wthICN25 {
    width: 25%
}

.wthICN20 {
    width: 20%
}

.wthICN15 {
    width: 15%
}

.wthICN10 {
    width: 10%
}

.master-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: .3s;
    z-index: 999999
}

.master-loader.active {
    opacity: 1;
    visibility: visible
}

.master-loader .content {
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #fff
}

.gallerySlide {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: fit-content
}

.swiper-wrapper .swiper-slide div,
.swiper-wrapper .swiper-slide img {
    display: block;
    width: unset;
    height: 100% !important;
    max-height: 780px;
    object-fit: cover;
    background-position: center center !important;
    background-size: cover !important;
    cursor: pointer
}

.swiper-pagination {
    bottom: 0 !important;
    text-shadow: 1px 1px 7px #00000040
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    background: #ffffff00 !important;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 2px !important;
    display: inline-block;
    outline: 0 !important;
    box-shadow: none !important
}

.swiper-pagination-bullet-active {
    background: #fff !important
}

.moments .mainGallery.gallery-1 {
    transform: rotate(1.2deg) !important
}

.moments .mainGallery.gallery-2 {
    transform: rotate(-.8deg) !important
}

.moments .mainGallery.gallery-1 .slider-container,
.moments .mainGallery.gallery-2 .slider-container {
    border: 19px solid #fff;
    background: #fff;
    padding-bottom: 50px
}

.mainGallery.gallery-2,
.moments .mainGallery.gallery-1 {
    max-width: 430px;
    width: 100%
}

.moments .main-gallery-swiper-1 .swiper-wrapper .swiper-slide div,
.moments .main-gallery-swiper-1 .swiper-wrapper .swiper-slide img,
.moments .main-gallery-swiper-2 .swiper-wrapper .swiper-slide div,
.moments .main-gallery-swiper-2 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 430px;
    max-width: 430px
}

.moments .swiper-pagination {
    bottom: 25px !important;
    text-shadow: 1px 1px 7px #00000040
}

.moments .swiper-pagination-bullet {
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    background: #ffffff00 !important;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 2px !important;
    display: inline-block;
    outline: 0 !important;
    box-shadow: none !important
}

.moments .swiper-pagination-bullet-active {
    background: #fff !important
}

.slider-main .item>.content.Bridesmaids {
    height: unset !important;
    min-height: 320px
}

.content.Bridesmaids .description {
    height: unset !important;
    min-height: 320px !important
}

.slider-main .owl-stage-outer {
    border: 0 solid #5d3749;
    background: #5d3749;
    padding-bottom: 0
}

.slider-main .item>.content {
    height: 800px;
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    cursor: pointer
}

.slider-main .item>.content>a>div {
    height: 100% !important;
    width: 100% !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.slider-container {
    position: relative;
    display: block
}

.slider-container .slider .content img {
    width: 100%;
    height: 320px
}

.owl-next,
.owl-prev,
.thumbnail-slider-container .slider-controls a {
    position: absolute;
    bottom: 50%;
    z-index: 100;
    color: #383532 !important
}

.owl-prev,
.thumbnail-slider-container .slider-controls a.slider-left {
    left: 145px;
    outline: 0 !important;
    box-shadow: none !important
}

.owl-next,
.thumbnail-slider-container .slider-controls a.slider-right {
    right: 145px;
    outline: 0 !important;
    box-shadow: none !important
}

.thumbnail-slider-container {
    margin-top: 5px
}

.slider-nav .item>.content {
    font-family: MaisonNeue;
    color: #b3b3b3;
    width: 40px;
    height: 40px;
    padding: 3px;
    font-size: 21px;
    font-weight: 700;
    background-position: center center !important;
    background-size: cover !important;
    border: none !important;
    outline: 0 !important;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #e6e6e6 !important
}

.thumbnail-slider .owl-item.active.center,
.thumbnail-slider .owl-item.active.current {
    border: 0 !important;
    width: unset !important;
    margin-right: 13px !important
}

.thumbnail-slider .owl-item.active.center>.item>.content,
.thumbnail-slider .owl-item.active.current>.item>.content {
    background-color: #d1bed4;
    font-family: MaisonNeue;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 3px;
    font-size: 21px;
    font-weight: 600;
    box-shadow: 0 1px 5px 1px #00000033;
    border: 2px solid #e6e6E600 !important
}

.slider-nav .item>.content.thumbNum {
    margin-right: 13px !important
}

#thumbnailSlider>.owl-stage-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#thumbnailSlider>.owl-stage-outer>.owl-stage>.owl-item {
    width: 40px !important;
    height: 40px !important;
    margin: 5px 2.5px 5px 2.5px !important
}

#thumbnailSlider>.owl-stage-outer>.owl-stage {
    transition: all 2s ease 0s;
    width: unset !important;
    transform: unset !important;
    margin: auto !important
}

.drop-shadow:after,
.drop-shadow:before {
    content: "";
    position: absolute;
    z-index: -2
}

.lifted:after,
.lifted:before {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -mox-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg)
}

.connectiedCarousel .carouselIG .owl-prev {
    height: 100%;
    position: absolute;
    font-size: 48px !important;
    font-weight: 200 !important;
    top: 45%;
    z-index: 1000;
    left: -7%;
    color: #fff !important;
    transform: translate(0, -50%);
    outline: 0 !important;
    text-shadow: 0 1px 2px #00000075;
    -webkit-font-smoothing: antialiased
}

.connectiedCarousel .carouselIG .owl-next {
    height: 100%;
    position: absolute;
    font-size: 48px !important;
    font-weight: 200 !important;
    top: 45%;
    z-index: 1000;
    right: -7%;
    color: #fff !important;
    transform: translate(0, -50%);
    outline: 0 !important;
    text-shadow: 0 1px 2px #00000075;
    -webkit-font-smoothing: antialiased
}

.carouselIG .owl-next:hover,
.carouselIG .owl-prev:hover {
    opacity: .5
}

.connectiedCarousel .owl-carousel .owl-stage {
    padding: 5px 0
}

.connectiedCarousel .owl-carousel .owl-stage-outer {
    padding-left: 82px !important
}

.carouselIG-plus .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    height: 93px
}

.connectiedCarousel .carouselIG .owl-stage-outer,
.connectiedCarousel .carouselIG-plus .owl-stage-outer {
    padding: 10px 0
}

.connectiedCarousel .carouselIG>.item {
    display: none
}

.connectiedCarousel .carouselIG .item,
.connectiedCarousel .carouselIG-plus .item {
    width: 100%;
    background: #ffffff00;
    position: relative;
    border: -1px solid;
    border-radius: 50%
}

.connectiedCarousel .carouselIG .item i,
.connectiedCarousel .carouselIG-plus .item i {
    display: none;
    font-size: 32px;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.connectiedCarousel .carouselIG .item i.la-plus,
.connectiedCarousel .carouselIG-plus .item i.la-plus {
    font-size: 50px
}

.connectiedCarousel .carouselIG .item a {
    display: block;
    width: 65px
}

.connectiedCarousel .carouselIG .item>a>div,
.connectiedCarousel .carouselIG-plus .item>a>div {
    height: 64px;
    width: 64px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 50%;
    border: 0 solid #a7824d
}

.connectiedCarousel .carouselIG .item a.popup-text:hover:before,
.connectiedCarousel .carouselIG-plus .item a.popup-text:hover:before {
    content: "";
    background: #0000005e;
    position: absolute;
    height: 64px;
    width: 64px;
    z-index: 1;
    left: 0;
    border-radius: 50%;
    box-shadow: 1px 1px 4px 0 #0000005e
}

.connectiedCarousel .carouselIG .item a.addPlus:hover:before,
.connectiedCarousel .carouselIG-plus .item a.addPlus:hover:before {
    content: "";
    background: #ffffff5e;
    position: absolute;
    height: 64px;
    width: 64px;
    z-index: 1;
    left: 0;
    border-radius: 50%
}

.connectiedCarousel .carouselIG .item a.popup-text:hover i,
.connectiedCarousel .carouselIG-plus .item a.popup-text:hover i {
    display: block;
    z-index: 2
}

.connectiedCarousel .carouselIG-plus .item a,
.connectiedCarousel .carouselIG-plus .item a.addPlus:hover i,
.connectiedCarousel .carouselIG-plus .item a.addPlus:hover:before {
    display: block;
    width: 64px !important
}

.connectiedCarousel .gradientPM>div .pmInitial {
    color: #405422
}

.connectiedCarousel .carouselIG-plus {
    display: block;
    width: 70px !important;
    background: #383532;
    position: relative;
    z-index: 2;
    left: -1px;
    padding: 15px 3px;
    cursor: pointer;
    position: absolute
}

.connectiedCarousel .videoThumb {
    border-radius: 50% !important
}

.connectiedCarousel .gradientPM {
    --borderWidth: 3px;
    position: relative;
    border-radius: var(--borderWidth)
}

.connectiedCarousel .gradientPM:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2.1);
    width: calc(100% + var(--borderWidth) * 1.9);
    background: linear-gradient(90deg, #f0c850 0, #94752b 6.79%, #f0c850 44.85%, rgb(240 200 80) 56.1%, #f0c850 56.82%, #f0c850 67.92%, #f0c850 73.84%, #f0c850 91.52%, #f0c850 94%);
    border-radius: calc(50 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%
}

@keyframes animatedgradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.invFrontModal.msgPersonPM.fancybox-content {
    background-size: cover;
    background-position: bottom center;
    background-repeat: repeat-x;
    max-width: 427px !important;
    border-radius: 5px;
    padding: 0;
    height: 100%
}

.invFrontModal.msgPersonPM .PM-msg {
    font-family: MaisonNeue;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding: 80px 1rem 1rem 1rem !important;
    line-height: 22px;
    text-align: center;
    z-index: 1;
    pointer-events: none;
    text-shadow: 0 1px 5px #0000008c
}

.invFrontModal.msgPersonPM .PM-name {
    width: 100%;
    text-align: center
}

.invFrontModal.msgPersonPM h5 {
    font-family: MaisonNeue;
    color: #21645b;
    text-align: left;
    font-size: 27px;
    font-weight: 300;
    pointer-events: none;
    padding-bottom: 100px;
    margin: 0;
    letter-spacing: normal
}

.invFrontModal.msgPersonPM .videoFrame {
    position: absolute;
    z-index: 0;
    height: 100%;
    background-color: #000 !important
}

.invFrontModal.msgPersonPM .videoFrame>video {
    width: 100% !important;
    max-width: 500px !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    z-index: 0;
    box-shadow: none !important;
    outline: 0 !important;
    border: none;
    background: #000
}

.invFrontModal.msgPersonPM .videoFrame iframe {
    width: 100% !important;
    max-width: 500px !important;
    height: 600px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    z-index: 9999;
    box-shadow: none !important;
    outline: 0 !important
}

.fancybox-slide {
    width: 101% !important
}

.reelsHR {
    width: 100%;
    height: 0;
    background: #fff;
    position: relative
}

.reelsHR:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0;
    left: 48%
}

.reelsHR:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 10px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -1px;
    left: 47.8%
}

.seg01 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-color: #405422;
    height: 100%
}

.seg02 {
    background-color: unset;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom left, top right;
    border-bottom: 0;
    padding: 130px 0 130px 0
}

.seg03half .img-object {
    display: none
}

.seg03 {
    background-color: #405422;
    border-bottom: 0;
    color: #fff;
    padding: 0;
    position: relative;
    overflow: hidden
}

.countdown-lg .event-date {
    text-transform: none
}

.seg04 {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right, top left;
    background-color: #ffffff00;
    border-bottom: 0;
    padding: 120px 0 120px 0
}

.seg05 {
    background-color: unset;
    background-size: auto, auto, cover;
    background-repeat: no-repeat;
    background-position: bottom left, top right, top left;
    border-bottom: 0;
    padding: 0
}

.seg06 {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom left, top right;
    border-bottom: 0;
    padding: 120px 0 120px 0
}

.seg07 {
    background-color: #405422;
    background-size: contain, contain, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, bottom right, top center;
    border-bottom: 0;
    padding: 0
}

.seg08 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #405422;
    border-bottom: 0;
    padding: 85px 0 85px 0;
    color: #fff;
    position: relative
}

.seg09 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    border-bottom: 0;
    background-color: #405422;
    padding: 1px 30px 0 30px;
    height: 100%;
    position: relative
}

.seg01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00000000 0, #0000004d 40%, #000000b3 70%, #000000e6 85%, #000000e6 100%);
    z-index: 0
}

.seg01>* {
    z-index: 1
}

.seg01 .dood {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0
}

.seg01 .logo-head-sm {
    height: 145px
}

.seg01 .logo-head {
    width: 100%;
    height: auto;
    max-width: 220px;
    margin-top: 0
}

.seg01 .logo-name {
    max-width: 476px
}

.seg01 .verseText {
    font-weight: 200;
    font-style: italic
}

.seg01 .w-90 {
    max-width: 1200px;
    width: 100%
}

.seg01 .header {
    width: 100%;
    height: 65px;
    margin-top: 20px;
    z-index: 15;
    justify-content: center;
    display: inline-flex;
    position: absolute
}

.seg01 .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center
}

.seg01 .header li a {
    font-size: 2px;
    display: block;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1.4px
}

.seg01 .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out
}

.seg01 .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    height: 55px
}

.seg01 .header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}

.seg01 .header .menu-icon .navicon:after,
.seg01 .header .menu-icon .navicon:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.seg01 .header .menu-icon .navicon:before {
    top: 5px
}

.seg01 .header .menu-icon .navicon:after {
    top: -5px
}

.seg01 .header .menu-btn {
    display: none
}

.seg01 .header .menu-btn:checked~.menu {
    max-height: unset
}

.seg01 .header .menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}

.seg01 .header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.seg01 .header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.seg01 .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.seg01 .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

.seg01 .overlayBgHead {
    background: #00000055;
    width: 100%;
    height: 100%;
    min-height: 820px;
    position: absolute;
    top: 0;
    left: 0
}

.seg01 .videoFrame>video {
    border-radius: 12px !important;
    border: 0 solid #5d3749
}

.seg01 .verses {
    max-width: 845px;
    width: 100%;
    font-family: MaisonNeue;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 27.5px;
    text-align: center;
    position: relative;
    letter-spacing: .88px
}

.seg01 .verses .hr-line {
    max-width: 690px;
    width: 100%
}

.seg01 .verses .judulTextSub {
    color: inherit;
    font-family: inherit;
    font-weight: 600;
    font-style: italic;
    letter-spacing: inherit
}

.seg01 .head-photo {
    display: flex;
    flex-direction: row;
    max-width: 916px;
    width: auto;
    overflow: hidden
}

.seg01 .head-photo img {
    max-width: 458px;
    width: 50%;
    object-fit: contain
}

.seg02 .logo-icon {
    max-width: 175px;
    width: 100%;
    margin-top: 60px !important;
    margin-bottom: 50px !important
}

.seg02 .logo-name {
    width: 100%;
    max-width: 490px;
    height: auto;
    margin-top: 10px
}

.seg02 .logo-name-header {
    width: 100%;
    max-width: 920px;
    height: auto;
    position: relative
}

.seg02 {
    position: relative
}

.seg02 .img-object {
    z-index: 1
}

.seg02 .img-object.left {
    position: absolute;
    left: 0;
    bottom: -22px
}

.seg02 .img-object.right {
    position: absolute;
    right: 0;
    bottom: -80px
}

.seg02 .ourStory {
    max-width: 710px
}

.seg02 .ourStory .desc-person p {
    text-align: justify;
    text-indent: 30px;
    margin-bottom: 40px
}

.seg02 .ourStory .desc-person i {
    text-align: left;
    text-indent: 0;
    margin-bottom: 40px
}

.seg03 .hr-line.top {
    position: absolute;
    left: 0;
    right: 0;
    top: -54px;
    width: 130px
}

.seg03 .hr-line.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    width: 130px
}

.seg03 .JudulInfo {
    color: #bd9a67;
    text-transform: uppercase;
    font-family: Bargemo;
    font-size: 48px;
    font-weight: 300
}

.seg03 .JudulInfo.note {
    color: #bd9a67;
    text-transform: unset;
    font-family: MaisonNeue
}

.venueLoc {
    border-radius: 15px;
    max-width: 920px
}

.venueLoc {
    border-radius: 15px
}

.venueLoc .w-100 h5 {
    color: #383532;
    font-size: 24px;
    font-family: MaisonNeue;
    font-weight: 500;
    text-transform: unset;
    text-align: left
}

.venueLoc .event {
    background-color: #ffffff00;
    border-radius: 18px;
    font-weight: 300;
    font-size: 20px;
    color: #383532
}

.venueLoc .time {
    color: #383532
}

.venueLoc .time span {
    font-weight: 300
}

.venueLoc .information {
    border-radius: 8px
}

.venueLoc .information i {
    background-color: #ffffff00;
    border-radius: 8px;
    text-align: center;
    color: #383532;
    font-size: 20px
}

.venueLoc .schedule-Card {
    padding: 1rem
}

.venueLoc .gotolocation i {
    font-size: 22px
}

.seg06 .venueLoc-P {
    background-color: transparent;
    border-radius: 15px;
    max-width: 420px;
    width: 100%
}

.seg06 .venueLoc-P .locMap {
    min-height: unset
}

.seg06 .venueLoc-P .locMap iframe {
    width: 100% !important;
    max-width: unset !important;
    height: 287px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important
}

.seg06 .venueLoc-P .d-flex.flex-column {
    background: #383532;
    border-radius: 15px;
    padding: 10px
}

.seg06 .venueLoc-P h5 {
    color: #f0c8b6;
    font-size: 27px;
    text-transform: uppercase
}

.seg06 .venueLoc-P .d-flex.flex-column .schedule-Card {
    padding: 0 1rem 0 1rem;
    color: #fff;
    font-family: MaisonNeue;
    letter-spacing: .8px;
    font-weight: 300
}

.seg06 .venueLoc-P .d-flex.flex-column .schedule-Card span {
    color: #fff;
    font-family: MaisonNeue;
    font-weight: 300
}

.seg06 .frame-object {
    position: absolute;
    right: -200px;
    bottom: -80px;
    z-index: 1
}

.seg06 p.judulTextSub {
    text-align: center;
    line-height: 30px;
    margin: 10px auto 35px
}

.seg07 {
    text-align: center !important
}

.seg07 .personalMsgL {
    min-height: 700px;
    background: url(https://connectied.id/events/darrenrini/img/bgrsvp.webp);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

p.judulTextSub b {
    color: #403e31
}

.card-video {
    background: #383532
}

.card-video .card-info {
    color: #fff
}

.protocolList {
    max-width: 700px
}

.protocolList>* {
    flex: 1 1 100% !important;
    margin-bottom: 2rem !important;
    max-width: 213px
}

.protocols .icnAttire {
    width: 57px;
    height: auto;
    margin-bottom: 13px
}

.protocols .item-icon {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center;
    justify-content: center;
    min-width: 96px;
    max-width: 195px;
    margin: 9px 11px
}

.venueLoc-P {
    background-color: transparent;
    border-radius: 15px;
    max-width: 500px;
    width: 100%
}

.venueLoc-P>.d-flex.flex-column {
    background: #ba8b3f;
    border-radius: 15px;
    border: 0 solid #e4cec7;
    padding: 0 !important;
    box-shadow: 0 2px 10px -5px #00000030
}

.venueLoc-P>.d-flex.flex-column .schedule-Card {
    padding: 0 1rem 0 1rem;
    color: #fff;
    letter-spacing: .9px
}

.venueLoc-P .locMap iframe {
    width: 100% !important;
    max-width: unset !important;
    height: 240px !important;
    border-radius: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.seg06 .protocolList {
    max-width: 910px
}

.seg06 .protocolList>* {
    flex: 1 1 100% !important;
    margin-bottom: 2rem !important;
    max-width: 230px
}

.seg08::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000075;
    z-index: 0
}

.seg08>* {
    z-index: 1
}

.seg09::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00000000 70%, #000 120%);
    z-index: 0
}

.seg09>* {
    z-index: 1
}

.seg09 h1 {
    font-family: Bargemo;
    text-transform: uppercase;
    font-size: 38px;
    color: #fff;
    justify-content: start
}

.seg09 p {
    font-family: MaisonNeue;
    font-weight: 300 !important;
    font-size: 18px;
    letter-spacing: .8px;
    color: #fff
}

.seg09 a {
    position: absolute;
    bottom: 30px
}

.seg09 .container,
.seg09 .row {
    height: 100%
}

.alm code {
    font-size: inherit;
    font-family: MyriadPro;
    color: unset
}

.gallerySlide {
    width: 100%;
    height: 100%
}

.seg05 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: fit-content
}

.seg05 .swiper-wrapper .swiper-slide div,
.seg05 .swiper-wrapper .swiper-slide img {
    display: block;
    width: unset;
    height: 100% !important;
    max-height: 720px;
    object-fit: cover;
    background-position: center center !important;
    background-size: cover !important;
    background-color: #000;
    cursor: pointer
}

.seg05 .swiper-pagination {
    bottom: 25px !important;
    text-shadow: 1px 1px 7px #00000040
}

.seg05 .swiper-pagination-bullet {
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    background: #ffffff00 !important;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 2px !important;
    display: inline-block;
    outline: 0 !important;
    box-shadow: none !important
}

.seg05 .swiper-pagination-bullet-active {
    background: #fff !important
}

.drop-shadow:after,
.drop-shadow:before {
    content: "";
    position: absolute;
    z-index: -2
}

.lifted:after,
.lifted:before {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg)
}

.gift .acc-name,
.gift .acc-number {
    -webkit-text-fill-color: #383532 !important
}

.gift .card {
    border: 0;
    border-radius: 10px;
    background-color: #ffffff33;
    width: fit-content;
    margin: auto
}

.separator {
    display: flex;
    align-items: center;
    text-align: center
}

.separator::after,
.separator::before {
    content: '';
    flex: 1;
    border-bottom: 2px solid #383532
}

.separator:not(:empty)::before {
    margin-right: .25em
}

.separator:not(:empty)::after {
    margin-left: .25em
}

.mw-45 {
    max-width: 45%
}

.mw-70 {
    max-width: 70%
}

.personalMsg .rsvpMenu .rsvpForm .form-control,
.personalMsg .rsvpMenu .rsvpForm .form-control::placeholder {
    background-color: #ffffff00 !important;
    color: #000 !important
}

.personalMsg .rsvpMenu .rsvpForm .iti {
    display: block !important
}

.iti__country-list {
    color: #000;
    font-size: 12px
}

.rsvpBtnPage {
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 7px 22px 22px 22px;
    margin: 0 -15px -1px -15px
}

.rsvpBtnPage.active {
    font-size: 12px !important
}

.btn {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1.1 !important
}

.btn-rsvp {
    height: 48px !important;
    width: 98px !important
}

.btn-greenIG {
    background-color: #c08d66 !important;
    border-color: #c08d66 !important;
    font-size: 16px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important
}

.btn-greenIG:hover {
    color: #fff !important;
    background: radial-gradient(circle at 14% 140%, #fdf497 3%, #fdf497 8%, #fd5949 39%, #d6249f 54%, #285aeb 103%) !important;
    border-color: #fff !important
}

.btn-greenIG:active {
    background: radial-gradient(circle at 14% 140%, #fdf497 3%, #fdf497 8%, #fd5949 39%, #d6249f 54%, #285aeb 103%) !important;
    border-color: #fff !important
}

.btn-form {
    color: #fff !important;
    background-color: #405422 !important;
    border-color: #405422 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-form-active,
.btn-form.active,
.btn-form:active,
.btn-form:hover,
.btn-form[aria-expanded=true] {
    color: #fff !important;
    background-color: #687e47 !important;
    border-color: #687e47 !important
}

.btn-form-outline {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-size: 14px !important;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-form-outline.active,
.btn-form-outline:active,
.btn-form-outline:hover,
.btn-form-outline[aria-expanded=true] {
    color: #fff !important;
    background-color: #bd9a67 !important;
    border-color: #bd9a67 !important
}

.btn-prime {
    color: #fff !important;
    background-color: #5d3749 !important;
    border-color: #5d3749 !important;
    font-size: 16px;
    font-family: MaisonNeue;
    outline: unset !important;
    box-shadow: unset !important;
    cursor: pointer;
    border-radius: 4px !important
}

.btn-prime:hover {
    color: #fff !important;
    background-color: #84697a !important;
    border-color: #84697a !important
}

.btn-prime.active {
    color: #fff !important;
    background-color: #84697a !important;
    border-color: #84697a !important
}

.btn-green-connectied {
    color: #fff !important;
    background-color: #c08d66 !important;
    border-color: #c08d66 !important;
    font-size: 16px;
    font-family: MaisonNeue;
    outline: unset !important;
    box-shadow: unset !important;
    cursor: pointer;
    border-radius: 4px !important
}

.btn-green-connectied:hover {
    color: #fff !important;
    background-color: #b07f49 !important;
    border-color: #b07f49 !important
}

.btn-green-connectied.active {
    background-color: #b07f49 !important;
    border-color: #b07f49 !important
}

button.fancybox-close-small {
    padding: 0 !important;
    margin: 10px;
    color: #21645b;
    background-color: #fff;
    border: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    font-size: 41px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1
}

.swiper-slide a.addPlus {
    background: #4a000000 !important;
    border: 2px solid #fff
}

.swiper-slide a.addPlus:hover:after {
    background: #bd9a67 !important
}

.btn-help {
    width: 30px;
    height: 30px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    font-family: Montserrat !important;
    font-size: 17px !important;
    position: absolute;
    top: 0;
    right: 0
}

.popover {
    max-width: 380px !important;
    width: 100% !important;
    border-radius: 13px !important;
    margin-right: 9% !important
}

.popover-body {
    display: flex;
    flex-direction: column;
    padding: .75rem .75rem !important
}

.popover-body img {
    height: 100%;
    max-width: 380px;
    width: 100% !important
}

.popover-body hr {
    width: 100% !important
}

@media screen and (max-width:1024px) {
    .popover {
        margin-right: unset !important
    }
}

@media screen and (max-width:550px) {
    .popover {
        max-width: 97% !important;
        border-radius: 10px !important;
        border: 0 !important;
        margin-right: unset !important
    }
}

.btn-group-toggle>div>.btn,
.btn-group-toggle>div>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>div>.btn input[type=checkbox],
.btn-group-toggle>div>.btn input[type=radio],
.btn-group-toggle>div>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>div>.btn-group>.btn input[type=radio],
.btn-rsvpRadio input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    display: none
}

.BGbtn-form[aria-expanded=true] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.BGbtn-form2 {
    width: 142px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.valVisit {
    width: 80px;
    height: 56px;
    padding: 5px 0 0 0
}

.BGbtn-dropdown {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.menubgL {
    border-bottom-left-radius: 20px !important
}

.menubgR {
    border-bottom-right-radius: 20px !important
}

.btn-dropDown {
    color: #fff !important;
    border-color: #21645c !important;
    background-color: #21645c !important;
    width: 53px !important;
    box-shadow: 0 2px 3px 0 #00000075
}

.rsvpCheckbox,
.rsvpRadio {
    position: relative;
    cursor: pointer
}

.rsvpRadio input {
    position: relative;
    margin: 0 1rem 0 0;
    width: 15px;
    cursor: pointer
}

.rsvpRadio input:before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -moz-transition: -moz-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 0;
    left: .125rem;
    z-index: 1;
    width: .75rem;
    height: .75rem;
    background: #16a085;
    border-radius: 50%
}

.rsvpRadio input:checked:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.rsvpRadio input:after {
    content: "";
    position: absolute;
    top: -.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 50%
}

.rsvpCheckBox input {
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer
}

.rsvpCheckBox input:before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -moz-transition: -moz-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: .1875rem;
    top: .125rem;
    z-index: 1;
    width: .75rem;
    height: .375rem;
    border: 2px solid #16a085;
    border-top-style: none;
    border-right-style: none
}

.rsvpCheckBox input:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1)
}

.rsvpCheckBox input:after {
    content: "";
    position: absolute;
    top: -.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 2px solid #f2f2f2;
    cursor: pointer
}

.rsvpTextarea {
    margin: 0 !important
}

.rsvpTextarea textarea {
    border: 0;
    border-radius: 4px;
    width: 275px
}

.rsvpForm .guestName h6 {
    display: inline;
    font-weight: 600
}

label span {
    background-color: unset
}

.rsvpCheckBox,
.rsvpRadio {
    display: flex !important;
    flex-wrap: wrap;
    padding: 5px 10px 5px 35px !important;
    margin: 5px 0;
    font: 14px;
    font-weight: 300 !important;
    border-radius: 4px !important;
    color: #fff !important;
    background-color: #405422 !important;
    border: 1px solid #fff !important;
    height: auto !important
}

.rsvpCheckBox:focus,
.rsvpCheckBox:hover,
.rsvpRadio:focus,
.rsvpRadio:hover {
    color: #fff !important;
    background-color: #bd9a67 !important;
    border-color: #bd9a67 !important;
    cursor: pointer
}

.rsvpCheckBox input[type=checkbox] {
    position: absolute;
    top: 40%;
    left: 10px;
    border-color: #bd9a67
}

.rsvpCheckBox span,
.rsvpRadio span {
    display: block;
    font-size: 90% !important;
    border-color: #a5732b
}

.btn-rsvpRadio {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    background-color: transparent !important;
    border-color: #fff !important;
    border: 1px solid !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    outline: unset !important;
    box-shadow: unset !important;
    height: 48px;
    width: 98px
}

.btn-rsvpRadio.active,
.btn-rsvpRadio:hover {
    color: #fff !important;
    background-color: #bd9a67 !important;
    border-color: #bd9a67 !important
}

.rsvpMenu {
    color: #fff;
    background: #eceCEC00;
    border-radius: 20px;
    padding: 20px 30px 20px 30px !important;
    min-height: 203px !important;
    font-size: 18px
}

.rsvpMenu .judulText {
    color: #fff
}

.rsvpMenu .card-body .text-center span,
.rsvpMenuD0 {
    font-size: 18px
}

.rsvpMenu .card-body .btn.rsvpRadio,
.rsvpMenu .card-body .rsvpCheckBox {
    color: #fff;
    font-size: 16px !important
}

.rsvpMenuD0 {
    background: #ffffff00;
    border-radius: 20px;
    z-index: 10;
    color: #fff
}

.rsvpMenuD0 .form-control {
    color: #fff !important;
    background-color: #405422;
    border: 1px solid #fff
}

.rsvpMenuD0 .btn-rsvpMenuD0 {
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    background-color: transparent;
    border-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    outline: unset !important;
    height: 48px;
    min-width: 75px;
    width: 98px
}

.rsvpMenuD0 .btn-rsvpMenuD0.active,
.rsvpMenuD0 .btn-rsvpMenuD0:hover,
.rsvpMenuD0 .btn-rsvpMenuD0[aria-expanded=true] {
    color: #fff;
    background-color: #bd9a67;
    border-color: #bd9a67
}

.personalMsg .rsvpMenu .rsvpForm .form-control,
.personalMsg .rsvpMenu .rsvpForm .form-control::placeholder {
    background-color: #fff !important;
    color: #383532 !important;
    border-color: #fff
}

.rsvpMenuD1 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffffff00;
    z-index: 9;
    color: #fff
}

.rsvpMenuD1 .btn-rsvpMenuD1 {
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    background-color: transparent;
    border-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    outline: unset !important;
    min-width: 75px;
    width: 105px;
    height: 58px
}

.rsvpMenuD1 .btn-rsvpMenuD1.active,
.rsvpMenuD1 .btn-rsvpMenuD1:hover,
.rsvpMenuD1 .btn-rsvpMenuD1[aria-expanded=true] {
    color: #fff;
    background-color: #bd9a67;
    border-color: #bd9a67
}

.rsvpMenuD1 .btn-rsvpMenuD1-1 {
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    background-color: transparent;
    border-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    outline: unset !important;
    box-shadow: none !important
}

.rsvpMenuD1 .btn-rsvpMenuD1-1.active,
.rsvpMenuD1 .btn-rsvpMenuD1-1:hover,
.rsvpMenuD1 .btn-rsvpMenuD1-1[aria-expanded=true] {
    color: #fff;
    background-color: #bd9a67;
    border-color: #bd9a67
}

.rsvpMenuD1 .BGbtn-form2 {
    width: auto
}

.rsvpMenuD2 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffffff00;
    z-index: 8;
    outline: unset !important;
    box-shadow: unset !important;
    color: #fff
}

.rsvpMenuD2 .BGbtn-dropdown .btn-rsvpMenuD2,
.rsvpMenuD2 .btn-rsvpMenuD2 {
    color: #fff;
    font-weight: 300 !important;
    background-color: transparent;
    width: 53px !important;
    cursor: pointer;
    outline: unset !important;
    border: 1px solid #fff
}

.rsvpMenuD2 .BGbtn-dropdown .btn-rsvpMenuD2:hover,
.rsvpMenuD2 .btn-rsvpMenuD2.active,
.rsvpMenuD2 .btn-rsvpMenuD2:focus,
.rsvpMenuD2 .btn-rsvpMenuD2:hover,
.rsvpMenuD2 .btn-rsvpMenuD2[aria-expanded=true] {
    color: #fff;
    background-color: #bd9a67;
    border-color: #bd9a67;
    font-family: MaisonNeue
}

.rsvpMenuD2 .BGbtn-dropdown .btn-rsvpMenuD2 {
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    font-size: 13px !important;
    padding: 0 5px 0 5px;
    text-align: center;
    font-weight: 300 !important;
    font-family: MaisonNeue
}

.rsvpMenuD2 .BGbtn-dropdown .btn-rsvpMenuD2:active,
.rsvpMenuD2 .BGbtn-dropdown .btn-rsvpMenuD2:focus,
.rsvpMenuD2 .BGbtn-dropdown .btn-rsvpMenuD2:hover {
    color: #fff;
    background-color: #bd9a67 !important;
    border-color: #bd9a67 !important;
    border: 0
}

.rsvpMenuD3 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffffff00;
    z-index: 7;
    color: #fff
}

.rsvpMenuD3 .btn-rsvpMenuD3 {
    color: #fff;
    font-weight: 300 !important;
    background-color: transparent;
    border-color: #fff;
    cursor: pointer;
    box-shadow: none;
    margin-top: 0 !important
}

.rsvpMenuD3 .btn-rsvpMenuD3.active,
.rsvpMenuD3 .btn-rsvpMenuD3:hover,
.rsvpMenuD3 .btn-rsvpMenuD3[aria-expanded=true] {
    color: #fff;
    background-color: #bd9a67;
    border-color: #bd9a67
}

.rsvpV2Q-01 {
    border-radius: 10px !important;
    background: #ffffff00;
    z-index: 6;
    color: #fff;
    padding: 0 15px 0 15px
}

.rsvpMenuD5,
.rsvpV2Q-02 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff00;
    z-index: 5;
    color: #fff;
    padding: 0 15px 0 15px
}

.rsvpMenuD3.rsvpV2Q-02>.d-flex>.d-flex {
    flex-direction: row !important;
    justify-content: center
}

.rsvpMenuD3.rsvpV2Q-02>.d-flex>.d-flex .btn {
    margin: 0 5px 8px 5px !important;
    width: 6em !important;
    height: 3.25em !important
}

.rsvpV2Q-02 .justify-content-center {
    overflow-y: auto;
    max-height: 241px;
    padding: 0;
    margin-bottom: 15px !important
}

.rsvpMenuD5 textarea {
    border: 1px solid #808f9e;
    border-radius: 8px;
    height: 80px;
    outline: 0 !important;
    font-size: 14px;
    font-weight: 300
}

.rsvpMenuD6,
.rsvpV2Q-03 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff00;
    z-index: 4;
    color: #fff;
    padding: 0 15px 0 15px
}

.rsvpV2Q-03 textarea.smart-rsvp-form-check-input {
    height: 70px !important
}

.rsvpV2Q-03>.d-flex>.d-flex {
    flex-direction: column !important;
    justify-content: center
}

.rsvpV2Q-01>.text-center,
.rsvpV2Q-03>.text-center {
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important
}

.rsvpV2Q-03>.d-flex>.d-flex .btn {
    margin: 0 5px 8px 5px !important;
    width: 19em !important;
    height: 3.25em !important
}

.rsvpMenuD7,
.rsvpV2Q-04 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff00;
    z-index: 3;
    color: #fff;
    padding: 0 15px 0 15px
}

.rsvpMenuD3.rsvpV2Q-04>.d-flex>.d-flex .btn {
    margin: 0 5px 8px 5px !important;
    width: 19em !important;
    height: 3.25em !important
}

.rsvpMenuD8,
.rsvpV2Q-05 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff00;
    z-index: 2;
    color: #fff;
    padding: 0 15px 0 15px
}

.rsvpMenuD3.rsvpV2Q-05>.d-flex>.d-flex .btn {
    margin: 0 5px 8px 5px !important;
    width: 19em !important;
    height: 3.25em !important
}

.rsvpMenuD9,
.rsvpV2Q-06 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #ffffff00;
    z-index: 1;
    color: #fff;
    padding: 0 15px 0 15px
}

.mnuCard {
    border: 0 !important;
    border-radius: 40px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.mnuDrop1 {
    margin: -50px 0 0 0;
    min-height: 50px
}

.mnuDrop1 .card {
    background-color: transparent
}

.subStep03-all .mnuCard,
.subStep03-all .subStep01-01 {
    margin: -50px 0 0 0 !important
}

#elecGiv center img.qrcode {
    border-radius: 12px;
    border: 10px solid #c9c9c9
}

#elecGiv center h3 {
    line-height: unset
}

.d-hide {
    height: 0 !important;
    opacity: 0
}

.eventSelect.d-hide {
    height: 70px !important
}

.personalMsg {
    background: #00000000;
    border-radius: 40px;
    padding: 20px 30px 20px 30px !important;
    min-height: 203px !important
}

.personalMsg .personalMsg02 {
    border-radius: 40px;
    z-index: 4
}

.personalMsg .personalMsg02 .carouselForm {
    height: 95px
}

.personalMsg .personalMsg02 .personalMsg01-form.chatOnly {
    max-height: 500px;
    overflow-y: auto
}

.personalMsg .personalMsg02 .personalMsg01-form>.text-left {
    border-bottom: 1px dashed #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.personalMsg .personalMsg02 .personalMsg01-form .form-control {
    height: 60px !important;
    font-size: 21px !important
}

.personalMsg .personalMsg02 .personalMsg01-form .iti.iti--allow-dropdown {
    width: 100%
}

.personalMsg .personalMsg02 .personalMsg01-form textarea.form-control {
    height: 155px !important;
    font-size: 21px !important
}

.personalMsg .personalMsg02 .personalMsg01-form .form-control::placeholder {
    height: 60px !important;
    font-size: 21px !important
}

d .personalMsg .personalMsg02 .personalMsg01-form textarea.form-control::placeholder {
    font-size: 21px !important
}

.personalMsg .btn-form-outline {
    height: 60px !important;
    font-size: 16px !important
}

.personalMsg .personalMsg02 .reelsHRS {
    width: 100%;
    height: 0;
    background: #af9283;
    position: relative
}

.personalMsg .personalMsg02 .personalMsg01-form>.text-left h4,
.personalMsg .personalMsg02 .personalMsg01-form>.text-left p {
    font-size: 19px;
    color: #fff
}

.personalMsg .personalMsg02 .personalMsg01-form>.text-left h4 {
    margin-bottom: 0;
    font-weight: 600
}

.personalMsg .personalMsg02 .personalMsg01-form>.text-left p {
    margin-bottom: 0
}

.personalMsg .personalMsg02 .item .k-upload {
    background: 0 0;
    border: 0;
    border-radius: 50%
}

.personalMsg .personalMsg02 .item .k-upload .k-dropzone {
    border-radius: 50%;
    width: 64px !important;
    height: 64px !important;
    background: #00000000;
    padding: 0
}

.personalMsg .personalMsg02 .item .k-upload .k-dropzone .k-button.k-upload-button {
    background: url(https://connectied.id/images/addStory.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    min-width: unset !important;
    min-height: unset !important;
    margin: 0 !important;
    width: 64px !important;
    height: 64px !important;
    border: 0
}

.personalMsg .personalMsg02 .item .k-upload .k-dropzone .k-dropzone-hint {
    display: none;
    cursor: pointer
}

.personalMsg .personalMsg02 .item .k-upload .k-dropzone .k-button.k-upload-button span {
    display: none
}

.personalMsg .personalMsg02 .item .k-upload .k-dropzone .k-button.k-upload-button:hover {
    box-shadow: inset 0 0 50px #ffffff50
}

.checkPm {
    display: block;
    margin-bottom: 15px
}

.checkPm input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkPm label {
    position: relative;
    cursor: pointer;
    font-size: 14px
}

.checkPm label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #a4907f;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: -5px;
    cursor: pointer;
    margin-right: 5px
}

.checkPm input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 13px;
    border: solid #a4907f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.pmLabel {
    font-family: MaisonNeue;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px
}

.pmUpload>.k-widget.k-upload {
    background-image: none;
    background-color: #fff !important;
    border-color: #ced4da !important;
    background-color: #86868690 !important
}

.pmUpload>.k-widget.k-upload>.k-dropzone {
    background-image: none;
    background-color: #ffffff00 !important;
    border-color: #a4907f !important;
    height: 44px;
    padding-left: 12px
}

.pmUpload>.k-widget.k-upload>.k-dropzone>.k-button {
    font-size: 22px;
    font-weight: 600;
    min-width: unset;
    width: 38px;
    height: 38px;
    color: #fff !important;
    background-image: none;
    background-color: #405422 !important;
    border-color: #405422 !important;
    border-radius: 4px !important;
    margin-right: unset !important;
    -webkit-appearance: none
}

.pmUpload>.k-widget.k-upload>.k-dropzone>.k-dropzone-hint {
    text-align: left !important
}

.pmUpload>.k-widget.k-upload>.k-dropzone>.k-button:active,
.pmUpload>.k-widget.k-upload>.k-dropzone>.k-button:hover {
    background-image: none;
    color: #fff !important;
    background-color: #bd9a67 !important;
    border-color: #bd9a67 !important
}

.pmUpload>.k-widget.k-upload>.k-dropzone>.k-button>span {
    visibility: hidden;
    position: absolute
}

.pmUpload>.k-widget.k-upload>.k-dropzone>.k-button>span:after {
    content: "+" !important;
    visibility: visible;
    position: absolute;
    left: 0;
    width: 100%
}

.personalMsgUp.w-100>div>.form-control.w-100 {
    border-radius: 6px !important;
    border-color: #a4907f !important
}

.personalMsgUp.w-100>div>#txt-personalguestmessage-name {
    height: 40px
}

.personalMsgUp.w-100.collapse,
.personalMsgUp.w-100.collapse.show,
.personalMsgUp.w-100.collapsing {
    position: absolute;
    z-index: 5;
    background: #fff;
    margin-top: 47px;
    left: 0;
    width: 100% !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 5px 0 #00000024
}

.personalMsgUp .iti {
    width: 100%
}

.videoThumb {
    width: 100%;
    height: 64.4px;
    margin-bottom: -8px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #f6e7e0
}

.thankContent {
    background: #ebe2db;
    max-width: 320px;
    border-radius: 20px;
    box-shadow: 1px 2px 10px 1px #0000002b;
    position: relative
}

.thankContent img {
    max-width: 100px
}

.thankContent button.close {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #e6433d;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    width: 30px;
    height: 30px;
    outline: 0 !important;
    box-shadow: 0 2px 4px 1px #0000003d;
    opacity: .9
}

.thankContent .judulText {
    font-family: MaisonNeue;
    font-size: 39px;
    font-weight: 600;
    color: #ae886a
}

.thankContent .judulTextSub {
    text-align: center;
    font-size: 16px
}

.modal-full {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important
}

.modal-content {
    height: 100% !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    border: 0 !important
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.modal.show {
    -webkit-transform: unset !important;
    transform: unset !important
}

#elecGiv center>img {
    max-width: 290px;
    width: 100%;
    border: 15px solid #cca65c;
    border-radius: 20px
}

#elecGiv center h3 strong>img {
    margin-bottom: 10px
}

#elecGiv center>h3 span {
    font-family: MaisonNeue;
    -webkit-text-fill-color: #383532;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    letter-spacing: unset
}

@media screen and (min-width:1441px) {
    .slider-main .item>.content {
        height: 1200px !important
    }

    .seg01 .header li a {
        font-size: 20px !important
    }

    .seg01 .header {
        height: 75px;
        margin-top: 30px
    }
}

@media screen and (max-width:1537px) {
    .innerS1>h5.judulInfo {
        font-size: 28px
    }

    .innerS1>h2.judulSub {
        font-size: 18px !important
    }

    .innerS1 .judulTextSub.content01 {
        padding: 0 145px
    }

    .logo-icon {
        margin-top: unset
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .seg05 .frame-object {
        position: absolute;
        right: 0;
        bottom: -15px;
        z-index: 1;
        width: auto;
        height: auto
    }
}

@media screen and (max-width:1024px) {
    .card-body {
        padding: unset !important
    }

    .seg06 .protocolList {
        width: 75%
    }

    .innerS1 .judulTextSub.content01 {
        padding: 0 45px
    }

    .innerS2 .judulTextSub.content01 {
        padding: 0 35px
    }

    .innerS3 .judulTextSub.content01 {
        padding: 0 0
    }
}

@media screen and (max-width:1023px) {
    .language-box {
        position: fixed;
        right: 25px;
        top: 26px;
        font-size: 14px;
        text-shadow: 0 3px 5px rgb(150 150 150 / 70%);
        color: #fff;
        width: 45px;
        height: 44px
    }

    .inner01 {
        float: none !important;
        justify-content: flex-end;
        align-content: center;
        top: unset
    }

    .inner02 {
        padding: 0 25px;
        width: 80%
    }

    .innerS5 .judulText,
    thumb {
        margin: 0
    }

    .thumb {
        padding-left: 35px
    }

    .innerS1 .judulTextSub.content01 {
        padding: 0 45px
    }

    .innerS2 .judulTextSub.content01 {
        padding: 0 35px
    }

    .innerS3 .judulTextSub.content01 {
        padding: 0 0
    }

    .judulF,
    .judulM {
        font-size: 23px;
        line-height: 25px
    }

    .judulF>i,
    .judulM>i {
        font-size: 18px
    }

    .judulF>.sort,
    .judulM>.sort {
        font-size: 13px
    }

    .locMap>iframe {
        width: 100% !important;
        min-width: 180px !important;
        min-height: 199px !important
    }

    .seg01 .logo-name {
        max-width: 308px;
        width: 100%
    }

    .seg01 .judulSlideSub {
        line-height: 14.2pt;
        text-align: center;
        position: unset;
        top: unset;
        margin: 0
    }

    .seg01 .header {
        position: fixed !important
    }

    .seg01 .header>.menu {
        background: #fff;
        text-align: left;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: -55px;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1)
    }

    .seg01 .header .menu-btn:checked~.menu {
        max-height: unset
    }

    .seg01 .header>.menu li {
        padding: 10px 20px 10px 20px
    }

    .seg01 .header>.menu li:first-child {
        text-align: right;
        background-color: #405422;
        padding: 15px;
        color: #bd8b36;
        font-size: 12px;
        font-family: Bargemo;
        font-weight: 500
    }

    .seg01 .header>.menu li a {
        width: 100%;
        color: #000 !important;
        font-size: 14px
    }

    .seg01 .header>.menu li a:hover {
        width: 100%;
        color: #7c806d !important
    }

    .seg01 .header {
        width: unset !important;
        height: auto !important;
        margin-top: 15px !important
    }

    .seg02 .separator .mw-45 {
        max-width: 90%
    }

    .seg02 .w-75 {
        width: 90% !important
    }

    .seg02 .logo-name {
        width: 100% !important
    }

    .seg02 .img-object.left {
        width: 400px
    }

    .seg02 .img-object.right {
        width: 400px
    }

    .seg04 .venueLoc .schedule-Card {
        max-width: 420px
    }

    .seg04 .venueLoc .event {
        min-width: 100px !important;
        font-size: 14px !important
    }

    .seg05 .owl-stage-outer,
    .seg05 .slider-main .item>.content {
        padding-bottom: 0;
        padding-right: 0
    }

    .seg05 .img-object.right {
        position: absolute;
        right: 0;
        top: 0
    }

    .innerS5 .judulText {
        margin: 0 0 50px 0
    }

    .owl-next,
    .seg05 .owl-prev,
    .seg05 .thumbnail-slider-container .slider-controls a {
        position: absolute;
        bottom: 50%;
        z-index: 100;
        color: #383532 !important
    }

    .seg05 .owl-prev,
    .seg05 .thumbnail-slider-container .slider-controls a.slider-left {
        left: 45px;
        outline: 0 !important;
        box-shadow: none !important
    }

    .seg05 .owl-next,
    .seg05 .thumbnail-slider-container .slider-controls a.slider-right {
        right: 45px;
        outline: 0 !important;
        box-shadow: none !important
    }

    .seg05 .frame-object {
        position: absolute;
        right: 0;
        bottom: -15px;
        z-index: 1;
        width: auto;
        height: auto
    }

    .seg06 {
        border-bottom: 0;
        background-color: unset
    }

    .seg06 .inner06,
    .seg06 .innerS6 {
        background-size: 60%, 60%, cover;
        padding: 0 !important
    }

    .seg06 .w-75 {
        width: 90% !important
    }

    .seg06 p.judulTextSub {
        line-height: 23pt
    }

    .seg06 .protocolList {
        width: 100%
    }

    .seg06 .rundown img.mobile {
        max-width: 340px !important
    }

    .seg07 .personalMsgL {
        min-height: 650px !important
    }

    .seg08 .mw-70 {
        max-width: unset !important
    }

    .seg08 #elecGiv center>img {
        max-width: 230px;
        width: 100%;
        border: 10px solid #383532;
        border-radius: 20px
    }

    .seg08 .w-75 {
        width: 90% !important
    }
}

@media (min-width:320px) and (max-width:767px) {
    body {
        overflow-x: hidden
    }

    .judulInfo {
        font-size: 27px;
        line-height: 50px
    }

    .judulText {
        font-size: 32px;
        margin-bottom: 25px !important
    }

    .hr-line.py-0 {
        max-width: 170px !important
    }

    .judulTextSub {
        font-size: 14px !important;
        font-weight: 300;
        line-height: 18px !important
    }

    .slider-main .item>.content {
        height: 667px
    }

    .swiper-wrapper .swiper-slide div,
    .swiper-wrapper .swiper-slide img {
        max-height: 480px !important
    }

    .protocols .icnAttire {
        width: 52px;
        height: auto;
        margin-bottom: 13px
    }

    .protocols .item-icon {
        flex: 1 1 100% !important;
        margin: 0;
        max-width: 135px;
        min-width: 0
    }

    .seg01 {
        height: 100%
    }

    .seg01 .judulSlide {
        font-size: 48px
    }

    .seg01 .judulSlide span {
        font-size: 38px;
        padding: 0 10px
    }

    .seg01 .judulSlideSub {
        margin-bottom: 15px !important;
        font-size: 14px
    }

    .seg02 {
        padding: 50px 0 50px 0
    }

    .seg02 .separator .mw-45 {
        max-width: 90%
    }

    .seg02.judulTextSub.mb-0 {
        max-width: 260px
    }

    .seg02 .img-object.left,
    .seg02 .img-object.right {
        width: 220px;
        z-index: 0 !important
    }

    .seg02 .img-object.left {
        position: absolute;
        left: -10px;
        bottom: -12px
    }

    .seg02 .img-object.right {
        position: absolute;
        right: 0;
        bottom: -37px
    }

    .seg02 .logo-icon {
        max-width: 100px;
        width: 100%;
        margin-bottom: 25px !important
    }

    .seg02 .textColorized-sub {
        font-size: 14px !important
    }

    .seg03 .event-date {
        font-size: 18px !important;
        letter-spacing: normal;
        margin-bottom: 0 !important
    }

    .seg03 .timerDemo div {
        margin: 8px 8px !important;
        padding: 15px 5px;
        width: 75px;
        height: 75px;
        border-radius: 8px;
        box-shadow: 2px 2px 10px -2px #0000009b
    }

    .seg03 .timerDemo>.countDay,
    .seg03 .timerDemo>.countHr,
    .seg03 .timerDemo>.countMin,
    .seg03 .timerDemo>.countSec {
        font-size: 18px;
        font-weight: 300
    }

    .seg03 .timerDemo>.countDay>p,
    .seg03 .timerDemo>.countHr>p,
    .seg03 .timerDemo>.countMin>p,
    .seg03 .timerDemo>.countSec>p {
        font-size: 10pt;
        font-weight: 300;
        color: #403e31;
        letter-spacing: normal
    }

    .seg03 .hr-line.top {
        position: absolute;
        left: 0;
        right: 0;
        top: -38px;
        width: 95px
    }

    .seg03 .hr-line.bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -39px;
        width: 95px
    }

    .seg04 {
        padding: 70px 0 70px 0
    }

    .seg04 .venueLoc .w-100.text-left .w-100 h5 {
        font-size: 20px;
        text-align: center
    }

    .seg04 .venueLoc .w-100.text-left .information div,
    .seg04 .venueLoc .w-100.text-left .information p {
        font-size: 14px
    }

    .hr-line {
        max-height: 130px !important
    }

    .seg05 {
        padding-top: 0 !important
    }

    .seg05 .innerS5 .judulText {
        margin: 0 0 10px 0
    }

    .seg06 {
        padding: 70px 0 70px 0
    }

    .seg06 .container.mt-5 {
        margin-top: 0 !important
    }

    .seg06>.py-5 {
        padding-bottom: 0 !important
    }

    .seg06 .w-75 {
        width: 90% !important
    }

    .seg06 div.mainGallery,
    .seg06 p.judulTextSub {
        margin-bottom: 0 !important;
        padding-bottom: 15px !important;
        max-width: 95%;
        margin: auto
    }

    .seg06>.mx-auto.px-3.py-5 {
        padding-top: 0 !important
    }

    .seg06 .protocolList {
        padding-top: 20px !important
    }

    .protocols .item-icon span {
        font-size: 14px;
        line-height: 21px
    }

    .seg06 .venueLoc-P .locMap iframe {
        height: 185px !important
    }

    .seg06 .venueLoc-P {
        margin-bottom: 50px
    }

    .seg08 {
        padding: 70px 0 70px 0
    }

    .seg09 .overlayBgFooter {
        margin-top: 0
    }

    .btn-gift {
        box-shadow: none;
        position: absolute;
        right: 15px;
        top: 10px
    }

    .btn-gift img {
        width: 59px;
        height: auto;
        padding: 0
    }

    .seg04 .venueLoc .w-100 h5 {
        font-size: 16px
    }

    .btn-form {
        font-size: 14px !important
    }
}

@media (max-width:767px) {
    .judulInfo {
        font-size: 26px
    }

    .wthPIC {
        width: 175px
    }

    .wthICN30 {
        width: 30%
    }

    .wthICN25 {
        width: 25%
    }

    .wthICN20 {
        width: 20%
    }

    .timerDemo.judulSlideSub {
        font-size: 14px
    }

    .textColorized img {
        height: 30px
    }

    .seg01 .verses {
        font-size: 15px;
        line-height: 17.5px
    }

    .seg01 .verses .judulTextSub {
        font-size: 15px
    }

    .seg01 .judulSlideSub {
        font-size: 15px;
        line-height: 14.2pt;
        text-align: center;
        width: 85% !important;
        position: unset;
        top: unset
    }

    .seg01 .header {
        width: unset !important;
        height: auto !important;
        margin-top: 15px !important
    }

    .seg01 .logo-head {
        width: 75px
    }

    .seg01 .judulSlide img {
        max-width: 250px
    }

    .seg01 .head-photo {
        display: flex;
        flex-direction: row;
        width: auto;
        height: auto
    }

    .seg01 .head-photo img {
        width: 100%;
        max-width: 190px;
        height: auto
    }

    .seg02 .judulTextSub {
        font-size: 13px;
        line-height: 24px
    }

    .seg02 img.logo-name {
        max-width: 320px
    }

    .seg02 .w-75 .mw-45 {
        max-width: 90%
    }

    .seg02 .logo-name {
        width: 100% !important
    }

    .seg03half {
        position: relative
    }

    .seg03half .img-object {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1
    }

    .seg03half .img-object.top {
        top: -55px
    }

    .seg03half .img-object.bottom {
        bottom: -46px
    }

    .seg03 {
        min-height: unset !important
    }

    .seg03 .event-date {
        font-size: 14pt !important
    }

    .seg04 .innerS4 {
        padding: 0 !important
    }

    .seg04 .venueLoc .schedule-Card {
        max-width: 400px;
        padding: .5rem
    }

    .seg05 .innerText {
        padding: 0 !important
    }

    .seg05 .frame-object {
        position: absolute;
        right: 0;
        bottom: -70px;
        z-index: 1;
        width: auto;
        height: 230px
    }

    .seg06 .inner06,
    .seg06 .innerS6 {
        padding: 0 !important
    }

    .seg06 .w-75 {
        width: 90% !important
    }

    .seg06 p.judulTextSub {
        line-height: 23pt
    }

    .seg06 .protocolList {
        width: 100%
    }

    .seg06 .protocolList>* {
        flex: 1 1 190px !important;
        margin-left: .5rem !important;
        margin-right: .5rem !important;
        margin-bottom: 2rem !important
    }

    .seg06 p.judulTextSub {
        max-width: unset;
        text-align: center;
        line-height: unset;
        margin: 10px auto 35px
    }

    .seg06 #elecGiv h3 {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 30px !important
    }

    .seg07 .personalMsg .personalMsg01 .rsvpBtnPage>button {
        max-width: 200px !important
    }

    .seg09 p {
        padding: 0 !important
    }

    .seg09 .footerLogo {
        max-width: 140px !important
    }

    .seg09 video {
        margin-bottom: 90px !important
    }

    .seg09 .container {
        width: 80% !important;
        padding: 0
    }

    .seg09 h1 {
        font-size: 26px;
        margin-bottom: unset
    }

    .seg09 p {
        max-width: 312px !important;
        font-size: 14px;
        letter-spacing: .4px
    }

    .seg09 img {
        max-width: 112px
    }

    .seg09 a {
        position: absolute;
        bottom: 20px
    }

    .howto {
        font-size: 12px
    }

    .connectiedCarousel .owl-carousel .owl-stage-outer {
        padding-left: 80px !important
    }

    .locMap {
        min-height: unset !important
    }

    .locMap>iframe {
        width: 100% !important;
        height: 170px !important;
        max-width: unset !important
    }

    .fancybox-slide,
    .invFrontModal.msgPersonPM.fancybox-content {
        width: 100% !important;
        border-radius: 0 !important;
        padding: 0 !important
    }
}

@media (max-width:450px) {
    .seg01 {
        background: url(https://connectied.id/events/darrenrini/img/bgheaderm.webp!important);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    seg02 {
        background-size: 31%, 51%
    }

    .seg06 {
        background-size: 50%, 60%
    }

    .seg04 .venueLoc>* {
        font-size: 14px
    }

    .seg04 .venueLoc .event {
        min-width: 120px !important
    }

    .seg09 p {
        font-size: 13px
    }

    .rsvpMenu .card-body .text-center span,
    .rsvpMenuD0 {
        font-size: 15px
    }

    .venueLoc .w-100 h5 {
        font-size: 22px
    }

    .event {
        min-width: 130px
    }
}

@media (min-width:376px) and (max-width:405px) {
    .seg04 .venueLoc .w-100.text-left .w-100 h5 {
        font-size: 22px;
        text-align: center
    }

    .seg04 .venueLoc .w-100.text-left .information .event,
    .seg04 .venueLoc .w-100.text-left .information div {
        min-width: unset
    }

    .seg04 .venueLoc .w-100.text-left .information div,
    .seg04 .venueLoc .w-100.text-left .information i {
        font-size: 18px;
        padding-right: 5px !important
    }

    .seg04 .venueLoc .w-100.text-left .information div,
    .seg04 .venueLoc .w-100.text-left .information p {
        font-size: 11px
    }
}

@media (max-width:376px) {
    .judulTextSub {
        font-size: 14px;
        line-height: 21px !important
    }

    .judulInfo {
        font-size: 54px;
        line-height: 25px
    }

    .innerS2 .judulTextSub.content01 {
        padding: 0 20px;
        font-size: 14px !important
    }

    .innerS3 .judulTextSub.content01 {
        padding: 0 0;
        line-height: 28px !important
    }

    .connectiedCarousel .owl-carousel .owl-stage-outer {
        padding-left: 90px !important
    }

    .seg01 .head-photo img {
        width: 100%;
        max-width: 170px;
        height: auto
    }

    .seg03 {
        min-height: unset !important
    }

    .seg03 .event-date {
        font-size: 22px !important
    }

    .seg03 .timerDemo div {
        margin: 8px 8px !important;
        padding: 15px 5px;
        width: 70px;
        height: 70px;
        border-radius: 8px;
        box-shadow: unset
    }

    .seg03 .timerDemo>.countDay,
    .seg03 .timerDemo>.countHr,
    .seg03 .timerDemo>.countMin,
    .seg03 .timerDemo>.countSec {
        font-size: 18px;
        font-weight: 300
    }

    .seg03 .timerDemo>.countDay>p,
    .seg03 .timerDemo>.countHr>p,
    .seg03 .timerDemo>.countMin>p,
    .seg03 .timerDemo>.countSec>p {
        font-size: 13px;
        font-weight: 300;
        color: #5d3749;
        letter-spacing: normal
    }

    .seg04 .venueLoc .w-100.text-left .w-100 h5 {
        font-size: 20px;
        text-align: center
    }

    .seg04 .venueLoc .w-100.text-left .information .event,
    .seg04 .venueLoc .w-100.text-left .information div {
        min-width: unset !important
    }

    .seg04 .venueLoc .w-100.text-left .information div,
    .seg04 .venueLoc .w-100.text-left .information i {
        font-size: 18px;
        padding-right: 5px !important
    }

    .seg04 .venueLoc .w-100.text-left .information div,
    .seg04 .venueLoc .w-100.text-left .information p {
        font-size: 11px
    }

    #giftModal .m-auto.shadow,
    #greetingModal .m-auto.shadow,
    #menu01Modal .m-auto.shadow {
        min-width: 288px
    }

    .seg06 .protocolList>* {
        flex: 1 1 190px !important;
        margin-left: .1rem !important;
        margin-right: .1rem !important;
        margin-bottom: 2rem !important
    }
}

@media (max-width:360px) {

    .innerS5 .judulText,
    thumb {
        margin: 0
    }

    section .innerText {
        position: relative;
        width: 100%;
        left: unset;
        text-align: left;
        padding: 20px !important;
        padding-top: 0 !important
    }

    .rsvpBtnPage {
        margin: 0 !important;
        padding: 5px 5px 5px 5px !important
    }

    .rsvpBtnPage>.btn-rsvp {
        width: 58px !important;
        line-height: 12px !important
    }

    .BGbtn-form[aria-expanded=true] {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .BGbtn-form2 {
        width: 80px;
        height: 70px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .BGbtn-form2>.btn-rsvp {
        margin: auto !important
    }

    .BGbtn-form>.btn-rsvp {
        font-size: 10px !important;
        padding: 5px 0 0 0 !important
    }

    .logo-icon {
        margin-top: 0;
        margin-bottom: 4px;
        width: 150px
    }

    .judulInfo {
        font-size: 24px
    }

    .judulTextSub {
        font-size: 14px;
        line-height: 21px
    }

    .subJudulInfo {
        font-size: 18px !important
    }

    .innerS1 .judulTextSub.content01 {
        padding: 0 10px
    }

    .innerS2 .judulTextSub.content01 {
        padding: 0 0;
        font-size: 14px !important
    }

    .innerS3 .judulTextSub.content01 {
        padding: 0 0;
        line-height: unset !important
    }

    .connectiedCarousel .owl-carousel .owl-stage-outer {
        padding-left: 77px !important
    }

    .seg01 .head-photo img {
        width: 100%;
        max-width: 140px;
        height: auto
    }

    .seg01 .judulSlide {
        font-size: 45px;
        height: 105px;
        line-height: 85px
    }

    .seg01 .judulSlide span {
        font-size: 30px;
        padding: 0 8px
    }

    .seg01 .judulSlideSub {
        margin: 0
    }

    .seg03 .timerDemo>.countHr,
    .seg03 .timerDemo>.countMin {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .seg03 .timerDemo>.countDay {
        margin-left: 0 !important
    }

    .seg03 .timerDemo>.countSec {
        margin-right: 0 !important
    }

    .seg04 .inner04,
    .seg04 .mainGallery {
        padding: 0 !important
    }

    .seg04 .schedule-Card h5 {
        font-size: 21px !important;
        margin: 0
    }

    .seg04 .schedule-Card h5 {
        font-size: 21px !important;
        margin: 0
    }

    .seg04 .schedule-Card .flex-shrink-1 {
        display: none
    }

    .seg04 .schedule-Card .time {
        padding: 10px !important;
        font-size: 12px !important
    }

    .protocols .item-icon {
        max-width: 102px
    }

    .seg07 .personalMsgL {
        min-height: 320px
    }

    .seg08 .giftBtn {
        font-size: 12px
    }
}

@media (min-width:1260px) {
    .seg01 .header li {
        float: left
    }

    .seg01 .header li a {
        font-family: MaisonNeue;
        font-size: 12px;
        font-weight: 300;
        padding: 17px 10px !important;
        color: #383532 !important;
        text-transform: uppercase;
        display: inline-block;
        position: relative
    }

    .seg01 .header li a.active {
        font-weight: 600;
        color: #383532 !important
    }

    .seg01 .header li a:hover::before {
        content: '.';
        font-size: 60px;
        display: inline-block;
        position: absolute;
        bottom: -.35em;
        left: 0;
        text-align: center;
        width: 100%
    }
}

@media (min-width:1024px) {
    .seg01 .header li {
        float: left
    }

    .seg01 .header li a {
        font-family: MaisonNeue;
        font-size: 16px;
        font-weight: 300;
        padding: 5px 8px;
        color: #fff !important;
        text-transform: uppercase;
        display: inline-block;
        position: relative
    }

    .seg01 .header li a.active,
    .seg01 .header li a:hover {
        font-weight: 300;
        color: #405422 !important
    }

    .seg01 .header li a:hover::before {
        content: '.';
        font-size: 60px;
        display: inline-block;
        position: absolute;
        bottom: -.35em;
        left: 0;
        text-align: center;
        width: 100%;
        color: #405422 !important
    }

    .seg01 .header .menu {
        clear: none;
        max-height: none;
        display: inline-block
    }

    .seg01 .header .menu-icon {
        display: none
    }

    .seg01 .header>.menu li:first-child {
        display: none
    }
}

@media (min-width:767px) and (max-width:768px) {
    .seg01 .logo-head {
        max-width: 138px
    }

    .seg01 .logo-name {
        max-width: 476px
    }
}

@media (min-width:320px) and (max-width:768px) {

    .personalMsg .personalMsg02,
    .personalMsg .personalMsg02 .personalMsg01-form>.text-left h4,
    .personalMsg .personalMsg02 .personalMsg01-form>.text-left p {
        font-size: 13px
    }

    .personalMsg .personalMsg02 .personalMsg01-form .form-control,
    .personalMsg .personalMsg02 .personalMsg01-form .form-control::placeholder {
        height: 40px !important;
        font-size: 13px !important
    }

    .personalMsg .btn-form-outline {
        height: 40px !important;
        font-size: 13px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .k-upload .k-dropzone {
        padding: 3px 3px !important
    }
}

.butterfly-frame {
    width: 100%;
    max-width: 920px;
    height: 100%;
    position: absolute
}

.butterfly1 {
    width: 100%;
    max-width: 11%;
    height: auto;
    transform: rotateZ(335deg);
    transform-origin: 50% 50%;
    position: absolute;
    right: 9%;
    top: 24%;
    z-index: 1
}

.butterfly1 .btwing {
    animation-name: flap-1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.08, 1.47, .65, -.68)
}

.butterfly1 img {
    width: 100%
}

.butterfly2 {
    width: 100%;
    max-width: 10%;
    height: auto;
    transform: rotateZ(30deg);
    transform-origin: 50% 50%;
    position: absolute;
    left: 41%;
    bottom: 1%;
    z-index: 1
}

.butterfly2 .btwing {
    animation-name: flap-3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.butterfly2 img {
    width: 100%
}

.butterfly3 {
    width: 100%;
    max-width: 13%;
    height: auto;
    transform: rotateZ(22deg);
    transform-origin: 50% 50%;
    position: absolute;
    left: 6%;
    top: 37%;
    z-index: 1
}

.butterfly3 .btwing {
    animation-name: flap-2;
    animation-duration: 4s;
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.butterfly3 img {
    width: 100%
}

@keyframes flap-1 {
    0% {
        transform: rotateY(0)
    }

    50% {
        transform: rotateY(-80deg)
    }

    100% {
        transform: rotateY(0)
    }
}

@keyframes flap-2 {
    0% {
        transform: rotateY(0)
    }

    30% {
        transform: rotateY(0)
    }

    50% {
        transform: rotateY(80deg)
    }

    70% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(0)
    }
}

@keyframes flap-3 {
    0% {
        transform: rotateY(0)
    }

    50% {
        transform: rotateY(-80deg)
    }

    70% {
        transform: rotateY(-80deg)
    }

    100% {
        transform: rotateY(0)
    }
}

.scroll-down a span.test {
    width: 20px;
    height: 20px;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrollDown 2s infinite;
    animation: scrollDown 2s infinite;
    box-sizing: border-box;
    box-shadow: -3px 3px 5px -2px #00000030
}

.seg09{
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  min-height: 100vh;
  position: relative;
  overflow: hidden;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


/* move your old padding here instead */
.seg09 .thankyou{
  padding: 0 30px;
  flex: 1 0 auto;
}

/* keep your gradient overlay */
.seg09::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    180deg,
    #40542200 0%,
    #4054226e 50%,
    #405422bf 70%,
    #405422d9 80%,
    #405422ff 100%
);
  z-index:0;
  pointer-events:none;
}

.seg09 > *{
  position: relative;
  z-index: 1;
}

.seg09 > a{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}