/*!
Theme Name: Codesunrise
Theme URI: http://underscores.me/
Author: Codesunrise
Author URI: https://codesunrise.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codesunrise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Codesunrise is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("http://fonts.cdnfonts.com/css/american-typewriter");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Modules
--------------------------------------------- */
.hero {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.hero .row {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.hero .container {
		max-width: 448px;
	}
}

.hero .row {
	align-items: center;
	flex-wrap: wrap;
}

.hero .paragraph {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.hero .paragraph {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.hero .btn {
		display: block;
	}
}

.hero .hero__graf {
	display: flex;
	justify-content: end;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.hero .hero__graf {
		align-items: center;
		align-items: center;
	}
}

.hero .hero__graf svg {
	max-width: 100%;
	height: auto;
}

.hero #Path_489 {
	animation: tree 6s infinite;
}

.hero #Path_553 {
	transform-origin: center;
	animation: bf1 3s infinite;
}

.hero #Path_556 {
	transform-origin: center;
	animation: bf2 4s infinite;
}

.hero #Path_539 {
	transform-origin: center;
	animation: line 6s infinite;
}

@keyframes bf1 {
	0% {
		transform: translate(-27.089px, -22.235px) scale(1);
	}
	50% {
		transform: translate(-20.089px, -20.235px) scale(1.05);
	}
	100% {
		transform: translate(-27.089px, -22.235px) scale(1);
	}
}

@keyframes line {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes bf2 {
	0% {
		transform: translate(-0.004px, -44.928px) scale(1);
	}
	50% {
		transform: translate(5px, -54.928px) scale(1);
	}
	100% {
		transform: translate(-0.004px, -44.928px) scale(1);
	}
}

@keyframes tree {
	0% {
		fill: #e6e6e6;
		transform: skewX(0deg);
	}
	50% {
		fill: #c5c5c5;
		transform: skewY(-1.5deg);
	}
	100% {
		fill: #e6e6e6;
		transform: skewX(0deg);
	}
}

.scroll-down-button-container {
	display: flex;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 767px) {
	.scroll-down-button-container {
		padding-top: 20px;
		padding-bottom: 0px;
	}
}

.scroll-down-button-container button {
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

.scroll-down-button-container .scroll-down-button__dots {
	margin-bottom: 5px;
	display: flex;
	flex-direction: column-reverse;
}

.scroll-down-button-container .scroll-down-button__dots span {
	display: block;
	margin: 4px auto;
	width: 6px;
	height: 6px;
	background-color: #c9c9c9;
	border-radius: 5px;
}

.scroll-down-button-container .scroll-down-button__dots span:nth-child(1) {
	animation: dot 2s infinite 8s;
}

.scroll-down-button-container .scroll-down-button__dots span:nth-child(2) {
	animation: dot 2s infinite 8s;
}

.scroll-down-button-container .scroll-down-button__dots span:nth-child(3) {
	animation: dot 2s infinite 8s;
}

.scroll-down-button-container .scroll-down-button__label {
	font-family: "Raleway", sans-serif;
	color: #c9c9c9;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	transition: color 0.5s ease-in-out;
}

.scroll-down-button-container .scroll-down-button:hover .scroll-down-button__label {
	color: #42ea99;
}

.scroll-down-button-container svg {
	position: relative;
	animation: arrow 1.5s infinite;
}

@keyframes dot {
	0% {
		background-color: #c9c9c9;
	}
	50% {
		background-color: #42ea99;
	}
	100% {
		background-color: #c9c9c9;
	}
}

@keyframes arrow {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(3px);
	}
	100% {
		transform: translateY(0);
	}
}

.our-answer {
	padding: 70px 0px;
	position: relative;
	padding-top: 20px;
}

@media (max-width: 767px) {
	.our-answer {
		padding-bottom: 0px !important;
	}
}

.faq .faq__ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.faq .faq__ul button {
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	background-color: transparent;
	font-size: 24px;
	font-family: "Raleway", sans-serif;
	color: #231f20;
	font-weight: 600;
	padding: 20px 0px;
	padding-left: 90px;
	position: relative;
}

@media (max-width: 767px) {
	.faq .faq__ul button {
		font-size: 14px;
		padding-left: 60px;
	}
}

.faq .faq__ul button:before, .faq .faq__ul button:after {
	content: '';
	display: block;
	position: absolute;
	width: 28px;
	height: 3.5px;
	background-color: #42ea99;
	border-radius: 5px;
	left: 25px;
	top: 50%;
	transform: rotateY(-50%);
	transition: opacity 0.5s ease-in-out;
}

@media (max-width: 767px) {
	.faq .faq__ul button:before, .faq .faq__ul button:after {
		width: 19px;
		height: 2.5px;
		left: 20px;
	}
}

.faq .faq__ul button:after {
	height: 28px;
	width: 3px;
	margin-left: 12px;
	margin-top: -12px;
}

@media (max-width: 767px) {
	.faq .faq__ul button:after {
		width: 2px;
		height: 19px;
		margin-left: 9px;
		margin-top: -9px;
	}
}

.faq .faq__ul .faq__option {
	padding: 20px 0px;
	border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
	.faq .faq__ul .faq__option {
		padding: 10px 0px;
	}
}

.faq .faq__ul .faq__option .faq__option__description {
	padding-left: 90px;
	overflow: hidden;
	height: 0;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.faq .faq__ul .faq__option .faq__option__description {
		padding-left: 60px;
	}
	.faq .faq__ul .faq__option .faq__option__description .paragraph.small {
		font-size: 14px;
	}
	.faq .faq__ul .faq__option .faq__option__description .paragraph.small li,
	.faq .faq__ul .faq__option .faq__option__description .paragraph.small p {
		font-size: 14px;
	}
}

.faq .faq__ul .faq__option .faq__option__description ul {
	list-style: none;
	padding-left: 25px;
}

.faq .faq__ul .faq__option .faq__option__description ul li {
	position: relative;
}

.faq .faq__ul .faq__option .faq__option__description ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: -25px;
	top: 5px;
	border-radius: 5px;
	background-color: #42ea99;
}

