
@font-face {
    font-family:"Fakt-Medium";
    src:url("../fonts/Fakt-Medium.woff2") format("woff2"),
    url("../fonts/Fakt-Medium.woff") format("woff");
    font-style:normal;
    font-weight:400;
}

@font-face {
    font-family:"FaktSlab-Normal";
    src:url("../fonts/FaktSlab-Normal.woff2") format("woff2"),
    url("../fonts/FaktSlab-Normal.woff") format("woff");
    font-style:normal;
    font-weight:400;
}

@font-face {
    font-family:"PGH-Arrows";
    src:url("../fonts/PGH-Arrows.woff") format("woff");
    font-style:normal;
    font-weight:400;
}

*,
*:after, 
*:before {
	margin: 0;
	box-sizing: border-box;
    font-family: "Fakt-Medium", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    font-weight: normal;
}

/* VARIABLES */

:root {
    --page-padding: 1.5%;
    --page-padding-l: 10%;
    --border: 3px solid #000;
    --border-white: 3px solid #fff;
    --border-green: 3px solid #345638;
    --border-transparent: 3px solid transparent;
    --PGH-brown: #A58C5E;
    --PGH-green: #345638;
    --negative-border-size: -3px;
}

/* GLOBALS */

*::selection {
  background: #A58C5E;
  color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s linear;
}

.brown a:hover {
    color: #A2A2A2;
}

a:hover,
.light a:hover {
    color: var(--PGH-brown)
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: inline-block;
}

.fade {
    opacity: 1;
}

.brown,
.brown a {
    color: var(--PGH-brown);
}

.green {
    color: var(--PGH-green);
}

.center {
    text-align: center;
}

.caps {
    text-transform: uppercase;
}

.light {
    color: #fff;
}

.mission,
.FAQ,
.footer {
    background-color: #fff;
}

/* TYPOGRAPHY */

.fakt {
	font-family: "Fakt-Medium", Arial, sans-serif;
}

.fakt-slab {
	font-family: "FaktSlab-Normal", Arial, sans-serif;
}

.pgh-arrows {
    font-family: "PGH-Arrows", "Fakt-Medium", Arial, sans-serif;
}

.alpha {
    font-size: 13.35vw;
    line-height: .87;
}

.beta {
    font-size: 9.1vw;
    line-height: 0.92;
}

.gamma {
    font-size: 5.1vw;
    line-height: 1.05;
    letter-spacing: -0.06rem;
}

.delta {
    font-size: 3.4vw;
    line-height: 1.09;
}

.epsilon {
    font-size: 3vw;

}

.zeta {
    font-size: 2.9vw;
}

.eta {
    font-size: 1.94vw;
    line-height: 1.2;
}

.theta {
    font-size: 2.0vw;
    line-height: 1.15;
}

.kappa {
    font-size: 5.9vw;
    line-height: 1;
}

 /* PRELOADER */

#preloader {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:var(--PGH-brown);
    z-index: 99;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#status {
    width: 38%;
}

#status img {
    width: 100%;
}

/* PAGE LAYOUT */

.varieties-button {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25%;
    height: 100%;
    height: 100vh;

    z-index: 9;
    color: #fff;
    /* transition: all 0.2s ease; */
    transition: padding 0.2s ease, color 0.2s ease;
    border-left: var(--border-transparent);
}

.varieties-button:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding-right: 2%;
    border-left: var(--border);
}

.varieties-text {
    writing-mode: vertical-rl;
}

.varieties-text .pgh-arrows {
    font-size: 2.1vw;
    padding-left: 2%;
}

