body {
    /* 2.6.1 */
    background-color: #fff;
}

main {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

main::before {
    display: none;
}

footer,
.footer-cta {
    display: none;
}

.section-inner {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.section.section-article {
    margin: 0;
}

nav,
.nav {
    display: none;
}

.desktop-tools {
    display: none !important;
}

.choosing-bank-db-header {
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    box-shadow: 0px 0px 4px 0 rgba(188, 188, 188, 0.4);
    z-index: 9;
}

.choosing-bank-db-header img {
    height: 21px;
}

.choosing-bank-db-header .centered {
    height: inherit;
    padding: 0 16px;
    margin: auto;
    max-width: 1416px;
}

.choosing-bank-db-header a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: #003755;
}

.choosing-bank-db-header .close {
    float: right;
}

@media screen and (min-width: 1401px) {
    .choosing-bank-db-header {
        height: 90px;
    }

    .choosing-bank-db-header img {
        height: 30px;
    }
}

.choosing-bank-step-container h3 {
    /*Sorry, these goes against cvi and website*/
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
}

.choosing-bank-step-container h3.disp-2 {
    padding: 12px 0;
    font-size: 22px;
    margin-bottom: 0;
}

.choosing-bank-step-container h3.normal-weight span {
    font-family: inherit;
}

.choosing-bank-step-container p {
    line-height: 22px;
}

.choosing-bank-step-container p.small {
    line-height: 18px;
}

.choosing-bank-step-container p.heading {
    margin-bottom: 0;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .choosing-bank-step-container h1 {
        font-size: 30px;
    }

    .choosing-bank-step-container h3 {
        font-size: 18px;
    }
}

.no-bg {
    color: #009fda;
}

/** check-box alignment **/
.choosing-bank-step .checkbox,
.choosing-bank-step [rel="checkbox"] {
    cursor: pointer;
    margin-left: 0;
    text-align: center;
    margin-bottom: 6px;
}

.choosing-bank-step .checkbox input,
.choosing-bank-step [rel="checkbox"] input {
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
}

.checkbox .button.secondary,
[rel="checkbox"] .button.secondary {
    border: 1px solid #e0e3e4;
    background-color: #fff;
    border-radius: 2px;
    transition: all ease-in-out 300ms;
    display: block;
    color: #009fda;
    font-size: 16px;
    position: relative;
    padding: 18px;
    line-height: 1;
    height: auto;
    white-space: normal;
}

.choosing-bank-step .checkbox .button.secondary:after,
.choosing-bank-step [rel="checkbox"] .button.secondary:after {
    border-radius: 2px !important;
    height: auto;
}

.choosing-bank-step .checkbox .button.secondary span,
.choosing-bank-step [rel="checkbox"] .button.secondary span {
    color: #406980;
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.choosing-bank-step .checkbox input:checked + .button.secondary,
.choosing-bank-step [rel="checkbox"] input:checked + .button.secondary,
.choosing-bank-step .checkbox:focus input + .button.secondary,
.choosing-bank-step [rel="checkbox"]:focus input + .button.secondary,
.choosing-bank-step .checkbox:active input + .button.secondary,
.choosing-bank-step [rel="checkbox"]:active input + .button.secondary {
    background-color: #009fda !important;
    border-color: #009fda !important;
    color: #fff !important;
}

.choosing-bank-step .form-wrap {
    margin-top: 10px;
}

.choosing-bank-step .form-field {
    margin-bottom: 6px;
    text-align: left;
}

.choosing-bank-step .form-field label {
    font-family: "Danske Text v2", sans-serif;
    color: #003755;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
}

.choosing-bank-step .form-field input {
    margin-top: 6px;
    margin-bottom: 10px;
}

.choosing-bank-step input[type="checkbox"] {
    margin-left: -4px;
}

.choosing-bank-step
    input[type="text"]:not(#choosing-bank-advdep-search):not(#choosing-bank-advdep-search-show):not(#final-additional-comment),
.choosing-bank-step input[type="email"],
.choosing-bank-step .form-error {
    max-width: 500px;
}

.choosing-bank-step select {
    height: 48px;
    width: 100%;
    max-width: 500px;
    padding-left: 16px;
    display: block;
}

.normal-weight {
    font-weight: normal;
}
.bold-weight {
    font-weight: bold;
}

.small {
    font-size: 14px;
    font-style: normal;
}

.topic-container .button.secondary {
    text-align: left;
    font-size: 16px;
    padding-right: 54px;
}

.topic-container .button.secondary:before {
    display: block;
    content: "";
    background-image: url("/-/media/files/group/book-meeting/checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    margin-top: 6px;
    opacity: 0;
    transition: all 350ms;
}

@media screen and (max-width: 500px) {
    .topic-container .button.secondary:before {
        margin-top: -4px;
    }
}

.topic-container .checkbox .button.secondary:after,
.topic-container [rel="checkbox"] .button.secondary:after,
.choosing-bank-step .checkbox .button.secondary:after,
.choosing-bank-step [rel="checkbox"] .button.secondary:after {
    display: none;
}

.choosing-bank-step .checkbox input:checked + .button.secondary,
.choosing-bank-step [rel="checkbox"] input:checked + .button.secondary,
.choosing-bank-step .checkbox:focus input + .button.secondary,
.choosing-bank-step [rel="checkbox"]:focus input + .button.secondary,
.choosing-bank-step .checkbox:active input + .button.secondary,
.choosing-bank-step [rel="checkbox"]:active input + .button.secondary {
    background-color: #fff !important;
    color: #003755 !important;
    border-color: #e0e3e4 !important;
}

.choosing-bank-step .checkbox input:checked + .button.secondary:before,
.choosing-bank-step [rel="checkbox"] input:checked + .button.secondary:before,
.choosing-bank-step .checkbox:focus input + .button.secondary:before,
.choosing-bank-step [rel="checkbox"]:focus input + .button.secondary:before,
.choosing-bank-step .checkbox:active input + .button.secondary:before,
.choosing-bank-step [rel="checkbox"]:active input + .button.secondary:before {
    opacity: 1;
}

.choosing-bank-step .button:after {
    border: none;
}

.subtopics {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
    color: #003755;
}

.subtopics li {
    margin: 0;
    padding: 12px 0;
    text-align: left;
    border-bottom: solid 1px #eff0f1;
}

.subtopics li input[type="checkbox"] {
    position: absolute;
}

.subtopics li input[type="text"] {
    display: none;
    margin-top: 12px;
    width: calc(100% - 10px);
    max-width: 100% !important;
}

.subtopics li label {
    display: block;
}

.subtopics li label:before {
    float: right;
    /*width:16px;
    height:16px;
    padding:1px;*/
    padding: 1px;
    font-size: 0.75rem;
}

.main-topic {
    line-height: 28px;
    color: #003755;
    /* these two are not the actual sizes, but are used for transitioning. Actual sizes kicks in when "active"-class is added to info-layer */
    font-size: 16px;
    padding-left: 24px;
    transition: all 350ms;
}

.main-topic span {
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #406980;
}

.info-layer.active .main-topic {
    font-size: 22px;
    padding-left: 0;
}

.info-layer > .button-group,
.choosing-bank-step > .button-group {
    display: none;
}

.info-layer.active > .button-group,
.choosing-bank-step.active > .button-group {
    display: block;
}

/**/
.choosing-bank-header {
    height: 94px;
    position: relative;
    overflow: hidden;
    margin-top: 82px;
}

@media screen and (max-width: 1400px) {
    .choosing-bank-header {
        height: 94px;
        margin-top: 38px;
    }
}

.choosing-bank-header a {
    float: left;
    margin: 60px auto auto 60px;
    color: #053754;
    font-size: 22px;
    z-index: 2;
    position: relative;
    opacity: 0;
    display: none;
}

@media screen and (max-width: 1400px) {
    .choosing-bank-header h1 {
        padding: 0 12px;
    }

    .choosing-bank-header a {
        margin: 30px auto auto 36px;
    }
}

.choosing-bank-header h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .choosing-bank-header h1 {
        font-size: 1.75rem;
    }
}

.choosing-bank-header h1.appended {
    opacity: 0;
    left: 100vw;
}

.choosing-bank-header h1.prepended {
    opacity: 0;
    left: -100vw;
}

.choosing-bank-step-container {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 164px - 90px);
}

.choosing-bank-step {
    position: absolute;
    width: 100%;
    left: 100vw;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    min-height: inherit;
    padding-bottom: calc(72px + 12vh);
}

.choosing-bank-step .row {
    min-width: 100%;
}

.choosing-bank-step:not(.calendar-step) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: calc(
        164px + 90px
    ); /* header height + footer height + header padding adjustment */
}

@media screen and (max-width: 768px) {
    .choosing-bank-step-container {
        min-height: calc(100vh - 124px - 48px);
    }

    .choosing-bank-step-container .topic-step {
        min-height: calc(100vh) !important;
    }

    .choosing-bank-step:not(.calendar-step) {
        padding-bottom: calc(
            34px + 102px
        ); /* header height + footer height + header padding adjustment */
        padding-bottom: calc(124px + 48px);
    }
}

.choosing-bank-step.location-step > .row {
    position: relative;
}

/*.choosing-bank-step:first-of-type {
    left:0;
    opacity: 1;
    height:auto;
}*/
.choosing-bank-info {
    top: 100vh;
    opacity: 0;
    display: none;
}

.choosing-bank-step .button-group,
.button-group-alert {
    bottom: 0;
    padding-top: 24px;
    padding-bottom: 12vh;
    margin-bottom: 0;
    margin-left: 30px;
    position: fixed;
    width: calc(100% - 48px);
    text-align: center;
    left: 0;
    font-size: 16px;
    background: #fff;
    z-index: 2;
    opacity: 0;
    transition: all 350ms;
}

.choosing-bank-step.active {
    position: relative;
}

.choosing-bank-step.active:before,
.choosing-bank-step.active:after {
    content: " ";
    display: table;
}

.choosing-bank-step.active > .button-group {
    z-index: 3;
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
}

#final-additional-comment {
    border-color: rgba(0, 0, 0, 0.2);
}