.faq .faq__ul .faq__option.active .faq__option__description {
	height: auto;
	padding-bottom: 20px;
}

.faq .faq__ul .faq__option.active button:after {
	opacity: 0;
}

.contact {
	padding: 70px 0px;
	position: relative;
}

@media (max-width: 767px) {
	.contact .row {
		display: block !important;
	}
}

.contact .title {
	margin-bottom: 80px;
}

.contact .contact-image img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.contact .contact-image img {
		max-width: 350px;
		width: 100%;
	}
}

.contact .paragraph.small {
	font-size: 21px;
	line-height: 160%;
	margin-top: 30px;
}

.contact .paragraph.small li,
.contact .paragraph.small p {
	font-size: 21px;
	line-height: 160%;
}

.contact-form {
	max-width: 485px;
	margin-left: auto;
	margin-right: auto;
}

.contact-form .paragraph {
	margin-bottom: 30px;
}

.contact-form .wpcf7-response-output {
	border-radius: 12px !important;
	padding: 10px 20px !important;
}

.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	background-color: #f7fdfa;
	border: 1px solid #acf2d0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600px;
	padding: 20px 26px;
	box-sizing: border-box;
}

.contact-form input {
	height: 60px;
	border-radius: 35px;
}

.contact-form textarea {
	border-radius: 13px;
	height: 166px;
}

.contact-form input[type='submit'] {
	display: block;
	width: 100%;
	padding: 10px 26px;
	height: 60px;
	border-radius: 35px;
	border: 2px solid #42ea99;
	color: #42ea99;
	background-color: transparent;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.how-work {
	padding: 70px 0px;
	position: relative;
}

@media (max-width: 767px) {
	.how-work {
		padding-bottom: 0px !important;
	}
}

.how-work img {
	max-width: 100%;
}

.how-work .how-work__background {
	position: absolute;
	left: -7%;
	top: -25%;
	z-index: -1;
}

@media (max-width: 1200px) {
	.how-work .how-work__background {
		top: -20%;
		width: 260px;
		height: auto;
	}
}

@media (max-width: 767px) {
	.how-work .how-work__background {
		display: none;
	}
}

.how-work__background {
	transform-origin: center;
	animation: background 4s infinite;
}

@keyframes background {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(3%) rotate(3deg);
	}
	100% {
		transform: translateY(0px) rotate(0deg);
	}
}

