html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

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

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progrss {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* TYPO */

/*@font-face {
    src: url('../assets/fonts/AvenirNextLTPro-Condensed.otf');
    font-weight: 400;
    font-family: AvenirNextLTProCondensed;
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/AvenirNextLTPro-Regular.otf');
    font-weight: 400;
    font-family: AvenirNextLTPro;
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/AvenirNextLTPro-Thin.otf');
    font-weight: 200;
    font-family: AvenirNextLTPro;
    font-display: swap;
}
*/
/*@font-face {
    src: url('../assets/fonts/AvenirNextLTPro-Medium.otf');
    font-weight: 300;
    font-family: AvenirNextLTPro;
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/AvenirNextLTPro-Bold.otf');
    font-weight: 700;
    font-family: AvenirNextLTPro;
    font-display: swap;
}*/

@font-face {
    src: url('../assets/fonts/ProximaNova-Thin.otf');
    font-weight: 200;
    font-family: "Proxima Nova";
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/ProximaNova-Regular.otf');
    font-weight: 400;
    font-family: "Proxima Nova";
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/ProximaNova-Bold.otf');
    font-weight: 700;
    font-family: "Proxima Nova";
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/Proxima-Nova-Black.otf');
    font-weight: 900;
    font-family: "Proxima Nova";
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/Recoleta-Alt-SemiBold.otf');
    font-weight: 600;
    font-family: "Recoleta Alt";
    font-display: swap;
}

.ff-recoleta {
    font-family: "Recoleta Alt";
    font-weight: 600;
}


/*@font-face {
    src: url('../assets/fonts/ColgateReady.otf');
    font-weight: 400;
    font-family: "Colgate Ready";
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/ColgateReady-Bold.otf');
    font-weight: 700;
    font-family: "Colgate Ready";
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/ColgateReady-Light.otf');
    font-weight: 200;
    font-family: "Colgate Ready";
    font-display: swap;
}
    */
/*
@font-face {
    src: url('../assets/fonts/MyriadPro-Regular.otf');
    font-weight: 400;
    font-family: "MyriadPro";
    font-display: swap;
}

@font-face {
    src: url('../assets/fonts/MyriadPro-Bold.otf');
    font-weight: 700;
    font-family: "MyriadPro";
    font-display: swap;
}
*/

body,
html {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    background: #006343;
    font-size: 16px;
    line-height: 1.2;
    scroll-behavior: smooth;
}

.ff-colgate {
    font-family: "Colgate Ready", Arial, Helvetica, sans-serif;
}

.ff-avenir {
    font-family: "AvenirNextLTPro", Arial, Helvetica, sans-serif;
}

.ff-condensed {
    font-family: AvenirNextLTProCondensed, AvenirNextLTPro;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
    margin: .5em 0;
}

.flash-info {
    margin: 0;
}

.tt-uppercase {
    text-transform: uppercase;
} 

.fg-fruitblue {
    color: #0b5f9d;
}

.fg-fruitgreen {
    color: #42b81e;
}

.fg-lightpalm {
    color: #b0c136;
}

.fg-orange {
    color: #ff7800;
}

.fg-elmex {
    color: #f26f20;
}

.fg-colgate {
    color: #db1f26;
}

.fg-yellow {
    color: #fcea0d;
}

.fg-white {
    color: #FFF;
}

.fg-black {
    color: #000;
}

.fg-blue {
    color: #009ddb;
}

.fg-gray {
    color: #666;
}

.fg-darkelmex {
    color: #007372;
}

.fg-palmolive {
    color: #006648;
}

.fg-pink {
    color: #d56dab;
}

.fg-sensitive {
    color: #00a896;
}

.fg-navy {
    color: #021e5e;
}


.bg-white {
    background-color: #ffffff;
}

.bg-sensitive {
    background-color: #00a896;
}

.bg-palmolive {
    background-color: #006648;
}

.bg-navy {
    background-color: #1e4491;
}

.bg-colgate {
    background-color: #db1f26;
}

.bg-red {
    background-color: #c1012c;
}

.bg-elmex {
    background-color: #ff4713;
}

.v-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.v-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.v-margin-double {
    margin-top: 100px;
    margin-bottom: 100px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-27 {
    font-size: 27px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-55 {
    font-size: 55px;
}

.fs-60 {
    font-size: 60px;
}

.fs-65 {
    font-size: 65px;
}

.fs-70 {
    font-size: 70px;
}

.fs-75 {
    font-size: 75px;
}

.fs-80 {
    font-size: 80px;
}

.fs-90 {
    font-size: 90px;
}

.fs-100 {
    font-size: 100px;
}

.fs-120 {
    font-size: 120px;
}

.fs-150 {
    font-size: 150px;
}

.fs-180 {
    font-size: 180px;
}

.fs-200 {
    font-size: 200px;
}

.fw-black {
    font-weight: 900;
}

.fw-bold {
    font-weight: 700;
}

.fw-medium {
    font-weight: 300;
}

.fw-light {
    font-weight: 200;
}

.ta-right {
    text-align: right;
}

.ta-justify {
    text-align: justify;
}

.ta-center {
    text-align: center;
}

.no-margin {
    margin: 0;
}

.fs-italic {
    font-style: italic;
}

.h-flex {
    display: flex;
    flex-direction: row;
}

.v-flex {
    display: flex;
    flex-direction: column;
}

.flex-50 {
    flex: 0 0 48%;
    margin: 1%;
}

.flex-33 {
    flex: 0 0 33%;    
}


.ai-center {
    align-items: center;
}

.ai-fs {
    align-items: flex-start;
}

.ai-fe {
    align-items: flex-end;
}

.jc-center {
    justify-content: center;
}

.jc-fs {
    justify-content: flex-start;
}

.jc-evenly {
    justify-content: space-evenly;
}

.jc-between {
    justify-content: space-between;
}

.shadow {
    text-shadow: 0 .1em .05em rgba(0,0,0, .6);
}

#main-wrapper,
.wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.main-wrapper {
}

#main-nav {
    background-color: #a9c23e;

}

#main-nav .menu-item {
    text-decoration: none;    
    text-transform: uppercase;
    font-size: 27px;
    padding: 1em;
    font-weight: 500;
}

#main-nav nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#hero {
    position: relative;    
}