#final-additional-comment::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #555;
}

#final-additional-comment:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555;
    opacity: 1;
}

#final-additional-comment::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555;
    opacity: 1;
}

#final-additional-comment:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}

@media screen and (max-width: 768px) {
    .choosing-bank-step .button-group,
    .button-group-alert {
        width: 100%;
        padding-bottom: 12px;
        padding-top: 12px;
        margin-left: 6px;
    }
}

.choosing-bank-step .button-group .row {
    margin-top: 30px;
}

.choosing-bank-step .button-group .cta:disabled {
    border-color: #e0e3e4 !important;
    background-color: #eff0f1 !important;
    color: #93989c !important;
}

.choosing-bank-step .button-group .cta:disabled:hover {
    box-shadow: none;
}

.choosing-bank-step .button-group .arrow-link.prev-step .icon-image,
.choosing-bank-step .button-group .arrow-link.spec-step .icon-image,
.choosing-bank-step .button-group .arrow-link.close-info-layer .icon-image {
    margin-right: 6px;
}

.choosing-bank-step .button-group .arrow-link.prev-step .icon-image svg,
.choosing-bank-step .button-group .arrow-link.spec-step .icon-image svg,
.choosing-bank-step .button-group .arrow-link.close-info-layer .icon-image svg {
    transform: rotate(180deg);
}