.helping-friends {
	position: relative;
	padding: 70px 0px;
}

@media (max-width: 767px) {
	.helping-friends {
		padding-bottom: 0px !important;
	}
}

.helping-friends img {
	max-width: 100%;
}

.helping-friends .helping-friends-right-background--container {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
	width: 50%;
	height: 100%;
}

.helping-friends .helping-friends-right-background,
.helping-friends .helping-friends-left-background {
	position: absolute;
	opacity: 0.8;
	z-index: -1;
}

@media (max-width: 992px) {
	.helping-friends .helping-friends-right-background,
	.helping-friends .helping-friends-left-background {
		display: none;
	}
}

.helping-friends .helping-friends-left-background {
	opacity: 0.15;
	top: -5%;
	left: -8%;
}

.helping-friends .helping-friends-right-background {
	top: 3%;
	right: -35%;
}

@media (max-width: 1400px) {
	.helping-friends .helping-friends-right-background {
		right: -40%;
	}
}

.button-tabs {
	padding-top: 80px;
}

@media (max-width: 767px) {
	.button-tabs {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.button-tabs .row {
		justify-content: center;
	}
	.button-tabs .row > div:nth-child(1) {
		order: 2;
	}
	.button-tabs .row > div:nth-child(2) {
		order: 1;
	}
}

.button-tabs .button-tabs__options .tabs__ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.button-tabs .button-tabs__options .tabs__ul {
		flex-direction: column;
		align-items: center;
	}
}

.button-tabs .button-tabs__options .tabs__ul li {
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.button-tabs .button-tabs__options .tabs__ul li {
		margin-bottom: 20px;
	}
	.button-tabs .button-tabs__options .tabs__ul li:last-child {
		margin-bottom: 0;
	}
}

.button-tabs svg {
	max-width: calc(100%);
	width: 100%;
	height: auto !important;
}

