p:last-child {
    margin: 0;
}

.mfp-bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgb(0, 0, 0);
    opacity: 0.75;
}

.mfp-wrap {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    backface-visibility: hidden;
    outline: none !important;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 0px 8px;
    box-sizing: border-box;
}

.mfp-container::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: rgb(204, 204, 204);
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: rgb(204, 204, 204);
}

.mfp-preloader a:hover {
    color: rgb(255, 255, 255);
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0px;
    appearance: none;
    display: block;
    outline: none;
    padding: 0px;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    border-radius: 30px 30px 0px 0px;
    position: absolute;
    right: 0px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0px;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Arial, Baskerville, monospace;
    top: 0px !important;
    background: none !important;
}

div.mfp-close {
    display: none !important;
}

.videoFrame .mfp-close {
    border-radius: 0px;
    opacity: 0;
    top: 0px !important;
    background-color: rgba(236, 223, 223, 0.5) !important;
}

.videoFrame .mfp-iframe-scaler:hover .mfp-close {
    opacity: 1;
}

.videoFrame .mfp-iframe-holder .mfp-content {
    max-width: 90%;
    max-height: 100%;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: rgb(51, 51, 51);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: rgb(255, 255, 255);
}

.mfp-counter {
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgb(204, 204, 204);
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow-left {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0px;
    cursor: pointer;
    border-radius: 0px 30px 30px 0px;
}

.mfp-arrow-left::before {
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    border-width: 2px 0px 0px 2px;
    border-style: solid;
    border-color: rgb(146, 146, 146);
    border-image: initial;
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 8px;
}

.mfp-arrow-right {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0px;
    cursor: pointer;
    border-radius: 30px 0px 0px 30px;
}

.mfp-arrow-right::before {
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: rgb(146, 146, 146);
    border-image: initial;
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 8px;
}

.mfp-arrow-left:hover::before,
.mfp-arrow-right:hover::before {
    border-color: rgb(255, 255, 255);
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
    background: rgb(0, 0, 0);
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0px;
    margin: 0px auto;
    background-color: transparent;
}

.mfp-figure {
    line-height: 0;
    position: relative;
}

.mfp-figure::after {
    content: "";
    position: absolute;
    inset: 40px 0px;
    display: block;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
    background: rgb(68, 68, 68);
}

.mfp-figure small {
    color: rgb(189, 189, 189);
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: rgb(243, 243, 243);
    overflow-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0px;
    }

    .mfp-img-mobile .mfp-figure::after {
        top: 0px;
        bottom: 0px;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0px;
        margin: 0px;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0px;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
}

@media (min-width: 900px) {
    .caption-frame .mfp-container {
        left: 50%;
        display: table;
        width: auto;
        padding: 0px 45px;
        margin: 0px auto;
        transform: translateX(-50%);
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0px center;
    }

    .mfp-arrow-right {
        transform-origin: 100% center;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    button.mfp-close,
    button.mfp-arrow {
        background: rgba(255, 255, 255, 0.95);
    }
}

.caption-frame .mfp-bottom-bar {
    margin-top: 0px;
    left: 0px;
    top: 40px;
    padding: 30px;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px;
}

.caption-frame .mfp-counter {
    display: none;
}

.caption-frame .mfp-title p {
    color: rgb(255, 255, 255);
    margin: 0px 0px 5px;
}

.caption-frame .mfp-title h3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 0px;
}

@media (max-width: 520px) {
    .caption-frame .mfp-bottom-bar {
        padding: 15px;
    }
}

img.alignright,
.alignright {
    float: right;
    margin: 5px 0px 13px 20px;
}

img.alignleft,
.alignleft {
    float: left;
    margin: 5px 20px 13px 0px;
    max-width: 100%;
}

.container {
    padding: 0px 15px;
}

.white-color {
    color: rgb(255, 255, 255);
}

.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6 {
    color: inherit;
}

.red-color {
    color: rgb(181, 18, 27);
}

ol ol,
ul ul,
ul ol,
ol ul {
    margin-top: 20px;
}

.inner-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgb(248, 248, 248);
}

.inner-banner>img {
    width: 100%;
    margin: 0px auto;
    display: block;
}

.inner-banner .caption {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50%;
    z-index: 3;
    text-align: center;
    transform: translateY(-50%);
}

.inner-banner h1.heading,
.inner-banner h1 {
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    text-transform: uppercase;
}

a.more {
    color: rgb(246, 147, 27);
    text-decoration: underline;
    text-underline-offset: 3px;
}

a.more:hover {
    color: rgb(221, 51, 51);
}

.page-message-area .p-massage-icon {
    background: rgb(181, 18, 27);
    display: flex;
    justify-content: flex-end;
    width: 9.711%;
}