.choosing-bank-step .input-set {
    margin-bottom: 0;
}

.choosing-bank-step a,
.soft-alert-info p a {
    text-decoration: none;
    color: #009fda;
}

.choosing-bank-step a .icon-image {
    margin-left: 6px;
}

.choosing-bank-step .button-group .button,
.choosing-bank-step .button-group a,
.button-group-alert a {
    /*display:inline-block;*/
    /*margin:auto 12px;*
    /*max-width:80%;
    min-width:140px;*/
    min-width: 140px;
}

@media screen and (max-width: 768px) {
    .choosing-bank-step .button-group a + .button,
    .button-group-alert a + .button {
        max-width: calc(50% - 36px);
        min-width: 1px;
    }
}

.button-group a.button {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .section-inner {
        padding: 0 !important;
    }

    .choosing-bank-step {
        padding-left: 24px;
        padding-right: 24px;
    }

    .choosing-bank-step .info-layer {
        width: calc(100% - 48px);
    }

    .choosing-bank-step .info-layer.booking-failed-info {
        width: calc(100%);
    }

    .choosing-bank-step.calendar-step {
        padding-left: 0;
        padding-right: 0;
    }

    .choosing-bank-step.calendar-step
        > .row:not(.advdep-search-show)
        > .column {
        padding-left: 0;
        padding-right: 0;
    }

    .choosing-bank-step.calendar-step .info-layer,
    .choosing-bank-step.calendar-step .search-layer,
    .choosing-bank-step.calendar-step .advdep-search-show {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }
}

.row.margin-bottom {
    margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .row.margin-bottom {
        margin-bottom: 6px;
    }
}

.row.ensure-margin .column {
    margin-bottom: 6px;
}

.choosing-bank-step.approve {
    padding-left: 0;
    padding-right: 0;
}

.choosing-bank-step.approve h4 {
    padding-left: 18px;
}

.choosing-bank-step.approve .bordered-box {
    border: solid 1px #e0e3e4;
    padding: 18px;
    margin-bottom: 24px;
    background: #f7fafc;
}

.choosing-bank-step.approve .text-right,
.choosing-bank-step.approve .approve-email,
.choosing-bank-step.approve .approve-participant-email {
    color: #003755;
    word-break: break-word;
}

.choosing-bank-step.approve .text-right span.small {
    max-width: 440px;
    width: 100%;
    margin-bottom: 6px;
    color: #7f9baa;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    float: right;
}

.choosing-bank-step.approve .text-right.advisor {
    line-height: 18px;
}

.choosing-bank-step.approve .text-right.advisor .round {
    margin-left: 12px;
    float: right;
    line-height: 16px;
}

.choosing-bank-step.approve .text-right.advisor em {
    color: #406980;
}

.choosing-bank-step.approve .bordered-box + input {
    max-width: 100% !important;
}

.choosing-bank-step .topic-container {
    margin-bottom: 6px;
}

.choosing-bank-step input + .icon-image {
    position: absolute;
    right: 20px;
    top: 35px;
    padding: 4px;
    width: 28px;
    height: 28px;
    background: #fff;
}

.choosing-bank-step input + .icon-image svg {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #009fda;
}

.choosing-bank-step .show-search .icon-image svg {
    stroke: none;
    fill: #009fda;
}