.button-tabs .button-tabs__content__item {
	position: absolute;
	left: -999999px;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.button-tabs .button-tabs__content__item.active {
	position: unset;
	opacity: 1;
}

.button-tabs .button-tabs__content__item .button-tabs__content__text,
.button-tabs .button-tabs__content__item .button-tabs__content__img {
	margin-bottom: 10px;
	margin-top: 10px;
}

.button-tabs .paragraph {
	line-height: 30px;
	max-width: 660px;
}

.tabs {
	padding-top: 80px;
}

@media (max-width: 767px) {
	.tabs {
		padding-top: 0px;
	}
}

@media (max-width: 767px) {
	.tabs .row {
		justify-content: center;
	}
}

.tabs .tabs__images {
	position: relative;
}

@media (max-width: 767px) {
	.tabs .tabs__images {
		height: 300px;
		width: 240px;
		flex: 0 0 240px;
		margin-bottom: 0px;
	}
}

.tabs .tabs__images .tab-content {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabs .tabs__images .tab-content.active {
	opacity: 1;
}

.tabs .tabs__images svg {
	max-width: calc(100%);
	width: 100%;
	height: auto !important;
}

.tabs .tabs__options .tabs__ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 80px;
}

@media (max-width: 767px) {
	.tabs .tabs__options .tabs__ul {
		padding-left: 0px;
	}
}

.tabs .tabs__options .tabs__option .icon-title {
	margin-bottom: 10px;
}

.tabs .tabs__options .tabs__option .paragraph {
	line-height: 30px;
	max-width: 460px;
}

.tabs .tabs__options .tabs__option button {
	padding: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #d9d9d9;
	outline: none;
	background-color: transparent;
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.tabs .tabs__options .tabs__option button {
		padding: 25px 35px;
	}
}

.tabs .tabs__options .tabs__option.active button {
	background-color: #edfff6;
	border: 2px solid #acf2d0;
}

.helping-friends-left-background {
	transform-origin: center;
	animation: backgroundLeft 4s infinite;
}

@keyframes backgroundLeft {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

.helping-friends-right-background {
	transform-origin: center;
	animation: backgroundRight 6s infinite;
}

@keyframes backgroundRight {
	0% {
		opacity: 1;
		transform: translateY(5%) rotate(0);
	}
	50% {
		opacity: 0.5;
		transform: translateY(0%) rotate(4deg);
	}
	100% {
		opacity: 1;
		transform: translateY(5%) rotate(0);
	}
}

.what-can-do {
	padding: 70px 0px;
	position: relative;
}

.what-can-do .what-can-do-left-background {
	position: absolute;
	left: -40%;
	bottom: 0%;
	z-index: -1;
}

@media (max-width: 767px) {
	.what-can-do .what-can-do-left-background {
		display: none;
	}
}

@media (max-width: 1200px) {
	.what-can-do .what-can-do-left-background {
		left: -90%;
	}
}

.what-can-do .what-can-do-right-background--container {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.what-can-do .what-can-do-right-background--container {
		display: none;
	}
}

.what-can-do .what-can-do-right-background--container .what-can-do-right-background {
	position: absolute;
	right: -40%;
	top: 8%;
	z-index: -1;
}

@media (max-width: 1200px) {
	.what-can-do .what-can-do-right-background--container .what-can-do-right-background {
		right: -70%;
	}
}

.what-can-do .what-can-do-right-background--container .what-can-do-right-small-background {
	position: absolute;
	right: -120px;
	bottom: 0%;
	z-index: -1;
}

@media (max-width: 1200px) {
	.what-can-do .what-can-do-right-background--container .what-can-do-right-small-background {
		right: -180px;
	}
}

.features {
	position: relative;
	margin-top: 100px;
	margin-bottom: 260px;
}

@media (max-width: 767px) {
	.features {
		margin-top: 50px;
		margin-bottom: 180px;
	}
}

.features:before {
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: calc(100% + 25px);
	background-color: #d9d9d9;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.features:before {
		top: 25px;
		left: 30px;
		transform: translateX(0%);
		height: calc(100% + 15px);
	}
}

.features:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
	content: '';
	display: block;
	width: 44px;
	height: 3px;
	background-color: #42ea99;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.features:after {
		transform: translateX(0%);
		left: 10px;
	}
}

.features .features__logo-desktop {
	position: absolute;
	left: 50%;
	bottom: -180px;
	transform: translateX(-50%);
	width: 162px;
	height: auto;
}

@media (max-width: 767px) {
	.features .features__logo-desktop {
		display: none;
	}
}

.features .features__logo-mobile {
	position: absolute;
	left: 0px;
	bottom: -100px;
	width: 162px;
	height: auto;
}

@media (min-width: 768px) {
	.features .features__logo-mobile {
		display: none;
	}
}

.features__content {
	max-width: 1090px;
	margin: 0 auto;
}

.features__ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.features .features__item {
	width: 50%;
	max-width: 545px;
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.features .features__item {
		width: auto;
		padding-left: 60px;
	}
}

.features .features__item:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background-color: #42ea99;
	position: absolute;
	top: 15px;
}

@media (max-width: 767px) {
	.features .features__item:before {
		left: 25px;
		top: 15px;
	}
}

.features .features__item .icon-title {
	margin-bottom: 15px;
}

.features .features__item .paragraph {
	line-height: 150%;
}

@media (min-width: 768px) {
	.features .features__item:nth-child(odd) {
		margin-left: auto;
	}
	.features .features__item:nth-child(odd):before {
		left: -6.5px;
	}
	.features .features__item:nth-child(odd) .features__item--inner {
		margin-left: 60px;
	}
	.features .features__item:nth-child(odd) .paragraph {
		text-align: left;
	}
	.features .features__item:nth-child(even) {
		margin-right: auto;
	}
	.features .features__item:nth-child(even):before {
		right: -6.5px;
	}
	.features .features__item:nth-child(even) .features__item--inner {
		margin-right: 60px;
	}
	.features .features__item:nth-child(even) .icon-title {
		text-align: right;
		justify-content: flex-end;
	}
	.features .features__item:nth-child(even) .icon-title .icon-title__icon {
		order: 2;
		margin-left: 24px;
	}
	.features .features__item:nth-child(even) .icon-title .icon-title__text {
		order: 1;
	}
	.features .features__item:nth-child(even) .paragraph {
		text-align: right;
	}
}