.page-message-area {
    display: flex;
    width: 100%;
    background: rgb(246, 147, 27);
    color: rgb(255, 255, 255);
    align-items: center;
    font-size: 18px;
    line-height: normal;
}

.page-message-area p {
    margin: 0px;
}

.page-message-area .p-message {
    width: calc(90.289%);
    padding: 5px 15px;
}

.page-message-area .p-message marquee {
    display: block;
}

.two-col-info .image-box,
.two-col-info .content-box {
    width: 50%;
}

.two-col-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.two-col-info .image-box img {
    width: 100%;
    margin: 0px auto;
}

.two-col-info .content-box {
    padding: 10px 0px 10px 30px;
}

.two-col-info .content-box h3 {
    margin: 0px 0px 10px;
    padding: 0px;
}

.reverse.two-col-info {
    flex-direction: row-reverse;
}

.reverse.two-col-info .content-box {
    padding: 10px 30px 10px 0px;
}

.commemoration-wrap {
    padding: 50px 0px;
    width: 100%;
    overflow: hidden;
    background: url("../img/commemoration-bg.jpg") left center / cover no-repeat rgb(250, 244, 235);
}

.nationmap-wrap {
    padding: 50px 0px;
    width: 100%;
    overflow: hidden;
    background: url("../img/commemoration-bg.jpg") left center / cover no-repeat rgb(250, 244, 235);
}

.commemoration-wrap.bg-2 {
    background: url("../img/commemoration-bg-2.jpg") left center / cover no-repeat rgb(250, 244, 235);
}

.survivors-storie-area {
    background: rgb(246, 147, 27);
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
}

ul.nationmap-wrap-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -30px 20px 0;
    justify-content: center;
}

ul.nationmap-wrap-listing>li {
    text-align: center;
    margin: 0 30px 20px 0;
    width: calc(100%/4 - 30px);
    line-height: 26px;
}

ul.nationmap-wrap-listing>li .image-box {
    border: 5px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    margin: 0 auto 15px;
}

ul.nationmap-wrap-listing>li .image-box img {
    width: 100%;
}

ul.nationmap-wrap-listing>li h4 {
    color: #b5121b;
    padding: 0;
}

.survivors-storie-area h2 {
    color: inherit;
    font-size: 28px;
}

.survivors-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px -30px -3%;
    justify-content: center;
}

.survivors-column {
    float: left;
    width: 30.3333%;
    margin: 40px 0px 30px 3%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px;
    padding: 0px 30px 30px;
    border-radius: 12px;
    color: rgb(68, 68, 68);
}

.survivors-column img {
    border: 3px solid rgb(255, 255, 255);
    border-radius: 100px;
    margin: -30px auto 0px;
}

.survivors-column h3 {
    font-size: 18px;
    color: rgb(181, 18, 27);
    padding-bottom: 0px;
}

.survivors-column .position {
    font-style: normal;
}

.survivors-column p {
    font-style: italic;
}

.survivors-storie-area .more {
    color: rgb(181, 18, 27);
    margin: 50px 0px 0px;
    display: flex;
    justify-content: center;
}

.survivors-storie-area .more:hover {
    color: rgb(255, 255, 255);
}

ul.survivors-storie-listing {
    margin: 55px -40px -40px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.survivors-storie-listing>li {
    width: calc(33.3333% - 40px);
    background: rgb(255, 255, 255);
    margin: 0px 40px 40px 0px;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

ul.survivors-storie-listing>li a {
    display: block;
    width: 100%;
}

ul.survivors-storie-listing>li .img-box img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

ul.survivors-storie-listing>li .img-box img.play {
    width: auto;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.survivors-storie-listing>li .img-box {
    position: relative;
    padding-top: 52.9%;
}

ul.survivors-storie-listing>li h6 {
    margin: 0px;
    padding: 14px 0px 0px;
    font-size: 18px;
    color: rgb(181, 18, 27);
}

.resource-learning-wrap {
    overflow: hidden;
    text-align: center;
}

.resource-learning-wrap h2 {
    font-size: 28px;
}

ul.resource-learning-listing {
    margin: 50px 0px -60px;
    display: flex;
    flex-wrap: wrap;
}

ul.resource-learning-listing>li {
    width: calc(33.3333%);
    padding: 0px 30px 60px;
    line-height: 28px;
}

ul.resource-learning-listing>li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid rgb(181, 18, 27);
    margin: 0px auto 16px;
}

ul.resource-learning-listing>li h6 {
    font-size: 22px;
    color: rgb(182, 20, 29);
    margin: 0px 0px 11px;
    padding: 0px;
}

ul.resource-learning-listing>li p {
    margin: 0px 0px 15px;
}

ul.resource-learning-listing>li p:last-child {
    margin: 0px;
}

.legal-wrap {
    overflow: hidden;
    text-align: center;
    color: rgb(255, 255, 255);
    background: url("../img/legal-bg.jpg") rgb(181, 18, 27);
}

.legal-wrap h3 {
    color: inherit;
    font-size: 28px;
}

ul.legal-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 34px 0px -30px;
    justify-content: center;
}

ul.legal-listing>li {
    width: calc(25%);
    padding: 0px 30px 30px;
}

ul.legal-listing>li .icon {
    width: 130px;
    height: 130px;
    margin: 0px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(246, 147, 27);
    border-radius: 50%;
}

ul.legal-listing>li h6 {
    color: inherit;
    font-size: 20px;
    padding: 0px 0px 5px;
}

ul.legal-listing>li p:last-child {
    margin: 0px;
    padding: 0px;
}

a.link {
    display: block;
    width: auto;
    color: rgb(246, 147, 27);
    text-decoration: underline;
    text-underline-offset: 3px;
    position: relative;
    padding: 0px 0px 0px 30px;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: clip;
}

a.link::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/link-icon.png") center center / contain no-repeat;
    position: absolute;
    left: 2px;
    top: 1px;
}