.info-layer {
    position: absolute;
    background: #fff;
    top: 100%;
    height: 100%;
    width: 100%;
}

.search-layer {
    position: absolute;
    background: #fff;
    top: 100%;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.search-layer .column,
.advdep-search-show .column {
    position: relative;
}

.info-layer.active,
.search-layer.active {
    z-index: 4;
}

.info-layer.active .button-group,
.search-layer.active .button-group {
    z-index: 4;
    opacity: 1;
    background: rgba(255, 255, 255, 0.65);
}

.info-layer.active .button-group .button.secondary {
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 7%,
        hsla(0, 0%, 50%, 0.2) 50%,
        hsla(0, 0%, 80%, 0.2)
    );
}

.info-layer.info-layer-unknown-cpr,
.info-layer.info-layer-privatebanking,
.info-layer.info-layer-under18 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: calc(
        164px + 90px
    ); /* header height + footer height + header padding adjustment */
}

@media screen and (max-width: 768px) {
    .info-layer.info-layer-unknown-cpr,
    .info-layer.info-layer-privatebanking,
    .info-layer.info-layer-under18 {
        padding-bottom: calc(124px + 48px);
    }
}

#choosing-bank-advdep-search-container {
    margin-top: 12px;
    padding: 0 33px 0 17px;
}

#choosing-bank-advdep-search-container .result-advisors,
#choosing-bank-advdep-search-container .result-branches,
#choosing-bank-advdep-search-container .result-nohits {
    display: none;
    padding: 0;
}

#choosing-bank-advdep-search-container h5 {
    font-size: 14px;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 0;
    color: #406980;
}

#choosing-bank-advdep-search-container ul {
    margin: 14px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#choosing-bank-advdep-search-container ul li {
    margin: 0;
    border-bottom: solid 1px #eff0f1;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
}

#choosing-bank-advdep-search-container ul li a {
    display: block;
    padding: 18px 0;
}

#choosing-bank-advdep-search-container ul li a,
#choosing-bank-advdep-search-container ul li a * {
    transition: all 300ms ease;
    font-size: 14px;
}

#choosing-bank-advdep-search-container ul li a span {
    float: right;
    color: #406980;
    text-align: right;
    max-width: 28%;
}

/*#choosing-bank-advdep-search-container ul li a img {width:40px;height:40px;border-radius:20px;margin-right:12px;vertical-align:middle;float:left;}*/
#choosing-bank-advdep-search-container ul li a .round {
    margin-left: 12px;
}

#choosing-bank-advdep-search-container ul li a em {
    font-style: normal;
    color: #406980;
    font-size: 14px;
}

#choosing-bank-advdep-search-container ul li a strong {
    font-weight: normal;
    color: #406980;
}

#choosing-bank-advdep-search-container
    ul
    li
    a:not(:disabled):not(.disabled):hover {
    background: #003755;
}

#choosing-bank-advdep-search-container
    ul
    li
    a:not(:disabled):not(.disabled):hover,
#choosing-bank-advdep-search-container
    ul
    li
    a:not(:disabled):not(.disabled):hover
    * {
    color: #fff !important;
}

#choosing-bank-advdep-search-container ul li a:disabled,
#choosing-bank-advdep-search-container ul li a.disabled,
#choosing-bank-advdep-search-container ul li a:disabled *,
#choosing-bank-advdep-search-container ul li a.disabled * {
    cursor: default;
    color: #d0d4d6 !important;
}

#choosing-bank-advdep-search-container .result-branches ul li {
    padding-bottom: 6px;
}

#choosing-bank-advdep-search-container .result-branches ul li a span {
    max-width: 55%;
}

@media screen and (max-width: 768px) {
    #choosing-bank-advdep-search-container {
        padding: 0;
    }
}

input#location-search {
    background: #fff;
    transition: all 350ms;
}

ul#location-search-results {
    margin: 12px 0 0 0;
    padding: 0;
    list-style-type: none;
}

ul#location-search-results li {
    margin: 0;
    padding: 12px 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    transition: all 350ms;
}

ul#location-search-results li a {
    display: block;
    padding: 0 17px 12px;
    border-bottom: solid 1px #eff0f1;
    color: #003755;
    transition: all 350ms;
}

ul#location-search-results li a span {
    margin-left: 24px;
    display: inline;
    font-size: 14px;
    color: #003755;
    transition: all 350ms;
}

ul#location-search-results li a i {
    color: #009fda !important;
    font-style: normal;
}

ul#location-search-results li:hover {
    background: #003755;
}

ul#location-search-results li:hover a,
ul#location-search-results li:hover a span {
    color: #fff;
}

/*CALENDAR STUFF*/
.choosing-bank-step.calendar-step .chosen {
    padding-left: 36px;
    padding-right: 36px;
}

@media screen and (min-width: 768px) {
    .choosing-bank-step.calendar-step .chosen {
        padding-left: 64px;
        padding-right: 64px;
    }
}