.intro {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
    background-image: url('../links/pgh-finished-field.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.intro .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.intro .background-img img {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}

.wordmark {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.65%;
    width: 16.25%;
}

.wordmark img {
    width: 100%;
}

.logo {
    width: 38%;
}

.logo img {
    width: 100%;
}

/* HEADING */

.heading {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: var(--PGH-brown);
}

.heading h1 {
    padding: 0 3% 3%;
    width: 100%;
}

.seal {
    content: url(../links/seal.svg); 
    width: 10.75%; 
    height: 10.75%;
}

.heading-down-arrow {
    content: url(../links/heading-down-arrow.svg); 
    width: 7.75%; 
    height: 7.75%;
    margin-left: .5%;
}

/* SLIDESHOW */

.slideshow {
    min-height: 100vh;
    display: flex;
    border-top: var(--border);
    background-color: #fff;

    position: relative; /* important for page transition */
}

.slide-heading-controller {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-self: flex-end;
    font-size: 9vw;
    margin: 0 10% 0 0;
    z-index: 9;
}

.slide-heading-controller a:hover,
.slide-heading-controller .selected {
    color: var(--PGH-brown);
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    padding-bottom: 12%;
    background-color: #fff;
    border-bottom: var(--border);
}

@media only screen and (min-width : 750px) {
    .description-wrapper {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: space-between;
    }
}

.slide-number {
 padding: 6%;   
}

.slide-number img {
 width: 14%;   
}

.slide-description-text {
    padding: 3% 6%;
}

@media only screen and (min-width : 750px) {
    .eta.slide-description-text {
        font-size: 3.5vh;
        line-height: 1.2;
    }
}

.slide-video {
    height: 100%;
    width: 50%;
    overflow: hidden;
    border-left: var(--border);
    border-bottom: var(--border);
}

.slide-video video {
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto;
}

@media only screen and (min-width : 750px) {
    .slide-video video {
        position: relative;
        right: -50%;
        transform: translateX(-50%);
    }
}

.slideshow span {
    transition: color 0.2s linear;
}

.slideshow span:hover {
    color: var(--PGH-brown);
    cursor: pointer;
}

.two {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.three {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#one {
    order: 1;
    color: var(--PGH-brown);
}

#two {
    order: 2;
}

#three {
    order: 3;
}

#two:hover + #one {
    color: #000;
}

#three:hover ~ #one {
    color: #000;
}

.slider-show {
    opacity: 1;
    visibility: visible;
}


/* MISSION */

.mission {
    padding: 12% 3% 16%;
}

.mission-textblock {
    padding: 0 7.5% 10% 0;
}

.mission-textblock .gamma {
    padding: 3% 0;
}

/* FAQ */

.accordian-wrapper {
    padding: 1.8% 0 0;
}

.accordian,
.drawer button {
    width: 100%;
    text-align: left;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    color: #000;
}

.drawer button:hover {
    cursor: pointer;
}

.accordion:after {
    font-family: "PGH-Arrows", "Fakt-Medium", Arial, sans-serif;
    font-size: 2.7vw;
    padding-top: 0.5%; 
    content: '↓';
    float: right;
}

.active:after {
    font-family: "PGH-Arrows", "Fakt-Medium", Arial, sans-serif;
    font-size: 2.7vw;
    padding-top: 0.5%;
    content: "↑";
}

.drawer {
    border-top: var(--border);
    padding: 1% 10% 1.4% 3%;
}

.drawer .panel {
    max-height: 0;
    width: 90%;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.15s ease-out, opacity 0.6s ease-out;
}

.accordion.active {
   transition: max-height 0.15s ease-out, opacity 0.6s ease-out;
}

.drawer span {
    display: block;
}

.drawer:last-of-type {
    border-bottom: 3px solid #000;
}

/* FARMS */

.fw-image {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.fw-image img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.farms {
    background-color: #000;
}

.farms-list {
    padding: 1% 3% 0%;
}

.farms-list .label {
    width: 100%;
    display: block;
    padding: 2.5% 0 3.5%;
}

.locations {
    display: flex;
    flex-wrap: wrap;
    padding-right: 7%;
    width: 100%;
}

.location {
    display: inline-block;
    width: 49%;
    border-top: var(--border-white);
    padding: 2% 0 10%;
}

.location:nth-child(even) {
    margin-left: .75%;
}

.location:nth-child(odd) {
    margin-right: .75%;
}

/* FOOTER */

.footer {
    display: flex;
    flex-wrap: wrap;
    padding: 4.5% 10% 4.5% 3%;
    margin-bottom: 95vh;
}

.footer-address {
    width: 50%;
    display: flex;
}

.footer-seal {
    width: 16%;
    margin-right: 4%;
}

.footer-seal img {
    width: 100%;
}

.fine-print {
    width: 100%;
    display: flex;
    color: #A2A2A2;
    padding: 5% 0 0;
    font-size: 1.6vw;
}

.fine-print a {
    color: #A2A2A2;
}

.fine-print a:hover {
    color: #000;
}

.fine-print div {
    width: 50%;
}

/* NEWSLETTER FORM FOOTER */

.newsletter {
    width: 50%;
}

#mc_embed_signup_scroll {
    display: flex;
}