a.link.pdf::before {
    width: 21px;
    height: 28px;
    background: url("../img/pdf-link.png") center center / contain no-repeat;
    position: absolute;
    left: 2px;
    top: 1px;
}

a.link:hover {
    color: rgb(221, 51, 51);
}

.legal-wrap2 {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    text-align: center;
}

ul.legal-listing2 {
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.legal-listing2>li {
    min-width: 170px;
    background: url("../img/legal-shape1.png") 25px 20px no-repeat rgb(255, 255, 255);
    margin: 0px 20px 20px 0px;
    display: flex;
    line-height: normal;
    font-size: 17px;
    padding: 31px 10px 15px 40px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 10px;
    position: relative;
}

ul.legal-listing2>li:nth-child(4n+2) {
    background-image: url("../img/legal-shape2.png");
}

ul.legal-listing2>li:nth-child(4n+3) {
    background-image: url("../img/legal-shape3.png");
}

ul.legal-listing2>li:nth-child(4n+4) {
    background-image: url("../img/legal-shape4.png");
}

ul.legal-listing2>li p {
    margin: 0px;
    padding: 0px;
}

.reconciliation-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.625109418767507) 100%);
}

.reconciliation-area .image-box {
    width: 25.22%;
}

.reconciliation-area .image-box img {
    display: block;
    width: 100%;
}

.reconciliation-area .content-box {
    width: calc(74.78%);
    padding: 30px 15px 30px 30px;
}

.reconciliation-area .content-box ul {
    column-count: 2;
    margin: 0px 0px -15px;
}

.reconciliation-area .content-box ul li {
    padding: 0px 0px 15px 20px;
    margin: 0px;
    position: relative;
}

.reconciliation-area .content-box ul li::before,
.reconciliation-area .content-box ul li::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: rgb(246, 147, 27);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 3px;
    z-index: 2;
}

.reconciliation-area .content-box ul li::after {
    background: rgb(119, 0, 0);
    top: 6.5px;
    left: 3.5px;
    z-index: 1;
}