.choosing-bank-step.calendar-step .chosen .round {
    margin-right: 12px;
    float: left;
}

.choosing-bank-step.calendar-step .chosen p {
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 20px;
    color: #003755;
    display: inline-block;
    vertical-align: middle;
}

.choosing-bank-step.calendar-step .chosen p .small {
    color: #406980;
    line-height: 16px;
    display: block;
}

.choosing-bank-step.calendar-step .reset-chosen {
    display: none;
    position: absolute;
    right: 12px;
    top: 32px;
}

.advisor-branch-search-container {
    position: relative;
}

.choosing-bank-calendar-tabs {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-top: 42px;
    padding: 24px 24px 6px 24px;
    background: #f3f5f4;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .choosing-bank-calendar-tabs {
        margin-top: 24px;
    }
}

.choosing-bank-calendar-tabs a {
    text-align: center;
    padding: 0 !important;
    color: #003755;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    flex-grow: 1;
    position: relative;
    transition: all ease 350ms;
    background: #e8ebea;
    font-weight: 700;
    max-width: 160px;
}

.choosing-bank-calendar-tabs a.selected {
    background: #003755;
    color: #fff;
}

.choosing-bank-calendar-tabs a:first-of-type {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}

.choosing-bank-calendar-tabs a:last-of-type {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}

.choosing-bank-calendar-tabs a.disabled {
    color: #f3f5f4;
    cursor: none;
}

#choosing-bank-calendar-title {
    display: none;
}

#choosing-bank-calendar-title span {
    text-align: center;
    padding: 0 !important;
    color: #003755;
    font-size: 20px;
    line-height: 42px;
    height: 42px;
    flex-grow: 1;
    position: relative;
    transition: all ease 350ms;
    background: #f3f5f4;
    font-weight: 700;
    max-width: 160px;
    border-radius: 21px;
}

@media screen and (min-width: 1160px) {
    .choosing-bank-calendar,
    .choosing-bank-calendar-tabs {
        min-width: 760px;
    }
}

.choosing-bank-calendar .calendar-navigation {
    background-color: #f3f5f4;
    color: #003755;
    padding: 18px 0 12px;
}

.choosing-bank-calendar .calendar-navigation .month-name {
    padding: 12px 0;
    color: #a6adb0;
}

.choosing-bank-calendar .calendar-navigation .week {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
    justify-content: space-around;
}

.choosing-bank-calendar
    .calendar-navigation
    .week
    a:not(.next-week):not(.prev-week) {
    min-width: 62px;
    height: 62px;
    color: #003755;
    font-size: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 18px;
    transition: all ease 350ms;
}

.choosing-bank-calendar .calendar-navigation .week a.next-week {
    position: absolute;
    color: #003755;
    font-size: 32px;
    right: -8px;
    padding-right: 0;
    top: 14px;
}

.choosing-bank-calendar .calendar-navigation .week a.next-week i {
    left: 0;
    top: 0;
    margin: 0;
}

.choosing-bank-calendar .calendar-navigation .week a.next-week i svg {
    stroke: #003755;
    fill: #003755;
}

.choosing-bank-calendar .calendar-navigation .week a.prev-week {
    position: absolute;
    color: #003755;
    font-size: 32px;
    left: -8px;
    display: inline-block;
    padding-right: 0;
    top: 14px;
}

.choosing-bank-calendar .calendar-navigation .week a.prev-week i {
    left: 0;
    top: 0;
    margin: 0;
}

.choosing-bank-calendar .calendar-navigation .week a.prev-week i svg {
    transform: rotate(180deg);
    stroke: #003755;
    fill: #003755;
}

.choosing-bank-calendar .calendar-navigation .week a em {
    font-size: 14px;
    color: #a6adb0;
    display: block;
    margin-top: 4px;
    font-style: normal;
}

.choosing-bank-calendar
    .calendar-navigation
    .week
    a:not(.next-week):not(.prev-week).selected {
    background: #003755;
    color: #fff;
}

.choosing-bank-calendar
    .calendar-navigation
    .week
    a:not(.next-week):not(.prev-week).selected
    em {
    color: #fff;
}

.choosing-bank-calendar
    .calendar-navigation
    .week
    a:not(.next-week):not(.prev-week)[disabled] {
    color: #a6adb0;
    cursor: default;
}

.choosing-bank-calendar .calendar-navigation .intervals {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: solid 1px #e6e8e9;
    margin-top: 18px;
}

.choosing-bank-calendar .calendar-navigation .intervals a {
    min-width: 96px;
    height: 32px;
    color: #003755;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 16px;
    transition: all ease 350ms;
}

.choosing-bank-calendar .calendar-navigation .intervals a.selected {
    background: #003755;
    color: #fff;
}

.choosing-bank-calendar .calendar-navigation .intervals a[disabled] {
    color: #a6adb0;
    cursor: default;
}

