/*---------- x-browser compatibility contents --------------
 Layout:
 -------
 grid-template-columns($cols, $gridGap)
 grid-template-rows($cols, $gridGap)
 grid-auto-rows($rowHeight, $gridGap)
 Box Shadow:       box-shadow($rule...)
 -----------
 Gradients:
 ----------
 linearGradient_vertical($topColorColor, $bottomColorColor)
 linearGradient_horizontal($leftColorColor, $rightColor)
 TO DO:
 linear (diagonal - angle, start stop)
 radial
 Transitions:      transition($rule)
 ------------
 Animations:       animation($rule)
 -----------
 Keyframes:        keyframes($animationName){ ... }
 -----------
 Transform:        transform($rule)
 ----------
 Transform-style:  transform-style($rule)
 ----------------
 FontAwesome:      FA($v4: false, $Pro:false, $Free:false, $Solid:false, $Brand:false) ------> example: @include($v4:true) // returns: font-family:"FontAwesome";
 ----------------
 filter:      filter($rule)
 */
/*######### variables ############*/

html, body {
    margin: 0;
    padding: 0; }

.--coffeegen-registration {
    color: #4d4d4d; }

#coffeegen-registration-form input {
    margin-bottom: 0;
}
.--coffeegen-registration ._hero {
    height: 55vh;
    position: relative;
    z-index: 0;
    background: #00596d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; }

.--coffeegen-registration ._hero .imgBox {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0.31;
    mix-blend-mode: luminosity;
    overflow: hidden; }

.--coffeegen-registration ._hero h2 {
    font-family: 'source-serif-pro', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    position: relative;
    color: #fff;
    text-align: center; }
@media (min-width: 1200px) {
    .--coffeegen-registration ._hero h2 {
        font-size: 65px; } }

.--coffeegen-registration ._hero h2:after {
    content: '';
    width: 100%;
    margin-top: 0.35em;
    height: 5px;
    display: block;
    border-radius: 5px;
    border-color: #b39356;
    background: #b39356; }
@media (min-width: 1200px) {
    .--coffeegen-registration ._hero h2:after {
        height: 7px;
        border-radius: 7px; } }



.--coffeegen-registration ._teaser .grid {
    padding: 20px 0;
    max-width: calc(100% - 40px);
    margin: 0 auto; }

@media (min-width: 600px) {
    .--coffeegen-registration ._teaser .grid {
        padding: 7% 0;
        max-width: 100%; } }

@media (min-width: 600px) {
    .--coffeegen-registration ._teaser .txtBox {
        padding: 0 7%; } }

.--coffeegen-registration ._teaser .contain {
    max-height: 450px; }

@media (min-width: 1800px) {
    .--coffeegen-registration ._teaser .contain {
        object-position: bottom; } }

.--coffeegen-registration ._teaser h3 {
    font-family: 'source-serif-pro', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';;
    font-weight: normal;
    font-size: 30px;
    color: #3ac6c7; }

@media (min-width: 1200px) {
    .--coffeegen-registration ._teaser h3 {
        font-size: 37px; } }

.--coffeegen-registration ._teaser p {
    font-size: 20px; }

.--coffeegen-registration form {
    background: #fff;
    font-family: Moderat Regular, sans-serif; }

.--coffeegen-registration form h4 {
    font-family: Moderat Regular, sans-serif;
    font-weight: 700; }

.--coffeegen-registration form a {
    font-size: 20px;
    color: #04596d;
    font-weight: 700; }

.--coffeegen-registration form fieldset {
    position: relative;
    max-width: 1200px;
    border: none;
    margin: auto;
    word-break: break-word;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
    padding: 0 20px; }

.--coffeegen-registration form legend {
    font-family: rift-soft, sans-serif;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    color: #00596d;
    padding: 50px 0 30px;
    max-width: 660px; }

@media (min-width: 1200px) {
    .--coffeegen-registration form legend {
        font-size: 40px;
        padding: 80px 0 60px; } }

.--coffeegen-registration form input[type="text"], .--coffeegen-registration form input[type="email"], .--coffeegen-registration form input[type="number"], .--coffeegen-registration form select {
    font-size: 18px;
    font-family: Moderat Regular, sans-serif;
    color: #4d4d4d;
    padding: 0 20px;
    height: 60px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #3ac6c7 inset;
    -moz-box-shadow: 0 0 0 2px #3ac6c7 inset;
    -o-box-shadow: 0 0 0 2px #3ac6c7 inset;
    box-shadow: 0 0 0 2px #3ac6c7 inset;
    border: none; }

.--coffeegen-registration form input[type="text"]:focus, .--coffeegen-registration form input[type="email"]:focus, .--coffeegen-registration form input[type="number"]:focus, .--coffeegen-registration form select:focus {
    outline: none;
    background: #f5fcfc; }

.--coffeegen-registration form input[type="text"]:required:invalid, .--coffeegen-registration form input[type="email"]:required:invalid, .--coffeegen-registration form input[type="number"]:required:invalid, .--coffeegen-registration form select:required:invalid {
    color: #8ca1a7 !important; }




.--coffeegen-registration form .selectWrapper .--statusIconWrapper:after {
    content: "\f078"; }

.--coffeegen-registration form .selectWrapper select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.--coffeegen-registration form input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-top: 0.25em;
    -webkit-box-shadow: 0 0 0 2px #df5120 inset;
    -moz-box-shadow: 0 0 0 2px #df5120 inset;
    -o-box-shadow: 0 0 0 2px #df5120 inset;
    box-shadow: 0 0 0 2px #df5120 inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.--coffeegen-registration form input[type="checkbox"]:focus {
    outline: none !important;
    background: #f5fcfc; }

.--coffeegen-registration form input[type="checkbox"]:checked {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.--coffeegen-registration form input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #3ac6c7;
    filter: dropshadow(1px 0 0 0 rgba(255, 255, 255, 0.5));
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 25% 40%; }

.--coffeegen-registration form .inputWrapper, .--coffeegen-registration form .selectWrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px; }

@media (min-width: 600px) {
    .--coffeegen-registration form .inputWrapper, .--coffeegen-registration form .selectWrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(200px, 800px) minmax(200px, 1fr);
        grid-template-columns: minmax(200px, 800px) minmax(200px, 1fr);
        grid-gap: 40px;
        align-items: center; }
    @supports (-ms-ime-align: auto) {
        
        
        .--coffeegen-registration form .inputWrapper div:nth-child(1), .--coffeegen-registration form .selectWrapper div:nth-child(1) {
            -ms-grid-column: 1 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(2), .--coffeegen-registration form .selectWrapper div:nth-child(2) {
            -ms-grid-column: 2 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(3), .--coffeegen-registration form .selectWrapper div:nth-child(3) {
            -ms-grid-column: 3 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(4), .--coffeegen-registration form .selectWrapper div:nth-child(4) {
            -ms-grid-column: 4 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(5), .--coffeegen-registration form .selectWrapper div:nth-child(5) {
            -ms-grid-column: 5 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(6), .--coffeegen-registration form .selectWrapper div:nth-child(6) {
            -ms-grid-column: 6 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(7), .--coffeegen-registration form .selectWrapper div:nth-child(7) {
            -ms-grid-column: 7 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(8), .--coffeegen-registration form .selectWrapper div:nth-child(8) {
            -ms-grid-column: 8 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(9), .--coffeegen-registration form .selectWrapper div:nth-child(9) {
            -ms-grid-column: 9 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(10), .--coffeegen-registration form .selectWrapper div:nth-child(10) {
            -ms-grid-column: 10 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(11), .--coffeegen-registration form .selectWrapper div:nth-child(11) {
            -ms-grid-column: 11 !important; }
        
        .--coffeegen-registration form .inputWrapper div:nth-child(12), .--coffeegen-registration form .selectWrapper div:nth-child(12) {
            -ms-grid-column: 12 !important; } } }
@media all and (min-width: 600px) and (-ms-high-contrast: none), (min-width: 600px) and (-ms-high-contrast: active) {
    
    
    .--coffeegen-registration form .inputWrapper div:nth-child(1), .--coffeegen-registration form .selectWrapper div:nth-child(1) {
        -ms-grid-column: 1 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(2), .--coffeegen-registration form .selectWrapper div:nth-child(2) {
        -ms-grid-column: 2 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(3), .--coffeegen-registration form .selectWrapper div:nth-child(3) {
        -ms-grid-column: 3 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(4), .--coffeegen-registration form .selectWrapper div:nth-child(4) {
        -ms-grid-column: 4 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(5), .--coffeegen-registration form .selectWrapper div:nth-child(5) {
        -ms-grid-column: 5 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(6), .--coffeegen-registration form .selectWrapper div:nth-child(6) {
        -ms-grid-column: 6 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(7), .--coffeegen-registration form .selectWrapper div:nth-child(7) {
        -ms-grid-column: 7 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(8), .--coffeegen-registration form .selectWrapper div:nth-child(8) {
        -ms-grid-column: 8 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(9), .--coffeegen-registration form .selectWrapper div:nth-child(9) {
        -ms-grid-column: 9 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(10), .--coffeegen-registration form .selectWrapper div:nth-child(10) {
        -ms-grid-column: 10 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(11), .--coffeegen-registration form .selectWrapper div:nth-child(11) {
        -ms-grid-column: 11 !important; }
    
    .--coffeegen-registration form .inputWrapper div:nth-child(12), .--coffeegen-registration form .selectWrapper div:nth-child(12) {
        -ms-grid-column: 12 !important; } }

.--coffeegen-registration form label {
    color: #00596d;
    display: flex;
    flex-wrap: wrap; }

.--coffeegen-registration form label.checkbox {
    display: inline-flex; }

.--coffeegen-registration form label.checkbox input {
    margin: 0 20px 0 0; }

.--coffeegen-registration form label.checkbox .label {
    margin: 0; }

.--coffeegen-registration form label .label {
    width: 100%;
    margin: 25px 0 12px; }

.--coffeegen-registration form .errorMessage {
    display: none;
    font-size: 17px;
    color: #cc4409; }

.--coffeegen-registration form .errorMessage.--prominent {
    font-weight: bold; }





.--coffeegen-registration form.--status._error input, .--coffeegen-registration form .--status._error input, .--coffeegen-registration form.--status._error select, .--coffeegen-registration form .--status._error select {
    -webkit-box-shadow: 0 0 0 2px #cc4409 inset !important;
    -moz-box-shadow: 0 0 0 2px #cc4409 inset !important;
    -o-box-shadow: 0 0 0 2px #cc4409 inset !important;
    box-shadow: 0 0 0 2px #cc4409 inset !important; }


.--coffeegen-registration form.--status._error .--statusIconWrapper:after, .--coffeegen-registration form .--status._error .--statusIconWrapper:after {
    content: "\f00d";
    color: #cc4409 !important; }

.--coffeegen-registration form.--status._error + .errorMessage, .--coffeegen-registration form .--status._error + .errorMessage, .--coffeegen-registration form.--status._error .errorMessage, .--coffeegen-registration form .--status._error .errorMessage {
    display: block !important; }




.--coffeegen-registration form.--status._success .--statusIconWrapper:after, .--coffeegen-registration form .--status._success .--statusIconWrapper:after {
    content: "\f00c";
    color: #3ac6c7 !important; }

.--coffeegen-registration form .birthday-select-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px; }

.--coffeegen-registration form .birthday-select-group label {
    flex: 1 1 150px;
    margin: 0 29px 15px 0 !important; }

@media (min-width: 600px) {
    
    .--coffeegen-registration form .birthday-select-group label:not(:last-of-type) {
        margin: 0 29px 0 0; } }

.--coffeegen-registration form .postalCode-input-group {
    display: flex;
    flex-wrap: wrap; }

.--coffeegen-registration form .postalCode-input-group label {
    margin: 0 0 15px 0; }

@media (min-width: 600px) {
    .--coffeegen-registration form .postalCode-input-group label {
        margin: 0 29px 0 0 !important; } }

.--coffeegen-registration form .postalCode-input-group label:last-of-type {
    margin-right: 0 !important; }

.--coffeegen-registration form .postalCode-input-group label.shrink {
    flex: 0 1 177px; }

.--coffeegen-registration form .postalCode-input-group label.grow {
    flex: 1 1 auto; }

.--coffeegen-registration form .--statusIconWrapper {
    position: relative;
    z-index: 0;
    width: 100%;
    display: flex; }

.--coffeegen-registration form .--statusIconWrapper:after {
    content: "";
    color: #3ac6c7;
    font-family: "FontAwesome";
    font-weight: 300;
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    pointer-events: none; }

.--coffeegen-registration form .--statusIconWrapper input {
    flex: 1; }

.--coffeegen-registration form ._codeEntry {
    padding-bottom: 40px; }

@media (min-width: 1200px) {
    .--coffeegen-registration form ._codeEntry {
        padding-bottom: 80px; } }

.--coffeegen-registration form ._codeEntry .inputWrapper {
    grid-gap: 30px; }

@media (min-width: 800px) {
    .--coffeegen-registration form ._codeEntry .inputWrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(300px, 420px) 1fr;
        grid-template-columns: minmax(300px, 420px) 1fr;
        grid-gap: 30px;
        align-items: center; }
    @supports (-ms-ime-align: auto) {
        
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(1) {
            -ms-grid-column: 1 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(2) {
            -ms-grid-column: 2 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(3) {
            -ms-grid-column: 3 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(4) {
            -ms-grid-column: 4 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(5) {
            -ms-grid-column: 5 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(6) {
            -ms-grid-column: 6 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(7) {
            -ms-grid-column: 7 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(8) {
            -ms-grid-column: 8 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(9) {
            -ms-grid-column: 9 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(10) {
            -ms-grid-column: 10 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(11) {
            -ms-grid-column: 11 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(12) {
            -ms-grid-column: 12 !important; } } }
@media all and (min-width: 800px) and (-ms-high-contrast: none), (min-width: 800px) and (-ms-high-contrast: active) {
    
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(1) {
        -ms-grid-column: 1 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(2) {
        -ms-grid-column: 2 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(3) {
        -ms-grid-column: 3 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(4) {
        -ms-grid-column: 4 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(5) {
        -ms-grid-column: 5 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(6) {
        -ms-grid-column: 6 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(7) {
        -ms-grid-column: 7 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(8) {
        -ms-grid-column: 8 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(9) {
        -ms-grid-column: 9 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(10) {
        -ms-grid-column: 10 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(11) {
        -ms-grid-column: 11 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(12) {
        -ms-grid-column: 12 !important; } }

@media (min-width: 1200px) {
    .--coffeegen-registration form ._codeEntry .inputWrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 420px 1fr;
        grid-template-columns: 420px 1fr;
        grid-gap: 30px;
        align-items: start; }
    @supports (-ms-ime-align: auto) {
        
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(1) {
            -ms-grid-column: 1 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(2) {
            -ms-grid-column: 2 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(3) {
            -ms-grid-column: 3 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(4) {
            -ms-grid-column: 4 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(5) {
            -ms-grid-column: 5 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(6) {
            -ms-grid-column: 6 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(7) {
            -ms-grid-column: 7 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(8) {
            -ms-grid-column: 8 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(9) {
            -ms-grid-column: 9 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(10) {
            -ms-grid-column: 10 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(11) {
            -ms-grid-column: 11 !important; }
        
        .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(12) {
            -ms-grid-column: 12 !important; } } }
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(1) {
        -ms-grid-column: 1 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(2) {
        -ms-grid-column: 2 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(3) {
        -ms-grid-column: 3 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(4) {
        -ms-grid-column: 4 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(5) {
        -ms-grid-column: 5 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(6) {
        -ms-grid-column: 6 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(7) {
        -ms-grid-column: 7 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(8) {
        -ms-grid-column: 8 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(9) {
        -ms-grid-column: 9 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(10) {
        -ms-grid-column: 10 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(11) {
        -ms-grid-column: 11 !important; }
    
    .--coffeegen-registration form ._codeEntry .inputWrapper div:nth-child(12) {
        -ms-grid-column: 12 !important; } }

.--coffeegen-registration form ._codeEntry .--statusIconWrapper {
    width: unset;
    display: block; }

.--coffeegen-registration form ._codeEntry .--statusIconWrapper:after {
    right: unset;
    left: 5%;
    font-size: 35px; }

.--coffeegen-registration form ._codeEntry input {
    border-radius: 10px;
    height: 80px;
    color: #04596d;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 8px;
    width: calc(100% - 40px);
    text-align: right;
    -webkit-box-shadow: 0 0 0 4px #04596d inset;
    -moz-box-shadow: 0 0 0 4px #04596d inset;
    -o-box-shadow: 0 0 0 4px #04596d inset;
    box-shadow: 0 0 0 4px #04596d inset; }

.--coffeegen-registration form ._codeEntry input[name="userCode"]{
	padding: 0 10px;
	font-size: 34px;
}
@media only screen and (min-width: 481px) {
	.--coffeegen-registration form ._codeEntry input[name="userCode"]{
		padding: 0 20px;
		font-size: 40px;
	}
} 

.--coffeegen-registration form ._codeEntry .errorMessage {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 17px;
    width: 100%; }




.--coffeegen-registration form ._codeEntry .--status._error input {
    -webkit-box-shadow: 0 0 0 4px #cc4409 inset !important;
    -moz-box-shadow: 0 0 0 4px #cc4409 inset !important;
    -o-box-shadow: 0 0 0 4px #cc4409 inset !important;
    box-shadow: 0 0 0 4px #cc4409 inset !important; }



.--coffeegen-registration form ._codeEntry ._codeInfo p, .--coffeegen-registration form ._codeEntry ._codeInfo h4 {
    font-size: 18px;
    margin: 0 0 0.25em; }

.--coffeegen-registration form ._privacyPolicy {
    padding-bottom: 80px; }



.--coffeegen-registration form ._privacyPolicy .form-group > a {
    margin: 30px 0;
    display: inline-block; }

.--coffeegen-registration form ._privacyPolicy .form-group:not(:first-of-type) {
    margin-top: 30px; }

.--coffeegen-registration form ._privacyPolicy .checkbox {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: start;
    margin-bottom: 17px; }

@media (min-width: 1200px) {
    .--coffeegen-registration form ._privacyPolicy .checkbox {
        align-items: center; } }

.--coffeegen-registration form ._privacyPolicy .checkbox a {
    margin: unset;
    display: initial;
    font-size: inherit;
    font-weight: inherit; }

.--coffeegen-registration form section {
    margin-bottom: 66px; }

.--coffeegen-registration form .form-group {
    margin: 0;
    padding: 0; }

.--coffeegen-registration form .form-group label {
    margin-bottom: 0; }

.--coffeegen-registration form ._footnote {
    color: #00596d;
    font-size: 14px; }

.--coffeegen-registration .--registrationComplete {
    padding: 77px 20px;
    font-family: Moderat Regular, sans-serif; }

.--coffeegen-registration .--registrationComplete .container {
    max-width: 1000px;
    margin: 0 auto; }

.--coffeegen-registration .--registrationComplete h3 {
    font-family: rift-soft, sans-serif;
    font-size: 40px;
    margin: 0 0 50px;
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: normal
    flex-wrap: wrap; }

.--coffeegen-registration .--registrationComplete h3 svg {
    margin-right: 30px;
    height: 40px; }

@media (min-width: 600px) {
    .--coffeegen-registration .--registrationComplete .wrapper {
        margin-left: 142px; } }

.--coffeegen-registration .--registrationComplete p {
    font-weight: 700;
    margin-bottom: 20px; }

.--coffeegen-registration .--registrationComplete ul {
    line-height: 161.8%;
    list-style: none;
    padding: 0 0 0 30px;
    color: white;
    margin: 0 0 30px; }

.--coffeegen-registration .--registrationComplete ul li {
    margin: 0 0 30px 17px;
    max-width: 800px; }

.--coffeegen-registration .--registrationComplete ul li:before {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: 300;
    color: #3ac6c7;
    width: 30px;
    display: inline-flex;
    margin-left: -30px; }

.--coffeegen-registration .--registrationComplete a {
    text-transform: uppercase; }

.--coffeegen-registration .--nextSectionSeparator {
    position: absolute;
    bottom: -32px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(100% - 40px); }

.--coffeegen-registration .--nextSectionSeparator .btn-nextSection {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3ac6c7;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none;
    background: #fff !important;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
    cursor: pointer; }

.--coffeegen-registration .--nextSectionSeparator .btn-nextSection:after {
    content: '\f063';
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 30px; }

.--coffeegen-registration .--nextSectionSeparator .btn-nextSection:hover, .--coffeegen-registration .--nextSectionSeparator .btn-nextSection:focus, .--coffeegen-registration .--nextSectionSeparator .btn-nextSection:active {
    outline: none !important;
    background: #fff !important; }

.--coffeegen-registration p {
    font-family: Moderat Regular, sans-serif;
    line-height: 161.8%;
    color: #4d4d4d; }

.--coffeegen-registration a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: solid; }

.--coffeegen-registration a:hover, .--coffeegen-registration a:active, .--coffeegen-registration a:focus {
    text-decoration-style: dashed; }

.--coffeegen-registration .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 12px;
    font-family: Moderat Regular, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.46px;
    background: #df5120;
    color: #fff;
    -webkit-box-shadow: 0 4px 9px rgba(200, 0, 61, 0.27);
    -moz-box-shadow: 0 4px 9px rgba(200, 0, 61, 0.27);
    -o-box-shadow: 0 4px 9px rgba(200, 0, 61, 0.27);
    box-shadow: 0 4px 9px rgba(200, 0, 61, 0.27);
    border: none;
    padding: 0 20px; }

.--coffeegen-registration .btn-primary[type="submit"] {
    margin-top: 65px;
}
.--coffeegen-registration .btn-primary[type="submit"].submitted {
    background-color: rgba(0,0,0,0.6);;
    pointer-events: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.--coffeegen-registration .btn-primary:focus {
    outline: none !important; }

.--coffeegen-registration .btn-primary:disabled, .--coffeegen-registration .btn-primary.disabled {
    margin-bottom: 17px;
    color: #fff;
    background: #c1c1c1;
    -webkit-box-shadow: 0 4px 9px rgba(163, 159, 161, 0.27);
    -moz-box-shadow: 0 4px 9px rgba(163, 159, 161, 0.27);
    -o-box-shadow: 0 4px 9px rgba(163, 159, 161, 0.27);
    box-shadow: 0 4px 9px rgba(163, 159, 161, 0.27); }

.--coffeegen-registration .btn-primary:disabled + .errorMessage, .--coffeegen-registration .btn-primary.disabled + .errorMessage {
    display: block !important; }

#coffeegen_registration_form_error_message.errorMessage{
    margin-top:2em;
    display: block;
}

.--coffeegen-registration .hidden {
    display: none !important; }

.--coffeegen-registration .container {
    width: 100%; }

@media (min-width: 600px) {
    .--coffeegen-registration .container._80 {
        width: 80vw;
        margin: 0 auto;
        max-width: 1950px; } }

.--coffeegen-registration .imgBox {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden; }

.--coffeegen-registration .imgBox img {
    width: 100%;
    height: 100%; }

.--coffeegen-registration .imgBox img.cover {
    object-fit: cover; }

.--coffeegen-registration .imgBox img.contain {
    object-fit: contain; }



.--coffeegen-registration .grid.--twoCol {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(1) {
        -ms-grid-column: 1 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(2) {
        -ms-grid-column: 2 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(3) {
        -ms-grid-column: 3 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(4) {
        -ms-grid-column: 4 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(5) {
        -ms-grid-column: 5 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(6) {
        -ms-grid-column: 6 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(7) {
        -ms-grid-column: 7 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(8) {
        -ms-grid-column: 8 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(9) {
        -ms-grid-column: 9 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(10) {
        -ms-grid-column: 10 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(11) {
        -ms-grid-column: 11 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(12) {
        -ms-grid-column: 12 !important; } }

@supports (-ms-ime-align: auto) {
    
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(1) {
        -ms-grid-column: 1 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(2) {
        -ms-grid-column: 2 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(3) {
        -ms-grid-column: 3 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(4) {
        -ms-grid-column: 4 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(5) {
        -ms-grid-column: 5 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(6) {
        -ms-grid-column: 6 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(7) {
        -ms-grid-column: 7 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(8) {
        -ms-grid-column: 8 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(9) {
        -ms-grid-column: 9 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(10) {
        -ms-grid-column: 10 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(11) {
        -ms-grid-column: 11 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(12) {
        -ms-grid-column: 12 !important; } }

@media (min-width: 1200px) {
    .--coffeegen-registration .grid.--twoCol {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0; }
    @supports (-ms-ime-align: auto) {
        
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(1) {
            -ms-grid-column: 1 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(2) {
            -ms-grid-column: 2 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(3) {
            -ms-grid-column: 3 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(4) {
            -ms-grid-column: 4 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(5) {
            -ms-grid-column: 5 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(6) {
            -ms-grid-column: 6 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(7) {
            -ms-grid-column: 7 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(8) {
            -ms-grid-column: 8 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(9) {
            -ms-grid-column: 9 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(10) {
            -ms-grid-column: 10 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(11) {
            -ms-grid-column: 11 !important; }
        
        .--coffeegen-registration .grid.--twoCol div:nth-child(12) {
            -ms-grid-column: 12 !important; } } }
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(1) {
        -ms-grid-column: 1 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(2) {
        -ms-grid-column: 2 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(3) {
        -ms-grid-column: 3 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(4) {
        -ms-grid-column: 4 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(5) {
        -ms-grid-column: 5 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(6) {
        -ms-grid-column: 6 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(7) {
        -ms-grid-column: 7 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(8) {
        -ms-grid-column: 8 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(9) {
        -ms-grid-column: 9 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(10) {
        -ms-grid-column: 10 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(11) {
        -ms-grid-column: 11 !important; }
    
    .--coffeegen-registration .grid.--twoCol div:nth-child(12) {
        -ms-grid-column: 12 !important; } }

@media (min-width: 1200px) {
    .--coffeegen-registration .grid.--twoCol.--1_2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
        grid-gap: 0; }
    @supports (-ms-ime-align: auto) {
        
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(1) {
            -ms-grid-column: 1 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(2) {
            -ms-grid-column: 2 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(3) {
            -ms-grid-column: 3 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(4) {
            -ms-grid-column: 4 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(5) {
            -ms-grid-column: 5 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(6) {
            -ms-grid-column: 6 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(7) {
            -ms-grid-column: 7 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(8) {
            -ms-grid-column: 8 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(9) {
            -ms-grid-column: 9 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(10) {
            -ms-grid-column: 10 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(11) {
            -ms-grid-column: 11 !important; }
        
        .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(12) {
            -ms-grid-column: 12 !important; } } }
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(1) {
        -ms-grid-column: 1 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(2) {
        -ms-grid-column: 2 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(3) {
        -ms-grid-column: 3 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(4) {
        -ms-grid-column: 4 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(5) {
        -ms-grid-column: 5 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(6) {
        -ms-grid-column: 6 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(7) {
        -ms-grid-column: 7 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(8) {
        -ms-grid-column: 8 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(9) {
        -ms-grid-column: 9 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(10) {
        -ms-grid-column: 10 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(11) {
        -ms-grid-column: 11 !important; }
    
    .--coffeegen-registration .grid.--twoCol.--1_2 div:nth-child(12) {
        -ms-grid-column: 12 !important; } }

.--coffeegen-registration .--BG-color-brown-1b {
    background: #c1a877;
    color: #fff; }

.--coffeegen-registration .--BG-color-brown-1b p {
    color: #fff; }

.--coffeegen-registration .--BG-color-gray-1a {
    background: #efece9; }

.--coffeegen-registration .--BG-color-blue-1a {
    background: #00596d;
    color: #fff; }

.--coffeegen-registration .--BG-color-blue-1a p {
    color: #fff; }

.--coffeegen-registration .sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

.capcha {
    margin: 1em 0;
}

/* honeypot */
.first-name-hp{
	visibility: hidden!important;
	height: 0;
	display: none!important;
}
