/*
Theme Name: Basic Theme
Version: 1.0
Text Domain: danimals
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/

@font-face {
    font-family: 'Gilroy';
    src:url('assets/fonts/Gilroy-RegularItalic.eot');
    src:url('assets/fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Gilroy-RegularItalic.woff2') format('woff2'),
        url('assets/fonts/Gilroy-RegularItalic.woff') format('woff'),
        url('assets/fonts/Gilroy-RegularItalic.ttf') format('truetype'),
        url('assets/fonts/Gilroy-RegularItalic.svg#Gilroy-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lucky lunch 3';
    src:url('assets/fonts/Luckylunch3-Regular.eot');
    src:url('assets/fonts/Luckylunch3-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Luckylunch3-Regular.woff2') format('woff2'),
        url('assets/fonts/Luckylunch3-Regular.woff') format('woff'),
        url('assets/fonts/Luckylunch3-Regular.ttf') format('truetype'),
        url('assets/fonts/Luckylunch3-Regular.svg#Luckylunch3-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Super';
    src:url('assets/fonts/AzoSuper.eot');
    src:url('assets/fonts/AzoSuper.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AzoSuper.woff2') format('woff2'),
        url('assets/fonts/AzoSuper.woff') format('woff'),
        url('assets/fonts/AzoSuper.ttf') format('truetype'),
        url('assets/fonts/AzoSuper.svg#AzoSuper') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src:url('assets/fonts/Gilroy-Bold.eot');
    src:url('assets/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('assets/fonts/Gilroy-Bold.woff') format('woff'),
        url('assets/fonts/Gilroy-Bold.ttf') format('truetype'),
        url('assets/fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src:url('assets/fonts/Gilroy-Heavy.eot');
    src:url('assets/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('assets/fonts/Gilroy-Heavy.woff') format('woff'),
        url('assets/fonts/Gilroy-Heavy.ttf') format('truetype'),
        url('assets/fonts/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src:url('assets/fonts/Gilroy-Regular.eot');
    src:url('assets/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('assets/fonts/Gilroy-Regular.woff') format('woff'),
        url('assets/fonts/Gilroy-Regular.ttf') format('truetype'),
        url('assets/fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@charset "utf-8";

/*----------intial declartaion of css----------*/
#page {
    overflow: hidden;
    position: relative;
}
*{ /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,input,option,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;/* list-style:none;*/box-sizing:border-box;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}

audio,canvas,video{ display:inline-block;}

audio:not([controls]){display:none;height:0;}

pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word; }

q { quotes:none; }

q:before,q:after{ content:''; content:none; }

small { font-size:80%; }

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

sup { top:-0.5em; }

sub { bottom:-0.25em, }

nav ul,nav ol { list-style:none; list-style-image:none; }

figure { margin: 0;}

button,input,select,textarea { font-size:100% ;margin:0; vertical-align:baseline; }

textarea { overflow:auto; vertical-align:top; }

table { border-collapse:collapse; border-spacing:0; }

button,html input[type="button"],input[type="reset"],input[type="submit"],textarea {-webkit-appearance:none;border-radius:0}

/* remember to define focus styles! */
:focus { outline:0; }

/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse:separate; border-spacing:0; }

caption,th,td { text-align:left; font-weight:normal; }

a { text-decoration:none; }

blockquote:before,blockquote:after,q:before,q:after { content:""; }

blockquote,q { quotes:"" ""; }

table { border:0 none; border-collapse:collapse; border-spacing:0; }

td { vertical-align:top; }

img { border:0 none; max-width:100%; }

a { outline:none; cursor:pointer; }



/* End Clearfix */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }

.clear { clear:both; }

img { max-width:100%; }

/* For modern browsers */

.d-flex {display:flex; flex-wrap:wrap; }

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

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

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

.text-left { text-align:left; }

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

strong { font-family:'Gilroy';font-weight:bold; }

