.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}











#content .news-content h2 {
    margin-top: 0px !important;
    line-height: 1;
    font-family: var(--font-family-title);
    font-size: clamp(18px, 1.5625vw , 25px);
}

#content .news-content p {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

.news-content a {
    font-family: var(--font-family-title);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.news-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news-photo {
    padding: 0;
}

.news-content {
    padding: 0;
}


.news-photo {
    width: calc((293/ 1140)* 100%);
}

.news-content {
    width: calc((780/ 1140)* 100%);
}

.news-item {
    margin-bottom: clamp(32px, 3vw , 48px);
}

#content .entry-title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 18px;
    margin-bottom: 80px;
}

#content  p#breadcrumbs {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 18px;
}























.aiosp-container.aiosp-inline-holder.aiosp-ref-\#newspopup .aios-popup-body {
    width: 100%;
    max-width: 750px;
    background: rgba(0,0,0,50%);
    padding: 0;
    padding-top: clamp(50px, 7.000000000000001vw , 112px);
    padding-bottom: clamp(50px, 6.875000000000001vw , 110px);
    padding-left: 15px;
    padding-right: 15px;
}

.news-title h2 {
    margin-top: 0px !important;
    font-family: var(--font-family-title);
    font-size: clamp(48px, 3.8125vw, 61px);
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
}

.news-wrapper {
    width: 100%;
    max-width: 606px;
    margin: 0px auto;
}

.news-field {
    width: 100%;
    margin-bottom: 24px;
}

.news-field input {
    width: 100%;
    background: transparent;
    color: #fff;
    border: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 0.02em;
    padding-top: 15px;
}

.news-title p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    letter-spacing: 0.02em;
}

.news-title {
    display: block;
    margin-bottom: 24px;
}

.news-field p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.news-submit input {
    background: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
}

.news-submit {
    height: 67px;
    border-bottom: 2px solid #fff;
    width: 100%;
    max-width: 150px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    transition: all 0.3s ease-in-out;
}

.news-submit:hover input {
    background: #000;
    color: #fff;
}

.news-submit:hover {
    border-color: #000;
}












@media only screen and (max-width: 767px){
	
		.news-photo {
		    width: 100%;
		    margin-bottom: 20px;
		}

		.news-content {
		    width: 100%;
		}


}