#footer {
    background: #a9c23e;
}

#footer a {
    text-decoration: none;
    color: #006343;
    padding: 1.5em 1.5em;
}

.form-wrapper {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;

}

.form-row {
    margin-top: 1em;
    display: flex;
}

.form-row.center {
    justify-content: center;
}

.form-item:not(.full) {
    flex: 0 0 48%;
}

.form-item:not(.full):first-child {
    margin-right: 2%;
}

.form-item:not(.full):last-child {
    margin-left: 2%;
}

.form-item.max {
    width: 100%;
}

form.locked,
form.loading {
    pointer-events: none;
    filter: blur(2px);
}

textarea,
input {
    display: block;
    border: 2px solid #a9c23e;
    box-sizing: border-box;
    width: 100%;
    padding: .5em;
    color: #2c2c2c;
    background: #fff;
}

label {
    color: #fff;
    margin: .5em 0;
    display: block;
}


label a {
    color: inherit;
}

textarea {
    resize: none;
    height: 10em;
}

.tooltop {
    display: inline-block;
    font-size: 1em;
    margin-top: 1.45em;
}

.tooltop p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.tooltop p img {
    margin-right: 1em;
}

.tooltop .paragon {
    display: none;
}

.tooltop:hover .paragon,
.tooltop.active .paragon {
    display: block;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 3em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 2em !important;
}

