/* Colors */








/* Fonts */
@font-face {
    font-family: "Montserrat Bold";
    src: url("https://2360104.fs1.hubspotusercontent-na1.net/hubfs/2360104/GW/Fonts/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Montserrat";
    src: url("https://2360104.fs1.hubspotusercontent-na1.net/hubfs/2360104/GW/Fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat Light";
    src: url("https://2360104.fs1.hubspotusercontent-na1.net/hubfs/2360104/GW/Fonts/Montserrat-Light.ttf");
}



/* General */
*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Montserrat Light";
    width: 100%;
    background-color: #E9ECEF;
    /* background-color: #a89e9c; */
    background-image: url(https://info.nphoto.com/hubfs/GW/christmas%202023%20nphoto%20bg-80.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #444444;
}
h1 {
    font-family: "Montserrat Bold";
    font-size: 35px;
}
h4 {
    font-size: 13px;
}
::selection {
    color: #fff;
	background: #87C9B7;
}
::-moz-selection {
    color: #fff;
	background: #87C9B7;
}
a { text-decoration: none; }
a:link { color: #8FD5BD; }
a:active { color: #8FD5BD; }
a:visited { color: #8FD5BD; }
a:hover { opacity: 0.8; }

.cta-button span {
    font-family: "Montserrat Light"!important;
}
.cta-button:hover {
  background-color: #5DC27C!important;
}
a#cta_button:hover {
  background-color: #5DC27C!important;
}
.product-xmas a:hover {
  background-color: #5DC27C!important;
}

/* Header */
.header  {
	text-align: center;
    margin: 0 auto 0% 0;
    padding: .75% 0;
    background-color: rgba(255, 255, 255, 0.7);
/*     background-color: #fff; */
    border-bottom: 1px solid #dee2e6;
    /* box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
    transition: .3s ease-in; */
}
/* .header:hover {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease-in;
} */
.background-image {
    width: 100%;
    height: 100%;
}





/* Main container & Picbox */
.main-container {
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden;
}
.main-container .picbox {
    display: inline-block;
}
.main-container .picbox .bigpic {
    width: 50%;
    height: 100%;
}
.main-container .picbox .bigvid {
    margin: 3% 1% 3% 1.5%;
    width: 50%;
    height: 100%;
}
.main-container .brand-box {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #dee2e6;
    padding: 1% 2.5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
    transition: .3s ease-in;
}
.main-container .main-content {
    padding: 0 3%;
    width: 80%;
    margin: 0 10%!important;
}
.main-container .main-content .addon-text {
    margin: 0 0 2% 0;
}
.main-container .main-content .brand-box img {

    width: 100% !important;
    position: inherit;
}
.main-container .main-content .brand-box:hover {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease-in;
}





/* Form */
.main-container .form-group {
    margin: 3% 1% 3% 1%;
    width: 45%;
}
.main-container .form {
}
.main-container form fieldset {
    max-width: 100%;
}
.main-container .form-group .form-header, .main-container .form-group .form-vid-header {
    text-align: center;
    font-size: 26px;
    font-family: "Montserrat Bold";
    padding: 1% 2%;
    -webkit-animation: fade-in 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-in 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    margin-bottom: 3%;
}
.main-container .form label {
    /* display: none; */
}
.main-container .form .hs-email label,
.main-container .form .hs-fieldtype-text label {
    display: none;
}
.main-container .form .inputs-list label {
    font-size: 15px;
    margin: 0;
}
.main-container .form .inputs-list input {
    width: auto !important;
    margin-top: 2%;
}
.main-container .form .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-container .form .hs-country {
    width: 65%;
    margin: auto;
}
.main-container .form .hs-email {
    width: 60%;
    display: inline-block;
}
.main-container .form .hs-submit, .actions {
    width: auto!important; display: inline-block;
}
.main-container .form input[type="text"],
.main-container .form input[type="email"],
.main-container .form input[type="url"],
.main-container .form input[type="tel"],
.main-container .form textarea, select {
    display: inline-block;
    padding: 10px 12px;
    width: 95%;
    border-width: 1px;
    border-style: solid;
    border-color: #dee2e6;
    margin-bottom: 15px;
    font-family: "Montserrat Light";
    font-size: 18px;
    transition: .3s ease-in;
}
.main-container .form input[type="text"]:hover,
.main-container .form input[type="email"]:hover,
.main-container .form input[type="url"]:hover,
.main-container .form textarea:hover, select:hover {
    border-color: ;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    transition: .3s ease-in;
}
.main-container .form input[type="text"]:focus,
.main-container .form input[type="email"]:focus,
.main-container .form input[type="url"]:focus,
.main-container .form textarea:focus, select:focus {
    border-color: #AEB9CD!important;
    outline: none;
    transition: .3s ease-in;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.main-container .form input[type="checkbox"] {
    margin: .7% 0 0 0%!important;
}
.main-container .form .hs_submit {
    text-align: center;
    display: block;
    margin: 0 0 3.5% 0;
}
.main-container .form button, .main-container .form .hs-button,
.main-container .form input[type="button"],
.main-container .form input[type="reset"],
.main-container .form input[type="submit"] {
    display: inline;
	  border-radius: 50px;
    border: none;
    background-color: #17a141;
    /* background-image: linear-gradient(210deg,#8fd5bd,#41c5c0); */
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-family: "Montserrat Bold";
    line-height: 1;
    padding: 25px 90px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    margin: 6px auto 10px auto;
    -webkit-animation: heartbeat 1.75s ease-in-out infinite both;
    animation: heartbeat 1.75s ease-in-out infinite both;
    transition: .3s ease-in;
}
.main-container .form button:hover, .hs-button:hover,
.main-container .form input[type="button"]:hover,
.main-container .form input[type="reset"]:hover,
.main-container .form input[type="submit"]:hover {
    opacity: .8;
    transition: .3s ease-in;
}
.main-container .form button:focus, .hs-button:focus,
.main-container .form input[type="button"]:focus,
.main-container .form input[type="reset"]:focus,
.main-container .form input[type="submit"]:focus {
    outline: none;
}

.main-container .form button:active, .hs-button:active,
.main-container .form input[type="button"]:active,
.main-container .form input[type="reset"]:active,
.main-container .form input[type="submit"]:active {
    outline: none;
    background-image: linear-gradient(210deg,#17a141,#5DC27C);
    transition: 1s ease-in;
}
.main-container .form div span div form .hs-fieldtype-text ul {
    display: none!important;
}
.hs_error_rollup, .hs-error-msg {
    /* display: none!important; */
    color: #f2545b;
}
.input .invalid {
    border-color: #ffb4b4!important;
}
.main-container .form .legal-consent-container {
    margin: 1.75% auto 0.5% auto;
    width: 95%;
    font-size: 12px;
    color: #444444;
    opacity: .8;
}

.main-container .form .hs_type_of_photography {
    margin-top: 5px;
}
.main-container .form .legal-consent-container label {
    font-size: 14px;
    margin-bottom: 10px;
}
.main-container .form .legal-consent-container .hs-field-desc {
    padding-top: 3px;
}
.main-container .form .hs_type_of_photography label :first-child {
    font-weight: bold;
}
.main-container .form .hs_type_of_photography .input .multi-container {
    margin: 10px 0;
}
.main-container .form .hs_type_of_photography .input .multi-container li {
    display: inline-block;
    width: auto;
    padding: 2%;
    word-break: keep-all;
}
.main-container .form .hs_type_of_photography .input .multi-container li label span {
    margin: 0 2%;
    display: inline-block;
}
.main-container .form .hs-form-booleancheckbox {
    text-align: left;
}
.main-container .form .hs-form-booleancheckbox span {
    margin: auto;
    width: 90%;
}
.main-container .form .hs-form-booleancheckbox .hs-form-required {
    font-size: 150%;
}






/* Main content */
.main-container .main-content .gains {
    padding: 0 2%;
}
.main-container .main-content .gains .gain .gain-txt {
    font-size: 18px;
    line-height: 2;
    padding: 0% 7%;
    min-height: 23vh;
    margin: -1.5% 0 12% 0;
    vertical-align: text-top;
    z-index: -1;
}
.main-container .main-content .gains .gain .gain-img {
    border: 1px solid #dee2e6;
    border-bottom: none;
}
.main-container .main-content .trusted-by {
    margin: 4% 0 -2% 2%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    line-height: 1.5;
}
.main-container .main-content .trusted-by .secondary-header {
    font-family: 'Montserrat Light';
    margin: -1.5% 0 0 5%;
}
.main-container .main-content .mid-quote {
    padding: 0 10%;
    margin: 1% 0 5% 0;
    background-image: url(https://info.nphoto.com/hubfs/GW/quote-10.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.alternating-slides {
    margin-bottom: 6%;
}
.alternating-slides h3 {
    font-size: 26px;
    line-height: 1.5;
    font-family: "Montserrat Bold";
}
.alternating-slides p {
    font-size: 18px;
    line-height: 1.5;
}
.terms {
    padding: 0 2%;
}
.nphoto-trusted-by .company-logo {
    margin: 1%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
    transition: .3s ease-in;
}
.nphoto-trusted-by .company-logo img {
    -webkit-animation: scale-in-center 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.nphoto-trusted-by .company-logo:hover {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease-in;
}

.wcs-testi1-section {
    background-color: rgba(255, 255, 255, 0.3)!important;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
    transition: .3s ease-in;
}
.wcs-testi1-section p {
    padding: 0 3%;
}
.n-socials {
    background-color: rgba(228, 228, 228, 0.7)!important;
}
.n-socials img {
filter: invert(47%) sepia(79%) saturate(447%) hue-rotate(86deg) brightness(85%) contrast(101%);
}
.nphoto-copyright {
    background-color: #e1e3e6;
    border-top: 1px solid #dee2e6;
    margin-bottom: 0!important;
}

.go-top-button {
    background-color: #17a141!important;
    background-image: linear-gradient(210deg,#17a141,#17a141);!important;
}
.lp-products .hs-logo-carousel__text {
  padding-top: 12px;
  font-weight: 600;
  font-family: "Montserrat";
}





/* THANK YOU PAGE */
.main-container .form-group .ty-txt {
  margin-top: 0px!important;
}
.main-container .form-group .ty-txt h2 {
    font-size: 1.5vw;
}
.main-container .form-group .ty-txt h3 {
    font-size: 3vw;
    margin: 2vh auto;
}
.copy-code {
    margin: -2% auto 0 auto;
    text-align: center;
    display: block;
    padding: 5px 10px;
    font-size: 1vw;
    vertical-align: text-top;
    border-radius: 20px;
    border: 1px solid #8FD5BD;
    color: #444444;
    font-family: "Montserrat Light";
    transition: .2s ease-in;
}
.copy-code:hover {
    color: white;
    cursor: pointer;
    background-color: #5DC27C;
    transition: .2s ease-in;
}
#promo-code {
    opacity: 0;
}
.smart-sub {
    border: none!important;
    background-color: transparent!important;
    margin: 0 auto 0% auto;
}
.smart-sub .smart-sub-form {
    width: 95%!important;
}
.smart-sub .smart-sub-form input[type="text"],
.smart-sub .smart-sub-form input[type="email"],
.smart-sub .smart-sub-form input[type="url"],
.smart-sub .smart-sub-form textarea, select {
    display: inline-block;
    padding: 10px 12px;
    width: 95%;
    border-width: 1px;
    border-style: solid;
    border-color: #dee2e6;
    margin-bottom: 15px;
    font-family: "Montserrat Light";
    font-size: 18px;
    transition: .3s ease-in;
}
.smart-sub .smart-sub-form input[type="submit"] {
    text-align: center!important;
    width: auto!important;
}
.codes-left {
    color: #41c5c0;
}




/* Media Queries */
@media (max-width: 768px) {
  .legal-consent-container .hs-field-desc.checkbox-desc {
    margin-left: 0px!important;
  }
    .header .logo, .header .logo img {
        /* height: 60px!important; */
    }
    /* .main-container .main-content .richtext,
    .main-container .form-header, */
    .main-container .main-content {
        width: 90%;
        margin: 0 5%!important;
    }
    .main-container .picbox .bigpic {
        display: inline-block;
        width: 49%;
    }
    .main-container .picbox .bigvid {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .main-container .picbox .form-header {
        display: inline-block;
        width: 48%;
        text-align: center;
        font-size: 3.5vw;
        line-height: 1.5;
        font-family: "Montserrat Bold";
        vertical-align: top;
        margin: 0.5% 0 3% 0;
        padding: 0 2% 0 0;
    }
    .main-container .picbox .form-vid-header {
        width: 100%;
        font-size: 5vw;
        line-height: 1.5;
        text-align: center;
        font-family: "Montserrat Bold";
        vertical-align: top;
        margin: 0.5% 0 3% 0;
        padding: 0 2% 0 0;
    }
    .main-container .main-content .brand-box img {
        padding: 0% !important;
    }
    .main-container .form-group {
        width: 100%;
        margin: -1.25% 0 8% 0;
    }
    .main-container .form {
        padding-top: 4%!important;
    }
    .main-container .form .hs-email {
        width: 100%;
        display: block;
    }
    .main-container .form .hs-submit, .actions {
        width: 100%!important;
        display: block;
    }
    .main-container .form .hs-form-booleancheckbox span {
        width: 100%!important;
    }
    .main-container .form input {
        margin-right: 0!important;
    }
    .main-container .form input[type="text"],.main-container .form input[type="email"] {
        width: 100%!important;
    }
    .main-container .form input[type="checkbox"] {
        margin: .7% 1.5% 0% 0.3%!important;
    }
    .main-container .form .hs-email {
        width: 100%;
    }
    .main-container .form input[type="text"],
    .main-container .form input[type="email"],
    .main-container .form input[type="url"],
    .main-container .form textarea, select {
        width: 100%;
    }
    .main-container .form button, .main-container .form .hs-button,
    .main-container .form input[type="button"],
    .main-container .form input[type="reset"],
    .main-container .form input[type="submit"] {
        font-size: 0.95em;
        padding: 5% 12%;
    }
    .brand-box {
        margin: 5% 0 0 0;
        padding: 1% 5%!important;
    }
    .main-container .main-content .mid-quote {
        font-size: 3.25vw;
        padding: 0 3%;
        margin: 0% 0 20% 0;
    }
    .main-container .main-content .trusted-by {
        margin: 8% 0 -2% 3%;
    }
    .main-container .main-content .trusted-by h1{
        text-align: center;
    }
    .main-container .main-content .trusted-by .secondary-header {
        font-family: 'Montserrat Light';
        margin: -1.5% 0 0 2%;
    }
    .main-container .main-content .gains .gain .gain-txt {
        min-height: 0;
        font-size: 4vw;
    }
    .alternating-slides h3 {
        font-size: 4vw;
        line-height: 1.5;
        font-family: "Montserrat Bold";
    }
    .alternating-slides p {
        font-size: 3.2vw;
        line-height: 1.5;
    }



    /* THANK YOU PAGE */
    .main-container .form-group .ty-txt h2 {
        font-size: 3vw;
    }
    .main-container .form-group .ty-txt h3 {
        font-size: 6vw;
        margin: 2vh auto;
    }
    .copy-code {
        font-size: 3vw!important;
    }
}






/* Animations */
/* ----------------------------------------------
 * Generated by Animista on 2020-9-21 11:26:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.heartbeat {
    -webkit-animation: heartbeat 1.75s ease-in-out infinite both;
    animation: heartbeat 1.75s ease-in-out infinite both;
}
.fade-in {
    -webkit-animation: fade-in 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-in 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.fade-in-late {
    -webkit-animation: fade-in 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-in 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-right {
	-webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
	        animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}
.slide-out-right {
	-webkit-animation: slide-out-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
	        animation: slide-out-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-7-23 12:47:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}