.choosing-bank-calendar ul.interval-results {
    text-align: left;
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.choosing-bank-calendar ul.interval-results li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #eff0f1;
}

.choosing-bank-calendar ul.interval-results li > a {
    display: block;
    color: #003755;
    padding: 12px 0;
}

.choosing-bank-calendar ul.interval-results li > a.single-advisor {
    color: #009fda;
    padding-left: 12px;
}

.choosing-bank-calendar ul.interval-results li > a.single-advisor.selected {
    background: #003755;
    color: #fff;
}

.choosing-bank-calendar ul.interval-results li > a[disabled] {
    color: #a6adb0;
    cursor: default;
}

.choosing-bank-calendar ul.interval-results li > a svg {
    float: right;
    transition: all ease 350ms;
    margin-top: 6px;
}

.choosing-bank-calendar ul.interval-results li > a.expanded svg {
    transform: rotate(180deg);
}

.choosing-bank-calendar ul.interval-results li > div {
    display: none;
    padding-top: 6px;
}

.choosing-bank-calendar ul.interval-results li > div a {
    display: block;
    padding: 12px 0 6px;
    font-size: 18px;
    color: #009fda;
    line-height: 22px;
    transition: all ease 350ms;
}

.choosing-bank-calendar ul.interval-results li > div a[disabled] {
    opacity: 0.25;
    cursor: default;
}

.choosing-bank-calendar ul.interval-results li > div a span {
    font-size: 14px;
    transition: all ease 350ms;
    color: #003755;
    display: block;
}

.choosing-bank-calendar ul.interval-results li > div a span:last-of-type {
    margin-left: 60px;
}

.round {
    overflow: hidden;
    position: relative;
    transition: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.round img {
    position: relative;
    top: -9%;
}

.d42 {
    width: 42px;
    height: 42px;
    border-radius: 21px;
}

.d48 {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    margin-right: 12px;
    float: left;
    vertical-align: middle;
}

.d75 {
    width: 75px;
    height: 75px;
    border-radius: 37px;
}

.choosing-bank-calendar ul.interval-results li > div a.selected {
    background: #003755;
    color: #fff;
}

.choosing-bank-calendar ul.interval-results li > div a.selected span {
    color: #fff;
}

.choosing-bank-calendar ul.interval-results + svg {
    display: none;
}

.choosing-bank-alert {
    position: fixed;
    z-index: 8;
    left: 0;
    top: -150px;
    width: 100vw;
    opacity: 0;
    transition: all ease 350ms;
}

.choosing-bank-alert.show {
    top: 90px;
    opacity: 1;
}

.choosing-bank-calendar .calendar-navigation .week.n0 .prev-week {
    display: none;
}

.choosing-bank-calendar .calendar-navigation .week.nlast .next-week {
    display: none;
}

#survey-text-button {
    display: none;
}

#survey-text-button div p {
    margin-top: 32px;
}

#survey-text-button div div {
    text-align: center;
    font-size: 1.2em;
}

#gdprtext-1 {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .choosing-bank-calendar
        .calendar-navigation
        .week.n0
        a:nth-of-type(11)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n1
        a:nth-child(-n + 11):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n1
        a:nth-of-type(21)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n2
        a:nth-child(-n + 21):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n2
        a:nth-of-type(31)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n3
        a:nth-child(-n + 31):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n3
        a:nth-of-type(41)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n4
        a:nth-child(-n + 41):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n4
        a:nth-of-type(51)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n5
        a:nth-child(-n + 51):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n5
        a:nth-of-type(61)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n6
        a:nth-child(-n + 61):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n6
        a:nth-of-type(71)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n7
    a:nth-child(-n + 71):not(.next-week):not(.prev-week),
        .choosing-bank-calendar
        .calendar-navigation
        .week.n7
        a:nth-of-type(81)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
}

    .choosing-bank-calendar
        .calendar-navigation
        .week.n8
    a:nth-child(-n + 81):not(.next-week):not(.prev-week),
        .choosing-bank-calendar
        .calendar-navigation
        .week.n8
        a:nth-of-type(91)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }


    .choosing-bank-calendar
        .calendar-navigation
        .week.nlast
        a:nth-last-child(12)
        ~ a:not(.next-week):not(.prev-week) {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .choosing-bank-calendar
        .calendar-navigation
        .week.n0
        a:nth-of-type(6)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n1
        a:nth-child(-n + 6):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n1
        a:nth-of-type(11)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n2
        a:nth-child(-n + 11):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n2
        a:nth-of-type(16)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n3
        a:nth-child(-n + 16):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n3
        a:nth-of-type(21)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n4
        a:nth-child(-n + 21):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n4
        a:nth-of-type(26)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n5
        a:nth-child(-n + 26):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n5
        a:nth-of-type(31)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n6
        a:nth-child(-n + 31):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n6
        a:nth-of-type(36)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n7
        a:nth-child(-n + 36):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n7
        a:nth-of-type(41)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n8
        a:nth-child(-n + 41):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n8
        a:nth-of-type(46)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n9
        a:nth-child(-n + 46):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n9
        a:nth-of-type(51)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n10
        a:nth-child(-n + 51):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n10
        a:nth-of-type(56)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n11
        a:nth-child(-n + 56):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n11
        a:nth-of-type(61)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n12
        a:nth-child(-n + 61):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n12
        a:nth-of-type(66)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n13
        a:nth-child(-n + 66):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n13
        a:nth-of-type(71)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n14
        a:nth-child(-n + 71):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n14
        a:nth-of-type(76)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n15
        a:nth-child(-n + 76):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n15
        a:nth-of-type(81)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n16
        a:nth-child(-n + 81):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n16
        a:nth-of-type(86)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }

    .choosing-bank-calendar
        .calendar-navigation
        .week.n17
        a:nth-child(-n + 86):not(.next-week):not(.prev-week),
    .choosing-bank-calendar
        .calendar-navigation
        .week.n17
        a:nth-of-type(91)
        ~ a:not(.next-week):not(.prev-week) {
        display: none;
    }


    .choosing-bank-calendar
        .calendar-navigation
        .week.nlast
        a:nth-last-child(7)
        ~ a:not(.next-week):not(.prev-week) {
        display: flex;
    }
}