.mc-field-group {
    width: 100%;
    align-self: flex-end;
}

#mc_embed_signup form {
    width: 100%;
    vertical-align: top;
}

#mce-EMAIL {
    width: 100%;
    border: 0;
    border-bottom: var(--border-green);
    border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
    color: var(--PGH-green);
    font-size: 1.94vw;
    padding: 0 0 0.75%;
    margin-top: 4.8%;
    transition: all 0.1s ease;
}

#mc-embedded-subscribe {
    color: var(--PGH-green);
    font-size: 2vw;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 100% 0 0% 0;
    transition: color 0.1s ease;
}

#mc-embedded-subscribe:hover {
    text-decoration: none;
    color: #A2A2A2;
    cursor: pointer;
}

.clear {
    border-bottom: var(--border-green);
}

#mce-success-response,
#mce-error-response,
#mce-error-response a {
    color: #345638;
    font-size: 1.94vw;
    text-align: left;
}

#mc_embed_signup div.mce_inline_error {
    background-color: transparent !important;
    color: #6B0505 !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    font-size: 2vw;
}

/* ALMANAC */

.almanac {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    background-color: var(--PGH-green);
    background-image: url('../links/newsletter-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -99;
    color: #fff;
    padding: 0 10% 3% 3%;
}

.almanac-info {
    display: flex;
}

.almanac-logo {
    font-size: 9.8vw;
    line-height: 1;
    width: 50%;
}

.almanac-logo img {
    width: 49%;
    margin-left: 3%;
}

.almanac-text {
    font-size: 2.7vw;
    line-height: 1.2;
    width: 50%;
    padding-left: 3%;
}

.almanac-signup {
    width: 100%;
    color: #fff;
    margin-top: 4%;
}

/* NEWSLETTER FORM ALMANAC */

#mce-EMAIL-almanac {
    width: 100%;
    border: 0;
    border-bottom: var(--border-white);
    border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
    color: #fff;
    font-size: 2.7vw;
    padding: 0 0 0.75%;
    transition: all 0.1s ease;
}

#mc-embedded-subscribe-almanac {
    color: #fff;
    font-size: 2.8vw;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 20% 0 0% 0;
    transition: color 0.1s ease;
}

#mc-embedded-subscribe:hover {
    text-decoration: none;
    color: #A2A2A2;
    cursor: pointer;
}

.clear-almanac {
    border-bottom: var(--border-white);
}

#mce-success-response,
#mce-error-response,
#mce-error-response a {
    color: #345638;
    font-size: 1.94vw;
    text-align: left;
}

#mc_embed_signup div.mce_inline_error {
    background-color: transparent !important;
    color: #6B0505 !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}


/*  VARIETIES PAGE */

#varieties {
    padding-left: 6%;
}

#varieties .varieties-button, .varieties-button.is-left {
    left: 0;
    right: auto;
    background-color: #fff;
    border-right: var(--border);
}

#varieties .varieties-text, .varieties-button.is-left {
    color: #000;
}

#varieties .varieties-button, .varieties-button.is-left {
    border-left: none;
}

#varieties .varieties-button:hover, .varieties-button.is-left:hover {
    padding-left: 2%;
    padding-right: 1.25%;
}

.featured-variety {
    width: 100%;
}

.featured-variety-heading {
    width: 100%;
    padding: 2% 4% 1% 4%;
    line-height: 1;
}

.featured-variety-heading .pgh-arrows {
    font-size: 4.5vw;
}

.variety-category {
    width: 100%;
    overflow-x: hidden;
    border-top: var(--border);
    margin-top: var(--negative-border-size);
}

.variety-heading-filter {
    width: 100%;
    display: flex;
    padding: 1.5%;
}

.variety-heading {
    padding-right: 1%;
}

.filters label {
    margin-right: 3%;
}

.filters {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    padding: 0 3% 0.3% 1.5%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 2.3vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 1vw;
    left: 0;
    width: 1.6vw;
    height: 1.6vw;
    border: var(--border);
    transition: background-color 0.2s linear;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #000;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.variety-listing {
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
    border-top: var(--border);
}