a { text-decoration:underline; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; color:#974730; }

a:hover{color:#974730;}

a:-webkit-any-link:focus-visible{outline-offset:1px;}

:focus-visible{outline:-webkit-focus-ring-color auto 1px;}

a:focus-visible { outline:none;}

:focus-visible { outline:none;}

:focus { outline:none;}



body { font-size:14px;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;color:#974730;font-family:'Gilroy';font-weight:400; }

button, .btn {
    outline: none !important;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
    color: #974730;
    background-color: #f2e8da;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    padding: 23px 65px 23px 65px;
    border-radius: 100px;
    display: inline-block;
}
button, .btn:hover {
    color: #f2e8da;
    background-color: #974730;
}

.tia-maria { background-color: #974730; color: #f2e8da; font-size: 25px; line-height: 30px; padding: 25px 80px 25px 80px; }
.tia-maria:hover { background-color: #ed3a3d; color: #f2e8da; }

.white-linen { background-color: #f2e8da; color: #974730; font-size: 25px; line-height: 30px; padding: 25px 80px 25px 80px; }
.white-linen:hover { background-color: #974730; color: #f2e8da; }

p { font-size:32px;line-height:38px;color:#974730;font-family: 'Gilroy';letter-spacing:0;font-weight:700; margin-bottom: 20px; }

h1 { font-weight:400; font-size:152px; line-height:100px; margin-bottom:21px; font-family: 'Lucky lunch 3'; }

h2,.h2 { font-weight:900; font-size:80px; line-height:76px; font-family: 'Azo Super'; margin-bottom:20px; color: #ed3a3d; }

h3,.h3 { font-weight:900; font-size:60px; line-height:70px; font-family: 'Azo Super'; margin-bottom:20px; color: #ed3a3d; }

h4,.h4 { font-weight:900; font-size:40px; line-height:42px; font-family: 'Azo Super'; margin-bottom:20px; color: #ed3a3d; }

h5,.h5 { font-weight:900; font-size:30px; line-height:40px; font-family: 'Azo Super'; margin-bottom:20px; color: #ed3a3d; }

table { border-collapse:collapse;width:100%; }

td { border:2px solid #974730; text-align:left; padding:15px 9px; font-size:25px; color:#974730; font-family:'Gilroy'; font-weight:500; }

td strong { display:block; }

ul li { font-size: 32px; line-height: 38px; font-family: 'Gilroy'; font-weight: 700; }

.wrapper { overflow:hidden; position:relative; }

.container { max-width: 1380px; margin: 0 auto; padding:0 20px; }


/* header css start here */
header { background-color: #ed3a3d; padding:80px 0 0 0; }
header .header-logo { max-width: 367px; margin: 0 auto; }
header .header-logo img { width: 100%; }
header .header-logo .brand-logo { transform: rotate(0deg); width: 100%;}
/* header css end here */

/* home banner css start here */
.home-banner {background-color: #ed3a3d; }
.home-banner-inner {  padding: 120px 0 0 0; position: relative; overflow: hidden; }
.home-banner-inner:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover;  background-repeat: repeat; }
.home-banner-content { text-align: center; position: relative; max-width: 1240px; margin: 0 auto; }
.home-banner-content strong { font-size: 356px; line-height: 356px; text-transform: uppercase; font-family: 'Azo Super'; color: #f2e8da; display: inline-block; letter-spacing: -8px; } 
.home-banner-content span { color: #f2e8da; font-family: 'Azo Super'; text-transform: uppercase; font-size: 90px; line-height: 90px; display: inline-block; position: absolute; top: 0; position: relative; }
.home-banner-content h1 { color: #f2e8da;  }
.home-banner-content p strong { font-size: 46px; line-height: 55px; text-transform: inherit; font-weight: 900; letter-spacing: 0; font-family: 'Gilroy'; }
.home-banner-content p  { color: #f2e8da; font-size: 46px; line-height: 55px; }
.home-banner-content span { color: #f2e8da; font-family: 'Azo Super'; text-transform: uppercase; font-size: 90px; line-height: 90px; transform: rotate(-4deg); }
.home-banner-content .let-them-title { background-image: url(assets/images/text-bg.svg); background-repeat: no-repeat; background-size: 88% 100%; background-position: center center; padding: 50px 100px 50px 80px; display: inline-block; position: absolute; top: -100px; left: 30px; }
.home-banner-content .btn { margin-top: 22px; }
.home-banner .butterfly-solo-btm-lft figure { position: absolute; }
.home-banner .left-leaf-banner { position: absolute; bottom: 80px; left: -140px; width: 95%; }
.home-banner .flavor-lockups-bottl-banner { position: relative; }

.leaf-clusters-top { position: absolute; top: 0; right: 0; width: 25%; }
.leaf-clusters-top img { width: 100%; }
.cloud-image-top-lft { display: inline-block; position: absolute; left: 50px; top: 80px; }
.cloud-image-center-rt { position: absolute; right: -50px; top:40%; }
.butterfly-solo-btm-lft figure { max-width: 200px; }
.butterfly-solo-btm-lft { position: absolute; left: 50px; bottom: 25%; }
.dnmls-pfes { position: absolute; right: 90px; top: 80px; z-index: 11; transform: rotate(12deg); }
.dnmls-pfes figure { max-width: 220px; }

.homer-banner-btm-img { padding: 45px 0 0 0; display: flex; align-items: end; justify-content: space-between;}
.homer-banner-btm-lft { position: relative; left:170px; top: 50px; width: 25%;}
.homer-banner-btm-rt { position: relative; right: 115px; top:0px; }
.homer-banner-btm-rt img { width: 100%; }
.homer-banner-btm-center { width: 50%; }
.homer-banner-btm-rt { width: 25%; } 
.homer-banner-btm-center img { width: 100%; } 

/* general content css start here */
.general-content { background-color: #f2e8da; padding: 0 0 50px 0; }
.general-content-wrap { text-align: center; max-width: 1160px; margin: 0 auto; }
.general-content-wrap p { margin-bottom: 40px; }
.general-content-wrap p:last-child { margin-bottom: 0; }

/* two column image with content css start here */
.two-column-image-with-content { background-color: #f2e8da; padding: 50px 0 50px 0; }
.two-column-image-with-content-wrap { display: flex; }
.two-column-image-with-content-wrap .two-column-image { width: 48%; padding-right: 20px; }
.two-column-image-with-content-wrap .two-column-desc { width: 52%; }
.two-column-image-with-content-wrap .two-column-desc p { color: #ed3a3d; font-weight: 700; }
.two-column-image-with-content-wrap .two-column-desc h2 { text-transform: uppercase; }
.two-column-image-with-content-wrap .two-column-desc h3 { font-size: 40px; line-height: 45px; text-transform: uppercase; color: #974730; }
.two-column-image-with-content-wrap .two-column-checkbox { display: flex; flex-wrap: wrap; padding-bottom: 50px; }
.two-column-image-with-content-wrap .checkbox { position: relative; padding-right: 40px; width: 33.33%; padding-bottom: 10px;}
.two-column-image-with-content-wrap .checkbox span { color: #974730; font-size: 32px; line-height: 38px; font-family: 'Gilroy'; font-weight: 700; position: relative; padding: 0 0 0 45px; }
.two-column-image-with-content-wrap .checkbox:before { content: ""; position: absolute; left: 0; top:0px; background-image: url(assets/images/check-box-icon.svg); background-repeat: no-repeat; width: 35px; height: 35px; }

/* the pledge css start here */
.the-pledge  { background-color: #f2e8da; padding: 20px 0 20px 0; }
.the-pledge .the-pledge-wrap  { background-color: #ed3a3d; padding:70px 60px 0px 60px; border-radius:40px; position: relative; overflow: hidden;}
.the-pledge-wrap-inner-content  {  display: flex; align-items: flex-start; position: relative; }
.the-pledge-wrap .the-pledge-left {width: 48%; padding-right: 40px; }
.the-pledge-wrap .the-pledge-right { width: 52%; padding-left: 17px; position: relative; padding-bottom: 50px; }
.the-pledge-wrap .the-pledge-left img { border-radius:40px; width: 100%;  }
.the-pledge-wrap .the-pledge-right h2 { color: #f2e8da; margin-bottom: 10px; }
.the-pledge-wrap .the-pledge-right p { color: #f2e8da; }
.the-pledge-wrap .the-pledge-right p a { color: #f2e8da; }
.the-pledge-wrap .the-pledge-right h4 { color: #f2e8da; }
.the-pledge-wrap .the-pledge-right h5 { color: #f2e8da; font-size: 25px; line-height: 30px;}
.the-pledge-wrap .the-pledge-right ul li { color: #f2e8da; padding: 0 0 15px 55px; font-weight: 500;}
.the-pledge-wrap .the-pledge-right ul li p { font-weight: 500;}
.the-pledge-wrap .the-pledge-right ul li:last-child { padding-bottom: 0; }
.the-pledge-wrap .the-pledge-right ul li strong { width: 100%; color: #f2e8da; display: inline-block; font-weight: 900; }
.the-pledge-wrap .subtitle { margin-bottom:30px; }
.the-pledge-wrap ul li { list-style: none; position: relative; }
.the-pledge-wrap ul li:before { content: ""; position: absolute; left: 0; top: 0px; background-image: url(assets/images/check-box-icon-light.svg); background-repeat: no-repeat; width: 35px; height: 35px; }
.the-pledge-wrap ul { padding: 20px 0; }
.the-pledge-wrap .bee-image { position: absolute; top: -20px; right: 130px; max-width: 120px; }
.the-pledge-wrap .the-pledge-image-btm { display: flex; justify-content: space-between; align-items: flex-end; margin: 0 -70px; position: absolute; bottom: 0; width:85%; }
.the-pledge-image-left { width: 60%; }
.the-pledge-image-rt { width: 40%; }
.the-pledge-image-rt figure { max-width: 200px; margin-left: auto; position: relative; right: 70px; bottom: -5px; }
.the-pledge-image-left figure { position: relative;bottom: -5px; max-width: 100%; }
.the-pledge-image-left figure img { width: 100%; }

/* expert support css start here */
.expert-support { background-color: #f2e8da; padding: 65px 0 65px 0; border-bottom: 23px solid #bd7967; position: relative; }
.expert-support-wrap { display: flex; }
.expert-support-wrap .expert-support-desc { width: 65%; }
.expert-support-wrap .expert-support-img { width: 35%; }
.expert-support-desc-inner { max-width: 100%; padding-right: 30px;  }
.expert-support-wrap .expert-support-desc h2 { text-transform: uppercase; margin-bottom: 50px; }
.expert-support-desc p { font-size: 35px; line-height: 42px; margin-bottom: 30px; }
.expert-support-desc p span { color: #ec008c; }
.expert-support-wrap .expert-support-img figure { max-width: 425px; margin-left: auto; }
.expert-support-wrap .expert-support-img figure img { border-radius: 20px; }
.expert-support-desc-inner ul { margin: 0 0 30px 30px; }
.expert-support-desc-inner ul li { letter-spacing:0px; margin-bottom: 5px; }
.expert-support-desc-inner strong {  width: 100%; font-weight: 900; }

/* three box css start here */
.three-box-section-wrap { max-width: 1040px; }
.three-box-section-wrap .three-box-section { display: flex; flex-wrap: wrap; margin: 0 -50px; }
.three-box-section-wrap .three-box-item { width: 33.33%; padding: 0 50px; margin-bottom: 25px; }
.three-box-section-wrap .three-col-box { background-color: #ed3a3d; text-align: center; border-radius: 30px; padding: 15px 15px 125px 15px; height: 100%; }
.three-box-section-wrap .three-col-box h5 { color: #f2e8da; text-decoration: underline; margin-bottom: 0; font-size: 24px; line-height: 28px; text-transform: uppercase;}
.three-box-section-wrap .three-col-box .link-text { color: #f2e8da; text-decoration: underline; margin-bottom: 0; font-size: 24px; line-height: 28px; text-transform: uppercase; font-family: 'Azo Super'; font-weight: 900;}
.three-box-section-wrap .three-col-box h4 { color: #f2e8da; margin-bottom: 15px; }
.danimals-good-sources-img { display: inline-block; position: absolute; right: 0; bottom: -50px; z-index: 111;}
.three-box-section-wrap h4 { font-size: 32px; margin-bottom: 40px; }

/* simple content css start here */
.simple-content { text-align: center; background-color: #ed3a3d; padding: 195px 0 140px; position: relative; }
.simple-content:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover; }
.simple-content h3 { color: #f2e8da; text-transform: uppercase;}
.simple-content-wrap { max-width:1100px; margin: 0 auto; }
.simple-content .cloud-image-top-lft { left: -80px; top: 40px; }
.simple-content .butterfly-solo-btm-lft { left: 180px; top: 50px; }
.simple-content .leaf-clusters-top-rt { display: inline-block; position: absolute; top: 0; right: 0; width: 17%; }
.simple-content .leaf-clusters-top-rt img { width: 100%; }

.pledge-sign-up { text-align: center; background-color: #f2e8da; padding: 20px 0; position: relative; }
.pledge-sign-up:before { content: ""; position: absolute; left: -20px; top: 80px; background-image: url(assets/images/form-ball-pattern.png); background-repeat: no-repeat; height: 100%; width: 15%; background-position: top left; background-size: contain; }
.pledge-sign-up:after { content: ""; position: absolute; right: 0; bottom: 80px; background-image: url(assets/images/pledge-sign-up-rt-pattern.png); background-repeat: no-repeat; height: 100%; width: 22%; background-position: bottom right; background-size: contain; }
.pledge-sign-up .pledge-sign-up-heading h3 { text-transform: uppercase; }
.pledge-sign-up-form-inner { max-width: 734px; margin: 0 auto; text-align: left; }
.pledge-sign-up-form-inner form input { background: transparent !important; border: 3px solid #bd7967 !important; border-radius: 0 !important; line-height: normal !important; padding: 20px 15px !important; height: auto !important; font-size: 20px !important; width: 100%; color: #bd7967; }
.pledge-sign-up-form-inner form select:focus { outline: none; }
.pledge-sign-up-form-inner form select { background-color: transparent !important; border: 3px solid #bd7967 !important; border-radius: 0 !important; line-height: normal !important; padding: 20px 30px 20px 15px  !important; height: auto !important; font-size: 20px !important; width: 200px; background-image: url(assets/images/down-arrow.svg); background-repeat: no-repeat; background-position: 95% 53%; appearance: none; background-size: 18px; cursor: pointer; color: #bd7967;}
.pledge-sign-up-form-inner form input.wpcf7-validates-as-date {width: 200px; text-transform:uppercase; }
.pledge-sign-up-form-inner form label { color: #974730; font-weight: 400; font-size: 30px; line-height: 36px; font-family: 'Gilroy';  margin-bottom: 3px; }
.pledge-sign-up-form-inner .connect2form-field { margin-bottom: 18px; }
.pledge-sign-up-heading { margin-bottom: 50px; }
.pledge-sign-up-form-inner form .selected-option:focus { outline: none !important;box-shadow:none !important; }
.pledge-sign-up-form-inner form input:focus { outline: none !important; box-shadow:none !important; }
.pledge-sign-up-form-inner form .custom-select { width: 250px; }
.pledge-sign-up-form-inner form .connect2form-datepicker { width: 250px; }
.pledge-sign-up-form-inner .wpcf7-submit { outline: none !important; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none; color: #ffffff; font-family: 'Gilroy'; font-weight: 700; font-size: 42px !important; line-height: 50px !important; padding: 23px 65px 23px 65px !important; border-radius: 100px !important; display: inline-block !important; background: #ed3a3d !important; box-shadow: none !important; text-transform: inherit; cursor: pointer; border: none !important;     width: auto; margin: 0 auto; display: block !important; margin-top: 80px; }
.pledge-sign-up-form-inner .wpcf7-submit:hover { background: #974730 !important; }
.pledge-sign-up-form-inner .connect2form-submit-wrapper { text-align: center; border-top: none; }

.pledge-sign-up-form-inner form .connect2form-field-checkbox { margin: 0; }
.pledge-sign-up-form-inner form .connect2form-field-checkbox { margin: 0; background: transparent; border: none !important; padding: 0 !important; outline: none !important; box-shadow: none !important; }
.pledge-sign-up-form-inner form .connect2form-field-checkbox .connect2form-checkbox-label { padding: 0 0 0 50px; }
.pledge-sign-up-form-inner .connect2form-checkbox-label::before { content: ''; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border: 3px solid #bd7967; border-radius: 0; background-color: transparent; transition: all 0.3s ease; box-shadow: none; }
.pledge-sign-up-form-inner form .connect2form-field-checkbox .connect2form-checkbox-label span { font-family: 'Gilroy'; font-weight:400; font-size: 25px; line-height: 30px; color: #974730; }
.connect2form-checkbox-label input[type="checkbox"]:checked ~ ::after, .connect2form-checkbox-label:has(input[type="checkbox"]:checked)::after { opacity: 1; }
.pledge-sign-up-form-inner .connect2form-field-checkbox .connect2form-checkbox-label::after { top:11px; border: solid #bd7967; border-width: 0 2.5px 2.5px 0; }
.pledge-sign-up-form-inner form .connect2form-field-checkbox .connect2form-checkbox-label { background-color: transparent;}
 .pledge-sign-up-form-inner form .wpcf7-not-valid-tip { color: red; font-size: 18px; margin-top: 5px; display: block; background-color: transparent; border: none; padding: 0; border-radius: 0; font-family: 'Gilroy'; font-weight: 400; }
.pledge-sign-up-form-inner form br { display: none; }
.pledge-sign-up-form-inner form span { display: inline-block; width: 100%; margin: 0; }
.pledge-sign-up-form-inner form .pledge-checkboxes { padding: 45px 0 0; }
.pledge-sign-up-form-inner form p { font-size: 25px; line-height: 30px; color: #974730; font-weight: 400; position: relative; }
.pledge-sign-up-form-inner form .wpcf7-spinner { display: block; width: 25px; position: absolute; right: 26%; top: 35px; }
.pledge-sign-up-form-inner  .wpcf7-form.invalid .wpcf7-response-output { display: none; }
.pledge-sign-up-form-inner .wpcf7-response-output { text-align: center; color: green; font-size: 20px; border: none !important; font-weight: 600; }
.pledge-sign-up-form-inner .form-field { margin-bottom: 25px; }
.pledge-sign-up-form-inner .form-row { display: flex; flex-wrap: wrap; }
.pledge-sign-up-form-inner .form-row .form-field.form-field-half label { display: inline-block; width: 100%; }
.pledge-sign-up-form-inner .form-field.form-field-submit button { outline: none !important; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none; color: #ffffff; font-family: 'Gilroy'; font-weight: 700; font-size: 42px !important; line-height: 50px !important; padding: 23px 65px 23px 65px !important; border-radius: 100px !important; display: inline-block !important; background: #ed3a3d !important; box-shadow: none !important; text-transform: inherit; cursor: pointer; border: none !important;     width: auto; margin: 0 auto; display: block !important; margin-top: 80px; }
.pledge-sign-up-form-inner .form-field.form-field-submit button:hover { background: #974730 !important; }
.pledge-sign-up-form-inner .form-field.form-field-submit { margin: 0 -130px; }

.form-field-checkbox {
  position: relative;
}
.form-field-checkbox input {
  position: absolute;
  left: 0;
  top: -10px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  display: block;
}

.form-field-checkbox label {
  position: relative; cursor: pointer;font-family: 'Gilroy'; font-weight:400; font-size: 25px; line-height: 30px; color: #974730; padding: 0 0 0 65px;
}

.form-field-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #bd7967;
  padding: 19px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -10px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-field-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 15px;
    width: 10px;
    height: 23px;
    border: solid #bd7967;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.pledge-sign-up-form-inner .form-field.form-field-checkbox label { font-size: 20px; line-height: 24px; display: inline-block; }
.pledge-sign-up-form-inner .form-field.form-field-checkbox { margin-bottom: 35px; }
.pledge-sign-up-form-inner form .form-row select { width: 100%; }
.pledge-sign-up-form-inner form .form-row .form-field:nth-child(1) { width: 240px; padding-right: 40px; }
.pledge-sign-up-form-inner form .form-row .form-field:nth-child(2) { width: 235px; }
.pledge-sign-up-form-inner form input#pledge-phone-number { margin-bottom: 30px; }

 .pledge-sign-up-form-inner form input::-webkit-input-placeholder {
  color: #bd7967;
}
 .pledge-sign-up-form-inner form input::-moz-placeholder {
  color: #bd7967;
}
 .pledge-sign-up-form-inner form input:-ms-input-placeholder { 
  color: #bd7967;
}
 .pledge-sign-up-form-inner form input:-moz-placeholder { 
  color: #bd7967;
}
.pledge-checkboxes input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.pledge-checkboxes .wpcf7-list-item-label {
  position: relative; cursor: pointer;font-family: 'Gilroy'; font-weight:400; font-size: 25px; line-height: 30px; color: #974730; padding: 0 0 0 65px;
}

.pledge-checkboxes .wpcf7-list-item-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #bd7967;
  padding: 19px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -10px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.pledge-checkboxes span.wpcf7-list-item {
    margin-bottom: 30px;
}
.pledge-checkboxes input:checked + .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 15px;
    width: 10px;
    height: 23px;
    border: solid #bd7967;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.content-with-img-box-sec { background-color: #f2e8da; padding: 40px 0; }
.content-with-img-box-wrap { display: flex; background-color: #ffadaa; border-radius: 40px; padding: 75px 65px; }
.content-with-img-box-wrap .content-with-img-box-left { width: 60%; }
.content-with-img-box-wrap .content-with-img-box-rt { width: 40%; }
.content-with-img-box-left h2 { color: #974730;text-transform: uppercase;font-size: 65px;line-height: 75px; }
.content-with-img-box-wrap .content-with-img-box-rt figure { text-align: right; max-width: 500px; margin-left: auto; }
.content-with-img-box-wrap .content-with-img-box-left .btn { padding: 25px 55px 25px 60px; margin-top: 25px; }
.content-with-img-box-wrap .connect2form-submit-wrapper { text-align: center; }
.content-with-img-box-wrap .content-with-img-box-rt img { width: 100%; padding-left: 80px; }



.official-rules-section { background-color: #f2e8da; padding: 40px 0; position: relative; }
.official-rules-section .leaf-clusters-btm-rt { position: absolute; bottom:-5px; right:0; width: 33%; }
.official-rules-section .leaf-clusters-btm-rt img { width: 100%; }
.official-rules-wrap { display: flex; background-color: #ed3a3d; border-radius: 40px; padding:80px 60px; position: relative; overflow: hidden;}
.official-rules-wrap .official-rules-left { width: 50%; padding-right: 40px; }
.official-rules-wrap .official-rules-left h2 { color: #f2e8da;text-transform: uppercase; }
.official-rules-wrap .official-rules-rt { width: 50%; }
.official-rules-wrap .official-rules-desc h5 { color: #f2e8da; }
.official-rules-wrap .official-rules-left .btn { margin-top: 35px; padding: 20px 60px 20px 60px; }
main:has(.official-rules-content-section) 
.official-rules-banner-wrap::after { display: none; }


.logo-with-content { background-color: #f2e8da; padding: 80px 0 120px; position: relative; }
.logo-with-content-wrap { display: flex; }
.logo-with-content-wrap .logo-with-content-lft { width: 75%; padding-right: 25px; }
.logo-with-content-lft:only-child { width: 100%; padding: 0; text-align: center; }
.logo-with-content-wrap .logo-with-content-rt { width: 100%; text-align: center; }
.logo-with-content-wrap .logo-with-content-lft + .logo-with-content-rt { width: 25%; text-align: center; }
.logo-with-content-rt img { max-width: 300px; width: 100%; }
.logo-with-content-wrap .logo-with-content-lft p { display: inline-block; font-weight: 700; font-size: 32px; line-height: 38px; font-family: 'Gilroy'; margin-bottom: 20px; color: #ed3a3d; margin-bottom: 45px; } 
.logo-with-content-wrap .logo-with-content-lft h3 { margin-bottom: 0; }
.logo-with-content-wrap .logo-with-content-rt figure { max-width: 280px; margin: 0 auto; }
.logo-with-content-link a { color: #ed3a3d; font-weight: 700; font-size: 22px; line-height: 26px; font-family: 'Gilroy'; text-transform: uppercase; text-decoration: underline; }
.logo-with-content-link a:hover { color: #974730; }
.logo-with-content-link { margin: 38px 0 0 0; }
.logo-with-content-wrap .logo-with-content-lft p a { text-decoration: underline; color: #ed3a3d; }
.logo-with-content-wrap .logo-with-content-lft h4 { text-transform: uppercase; }
.inner-logo-with-content { max-width:720px; }


.pledge-benefits { background-color: #f2e8da; padding: 77px 0 250px; position: relative; }
.pledge-benefits .section-head h3 { text-transform: uppercase; color: #ea1e35 }
.pledge-benefits-logo { display: inline-block; margin-bottom: 53px; }
.pledge-benefits-logo { display: inline-block; margin-bottom: 53px; }
.pledge-benefits-row { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -40px;  padding-bottom: 200px; }
.pledge-benefits-row .pledge-benefits-col-inner { max-width: 400px; }
/*.pledge-benefits-row .pledge-benefits-col:nth-child(2) { width: 66.66%; }*/
.pledge-benefits-row .pledge-benefits-col { width: 33.33%; padding: 0 40px;  margin-bottom: 55px; }
.pledge-benefits-row .pledge-benefits-col number { background-color: #0081ff; width: 63px; height: 63px; border-radius: 50%; font-size: 32px; line-height: 38px; font-family: 'Gilroy'; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 14px; }
.pledge-benefits-row .pledge-benefits-col h5 { font-size: 28px; line-height: 33px; font-family: 'Gilroy'; color: #31326f;font-weight: 700; margin-bottom: 0px; padding-right: 10px; }
.pledge-benefits-row .pledge-benefits-col p { font-size: 28px; line-height: 33px; font-family: 'Gilroy'; color: #31326f;font-weight: 400; margin-bottom: 10px; }
.pledge-benefits-row .pledge-benefits-col:nth-child(5n) p { padding-right: 50px; }
.pledge-benefits-row .pledge-benefits-col em { font-size: 18px; line-height: 22px; font-family: 'Gilroy'; color: #31326f;font-weight: 400; margin-bottom: 10px; max-width: 240px; display: inline-block; }
.pledge-benefits-wrap { position: relative; z-index: 111; }
.pledge-benefits-wrap .section-head { margin-bottom: 55px; max-width: 900px; }
.pledge-benefits .pledge-benefits-img-rt { position: absolute; top: 0; right: 0; width: 38%; }
.pledge-benefits .pledge-benefits-img-rt img { width: 100%; }
.pledge-benefits .pledge-benefits-img-lft { position: absolute; bottom: -5px; left: 0; width: 35%;}
.pledge-benefits .pledge-benefits-img-lft img { width: 100%;}
.danimals-magna-tiles-box-render-btm figure img { width: 100%; }
.danimals-magna-tiles-box-render-btm { position: absolute; right: 0; bottom: 30px; width: 30%; top: auto; left: 10%; margin: 0 auto; }
.danimals-flower-img { position: absolute; right: 15px; bottom: -5px; width: 15%; }
.danimals-flower-img img { width:100%; }

/*footer css start here*/
footer { background-color: #ed3a3d; padding: 40px 0 0px; position: relative; }
footer:before { content: ""; position: absolute; top: -40px; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img-footer.svg); background-size: cover; background-repeat: repeat; }
.footer-logo figure { max-width: 570px; margin: 0 auto; }
.footer-bg-img figure { font-size: 0; }
.footer-bg-img img { width: 100%; font-size: 0; }
.footer-social-icon ul { display: flex; align-items: center; justify-content: center; }
.footer-social-icon ul li { list-style: none; margin: 0 15px; width: 90px; text-align: center; } 
.footer-social-icon ul li a { color: #fff2dd; font-size: 60px; }
.footer-social-icon ul li a:hover { color: #974730; }
footer .footer-logo { margin-bottom: 18px; }
.footer-social-icon ul li img { width:55px; height: 80px; }
.footer-social-icon { max-width: 400px; margin: 0 auto; }
.footer-social-icon ul li a:hover img { opacity: 0.8; }
/*footer css end here*/



/* inner banner css start here */
.inner-banner {background-color: #ed3a3d; }
.inner-banner-wrap {  padding: 80px 0 140px 0; position: relative; overflow: hidden; }
.inner-banner-wrap:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover;  background-repeat: repeat; }
.inner-banner-content { text-align: center; position: relative; max-width: 1050px; margin: 0 auto; }
.inner-banner-content strong { font-size: 230px; line-height: 230px; text-transform: uppercase; font-family: 'Azo Super'; color: #f2e8da; display: inline-block; letter-spacing0px; } 
.inner-banner-content span { color: #f2e8da; font-family: 'Azo Super'; text-transform: uppercase; font-size: 58px; line-height: 68px; display: inline-block; position: absolute; top: 0; position: relative; transform: rotate(-4deg); min-width: 400px; }
.inner-banner-content h1 { color: #f2e8da; font-size: 97px; line-height: 77px; margin-bottom: 50px; }
.inner-banner-content p strong { font-size: 46px; line-height: 55px; text-transform: inherit; font-weight: 900; letter-spacing: 0; font-family: 'Gilroy'; }
.inner-banner-content p  { color: #f2e8da; font-size: 46px; line-height: 55px; }
.inner-banner-content .let-them-title { background-image: url(assets/images/text-bg.svg); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; padding: 50px 30px 50px 20px; display: inline-block; position: absolute; top: -80px; left: 40px; }
.inner-banner-content h4 { color:#f2e8da; text-transform: uppercase; }
.inner-banner .let-them-title-wrap { max-width: 810px; margin: 0 auto; position: relative;}

.inner-banner .leaf-clusters-top { position: absolute; top: 0; right: 0; width:15%; }
.inner-banner .leaf-clusters-top img { width: 100%; }
.inner-banner .cloud-image-top-lft { display: inline-block; position: absolute; left: -40px; top: 80px; width: 15%; }
.inner-banner .cloud-image-top-lft img { width: 100%; }
.inner-banner .cloud-image-center-rt { position: absolute; right: -50px; top:40%; }
.inner-banner .butterfly-solo-btm-lft figure { max-width: 200px; }
.inner-banner .butterfly-solo-btm-lft { position: absolute; left: 80px; top: 40%; }
.inner-banner .dnmls-pfes { position: absolute; right: 90px; top:80px; z-index:11; transform:rotate(12deg); }
.inner-banner .dnmls-pfes figure { max-width: 220px; }

.inner-banner-btm-img { padding: 45px 0 0 0; display: flex; align-items: end; justify-content: space-between;}
.inner-banner-btm-lft { position: relative; left: 90px; top: 50px; }
.inner-banner-btm-rt { position: relative; right: 90px; top: 50px; }

/* summer photo submission banner css start here */
.summer-photo-submission-banner {background-color: #ed3a3d; }
.summer-photo-submission-banner-wrap {  padding: 80px 0 100px 0; position: relative; overflow: hidden; }
.summer-photo-submission-banner-wrap:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover;  background-repeat: repeat; }
.summer-photo-submission-banner-content { text-align: center; position: relative; max-width: 1050px; margin: 0 auto; }
.summer-photo-submission-banner-content strong { font-size: 230px; line-height: 230px; text-transform: uppercase; font-family: 'Azo Super'; color: #f2e8da; display: inline-block; letter-spacing0px; } 
.summer-photo-submission-banner-content span { color: #f2e8da; font-family: 'Azo Super'; text-transform: uppercase; font-size: 58px; line-height: 68px; display: inline-block; position: absolute; top: 0; position: relative; transform: rotate(-4deg); min-width: 400px; }
.summer-photo-submission-banner-content h1 { color: #f2e8da; font-size: 97px; line-height: 77px; margin-bottom: 50px; }
.summer-photo-submission-banner-content p strong { font-size: 46px; line-height: 55px; text-transform: inherit; font-weight: 900; letter-spacing: 0; font-family: 'Gilroy'; }
.summer-photo-submission-banner-content p  { color: #f2e8da; font-size: 46px; line-height: 55px; }
.summer-photo-submission-banner-content .let-them-title { background-image: url(assets/images/text-bg.svg); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; padding: 50px 30px 50px 20px; display: inline-block; position: absolute; top: -80px; left: 40px; }
.summer-photo-submission-banner-content h4 { color:#f2e8da; text-transform: uppercase; }
.summer-photo-submission-banner .let-them-title-wrap { max-width: 810px; margin: 0 auto; position: relative;}

.summer-photo-submission-banner .leaf-clusters-top { position: absolute; top: 0; right: 0; width:15%; }
.summer-photo-submission-banner .leaf-clusters-top img { width: 100%; }
.summer-photo-submission-banner .cloud-image-top-lft { display: inline-block; position: absolute; left: -40px; top: 80px; width: 15%; }
.summer-photo-submission-banner .cloud-image-top-lft img { width: 100%; }
.summer-photo-submission-banner .cloud-image-center-rt { position: absolute; right: -50px; top:40%; }
.summer-photo-submission-banner .butterfly-solo-btm-lft figure { max-width: 200px; }
.summer-photo-submission-banner .butterfly-solo-btm-lft { position: absolute; left: 80px; top: 40%; }
.summer-photo-submission-banner .dnmls-pfes { position: absolute; right: 90px; top:80px; z-index:11; transform:rotate(12deg); }
.summer-photo-submission-banner .dnmls-pfes figure { max-width: 220px; }

.summer-photo-submission-banner-btm-img { padding: 45px 0 0 0; display: flex; align-items: end; justify-content: space-between;}
.summer-photo-submission-banner-btm-lft { position: relative; left: 90px; top: 50px; }
.summer-photo-submission-banner-btm-rt { position: relative; right: 90px; top: 50px; }

/* lets grow banner css start here */
.lets-grow-banner {background-color: #ed3a3d; }
.lets-grow-banner-wrap {  padding: 115px 0 170px 0; position: relative; overflow: hidden; }
.lets-grow-banner-wrap:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover;  background-repeat: repeat; }
.lets-grow-banner-content { text-align: center; position: relative; max-width: 100%; margin: 0 auto; }
.lets-grow-banner-content strong { font-size: 170px; line-height: 170px; text-transform: uppercase; font-family: 'Azo Super'; color: #f2e8da; display: inline-block; letter-spacing0px; } 
.lets-grow-banner-content span { color: #f2e8da; font-family: 'Azo Super'; text-transform: uppercase; font-size: 58px; line-height: 68px; display: inline-block; position: absolute; top: 0; position: relative; transform: rotate(-4deg); min-width: 400px; }
.lets-grow-banner-content h1 { color: #f2e8da; font-size: 97px; line-height: 77px; margin-bottom: 50px; }
.lets-grow-banner-content p strong { font-size: 46px; line-height: 55px; text-transform: inherit; font-weight: 900; letter-spacing: 0; font-family: 'Gilroy'; }
.lets-grow-banner-content p  { color: #f2e8da; font-size: 46px; line-height: 55px; }
.lets-grow-banner-content .let-them-title { background-image: url(assets/images/text-bg.svg); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; padding: 50px 30px 50px 20px; display: inline-block; position: absolute; top: -110px; left: calc((100% - 809px)/2); }
.lets-grow-banner-content h4 { color:#f2e8da; text-transform: uppercase; }
.lets-grow-banner .let-them-title-wrap { max-width: 100%; margin: 0 auto; position: relative;}

.lets-grow-banner .leaf-clusters-top { position: absolute; top: 0; right: 0; width:15%; }
.lets-grow-banner .leaf-clusters-top img { width: 100%; }
.lets-grow-banner .cloud-image-top-lft { display: inline-block; position: absolute; left: -40px; top: 80px; width: 15%; }
.lets-grow-banner .cloud-image-top-lft img { width: 100%; }
.lets-grow-banner .cloud-image-center-rt { position: absolute; right: -50px; top:40%; }
.lets-grow-banner .butterfly-solo-btm-lft figure { max-width: 200px; }
.lets-grow-banner .butterfly-solo-btm-lft { position: absolute; left: 80px; top: 40%; }
.lets-grow-banner .dnmls-pfes { position: absolute; right: 90px; top:80px; z-index:11; transform:rotate(12deg); }
.lets-grow-banner .dnmls-pfes figure { max-width: 220px; }

.lets-grow-banner-btm-img { padding: 45px 0 0 0; display: flex; align-items: end; justify-content: space-between;}
.lets-grow-banner-btm-lft { position: relative; left: 90px; top: 50px; }
.lets-grow-banner-btm-rt { position: relative; right: 90px; top: 50px; }


/* for-submitting banner css start here */
.for-submitting-banner {background-color: #ed3a3d; }
.for-submitting-banner-wrap {  padding: 70px 0 170px 0; position: relative; overflow: hidden; }
.for-submitting-banner-wrap:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover;  background-repeat: repeat; }
.for-submitting-banner-content { text-align: center; position: relative; max-width: 100%; margin: 0 auto; }

.for-submitting-banner-content h1 { color: #f2e8da; font-size:118px; line-height:128px; margin-bottom: 50px; font-family: 'Azo Super'; text-transform: uppercase;}
.for-submitting-banner-content p  { color: #f2e8da; font-size: 32px; line-height: 40px; }
.for-submitting-banner-desc { max-width: 1260px; margin: 0 auto; }

.for-submitting-banner .leaf-clusters-top { position: absolute; top: 0; right: 0; width:15%; }
.for-submitting-banner .leaf-clusters-top img { width: 100%; }
.for-submitting-banner .cloud-image-top-lft { display: inline-block; position: absolute; left: -40px; top: 80px; width: 15%; }
.for-submitting-banner .cloud-image-top-lft img { width: 100%; }
.for-submitting-banner .cloud-image-center-rt { position: absolute; right: -50px; top:40%; }
.for-submitting-banner .butterfly-solo-btm-lft figure { max-width: 200px; }
.for-submitting-banner .butterfly-solo-btm-lft { position: absolute; left: 80px; top: 40%; }
.for-submitting-butterfly-solo { position: absolute; top: 80px; left: 180px; width: 12%; }
.for-submitting-butterfly-solo img { width: 100%; }


.official-rules-content-section { position: relative; background-color: #333a7b; padding: 70px 0 100px 0; }
.official-rules-content-section:before { content: ""; position: absolute; top: -16px; left: 0; right: 0; width: 100%; height: 60px; background-image: url(assets/images/blue-wave-img.svg); background-repeat:repeat; background-size: cover; }
.official-rules-content-section:after { content: ""; position: absolute; top: 0px; left: 0; right: 0; width: 100%; height: 100%; background-image: url(assets/images/patternwith-blue-bg-ruls.png); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }
.official-rules-content-wrap p { color: #f2e8da; font-weight: 400; font-size: 22px; line-height: 26px; margin-bottom: 27px; }
.official-rules-content-wrap { max-width: 1060px; margin: 0 auto; background-color: #333a7b; padding:60px 40px 10px 40px;  z-index: 111; position: relative; }

.summer-cta { background-color: #f2e8da; padding: 40px 0 60px; } 
.summer-cta .summer-cta-content { background:#ed3a3d; border-radius:20px; padding:120px 40px; text-align: center; } 
.summer-cta .summer-cta-content h2 { color: #f2e8da; text-transform: uppercase; font-size: 42px; line-height: 50px; } 
.summer-cta .summer-cta-content p { color: #f2e8da; }



.error-page-section .page-content-section { background-color: #ed3a3d; padding: 75px 0 100px; text-align: center; }
.error-page-section-inner { position: relative; }
.error-page-section .error-page-section-inner:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover; background-repeat: repeat; }
.error-page-section h1 { color: #f2e8da; font-size: 120px; line-height: 128px; font-family: 'Azo Super'; text-transform: uppercase; padding: 0 40px; }
.error-page-section .content-404 { background-color: #f2e8da; padding: 40px 0 120px; text-align: center; position: relative; }
.error-page-section .content-404 p { font-size: 40px; line-height: 48px; margin-bottom:45px; color: #974730; }
.content-error-page-wrap { max-width: 1270px; margin: 0 auto; }
.content-error-page-wrap .orange-link { margin-top: 140px; }
.content-error-page-wrap .btn.tia-maria { padding: 32px 50px; font-size: 42px; }
.error-page-leaf-clusters-top { position: absolute; top: 0; right: 0; width: 16%; z-index: 11;}
.error-page-leaf-clusters-top img { width: 100%; }
.error-page-Umbrella-top { position: absolute; top: -14px; left: -100px; z-index: 11; width: 27%; }
.error-page-Umbrella-top img { width: 100%; }
.error-page-section .content-404 .error-page-pledge-benefits { position: absolute; bottom: -4px; left: 0; width: 18%; }
.error-page-section .content-404 .error-page-pledge-benefits img { width: 100%; }
.error-page-triangle { position: absolute; right: 0; bottom: -4px; width: 125px;}
.error-page-triangle img { width: 100%; }


/*form banner start here*/
.form-banner { background-color: #ed3a3d; padding: 80px 0 0 0; }
.form-banner-wrap { position: relative; padding: 0 0 100px 0; }
.form-banner-wrap:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover; background-repeat: repeat; }
.form-banner-content { text-align: center; }
.form-banner-content h1 { color: #f2e8da; font-size:68px; line-height:79px; font-family: 'Azo Super'; text-transform: uppercase; }
.form-banner-content h2 { color: #f2e8da; font-size:40px; line-height:48px; font-family: 'Azo Super'; text-transform: uppercase; }


/*form banner start here*/
.official-rules-banner { background-color: #ed3a3d; padding: 80px 0 0 0; }
.official-rules-banner-wrap { position: relative; padding: 0 0 100px 0; }
.official-rules-banner-wrap:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover; background-repeat: repeat; }
.official-rules-banner-wrap .for-submitting-banner-content { text-align: center; max-width: 1000px; margin: 0 auto; }
.official-rules-banner-wrap .for-submitting-banner-content h1 { color: #f2e8da; font-size:120px; line-height:128px; font-family: 'Azo Super'; text-transform: uppercase; }
.official-rules-banner .official-butterfly-solo { width: 13%; position: absolute; left: 130px; top: 235px; }
.official-rules-banner .official-butterfly-solo img { width:100%; }
.official-rules-banner .leaf-clusters-top { position: absolute; top: 0; right: 0; width: 16%; z-index: 11;}
.official-rules-banner .leaf-clusters-top img { width: 100%; }
.official-cloud-image-top-lft { display:inline-block; position:absolute; top:65px; left:-61px; width: 15%; } 
.official-cloud-image-top-lft img { width: 100%; }


/*.entries closed banner start here*/

.entries-closed-banner { background-color: #ed3a3d; padding: 80px 0 0 0; }
.entries-closed-banner-wrap { position: relative; padding: 0 0 100px 0; }
.entries-closed-banner-wrap:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background-image: url(assets/images/wave-img.svg); background-size: cover; background-repeat: repeat; }
.entries-closed-banner-content { text-align: center; max-width: 1200px; margin: 0 auto; }
.entries-closed-banner .entries-closed-bee { width: 9%; position: absolute; left: 250px; top: 90px; }
.entries-closed-banner .entries-closed-bee img { width:100%; }
.entries-closed-banner .entries-closed-leaf-clusters-top { position: absolute; top: 0; right: 0; width: 16%; z-index: 11;}
.entries-closed-banner .entries-closed-leaf-clusters-top img { width: 100%; }
.entries-closed-image-top-lft { display:inline-block; position:absolute; top:65px; left:-61px; width: 15%; } 
.entries-closed-image-top-lft img { width: 100%; }
.entries-closed-banner-content h1 { color: #f2e8da; font-size:68px; line-height:79px; font-family: 'Azo Super'; text-transform: uppercase; margin-bottom: 40px; }
.entries-closed-banner-content h2 { color: #f2e8da; font-size:40px; line-height:48px; font-family: 'Azo Super'; text-transform: uppercase; }

.entries-closed-content-section { background-color: #f2e8da; padding:20px 0 0 0; position: relative;}
.entries-closed-content-wrap { text-align: center; max-width: 1200px; margin: 0 auto; margin-bottom:190px; }
.entries-closed-content-wrap p { font-size: 40px; line-height: 48px; color: #974730; }
.entries-closed-content-wrap h2 { font-size: 45px; line-height: 54px; color: #e13b3b; margin: 120px 0 0;}
.entries-closed-content-center-logo { text-align: center; padding-bottom: 100px; }
.entries-closed-content-center-logo figure { max-width: 280px; margin: 0 auto; margin-bottom: 40px; }
.entries-closed-content-center-logo a { color: #ed3a3d; font-weight: 700; font-size: 22px; line-height: 26px; font-family: 'Gilroy'; text-transform: uppercase; text-decoration: underline; }
.entries-closed-pattern-img { display: inline-block; position: absolute; bottom: 0; left: 0; width: 19%; }
.entries-closed-pattern-img img { width: 100%; }
.entries-closed-pattern-flower { display: inline-block; position: absolute; bottom: 0; right:50px; }
.entries-closed-pattern-flower figure { width: 58%; margin-left: auto; }
.entries-closed-pattern-flower figure img { width: 100%; }
.summer-photo-bottle { display: inline-block; position: absolute; bottom: 0%; left: 15%; width:20%; }
.summer-photo-bottle img { width: 100%; }
span#finalRightNowLove { width: calc(100% - 0px); }
.summer-photo-page-section { background-color: #f2e8da; padding: 45px 0 45px; position: relative; }
.summer-photo-page-section .submit-btn { padding: 11px 39px; }
.summer-photo-page-section .submit-btn:hover { background: #ef3340; }
.summer-photo-leaf { position: absolute; bottom: 0%; left: 0; width: 11%; }
.summer-photo-leaf img  { width: 100%; }
.summer-photo-content-section { background-color: #f2e8da; padding: 50px 0; }
.summer-photo-content-wrap {text-align: center; border-bottom: 5px solid #ed3a3d; padding-bottom: 70px; }
.summer-photo-content-wrap p strong { font-weight: 900; color: #974730; margin-bottom: 20px; display: inline-block; }
.summer-photo-page-section .form-panel h4 { font-size: 32px; line-height: 38px; font-weight: 400; text-transform: uppercase; color: #ed3a3d; max-width: 580px; }
.summer-photo-page-section .form-panel h5 { font-size: 32px; line-height: 38px; font-weight: 700; color: #974730;  font-family: 'Gilroy'; max-width: 600px; }
.summer-photo-page-section .brand-logo { width: 160px; }
.summer-photo-page-section .file-label { display: inline-block; }
.summer-photo-page-section .form-panel { width: 100%; max-width: 100%; }
.summer-photo-page-section .form-group label {font-size: 30px; line-height: 36px; font-weight: 400; color: #974730;  font-family: 'Gilroy'; margin-bottom: 3px;}
.summer-photo-page-section .form-group .height-row span { font-size: 30px; line-height: 38px; }

.main-layout { max-width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: flex-start; }
.summer-photo-page-section .file-label { display: inline-block; color: #fff !important; font-size: 30px !important; line-height: 36px !important; font-weight: 700 !important; font-family: 'Gilroy' !important; padding: 5px 30px; }

 .summer-photo-page-section textarea::-webkit-input-placeholder {
  color: rgb(189 121 103 / 50%);
}
 .summer-photo-page-section textarea::-moz-placeholder {
  color: rgb(189 121 103 / 50%);
}
 .summer-photo-page-section textarea:-ms-input-placeholder { 
  color: rgb(189 121 103 / 50%);
}
 .summer-photo-page-section textarea:-moz-placeholder { 
  color: rgb(189 121 103 / 50%);
}



.poster-card { width: 100%; max-width: 100%; background: #fff; margin: 0 auto; }
.poster-top { position: relative; text-align: center; }
.poster-top figure img { width: 100%; }
.butterfly { position: absolute; left: 20px; top: 25px; font-size: 48px; z-index: 4; width: 100px; }
.leaf { position: absolute; width: 28%; height: 110px; right: 0; top: 0; }
.leaf img { width: 100%; }
.small-title { display: inline-block; width: 160px; }
.poster-card .small-title img { width: 100%; }
.start-label { position: relative; z-index: 4; display: inline-block; background: #9d4d30; color: #fff; padding: 4px 16px; font-size: 16px; font-weight: 900; transform: rotate(-3deg); }
.summer-title { position: relative; z-index: 4; color: #fff2e8; font-size: 54px; line-height: 0.85; font-weight: 900; margin: 4px 0 0; letter-spacing: 1px; }
.year { position: relative; z-index: 4; color: #fff2e8; font-size: 24px; font-weight: 900; margin-top: 2px; }
.photo-frame img { height: 100%; width: 100%; object-fit: cover; }
.photo-frame { position: absolute; width: 320px; height: 320px; margin: 12px auto 0; background-image: url(assets/images/color-box-pattern.png); background-repeat: no-repeat; padding: 40px; top: 60%; left: 0; right:0; z-index: 111; background-size: cover; }
.poster-info-col-lft { width: 50%; padding: 0 20px 25px 0; }
.poster-info-col-rt { width: 50%; }
.poster-bottom { padding: 220px 28px 35px; }
.poster-info-col-rt label { padding-bottom: 5px; display: inline-block; }
.poster-info-col-rt .poster-line { min-height: 35px; border-bottom: 1px solid #ed3a3d; padding: 5px 0px; }
.poster-info { display: flex; font-size: 14px; color: #e13b3b; font-weight: 700; }
span#leftRightNowLove { width: calc(100% - 0px); }
.summer-photo-page-section .main-layout { padding-bottom: 200px; }
.poster-info label { font-size: 14px; color: #e13b3b; font-weight: 700; }
.poster-line { display: block; border-bottom: 1px solid #ed3a3d; font-size: 14px; color: #ed3a3d; font-weight: 600; width: 100%; padding: 0 0 0px 10px; }
.poster-info-col-wrap { display: flex; align-items: flex-end; margin-bottom: 7px; }
.form-panel { max-width: 540px; }
.form-panel h1 { margin: 0 0 20px; color: #ef3340; font-size: 28px; line-height: 1.05; text-transform: uppercase; font-weight: 900; letter-spacing: 1px; }
.form-panel .intro { font-size: 20px; font-weight: 700; margin-bottom: 26px; color: #a6482f; }
.form-group { margin-bottom: 18px; }
.form-group.goals input { margin-bottom: 20px; }
.form-group label { display: block; font-size: 18px; margin-bottom: 7px; }
.summer-photo-page-section input,
.summer-photo-page-section textarea { width: 100%; border: 3px solid #bd7967; background: transparent; padding: 16px 15px; font-size: 24px; outline: none; color: #bd7967; font-family: 'Gilroy'; font-weight: 400; }
.summer-photo-page-section textarea { min-height: 330px; resize: vertical; margin-bottom: 30px; }
.summer-photo-page-section .small-input { max-width: 145px; }
.height-row { display: flex; align-items: flex-end; gap: 12px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 8px; font-size: 15px; margin: 20px 0 35px; }
.checkbox-row input { width: 18px; height: 18px; padding: 0; margin: 0; }
.file-input { display: none; }
.file-label { display: inline-block; background: #ef3340; color: #fff; padding: 8px 22px; border-radius: 30px; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 6px; }
.submit-btn, .download-btn { border: 0; background: #aa4d31; color: #fff; padding: 9px 35px; font-size: 30px; cursor: pointer; margin-top: 20px; font-family: 'Gilroy'; font-weight: 700; line-height: 36px; }
.download-btn { min-width: 220px; }
.poster-info-col-rt label { padding: 0; display: inline-block; }

.form-group.goals input::-webkit-input-placeholder { color: rgb(189 121 103 / 50%); }
.form-group.goals input::-moz-placeholder { color: rgb(189 121 103 / 50%); }
.form-group.goals input:-ms-input-placeholder {  color: rgb(189 121 103 / 50%); }
.form-group.goals input:-moz-placeholder {  color: rgb(189 121 103 / 50%); }
.creation-section {
    text-align: center;
    padding: 55px 0px 70px;
    background-color: #f2e8da;
    position: relative; }
.creation-section.active {
    display: block;
}
.creation-card-wrap .poster-card {
    max-width: 600px;
}
.creation-section .photo-frame {
    margin: 0px auto 0;
}
.creation-section h2 {
    color: #ed3a3d;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 85px;
}
.creation-brand-logo figure { width: 160px; }
.creation-brand-logo img { width: 100%; }
.creation-card-wrap { display: flex; justify-content: center; margin-bottom: 62px; text-align: left; }
.download-title h4 { color: #ed3a3d; font-size: 42px; line-height: 56px; text-transform: uppercase; font-weight: 400; }
.download-title { font-weight: 900; max-width: 1000px; margin: 0 auto; margin-bottom: 56px; }
.creation-section .share-text { max-width: 910px; margin: 0 auto; margin-bottom: 65px; }
.creation-section .download-btn { min-width: 220px; font-size: 42px; padding: 32px 70px 30px 70px; }
.creation-section .download-btn:hover { background: #ef3340;}
.creation-section .share-text strong { font-weight: 900; }
.creation-section .share-text p { color: #ed3a3d; font-size: 32px; line-height: 45px; font-weight: 700; max-width: 910px; }
.checkbox-row input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.checkbox-row span { font-size: 25px; line-height: 35px; color: #974730; font-family: 'Gilroy'; display: inline-block; position: relative; cursor: pointer; padding: 0 0 0 40px; }
.checkbox-row span:before { content: ''; -webkit-appearance: none; background-color: transparent; border: 3px solid #bd7967; padding: 13px; display: inline-block; position: absolute; left: 0; vertical-align: middle; cursor: pointer; margin-right: 5px; }
.checkbox-row input:checked + span:after { content: ''; display: block; position: absolute; top: 5px; left: 12px; width: 6px; height: 14px; border: solid #bd7967; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.creation-leaf-kiwi { display: inline-block; position: absolute; left: 0; width: 19%; top: 11%; }
.creation-leaf-kiwi img { width: 100%; }
.creation-flavor-lockups { position: absolute; left: 50px; bottom: 0; width: 17%; }
.creation-flavor-lockups img { width: 100%; }
.creation-bottl-rt { position: absolute; right: 0; top: 40px; width: 17%; }
.creation-bottl-rt img { width: 100%; }
.creation-Waterm-leaf-btm img { width: 100%; }
.creation-Waterm-leaf-btm { display: inline-block; position: absolute; right: 0; bottom: 0; width: 14%; }
.creationSection-inner { padding-bottom: 150px; }

.radio-row input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.radio-row label { font-size: 25px; line-height: 35px; color: #974730; font-family: 'Gilroy'; display: inline-block; position: relative; cursor: pointer; padding: 0 0 0 40px; }
.radio-row label:before { content: ''; -webkit-appearance: none; background-color: transparent; border: 3px solid #bd7967; padding: 13px; display: inline-block; position: absolute; left: 0; vertical-align: middle; cursor: pointer; margin-right: 5px; }
.radio-row input:checked + label:after { content: ''; display: block; position: absolute; top: 5px; left: 12px; width: 6px; height: 14px; border: solid #bd7967; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.summer-photo-page-section .form-panel .radio-row { margin-top: 40px; } 

.lets-grow-danimal-section { background-color: #ffadaa; padding: 0px 0 120px 0; position: relative; }
.lets-grow-danimal-section .lets-grow-leaf-one { width: 35%; }
.lets-grow-danimal-section .lets-grow-leaf-one img { width:100%; }
.lets-grow-danimal-section .lets-grow-danimals-bottles { position: absolute; right:7%; top: 10%; width: 21%; }
.lets-grow-danimal-section .lets-grow-danimals-bottles img { width: 100%; }
.lets-grow-danimal-section .lets-grow-blocks-design { position: absolute; right: 0; bottom: 0; width: 37%; }
.lets-grow-danimal-section .lets-grow-blocks-design img { width: 100% }
.lets-grow-danimal-text { max-width:780px; }
.lets-grow-danimal-text h3 { color: #974730; text-transform: uppercase; margin-bottom: 47px; }
.lets-grow-danimal-text p { color: #974730; font-weight: 500; margin-bottom: 40px; }

.lets-grow-danimal-center-slider { background-color: #f2e8da; padding: 0px 0 150px 0; position: relative; }
.lets-grow-danimal-slider-heading { text-align: center; max-width: 1200px; margin: 0 auto; margin-bottom: 30px; }
.lets-grow-danimal-slider-heading h4 { font-size: 40px; line-height: 48px; color: #ed3a3d;  font-family: 'Gilroy'; font-weight: 700; margin-bottom: 0;}
.lets-grow-danimal-slider-heading h5 { font-size: 40px; line-height: 48px; color: #974730;font-family: 'Gilroy'; font-weight: 700; }
.lets-grow-danimal-slider-heading span { font-size: 40px; line-height: 48px; color: #974730;font-family: 'Gilroy'; font-weight: 700; display: inline-block; margin-top: 30px; }
.lets-grow-danimal-slider-heading h4 strong { font-weight: 900; }

.slider-item-inner { max-width: 900px; margin: 0 auto; text-align: center; position: relative; padding: 90px 150px 180px 180px; min-height: 850px; display: table; width: 100%; height: 100%; }
.slider-item-center { align-items: center; display: table-cell; vertical-align: middle; text-align: center;}
.slider-item-inner:after { content: ""; position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; background-image: url(assets/images/img-red.svg); background-repeat: no-repeat; background-size: cover; width: 800px; height: 750px; background-position: center center; z-index: -1; }
.slider-item-inner span { display: inline-block; font-size: 42px; line-height: 52px; font-family: 'Azo Super'; font-weight: 400; margin-bottom: 50px; color: #f2e8da; max-width: 480px; text-transform: uppercase; }
.slider-item-inner h4 {  color: #fff; font-family: 'Gilroy'; font-weight: 700; font-size: 40px; line-height: 50px; }
.lets-grow-danimal-slider-inner .slick-dots { list-style: none; display: flex; align-items: center; justify-content: center; position: absolute; left: 50px; right: 0; bottom: 60px; }
.lets-grow-danimal-slider-inner .slick-dots li button { padding: 0 !important; font-size: 0 !important; background-color: rgb(237 58 61 / 50%); border: none; width: 35px; height: 35px; cursor: pointer;}
.lets-grow-danimal-slider-inner .slick-dots li { padding: 0 8px; }
.lets-grow-danimal-slider-inner .slick-dots li.slick-active button { background-color:rgb(237 58 61 / 100%); }
.danimal-slider-pattern-lft { position: absolute; left: 0; top: 20%;  width: 11%; }
.danimal-slider-pattern-lft img { width: 100%; }
.danimal-slider-pattern-rt { position: absolute; bottom: 10%; right: 0;  width: 11%;}
.danimal-slider-pattern-rt img { width: 100%; }
.lets-grow-danimal-slider-inner { max-width: 1000px; margin: 0 auto; }
.lets-grow-danimal-slider-inner .slick-prev { position: absolute; top: 45%; transform: translateY(-50%); background-image: url(assets/images/arrow-lft.svg); width: 48px; height: 48px; background-repeat: no-repeat; left: 118px; z-index: 111; cursor: pointer; }
.lets-grow-danimal-slider-inner .slick-next { position: absolute; top: 45%; transform: translateY(-50%); background-image: url(assets/images/arrow-rt.svg); width: 48px; height: 48px; background-repeat: no-repeat; right: 50px; z-index: 111; cursor: pointer; background-position: right center; }
.lets-grow-danimal-slider-inner .slick-arrow { background-color: transparent; padding: 0 !important; font-size: 0 !important; border: none; }
.pledge-sign-up-checkbox { max-width: 740px; margin: 0 auto; position: relative; text-align: left; margin-bottom: 40px;}
.pledge-sign-up-checkbox label { font-size: 20px; line-height: 24px; display: inline-block; }
.pledge-sign-up-wrap h4 { margin-bottom: 40px; }

.home-banner .butterfly-solo-btm-lft {
    position: relative;
    will-change: transform;
    animation: butterflyMove 6s linear infinite;
/*  animation: butterflyMove 6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;*/
    top: -500px;
}

.home-banner .butterfly-solo-btm-lft img {
    display: block;
}
@keyframes butterflyMove {

    0% {
        transform: translate3d(40px, 0, 0) rotate(0deg);
    }

    25% {
        transform: translate3d(25px, -8px, 0) rotate(-3deg);
    }

    50% {
        transform: translate3d(0px, -15px, 0) rotate(-6deg);
    }

    75% {
        transform: translate3d(25px, -20px, 0) rotate(-3deg);
    }

    100% {
        transform: translate3d(40px, 0, 0) rotate(0deg);
    }
}

/* Reponsive css start here */
   @media (min-width:2100px){
        .dnmls-pfes { right: 130px; top: 110px; } 
        .summer-photo-bottle { width: 16%; }
    }
    @media (min-width:2300px){
        .dnmls-pfes { right: 150px; top: 130px; }   
        .danimals-magna-tiles-box-render-btm { width: 25%; }
        .pledge-benefits-row { padding-bottom: 300px; }
        .pledge-benefits .pledge-benefits-img-rt { width: 30%; }
        .pledge-benefits .pledge-benefits-img-lft { width: 30%; }
    }
    @media (min-width:2500px){
        .dnmls-pfes { right: 180px; top: 160px; }  
        .dnmls-pfes figure { max-width: 230px; }
        .danimals-flower-img { width: 11%; }
        .simple-content .leaf-clusters-top-rt { width: 13%; }
        .leaf-clusters-top { width: 20%; }
    }
    @media (min-width:3500px){
        .dnmls-pfes figure { max-width: 310px; }
        .dnmls-pfes { right: 250px; top: 250px; }
        .pledge-benefits .pledge-benefits-img-rt { width: 25%; }
        .pledge-benefits .pledge-benefits-img-lft { width: 25%; }
        .danimals-magna-tiles-box-render-btm { width: 23%; }
        .pledge-benefits-row { padding-bottom: 400px; }
        .simple-content .leaf-clusters-top-rt { width: 10%; }
    }
    @media (min-width:4400px){
        .danimals-magna-tiles-box-render-btm {
            width: 18%;
        }    
    }
    @media (min-width:5700px){
        .danimals-magna-tiles-box-render-btm { width: 16%; }    
        .pledge-benefits-row { padding-bottom: 500px; }
    }
    @media (max-width:1600px){
        .dnmls-pfes figure { max-width: 150px; }
        .home-banner-content strong { font-size: 300px; line-height: 300px; }
        h1 { font-size: 120px; line-height: 80px; }
        .home-banner-content p { font-size: 32px; line-height: 40px; }
        .home-banner-content p strong { font-size: 32px; line-height: 40px; }
        .cloud-image-top-lft { left: 40px; top: 40px; }
        .home-banner-content span { font-size: 70px; line-height: 70px; }
        .home-banner-content .let-them-title { left: 10px; }
        .home-banner-content { max-width: 1000px; }
        .two-column-image-with-content-wrap .checkbox { padding-right: 20px; }
        .expert-support-desc p { font-size: 30px; line-height: 38px; margin-bottom: 30px; }
        .danimals-good-sources-img figure { width: 280px; }
        .danimals-magna-tiles-box-render-btm { right: 0; width: 38%; }
        .simple-content .butterfly-solo-btm-lft figure { max-width: 140px; }
        .content-with-img-box-left h2 { font-size: 55px; line-height: 65px; }
        
        .inner-banner-content strong { font-size: 200px; line-height: 200px; }
        .inner-banner-content span { font-size: 45px; line-height: 45px; min-width: 300px;}
        .inner-banner-content .let-them-title {  top: -70px; left: 90px; }
        .inner-banner-content h1 { font-size: 70px; line-height: 60px; margin-bottom: 30px; }
        
        .summer-photo-submission-banner-content strong { font-size: 200px; line-height: 200px; }
        .summer-photo-submission-banner-content span { font-size: 45px; line-height: 45px; min-width: 300px;}
        .summer-photo-submission-banner-content .let-them-title {  top: -70px; left: 90px; }
        .summer-photo-submission-banner-content h1 {font-size: 70px; line-height:60px; margin-bottom: 30px; }
        .summer-photo-submission-banner .cloud-image-top-lft { top: 40px; }
        
        .lets-grow-banner-content strong { font-size: 150px; line-height: 150px; }
        .lets-grow-banner-content span { font-size: 45px; line-height: 45px; min-width: 300px;}
        .lets-grow-banner-content .let-them-title { top: -90px; left: calc((100% - 710px) / 2); }
        .lets-grow-banner-content h1 {font-size: 70px; line-height:60px; margin-bottom: 30px; }
        .lets-grow-banner .cloud-image-top-lft { top: 40px; }
        
        .for-submitting-banner-content h1 { font-size: 100px; line-height: 110px; padding: 0 70px; }
        
        
        .general-content-with-img:after { background-size: cover; }
        .official-rules-content-section:after { background-size: cover; }
        .error-page-section h1 { font-size: 90px; line-height: 98px; }
        .main-con-sec.error-main { max-width: 1020px; margin: 0 auto; }
        .error-page-section .page-content-section { padding: 55px 0 100px; }
        .error-page-section .content-404 { padding: 20px 0 120px; }
        .error-page-section .content-404 p { margin-bottom: 30px; font-size: 36px; line-height: 44px; }
        .content-error-page-wrap .orange-link { margin-top: 80px; }
        .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size: 100px; line-height: 108px; }
        .official-rules-banner-wrap .for-submitting-banner-content { max-width: 850px; }
        .official-rules-banner { padding: 60px 0 0 0; }
        .entries-closed-banner .entries-closed-bee { left: 200px; }
        .entries-closed-content-wrap p { font-size: 36px; line-height: 46px; }
        .entries-closed-content-wrap h2 { font-size: 40px; line-height: 50px; margin: 80px 0 0;}
        .inner-banner .butterfly-solo-btm-lft { left: 40px; top: 35%; width: 10%; }
        .inner-banner .cloud-image-top-lft { top: 60px; }
        .summer-photo-content-wrap { margin-bottom: 50px; }
        .summer-photo-content-section { padding: 40px 0 30px; }
        .slider-item-inner span { font-size: 36px; line-height: 46px; }
        .slider-item-inner h4 { font-size: 36px; line-height: 46px; }
        .pledge-sign-up:before { top: 130px; }
        .home-banner .butterfly-solo-btm-lft { top: -650px; left: 0; }
    }
    @media (max-width:1400px){
        button, .btn { padding: 20px 60px 20px 60px;  font-size: 38px; line-height: 38px; }
        .dnmls-pfes figure { max-width: 120px; }
        .home-banner-content strong { font-size: 240px; line-height: 240px; }
        h1 { font-size: 100px; line-height: 70px; }
        h2, .h2 { font-size: 60px; line-height: 70px; }
        h3, .h3 { font-size: 50px; line-height: 60px; }
        h4 { font-size: 30px; line-height: 35px; }
        p { font-size: 30px; line-height: 36px; }
        ul li { font-size: 30px; line-height: 36px; }
        .home-banner-content p { font-size: 30px; line-height: 40px; }
        .home-banner-content p strong { font-size: 30px; line-height: 40px; }
        .home-banner-content { max-width: 800px; }
        .butterfly-solo-btm-lft { left: 40px; bottom: 30%; }
        .butterfly-solo-btm-lft figure { max-width: 160px; }
        .home-banner-content span { font-size: 50px; line-height: 70px; }
        .home-banner-content .let-them-title { left: 50px; }
        .home-banner-inner { padding: 90px 0 0 0; }
        .homer-banner-btm-img { max-width: 1100px; margin:0 auto; }
        .cloud-image-center-rt { right: -70px; }
        .general-content-wrap p { margin-bottom: 30px; }
        .two-column-image-with-content-wrap .two-column-desc h3 { font-size: 30px; line-height: 35px; }
        .two-column-image-with-content-wrap .two-column-checkbox { padding-bottom: 30px; }
        .two-column-image-with-content-wrap .checkbox span { font-size: 28px; line-height: 34px; }
        .the-pledge .the-pledge-wrap { padding: 40px 40px 0px 40px; }
        .the-pledge-wrap .subtitle { margin-bottom: 40px; }
        .the-pledge-wrap .the-pledge-left { padding-right: 20px; }
        .the-pledge-wrap .bee-image { top: 0px; right: 100px; }
        .expert-support-wrap .expert-support-desc h2 { margin-bottom: 30px; }
        .expert-support-wrap { padding-bottom: 80px; }
        .three-box-section-wrap .three-box-item { padding: 0 20px; }
        .three-box-section-wrap .three-box-section { margin: 0 -20px; max-width: 950px; }
        .three-box-section-wrap .three-col-box h5 { font-size: 20px; line-height: 24px; }
        .three-box-section-wrap .three-col-box .link-text { font-size: 20px; line-height: 24px; }
        .three-box-section-wrap .three-col-box { padding: 15px 15px 85px 15px; }
        .pledge-benefits-row .pledge-benefits-col { margin-bottom: 35px; }
        .pledge-benefits-row .pledge-benefits-col p { font-size: 24px; line-height: 30px; }
        .pledge-benefits-row .pledge-benefits-col h5 { font-size: 26px; line-height: 32px; }
        .pledge-benefits-logo { margin-bottom: 50px; width: 280px; }
        .simple-content .butterfly-solo-btm-lft figure { max-width: 100px; }
        .simple-content .cloud-image-top-lft figure { width: 190px; }
        .content-with-img-box-left h2 { font-size: 50px; line-height: 60px; }
        .content-with-img-box-wrap { padding: 40px 40px;}
        .official-rules-wrap { padding: 60px 40px; }
        .official-rules-wrap .official-rules-left .btn { margin-top: 15px; }
            .footer-logo figure { max-width: 450px; }
        .footer-social-icon ul li img { width: 45px; height: 60px; }
        .footer-social-icon ul li { margin: 0 10px; width: 70px; }
        .pledge-sign-up-form-inner .wpcf7-submit { font-size: 36px !important; line-height: 44px !important; padding: 18px 50px 18px 50px !important; }
        
        .inner-banner-content strong { font-size: 160px; line-height: 160px; }
        .inner-banner-content span { font-size: 40px; line-height: 40px; min-width: 300px;  }
        .inner-banner-content .let-them-title {  top: -70px; left:70px; }
        .inner-banner .let-them-title-wrap { max-width: 650px; }
        .inner-banner-content h1 { font-size: 60px; line-height: 50px; margin-bottom: 30px; }
        .inner-banner-content { max-width: 800px; }
        
        .summer-photo-submission-banner-content strong { font-size: 160px; line-height: 160px; }
        .summer-photo-submission-banner-content span { font-size: 40px; line-height:40px; min-width: 300px;  }
        .summer-photo-submission-banner-content .let-them-title {  top: -70px; left:70px; }
        .summer-photo-submission-banner .let-them-title-wrap { max-width: 650px; }
        .summer-photo-submission-banner-content h1 { font-size:60px; line-height:50px; margin-bottom: 30px; }
        .summer-photo-submission-banner-content { max-width: 800px; }
        
        .lets-grow-banner-content strong { font-size: 120px; line-height: 120px; }
        .lets-grow-banner-content span { font-size: 40px; line-height:40px; min-width: 300px;  }
        .lets-grow-banner-content .let-them-title { top: -90px; left: calc((100% - 550px) / 2); }
        .lets-grow-banner .let-them-title-wrap { max-width: 100%; }
        .lets-grow-banner-content h1 { font-size:60px; line-height:50px; margin-bottom: 30px; }
        
        .for-submitting-banner-content h1 { font-size: 80px; line-height: 90px; padding: 0 70px; }
        .for-submitting-banner-content p { font-size: 30px; line-height: 38px; }
        
        .error-page-section h1 { font-size: 80px; line-height: 88px; }
        .main-con-sec.error-main { max-width: 900px; }
        .error-page-Umbrella-top { left: -70px; }
        .content-error-page-wrap .orange-link { margin-top: 50px; }
        .error-page-section .content-404 p { margin-bottom: 25px; font-size: 32px; line-height: 42px; }
        .official-rules-banner-content h1 { font-size:80px; line-height:90px; }
        .official-rules-banner-content { max-width: 600px; }
        
        .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size:80px; line-height:90px; }
        .official-rules-banner-wrap .for-submitting-banner-content { max-width: 600px; }
        
        .official-rules-banner .official-butterfly-solo { width: 12%; left: 80px; top: 190px; }
        .for-submitting-banner-wrap { padding: 50px 0 130px 0; }
        .for-submitting-banner-content h1 { margin-bottom: 40px; }
        .for-submitting-banner .cloud-image-top-lft { top: 40px; }
        .for-submitting-butterfly-solo { top: 40px; left: 8%; width: 12%; }
        .summer-cta .summer-cta-content { padding:100px 25px 80px; }
        .entries-closed-banner .entries-closed-bee { left: 180px; }
        .entries-closed-banner-content h1 { font-size: 58px; line-height: 69px; }
        .entries-closed-content-wrap h2 { font-size: 36px; line-height: 46px; }
        .entries-closed-content-wrap p { font-size: 32px; line-height: 42px; }
        .entries-closed-pattern-flower { right: 20px; width: 35%; }
        .entries-closed-pattern-flower img { width: 100%; }
        .entries-closed-content-wrap { margin-bottom: 150px; }
         .inner-banner .cloud-image-top-lft { top: 40px; }
        .main-layout { gap:40px; }
        .summer-photo-content-section { padding: 20px 0 20px; }
        .summer-photo-content-wrap { margin-bottom: 10px; padding-bottom: 40px; }
        .summer-photo-page-section .form-panel h4 { font-size: 30px; line-height: 36px; max-width: 540px; }
        .summer-photo-page-section .form-group label { font-size: 26px; line-height: 34px; }
        .checkbox-row span { font-size: 22px; line-height: 32px; }
        .summer-photo-page-section .form-group .height-row span { font-size: 26px; line-height: 36px; }
        .download-title h4 { font-size: 38px; line-height: 52px; }
        .download-title { margin-bottom: 35px; }
        .creation-section .share-text { margin-bottom: 35px; }
        .creation-section .share-text p {font-size: 28px; line-height: 41px; }
        .creation-section h2 { margin-bottom: 60px; }
        .lets-grow-danimal-text h3 { margin-bottom: 30px; }
        .lets-grow-danimal-text p { margin-bottom: 30px; }
        .lets-grow-danimal-slider-heading h4 { font-size: 36px; line-height: 44px; }
        .lets-grow-danimal-slider-heading h5 { font-size: 36px; line-height: 44px; }
        .lets-grow-danimal-slider-heading span { font-size: 36px; line-height: 44px; margin-top: 10px; }
        .the-pledge-wrap .the-pledge-image-btm { width: 80%;}
        .pledge-sign-up-form-inner .form-field.form-field-submit button { font-size: 32px !important; line-height: 40px !important; padding: 23px 45px 23px 45px !important; }
        .pledge-benefits-row { padding-bottom: 150px; }
        .danimals-magna-tiles-box-render-btm { width: 460px; }
        .home-banner .left-leaf-banner {  left: -110px; }
		.radio-row label { font-size: 22px; line-height: 32px; }
    }

@media (max-width:1199px){
    p { font-size:28px; line-height: 34px; }
    ul li { font-size:28px; line-height: 34px; }
    h1 { font-size: 80px; line-height: 50px; }
    h2, .h2 { font-size: 60px; line-height: 60px; }
    h3, .h3 { font-size: 40px; line-height: 50px; }
    h4, .h4 { font-size: 30px; line-height: 40px; }
    button, .btn { padding: 15px 50px 15px 50px !important; font-size: 32px !important; line-height: 40px !important; }
    .home-banner-content strong { font-size: 200px; line-height: 200px; }
    .home-banner-content span { font-size: 40px; line-height: 60px; }
    .home-banner-content .let-them-title { left: 20px; top: -90px; }
    .home-banner-content p { font-size: 26px; line-height: 36px; }
    .home-banner-content p strong { font-size: 26px; line-height: 36px; }
    .home-banner-content { max-width: 660px; }
    .homer-banner-btm-img { max-width: 1000px; }
    .cloud-image-top-lft { left: 20px; top: 30px; }
    .homer-banner-btm-img { padding: 45px 0 30px 0; }
    .general-content-wrap p { margin-bottom: 20px; }
    .two-column-image-with-content-wrap .checkbox { width: 50%; }
    .two-column-image-with-content-wrap .two-column-desc h3 { font-size: 26px; line-height: 32px; }
    .general-content { padding: 0 0 30px 0; }
    .two-column-image-with-content-wrap .checkbox span { font-size: 24px; line-height: 38px; }
    .two-column-image-with-content-wrap .checkbox { padding-right: 10px; }
    .two-column-image-with-content-wrap .two-column-image img { width: 100%; }
    .the-pledge-wrap .the-pledge-right h5 {font-size: 20px; line-height: 25px; }
    .the-pledge-wrap .subtitle { margin-bottom: 30px; }
    .the-pledge-wrap .the-pledge-right ul li { padding: 0 0 10px 50px; }
    .the-pledge-image-rt figure { max-width: 160px; }
    .the-pledge-wrap .bee-image { top: 0px; right: 0px; }
    .expert-support-wrap .expert-support-desc h2 { margin-bottom: 25px; }
    .expert-support-desc p { font-size: 26px; line-height: 34px; margin-bottom: 20px; }
    .three-box-section-wrap .three-box-section { max-width: 900px; }
    .danimals-good-sources-img figure { width: 200px; }
    .expert-support-wrap { padding-bottom: 50px; }
    .three-box-section-wrap .three-box-item { padding: 0 15px; }
    .three-box-section-wrap .three-box-section { margin: 0 -15px; }
    .pledge-benefits { padding: 50px 0 230px; }
    .pledge-benefits-logo { margin-bottom:40px; width: 250px; }
    .pledge-benefits-wrap .section-head { margin-bottom: 40px; }
    .pledge-benefits-row .pledge-benefits-col number { width: 53px; height: 53px; font-size: 24px; }
    .pledge-benefits-row .pledge-benefits-col { padding: 0 20px; }
    .pledge-benefits-row { margin: 0 -20px; padding-bottom: 90px; }
    .simple-content .butterfly-solo-btm-lft { left: 150px; top: 40px; }
    .simple-content { padding: 170px 0 100px; }
    .content-with-img-box-left h2 { font-size: 40px; line-height: 50px; }
    .content-with-img-box-wrap .content-with-img-box-left .btn { margin-top: 10px; }
    h5, .h5 { font-size: 26px; line-height: 36px; }
    .official-rules-wrap { padding: 50px 25px; }
    .logo-with-content-wrap .logo-with-content-rt figure { max-width: 230px; }
    .logo-with-content-link a { font-size: 20px; line-height: 24px; }
    .logo-with-content-link { margin: 28px 0 0 15px; }
    .logo-with-content-wrap .logo-with-content-lft p { margin-bottom: 30px; font-size: 30px; line-height: 36px; }
    .logo-with-content { padding: 60px 0 70px; }
    .official-rules-section { padding: 20px 0; }
    .content-with-img-box-sec { padding: 20px 0; }
    .footer-logo figure { max-width: 350px; }
    .footer-social-icon ul li { width: 50px; }
    .footer-wrap { padding-bottom:00px; }
    .pledge-sign-up-form-inner { max-width: 650px; }
    .pledge-sign-up-form-inner form label { font-size: 26px; }
    .pledge-sign-up-form-inner form .pledge-checkboxes { padding: 25px 0 0; }
        .pledge-sign-up-form-inner .wpcf7-submit { margin-top: 60px; }
    .pledge-checkboxes span.wpcf7-list-item { margin-bottom: 25px; }
    
    .inner-banner-content strong { font-size: 140px; line-height: 140px; }
    .inner-banner-content span { font-size: 35px; line-height: 35px; min-width: 250px; }
    .inner-banner-content .let-them-title { top: -70px; left: 100px; }
    .inner-banner-wrap { padding: 60px 0 120px 0; }
    .inner-banner-content h1 { font-size: 50px; line-height: 40px; }
    .inner-banner-content h4 { font-size: 25px; line-height:30px; }
    .inner-banner-content { max-width: 750px; }
    
    .summer-photo-submission-banner-content strong { font-size: 140px; line-height: 140px; }
    .summer-photo-submission-banner-content span { font-size: 35px; line-height: 35px; min-width: 250px; }
    .summer-photo-submission-banner-content .let-them-title { top: -70px; left: 100px; }
    .summer-photo-submission-banner-wrap { padding: 60px 0 80px 0; }
    .summer-photo-submission-banner-content h1 { font-size: 50px; line-height: 40px; }
    .summer-photo-submission-banner-content h4 { font-size: 25px; line-height:30px; }
    .summer-photo-submission-banner-content { max-width: 750px; }
    
    .lets-grow-banner-content strong { font-size: 100px; line-height: 100px; }
    .lets-grow-banner-content span { font-size: 35px; line-height: 35px; min-width: 250px; }
    .lets-grow-banner-content .let-them-title { top: -80px; left: calc((100% - 550px) / 2); }
    .lets-grow-banner-wrap { padding: 80px 0 130px 0; }
    .lets-grow-banner-content h1 { font-size: 50px; line-height: 40px; }
    .lets-grow-banner-content h4 { font-size: 25px; line-height:30px; }
    .lets-grow-banner-content { max-width: 100%; }
    
    
    .logo-with-content-wrap .logo-with-content-lft { width: 70%; padding-right: 15px; }
    .logo-with-content-wrap .logo-with-content-rt { width:100%; }
    .logo-with-content-wrap .logo-with-content-lft + .logo-with-content-rt { width:30%; }
    .logo-with-content-lft:only-child { width: 100%; }
    
    .for-submitting-banner-content h1 { font-size: 70px; line-height: 80px; padding: 0; }
    .for-submitting-banner-content p { font-size: 28px; line-height: 36px; }

    
    .main-con-sec.error-main { max-width: 850px; }
    .error-page-section h1 { font-size: 60px; line-height: 68px; }
    .error-page-section .page-content-section { padding: 45px 0 90px; }
    .error-page-section .content-404 p { font-size: 30px; line-height: 40px; }
    .content-error-page-wrap .orange-link { margin-top: 40px; }
    .official-rules-banner-content h1 { font-size: 70px; line-height: 80px; }
    .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size: 70px; line-height: 80px; }
    .official-rules-banner { padding: 40px 0 0 0; }
    .official-cloud-image-top-lft { top: 40px; }
    .official-rules-content-wrap { padding: 30px 30px 10px 30px; }
    .for-submitting-banner-wrap { padding: 50px 0 110px 0; }
    .summer-cta .summer-cta-content { padding:80px 25px 50px; }
    .summer-cta .summer-cta-content h2 { font-size: 38px; line-height: 48px; }
    .entries-closed-image-top-lft { top: 30px; left: -31px; width: 15%; }
    .entries-closed-banner .entries-closed-bee { top: 50px; left: 150px; }
    .entries-closed-banner-content h2 { font-size: 30px; line-height: 38px; }
    .entries-closed-banner-content h1 { font-size: 48px; line-height: 60px; }
    .entries-closed-banner { padding: 50px 0 0 0; }
    .entries-closed-banner .entries-closed-bee { top: 50px; left: 160px; }
    header .header-logo { max-width: 300px; }
    .entries-closed-content-wrap p { font-size: 28px; line-height: 38px; }
    .entries-closed-content-wrap h2 { margin: 60px 0 0; font-size: 36px; line-height: 46px; }
    .entries-closed-content-wrap { margin-bottom: 100px; }
    .entries-closed-content-center-logo figure { max-width: 240px; }
    .entries-closed-content-center-logo { padding-bottom: 150px; }
    .inner-banner .cloud-image-top-lft { left: -20px; }
    .summer-photo-page-section input, .summer-photo-page-section textarea { padding: 12px 15px; }
    .summer-photo-page-section textarea { min-height: 260px; }
    .summer-photo-page-section .submit-btn { padding: 11px 39px !important; font-size: 28px !important; line-height: 36px !important; }
    .photo-frame { width: 280px; height: 280px; }
    .poster-bottom { padding: 180px 28px 35px; }
    .for-submitting-banner .for-submitting-banner-content h1 { margin-bottom: 35px; font-size: 70px; line-height: 80px; }
    .creation-leaf-kiwi { width: 15%; top: 9%; }
    .download-title h4 { font-size: 34px; line-height: 48px; }
    .download-title { margin-bottom: 25px; }
    .creation-section .share-text { margin-bottom: 25px; }
    .creation-section .share-text p { font-size: 24px; line-height: 36px; }
    .creation-section h2 { font-size: 38px; line-height: 46px; margin-bottom: 60px;  }
    .creation-section {  padding: 30px 0px 70px; }
    .creation-flavor-lockups { left: 20px; }
    .creation-bottl-rt { width: 15%; }
    .lets-grow-danimal-section .lets-grow-danimals-bottles { right: 0; }
    .lets-grow-danimal-slider-heading h4 { font-size: 32px; line-height: 40px; }
    .lets-grow-danimal-slider-heading h5 { font-size: 32px; line-height: 40px; }
    .lets-grow-danimal-slider-heading span { font-size: 32px; line-height: 40px; margin-top: 10px; }
    .danimal-slider-pattern-rt { bottom: 30px; }
    .slider-item-inner { max-width: 900px; padding: 90px 110px 180px 150px; }
    .lets-grow-danimal-slider-inner .slick-prev { left: 80px; }
    .lets-grow-danimal-slider-inner .slick-next { right: 20px; }
    .slider-item-inner h4 { font-size: 32px; line-height: 42px; }
    .slider-item-inner span { font-size: 32px; line-height: 42px; }
    .lets-grow-danimal-slider-heading { margin-bottom: 10px; margin-bottom: 30px; }
    .lets-grow-danimal-center-slider { padding: 0px 0 80px 0; }
    .lets-grow-danimal-slider-inner .slick-dots li button { width: 25px; height: 25px; }
    .slider-item-center { padding: 0 20px; }
    .pledge-benefits-row .pledge-benefits-col-inner { max-width: 300px; }
    .pledge-sign-up-form-inner .form-field.form-field-submit button { font-size: 30px !important; line-height: 38px !important; padding: 23px 35px 23px 35px !important; }
    .expert-support-desc-inner ul li { font-size: 26px; line-height: 34px; }
    .danimals-magna-tiles-box-render-btm { width: 400px; }
    .home-banner .butterfly-solo-btm-lft { top: -500px; left: 10px; }
    .summer-photo-page-section .main-layout { padding-bottom: 100px; }
   .radio-row label { font-size: 20px; line-height: 30px; }
    
}   
@media (max-width:1080px){
    .three-box-section-wrap .three-box-section { max-width: 830px; }
    .content-with-img-box-left h2 { font-size: 35px; line-height: 45px; }
    .content-with-img-box-wrap .content-with-img-box-rt img { padding-left: 40px; }
    .pledge-sign-up-form-inner { max-width: 600px; }
    .creationSection-inner { padding-bottom: 100px; }
    .creation-section h2 { margin-bottom: 40px; }
    .lets-grow-danimal-text { max-width: 680px; }
    
     .summer-photo-page-section .main-layout { padding-bottom: 0; }
}
@media (max-width:991px){
    p { font-size:24px; line-height: 30px; }
    ul li { font-size:24px; line-height: 30px; }
    h1 { font-size: 60px; line-height: 30px; }
    h2, .h2 { font-size: 50px; line-height: 50px; }
    h3, .h3 { font-size: 35px; line-height: 45px; }
    .dnmls-pfes figure { max-width: 100px; }  
    .dnmls-pfes { right: 40px; top: 40px; }
    .cloud-image-top-lft { left: 20px; top: 20px; width: 150px; }
    .home-banner-content strong { font-size: 150px; line-height: 150px; letter-spacing: 0; }
    .home-banner-content span { font-size: 35px; line-height: 55px; }
    .home-banner-content .let-them-title { background-size: 70% 100%; }
    .home-banner-content .let-them-title { left: 50px; top: -85px; }
    .home-banner-inner { padding: 65px 0 0 0; }
    .cloud-image-center-rt { right: -60px; width: 170px; top: 25%; }
    .home-banner-content p { font-size: 22px; line-height: 32px; }
    .home-banner-content p strong { font-size: 22px; line-height: 32px; }
    .butterfly-solo-btm-lft { left: 20px; bottom: 30%; width: 120px; }
/*    .homer-banner-btm-rt { left: 20px; bottom: 30%; width: 120px; }*/
    .two-column-image-with-content-wrap .two-column-checkbox { padding-bottom: 15px; }
    .two-column-image-with-content { padding: 40px 0 40px 0; }
    .the-pledge-wrap-inner-content { flex-wrap: wrap; }
    .the-pledge-wrap .the-pledge-left { padding-right: 0; width: 100%; margin-bottom: 30px; }
    .the-pledge-wrap .the-pledge-right { width: 100%; padding-left: 0; padding-bottom: 150px;}
    .the-pledge .the-pledge-wrap { padding: 25px 25px 0px 25px; }
    .the-pledge-wrap .the-pledge-image-btm { margin: 0 -30px; }
    .the-pledge-wrap ul li:before { width: 30px; height: 30px; }
    .the-pledge-wrap ul { padding: 15px 0; }
    .the-pledge-wrap .subtitle { margin-bottom: 20px; }
    .the-pledge-wrap .the-pledge-right h5 { font-size: 18px; line-height: 24px; }
    .three-box-section-wrap .three-box-item { width: 50%; }
    .expert-support-desc p { font-size: 24px; line-height: 34px; margin-bottom: 15px; }
    .danimals-good-sources-img figure { width: 100px; }
    .pledge-benefits-row .pledge-benefits-col h5 { font-size: 24px; line-height: 30px; }
    .pledge-benefits-row .pledge-benefits-col p { font-size: 22px; line-height: 28px; }
    .pledge-benefits-row .pledge-benefits-col { margin-bottom: 25px; }
    .pledge-benefits { padding: 50px 0 180px; }
    .content-with-img-box-left h2 { font-size: 30px; line-height: 40px; }
    .content-with-img-box-wrap { padding: 30px 25px; }
    button, .btn { padding: 15px 50px 15px 50px !important; font-size: 28px !important; line-height: 36px !important; }
    .content-with-img-box-wrap .content-with-img-box-rt img { padding-left: 15px; }
    .logo-with-content-wrap .logo-with-content-lft p { margin-bottom: 20px; font-size: 26px; line-height: 34px; }
    .footer-social-icon ul li img { width: 35px; height: 35px; }
    footer { padding: 30px 0 0 0; }
    .footer-social-icon ul li { width: 40px; }
    .footer-logo figure { max-width: 280px; }
    .pledge-sign-up-form-inner form input { padding: 15px 15px !important; }
    .pledge-sign-up-form-inner form select { padding: 15px 30px 15px 15px  !important; }
     .pledge-sign-up-form-inner form label { font-size: 24px; }
    .pledge-checkboxes .wpcf7-list-item-label:before { padding: 14px;  top: 0; }
    .pledge-checkboxes .wpcf7-list-item-label { padding: 0 0 0 50px; }
    .pledge-sign-up:before { top: 0; width: 8%; }
    .pledge-sign-up:after { bottom: 10%; width:16%; }
    .pledge-sign-up-form-inner .wpcf7-submit { margin-top: 40px; }
    .pledge-sign-up-heading { margin-bottom: 30px; }
    .pledge-checkboxes input:checked + .wpcf7-list-item-label:after { top: 4px; left: 12px; width: 7px; height: 18px; }
    .two-column-image-with-content-wrap .two-column-desc h3 { font-size: 22px; }

    .inner-banner-content strong { font-size: 120px; line-height: 120px; }
    .inner-banner-content .let-them-title { left: 130px; }
    .inner-banner-content span { font-size: 30px; line-height: 30px; min-width: 200px; }
    .inner-banner-content h1 { font-size: 40px; line-height: 40px; }
    
    .summer-photo-submission-banner-content strong { font-size: 120px; line-height: 120px; }
    .summer-photo-submission-banner-content .let-them-title { left: 130px; }
    .summer-photo-submission-banner-content span { font-size: 30px; line-height: 30px; min-width: 200px; }
    .summer-photo-submission-banner-content h1 { font-size: 40px; line-height: 40px; }
    
    .lets-grow-banner-content strong { font-size: 90px; line-height: 90px; }
    .lets-grow-banner-content .let-them-title { left: calc((100% - 380px) / 2); }
    .lets-grow-banner-content span { font-size: 30px; line-height: 30px; min-width: 200px; }
    .lets-grow-banner-content h1 { font-size: 40px; line-height: 40px; }
    
    .for-submitting-banner-content p { font-size: 26px; line-height: 34px; }
    
    .error-page-section h1 { font-size: 50px; line-height: 58px; padding: 0; }
    .main-con-sec.error-main { max-width: 520px; }
    .error-page-Umbrella-top { left: -30px; }
    .error-page-section .page-content-section { padding: 35px 0 90px; }
    .official-rules-banner .official-butterfly-solo { left: 40px; top: 150px; }
    .official-cloud-image-top-lft { top: 30px;left: -10px;  }
    .official-rules-banner-content h1 { font-size: 60px; line-height: 70px; }
    .official-rules-banner-content { max-width: 510px; }
    
    .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size: 60px; line-height: 70px; }
    .official-rules-banner-wrap .for-submitting-banner-content { max-width: 510px; }
    
    .official-rules-content-wrap { padding: 30px 20px 10px 20px; }
    .official-rules-content-wrap p { font-size: 20px; line-height: 24px; margin-bottom: 25px; }
    .official-rules-content-section { padding: 70px 0 50px 0; }
    
    .for-submitting-banner .cloud-image-top-lft { top: 30px;left: -10px;  }
    .for-submitting-banner-wrap { padding: 50px 0 100px 0; }
    .for-submitting-banner-content h1 { margin-bottom: 25px; }
    .for-submitting-butterfly-solo { top: 30px; left: 11%; width: 12%; }
    .summer-cta .summer-cta-content h2 { font-size: 34px; line-height: 44px; }
    .entries-closed-banner .entries-closed-bee { top: 45px; left: 130px; }
    
    .entries-closed-banner-content h1 { font-size: 45px; line-height: 55px; margin-bottom: 30px; }
    .entries-closed-banner-content h2 { font-size: 26px; line-height: 34px; }
    .entries-closed-content-wrap p { font-size: 24px; line-height: 34px; }
    .entries-closed-content-wrap h2 { margin: 40px 0 0; font-size: 32px; line-height: 42px; }
    .entries-closed-content-wrap { margin-bottom: 70px; }
    .entries-closed-content-center-logo a { font-size: 18px; line-height: 22px; } 
    .error-page-section .content-404 .error-page-pledge-benefits { width: 230px; }
    .inner-banner .cloud-image-top-lft { left: -20px; top: 20px; width: 120px; }
    .inner-banner .butterfly-solo-btm-lft { left: 20px; top: 25%; width: 90px; }
    .inner-banner .leaf-clusters-top { width: 120px; }
    .main-layout { gap: 25px; display: inline-block;}
    .photo-frame { width: 250px; height: 250px; }
    .summer-photo-content-wrap { padding-bottom: 30px; }
    .summer-photo-page-section { padding: 30px 0 45px; }
    .summer-photo-page-section .poster-card { margin-bottom: 40px; }
    .summer-photo-leaf { opacity: 0; }
    .summer-photo-bottle { opacity: 0; }
    .poster-bottom { padding: 110px 20px 35px; }
    .summer-photo-page-section textarea { min-height: 220px; }
    .summer-photo-content-wrap { border-bottom: 3px solid #ed3a3d; }
    .for-submitting-banner .for-submitting-banner-content h1 { font-size:60px; line-height: 70px; }
    .creation-leaf-kiwi { top: 7%; }
    .creationSection-inner { padding-bottom: 60px; }
    .download-title h4 { font-size: 30px; line-height: 44px; }
    .creation-card-wrap { margin-bottom: 45px; }
    .creationSection-inner .poster-bottom { padding: 150px 20px 35px; }
    .lets-grow-danimal-text { max-width: 600px; padding-right: 20px; }
    .lets-grow-danimal-section { padding: 0px 0 90px 0; }
    .slider-item-inner:after { width: 700px; height: 680px; }
    .lets-grow-danimal-slider-heading h4 { font-size: 32px; line-height: 40px; }
    .lets-grow-danimal-slider-heading h5 { font-size: 32px; line-height: 40px; }
    .lets-grow-danimal-slider-heading span { font-size: 32px; line-height: 40px; margin-top: 10px; }
    .danimal-slider-pattern-rt { width: 60px; }
    .danimal-slider-pattern-lft { width: 60px; }
    .slider-item-inner { max-width: 100%; padding: 90px 50px 90px 50px; min-height: 650px; }
    .slider-item-inner:after { width: 100%; height: 100%; left: -60px; }
    .slider-item-center { padding: 0 40px 0 20px; }
    .slider-item-inner h4 { padding: 0; max-width: 550px; margin: 0 auto; }
    .lets-grow-danimal-slider-inner .slick-next { right: 0; }
    .lets-grow-danimal-slider-inner .slick-prev { left: 0; }
    .lets-grow-danimal-slider-inner .slick-dots { bottom: -20px; left: 0; }
    .slider-item-inner h4 { font-size: 28px; line-height: 38px; }
    .slider-item-inner span { font-size: 30px; line-height: 42px; max-width: 400px; margin-bottom: 30px; }
    .logo-with-content-wrap .logo-with-content-lft { padding-right: 60px; }
    .creation-section .download-btn { padding: 18px 50px 15px 50px !important; }
    .pledge-benefits-row .pledge-benefits-col-inner { max-width: 250px; }
    .form-field-checkbox label:before { padding: 10px; top: -4px; }
    .pledge-sign-up-form-inner .form-field.form-field-checkbox label { padding: 0 0 0 40px; }
    .pledge-sign-up-form-inner .form-field.form-field-checkbox { margin-bottom: 20px; }
    .form-field-checkbox input:checked + label:after { top:0px; left: 9px; width: 5px; height: 13px; }
    .pledge-sign-up-heading { max-width: 550px; margin: 0 auto; margin-bottom: 30px; } 
    .pledge-sign-up-form-inner .form-field.form-field-submit button { margin-top: 40px; }
    .expert-support-desc-inner ul li { font-size: 24px; line-height: 34px; }
    .pledge-benefits-row { padding-bottom: 20px; }
    .danimals-magna-tiles-box-render-btm { width: 25%; }
    .home-banner .butterfly-solo-btm-lft { top: -400px; width: auto; }
    .butterfly-solo-btm-lft figure { max-width: 130px; }
    .home-banner .left-leaf-banner { left: -70px; width: 70%; }
    .homer-banner-btm-lft {  left: 120px; }
    .homer-banner-btm-rt { right: 65px; }
    .summer-photo-page-section .main-layout { padding-bottom:0px; }
    .pledge-sign-up-checkbox { max-width: 600px; }
    .pledge-sign-up-checkbox label { padding: 0 0 0 40px; }
}
@media (max-width:767px){
    header .header-logo { max-width: 280px; }   
    .dnmls-pfes { right: 20px; top: 20px; }
    .dnmls-pfes figure { max-width: 80px; }
    .cloud-image-top-lft { left: 15px; top: 15px; width: 120px; }
    .home-banner-content strong { font-size: 100px; line-height: 100px; letter-spacing: 0; }
    h1 { font-size: 45px; line-height: 30px; }
    h3, .h3 { font-size: 30px; line-height: 40px; }
    .home-banner-content p { font-size: 20px; line-height: 30px; }
    .home-banner-content p strong { font-size: 20px; line-height: 30px; }
    button, .btn { padding: 14px 40px 14px 40px !important; font-size: 28px !important; line-height: 36px !important; }
    .butterfly-solo-btm-lft figure { max-width: 80px; }
    .cloud-image-center-rt { width: 140px; }
    .home-banner-content .btn { margin-top: 10px; }
    .home-banner-content { max-width: 480px; }
    .home-banner-content .let-them-title { left: 0px; }
    .homer-banner-btm-lft { top: 20px; left: 90px; }
    .homer-banner-btm-rt { top: 10px; right: 70px; }
    .home-banner-inner:after {height: 40px; }
    .home-banner .left-leaf-banner { left: -60px; width: 70%; bottom: 50px; }
    .homer-banner-btm-img { padding: 45px 0 25px 0; }
    .two-column-image-with-content-wrap { flex-wrap: wrap; }
    .two-column-image-with-content-wrap .two-column-image { width: 100%; padding-right: 0; margin-bottom: 30px; }
    .two-column-image-with-content-wrap .two-column-desc { width: 100%; }
    .the-pledge-image-rt figure { max-width: 120px; right: 20px; }
    .the-pledge .the-pledge-wrap { border-radius: 25px; }
    .the-pledge-wrap .the-pledge-left img { border-radius: 25px; }
    .two-column-image-with-content-wrap .checkbox span { font-size: 20px; line-height: 36px; padding: 0 0 0 35px; }
    .two-column-image-with-content-wrap .checkbox:before { width: 28px; height: 28px; top: 3px; }
    .the-pledge-wrap .bee-image { max-width: 80px; }
    .expert-support-wrap { flex-wrap: wrap; }
    .expert-support-wrap .expert-support-desc { width: 100%; padding-bottom: 30px; }
    .expert-support-wrap .expert-support-img { width: 100%;  }
    .expert-support-wrap .expert-support-img figure { max-width: 100%; margin-left: 0; }
    .expert-support-wrap { padding-bottom: 30px; }
    .expert-support { padding: 30px 0 70px 0; }
    .pledge-benefits-row .pledge-benefits-col { width: 50%; }
    .pledge-benefits-logo { margin-bottom: 30px; width: 200px; }
    .pledge-benefits-wrap .section-head { margin-bottom: 30px; }
    .simple-content .butterfly-solo-btm-lft figure { max-width: 60px; }
    .simple-content .cloud-image-top-lft figure { width: 160px; }
    .simple-content { padding: 130px 0 80px; }
    .simple-content:after { height: 40px; }
    .content-with-img-box-wrap { flex-wrap: wrap; }
    .content-with-img-box-wrap .content-with-img-box-left { width: 100%; margin-bottom: 0px; order: 2; }
    .content-with-img-box-wrap .content-with-img-box-rt { width: 100%; order:1; margin-bottom: 30px; }
    .content-with-img-box-wrap .content-with-img-box-rt figure { text-align: left; max-width: 100%; margin-left: 0; }
    .content-with-img-box-wrap { border-radius: 25px; }
    .content-with-img-box-wrap .content-with-img-box-rt img { padding-left: 0; }
    .content-with-img-box-wrap .content-with-img-box-left .btn { margin-top: 0; }
    .official-rules-wrap { flex-wrap: wrap; border-radius: 25px; }
    .official-rules-wrap .official-rules-left { width: 100%; padding-right:0px; margin-bottom: 30px; }
    .official-rules-wrap .official-rules-rt { width: 100%; }
    .official-rules-wrap .official-rules-left .btn { margin-top: 0; }
    .official-rules-section .leaf-clusters-btm-rt { width: 40%; }
    .logo-with-content-wrap { flex-wrap: wrap; }
    .logo-with-content-wrap .logo-with-content-lft { width: 100%; padding-right:0px; order:2; text-align: center; }
    .logo-with-content-wrap .logo-with-content-rt { width: 100%; order: 1; max-width: 250px; margin: 0 auto; margin-bottom: 30px; }
    footer:before { height: 40px; }
    .two-column-image-with-content { padding: 20px 0px 30px 0; }
    .pledge-sign-up-form-inner .wpcf7-submit { font-size: 30px !important; line-height: 32px !important;  }
    .pledge-sign-up-form-inner form .wpcf7-spinner { top: 23px; }
    .pledge-sign-up:before { display: none; }
    .pledge-sign-up:after { display: none; }
    .pledge-sign-up-form-inner { max-width: 100%; }
    .pledge-checkboxes .wpcf7-list-item-label:before { padding: 10px; }
    .pledge-checkboxes .wpcf7-list-item-label { padding: 0 0 0 38px; }
    .pledge-checkboxes .wpcf7-list-item-label:before { top: 1px; }
    .pledge-checkboxes .wpcf7-list-item-label { font-size: 22px; }
    .pledge-checkboxes input:checked + .wpcf7-list-item-label:after { top: 5px; left: 9px; width: 5px; height: 13px; }
    .pledge-sign-up-form-inner form .pledge-checkboxes { padding: 10px 0 0; }
    
    .inner-banner .let-them-title-wrap { max-width: 410px; }
    .inner-banner-content .let-them-title { left: 45px; }
    .inner-banner-content strong { font-size: 100px; line-height: 100px; }
    .inner-banner-content h1 { font-size: 35px; line-height: 35px; }
    .inner-banner-content h4 { font-size: 20px; line-height: 25px; }
    .inner-banner-content { max-width: 600px; }
    .inner-banner-wrap:after { height: 40px; }
    
    .summer-photo-submission-banner-content .let-them-title { left: 45px; }
    .summer-photo-submission-banner-content strong { font-size: 100px; line-height: 100px; }
    .summer-photo-submission-banner-content h1 { font-size: 35px; line-height: 35px; }
    .summer-photo-submission-banner-content h4 { font-size: 20px; line-height: 25px; }
    .summer-photo-submission-banner-content { max-width: 600px; }
    .summer-photo-submission-banner-wrap:after { height: 40px; }
    .summer-photo-submission-banner .let-them-title-wrap { max-width: 410px; }
    .summer-photo-submission-banner .cloud-image-top-lft {left: -20px;top: 30px;width: 120px; }
    
    .lets-grow-banner-content .let-them-title { left: calc((100% - 350px) / 2); top: -85px; }
    .lets-grow-banner-content strong { font-size: 70px; line-height: 70px; }
    .lets-grow-banner-content h1 { font-size: 35px; line-height: 35px; }
    .lets-grow-banner-content h4 { font-size: 20px; line-height: 25px; }
    .lets-grow-banner-wrap:after { height: 40px; }
    .lets-grow-banner .let-them-title-wrap { max-width: 100%; }
    .lets-grow-banner .cloud-image-top-lft {left: -20px;top: 30px;width: 120px; }
    
    .for-submitting-banner-content h1 { font-size: 70px; line-height: 70px; }
    .for-submitting-banner-content p { font-size: 24px; line-height: 32px; }
    .for-submitting-banner-wrap:after { height: 40px; }
    .for-submitting-banner .cloud-image-top-lft {left: -20px;top: 30px;width: 120px; }
    
    .pledge-benefits-row .pledge-benefits-col:nth-child(5n) p { padding-right: 0; }
    .logo-with-content-wrap .logo-with-content-lft + .logo-with-content-rt { width: 100%; }
    .error-page-section .error-page-section-inner:after { height: 40px; }
    .error-page-section .content-404 p { font-size: 26px; line-height: 36px; }
    .official-rules-banner .official-butterfly-solo { left: 15px; top: 100px; }
    .official-rules-banner-content h1 { font-size: 50px; line-height: 60px; }
    .official-rules-banner-content { max-width: 420px; }
    
    .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size: 50px; line-height: 60px; }
    .official-rules-banner-wrap .for-submitting-banner-content { max-width: 420px; }
    
    .official-cloud-image-top-lft { top: 20px; left: -10px; width: 100px; }
    .official-rules-banner .official-butterfly-solo { left: 15px; top: 120px; width: 70px; }
    .official-rules-banner-wrap { padding: 0 0 80px 0; }
    .official-rules-banner-wrap:after { height: 40px; }
    .official-rules-content-section:before { height: 40px; top: -15px; }
    .for-submitting-butterfly-solo { top: 15px; left: 65px; width: 70px; }
    .summer-cta .summer-cta-content h2 { font-size: 30px; line-height: 40px; }
    .summer-cta .summer-cta-content { padding: 60px 25px 30px; }
    .entries-closed-image-top-lft { top: 20px; left: -20px; width: 100px; }
    .entries-closed-banner .entries-closed-bee { top: 20px; left: 100px; width: 70px; }
    .entries-closed-banner .entries-closed-leaf-clusters-top { width: 100px; }
    .entries-closed-banner-content h1 { font-size: 40px; line-height: 50px; }
    .entries-closed-banner-wrap:after { height: 40px; }
    .entries-closed-banner-wrap { padding: 0 0 80px 0; }
    .entries-closed-banner { padding: 40px 0 0 0; }
    .entries-closed-content-wrap h2 { margin: 40px 0 0; font-size: 30px; line-height: 40px; }
    .entries-closed-content-wrap { margin-bottom: 60px; }
    .entries-closed-content-center-logo figure { max-width: 200px; }
    .entries-closed-content-center-logo figure { margin-bottom: 25px; }
    .entries-closed-pattern-img { position: absolute; bottom: 20px; left: 0; width: 130px; }
    .entries-closed-pattern-flower { right: 20px; width: 240px; bottom: 20px; }
    .error-page-leaf-clusters-top { width: 100px; }
    .error-page-section .content-404 .error-page-pledge-benefits { width:170px; }
    .error-page-triangle { width: 90px; }
    .error-page-Umbrella-top { width: 170px;}
    .error-page-section .page-content-section { padding: 40px 0 70px; }
     .inner-banner .leaf-clusters-top { width: 100px; }
     .inner-banner .cloud-image-top-lft { width: 100px; }
    .poster-bottom { padding: 160px 20px 35px; }
    .summer-photo-page-section .file-label { font-size: 24px !important; line-height: 34px !important; }
    .checkbox-row span { font-size: 20px; line-height: 30px; }
    .checkbox-row span:before { padding: 10px; }
    .summer-photo-page-section .form-group label { font-size: 22px; line-height: 32px; }
    .checkbox-row input:checked + span:after { top: 4px; left: 9px; width: 5px; height: 12px; }
    .checkbox-row  { margin: 20px 0 20px; }
    .official-rules-content-section { padding: 40px 0 40px 0; }
    .for-submitting-banner .for-submitting-banner-content h1 { font-size:50px; line-height: 60px; }
    .creationSection-inner .poster-bottom { padding: 160px 20px 35px; }
    .download-title h4 { font-size: 26px; line-height: 38px; }
    .creation-section .download-btn { margin-top: 10px; }
    .creation-flavor-lockups { width: 120px; }
    .creation-section h2 { font-size: 34px; line-height: 42px; margin-bottom: 30px;}
    .lets-grow-danimal-text { max-width: 100%; padding-right: 0; }
    .lets-grow-danimal-section .lets-grow-danimals-bottles { right: 0; width: 100px; top: 15px; }
    .lets-grow-danimal-content { padding: 40px 0 0 0; }
    .lets-grow-danimal-section .lets-grow-leaf-one { width: 200px; }
    .lets-grow-danimal-text h3 { margin-bottom: 20px; }
    .lets-grow-danimal-text p { margin-bottom: 20px; }
    .lets-grow-danimal-section .lets-grow-blocks-design { width: 200px; }
    .lets-grow-danimal-slider-heading h4 { font-size: 28px; line-height: 36px; }
    .lets-grow-danimal-slider-heading h5 { font-size: 28px; line-height: 36px; }
    .lets-grow-danimal-slider-heading span { font-size: 28px; line-height: 36px; margin-top: 0; }
    .slider-item-inner h4 { font-size: 28px; line-height: 38px; padding: 0 10px; }
    .slider-item-center { padding: 0 50px 0 50px; }
    .slider-item-inner { max-width: 100%; padding: 90px 10px 60px 10px; min-height: 470px; }
    .slider-item-inner:after { width: 100%; height: 100%; left: -25px; }
    .slider-item-inner h4 { font-size: 24px; line-height: 35px; max-width: 420px; }
    .lets-grow-danimal-slider-heading { margin-bottom: 10px; }
    .official-rules-content-section:after { height: 800px; }
    .the-pledge-wrap .the-pledge-image-btm { width:500px; }
    .pledge-benefits-row .pledge-benefits-col:nth-child(2) { width: 50%; }
    .danimals-magna-tiles-box-render-btm { bottom: 0; top: auto; right: 0; left: 15%; margin: 0 auto; }
    .pledge-sign-up-form-inner .form-field.form-field-submit { margin: 0; }
    .pledge-sign-up-form-inner form .form-row .form-field { width: 100% !important; padding: 0 !important; }
    .pledge-sign-up-form-inner form p { font-size: 22px; }
    .danimals-magna-tiles-box-render-btm { width: 30%; }
    .home-banner .butterfly-solo-btm-lft { top: -350px; }
}
@media (max-width:575px){
    p { font-size:22px; line-height: 28px; }
    ul li { font-size:22px; line-height: 28px; }
    h1 { font-size: 35px; line-height: 30px; }
    h2, .h2 { font-size: 35px; line-height: 40px; }
    button, .btn { padding: 14px 30px 14px 30px !important; font-size: 24px !important; line-height: 30px !important; }
    .home-banner-content strong { font-size: 80px; line-height: 80px; }   
    .dnmls-pfes figure { max-width: 60px; } 
    .home-banner-content .let-them-title { background-size: 100% 100%; padding: 30px 20px 30px 20px; }
    .home-banner-content span { font-size: 25px; line-height: 55px; }
    .home-banner-content .let-them-title { left: 35px; top: -65px; }
    .home-banner-inner { padding: 50px 0 0 0; }
    .cloud-image-center-rt { width: 120px; }
    .butterfly-solo-btm-lft figure { max-width: 60px; }
    .butterfly-solo-btm-lft { left: 10px; bottom: 35%; width: 120px; }
    .home-banner-content { max-width: 350px; }
    header .header-logo { max-width: 250px; }
    .homer-banner-btm-lft { top: 20px; left: 50px; }
    .home-banner .left-leaf-banner { left: -40px; width: 90%; bottom: 20px; }
    .homer-banner-btm-rt { top: 5px; right: 30px; }
    .three-box-section-wrap .three-box-item { width: 100%; }
    .three-box-section-wrap .three-col-box { padding: 30px 15px 40px 15px; }
    .pledge-benefits-row .pledge-benefits-col { width: 100%; }
    .danimals-magna-tiles-box-render-btm { bottom: 0; width:80%; position: relative; padding: 0 20px; margin-top: 2px; left: 0; }
    .pledge-benefits { padding: 50px 0 100px; }
    .pledge-benefits-row .pledge-benefits-col { margin-bottom: 20px; }
        .official-rules-section .leaf-clusters-btm-rt { width: 50%; }
    .pledge-sign-up-form-inner .wpcf7-submit { margin-top: 25px; }
    
    .inner-banner-content strong { font-size:80px; line-height:80px; }
    .inner-banner-content span { font-size: 25px; line-height: 25px; min-width: 170px; }
    .inner-banner-content .let-them-title { padding: 30px 20px 30px 20px; top: -50px; left: 30px; }
    .inner-banner .let-them-title-wrap { max-width: 300px; }
    .inner-banner-wrap { padding: 60px 0 80px 0; }
    .inner-banner-wrap:after { height: 35px; }
    
    .summer-photo-submission-banner-content strong { font-size:80px; line-height:80px; }
    .summer-photo-submission-banner-content span { font-size: 25px; line-height: 25px; min-width: 170px; }
    .summer-photo-submission-banner-content .let-them-title { padding: 30px 20px 30px 20px; top: -50px; left: 30px; }
    .summer-photo-submission-banner .let-them-title-wrap { max-width: 300px; }
    .summer-photo-submission-banner-wrap { padding: 60px 0 80px 0; }
    .summer-photo-submission-banner-wrap:after { height: 35px; }
    .summer-photo-submission-banner .cloud-image-top-lft { width: 100px; top: 20px; }
    
    .lets-grow-banner-content strong { font-size:60px; line-height:60px; }
    .lets-grow-banner-content span { font-size: 25px; line-height: 25px; min-width: 170px; }
    .lets-grow-banner-content .let-them-title { padding: 30px 20px 30px 20px; top: -60px; left: calc((100% - 300px) / 2); }
    .lets-grow-banner-wrap { padding: 60px 0 80px 0; }
    .lets-grow-banner-wrap:after { height: 35px; }
    .lets-grow-banner .cloud-image-top-lft { width: 100px; top: 20px; }
    
    .for-submitting-banner .cloud-image-top-lft { width: 100px; top: 20px; }
    .for-submitting-banner-wrap { padding: 35px 0 80px 0; }
    .for-submitting-banner .leaf-clusters-top { width: 80px; }
    
    .error-page-section h1 { font-size: 38px; line-height: 50px; }
    .official-rules-banner .official-butterfly-solo { left: 5px; top: 140px; width: 50px; }
    .official-rules-banner .leaf-clusters-top { width: 80px; }
    .official-rules-content-wrap p { font-size: 18px; margin-bottom: 20px; }
    .official-rules-content-section:before { height: 30px; }
    .entries-closed-banner-content h2 { font-size: 24px; line-height: 32px; }
    .entries-closed-pattern-flower { right: 5px; width: 180px; bottom: 20px; } 
    .error-page-section .content-404 .error-page-pledge-benefits { width: 140px; }
    .error-page-Umbrella-top { width: 150px;}
    .inner-banner .butterfly-solo-btm-lft { left: 10px; top: 1%; width: 60px; }
    .poster-bottom { padding: 180px 20px 35px; }
    .poster-info-col-lft { width: 100%; padding: 0 0 5px 0; }
    .poster-info-col-rt { width: 100%; margin-bottom: 30px; }
    .poster-info { flex-wrap: wrap; }
     .creationSection-inner .poster-bottom { padding: 180px 20px 35px; }
     .creation-flavor-lockups { width: 100px; left: 10px; }
    .creation-Waterm-leaf-btm { width: 70px; }
    .creation-section .share-text p { font-size: 22px; line-height: 32px; }
    .creation-leaf-kiwi { top: 0; width: 50px; }
    .creation-section h2 { max-width: 270px; margin: 0 auto; margin-bottom: 30px; }
    .lets-grow-danimal-section .lets-grow-leaf-one { width: 180px; }
    .lets-grow-danimal-section .lets-grow-danimals-bottles { width: 80px; top: 10px; }
    .slider-item-inner { max-width: 100%; padding: 10px 10px 50px 10px; min-height: 420px; }
    .slider-item-center { padding: 0 20px 0 20px; }
    .slider-item-inner h4 { font-size: 20px; line-height: 30px; }
    .slider-item-inner span { font-size: 24px; line-height: 36px; max-width: 350px; margin-bottom: 20px; }
    .lets-grow-danimal-slider-inner .slick-dots li button { width: 20px; height: 20px; }
    .lets-grow-danimal-slider-inner .slick-prev { left: -10px; width: 28px; height: 28px; }
    .lets-grow-danimal-slider-inner .slick-next { right: -10px; width: 28px; height: 28px; }
    .danimal-slider-pattern-lft { width: 40px; top: 28%; }
    .danimal-slider-pattern-rt { width: 40px; bottom: 0px; }
    .lets-grow-danimal-slider-heading h5 { font-size: 24px; line-height: 32px; }
    .lets-grow-danimal-slider-heading h4 { font-size: 24px; line-height: 32px; }
    .the-pledge-wrap .the-pledge-image-btm { width: 400px; }
    .the-pledge-wrap .the-pledge-right { padding-bottom: 120px; }
    .pledge-benefits-row .pledge-benefits-col:nth-child(2) { width: 100%; }
    .pledge-benefits-row .pledge-benefits-col-inner { max-width: 100%; }
    .danimals-flower-img { width: 90px; }
    .pledge-sign-up-form-inner .form-field.form-field-submit button { margin-top: 25px; }
    .pledge-sign-up-form-inner .form-field.form-field-submit button { font-size: 24px !important; line-height: 30px !important; padding: 20px 30px 20px 30px !important; }
    .home-banner .butterfly-solo-btm-lft { animation: cloudMoveTop 6s ease-in-out infinite; } 
    .pledge-sign-up-wrap h4 br { display: none; }
}

@media (max-width:480px){
    header .header-logo { max-width: 220px; }
    .for-submitting-banner .for-submitting-banner-content h1 { font-size:40px; line-height: 50px; }
    .for-submitting-banner-content p { font-size: 22px; line-height: 30px; }
    .summer-cta .summer-cta-content h2 { font-size: 26px; line-height:38px; }
    .summer-cta .summer-cta-content { padding: 50px 15px 20px; }
    .entries-closed-banner-content h1 { font-size: 35px; line-height: 45px; }
    .error-page-section .content-404 p { font-size: 24px; line-height: 32px; }
    .poster-bottom { padding: 190px 20px 35px; }
    .creationSection-inner .poster-bottom { padding: 200px 20px 35px; }
    .slider-item-inner { max-width: 100%; padding: 5px 5px 20px 5px; min-height: 320px; }
    .slider-item-inner h4 { font-size: 18px; line-height: 26px; max-width: 280px; }
    .slider-item-inner span { font-size: 20px; line-height: 32px; margin-bottom: 10px; max-width: 280px; }
    .danimal-slider-pattern-lft { top: 34%; }
    .danimal-slider-pattern-rt { width: 30px; bottom: 10px; }
    .the-pledge-wrap .the-pledge-right { padding-bottom: 100px; }
    .logo-with-content-wrap .logo-with-content-lft h3 { font-size: 25px; }
    .home-banner .butterfly-solo-btm-lft { top: -180px; }
    .home-banner-content .btn { padding: 14px 20px 14px 20px !important; }
    h4, .h4 { font-size: 26px; line-height: 36px; }
}
/* Reponsive css end here */


.home-banner .cloud-image-top-lft {
  animation: cloudMove 6s ease-in-out infinite;
  will-change: transform;
}
.home-banner .cloud-image-center-rt {
  animation: cloudMove 6s ease-in-out infinite;
  will-change: transform;
}

@keyframes cloudMove {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes cloudMoveTop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}
.left-leaf-banner {
    -webkit-animation: leafLeft 5s infinite ease-in-out;
    animation: leafLeft 5s infinite ease-in-out;
}

@-webkit-keyframes leafLeft {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
/*.home-banner .leaf-clusters-top {*/
/*    -webkit-animation: leafLeft 5s infinite ease-in-out;*/
/*    animation: leafLeft 5s infinite ease-in-out;*/
/*    top: -30px;*/
/*    right: -30px;*/
/*}*/
/*
.leaf-clusters-top {
    -webkit-animation: leafRight 5s infinite ease-in-out;
    animation: leafRight 5s infinite ease-in-out;
}

@-webkit-keyframes leafRight {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes leafRight {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
*/