@media screen and (max-width: 800px) {
    .choosing-bank-calendar
        .calendar-navigation
        .week
        a:not(.next-week):not(.prev-week) {
        min-width: 50px;
        height: 50px;
        padding-top: 5px;
        line-height: 0.7em;
    }
}

@media screen and (min-width: 768px) {
    .choosing-bank-calendar .calendar-navigation .week {
        padding-left: 64px;
        padding-right: 64px;
    }

    .choosing-bank-calendar .calendar-navigation .week a.next-week {
        right: 12px;
    }

    .choosing-bank-calendar .calendar-navigation .week a.prev-week {
        left: 12px;
    }

    .choosing-bank-calendar .calendar-navigation .intervals {
        padding-left: 64px;
        padding-right: 64px;
    }

    .choosing-bank-calendar ul.interval-results li {
        margin: 0 14px;
    }

    .choosing-bank-calendar ul.interval-results li > div a {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        min-height: 72px;
    }
}

@media screen and (max-width: 768px) {
    .choosing-bank-calendar
        .calendar-navigation
        .week
        a:not(.next-week):not(.prev-week) {
        min-width: 56px;
        height: 56px;
    }

    .choosing-bank-calendar .calendar-navigation .week {
        padding-left: 36px;
        padding-right: 36px;
    }

    .choosing-bank-calendar .calendar-navigation .week a.next-week {
        right: 6px;
    }

    .choosing-bank-calendar .calendar-navigation .week a.prev-week {
        left: 6px;
    }

    .choosing-bank-calendar .calendar-navigation .intervals {
        padding-left: 36px;
        padding-right: 36px;
    }

    .choosing-bank-calendar ul.interval-results li > a {
        padding-left: 36px;
        padding-right: 12px;
    }

    .choosing-bank-calendar ul.interval-results li > div a {
        padding-left: 36px;
        padding-right: 36px;
    }

    .choosing-bank-alert.show {
        top: 48px;
    }
}

