@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

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

body { line-height: 1; }

li { margin-bottom: 10px; }

ul { padding-left: 20px; }

blockquote, q { quotes: none; }

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

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

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

* { font-family: 'Lato' !important; }

@font-face { font-family: fontello; src: url(http://earthrenew.ca/wp-content/themes/earth/fonts/fontello/font/fontello.eot?44769229); src: url(http://earthrenew.ca/wp-content/themes/earth/fonts/fontello/font/fontello.eot?44769229#iefix) format("embedded-opentype"), url(/wp-content/themes/earth/fonts/fontello/font/fontello.woff) format("woff2"), url(/wp-content/themes/earth/fonts/fontello/font/fontello.woff?44769229) format("woff"), url(http://earthrenew.ca/wp-content/themes/earth/fonts/fontello/font/fontello.ttf?44769229) format("truetype"), url(http://earthrenew.ca/wp-content/themes/earth/fonts/fontello/font/fontello.svg?44769229#fontello) format("svg"); font-weight: 400; font-style: normal; }

[class*=" icon-"]:before, [class^=icon-]:before { font-family: fontello; font-style: normal; font-weight: 400; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before { content: ""; }

.icon-twitter:before { content: ""; }

.icon-instagram:before { content: ""; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

p, span, h1, h2, h3, h4, h5, h6 { font-family: 'Lato'; }

p { margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 { padding: 5px 0; margin-bottom: 10px; }

h1 { font-size: 2em; }

h2 { font-size: 1.7em; }

h3 { font-size: 1.5em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.1em; }

body, html { background: #fff; }

.main { padding: 60px 0; }

.single-page { padding-top: 40px; }

/*GRID */
.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.row--center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.row--around { -ms-flex-pack: distribute; justify-content: space-around; }

.row--no-wrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.row > .left, .row > .right { width: 50%; }

.col-3 { width: 23%; }

.button-lines { position: relative; font-size: 13px; font-weight: 700; line-height: 1.4; text-decoration: none; text-transform: uppercase; letter-spacing: 4px; white-space: nowrap; background-color: transparent; border: 0; cursor: pointer; -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin: 0; padding: .875em 1.428571429em; letter-spacing: 0.3em; }

.button-lines::after { content: ''; width: 80%; left: 50%; height: 1px; bottom: 0; -webkit-transform: translatex(-50%); transform: translatex(-50%); -webkit-transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; display: block; position: absolute; background: #fff; }

.button-lines span { display: block; position: absolute; -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9); transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9); width: 100%; top: 0; left: 0; }

.button-lines span::after, .button-lines span::before { content: ''; display: block; position: absolute; background: #fff; transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9); transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9); transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9), -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9); }

.button-lines span:first-child { height: 100%; }

.button-lines span:first-child::after { width: 1px; height: 100%; bottom: 0; -webkit-transform: scale3d(1, 0, 1); transform: scale3d(1, 0, 1); -webkit-transform-origin: bottom center; transform-origin: bottom center; transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; }

.button-lines span:first-child::before { width: 1px; height: 100%; bottom: 0; -webkit-transform: scale3d(1, 0, 1); transform: scale3d(1, 0, 1); -webkit-transform-origin: bottom center; transform-origin: bottom center; transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; left: 0; }

.button-lines span:first-child::after { right: 0; }

.button-lines span:last-child { width: 100%; height: 1px; }

.button-lines span:last-child::after { height: 1px; width: 100%; bottom: 0; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; }

.button-lines span:last-child::before { height: 1px; width: 100%; bottom: 0; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; left: 0; -webkit-transform-origin: bottom left; transform-origin: bottom left; }

.button-lines span:last-child::after { right: 0; -webkit-transform-origin: bottom right; transform-origin: bottom right; }

.button-lines:hover { opacity: 1; outline: 0; color: #fff !important; text-decoration: none; -webkit-transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; }

.button-lines:hover::after { width: 100%; background: #fff; -webkit-transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; }

.button-lines:hover span:first-child::after, .button-lines:hover span:first-child::before { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); background: #fff; transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s; }

.button-lines:hover span:last-child::after, .button-lines:hover span:last-child::before { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); background: #fff; transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s; -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s; transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s; }

.button-lines:focus { background: #fff; color: #000 !important; -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9); transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9); }

.button-lines:focus::after { opacity: 0; }

.button-lines.reverse:hover { color: #fff !important; }

.button-lines.reverse:hover::after { background: #fff; }

.button-lines.reverse:hover span:first-child::after, .button-lines.reverse:hover span:first-child::before { background: #fff; }

.button-lines.reverse:hover span:last-child::after, .button-lines.reverse:hover span:last-child::before { background: #fff; }

.button-lines.reverse:focus span:first-child::after, .button-lines.reverse:focus span:first-child::before { background: #fff; }

.button-lines.reverse:focus span:last-child::after, .button-lines.reverse:focus span:last-child::before { background: #fff; }

.wrapper { margin: 0; padding: 0; }

.header { width: 100%; position: fixed; height: 60px; background-color: #fff; font-family: 'Lato'; padding: 0 10%; z-index: 1000; }

@media only screen and (max-width: 768px) { .header { padding: 0; } }

.header__logo { width: 120px; }

.header__logo img { width: 100%; height: 100%; }

@media only screen and (max-width: 768px) { .header__logo img { margin: 10px 0 0 10px; } }

.header__nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 768px) { .header__nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #fff; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 768px) { .header__nav ul#menu { background: #fff; width: 100%; display: none; position: absolute; top: 60px; } }

.header__nav ul li { display: inline-block; margin: 0 25px; position: relative; }

.header__nav ul li:last-child { margin-right: 0; }

.header__nav ul li a { color: #87be77; font-size: 16px; text-decoration: none; -webkit-transition: .2s; transition: .2s; padding: 12px 0; cursor: pointer; }

.header__nav ul li a:hover { color: #006a35; -webkit-transition: 0.2s; transition: 0.2s; }

@media only screen and (max-width: 768px) { .header__nav ul li { display: block; margin: 20px 0; text-align: center; } }

@media only screen and (max-width: 480px) { .header__nav ul li a { font-size: 19px; } }

.sub-menu { display: none; position: absolute; background: #fff; padding: 20px 10px 10px; left: -11px; width: -webkit-max-content; width: -moz-max-content; width: max-content; }

.sub-menu li { display: block !important; margin: 0 !important; padding: 10px 0; }

@media only screen and (max-width: 768px) { .sub-menu { position: relative; padding: 20px 0 0; left: 0; margin: 0 auto; } }

.header__menu-toggle { width: 25px; height: 2px; background: #005580; }

.footer__logo { width: 160px; }

.footer__logo img { width: 100%; }

.footer__left { width: 70%; }

.footer__nav { width: 30%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; }

.footer__desc { font-family: Lato; font-size: 45px; color: #fff; text-align: center; }

@media only screen and (max-width: 480px) { .footer__desc { font-size: 28px; } }

.footer__menu ul { text-align: right; }

.footer__address { margin-top: 15px; }

.footer__menu ul li { display: inline-block; font-size: 15px; color: #6bab59; padding: 5px 10px; text-transform: uppercase; }

.footer__contacts { color: #fff; font-family: 'Lato'; font-size: 14px; line-height: 1.5; text-align: center; }

.footer__contact { font-family: 'Lato'; text-align: center; font-size: 14px; color: #fff; padding: 20px 0 50px; letter-spacing: .05em; margin-bottom: 0; }

.footer__tel { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 10px; }

.footer__tel a { color: #fff; text-decoration: none; }

@media only screen and (max-width: 480px) { .footer__menu ul li { font-size: 18px; } }

@media only screen and (max-width: 320px) { .footer__menu ul li { font-size: 17px; } }

.footer__menu ul li a { color: #6bab59; text-decoration: none; text-transform: none; font-family: 'Lato'; -webkit-transition: .2s; transition: .2s; }

.footer__menu ul li a:hover { opacity: .8; -webkit-transition: .2s; transition: .2s; }

.footer__links ul { text-align: right; }

.footer__links ul li { display: inline-block; margin: 0 7px; }

.footer__links ul li a { color: #fff; font-size: 17px; -webkit-transition: .2s; transition: .2s; }

.footer__links ul li a:hover { color: #6bab59; -webkit-transition: .2s; transition: .2s; }

#menuToggle { position: absolute; top: 18px; right: 15px; cursor: pointer; display: none; }

#menuToggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #87be77; border-radius: 3px; z-index: 1; -webkit-transform-origin: 4px 0; transform-origin: 4px 0; transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#menuToggle span:first-child { -webkit-transform-origin: 0 0; transform-origin: 0 0; }

#menuToggle.active span { opacity: 1; }

#menuToggle.active span:nth-last-child(1) { -webkit-transform: rotate(-45deg) translate(-3px, -2px); transform: rotate(-45deg) translate(-3px, -2px); }

#menuToggle.active span:nth-last-child(2) { -webkit-transform: rotate(45deg) translate(-6px, -5px); transform: rotate(45deg) translate(-6px, -5px); }

#menuToggle.active span:nth-last-child(3) { opacity: 0; -webkit-transform: rotate(0) scale(0.2, 0.2); transform: rotate(0) scale(0.2, 0.2); }

@media only screen and (max-width: 768px) { #menuToggle { display: block; } }

.slide-1 { padding-top: 60px; }

.slide-1__wrapper { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/background.jpg); background-size: 100% 100%; background-position: center center; }

.slide-1__text-wrapper { text-align: center; color: #fff; width: 100%; margin: 0 auto; position: absolute; top: 330px; }

.slick-slide img { width: 100%; }

@media only screen and (max-width: 480px) { .slide-1__text-wrapper { top: 150px; } }

@media only screen and (max-width: 320px) { .slide-1__text-wrapper { top: 100px; } }

.slide-1__text-wrapper h1 { font-family: 'Lato'; font-size: 70px; line-height: 2; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 60px; }

.slide-1__text-wrapper h1 span { color: #72f284; }

.slide-1__text-wrapper p { font-family: 'Lato'; font-size: 37px; font-weight: 300; line-height: 1.3; width: 90%; margin: 0 auto 120px; }

@media only screen and (max-width: 480px) { .slide-1__text-wrapper h1 { font-size: 26px; } }

.slide-1__call-to-act { cursor: pointer; display: inline-block; -webkit-transition: opacity .3s; transition: opacity .3s; opacity: 1; }

.slide-1__call-to-act p { font-size: 13px !important; font-weight: 500; margin-top: 55px !important; }

.slide-1__call-to-act a { color: #fff; text-decoration: none; }

.slide-1__call-to-act:hover { opacity: .6; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }

@-webkit-keyframes background-resize { 0% { background-size: 150% 150%; }
  100% { background-size: 100% 100%; } }

@keyframes background-resize { 0% { background-size: 150% 150%; }
  100% { background-size: 100% 100%; } }

.slide-2 { background: #fff; }

.slide-2__caption { font-family: 'Lato'; color: #565656; text-align: center; padding: 100px 0 30px; width: 80%; margin: 0 auto; }

.slide-2__caption h2 { font-weight: 400; text-transform: uppercase; font-size: 37px; }

.slide-2__caption span { font-weight: 300; font-style: italic; font-size: 20px; line-height: 1.3; }

.slide-2__caption p { font-size: 20px; line-height: 1.2; margin-top: 25px; }

@media only screen and (max-width: 480px) { .slide-2__caption { width: 90%; padding: 50px 0 30px; } }

@media only screen and (max-width: 480px) { .slide-2__caption h2 { font-size: 27px; margin-bottom: 10px; } }

@media only screen and (max-width: 480px) { .slide-2__caption span { font-size: 17px; } }

@media only screen and (max-width: 480px) { .slide-2__caption p { font-size: 18px; text-align: justify; } }

.slide-2__products-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 150px; }

@media only screen and (max-width: 768px) { .slide-2__products-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media only screen and (max-width: 480px) { .slide-2__products-wrapper { padding-bottom: 100px; } }

.slide-2__product-item { width: 33.33%; font-family: "Lato"; }

@media only screen and (max-width: 768px) { .slide-2__product-item { width: 60%; margin: 0 auto; } }

@media only screen and (max-width: 480px) { .slide-2__product-item { width: 90%; } }

.slide-2__product-img { width: 100%; overflow: hidden; height: 400px; }

.slide-2__product-img img { width: 100%; height: 100%; -webkit-transform: scale(1); transform: scale(1); transition: -webkit-transform .3s ease-in; -webkit-transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; transition: transform .3s ease-in, -webkit-transform .3s ease-in; transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }

.slide-2__product-img:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); transition: -webkit-transform .3s ease-in; -webkit-transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; transition: transform .3s ease-in, -webkit-transform .3s ease-in; transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }

@media only screen and (max-width: 480px) { .slide-2__product-img { height: auto; } }

.slide-2__product-desc { padding: 50px 70px 0; }

.slide-2__product-desc h3 { font-size: 18px; font-weight: 700; color: #565656; margin-bottom: 20px; }

.slide-2__product-desc p { font-size: 18px; font-weight: 300; color: #565656; line-height: 1.2; }

@media only screen and (max-width: 768px) { .slide-2__product-desc { padding: 30px 30px 30px; } }

@media only screen and (max-width: 480px) { .slide-2__product-desc { padding: 30px 0 30px; text-align: justify; } }

.slide-3 { background: #fff; }

@media only screen and (max-width: 480px) { .slide-3 { padding-bottom: 50px; } }

.slide-3__how-it-work { min-height: 450px; background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/ground.jpg); background-size: cover; background-position: center; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.slide-3__how-it-work h2 { font-family: 'Lato'; font-size: 40px; color: #fff; text-align: center; margin-top: 40px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }

.slide-3__how-it-work h2 span { color: #72f284; }

@media only screen and (max-width: 480px) { .slide-3__how-it-work h2 { font-size: 32px; } }

.slide-3__sticker { width: 300px; position: absolute; top: -65px; left: 30px; }

.slide-3__sticker img { width: 100%; transition: -webkit-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; transition: transform .2s ease-in; transition: transform .2s ease-in, -webkit-transform .2s ease-in; transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }

.slide-3__sticker:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); transition: -webkit-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; transition: transform .2s ease-in; transition: transform .2s ease-in, -webkit-transform .2s ease-in; transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }

@media only screen and (max-width: 480px) { .slide-3__sticker { width: 260px; top: -76px; } }

.slide-3__about-wrapper { margin-top: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media only screen and (max-width: 480px) { .slide-3__about-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 20px; }
  .slide-3__about-wrapper:last-child { margin-top: 0; } }

.slide-3__about-elem { width: 33.33%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: default; }

.slide-3__about-elem:hover img { -webkit-transform: translateY(-10px); transform: translateY(-10px); transition: -webkit-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; transition: transform .2s ease-in; transition: transform .2s ease-in, -webkit-transform .2s ease-in; transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }

@media only screen and (max-width: 480px) { .slide-3__about-elem { width: 90%; margin: 20px auto; } }

.slide-3__about-icon { width: 130px; cursor: pointer; }

.slide-3__about-icon img { width: 100%; transition: -webkit-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; transition: transform .2s ease-in; transition: transform .2s ease-in, -webkit-transform .2s ease-in; transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }

@media only screen and (max-width: 768px) { .slide-3__about-icon { width: 60px; } }

.slide-3__about-desc { width: 60%; margin-left: 20px; }

.slide-3__about-desc p { line-height: 1.2; font-family: 'Lato'; font-size: 15px; font-weight: 300; color: #565656; }

@media only screen and (max-width: 768px) { .slide-3__about-desc p { font-size: 14px; text-align: justify; } }

.section-4 { padding-top: 100px; }

.section-4__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media only screen and (max-width: 480px) { .section-4__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.section-4__left { min-height: 600px; width: 50%; background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/family.jpg); background-size: 110% 110%; background-position: center center; -webkit-transition: background-size 0.3s ease-out; transition: background-size 0.3s ease-out; }

.section-4__left:hover { background-size: 100% 100%; }

@media only screen and (max-width: 480px) { .section-4__left { width: 100%; min-height: 300px; background-size: cover; } }

.section-4__right { min-height: 600px; width: 50%; background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/cow.jpg); background-size: 110% 110%; background-position: center center; -webkit-transition: background-size 0.3s ease-out; transition: background-size 0.3s ease-out; }

.section-4__right:hover { background-size: 100% 100%; }

@media only screen and (max-width: 480px) { .section-4__right { width: 100%; min-height: 300px; background-size: cover; } }

.section-4__button { display: block; text-align: center; position: relative; top: 500px; }

.section-4__button a { color: #fff; font-family: 'Lato'; text-transform: uppercase; font-size: 17px; }

@media only screen and (max-width: 480px) { .section-4__button { top: 210px; } }

.section-5 { background: #fff; padding: 100px 0 0; font-family: "Lato"; }

@media only screen and (max-width: 480px) { .section-5 { padding: 50px 0 0; } }

.section-5__caption { text-align: center; color: #565656; }

.section-5__caption h2 { font-size: 37px; color: #565656; }

.section-5__caption p { font-size: 25px; color: #565656; width: 770px; margin: 40px auto; line-height: 1.2; }

@media only screen and (max-width: 480px) { .section-5__caption h2 { font-size: 22px; } }

@media only screen and (max-width: 768px) { .section-5__caption p { width: 95%; font-size: 18px; margin: 20px auto; } }

@media only screen and (max-width: 480px) { .section-5__caption p { text-align: justify; } }

.section-5__details { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 50px; }

@media only screen and (max-width: 480px) { .section-5__details { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.section-5__text { width: 50%; padding: 50px 50px 0 8%; }

.section-5__text p { font-size: 30px; font-weight: 300; line-height: 1.3; margin-bottom: 15px; }

@media only screen and (max-width: 480px) { .section-5__text p { text-align: justify; } }

@media only screen and (max-width: 480px) { .section-5__text { width: 100%; padding: 10px 20px 0 20px; } }

.section-5__img { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.section-5__img img { width: 70%; margin: 0 auto; display: block; }

@media only screen and (max-width: 480px) { .section-5__img { width: 100%; } }

.mouse { position: absolute; width: 30px; height: 50px; margin-left: -15px; border: 2px solid #fff; border-radius: 50px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }

.mouse::before { position: absolute; top: 10px; left: 50%; content: ''; width: 6px; height: 6px; margin-left: -3px; background-color: #fff; border-radius: 100%; -webkit-animation: sdb10 2s infinite; animation: sdb10 2s infinite; -webkit-box-sizing: border-box; box-sizing: border-box; }

@-webkit-keyframes sdb10 { 0% { -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% { opacity: 1; }
  80% { -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% { opacity: 0; } }

@keyframes sdb10 { 0% { -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% { opacity: 1; }
  80% { -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% { opacity: 0; } }

.consumer__head-wrapper { width: 100%; height: 520px; background-size: 100% 100%; background-position: center center; -webkit-animation: background-resize 2.5s ease-out; animation: background-resize 2.5s ease-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/consumer/head-background.jpg); position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 1440px) { .consumer__head-wrapper { height: 400px; } }

@media only screen and (max-width: 1024px) { .consumer__head-wrapper { height: 320px; } }

@media only screen and (max-width: 768px) { .consumer__head-wrapper { height: 240px; } }

@media only screen and (max-width: 480px) { .consumer__head-wrapper { background-size: cover; -webkit-animation: none; animation: none; } }

.consumer-slide-1__wrapper { padding: 100px 0 50px; font-family: 'Lato'; }

.consumer-slide-1__capt h2 { text-transform: uppercase; text-align: center; color: #565656; font-size: 30px; font-weight: 500; }

.consumer-slide-1__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 50px; }

.consumer-slide-1__products { position: absolute; top: 33%; width: 100%; }

.consumer-slide-1__products img { width: 85%; display: block; margin: 0 auto; }

.consumer-slide-1__item { width: 50%; text-align: center; margin-bottom: 100px; position: relative; }

.consumer-slide-1__item--1 { left: 25%; }

.consumer-slide-1__item--2 { right: 10%; }

.consumer-slide-1__item--3 { left: 20%; }

.consumer-slide-1__item--4 { right: 25%; }

.consumer-slide-1__item--5 { left: 10%; }

.consumer-slide-1__item--6 { right: 20%; }

.consumer-slide-1__item p { width: 100%; margin: 0 auto; font-size: 20px; color: #565656; }

.company-slide-1__text { color: #565656; }

.consumer-slide-1__block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.consumer-slide-1__block--right { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.consumer-slide-1__block--left { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.consumer-slide-1__item-icon { width: 120px; margin: 0 auto 20px; }

.consumer-slide-1__item-icon img { width: 100%; }

.consumer-slide-1__block { width: 30%; }

.consumer-slide-1__block-image { width: 40%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.consumer-slide-3__wrapper { font-family: 'Lato'; width: 100%; }

.consumer-slide-1__flower { width: 800px; position: relative; top: -60px; margin: 70px auto; }

.consumer-slide-1__flower img { width: 100%; }

.consumer-slide-3__products-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media only screen and (max-width: 768px) { .consumer-slide-3__products-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.consumer-slide-3__products-inner--small { width: 36%; }

@media only screen and (max-width: 768px) { .consumer-slide-3__products-inner--small { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

@media only screen and (max-width: 480px) { .consumer-slide-3__products-inner--small { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.consumer-slide-3__products-inner--big { width: 28%; }

@media only screen and (max-width: 768px) { .consumer-slide-3__products-inner--big { width: 100%; } }

.consumer-slide-3__products-elem { width: 100%; min-height: 500px; padding: 0 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; overflow: hidden; }

.consumer-slide-3__products-elem:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 110% 110%; background-repeat: no-repeat; background-position: center; -webkit-transition: background-size 0.25s linear; transition: background-size 0.25s linear; }

@media only screen and (max-width: 768px) { .consumer-slide-3__products-elem:after { background-size: cover; background-position: center center; } }

.consumer-slide-3__products-elem--leafy:after { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/consumer/product-1.jpg); }

.consumer-slide-3__products-elem--marijuana:after { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/consumer/product-2.jpg); }

.consumer-slide-3__products-elem--flowers { min-height: 1000px; }

.consumer-slide-3__products-elem--flowers:after { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/home/flower.jpg); }

@media only screen and (max-width: 768px) { .consumer-slide-3__products-elem--flowers { min-height: 400px; } }

.consumer-slide-3__products-elem--fruits:after { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/home/fruit.jpg); }

.consumer-slide-3__products-elem--vegetables:after { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/consumer/product-4.jpg); }

.consumer-slide-3__products-elem--municipalities:after { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/consumer/product-5.jpg); }

.consumer-slide-3__products-elem:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; right: 0; background: rgba(0, 0, 0, 0.3); opacity: 0; -webkit-transition: opacity .25s linear; transition: opacity .25s linear; z-index: 1; }

.consumer-slide-3__products-elem:hover:before { opacity: 1; -webkit-transition: opacity 0.25s linear; transition: opacity 0.25s linear; }

.consumer-slide-3__products-elem:hover:after { background-size: 100% 100%; filter: blur(3px); -webkit-filter: blur(3px); -webkit-transition: all 0.25s linear; transition: all 0.25s linear; }

@media only screen and (max-width: 768px) { .consumer-slide-3__products-elem:hover:after { background-size: cover; } }

.consumer-slide-3__products-inner-text { color: #fff; cursor: default; text-align: center; z-index: 2; -webkit-transition: .25s; transition: .25s; }

.consumer-slide-3__products-inner-text h3 { font-size: 21px; font-weight: 700; }

.consumer-slide-3__products-inner-text p { margin-top: 50px; line-height: 1.3; font-size: 18px; }

@media only screen and (max-width: 480px) { .consumer-slide-3__products-inner-text p { font-size: 19px; } }

.consumer-slide-4__wrapper { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/consumer/paper.jpg); background-size: cover; padding: 70px 0 300px; font-family: 'Lato'; position: relative; }

@media only screen and (max-width: 768px) { .consumer-slide-4__wrapper { padding: 70px 0 100px; } }

@media only screen and (max-width: 480px) { .consumer-slide-4__wrapper { padding: 50px 0; } }

.consumer-slide-4__caption { text-align: center; color: #565656; width: 60%; margin: 0 auto; }

.consumer-slide-4__caption h2 { font-size: 30px; font-weight: 500; letter-spacing: 1px; }

.consumer-slide-4__caption p { font-size: 25px; font-weight: 300; margin-top: 5px; line-height: 1.2; letter-spacing: 1px; }

@media only screen and (max-width: 480px) { .consumer-slide-4__caption { width: 90%; } }

@media only screen and (max-width: 480px) { .consumer-slide-4__caption h2 { font-size: 20px; } }

@media only screen and (max-width: 480px) { .consumer-slide-4__caption p { font-size: 18px; } }

.consumer-slide-4__text { width: 70%; margin: 0 auto; text-align: center; }

.consumer-slide-4__text p { font-size: 20px; font-weight: 300; color: #565656; margin-top: 35px; line-height: 1.5; }

@media only screen and (max-width: 480px) { .consumer-slide-4__text p { font-size: 17px; margin-top: 20px; } }

.consumer-slide-4__img-1 { position: absolute; top: 0; width: 250px; right: 3%; }

.consumer-slide-4__img-2 { position: absolute; top: 5%; width: 230px; left: 3%; z-index: 1; }

.consumer-slide-4__img-3 { position: absolute; top: 26%; right: 1%; width: 210px; }

.consumer-slide-4__img-4 { position: absolute; width: 330px; bottom: 15%; left: 10%; }

.consumer-slide-4__img-5 { position: absolute; right: 15%; width: 200px; bottom: 7%; }

.business__head { width: 100%; padding-top: 60px; height: 600px; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/business/head-background.jpg); position: relative; }

@media only screen and (max-width: 1440px) { .business__head { height: 500px; } }

@media only screen and (max-width: 1024px) { .business__head { height: 320px; } }

@media only screen and (max-width: 768px) { .business__head { height: 240px; } }

@media only screen and (max-width: 480px) { .business__head { background-size: cover; -webkit-animation: none; animation: none; } }

.business-slide-1 { position: relative; }

.business__head-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; height: 100%; padding-bottom: 170px; }

.business__head-wrapper p { color: #fff; font-size: 45px; font-family: 'Lato'; letter-spacing: .1em; }

.business__head-wrapper .caption { margin-bottom: 50px; }

.caption { font-size: 60px; color: #ffffff; font-family: 'Lato'; text-align: center; font-weight: 700; letter-spacing: .1em; }

.caption span { color: #59f62b; }

.business-slide-1__wrapper { font-family: 'Lato'; text-align: center; padding: 100px 0; width: 70%; margin: 0 auto; }

.business-slide-1__wrapper p { font-size: 30px; font-weight: 500; line-height: 1.2; opacity: 0; color: #565656; }

.business-slide-1__wrapper p span { color: #54ba5d; }

.business-slide-1__wrapper h2 { font-size: 35px; font-weight: 300; color: #565656; line-height: 1.3; }

.business-slide-1__wrapper h2 b { font-weight: 700; }

@media only screen and (max-width: 768px) { .business-slide-1__wrapper { width: 90%; } }

@media only screen and (max-width: 480px) { .business-slide-1__wrapper { padding: 100px 0 30px; } }

@media only screen and (max-width: 480px) { .business-slide-1__wrapper h2 { font-size: 20px; } }

.business__slide-2__capt { font-family: 'Lato'; }

.business__slide-2__capt p { font-size: 60px; font-weight: 600; letter-spacing: 2px; line-height: 1.3; margin-bottom: 50px; }

.business__slide-2__capt p span { display: block; color: #72f284; font-weight: 500; font-size: 50px; }

.business-slide-2__text { font-family: 'Lato'; font-size: 30px; width: 90%; margin: 0 auto; }

.business-slide-2__text p { margin: 20px 0; line-height: 1.1; }

.business-slide-2__wrapper { min-height: 700px; background-image: url("http://earthrenew.ca/wp-content/themes/earth/img/business/slide-2-background.jpg"); background-size: cover; color: #fff; text-align: center; padding: 90px 0; background-position: center; }

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

.ragged:before { content: url(http://earthrenew.ca/wp-content/themes/earth/img/ragged-bottom.png); position: absolute; bottom: -40px; left: 0; width: 100%; }

.ragged:after { content: url(http://earthrenew.ca/wp-content/themes/earth/img/ragged-top.png); position: absolute; top: -69px; left: 0; width: 100%; }

.business-slide-3__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 90%; margin: 0 auto; padding: 50px 0 100px; }

.business-slide-3__item { width: 30%; padding: 50px 50px 50px; background: #ffffff; -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2); -webkit-transition: .2s; transition: .2s; }

.business-slide-3__item:hover { -webkit-box-shadow: 0px 5px 16px 1px rgba(0, 0, 0, 0.3); box-shadow: 0px 5px 16px 1px rgba(0, 0, 0, 0.3); -webkit-transform: translateY(-15px); transform: translateY(-15px); -webkit-transition: .2s; transition: .2s; }

.business-slide-3__item:hover > .businnes-slide-3__img { -webkit-transform: scale(1.15); transform: scale(1.15); -webkit-transition: .2s; transition: .2s; }

.business-slide-3__item p { font-family: 'Lato'; color: #565656; line-height: 1.5; font-size: 23px; margin-top: 50px; cursor: default; }

.businnes-slide-3__img { width: 150px; margin: 0 auto; -webkit-transition: .2s; transition: .2s; }

.businnes-slide-3__img img { width: 100%; }

.businnes-slide-4__wrapper { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/business/slide-4-background.png); min-height: 750px; background-size: cover; background-repeat: no-repeat; background-position: bottom; color: #ffffff; font-family: 'Lato'; text-align: center; padding: 50px 0; z-index: 10; position: relative; }

.business-slide-5 { margin-top: -80px; }

.businnes-slide-4__wrapper h2 { font-size: 50px; font-weight: 600; letter-spacing: 0.1em; }

.businnes-slide-4__wrapper h2 span { color: #72f284; }

.businnes-slide-4__wrapper p { font-size: 30px; width: 60%; margin: 240px auto 0; letter-spacing: .05em; line-height: 1.3; position: relative; font-weight: 500; }

.businnes-slide-4__wrapper p span { color: #72f284; }

.business-slide-5__wrapper { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/consumer/paper.jpg); background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin: 0 auto; padding: 200px 0; }

.businnes-slide-5__item { width: 50%; font-family: 'Lato'; padding: 0 40px; }

.businnes-slide-5__item:hover > .businnes-slide-5__img { -webkit-transform: translateY(-10px); transform: translateY(-10px); -webkit-transition: .2s; transition: .2s; }

.businnes-slide-5__item p { font-weight: 400; color: #4d4d4d; text-align: left; margin-top: 50px; font-size: 23px; line-height: 1.2; text-align: center; }

.businnes-slide-5__img { width: 150px; margin: 0 auto; -webkit-transition: .2s; transition: .2s; }

.businnes-slide-5__img img { width: 100%; }

.business-slide-5__item-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.businnes-slide-4__wrapper p:before { content: url(http://earthrenew.ca/wp-content/themes/earth/img/business/quote.png); position: absolute; top: -150px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.business-slide-6__wrapper img { width: 100%; }

.business-slide-6__img { width: 1100px; margin: 0 auto; }

.business-slide-6__img img { width: 100%; }

.business-slide-7__wrapper { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/consumer/paper.jpg); background-size: cover; padding: 50px 0 100px; font-family: "Lato"; }

.business-slide-7__wrapper h2 { font-size: 60px; text-align: center; font-weight: 600; color: #808080; }

@media only screen and (max-width: 480px) { .business-slide-7__wrapper h2 { font-size: 20px; } }

.business-slide-7__img { width: 70%; margin: 50px auto 0; }

.business-slide-7__img img { width: 100%; }

@media only screen and (max-width: 768px) { .business-slide-7__img { width: 90%; } }

.company__head-wrapper { padding-top: 230px; min-height: 550px; background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/company/background-1.jpg); background-size: 100% 100%; background-position: center center; text-align: center; -webkit-animation: background-resize 2.5s ease-out; animation: background-resize 2.5s ease-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; position: relative; color: #fff; }

.company__head-wrapper h1 { font-size: 50px; font-family: 'Lato'; text-transform: uppercase; }

.company__head-wrapper p { font-size: 30px; font-family: "Lato"; margin-top: 70px; font-weight: 400; letter-spacing: 1px; }

.company-slide-1__wrapper { font-family: 'Lato'; color: #565656; padding: 100px 50px 100px; }

@media only screen and (max-width: 480px) { .company-slide-1__wrapper { padding: 30px 0; } }

.company-slide-1__text p { width: 70%; margin: 0 auto; text-align: center; line-height: 1.5; font-weight: 400; font-size: 24px; }

@media only screen and (max-width: 480px) { .company-slide-1__text p { text-align: justify; line-height: 1.5; } }

.company-slide-1__logo-wrapper { margin: 100px 0; }

.company-slide-1__logo-wrapper h2 { font-size: 35px; text-transform: uppercase; text-align: center; font-weight: 700; }

@media only screen and (max-width: 768px) { .company-slide-1__logo-wrapper { margin: 50px 0; } }

@media only screen and (max-width: 480px) { .company-slide-1__logo-wrapper h2 { font-size: 20px; } }

.company-slide-1__logo-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; margin-top: 80px; }

.company-slide-1__logo { width: 200px; }

.company-slide-1__logo:hover img { -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }

.company-slide-1__logo img { width: 100%; -webkit-transition: 0.2s ease-out; transition: 0.2s ease-out; }

.company-slide-2__wrapper { font-family: 'Lato'; background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/company/background-2.jpg); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 200px 0 40px; }

.company-slide-2__wrapper h2 { font-size: 50px; }

.company-slide-2__wrapper p { font-size: 26px; width: 70%; margin: 60px auto; font-weight: 400; line-height: 1.5; }

@media only screen and (max-width: 768px) { .company-slide-2__wrapper p { width: 90%; } }

@media only screen and (max-width: 480px) { .company-slide-2__wrapper p { font-size: 18px; } }

.company-slide-3__wrapper { color: #565656; padding: 50px 100px; }

@media only screen and (max-width: 768px) { .company-slide-3__wrapper { padding: 50px; } }

@media only screen and (max-width: 480px) { .company-slide-3__wrapper { padding: 50px 0; } }

.company-slide-3__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 480px) { .company-slide-3__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.company-slide-3__img { width: 350px; }

.company-slide-3__img img { width: 100%; }

@media only screen and (max-width: 768px) { .company-slide-3__img { width: 250px; } }

.company-slide-3__text { font-family: 'Lato'; font-size: 24px; width: 55%; }

.company-slide-3__text p { margin: 25px 0; line-height: 1.3; }

@media only screen and (max-width: 480px) { .company-slide-3__text p { text-align: justify; } }

@media only screen and (max-width: 480px) { .company-slide-3__text { width: 90%; font-size: 18px; line-height: 1.5; } }

.contacts__head-wrapper { padding-top: 230px; min-height: 450px; background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/contacts/background.jpg); background-size: cover; background-position: center center; text-align: center; position: relative; color: #fff; }

.contacts__head-wrapper h1 { font-size: 40px; font-family: 'Lato'; text-transform: uppercase; }

.contacts__head-wrapper p { font-size: 21px; font-family: 'Lato'; margin-top: 50px; }

.contacts__slide-1-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 90%; margin: 0 auto; padding: 100px 0; }

.contacts__slide-1-left, .contacts__slide-1-right { width: 50%; }

.wpcf7-form label { font-family: 'Lato'; }

.contact-form__input { border: 1px solid #68b5b3; border-radius: 5px; padding: 10px; margin: 0 0 10px; display: block; width: 80%; font-size: 17px; -webkit-appearance: none; }

.contact-form__input--subject { width: 40%; }

.contact-form__input-textarea { border: 1px solid #68b5b3; border-radius: 5px; resize: none; width: 70%; padding: 5px 10px; -webkit-appearance: none; }

.contact-form__button { background: #38968f; color: #ffffff; border: none; padding: 10px 30px; font-family: 'Lato'; text-transform: uppercase; border-radius: 5px; margin-top: 20px; cursor: pointer; -webkit-transition: .2s; transition: .2s; -webkit-appearance: none; }

.contact-form__button:hover { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: .2s; transition: .2s; }

.contact-form__input:focus, .contact-form__input-textarea:focus, .contact-form__button:focus { outline: none; -webkit-box-shadow: 0px 0px 7px 0px rgba(95, 143, 142, 0.3); box-shadow: 0px 0px 7px 0px rgba(95, 143, 142, 0.3); -webkit-transition: .2s; transition: .2s; }

.contact-form__elem { font-size: 18px; color: #4d4d4d; line-height: 1.4; font-weight: 500; }

.contacts__company { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; font-family: Lato; }

.contacts__company:last-child { margin-top: 50px; }

.contacts__company-logo { width: 150px; margin-right: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.contacts__company-logo img { width: 100%; }

.contacts__company-location { margin-bottom: 20px; }

.contacts__company-text p { font-size: 17px; color: #565656; line-height: 1.2; font-weight: 500; }

@media only screen and (max-width: 480px) { .contacts__head-wrapper { background-size: cover; -webkit-animation: none; animation: none; padding-top: 190px; }
  .contacts__slide-1-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .contacts__slide-1-right, .contacts__slide-1-left, .contact-form__input, .contact-form__input--subject, .contact-form__input-textarea, .contact-form__button { width: 100%; }
  .contacts__company { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; }
  .contacts__company-logo { margin: 0 auto 25px; } }

.button__presentation { background: #87be77; color: #ffffff !important; border-radius: 15px; padding: 5px 10px; -webkit-transition: .2s; transition: .2s; }

.button__presentation:hover { background: #006a35; -webkit-transition: .2s; transition: .2s; }

.btn { font-size: 14px !important; font-family: 'Lato'; line-height: 1em; letter-spacing: 0.04em; display: inline-block; }

.btn--svg { position: relative; height: 42px; width: 190px; overflow: hidden; border-radius: 21px; }

.btn--svg:hover .btn--svg__circle circle { -webkit-transform: scale(0); transform: scale(0); }

.btn--svg:hover .btn--svg__label { color: #87be77; }

.btn--svg:hover .btn--svg__border--left path, .btn--svg:hover .btn--svg__border--right path { stroke-dasharray: 61.8204345703125 61.8204345703125; stroke-dashoffset: 0; -webkit-transition-delay: 0.25s; -webkit-transition-duration: 0.5s; -webkit-transition-timing-function: ease-in-out; -webkit-transition-property: stroke-dashoffset; -moz-transition-delay: 0.25s; -moz-transition-duration: 0.5s; -moz-transition-timing-function: ease-in-out; -moz-transition-property: stroke-dashoffset; -ms-transition-delay: 0.25s; -ms-transition-duration: 0.5s; -ms-transition-timing-function: ease-in-out; -ms-transition-property: stroke-dashoffset; transition-delay: 0.25s; transition-duration: 0.5s; transition-timing-function: ease-in-out; transition-property: stroke-dashoffset; }

.btn--svg__label { -webkit-font-smoothing: antialiased; font-family: sans-serif; font-weight: bold; text-align: center; color: #ffffff; z-index: 3; width: 100%; -webkit-transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out; }

.btn--svg__circle circle { -webkit-transition: transform 0.5s ease-in-out; -webkit-transform: scale(1.1); -webkit-transform-origin: 50% 50%; -moz-transition: transform 0.5s ease-in-out; -moz-transform: scale(1.1); -moz-transform-origin: 50% 50%; -ms-transition: transform 0.5s ease-in-out; -ms-transform: scale(1.1); -ms-transform-origin: 50% 50%; -webkit-transition: -webkit-transform 0.5s ease-in-out; transition: -webkit-transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; transform: scale(1.1); transform-origin: 50% 50%; }

.btn--svg__border--left path, .btn--svg__border--right path { stroke-dasharray: 61.8204345703125 61.8204345703125; -webkit-transition-duration: 0s; -webkit-transition-timing-function: ease-in-out; -webkit-transition-property: stroke-dashoffset; -webkit-transition-delay: 0.5s; -moz-transition-duration: 0s; -moz-transition-timing-function: ease-in-out; -moz-transition-property: stroke-dashoffset; -moz-transition-delay: 0.5s; -ms-transition-duration: 0s; -ms-transition-timing-function: ease-in-out; -ms-transition-property: stroke-dashoffset; -ms-transition-delay: 0.5s; transition-duration: 0s; transition-timing-function: ease-in-out; transition-property: stroke-dashoffset; transition-delay: 0.5s; }

.btn--svg__border--left path { stroke-dashoffset: -61.8204345703125; }

.btn--svg__border--right path { stroke-dashoffset: 61.8204345703125; }

.btn--svg svg, .btn--svg__label { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -webkit-transform-origin: 50% 50%; -moz-transform: translate(-50%, -50%); -moz-transform-origin: 50% 50%; -ms-transform: translate(-50%, -50%); -ms-transform-origin: 50% 50%; transform: translate(-50%, -50%); transform-origin: 50% 50%; }

.c-white { color: white; }

.trailer { margin-bottom: 40px; }

.trailer--nano { margin-bottom: 10px; }

a:hover:after { right: 5%; }

.teasing-1, .heading-2 { font-family: sans-serif; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; }

.teasing-1 { font-size: 14px; line-height: 14px; }

.heading-2 { font-weight: bold; font-size: 20px; line-height: 20px; text-transform: uppercase; }

/* styles for button to scroll on impact page" */
.impact__scroll-down { position: absolute; right: 10%; bottom: 5%; }

.impact__scroll-down a { padding-top: 70px; position: relative; color: #ffffff; text-decoration: none; font-family: 'Lato'; font-weight: 500; }

.impact__scroll-down a span { position: absolute; top: 0; left: 50%; width: 24px; height: 24px; margin-left: -12px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: sdb05 1.5s infinite; animation: sdb05 1.5s infinite; -webkit-box-sizing: border-box; box-sizing: border-box; }

@-webkit-keyframes sdb05 { 0% { -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% { opacity: 1; }
  100% { -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@keyframes sdb05 { 0% { -webkit-transform: rotate(-45deg) translate(0, 0); transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% { opacity: 1; }
  100% { -webkit-transform: rotate(-45deg) translate(-20px, 20px); transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

/* end styles */
.impact-wrapper { color: #ffffff; font-family: 'Lato'; }

.impact__text { width: 90%; margin: 0 auto; opacity: 0; }

.impact__text p { font-size: 25px; line-height: 1.2; letter-spacing: 1px; margin-top: 100px; }

.impact__text--left p { margin-right: 50%; text-align: left; }

.impact__text--right p { margin-left: 60%; text-align: right; }

.impact__text h2 { font-size: 50px; font-weight: 600; }

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

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

.impact__text h2 span { color: #72f284; }

.impact-slide-1__wrapper { background-image: url("http://earthrenew.ca/wp-content/themes/earth/img/impact/1.jpg"); background-size: cover; padding: 150px 0 0; position: relative; }

.impact-slide-2__wrapper { background-image: url("http://earthrenew.ca/wp-content/themes/earth/img/impact/2.jpg"); background-size: cover; padding: 150px 0 0; position: relative; }

.impact-slide-3__wrapper { background-image: url("http://earthrenew.ca/wp-content/themes/earth/img/impact/3.jpg"); background-size: cover; padding: 150px 0 0; position: relative; }

.impact-slide-4__wrapper { padding: 100px 0 150px; text-align: center; }

.impact-slide-4__wrapper p { color: #4d4d4d; width: 70%; margin: 0 auto; font-size: 30px; }

.consumer__head { padding-top: 60px; }

.loading { position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); display: block; width: 70px; height: 70px; text-align: center; -webkit-filter: contrast(1.2); filter: contrast(1.2); }

.loading span { mix-blend-mode: screen; display: block; position: absolute; border-radius: 50%; -webkit-animation: wave 3s infinite linear; animation: wave 3s infinite linear; }

.loading span:nth-child(0) { left: -11%; right: -2%; top: -12%; bottom: -5%; -webkit-transform-origin: 46% 53%; transform-origin: 46% 53%; -webkit-animation-delay: 0; animation-delay: 0; background-color: red; }

.loading span:nth-child(1) { left: -4%; right: -4%; top: -9%; bottom: -2%; -webkit-transform-origin: 47% 50%; transform-origin: 47% 50%; -webkit-animation-delay: -1s; animation-delay: -1s; background-color: #ffd500; }

.loading span:nth-child(2) { left: -11%; right: -4%; top: -10%; bottom: -11%; -webkit-transform-origin: 49% 53%; transform-origin: 49% 53%; -webkit-animation-delay: -1.5s; animation-delay: -1.5s; background-color: #55ff00; }

.loading span:nth-child(3) { left: -7%; right: -9%; top: -11%; bottom: -4%; -webkit-transform-origin: 47% 52%; transform-origin: 47% 52%; -webkit-animation-delay: -2s; animation-delay: -2s; background-color: #00ff80; }

.loading span:nth-child(4) { left: -8%; right: -3%; top: -5%; bottom: -11%; -webkit-transform-origin: 47% 52%; transform-origin: 47% 52%; -webkit-animation-delay: -2.5s; animation-delay: -2.5s; background-color: #00aaff; }

.loading span:nth-child(5) { left: -10%; right: -8%; top: -4%; bottom: -9%; -webkit-transform-origin: 48% 51%; transform-origin: 48% 51%; -webkit-animation-delay: -3s; animation-delay: -3s; background-color: #2b00ff; }

.loading span:nth-child(6) { left: -9%; right: -11%; top: -5%; bottom: -8%; -webkit-transform-origin: 47% 50%; transform-origin: 47% 50%; -webkit-animation-delay: -3.5s; animation-delay: -3.5s; background-color: magenta; }

@-webkit-keyframes wave { from { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg); }
  to { -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg); } }

@keyframes wave { from { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg); }
  to { -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg); } }

.home__head { background-image: url("http://earthrenew.ca/wp-content/themes/earth/img/home/home-head.jpg"); background-size: cover; background-position: center center; display: -webkit-box; display: -ms-flexbox; display: flex; background-repeat: no-repeat; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-bottom: 300px; font-family: "Lato"; color: #ffffff; cursor: default; }

.home__head h1 { font-size: 60px; letter-spacing: .2em; margin-bottom: 100px; font-weight: 600; }

.home__head h1 span { color: #72f284; }

.home__head p { font-size: 30px; text-align: center; line-height: 1.4; letter-spacing: .1em; width: 80%; }

.home__description { text-align: center; padding: 50px 0; }

.home__description h2 { color: #4d4d4d; font-size: 40px; font-weight: 700; font-family: 'Lato'; margin-bottom: 20px; }

.home__description p { color: #3a3a3a; font-size: 25px; font-family: 'Lato'; font-weight: 500; line-height: 1.3; padding: 0 10%; }

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

.home__about-item { text-align: center; width: 270px; margin: 50px 25px 0; }

.home__about-content { height: 100%; background: #f6fcf5; }

.home__about-item:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: .2s; transition: .2s; }

.home__about-item img { width: 80px; margin-bottom: 50px; -webkit-transition: .2s; transition: .2s; }

.home__about-item p { font-family: 'Lato'; font-size: 25px; line-height: 1.3; letter-spacing: .05em; color: #5e5e5e; }

.home__impact { background-image: url(http://earthrenew.ca/wp-content/themes/earth/img/home/girls.jpg); min-height: 750px; background-position: right; background-size: contain; background-repeat: no-repeat; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 150px; font-family: 'Lato'; }

.home__impact p.call-to-act { color: #688c73; font-size: 30px; font-weight: 500; text-transform: uppercase; }

.home__impact p.capt { color: #4d4d4d; font-size: 40px; font-weight: 900; text-transform: uppercase; margin: 40px 0; }

.home__impact p.text { font-size: 33px; color: #565656; font-weight: 500; line-height: 1.3; width: 40%; }

.home__impact-link { margin-top: 50px; }

.button { font-family: 'Lato'; text-decoration: none; }

.button__outline { padding: 5px 30px; font-size: 33px; border: 1px solid #fff; border-radius: 11px; -webkit-transition: .2s; transition: .2s; color: #fff; }

.button__outline--green { color: #688c73; border-color: #688c73; }

.button__outline--green:hover { background: #688c73; color: #fff; -webkit-transition: .2s; transition: .2s; }

.button__outline--white:hover { background: #fff; color: #688c73; -webkit-transition: .2s; transition: .2s; }

.button__outline--footer { font-size: 15px !important; text-transform: none; }

.businnes-slide-4__link { margin-top: 50px; }

.businnes-slide-4__link a { text-transform: uppercase; }

.home__twitter { padding: 50px 15% 100px; }

.home__twitter .capt { text-align: center; margin-bottom: 20px; }

.home__twitter .capt a { font-size: 30px; font-family: 'Lato'; font-weight: 600; text-align: center; color: #4d4d4d; text-decoration: none; }

.business__about-item { font-family: 'Lato'; padding: 20px; min-height: 450px; }

.business__about { padding: 0 20px; margin: 20px 0 40px; }

.business__about-item p.capt { color: #85be77; font-size: 30px; font-weight: 600; text-align: center; margin-bottom: 30px; }

.business__about-item p.text { text-align: left; letter-spacing: .05em; line-height: 1.3em; color: #4d4d4d; font-size: 23px; padding-left: 10px; }

.business__about .row .col-3:nth-child(1) .business__about-item { background: #ddf4dc; }

.business__about .row .col-3:nth-child(2) .business__about-item { background: #cef4d5; }

.business__about .row .col-3:nth-child(3) .business__about-item { background: #e1efe3; }

.business__about .row .col-3:nth-child(4) .business__about-item { background: #e5f2e2; }

@media only screen and (max-width: 1440px) { .slide-1__text-wrapper { top: 270px; }
  .slide-1__text-wrapper h1 { font-size: 60px; }
  .slide-1__text-wrapper p { font-size: 28px; margin: 0 auto 90px; }
  .slide-2__product-img { height: 350px; }
  .section-4__right, .section-4__left { min-height: 500px; }
  .section-4__button { top: 420px; }
  .slide-3__about-icon { width: 110px; }
  .section-5__text p { font-size: 18px; color: #565656; }
  .caption { font-size: 50px; }
  .business-slide-1__wrapper p { font-size: 23px; }
  .business__slide-2__capt p { font-size: 50px; }
  .business__slide-2__capt p span { font-size: 40px; }
  .business-slide-2__text { font-size: 23px; }
  .business-slide-2__wrapper { min-height: 600px; }
  .business-slide-3__item p { line-height: 1.3; font-size: 20px; }
  .businnes-slide-3__img { width: 120px; }
  .businnes-slide-5__item { padding: 0 20px; }
  .businnes-slide-5__item p { font-size: 21px; }
  .impact__text h2 { font-size: 40px; }
  .impact__text p { font-size: 21px; }
  .consumer-slide-1__flower { position: relative; width: 810px; top: -40px; }
  .consumer-slide-1__item { width: 70%; margin-bottom: 70px; }
  .consumer-slide-1__item-icon { width: 100px; }
  .company__head-wrapper, .contacts__head-wrapper { min-height: 400px; }
  .home__head { padding-bottom: 170px; }
  .home__head h1 { font-size: 50px; }
  .home__head p { font-size: 25px; }
  .home__head h1 { margin-bottom: 80px; }
  .home__head p { font-size: 21px; }
  .home__description h2 { font-size: 35px; }
  .home__description p { font-size: 21px; }
  .home__about-item { width: 250px; }
  .home__about-item p { font-size: 20px; }
  .home__about-item img { width: 60px; margin-bottom: 30px; }
  .home__impact { min-height: 550px; }
  .home__impact p.call-to-act { font-size: 25px; }
  .home__impact p.capt { font-size: 35px; margin: 30px 0; }
  .home__impact p.text { font-size: 24px; }
  .button__outline { font-size: 24px; }
  .businnes-slide-4__wrapper { min-height: 620px; }
  .businnes-slide-4__wrapper p { margin: 210px auto 0; width: 70%; font-size: 24px; }
  .consumer-slide-3__products-elem { min-height: 450px; }
  .consumer-slide-3__products-elem--flowers { min-height: 900px; }
  .business__about-item { min-height: 380px; }
  .business__about-item p.capt { font-size: 23px; }
  .business__about-item p.text { font-size: 18px; }
  .business__head-wrapper p { font-size: 37px; }
  .company__head-wrapper h1 { font-size: 45px; }
  .company__head-wrapper p { font-size: 25px; margin-top: 50px; }
  .company-slide-1__text p { font-size: 19px; }
  .company-slide-1__wrapper { padding: 70px 50px 100px; }
  .company-slide-1__logo-wrapper h2 { font-size: 30px; }
  .company__head-wrapper { padding-top: 200px; }
  .company-slide-2__wrapper h2 { font-size: 40px; }
  .company-slide-2__wrapper p { font-size: 21px; }
  .company-slide-3__text { font-size: 21px; } }

@media only screen and (max-width: 1366px) { .slide-1__text-wrapper { top: 150px; }
  .slide-1__text-wrapper h1 { font-size: 54px; margin-bottom: 30px; }
  .slide-1__text-wrapper p { font-size: 27px; margin: 0 auto 70px; }
  .slide-2__product-img { height: 300px; }
  .section-4__right, .section-4__left { min-height: 450px; }
  .section-4__button { top: 380px; }
  .caption { font-size: 40px; }
  .business-slide-1__wrapper p { font-size: 21px; }
  .business__slide-2__capt p { font-size: 40px; margin-bottom: 30px; }
  .business__slide-2__capt p span { font-size: 30px; }
  .business-slide-2__wrapper { min-height: 550px; }
  .business-slide-3__item { padding: 30px 50px 50px; }
  .businnes-slide-3__img { width: 100px; }
  .business-slide-3__item p { font-size: 17px; }
  .businnes-slide-4__wrapper { min-height: 500px; }
  .businnes-slide-4__wrapper h2 { font-size: 40px; }
  .businnes-slide-4__wrapper p { font-size: 18px; width: 60%; margin: 130px auto 0; }
  .businnes-slide-4__wrapper p:before { top: -110px; -webkit-transform: translateX(-50%) scale(0.6); transform: translateX(-50%) scale(0.6); }
  .businnes-slide-5__img { width: 100px; }
  .businnes-slide-5__item p { font-size: 17px; }
  .business-slide-6__img { width: 900px; }
  .business-slide-7__wrapper h2 { font-size: 40px; }
  .impact__text h2 { font-size: 35px; }
  .impact__text p { font-size: 17px; margin-top: 70px; }
  .impact-slide-4__wrapper p { font-size: 22px; }
  .consumer-slide-1__flower { width: 400px; }
  .consumer-slide-1__inner { margin-top: 20px; }
  .consumer-slide-1__item { margin-bottom: 30px; }
  .consumer-slide-1__item-icon { width: 80px; }
  .consumer-slide-1__item p { font-size: 16px; }
  .consumer-slide-1__products img { width: 65%; }
  .company__head-wrapper { padding-top: 180px; }
  .home__head { padding-bottom: 120px; }
  .home__description h2 { font-size: 24px; }
  .home__description p { font-size: 19px; padding: 0 150px; }
  .home__about-item { width: 200px; margin: 50px 25px 0; }
  .home__about-item p { font-size: 16px; }
  .home__impact p.call-to-act { font-size: 21px; }
  .home__impact p.capt { font-size: 31px; }
  .home__impact p.text { font-size: 18px; }
  .button__outline { font-size: 18px; }
  .home__impact { padding-left: 120px; }
  .home__twitter { padding: 50px 10% 100px; }
  .consumer-slide-3__products-elem { min-height: 400px; }
  .consumer-slide-3__products-elem--flowers { min-height: 800px; }
  .business__about-item { min-height: 270px; }
  .business__about-item p.text { font-size: 14px; }
  .business__about-item p.capt { font-size: 21px; margin-bottom: 15px; }
  .business-slide-5__wrapper { padding: 150px 0; }
  .business__head-wrapper p { font-size: 30px; }
  .company__head-wrapper h1 { font-size: 35px; }
  .company__head-wrapper p { font-size: 19px; }
  .company-slide-1__text p { font-size: 17px; }
  .company-slide-1__logo-wrapper h2 { font-size: 24px; }
  .company-slide-2__wrapper h2 { font-size: 35px; }
  .company-slide-2__wrapper p { font-size: 17px; }
  .company-slide-3__img { width: 250px; }
  .company-slide-3__text { font-size: 17px; }
  .company-slide-1__logo-wrapper { margin: 70px 0; }
  .home__twitter .capt a { font-size: 24px; } }

@media only screen and (max-width: 768px) { .slide-1__wrapper { background-size: cover; -webkit-animation: none; animation: none; }
  .slide-1__text-wrapper { top: 250px; }
  .slide-1__text-wrapper h1 { font-size: 32px; }
  .section-4__right, .section-4__left { min-height: 300px; }
  .section-4__button { top: 230px; }
  .slide-3__about-icon { width: 70px; }
  .caption { font-size: 30px; }
  .businnes-slide-4__wrapper p { width: 75%; }
  .business-slide-2__wrapper { -webkit-animation: none; animation: none; background-size: cover; }
  .business-slide-3__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 50px 0; }
  .business-slide-3__item { width: 90%; margin: 0 auto 50px; padding: 30px 20px 50px; }
  .business-slide-3__item p { text-align: justify; }
  .business-slide-1__wrapper p { text-align: justify; }
  .business-slide-5__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .business-slide-5__item-wrapper:last-child { margin-top: 50px; }
  .business-slide-6__img { width: 700px; }
  .impact__text--left p { margin-right: 30%; }
  .impact__text--right p { margin-left: 30%; }
  .business-slide-1__wrapper p, .business-slide-2__text p { font-size: 17px; }
  .business__slide-2__capt p { font-size: 25px; }
  .footer__left, .footer__nav { width: 50%; }
  .consumer-slide-1__flower { width: 300px; }
  .consumer-slide-1__products img { width: 85%; }
  .consumer-slide-1__item { width: 80%; }
  .consumer-slide-1__item p { font-size: 14px; }
  .consumer-slide-1__products { top: 37%; }
  .consumer-slide-1__wrapper { padding: 50px 0; }
  .consumer-slide-1__inner { margin-top: 50px; }
  .consumer-slide-4__img-1, .consumer-slide-4__img-2, .consumer-slide-4__img-3, .consumer-slide-4__img-4, .consumer-slide-4__img-5 { display: none !important; }
  .consumer-slide-4__caption h2 { font-weight: 600; }
  .consumer-slide-4__caption p { margin-top: 25px; }
  .company__head-wrapper { background-size: cover; -webkit-animation: none; animation: none; }
  .company-slide-2__wrapper { padding: 50px 0; background-size: cover; }
  .contacts__head-wrapper { min-height: 300px; padding-top: 150px; }
  .home__head { padding-top: 100px; }
  .home__head h1 { text-align: center; margin-bottom: 50px; }
  .home__description p { padding: 0 5%; font-size: 16px; }
  .home__description h2 { font-size: 21px; }
  .home__about-item { margin: 20px 25px 0; }
  .home__about-item img { width: 35px; }
  .home__about-item p { font-size: 13px; }
  .home__impact { padding: 20px 20px; min-height: auto; }
  .home__impact p.call-to-act { font-size: 18px; }
  .home__impact p.capt { font-size: 21px; }
  .home__impact p.text { font-size: 16px; }
  .home__impact-link { margin-top: 30px; }
  .button__outline { font-size: 16px; }
  .home__twitter { padding: 50px 0 50px; }
  .button__outline--footer { font-size: 14px !important; }
  .footer__menu ul li { padding: 5px 10px; }
  .footer__contact { padding: 20px 40px 30px; line-height: 1.3; }
  .col-3 { width: 45%; }
  .business__about-item { margin-bottom: 30px; }
  .business__head-wrapper { padding-bottom: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .business__head-wrapper p { font-size: 21px; }
  .business__head-wrapper .caption { margin-bottom: 20px; }
  .business-slide-5__wrapper { padding: 150px 0 50px; }
  .company-slide-1__text p { width: 100%; }
  .company-slide-1__wrapper { padding: 50px 25px 100px; } }

@media only screen and (max-width: 480px) { .slick-slide img { width: auto; height: 450px; }
  .slide-1__text-wrapper p { font-size: 19px; margin-bottom: 60px; }
  .slide-1__wrapper:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); }
  .slide-1__text-wrapper { top: 50px; }
  .slide-1__text-wrapper h1 { font-size: 18px; }
  .slide-1__text-wrapper p { width: 100%; }
  .section-4 { padding: 0; }
  .slide-2__product-img { height: 250px; }
  .businnes-slide-4__wrapper h2 { font-size: 20px; }
  .businnes-slide-4__wrapper p { margin: 110px auto 50px; width: 90%; font-size: 18px; }
  .business-slide-5__item-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .businnes-slide-5__item { width: 100%; margin-bottom: 50px; }
  .business-slide-5__item-wrapper:last-child { margin-top: 0; }
  .business-slide-6__img { width: 350px; }
  .business-slide-7__wrapper h2 { font-size: 20px; }
  .impact-slide-3__wrapper, .impact-slide-2__wrapper { padding: 50px 0 0; }
  .impact-slide-1__wrapper { padding: 100px 0 0; }
  .impact__text h2 { font-size: 20px; }
  .impact__text--left p, .impact__text--right p { padding: 40px 0; margin: 0; text-align: center; line-height: 1.5; }
  .impact__scroll-down { display: none; }
  .impact__text h2.right, .impact__text h2.left { text-align: center; }
  .impact-slide-4__wrapper { padding: 60px 0; text-align: center; line-height: 1.5; }
  .impact-slide-4__wrapper p { width: 90%; font-size: 18px; }
  .footer__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .footer__left { width: 100%; text-align: center; }
  .footer__logo { width: 150px; margin: 0 auto; }
  .footer__address { margin-top: 25px; }
  .footer__tel { margin-top: 5px; }
  .footer__nav { width: 100%; }
  .footer__address p { display: inline-block; }
  .footer__menu { margin: 20px 0 30px; }
  .footer__copy { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding: 20px 0; }
  .consumer-slide-1__block-image { display: none; }
  .consumer-slide-1__capt h2 { font-size: 18px; }
  .consumer-slide-1__block { width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .consumer-slide-1__item { left: 0; }
  .consumer-slide-1__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .consumer-slide-1__item p { font-size: 17px; }
  .consumer-slide-4__text { width: 90%; margin-top: 50px; text-align: justify; }
  .caption { font-size: 25px; }
  .business-slide-1__wrapper { padding: 50px 0 30px; }
  .ragged:after { top: -65px; }
  .ragged:before { bottom: -49px; }
  .company__head-wrapper h1 { font-size: 30px; }
  .company__head-wrapper p { font-size: 17px; line-height: 1.3; }
  .contacts__head-wrapper h1 { font-size: 30px; }
  .contacts__head-wrapper p { font-size: 15px; }
  .home__head { background-size: cover; padding-top: 300px; }
  .home__head h1 { font-size: 25px; line-height: 1.3; }
  .home__head p { font-size: 18px; }
  .consumer-slide-3__products-elem--flowers { min-height: 400px; }
  .home__about-img { display: none; }
  .row > .left, .row > .right { width: 100%; }
  .home__about-item { margin: 20px 25px 15px; }
  .home__about-item p { font-size: 14px; }
  .home__description h2 { line-height: 1.3; padding: 0 15px; }
  .home__impact { background: #fff; padding: 50px 20px; }
  .home__impact p.text { width: 100%; }
  .businnes-slide-4__wrapper { min-height: 450px; }
  .businnes-slide-4__wrapper p:before { top: -100px; -webkit-transform: translateX(-50%) scale(0.4); transform: translateX(-50%) scale(0.4); }
  .footer__menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .footer__menu ul li { width: auto; text-align: center; }
  .footer__links { width: 100%; text-align: center; }
  .footer__wrapper { padding: 15px 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .col-3 { width: 100%; }
  .business__about-item { min-height: auto; }
  .business__head-wrapper p { font-size: 18px; }
  .business__head { height: 300px; } }

@media only screen and (max-width: 320px) { .section-4__button a { font-size: 15px; }
  .business-slide-6__img { width: 300px; } }

span, p, a { font-size: 21px; }

@media only screen and (max-width: 1440px) { span, p, a { font-size: 17px; } }

@media only screen and (max-width: 1366px) { span, p, a { font-size: 15px; } }

h1, h2, h3, h4 { font-weight: 600; }

h3 { font-size: 21px; }

@media only screen and (max-width: 1440px) { h3 { font-size: 18px; } }

@media only screen and (max-width: 1366px) { h3 { font-size: 16px; } }

body { background: #f6f6f6; }

.caption { margin: 50px 0; text-align: left; color: #03210d; letter-spacing: 1px; font-weight: 900; }

@media only screen and (max-width: 1366px) { .caption { font-size: 16px; } }

.caption p { color: #556a68; font-weight: 500; }

.caption h2 { font-size: 34px; font-weight: 600; }

@media only screen and (max-width: 1366px) { .caption h2 { font-size: 24px; } }

.margin-top-none { margin-top: 0; }

.wp-pagenavi a, .wp-pagenavi span { border: none; width: 10px; background: #fff; color: #03210d; font-size: 14px; border-radius: 6px; padding: 5px 9px; }

.wp-pagenavi a:hover, .wp-pagenavi span:hover { color: #fff; background: #6bab59; }

.wp-pagenavi span.current { background: #6bab59; color: #fff; }

@-ms-viewport { width: device-width; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: scrollbar; }

*, ::after, ::before { -webkit-box-sizing: inherit; box-sizing: inherit; }

.container, .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container { max-width: 540px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1140px; } }

.row { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] { padding-right: 0; padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: none; }

.col-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }

.col-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }

.col-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }

.col-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }

.col-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }

.col-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }

.col-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }

.order-last { -ms-flex-order: 13; -webkit-box-ordinal-group: 14; order: 13; }

.order-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }

.order-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }

.order-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }

.order-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }

.order-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }

.order-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }

.order-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }

.order-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }

.order-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }

.order-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }

.order-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }

.order-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }

.order-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }

.offset-1 { margin-left: 8.333333%; }

.offset-2 { margin-left: 16.666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.333333%; }

.offset-5 { margin-left: 41.666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.333333%; }

.offset-8 { margin-left: 66.666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.333333%; }

.offset-11 { margin-left: 91.666667%; }

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: none; }
  .col-sm-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
  .order-sm-last { -ms-flex-order: 13; -webkit-box-ordinal-group: 14; order: 13; }
  .order-sm-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }
  .order-sm-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-sm-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-sm-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-sm-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-sm-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-sm-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-sm-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-sm-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-sm-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-sm-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-sm-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-sm-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.333333%; }
  .offset-sm-2 { margin-left: 16.666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.333333%; }
  .offset-sm-5 { margin-left: 41.666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.333333%; }
  .offset-sm-8 { margin-left: 66.666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.333333%; }
  .offset-sm-11 { margin-left: 91.666667%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
  .order-md-first { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
  .order-md-last { -ms-flex-order: 13; -webkit-box-ordinal-group: 14; order: 13; }
  .order-md-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }
  .order-md-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-md-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-md-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-md-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-md-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-md-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-md-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-md-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-md-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-md-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-md-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-md-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.333333%; }
  .offset-md-2 { margin-left: 16.666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.333333%; }
  .offset-md-5 { margin-left: 41.666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.333333%; }
  .offset-md-8 { margin-left: 66.666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.333333%; }
  .offset-md-11 { margin-left: 91.666667%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: none; }
  .col-lg-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
  .order-lg-last { -ms-flex-order: 13; -webkit-box-ordinal-group: 14; order: 13; }
  .order-lg-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }
  .order-lg-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-lg-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-lg-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-lg-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-lg-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-lg-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-lg-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-lg-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-lg-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-lg-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-lg-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-lg-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.333333%; }
  .offset-lg-2 { margin-left: 16.666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.333333%; }
  .offset-lg-5 { margin-left: 41.666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.333333%; }
  .offset-lg-8 { margin-left: 66.666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.333333%; }
  .offset-lg-11 { margin-left: 91.666667%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: none; }
  .col-xl-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
  .order-xl-last { -ms-flex-order: 13; -webkit-box-ordinal-group: 14; order: 13; }
  .order-xl-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }
  .order-xl-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-xl-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-xl-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-xl-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-xl-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-xl-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-xl-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-xl-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-xl-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-xl-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-xl-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-xl-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.333333%; }
  .offset-xl-2 { margin-left: 16.666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.333333%; }
  .offset-xl-5 { margin-left: 41.666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.333333%; }
  .offset-xl-8 { margin-left: 66.666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.333333%; }
  .offset-xl-11 { margin-left: 91.666667%; } }

.d-none { display: none !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }

.d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }

@media (min-width: 576px) { .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (min-width: 768px) { .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .d-md-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (min-width: 992px) { .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media print { .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .d-print-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

.flex-row { -ms-flex-direction: row !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important; }

.flex-column { -ms-flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important; }

.flex-row-reverse { -ms-flex-direction: row-reverse !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -ms-flex-direction: column-reverse !important; -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; flex-direction: column-reverse !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.flex-fill { -ms-flex: 1 1 auto !important; -webkit-box-flex: 1 !important; flex: 1 1 auto !important; }

.flex-grow-0 { -ms-flex-positive: 0 !important; -webkit-box-flex: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -ms-flex-positive: 1 !important; -webkit-box-flex: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; -webkit-box-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -ms-flex-pack: end !important; -webkit-box-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -ms-flex-pack: center !important; -webkit-box-pack: center !important; justify-content: center !important; }

.justify-content-between { -ms-flex-pack: justify !important; -webkit-box-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; -webkit-box-align: start !important; align-items: flex-start !important; }

.align-items-end { -ms-flex-align: end !important; -webkit-box-align: end !important; align-items: flex-end !important; }

.align-items-center { -ms-flex-align: center !important; -webkit-box-align: center !important; align-items: center !important; }

.align-items-baseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -ms-flex-align: stretch !important; -webkit-box-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { -ms-flex-direction: row !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important; }
  .flex-sm-column { -ms-flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important; }
  .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; flex-direction: column-reverse !important; }
  .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-sm-fill { -ms-flex: 1 1 auto !important; -webkit-box-flex: 1 !important; flex: 1 1 auto !important; }
  .flex-sm-grow-0 { -ms-flex-positive: 0 !important; -webkit-box-flex: 0 !important; flex-grow: 0 !important; }
  .flex-sm-grow-1 { -ms-flex-positive: 1 !important; -webkit-box-flex: 1 !important; flex-grow: 1 !important; }
  .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-sm-start { -ms-flex-pack: start !important; -webkit-box-pack: start !important; justify-content: flex-start !important; }
  .justify-content-sm-end { -ms-flex-pack: end !important; -webkit-box-pack: end !important; justify-content: flex-end !important; }
  .justify-content-sm-center { -ms-flex-pack: center !important; -webkit-box-pack: center !important; justify-content: center !important; }
  .justify-content-sm-between { -ms-flex-pack: justify !important; -webkit-box-pack: justify !important; justify-content: space-between !important; }
  .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-sm-start { -ms-flex-align: start !important; -webkit-box-align: start !important; align-items: flex-start !important; }
  .align-items-sm-end { -ms-flex-align: end !important; -webkit-box-align: end !important; align-items: flex-end !important; }
  .align-items-sm-center { -ms-flex-align: center !important; -webkit-box-align: center !important; align-items: center !important; }
  .align-items-sm-baseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; align-items: baseline !important; }
  .align-items-sm-stretch { -ms-flex-align: stretch !important; -webkit-box-align: stretch !important; align-items: stretch !important; }
  .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-sm-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }
  .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-sm-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
  .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-sm-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 768px) { .flex-md-row { -ms-flex-direction: row !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important; }
  .flex-md-column { -ms-flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important; }
  .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important; }
  .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; flex-direction: column-reverse !important; }
  .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-md-fill { -ms-flex: 1 1 auto !important; -webkit-box-flex: 1 !important; flex: 1 1 auto !important; }
  .flex-md-grow-0 { -ms-flex-positive: 0 !important; -webkit-box-flex: 0 !important; flex-grow: 0 !important; }
  .flex-md-grow-1 { -ms-flex-positive: 1 !important; -webkit-box-flex: 1 !important; flex-grow: 1 !important; }
  .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-md-start { -ms-flex-pack: start !important; -webkit-box-pack: start !important; justify-content: flex-start !important; }
  .justify-content-md-end { -ms-flex-pack: end !important; -webkit-box-pack: end !important; justify-content: flex-end !important; }
  .justify-content-md-center { -ms-flex-pack: center !important; -webkit-box-pack: center !important; justify-content: center !important; }
  .justify-content-md-between { -ms-flex-pack: justify !important; -webkit-box-pack: justify !important; justify-content: space-between !important; }
  .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-md-start { -ms-flex-align: start !important; -webkit-box-align: start !important; align-items: flex-start !important; }
  .align-items-md-end { -ms-flex-align: end !important; -webkit-box-align: end !important; align-items: flex-end !important; }
  .align-items-md-center { -ms-flex-align: center !important; -webkit-box-align: center !important; align-items: center !important; }
  .align-items-md-baseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; align-items: baseline !important; }
  .align-items-md-stretch { -ms-flex-align: stretch !important; -webkit-box-align: stretch !important; align-items: stretch !important; }
  .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-md-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }
  .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-md-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
  .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-md-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 992px) { .flex-lg-row { -ms-flex-direction: row !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important; }
  .flex-lg-column { -ms-flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important; }
  .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; flex-direction: column-reverse !important; }
  .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-lg-fill { -ms-flex: 1 1 auto !important; -webkit-box-flex: 1 !important; flex: 1 1 auto !important; }
  .flex-lg-grow-0 { -ms-flex-positive: 0 !important; -webkit-box-flex: 0 !important; flex-grow: 0 !important; }
  .flex-lg-grow-1 { -ms-flex-positive: 1 !important; -webkit-box-flex: 1 !important; flex-grow: 1 !important; }
  .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-lg-start { -ms-flex-pack: start !important; -webkit-box-pack: start !important; justify-content: flex-start !important; }
  .justify-content-lg-end { -ms-flex-pack: end !important; -webkit-box-pack: end !important; justify-content: flex-end !important; }
  .justify-content-lg-center { -ms-flex-pack: center !important; -webkit-box-pack: center !important; justify-content: center !important; }
  .justify-content-lg-between { -ms-flex-pack: justify !important; -webkit-box-pack: justify !important; justify-content: space-between !important; }
  .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-lg-start { -ms-flex-align: start !important; -webkit-box-align: start !important; align-items: flex-start !important; }
  .align-items-lg-end { -ms-flex-align: end !important; -webkit-box-align: end !important; align-items: flex-end !important; }
  .align-items-lg-center { -ms-flex-align: center !important; -webkit-box-align: center !important; align-items: center !important; }
  .align-items-lg-baseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; align-items: baseline !important; }
  .align-items-lg-stretch { -ms-flex-align: stretch !important; -webkit-box-align: stretch !important; align-items: stretch !important; }
  .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-lg-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }
  .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-lg-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
  .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-lg-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 1200px) { .flex-xl-row { -ms-flex-direction: row !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important; }
  .flex-xl-column { -ms-flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important; }
  .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; flex-direction: column-reverse !important; }
  .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-xl-fill { -ms-flex: 1 1 auto !important; -webkit-box-flex: 1 !important; flex: 1 1 auto !important; }
  .flex-xl-grow-0 { -ms-flex-positive: 0 !important; -webkit-box-flex: 0 !important; flex-grow: 0 !important; }
  .flex-xl-grow-1 { -ms-flex-positive: 1 !important; -webkit-box-flex: 1 !important; flex-grow: 1 !important; }
  .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-xl-start { -ms-flex-pack: start !important; -webkit-box-pack: start !important; justify-content: flex-start !important; }
  .justify-content-xl-end { -ms-flex-pack: end !important; -webkit-box-pack: end !important; justify-content: flex-end !important; }
  .justify-content-xl-center { -ms-flex-pack: center !important; -webkit-box-pack: center !important; justify-content: center !important; }
  .justify-content-xl-between { -ms-flex-pack: justify !important; -webkit-box-pack: justify !important; justify-content: space-between !important; }
  .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-xl-start { -ms-flex-align: start !important; -webkit-box-align: start !important; align-items: flex-start !important; }
  .align-items-xl-end { -ms-flex-align: end !important; -webkit-box-align: end !important; align-items: flex-end !important; }
  .align-items-xl-center { -ms-flex-align: center !important; -webkit-box-align: center !important; align-items: center !important; }
  .align-items-xl-baseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; align-items: baseline !important; }
  .align-items-xl-stretch { -ms-flex-align: stretch !important; -webkit-box-align: stretch !important; align-items: stretch !important; }
  .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-xl-auto { -ms-flex-item-align: auto !important; -ms-grid-row-align: auto !important; align-self: auto !important; }
  .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-xl-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
  .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-xl-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; } }

.btn-green { background: #6bab59; border-radius: 55px; color: #fff; text-decoration: none; padding: 12px 40px; text-transform: uppercase; -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out; font-weight: 500; }

.btn-green:hover { background: #489133; }

.home-slider { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-size: cover; position: relative; min-height: 600px; }

.home-slider:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: .2; }

.home-slider__content { text-align: center; color: #fff; z-index: 1; }

.home-slider__content h1 { font-size: 85px; font-weight: 900; }

@media only screen and (max-width: 1440px) { .home-slider__content h1 { font-size: 75px; } }

@media only screen and (max-width: 1366px) { .home-slider__content h1 { font-size: 55px; } }

@media only screen and (max-width: 480px) { .home-slider__content h1 { font-size: 28px; } }

.home-slider__content p.capt { font-size: 34px; margin: 40px 10% 80px; line-height: 1.3; font-weight: 500; }

@media only screen and (max-width: 1440px) { .home-slider__content p.capt { font-size: 24px; } }

@media only screen and (max-width: 1366px) { .home-slider__content p.capt { font-size: 21px; margin: 20px 20% 80px; } }

@media only screen and (max-width: 768px) { .home-slider__content p.capt { margin: 20px 20px 60px; } }

@media only screen and (max-width: 480px) { .home-slider__content p.capt { font-size: 16px; margin: 0 0 50px; } }

.home-page img { max-width: 100%; }

.home-page__block-3 { background: #fff; padding: 50px 0 120px; -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }

.home-page__block-3 p, .home-page__block-3 span { font-size: 34px; font-weight: 600; line-height: 1.3; }

@media only screen and (max-width: 480px) { .home-page__block-3 p, .home-page__block-3 span { font-size: 20px; } }

.home-page__block-4 { background: #cdded1; -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%); clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%); margin-top: -60px; padding: 100px 0; }

@media only screen and (max-width: 480px) { .home-page__block-4 { margin-top: -80px; } }

.home-page__block-4 p, .home-page__block-4 span { line-height: 1.3; }

.cards-wrapper { margin-bottom: 50px; }

.cards-wrapper .card { background: #fff; border: 1px solid #bbd9c5; height: 100%; }

@media only screen and (max-width: 480px) { .cards-wrapper .card { margin-bottom: 20px; height: auto; } }

.cards-wrapper .card__content { padding: 15px; }

.cards-wrapper .card .image { width: 100%; height: 240px; background-size: cover; }

.cards-wrapper .card .capt { font-size: 21px; font-weight: 600; color: #03210d; text-decoration: none; }

@media only screen and (max-width: 1440px) { .cards-wrapper .card .capt { font-size: 18px; } }

@media only screen and (max-width: 1366px) { .cards-wrapper .card .capt { font-size: 16px; } }

.cards-wrapper .card .desc { color: #556a68; font-weight: 500; line-height: 1.2; margin-bottom: 5px; }

.cards-wrapper .card__news .capt:hover { color: #489133; }

.cards-wrapper .card__news .desc { margin-top: 20px; }

.cards-wrapper .card__news .date { font-size: 14px; margin-top: 15px; color: #9d9d9d; }

.cards-wrapper .card__news .link { text-decoration: none; color: #033212; font-weight: 500; }

.cards-wrapper .card__news .link:hover { color: #489133; }

.twitter { margin-bottom: 50px; }

.earth-twitter > .ctf-tweets { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#ctf .ctf-verified, #ctf .ctf-quoted-verified { display: none; }

#ctf .ctf-author-box-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

#ctf .ctf-item { width: 22%; color: #fff; padding: 15px; border: 1px solid #e1e8ed; font-family: 'Lato'; letter-spacing: .05em; line-height: 1.2; font-size: 21px; margin: 0 15px; position: relative; }

@media only screen and (max-width: 1024px) { #ctf .ctf-item { width: 44%; margin-bottom: 20px; } }

@media only screen and (max-width: 480px) { #ctf .ctf-item { width: 100%; } }

#ctf .ctf-item a { color: #fff; }

#ctf .ctf-item .ctf-twitterlink { position: absolute; right: 0px; top: 13px; }

#ctf .ctf-item .ctf-twitterlink:before { content: '\f309'; font-family: fontello; font-style: normal; font-weight: 400; display: inline-block; font-size: 24px; color: #6bab59; -webkit-transition: .2s; transition: .2s; }

#ctf .ctf-item .ctf-twitterlink:hover:before { color: #fff; -webkit-transition: .2s; transition: .2s; }

.post { background: #fff; border: 1px solid #bbd9c5; padding: 30px; }

@media only screen and (max-width: 480px) { .post { padding: 15px; } }

.post h1 { font-size: 34px; margin-bottom: 10px; line-height: 1.3; }

@media only screen and (max-width: 1440px) { .post h1 { font-size: 24px; } }

@media only screen and (max-width: 1366px) { .post h1 { font-size: 21px; } }

.post p, .post span { color: #556a68; }

.post .date { font-size: 14px; margin-bottom: 15px; color: #9d9d9d; }

.footer { background: #242725; margin-top: 20px; }

.footer__wrapper { background: #242725; padding: 30px 0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; }

.footer__menu { margin-bottom: 20px; }

.footer__info { color: #fff; margin-left: 20px; }

.footer__info p.capt { font-size: 16px; }

.footer__info p.text { font-size: 14px; line-height: 1.3; font-weight: 300; }

@media only screen and (max-width: 480px) { .footer__links ul { text-align: center; } }

.footer__copy { margin: 0; text-align: center; color: #fff; padding: 0px 10px 20px; font-size: 13px; font-weight: 300; }

@media only screen and (max-width: 480px) { .footer__copy { font-size: 11px; line-height: 1.5; margin-top: 10px; } }
/*# sourceMappingURL=main.min.css.map */