.small .container {
    line-height: 1em !important;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.checkmark {
    position: absolute;    
    top: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: transparent;
    border: 2px solid #83ac3f;
}

.small .checkmark {
    position: absolute;    
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background: transparent;
    border: 2px solid #83ac3f;
}

input:checked~.checkmark {
    background-color: #83ac3f;
}

.checkbox.form-item label {
    font-size: 1em;
    line-height: 1.2;
}

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

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

.checkmark:after {
    left: 35%;
    top: 12%;
    width: 0.5em;
    height: 1em;
    border: solid #fff;;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.small .checkmark:after {
    width: 0.25em;
    height: 0.5em;
}

#formularz button,
.cta {
    border: none;
    background: #FFF;
    position: relative;
    cursor: pointer;
    letter-spacing: normal;
    padding: .5em 2em;
    text-decoration: none;
}


.error {
    color: #FF0000;
    font-size: 15px;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.label {
    display: flex;
    justify-content: center;
    width: 950px;
    border: 1px solid #fff;
    border-bottom: none;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: .5em 0;
}

.label a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.label2 {
    width: 950px;
    border: 1px solid #fff;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    padding: .5em 0;
    position: relative;
}

.label2:after {
    content: "";
    display: block;
    height: 60%;
    width: 130px;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: -93px;
    background: #ff4713;
    transform: rotate(106deg);
    transform-origin: center;
}

.dashed-warapper {
    position: relative;
    padding-bottom: 100px;
}

.dashed {
    padding: .1em 2em .1em 3em;
    background-color: #FFF;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.dashed::after {
    content: "";
    display: block;
    position: absolute;
    width: 4em;
    height: 1.2em;
    transform: rotate(-45deg);
    top: 0;
    right: -2em;
    background: #00ac9e;
}

.dashed-sub {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 1em;
}

.button-link {
    text-decoration: none;
    margin: 1em;
    display: inline-block;
    padding: .5em 1em;
}

.tp-wrapper {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#hero {
    padding-top: 2em;
}

.palm-header {
    display: inline-block;    
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    letter-spacing: .15em;
}

.palm-header:before,
.palm-header:after {
    content: "";
    display: block;
    position: absolute;
    height: .1em;
    background-color: #a9c23e;
    left: 0;
    right: 0;
}

.palm-header:before {
    top: 0;
}

.palm-header:after {
    bottom: 0;
}

@media all and (max-width: 1400px) {

    body,
    html {
        font-size: 1.15vw;
    }

    .v-margin {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw;
    }

    .v-padding {
        padding-top: 3.6vw;
        padding-bottom: 3.6vw;
    }

    .h-padding {
        padding-left: 3.6vw;
        padding-right: 3.6vw;
    }

    .v-margin-double {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw;
    }

    .fs-18 {
        font-size: 1.3vw;
    }

    .fs-20 {
        font-size: 1.45vw;
    }

    .fs-22 {
        font-size: 1.6vw;
    }

    .fs-27 {
        font-size: 1.9vw;
    }

    .fs-30 {
        font-size: 2.15vw;
    }

    .fs-35 {
        font-size: 2.5vw;
    }

    .fs-40 {
        font-size: 2.86vw;
    }

    .fs-42 {
        font-size: 3vw;
    }

    .fs-50 {
        font-size: 3.6vw;
    }

    .fs-55 {
        font-size: 3.9vw;
    }

    .fs-60 {
        font-size: 4.3vw;
    }

    .fs-65 {
        font-size: 4.64vw;
    }

    .fs-70 {
        font-size: 5vw;
    }

    .fs-75 {
        font-size: 5.4vw;
    }

    .fs-80 {
        font-size: 5.7vw;
    }

    .fs-90 {
        font-size: 6.4vw;
    }

    .fs-100 {
        font-size: 7.1vw;
    }

    .fs-120 {
        font-size: 8.57vw;
    }

    .fs-150 {
        font-size: 10.1vw;
    }

    .fs-150 {
        font-size: 10.1vw;
    }

    .fs-180 {
        font-size: 12.6vw;
    }

    .fs-200 {
        font-size: 14.3vw;
    }

    #main-nav .menu-item {
        font-size: 1.7vw;
    }

    .form-wrapper {
        max-width: 76.5vw;
        padding-bottom: 3.6vw;
    }

    #formularz button {
        font-size: 1.7vw;
    }

    .error {
        font-size: 2vw;
        font-weight: 700;
    }


    .dashed-warapper {
        position: relative;
        padding-bottom: 7vw;
    }

    .label {
        width: 70vw;
    }

    .label2 {
        width: 70vw;
    }

    .label2:after {
        width: 9.28571vw;
        right: -6.9vw;
    }

    .img-arrows {
        width: 6.9vw;
    }
    

    #formularz button {
        font-size: 2vw;
    }

    .img-p1 {
        width: 87.5vw;
    }

    .img-p2 {
        width: 78vw;
    }

    .img-i1,
    .img-i2,
    .img-i3 {
        width: 9vw;
    }


  
 
}

 

@media all and (max-width: 768px) {

    .form-row:not(.keep-on-mobile) {
        flex-direction: column;
    }

    .form-item:not(.full):last-child,
    .form-item:not(.full):first-child {
        margin-left: 0;
        margin-right: 0;
    }

    body,
    html {
        font-size: 3vw;
    }

    #main-nav .menu-item {
        font-size: 2.7vw;
    }

    #footer-nav {
        flex-direction: column;
    }

    #footer .menu-item {
        font-size: 2.5vw;
    }

    #formularz button {        
        font-size: 4vw;        
    }

    .error {
        font-size: 4vw;
        text-align: center;
    }

    .fs-22 {
        font-size: 3.5vw;
    }
    

}