.variety-card {
    width: 33.3333%;
    border-bottom: var(--border);
    border-right: var(--border);
    padding: 1.5% 2% 2%;
    transition: background-color 0.2s linear;
}

.variety-description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

/* .variety-card:nth-child(3n+0) {
    border-right: 0;
} */


.variety-img {
    width: 100%;
    padding: 20% 0 7%;
}

.variety-img img {
    width: 100%;
}

/* 360 VIEWER */

.cd-product-viewer-wrapper {
    text-align: center;
    padding: 0 2% 2%;
}
.cd-product-viewer-wrapper > div {
    display: inline-block;
    width: 100%;
}
.cd-product-viewer-wrapper .product-viewer {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.cd-product-viewer-wrapper img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
}
.cd-product-viewer-wrapper .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed by 24 frames */
    width: 2400%;
    background: no-repeat center center;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.cd-product-viewer-wrapper.loaded .product-sprite {
    /* image sprite has been loaded */
    opacity: 1;
    cursor: grab;
}

.cd-product-viewer-wrapper.loaded .product-sprite:active {
    cursor: grabbing;
}

/*  DETAIL PAGE  */

.detail-page {
    padding: 0 3% 9%;
    border-left: var(--border);
}

.detail-page .cd-product-viewer-wrapper {
    text-align: center;
    padding: 0 0 2%;
}

.detail-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 2% 0;
}

button.close.zeta {
    color: #000;
    transition: color 0.2s linear;
}

button.close.zeta:hover {
    color: var(--PGH-brown);
}

div.list.theta ul {
    padding-left: 7.25%;
}

span.text-indent {
    position: relative;
    left: -1.8%;
}

.inquiry-button span {
    display: inline-block;
}

.inquiry-button .pgh-arrows {
    font-size: 3.7vw;
}

.variety-hero-image {
    width: 100%;
    padding: 0;
}

.variety-hero-image img {
    width: 100%;
}

.variety-description-full {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 6%;
}

.dek {
    width: 100%;
    padding-bottom: 8%;
}

.list {
    width: 49%;
    padding-bottom: 3%;
}

.reverse-indent {
    margin-left: -6%;
}

.list:nth-child(even) {
    margin-right: 2%;
}



@media only screen and (min-width : 2000px) {

    :root {
        --border: 5px solid #000;
        --border-white: 5px solid #fff;
        --border-green: 5px solid #345638;
        --border-transparent: 5px solid transparent;
        --negative-border-size: -5px;
    }
}


@media only screen and (min-width : 1500px) {

    :root {
        --border: 4px solid #000;
        --border-white: 4px solid #fff;
        --border-green: 4px solid #345638;
        --border-transparent: 4px solid transparent;
        --negative-border-size: -4px;
    }
}

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

.wordmark {
        width: 25%;
    }

    .logo {
        width: 50%;
    }

    #status {
        width: 50%;
    }

}