.multi-image-slider {
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.multi-image-slider::before {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    border-width: 0.2rem;
}

.multi-image-slider ul.slides {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.multi-image-slider li {
    padding: 0px;
}

.multi-image-slider li::before {
    display: none;
}

.multi-image-slider .slides>li {
    position: relative;
    display: none;
    backface-visibility: hidden;
}

html[xmlns] .multi-image-slider .slides {
    display: block;
}

* html .multi-image-slider .slides {
    height: 1%;
}

.no-js .multi-image-slider .slides>li:first-child {
    display: block;
}

.multi-image-slider .flex-control-paging-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    text-align: right;
    padding-right: 10px;
    z-index: 99;
}

.multi-image-slider .flex-control-paging {
    position: absolute;
    right: auto;
    left: 50%;
    bottom: 25px;
    z-index: 98;
    height: auto;
    text-align: center;
    padding: 6px 15px;
    display: flex;
    margin: 0px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    line-height: 1;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 19px;
}

.multi-image-slider .flex-control-paging li {
    position: static;
    display: flex;
    width: auto;
    margin: 2px 5px;
    height: auto;
}

.multi-image-slider .flex-control-paging li a {
    border: 1px solid rgb(68, 68, 68);
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: rgb(68, 68, 68);
    border-radius: 34px;
    transition: none 0s ease 0s;
}

.multi-image-slider .flex-control-paging li .flex-active,
.multi-image-slider .flex-control-paging li a:hover {
    background-color: rgb(246, 147, 27);
    border-color: rgb(246, 147, 27);
}

.multi-image-slider .flex-control-paging li .flex-active::after,
.multi-image-slider .flex-control-paging li a:hover::after {
    display: none;
}

.multi-image-slider .flex-direction-nav li {
    position: static;
}

.multi-image-slider .flex-direction-nav a {
    transition: all 0.2s ease-in-out 0s;
}

.multi-image-slider .flex-direction-nav .flex-next,
.multi-image-slider .flex-direction-nav .flex-prev {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 98;
    border-radius: 40px;
    display: inline-block;
    font-size: 0px;
}

.multi-image-slider .flex-direction-nav {
    overflow: hidden;
    width: 100%;
    margin: 0px;
}

.multi-image-slider .flex-direction-nav .flex-next {
    left: auto;
    right: 10px;
}

.multi-image-slider .flex-direction-nav .flex-next::before,
.multi-image-slider .flex-direction-nav .flex-prev::before {
    content: "";
    line-height: 1;
    display: block;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    padding: 5px;
    margin: 0px 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.2s ease-in-out 0s;
    transform: translate(-50%, -50%) rotate(135deg);
}

.multi-image-slider .flex-direction-nav .flex-next::before {
    left: auto;
    right: 52%;
    transform: translate(50%, -50%) rotate(-45deg);
}

.multi-image-slider .flex-direction-nav .flex-next:hover,
.multi-image-slider .flex-direction-nav .flex-prev:hover {
    background: rgb(246, 147, 27) !important;
    border-color: rgb(246, 147, 27) !important;
}

.multi-image-slider .flex-direction-nav .flex-next:hover::before,
.multi-image-slider .flex-direction-nav .flex-prev:hover::before {
    border-color: rgb(255, 255, 255);
}

.multi-image-slider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
}

.multi-image-slider:hover .flex-direction-nav .flex-next {
    opacity: 1;
}

.multi-image-slider .flex-disabled {
    display: none !important;
}

.multi-image-slider img {
    width: 100%;
}

.common-wrapper hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.common-wrapper {
    padding: 30px 0px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.common-wrapper h2 {
    font-size: 28px;
}

.common-wrapper h3 {
    font-size: 24px;
}

.common-wrapper.red-bg {
    background: url("../img/bg-1.png") center center / cover no-repeat rgb(181, 18, 27);
}

.common-wrapper.pattern-bg-1 {
    background: url("../img/pattern-bg-1.jpg") center center / cover no-repeat rgb(239, 228, 204);
}

.common-wrapper.pattern-bg-2 {
    background: url("../img/pattern-bg-2.jpg") center center / cover no-repeat rgb(239, 228, 204);
}

.common-wrapper.pattern-bg-2.repeat-y {
    background: url("../img/pattern-bg-merge-2.jpg") center top / 100% repeat-y rgb(239, 228, 204);
}

.common-wrapper.pattern-bg-3 {
    background: url("../img/pattern-bg-3.jpg") center top / cover no-repeat rgb(239, 228, 204);
}

.common-wrapper.pattern-bg-4 {
    background: url("../img/pattern-bg-4.jpg") center top / cover no-repeat rgb(246, 147, 27);
}

.common-wrapper.pattern-bg-5 {
    background: url("../img/pattern-bg-5.jpg") center top / 100% no-repeat rgb(248, 248, 248);
}

.common-wrapper.pattern-bg-6 {
    background: url("../img/pattern-bg-6.png") right center no-repeat rgb(246, 147, 27);
}

.common-wrapper.pattern-bg-7 {
    background: url("../img/pattern-bg-7.jpg") center top / 100% no-repeat rgb(248, 248, 248);
}

.common-wrapper.pattern-bg-8 {
    background: url("../img/pattern-bg-8.png") center top / 100% no-repeat rgb(248, 248, 248);
}

.pattern-bg-4 h2 {
    color: #fff;
}

.common-wrapper.gray-bg {
    background-color: rgb(248, 248, 248);
}

.common-wrapper.p-b9 {
    position: relative;
    padding-bottom: 60px;
}

.common-wrapper .icon.m-auto {
    display: block;
    margin: 0px auto;
}

.common-wrapper a[href^="tel:"] {
    color: rgb(68, 68, 68);
    display: inline-block;
    vertical-align: top;
}

.common-wrapper a[href^="tel:"]:hover {
    color: rgb(221, 51, 51);
}

.shadow-white-bg {
    position: relative;
    margin: -40px 0px 0px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px;
    padding: 20px;
    border-radius: 12px;
    clear: both;
    overflow: hidden;
}

.img-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 19px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.img-shadow img {
    display: block;
    border-radius: 12px;
}

.resources-wrapper h2 {
    font-size: 28px;
}

.readers-wrapper {
    background: url(../img/pink-bg.jpg) top center / cover no-repeat rgb(246 240 223);
    padding: 50px 0px;
    background-size: 100% auto;
}

.readers-wrapper h2,
.recommended-wrapper h2 {
    font-size: 28px;
    color: rgb(181, 18, 27);
}

.readers-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px -30px -3%;
    justify-content: center;
    align-items: flex-start;
}

