article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

.hidden {
	display:none;
}

ul ul > li:nth-child(2) {
	display:block;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2.625rem;
  padding-bottom: .625rem;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-floating {
  padding-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-floating > .form-control:autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control, .form-floating > .form-select {
 
  padding: 1rem .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.form-control {
  display: block;
  width: 96%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-floating > .form-control:autofill ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
label {
  display: inline-block;
}
.btn-success {
color: #fff;
  background-color: #d3a3a7;
  border-color: #d3a3a7;
  float: right;
  float: right;
  text-align: end;
  padding: 10px 50px;
  font-size: 1.25rem;
  border-radius: .3rem;
}








audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
    height: 100vw;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0;

}

a {
    background: rgba(0, 0, 0, 0)
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "“" "”" "‘" "’"
}

q:before,
q:after {
    content: "";
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

header {
    padding: 3rem 2.5rem 0rem 2.5rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

@media(min-width: 0)and (max-width: 639px) {
    header {
        padding-bottom: 0
    }
}

header img {
    width: 18%
}

@media(min-width: 0)and (max-width: 1199px) {
    header img {
        width: 35%
    }
}

@media(min-width: 0)and (max-width: 639px) {
    header .navlink {
        width: 100%;
    }
    header img {
        width: 60%
    }
    .navigation button.nav-button span.bars .bar1, .navigation button.nav-button span.bars .bar2, .navigation button.nav-button span.bars .bar3 {
  		width: 40px !important;
        margin: 5px 0 !important;
        height: 2px !important;
  	}
}

@media(min-width: 0)and (max-width: 639px) {
    header.no-logo img {
        opacity: 0
    }
}

@media(min-width: 0)and (max-width: 639px) {
    .navigation {
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: start
    }
}

.navigation {
    height: 160px;
    position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	z-index: 10;
}


.navigation button.nav-button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    z-index: 9;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: none;
    margin-top: -8px;
    right: 37px;
	position: absolute;
	top: 50px;
}

.navigation button.nav-button span.bars {
    padding-bottom: 2px
}

@media(min-width: 0)and (max-width: 639px) {
	.navigation button.nav-button span.bars {
    	margin-right: -6px
	}
}

.navigation button.nav-button span.bars .bar1,
.navigation button.nav-button span.bars .bar2,
.navigation button.nav-button span.bars .bar3 {
    width: 48px;
    height: 3px;
    background-color: #fff;
    margin: 7px 0;
    transition: .4s;
    position: relative;
    z-index: 1
}

.navigation button.nav-button.active .bar1 {
    opacity: 0
}

.navigation button.nav-button.active .bar3 {
    opacity: 0
}

.navigation .nav-items {
    display: none;
    list-style: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    height: calc(100vh - 40px);
    background: #d3a3a7;
    text-align: left;
    padding: 0 2rem
}

@media(min-width: 0)and (max-width: 639px) {
    .navigation .nav-items {
        width: calc(100vw - 104px)
    }
}

.navigation .nav-items ul {
    padding: 0
}

.navigation .nav-items ul:first-of-type {
    padding-top: 6rem
}

.navigation .nav-items ul li {
    padding-top: .8rem
}

.navigation .nav-items a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.3rem
}

.navigation .nav-items a:hover {
    color: rgba(255, 255, 255, .5);
    padding-bottom: 3px
}

.active {
  color: rgba(255, 255, 255, .5) !important;
  padding-bottom: 3px;
}

.navigation .nav-items.opened {
    display: block;
}

.navigation.active .nav-items {
    display: block;
    overflow-y: auto;
}

.navigation .logo {
    display: none;
}

@media(min-width: 0)and (max-width: 639px) {
    .navigation .logo {
        display: none;
        margin-top: 4rem
    }
    .navigation .logo img {
        width: 59%
    }
}

@media(min-width: 0)and (max-width: 639px) {
    .nav-items {
        width: calc(100% - 70px);
        height: calc(100vh - 20px)
    }
}

.nav-items .accordion {
    text-align: left;
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: .6rem
}

@media(min-width: 0)and (max-width: 639px) {
    .nav-items .accordion {
        padding-left: 0;
        padding-right: 0
    }
}

.nav-items .accordion span.trigger {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.3rem
}

.nav-items .accordion span.trigger:hover {
    color: rgba(255, 255, 255, .5)
}

.nav-items .accordion span.trigger:after {
    background: url("../assets/images/arrow-down-3101.svg") no-repeat;
    background-size: 80%;
    content: "";
    padding-right: 1rem;
    margin-left: 5px;
    cursor: pointer
}

.nav-items .accordion span.trigger.active:after {
    background: url("../assets/images/arrow-up.png") no-repeat;
    background-size: 80%;
    content: "";
    padding-right: 1rem;
    margin-left: 5px;
    cursor: pointer
}

.nav-items .accordion .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.nav-items .accordion .content ul {
    padding: 0;
    margin: 0
}

.nav-items .accordion .content ul li {
    padding-top: .8rem
}

.nav-items .accordion .content ul a {
    color: #fff;
    text-transform: none;
    font-size: 1.3rem
}

.nav-items .accordion .content ul a:hover:hover {
    color: rgba(255, 255, 255, .5)
}

.nav-items .accordion .content ul a.active {
    color: #fff
}

.nav-items .accordion.active {
    margin-bottom: 2rem
}

.swiper .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 40px)
}

@media(min-width: 0)and (max-width: 639px) {
    .swiper .swiper-wrapper .swiper-slide {
        background-position: center
    }
}

.swiper-pagination {
    bottom: 25px !important;
    left: 10px !important;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    width: 20% !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #cc9c99;
    opacity: 1;
    margin: 5px 10px !important
}
@media(min-width: 0)and (max-width: 639px) {
    .swiper-pagination-bullet {
    	width: 20px;
    	height: 20px;
    }
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b1b1b1
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

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

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

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.label-detail .label-content {
    display: flex;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 0;
    right: 3rem;
    bottom: 3rem;
}

@media(min-width: 0)and (max-width: 639px) {
    .label-detail .label-content {
        display: flex;
        align-items: flex-start;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        right: 0;
        top: 0;
        left: 0;
        bottom: unset;
        z-index: 2
    }
}

.label-detail .label-content .outter {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: visible;
    z-index: 1;
    max-height: 600px;
}

.label-detail .label-content .outter .inner {
    z-index: 1;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    width: 40vw;
    padding: 2rem;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .3s ease-out, opacity .5s ease-out
}

@media(min-width: 0)and (max-width: 639px) {
    .label-detail .label-content .outter .inner {
        width: 100%;
        padding-top: 1.5rem;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center
    }
}

.label-detail .label-content .outter .inner .top {
    cursor: pointer;
    width: 100%;
    text-align: left;
    min-height: 14px;
}

@media(min-width: 0)and (max-width: 639px) {
    .label-detail .label-content .outter .inner .top {
        margin-top: 2rem
    }
}

.label-detail .label-content .outter .inner .top h1 {
    color: #4c565c;
    margin-top: 0
}

.label-detail .label-content .outter .inner .top img.label {
    width: 40%
}

@media(min-width: 0)and (max-width: 639px) {
    .label-detail .label-content .outter .inner .top img.label {
        width: 50%
    }
}

.label-detail .label-content .outter .inner .text {
    padding-top: 0
}

.label-detail .label-content.closed {
    display: none
}

.label-detail .label-content.animation-start .outter .inner {
    transform: translateY(0);
    opacity: 1;
    overflow: auto;
}

.close-aside.close-aside-desktop {
    width: 4%;
    position: absolute;
    right: 15px;
    top: 15px
}

@media(min-width: 0)and (max-width: 639px) {
    .close-aside.close-aside-desktop {
        display: none
    }
}

.close-aside.close-aside-mobile {
    position: fixed;
    right: 38px;
    top: 46px;
    width: 8%;
    z-index: 6;
    cursor: pointer;
}

@media(min-width: 640px) {
    .close-aside.close-aside-mobile {
        display: none
    }
}

@media(min-width: 640px)and (max-width: 1023px) {
    .close-aside.close-aside-mobile {
        display: none
    }
}

#map {
    height: calc(100vh - 40px)
}

.outter-container {
    width: 100%
}

section {
    width: 100%
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1440px
}

.container-outter {
    max-width: 1460px;
    margin: auto
}

.container-wide {
    max-width: 1620px;
    margin: auto
}

.column-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.grid {
    display: grid
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul li {
    margin: 0;
    padding: 0 0 12px 0
}

ul li:last-of-type {
    padding-bottom: 0
}

body {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300
}

hr {
    margin: 1rem 0;
    border-top: 1px solid #e0e0e0;
    opacity: .25
}

p {
    font-size: 1rem;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300;
    color: #4c565c;
    padding: 0
}

a {
    text-decoration: underline;
    color: #4c565c;
}

h1 {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 1.2;
    padding: 0;
    color: #fff
}

h1.entry-title {
    font-size: 6.625rem;
    color: #ac3366;
    margin-bottom: 2rem;
    margin-top: 3rem
}

@media(min-width: 0)and (max-width: 1199px) {
    h1.entry-title {
        font-size: 8vw
    }
}

@media(min-width: 0)and (max-width: 639px) {
    h1.entry-title {
        font-size: 13vw;
        margin-bottom: 0;
        margin-top: 1rem
    }
}

h1.entry-title .year {
    font-family: "Roboto", "Arial", sans-serif
}

h2 {
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 1.2;
    padding: 0 .7rem
}

h2.claim {
    font-size: 2.625rem;
    color: #ac3366
}

@media(min-width: 0)and (max-width: 1199px) {
    h2.claim {
        font-size: 3vw
    }
}

@media(min-width: 0)and (max-width: 639px) {
    h2.claim {
        font-size: 5vw;
        width: 40%;
        padding-left: 0
    }
}

h3 {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    color: #d3a3a7;
    padding: 0
}

ul {
    padding: 0 .7rem
}

nav a {
    text-decoration: none;
    font-size: .875rem;
    line-height: .75
}

body {
	border: 20px solid #fff;
}

#mc_embed_signup {
  clear: left;
  width: 100%;
}

.mod_customnav {
  float: left;
  width: 100%;
}

.mod_customnav ul {
  padding: 0rem;
	width: 100%;
  position: relative;
}

.mod_customnav ul li {
  float: left;
  padding-right: 15px;
}
.mod_customnav strong {
	color: #4c565c !important;
	text-decoration: underline;
}

@media(min-width: 0)and (max-width: 639px) {
	// body { border: none; }

	section {
  		width: calc(100vw - 40px);
  		// height: calc(100vh - 100px);
  		// border: 20px solid #fff;
  	}
    
    .navigation .nav-items {
  		// height: calc(110vh - 0px);
        // border-bottom: 20px white;
	}
    
    #mc_embed_signup {
  		width: 100% !important;
	}
}

#mc_embed_signup .mc-field-group label {
    padding-left: 10px;
}

._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
  margin-top: 10px !important;
  margin-bottom: 30px;
}