.tabs {
	padding-top: 80px;
}

@media (max-width: 767px) {
	.tabs {
		padding-top: 0px;
	}
}

@media (max-width: 767px) {
	.tabs .row {
		justify-content: center;
	}
}

.tabs .tabs__images {
	position: relative;
}

@media (max-width: 767px) {
	.tabs .tabs__images {
		height: 300px;
		width: 240px;
		flex: 0 0 240px;
		margin-bottom: 0px;
	}
}

.tabs .tabs__images .tab-content {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabs .tabs__images .tab-content.active {
	opacity: 1;
}

.tabs .tabs__images svg {
	max-width: calc(100%);
	width: 100%;
	height: auto !important;
}

.tabs .tabs__options .tabs__ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 80px;
}

@media (max-width: 767px) {
	.tabs .tabs__options .tabs__ul {
		padding-left: 0px;
	}
}

.tabs .tabs__options .tabs__option .icon-title {
	margin-bottom: 10px;
}

.tabs .tabs__options .tabs__option .paragraph {
	line-height: 30px;
	max-width: 460px;
}

.tabs .tabs__options .tabs__option button {
	padding: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #d9d9d9;
	outline: none;
	background-color: transparent;
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.tabs .tabs__options .tabs__option button {
		padding: 25px 35px;
	}
}

.tabs .tabs__options .tabs__option.active button {
	background-color: #edfff6;
	border: 2px solid #acf2d0;
}

.what-can-do-left-background {
	transform-origin: center;
	animation: backgroundLeft 4s infinite;
}