.readers-column {
    float: left;
    width: 30.3333%;
    margin: 0px 0px 30px 3%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px;
    padding: 35px;
    border-radius: 12px;
}

.readers-column h3 {
    color: rgb(166, 29, 47);
    font-size: 20px;
    padding-bottom: 5px;
}

.recommended-wrapper {
    padding: 50px 0px;
    clear: both;
    overflow: hidden;
}

.resources-history {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px;
    padding: 35px;
    border-radius: 12px;
}

.resources-history h3 {
    color: rgb(166, 29, 47);
    font-size: 20px;
}

.resources-history h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.never-forget-wrapper {
    padding: 0px !important;
}

.never-forget-wrapper img {
    width: 100%;
    display: block;
}

.subscribe-wrapper {
    padding: 30px 0px;
    background: url("../img/yello-bg.jpg") center center / cover no-repeat rgb(246, 147, 27);
    text-align: center;
    color: rgb(255, 255, 255);
}

.subscribe-wrapper .container {
    max-width: 900px;
}

.subscribe-wrapper h3 {
    font-size: 28px;
    color: rgb(255, 255, 255);
}

.subscribe-wrapper h4 {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.subscribe-wrapper p {
    margin-bottom: 0px;
    line-height: 1.7;
}

.subscribe-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
}

.subscribe-wrapper [class*="col-"] {
    padding: 10px 10px 0px;
}

.subscribe-wrapper input[type="text"],
.subscribe-wrapper input[type="email"] {
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    font-size: 16px;
    height: 50px;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 0px !important;
}

.subscribe-wrapper input[type="text"]:focus,
.subscribe-wrapper input[type="email"]:focus {
    border-color: rgb(0, 0, 0);
}

.subscribe-wrapper label {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 5px 13px 0px;
}

.subscribe-wrapper input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
    margin-bottom: 0;
}

.subscribe-wrapper input[type="submit"] {
    background: rgb(166, 29, 47) !important;
    border: none !important;
    padding: 15px 40px !important;
    font-weight: bold !important;
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    min-width: 180px !important;
    cursor: pointer !important;
}

.subscribe-wrapper input[type="submit"]:hover,
.subscribe-wrapper input[type="submit"]:focus {
    background-color: rgb(68, 68, 68) !important;
}

.nation-map-wrapper {
    padding: 50px 0px;
}

.nation-map-wrapper.nation-bg {
    background: url("../img/nation-map-bg.jpg") center center / cover no-repeat;
}

.nation-map-wrapper.nation-bg-2 {
    background: url("../img/nation-map-bg-2.jpg") center center / cover no-repeat;
}

.nation-map-wrapper .two-col-info {
    align-items: flex-start;
}

.nation-map-wrapper .image-box {
    width: 54%;
}

.nation-map-wrapper .image-box p {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}

.nation-map-wrapper .content-box {
    width: 46%;
}

.nation-map-wrapper h2 {
    font-size: 28px;
    padding-bottom: 40px;
}

.nation-map-wrapper h3 {
    font-size: 26px;
    color: rgb(181, 18, 27);
}

.nation-map-wrapper .content-box ul.table-type li {
    display: table;
    padding-left: 0px;
    width: 100%;
}

.nation-map-wrapper .content-box ul.table-type li::before {
    display: none;
}

.nation-map-wrapper .content-box ul.table-type li strong {
    display: table-cell;
    vertical-align: top;
}

.nation-map-wrapper .content-box ul.table-type li strong:first-child {
    font-weight: normal;
    width: 180px;
}

.nation-map-wrapper ul:last-child,
.nation-map-wrapper p:last-child {
    margin-bottom: 0px;
}

.nation-map-wrapper ul {
    margin-left: 5px;
}

.nation-map-wrapper .content-box ul li {
    padding: 0px 0px 6px 15px;
    position: relative;
    margin: 0px;
}

