#d5_module * {
    box-sizing: border-box;
}
.c-scroller {
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: -88px;
}
.c-scroller:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    border-bottom: 40px solid #fff;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}
.c-scroller_mouse {
    position: relative;
    margin: 0 auto;
    height: 30px;
    width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 3px solid currentColor;
    border-radius: 10px;
}
.c-scroller_mouse:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 4px;
    border-radius: 2px;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    background: currentColor;
    opacity: 1;
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1);
    transform: translateY(0px) scaleY(1) scaleX(1);
    -webkit-animation: scroll 1.5s ease-out 2;
    animation: scroll 1.5s ease-out 2;
}
.c-shadow {
    box-shadow: 0 0 1.5rem 0 rgba(0,0,0,0.25);
}
.c-accent {
    position: relative;
    padding-bottom: 1em;
}
.c-accent:after {
    position: absolute;
    content: "";
    bottom: .25em;
    height: .25em;
    width: 65px;
    left: 0;
background-color: #041F3F;
}
.c-nolist {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: left;
}
.c-nolist li {
    padding: .75rem;
    line-height: 1.2;
    border-top: 1px solid #efefef;
  overflow: hidden;
}
.c-nolist li:nth-of-type(1) {
    border: none;
}
.c-nolist span {
    display: block;
}
.c-iconlist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-iconlist li {
    line-height: 1.2;
    padding: .75rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    ms-flex-align: center;
    align-items: center;
}
.c-iconlist__img {
    width: 60px;
    height: 60px;
    border-right: 1px solid currentColor;
    box-sizing: border-box;
    position: relative;
}
.c-iconlist img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    max-width: 42px;
    max-height: 42px;
    display: block;
    margin: 0;
}
.c-iconlist__text {
    line-height: 1.2;
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding-left: 0.75rem;
}
.ma__details_2 .dak-contain {
  overflow: hidden;
}
.c-gallery {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.c-gallery__current {
    position: relative;
}
.c-gallery__image img {
    display: block;
    margin: 0 auto;
}
.c-gallery__count {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1;
}
.c-gallery__nav {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.c-gallery__thumb {
    position: relative;
}
.c-gallery__thumb:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/icons/fa-regular/square/ffffff');
    opacity: 0;
    transition: opacity .33s ease-out;
}
.c-gallery__thumb:hover:opacity {
    opacity: 1;
}
.c-gallery__thumb img {
    display: block;
}
.c-gallery__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
}
.c-gallery__arrow img {
    display: block;
    max-width: 30px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.c-gallery__arrow_lg-prev {
    left: -1.875rem;
}
.c-gallery__arrow_lg-next {
    right: -1.875rem;
}
.c-gallery__arrow_prev {
    left: 0;
}
.c-gallery__arrow_next {
    right: 0;
}
.box-cn h1 {
    line-height: 1;
    margin-bottom: 0;
}

.box-cn .h2 {
    display: inline-block;
    text-decoration: none;
    opacity: 1;
    transition: opacity .33s ease-out;
}
.box-cn .h2:hover {
    opacity: .8;
}
.ma__gallery {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.c-alternate > div:nth-of-type(2n - 1) {
background: #fff;
}

#d5m_map {
    height: 62.5vw;
    max-height: 300px;
}

@media screen and (min-width: 552px) {
    .c-iconlist__img {
        width: 70px;
    }
    .c-iconlist__text {
        width: calc(100% - 90px);
        padding-left: 1.25rem;
    }
    .c-nolist li {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .c-nolist span {
        webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 1rem;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .ma__heroalign {
        min-height: 700px;
    }
    .c-scroller {
        display: block;
    }
    .c-nolist li {
        width: 50%;
        padding-right: 2rem;
        float: left;
    }
    .c-nolist li:nth-of-type(2) {
        border: none;
    }
}

@media screen and (min-width: 992px) {
    .c-gallery {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
    .c-gallery__arrow_lg-prev {
        left: -3.75rem;
        width: 3.75rem;
    }
    .c-gallery__arrow_lg-next {
        right: -3.75rem;
        width: 3.75rem;
    }
    .c-gallery__arrow_lg-prev img,
    .c-gallery__arrow_lg-next img {
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .c-nolist li {
        padding-right: 3rem;
    }
    .c-iconlist li {
        padding: 2rem 0;
    }
}

@-webkit-keyframes scroll {
    0%, 20% {
        -webkit-transform: translateY(0px) scaleY(1) scaleX(1);
        transform: translateY(0px) scaleY(1) scaleX(1);
    }
    10% {
        -webkit-transform: translateY(0px) scaleY(0.8) scaleX(0.8);
        transform: translateY(0px) scaleY(0.8) scaleX(0.8);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px) scaleY(0.5) scaleX(0.5);
        transform: translateY(20px) scaleY(0.5) scaleX(0.5);
        opacity: 0.01;
    }
}
@keyframes scroll {
    0%, 20% {
        -webkit-transform: translateY(0px) scaleY(1) scaleX(1);
        transform: translateY(0px) scaleY(1) scaleX(1);
    }
    10% {
        -webkit-transform: translateY(0px) scaleY(0.8) scaleX(0.8);
        transform: translateY(0px) scaleY(0.8) scaleX(0.8);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px) scaleY(0.5) scaleX(0.5);
        transform: translateY(20px) scaleY(0.5) scaleX(0.5);
        opacity: 0.01;
    }
}

#pv_photos {
    max-width: 900px;
    margin: 0 auto;
}