@keyframes backgroundLeft {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

.what-can-do-right-background {
	transform-origin: center;
	animation: backgroundRight 6s infinite;
}

@keyframes backgroundRight {
	0% {
		opacity: 1;
		transform: translateY(5%) rotate(0);
	}
	50% {
		opacity: 0.5;
		transform: translateY(0%) rotate(4deg);
	}
	100% {
		opacity: 1;
		transform: translateY(5%) rotate(0);
	}
}

.what-can-do-right-small-background {
	transform-origin: center;
	animation: backgroundRightSmall 4s infinite;
}

@keyframes backgroundRightSmall {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

/* Header
--------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	padding-top: 130px;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
}

@media (max-width: 767px) {
	body {
		padding-top: 68px;
	}
}

.container {
	max-width: 1416px;
	margin: 0 auto;
	padding: 0px 24px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex: 0 0 100%;
}

.row .col, .row .col-100, .row .col-60, .row .col-65, .row .col-50, .row .col-55, .row .col-40, .row .col-45, .row .col-35 {
	margin-left: -18px;
	margin-right: -18px;
	padding-left: 18px;
	padding-right: 18px;
}

.row .col-100 {
	flex: 0 0 100%;
}

.row .col-60 {
	flex: 0 0 60%;
}

@media (max-width: 767px) {
	.row .col-60 {
		flex: 0 0 100%;
	}
}

.row .col-65 {
	flex: 0 0 65%;
}

@media (max-width: 767px) {
	.row .col-65 {
		flex: 0 0 100%;
	}
}

.row .col-50 {
	flex: 0 0 50%;
}

@media (max-width: 767px) {
	.row .col-50 {
		flex: 0 0 100%;
	}
}

.row .col-55 {
	flex: 0 0 55%;
}

@media (max-width: 767px) {
	.row .col-55 {
		flex: 0 0 100%;
	}
}

.row .col-40 {
	flex: 0 0 40%;
}

@media (max-width: 767px) {
	.row .col-40 {
		flex: 0 0 100%;
	}
}

.row .col-45 {
	flex: 0 0 45%;
}

@media (max-width: 767px) {
	.row .col-45 {
		flex: 0 0 100%;
	}
}

.row .col-35 {
	flex: 0 0 35%;
}

@media (max-width: 767px) {
	.row .col-35 {
		flex: 0 0 100%;
	}
}

@media (max-width: 767px) {
	.show--desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	.show--mobile {
		display: none;
	}
}

.pt-30 {
	padding-top: 30px;
}

.title .title__header {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #42ea99;
	font-size: 20px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.title .title__header {
		font-size: 15px;
	}
}

.title .title__header:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	margin-bottom: 10px;
	background-color: #42ea99;
	border-radius: 10px;
}

.title .title__description {
	font-family: "American Typewriter", sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 62px;
	line-height: 100%;
	margin: 0;
}

@media (max-width: 767px) {
	.title .title__description {
		font-size: 34px;
	}
}

.title .title__description b {
	font-weight: 700;
}

.title .title__description b span {
	color: #42ea99;
}

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

.title.center .title__header,
.title.center .title__description {
	text-align: center;
}

.title.center .title__header:before {
	margin-right: auto;
	margin-left: auto;
}

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

.title.left .title__header,
.title.left .title__description {
	text-align: left;
}

.title.left .title__header:before {
	margin-right: auto;
}

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

.title.right .title__header,
.title.right .title__description {
	text-align: right;
}

.title.right .title__header:before {
	margin-left: auto;
}

.btn {
	cursor: pointer;
	border: 0;
	outline: none;
	text-transform: uppercase;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 286px;
	border-radius: 60px;
	background-color: transparent;
	border: 2px solid #42ea99;
	background-color: #42ea99;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

@media (max-width: 992px) {
	.btn {
		min-width: 240px;
	}
}

@media (max-width: 767px) {
	.btn {
		min-width: 200px;
		font-size: 16px;
	}
}

.btn:not(.tab-btn):hover {
	background-color: transparent;
	color: #42ea99;
}

.btn.outline {
	background-color: transparent;
	color: #42ea99;
}

.btn.outline:not(.tab-btn):hover {
	background-color: #42ea99;
	color: #ffffff;
}

.btn.tab-btn:hover {
	color: #000000;
}

a.btn {
	text-align: center;
	display: inline-block;
	line-height: 60px;
	text-decoration: none;
}

.paragraph span,
.paragraph a {
	color: #42ea99;
	font-weight: 700;
}

.paragraph b {
	font-style: italic;
}

.paragraph a:hover {
	text-decoration: underline;
}

.paragraph.small,
.paragraph.small p {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: #7e7e7e;
	font-size: 16px;
}

.paragraph.large,
.paragraph.large p {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: #7e7e7e;
	font-size: 25px;
}

@media (max-width: 767px) {
	.paragraph.large,
	.paragraph.large p {
		font-size: 16px;
	}
}

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

.paragraph.center * {
	text-align: center;
}

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

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

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

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

.icon-title {
	display: flex;
	align-items: center;
}

.icon-title.large .icon-title__icon {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	background-color: #edfff6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-title.large .icon-title__icon img {
	width: 25px;
	height: 25px;
}

@media (max-width: 767px) {
	.icon-title.large .icon-title__icon {
		width: 40px;
		height: 40px;
	}
	.icon-title.large .icon-title__icon img {
		width: 18px;
		height: 18px;
	}
}

.icon-title.large .icon-title__text {
	padding-left: 12px;
	font-size: 24px;
	font-weight: 700;
	margin-left: 5px;
	color: #11291b;
}

@media (max-width: 767px) {
	.icon-title.large .icon-title__text {
		font-size: 18px;
	}
}

.icon-title.small img {
	width: 25px;
	height: auto;
}

.icon-title.small:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #42ea99;
	margin-left: 5px;
	margin-top: 5px;
}

.icon-title.small .icon-title__text {
	font-size: 22px;
	font-weight: 500;
	margin-left: 5px;
	color: #11291b;
}

.tabs {
	padding-top: 80px;
}

@media (max-width: 767px) {
	.tabs {
		padding-top: 0px;
	}
}

@media (max-width: 767px) {
	.tabs .row {
		justify-content: center;
	}
}

.tabs .tabs__images {
	position: relative;
}

@media (max-width: 767px) {
	.tabs .tabs__images {
		height: 300px;
		width: 240px;
		flex: 0 0 240px;
		margin-bottom: 0px;
	}
}

.tabs .tabs__images .tab-content {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabs .tabs__images .tab-content.active {
	opacity: 1;
}

.tabs .tabs__images svg {
	max-width: calc(100%);
	width: 100%;
	height: auto !important;
}

.tabs .tabs__options .tabs__ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 80px;
}

@media (max-width: 767px) {
	.tabs .tabs__options .tabs__ul {
		padding-left: 0px;
	}
}

.tabs .tabs__options .tabs__option .icon-title {
	margin-bottom: 10px;
}

.tabs .tabs__options .tabs__option .paragraph {
	line-height: 30px;
	max-width: 460px;
}

.tabs .tabs__options .tabs__option button {
	padding: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #d9d9d9;
	outline: none;
	background-color: transparent;
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.tabs .tabs__options .tabs__option button {
		padding: 25px 35px;
	}
}

.tabs .tabs__options .tabs__option.active button {
	background-color: #edfff6;
	border: 2px solid #acf2d0;
}

.footer {
	padding-top: 130px;
	padding-bottom: 100px;
	background-image: url(./images/footer__background.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
}

.footer .brand {
	text-align: center;
}

.footer .brand img {
	max-width: 180px;
}

.footer .social-icons {
	padding-top: 30px;
}

.social-icons .social-icons__container {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.link-item-icon {
	position: relative;
	text-decoration: none;
	overflow: hidden;
	padding: 5px;
	transform: scale(1);
	transform-origin: center;
	transition: transform 0.5s ease-in-out;
	display: inline-block;
}

.link-item-icon:hover {
	transform: scale(1.2);
}

.link-item-icon img {
	width: 42px;
	height: 42px;
}

.link-item-icon span {
	position: absolute;
	left: -99999px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #000;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 18px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
	left: -5px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 20px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: '';
}

.hamburger-inner:before {
	top: -5px;
}

.hamburger-inner:after {
	bottom: -5px;
}

.hamburger--3dx .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
	transform: rotateY(180deg);
	background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
	transform: rotateY(-180deg);
	background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
	transform: rotateX(-180deg);
	background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
	transform: rotateX(180deg);
	background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg);
	background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
	background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
	transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
	transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
	transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
	transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
	transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
	opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
	transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
	top: -20px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
	transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
	opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
	transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
	top: 10px;
	transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
	top: 10px;
	transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
	top: -80px;
	left: -80px;
	transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
	top: -80px;
	right: -80px;
	transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
	top: 80px;
	left: -80px;
	transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
	top: 80px;
	right: -80px;
	transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
	transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
	transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
	opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
	top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
	bottom: 0;
}

.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
	top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
	transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
	transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
	opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
	transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
	transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
	opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
	top: 10px;
	transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
	top: 20px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
	top: -20px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
	transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
	opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
	transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
	transform: rotate(90deg);
	background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
	transform: rotate(-90deg);
	background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
	transition-delay: 0.1s;
	transition-timing-function: linear;
	transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
	transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
	transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
	transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
	transition-delay: 0.1s;
	transition-timing-function: linear;
	transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
	transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
	transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	height: 80px;
	display: flex;
	align-items: center;
	width: 100%;
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255, 255, 255, 0.72);
	transition: height 0.5s ease-in-out;
}

.header .header__navbar {
	width: 100%;
}

.header .header__navbar .nav-item__link,
.header .header__navbar .button-nav__item__link {
	font-weight: 700;
}

.header.header--active {
	height: 80px;
}

.header.header--active .container {
	padding: 10px 24px;
}

.header.header--active .container .brand img {
	max-width: 130px;
}

.header .container {
	display: flex;
	align-items: center;
}

.header .brand {
	margin-right: auto;
}

.header .brand__img {
	max-width: 200px;
}

.header .brand img {
	max-width: 170px;
	transition: max-width 0.5s ease;
}

@media (max-width: 767px) {
	.header {
		height: 80px;
	}
	.header .hamburger {
		order: 1;
		position: relative;
		z-index: 999;
		left: 0;
		transition: left 0.5s ease-in-out;
	}
	.header .brand {
		order: 2;
		margin-left: auto;
	}
	.header .brand img {
		max-width: calc($value / 16)rem;
	}
	.header .button-nav {
		order: 3;
	}
	.header .header--state-open .hamburger-react {
		left: 73%;
	}
}

@media (max-width: 767px) and (max-width: 600px) {
	.header .header--state-open .hamburger-react {
		left: 68%;
	}
}

@media (max-width: 767px) and (max-width: 470px) {
	.header .header--state-open .hamburger-react {
		left: 60%;
	}
}

.header__laguages {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	list-style: none;
	margin-left: 10px;
	margin-right: 0;
}

@media (max-width: 767px) {
	.header__laguages {
		margin-right: 0px;
		margin-left: 0;
	}
}

.header__laguages li.current-lang a::after {
	background-color: #42ea99;
}

.header__laguages li a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 20px;
	transition: border 0.5s ease-in-out;
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.header__laguages li a {
		padding-right: 10px;
		padding-left: 0px;
	}
}

.header__laguages li a img {
	width: 100%;
	height: auto;
	display: block;
}

.header__laguages li a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.nav {
		position: fixed;
		left: -100vw;
		top: 0;
		z-index: 998;
		background-color: #42ea99;
		min-height: 100vh;
		width: 90vw;
		transition: left 0.6s ease-in-out;
	}
	.nav.show {
		left: 0;
		top: 0;
	}
}

.nav .nav__logo {
	margin-left: 40px;
	margin-top: 20px;
	width: 43px;
}

@media (min-width: 768px) {
	.nav .nav__logo {
		display: none;
	}
}

.nav .nav__container {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

@media (max-width: 767px) {
	.nav .nav__container {
		display: block;
		padding: 40px 10px;
	}
}

.nav .nav__container li {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 1100px) {
	.nav .nav__container li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.nav .nav__container li {
		padding: 15px 30px;
	}
}

.nav .nav__container li a {
	text-decoration: none;
	font-size: 16px;
	color: #7e7e7e;
	transition: color 0.6s ease-in-out;
}

@media (max-width: 767px) {
	.nav .nav__container li a {
		color: #ffffff;
		font-size: 20px;
	}
}

.nav .nav__container li a:hover {
	color: #42ea99;
}

.button-nav .button-nav__container {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.button-nav .button-nav__item {
	padding-left: 20px;
	padding-right: 20px;
}

.button-nav .button-nav__item:last-child {
	padding-right: 0;
}

@media (max-width: 1100px) {
	.button-nav .button-nav__item {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.button-nav .button-nav__item__link {
	text-decoration: none;
	font-size: 16px;
	color: #7e7e7e;
	transition: color 0.6s ease-in-out;
	display: flex;
	align-items: center;
	border: 2px solid #d9d9d9;
	border-radius: 30px;
	padding: 10px 20px;
}

@media (max-width: 767px) {
	.button-nav .button-nav__item__link {
		padding: 10px 0;
		border: 0 solid #d9d9d9;
	}
	.button-nav .button-nav__item__link span {
		display: none;
	}
}

.button-nav .button-nav__item__link:hover {
	color: #42ea99;
}

.button-nav .button-nav__item__link img {
	margin-right: 10px;
}

.hamburger {
	width: 40px;
	height: 40px;
}

@media (min-width: 768px) {
	.hamburger {
		display: none;
	}
}

.hamburger.is-active {
	left: 83%;
}

.hamburger.is-active .hamburger-inner {
	background: white;
}

.hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
	background: white;
}

@media (max-width: 600px) {
	.hamburger.is-active {
		left: 78%;
	}
}

/*# sourceMappingURL=style.css.map */