.nation-map-wrapper .content-box ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: rgb(246, 147, 27);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0px;
    box-shadow: rgb(119, 0, 0) 1px 1px 0px;
    z-index: 2;
}

.video-wrapper {
    background-color: rgb(248, 248, 248);
}

.video-row {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0px -3% -3%;
}

.video-column {
    float: left;
    width: 47%;
    margin: 0px 0px 3% 3%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px;
    padding: 20px;
    border-radius: 12px;
}

.video-column img {
    width: 100%;
    display: block;
}

.video-column:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}

.shadow-img {
    position: relative;
}

.shadow-img::before {
    content: "";
    position: absolute;
    right: -15px;
    top: -33px;
    background: url("../img/dot-rounded.png") center center / contain no-repeat;
    padding: 59px;
}

.shadow-img::after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -20px;
    background: url("../img/dot.png") center center / contain no-repeat;
    padding: 39px;
}

.shadow-img img {
    border: 5px solid rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 27px;
    position: relative;
    z-index: 5;
}

.shadow-img.alignright {
    margin-left: 40px;
    margin-bottom: 22px;
    padding-right: 18px;
}

.shadow-img.alignleft {
    margin-right: 40px;
    margin-bottom: 22px;
    padding-right: 18px;
}

.video-shadow-img img.play {
    position: absolute;
    z-index: 6;
    right: 50%;
    top: 50%;
    border: none;
    box-shadow: none;
    transform: translate(-50%, -50%);
}

.white-bg-row {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px;
    padding: 15px;
    border-radius: 12px;
    border-bottom: 3px solid rgb(214, 136, 38);
    margin-bottom: 35px;
}

.white-bg-row ol li::marker {
    font-weight: 600;
    color: rgb(181, 18, 27);
}

.white-bg-pattern1 {
    background: url("../img/white-bg-pattern1.png") calc(100% + 90px) top repeat-y rgb(255, 255, 255);
    padding-right: 240px;
}

.white-bg-row:last-child {
    margin-bottom: 0px;
}

.white-bg-row h4 {
    color: rgb(166, 29, 47);
}

.white-bg-row p+h4,
.white-bg-row ul+h4,
.white-bg-row ol+h4 {
    border-top: 1px solid rgb(227, 227, 227);
    padding-top: 20px;
}

.all-faq {
    padding: 30px 0px 0px;
    margin: 0px;
    clear: both;
    text-align: left;
}

.all-faq:first-child {
    padding-top: 0px;
}

.accordion-data {
    position: relative;
    margin: 0px 0px 30px;
    cursor: pointer;
    padding: 17px 30px 17px 70px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    border-radius: 12px;
}

.accordion-data:last-child {
    margin-bottom: 0px;
}

.accordion-data .accordion-head {
    position: relative;
    font-size: 20px;
    color: rgb(181, 18, 27);
    padding: 0px;
    font-weight: 600;
    background: rgb(255, 255, 255);
    cursor: pointer;
}

.accordion-data .accordion-head::before {
    content: "";
    width: 20px;
    border-bottom: 2px solid rgb(181, 18, 27);
    position: absolute;
    left: -38px;
    top: 15px;
}

.accordion-data .accordion-head::after {
    content: "";
    height: 20px;
    border-left: 2px solid rgb(181, 18, 27);
    position: absolute;
    left: -29px;
    top: 6px;
}

.accordion-data .accordion-head.active::after {
    opacity: 0;
}

.accordion-data .accordion-content {
    display: none;
    padding: 15px 0px 0px;
    overflow: hidden;
    clear: both;
    margin-left: -38px;
}

.common-wrapper ul.dot {
    margin-left: 0px;
}

.common-wrapper ul.dot li {
    padding: 0px 0px 6px 30px;
    position: relative;
    margin: 0px;
}

.common-wrapper ul.dot li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: rgb(246, 147, 27);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 10px;
    box-shadow: rgb(119, 0, 0) 1px 1px 0px;
    z-index: 2;
}

.common-wrapper .max-w-5 {
    max-width: 538px;
    width: 100%;
}

.common-wrapper .text-link {
    color: rgb(246, 147, 27);
    text-decoration: underline;
    text-underline-offset: 3px;
    overflow-wrap: break-word;
}

.common-wrapper .text-link:hover {
    color: rgb(221, 51, 51);
    text-decoration: none;
}

.common-wrapper .form-wrapper {
    max-width: 850px;
    margin-bottom: 40px;
}

.common-wrapper .form-wrapper [class*="col-"] {
    padding-top: 24px;
}

.common-wrapper .form-wrapper label {
    font-size: 16px;
    display: block;
}

.common-wrapper .form-wrapper label.has-option {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    margin: 5px 30px 0px 0px;
}