@media screen and (max-width: 500px) {
    .choosing-bank-step.approve .text-right span.small {
        max-width: 300px;
    }

    .choosing-bank-step.topic-step .topic-container .button.secondary span {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .choosing-bank-calendar
        .calendar-navigation
        .week
        a:not(.next-week):not(.prev-week) {
        min-width: 46px;
        height: 46px;
        padding-top: 9px;
        margin-left: 1px;
        margin-right: 1px;
        font-size: 22px;
        line-height: 0.7em;
    }

    .choosing-bank-calendar .calendar-navigation .week a em {
        font-size: 12px;
    }

    .choosing-bank-step.approve .text-right span.small {
        max-width: 200px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset;
    border: 1px solid #dbe0de !important;
}

/* PROGRESS BAR*/

.progressBar_container {
    width: 80%;
    position: relative;
    height: 15px;
}

.progressBar_div {
    display: flex;
    justify-content: center;
    margin-bottom: -48px !important;
    padding-top: 144px;
}

#progressBar_status {
    height: 24px;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #7f9baa;
}

.progressBar_status {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.progressBar_list {
    height: 6px;
    background-color: rgb(230, 232, 233);
    border-radius: 25px;
    position: relative;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
}

.progressBar {
    height: 6px;
    position: absolute;
    background-color: rgb(0, 55, 85);
    border-radius: 25px;
}

#progressBarDiv {
    opacity: 0;
}

@media screen and (max-width: 375px) {
    .progressBar_div {
        display: flex;
        justify-content: center;
        margin-bottom: -48px !important;
        padding-top: 72px;
    }
}

@media screen and (max-width: 375px) {
    .progressBar_container {
        width: 100%;
        position: relative;
        height: 15px;
    }
}
.line {
    width: 100%;
    border-bottom: 1px solid #e5ebee;
    margin-bottom: 1rem;
}
.before-display-none:before {
    display: none !important;
}
.step .step-indicator-link {
    text-decoration: none;
}

.step.light .step-indicator-link {
    background-color: #e6e8e9;
}

.step.light .step-indicator-link.active {
    background-color: #003755;
}

.step.regular .step-indicator-wrapper {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    left: 50%;
    margin-top: -10.5px;
    margin-left: -10.5px;
}

.step.regular .step-indicator-wrapper.active {
    width: 40px;
    height: 40px;
    margin-top: -21px;
    margin-left: -21px;
}

.step.regular .step-indicator-link {
    background-color: #e6e8e9;
}

.step.regular .step-indicator-link .step-indicator-label {
    display: none;
}

.step.regular .step-indicator-link.active {
    background-color: #003755;
}

.step.regular .step-indicator-link.active .step-indicator-label {
    display: table-cell;
}

.step.extended .step-indicator-link {
    background-color: #fff;
}

.step.extended .step-indicator:not(.steps-hidden) .step-indicator-link.active {
    background-color: #003755;
}

.step.extended .step-indicator:not(.steps-hidden) .step-indicator-link:hover {
    box-shadow: none;
}

.step.complex {
    padding: 2.8125rem 0;
}

.step.complex .step-indicator.active {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.step.complex .step-indicator-link {
    background-color: #fff;
}

.step.complex .step-indicator-label i {
    vertical-align: middle;
    display: inline-block;
}

.step.complex .step-indicator:not(.steps-hidden):hover .step-state {
    color: #003755;
}

.step.complex .step-indicator:not(.steps-hidden):not(:last-of-type):before {
    position: absolute;
    width: inherit;
    left: calc(100% - 6px);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border: 14px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e0e2e3;
}

.step.complex .step-indicator:not(.steps-hidden) .step-indicator-link.active {
    background-color: #003755;
}

.step.complex .step-indicator:not(.steps-hidden) .step-indicator-link:hover {
    box-shadow: none;
}

.step.complex .step-state {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 24px);
    font-size: 0.875rem;
    left: 50%;
    width: 200px;
    text-align: center;
}

@media screen and (min-width: 64em) {
    .step.complex .step-state {
        visibility: visible;
    }
    #pg-v2 {
        margin-left: 15%;
        margin-right: 15%;
        width: auto;
    }
}

@media screen and (max-width: 376px) {
    #pg-v2 {
        width: 85%;
    }
}

.step.complex .step-state.active {
    visibility: visible;
}

@media screen and (min-width: 64em) {
    .step.complex .step-state.active {
        visibility: visible;
        font-size: 0.875rem;
        color: #003755;
    }
}

.step-track {
    position: absolute;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    top: 50%;
    margin-top: -1px;
}

.step-track:after {
    display: block;
    content: "";
    background-color: #e0e2e3;
    width: 100%;
    height: 2px;
}

.step-container {
    position: relative;
    z-index: 2;
    list-style: none;
    display: table;
    margin: 8px auto;
    line-height: 0;
    width: 100%;
}

.step-indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    min-width: 21px;
    min-height: 21px;
}

@media print, screen and (min-width: 48em) {
    .step-indicator {
        margin: 0 20px;
    }
}

@media screen and (min-width: 64em) {
    .step-indicator {
        margin: 0 40px;
    }
}

.step-indicator-wrapper {
    display: inline-block;
    width: inherit;
    height: inherit;
}

.step-indicator-link {
    position: absolute;
    display: table;
    width: inherit;
    height: inherit;
    background-color: #fbfdfe;
    color: #003755;
    border: 1px solid #e0e2e3;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out,
        box-shadow 0.1s ease-in-out;
}

.step-indicator-link.active {
    border: 1px solid #003755;
    border-radius: 50%;
    background-color: #003755;
    color: #fff;
}

.step-indicator-link span.step-indicator-label {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 100%;
    height: 100%;
    font-family: danske_textsemibold, Verdana, sans-serif;
}

.step-indicator-link span.step-indicator-label img {
    text-align: center;
    width: 15px;
    height: auto;
    margin-top: -2px;
}

.step-mandatory {
    visibility: visible;
    bottom: calc(100% + 10px);
    margin-left: -25px;
    width: 50px;
    font-size: 1.375rem;
}

.step-mandatory,
.step-state {
    position: absolute;
    left: 50%;
    text-align: center;
}

.step-state {
    visibility: hidden;
    top: calc(100% + 24px);
    width: 200px;
}

.step-state.active {
    visibility: visible;
}
#pg-v2 {
    padding-top: 100px;
    margin-bottom: -50px;
}
@media screen and (max-width: 1400px) {
    #pg-v2 {
        padding-top: 50px;
    }
}
.proceed-btn {
    min-width: 140px !important;
    white-space: nowrap;
}