@media only screen and (max-width : 750px) {
    
    :root {
        --border: 2px solid #000;
        --border-white: 2px solid #fff;
        --border-green: 2px solid #345638;
        --border-transparent: 2px solid transparent;
        --negative-border-size: -2px;
    }

    .beta {
        font-size: 10.5vw;
    }

    .gamma {
        font-size: 7.8vw;
        line-height: 1.15;
    }

    .zeta {
        font-size: 6.25vw;
    }

    .delta,
    .eta,
    .theta {
        font-size: 5.7vw;
        line-height: 1.15;
    }

    .kappa {
        font-size: 9.5vw;
    }

    .slide-heading-controller {
        margin-right: 15%;
        padding: 2% 0 3% 3%;
        align-self: flex-start;
    }

    .slideshow {
        min-height: 125vh;
    }

    .description-wrapper,
    .slide-video {
        width: 100%;
    }

    .slide-video {
        border-left: 0;
        border-top: var(--border);
        flex-grow: 1;
        height: auto;
    }

    .slide {
        flex-direction: column;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .slide-description-text {
        padding: 6% 14% 8% 3%;
    }

    .slide-number {
        padding: 20% 6% 0%;
    }

    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .varieties-button {
        align-items: flex-end;
        padding-bottom: 5%;
    }

    .varieties-text {
        top: 87%;
    }

    .varieties-text .pgh-arrows {
        font-size: 5vw;
        padding-left: 3%;
    }

    .wordmark {
        padding: 4%;
        width: 45%;
    }

    .logo {
        width: 75%;
    }

    #status {
        width: 75%;
    }

    .heading {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        min-height: 100vh;
        padding-top: 15%;
    }

    .heading h1 {
        padding: 3% 6% 3% 3%;
        font-size: 22vw;
    }

    .seal {
        width: 20%; 
        height: 20%;
    }

    .heading-down-arrow.show-mobile {
        width: 20%; 
        height: 20%;
        padding: 3% 3% 6%;
    }

    .mission-textblock {
        padding: 0 0 15% 0;
    }

    .mission {
        padding: 20% 15% 30% 3%;
    }

    .accordian-wrapper {
        padding-top: 6%;
    }

    .drawer {
        padding: 3% 15% 3% 3%;
    }

    .accordion:after {
        font-size: 4.7vw;
        padding-top: 1%; 
    }

    .active:after {
        font-size: 4.7vw;
        padding-top: 1%;
    }

    .drawer .panel {
        width: 100%;
    }

    .farms-list {
        padding: 10% 3% 15%;
    }

    .farms-list .label {
        padding: 10% 0 6%;
    }

    .fw-image {
        height: 50vh;
    }

    .location {
        width: 93%;
        margin: 0 !important;
        padding: 3% 0 15%;
    }

    .footer,
    .fine-print {
        flex-direction: column;
    }

    .footer-address,
    .newsletter,
    .fine-print div {
        width: 100%;
    }

    .footer {
        padding: 25% 15.5% 10% 3%;
    }

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

    .footer-seal {
        width: 28%;
        padding-bottom: 3%;
    }

    .newsletter {
        padding-top: 20%;
    }

    #mce-EMAIL {
        font-size: 6.25vw;
    }

    #mc-embedded-subscribe {
        font-size: 6vw;
    }

    .fine-print {
        font-size: 4.4vw;
        padding-top: 20%;
    }

    .almanac {
        padding: 0 15% 10% 3%;
    }

    .almanac-info {
        flex-direction: column;
    }

    .almanac-logo,
    .almanac-text {
        width: 100%;
    }

    .almanac-logo {
        font-size: 19.25vw;
        line-height: .9;
    }

    .almanac-text {
        font-size: 5.7vw;
        padding: 9% 0 3%;
    }

    #mce-EMAIL-almanac {
        font-size: 6.25vw;
        padding: 0 0 3%;
    }

    #mc-embedded-subscribe-almanac {
        font-size: 6vw;
    }

    #varieties {
        padding-left: 11%;
    }

    .featured-variety-heading .pgh-arrows {
        font-size: 6.5vw;
    }

    .cd-product-viewer-wrapper {
        padding: 20% 0 15%;
    }

    .variety-heading-filter {
        padding-left: 4%;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        padding-right: 0;
    }

    .variety-heading {
        padding-right: 5%;
    }

    .filters {
        padding-bottom: 1%;
        overflow-y: hidden;
    }

    
    .variety-listing {
        margin-right: -3px;
    }

    .variety-card {
        width: 50%;
        padding: 4%;
    }

    /* .variety-card:nth-child(3n+0) {
        border-right: var(--border);
    } */

    div.variety-description.eta {
        font-size: 3.5vw;
    }

    .checkbox-container {
        padding-left: 5vw;
    }

    .filters label {
        margin-right: 8%;
    }

    .checkbox-container {
        padding-left: 4.5vw;
    }

    .checkmark {
        top: 1.7vw;
        width: 3vw;
        height: 3vw;
    }

    .detail- {
        padding: 0 4% 18%;
    }

    .variety-hero-image {
        padding: 5% 0 9%;
    }

    .dek {
        padding-bottom: 8%;
   }

    .list {
        width: 100%;
        padding-bottom: 6%;
        line-height: 1.2;
        font-size: 4.75vw;
    }

    div.list.theta ul {
        padding-left: 6.25%;
    }

    .reverse-indent {
        margin-left: -6%;
    }

    .list:nth-child(even) {
        margin-right: 0;
    }

    .inquiry-button {
        font-size: 10vw;
        line-height: 1.1;
    }

    .inquiry-button .pgh-arrows {
        font-size: 7vw;
    }

}

@media only screen and (min-width : 751px) and (max-width : 990px) {
    .eta.slide-description-text {
        font-size: 3.1vh;
        line-height: 1.09;
    }
}