.common-wrapper .form-wrapper label.has-option input {
    position: absolute;
    left: 0px;
    top: 5px;
}

.common-wrapper .form-wrapper .form-control {
    background: rgb(243, 243, 243);
    border-color: rgb(243, 243, 243);
    padding: 12px 20px;
    width: 100%;
    border-radius: 40px;
    margin: 0px;
    box-shadow: none;
}

.common-wrapper .form-wrapper .form-control:focus {
    border-color: rgb(68, 68, 68);
}

.common-wrapper .form-wrapper .btn {
    background: rgb(166, 29, 47);
    border: none;
    box-shadow: none;
    padding: 13px 40px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 50px;
    min-width: 180px;
    cursor: pointer;
    margin-top: 10px;
}

.common-wrapper .form-wrapper .btn:hover,
.common-wrapper .form-wrapper .btn:focus {
    background-color: rgb(68, 68, 68);
}

.common-wrapper .form-wrapper .date-icon {
    position: relative;
}

.common-wrapper .form-wrapper .date-icon .dateicon {
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}

.common-wrapper .mtm-4 {
    margin-top: -30px;
}

.img-shadow .iframe-video {
    border: none;
    box-shadow: none;
    margin: 0px;
    padding-top: 70%;
}

.iframe-video {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 56%;
    margin: 10px 0px;
    background-color: rgb(255, 255, 255);
    border: 12px solid rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px;
}

.iframe-video iframe {
    display: block;
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
}

.max-w-600.iframe-video {
    max-width: 600px;
    padding-top: 29%;
    margin-inline: auto;
}

.common-btn {
    display: inline-block;
    background: rgb(166, 29, 47);
    position: relative;
    border: none;
    padding: 17px 40px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 50px;
    min-width: 180px;
    cursor: pointer;
    line-height: 1.1;
}

.common-btn:hover,
.common-btn:focus {
    background-color: rgb(68, 68, 68);
    color: rgb(255, 255, 255);
}

.common-btn.pdf-btn {
    padding-left: 85px;
}

.common-btn.pdf-btn::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -5px;
    background: url("../img/pdf-icon.png") center center no-repeat;
    padding: 24px 21px;
}

.pdf-btn-group {
    text-align: center;
    padding: 30px 0px 0px;
}

.pdf-btn-group .common-btn {
    margin: 10px;
}

.pdf-btn-group p:last-child {
    margin-bottom: 0px;
}

ul.num-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    counter-reset: count 0;
    margin: 25px -20px 0px 0px;
}

ul.num-listing>li {
    width: calc(20% - 20px);
    background: rgb(255, 255, 255);
    margin: 0px 20px 40px 0px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 10px;
    color: rgb(246, 147, 27);
    font-size: 18px;
    font-weight: 600;
    padding: 30px 5px 20px;
    position: relative;
}

ul.num-listing>li p {
    margin: 0px;
}

ul.num-listing>li::after {
    counter-increment: count 1;
    content: counter(count) ".";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/num-shape1.png");
    color: rgb(255, 255, 255);
    font-size: 16px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0px);
}

ul.num-listing>li:nth-child(5n+2)::after {
    background-image: url("../img/num-shape2.png");
}

ul.num-listing>li:nth-child(5n+3)::after {
    background-image: url("../img/num-shape3.png");
}

ul.num-listing>li:nth-child(5n+4)::after {
    background-image: url("../img/num-shape4.png");
}

ul.num-listing>li:nth-child(5n+5)::after {
    background-image: url("../img/num-shape5.png");
}

.more-content {
    display: none;
    margin: 0 0 10px;
    clear: both;
    overflow: hidden;
}

@media screen and (max-width: 1140px) {
    .white-bg-pattern1 {
        padding-right: 200px;
        background-position: right top;
        background-size: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .reconciliation-area {
        align-items: center;
    }
}

@media screen and (max-width: 1024px) {
    .shadow-img.alignright {
        max-width: 50%;
    }

    .shadow-img::before {
        right: -15px;
        top: -25px;
        padding: 40px;
    }

    .shadow-img::after {
        left: -15px;
        bottom: -15px;
        padding: 26px;
    }

    .shadow-img.alignright {
        margin-left: 28px;
        margin-bottom: 20px;
        padding-right: 5px;
    }

    ul.nationmap-wrap-listing>li {
        width: calc(100%/3 - 30px);
    }

}

@media screen and (max-width: 991px) {
    .content-wrap {
        padding: 30px 0px;
    }

    .inner-banner .caption {
        position: static;
        transform: none;
        padding: 20px 0px;
    }

    .inner-banner h1.heading,
    .inner-banner h1 {
        font-size: 26px;
        line-height: normal;
        color: inherit;
    }

    .two-col-info .image-box,
    .two-col-info .content-box {
        width: 100%;
    }

    .two-col-info .content-box,
    .reverse.two-col-info .content-box {
        padding-inline: 0px;
        padding-bottom: 0px;
    }

    ul.survivors-storie-listing>li {
        width: calc(50% - 40px);
    }

    ul.resource-learning-listing>li {
        width: calc(50%);
    }

    ul.legal-listing>li {
        width: calc(33.3333%);
    }

    .legal-wrap br {
        display: none;
    }

    ul.legal-listing2 {
        margin: 0px 0px -3% -3%;
    }

    ul.legal-listing2>li {
        min-width: 130px;
        float: left;
        width: 47%;
        margin: 0px 0px 3% 3%;
    }

    .nation-map-wrapper .content-box {
        padding: 30px 0px 0px !important;
    }

    .nation-map-wrapper .image-box p {
        margin-top: 20px;
    }

    .nation-map-wrapper h2 {
        padding-bottom: 20px;
    }

    .readers-row {
        margin-top: 0px;
    }

    .readers-column,
    .survivors-column {
        width: 47%;
    }

    .subscribe-wrapper {
        padding: 30px 0px;
    }

    .survivors-storie-area .more {
        margin-top: 30px;
    }

    .common-wrapper {
        padding: 30px 0px;
    }

    .common-wrapper .img-shadow.max-w-5 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .common-wrapper .img-shadow.max-w-5 img {
        width: 100%;
    }

    .video-column {
        padding: 8px;
    }

    .white-bg-pattern1 {
        background-size: 80px;
        padding-right: 90px !important;
    }

    ul.num-listing>li {
        width: calc(33.3333% - 20px);
    }

    ul.nationmap-wrap-listing>li {
        width: calc(100%/2 - 30px);
    }
}

@media screen and (max-width: 767px) {

    .two-col-info .image-box,
    .two-col-info .content-box {
        width: 100%;
    }

    ul.survivors-storie-listing {
        margin-bottom: -20px;
        margin-top: 30px;
    }

    ul.survivors-storie-listing>li {
        width: calc(100% - 40px);
        margin-bottom: 20px;
    }

    ul.resource-learning-listing>li {
        width: calc(100%);
    }

    ul.legal-listing>li {
        width: calc(50%);
        padding: 0px 5px 40px;
    }

    ul.legal-listing>li .icon {
        width: 100px;
        height: 100px;
        padding: 30px;
    }

    ul.legal-listing>li h6 {
        font-size: 18px;
    }

    .reconciliation-area .image-box,
    .reconciliation-area .content-box {
        width: 100%;
    }

    .reconciliation-area .content-box {
        padding: 30px 15px 0px;
    }

    .reconciliation-area .content-box ul {
        column-count: unset;
    }

    .common-wrapper img.alignright,
    .common-wrapper .alignright,
    .common-wrapper img.alignleft,
    .common-wrapper .alignleft {
        max-width: 300px;
    }

    .white-bg-row {
        padding: 25px 15px 15px;
        margin-bottom: 25px;
    }

    ul.num-listing>li {
        width: calc(50% - 20px);
    }

    ul.nationmap-wrap-listing {
        margin-right: 0;
    }

    ul.nationmap-wrap-listing>li {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 639px) {
    .readers-column {
        width: 97%;
        padding: 20px;
    }

    .resources-history,
    .shadow-white-bg {
        padding: 20px;
    }

    .survivors-column {
        width: 97%;
    }

    .video-column {
        width: 97%;
    }

    .common-wrapper img.alignright,
    .common-wrapper .alignright,
    .common-wrapper img.alignleft,
    .common-wrapper .alignleft {
        float: none;
        margin: 15px 0px;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    div.shadow-img.alignright,
    div.shadow-img.alignleft {
        margin-top: 0px;
    }

    .shadow-img.alignright img,
    .shadow-img.alignleft img {
        width: 100%;
    }

    .accordion-data {
        padding: 15px 20px 15px 40px;
    }

    .accordion-data:last-child {
        margin-bottom: 0px;
    }

    .accordion-data .accordion-head::before {
        width: 16px;
        left: -28px;
    }

    .accordion-data .accordion-head::after {
        height: 16px;
        left: -21px;
        top: 8px;
    }

    .accordion-data .accordion-content {
        margin-left: -20px;
    }
}

@media screen and (max-width: 479px) {
    .nation-map-wrapper .content-box ul.table-type li strong:first-child {
        width: 150px;
    }

    .subscribe-wrapper label {
        margin: 5px 6px 0px;
    }
}