@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap");
/*
Theme Name: WordPressify
Theme URI: https://www.wordpressify.co
Author: Luan Gjokaj
Author URI: https://www.riangle.com
Description: WordPressify official theme.
Version: 1.0
Tags: responsive, clean, minimal, modern, documentation
*/
/*! 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.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/* 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}
/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}
/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}
/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}
/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}
/* 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+.
 */
/**
 * Add the correct display in IE 10.
 */
[hidden],
template {
	display: none;
}
.container {
	margin: auto;
	max-width: 1440px;
	max-width: var(--max-width, 1440px);
	padding-right: 20px;
	padding-right: var(--margin-container-mobile, 20px);
	padding-left: 20px;
	padding-left: var(--margin-container-mobile, 20px);
}
@media (min-width: 992px) {
	.container {
		padding-right: 20px;
		padding-right: var(--margin-container-desktop, 20px);
		padding-left: 20px;
		padding-left: var(--margin-container-desktop, 20px);
	}
}
@media (min-width: 1920px) {
	.container {
		max-width: 1704px;
	}
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	padding-right: 20px;
	padding-right: var(--margin-container-mobile, 20px);
	padding-left: 20px;
	padding-left: var(--margin-container-mobile, 20px);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px) {
	.container-fluid {
		padding-right: 20px;
		padding-right: var(--margin-container-desktop, 20px);
		padding-left: 20px;
		padding-left: var(--margin-container-desktop, 20px);
	}
}
.container-child {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 992px) {
	.container-child {
		padding-right: 0;
		padding-left: 0;
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.justify-content-flex-start {
	justify-content: flex-start;
}
.justify-content-flex-end {
	justify-content: flex-end;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-space-between {
	justify-content: space-between;
}
.justify-content-space-around {
	justify-content: space-around;
}
.justify-content-initial {
	justify-content: normal;
}
.align-items-stretch {
	align-items: stretch;
}
.align-items-center {
	align-items: center;
}
.align-items-flex-start {
	align-items: flex-start;
}
.align-items-flex-end {
	align-items: flex-end;
}
.align-items-baseline {
	align-items: baseline;
}
.align-items-initial {
	align-items: normal;
}
@media (min-width: 0) {
	.xs-gaps-none {
		margin-right: 0;
		margin-left: 0;
	}
	.xs-gaps-none > *,
	.xs-gaps-none [data-col] {
		padding-right: 0;
		padding-left: 0;
	}
	.xs-gaps-default {
		margin-right: -10px;
		margin-right: var(--margin-row-default, -10px);
		margin-left: -10px;
		margin-left: var(--margin-row-default, -10px);
	}
	.xs-gaps-default > *,
	.xs-gaps-default [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default, 10px);
		padding-left: 10px;
		padding-left: var(--gutter-col-default, 10px);
	}
	.xs-gaps-medium {
		margin-right: -30px;
		margin-right: var(--margin-row-medium, -30px);
		margin-left: -30px;
		margin-left: var(--margin-row-medium, -30px);
	}
	.xs-gaps-medium > *,
	.xs-gaps-medium [data-col] {
		padding-right: 30px;
		padding-right: var(--gutter-col-medium, 30px);
		padding-left: 30px;
		padding-left: var(--gutter-col-medium, 30px);
	}
	.xs-gaps-big {
		margin-right: -50px;
		margin-right: var(--margin-row-big, -50px);
		margin-left: -50px;
		margin-left: var(--margin-row-big, -50px);
	}
	.xs-gaps-big > *,
	.xs-gaps-big [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big, 50px);
		padding-left: 50px;
		padding-left: var(--gutter-col-big, 50px);
	}
}
@media (min-width: 576px) {
	.sm-gaps-none {
		margin-right: 0;
		margin-left: 0;
	}
	.sm-gaps-none > *,
	.sm-gaps-none [data-col] {
		padding-right: 0;
		padding-left: 0;
	}
	.sm-gaps-default {
		margin-right: -10px;
		margin-right: var(--margin-row-default, -10px);
		margin-left: -10px;
		margin-left: var(--margin-row-default, -10px);
	}
	.sm-gaps-default > *,
	.sm-gaps-default [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default, 10px);
		padding-left: 10px;
		padding-left: var(--gutter-col-default, 10px);
	}
	.sm-gaps-medium {
		margin-right: -30px;
		margin-right: var(--margin-row-medium, -30px);
		margin-left: -30px;
		margin-left: var(--margin-row-medium, -30px);
	}
	.sm-gaps-medium > *,
	.sm-gaps-medium [data-col] {
		padding-right: 30px;
		padding-right: var(--gutter-col-medium, 30px);
		padding-left: 30px;
		padding-left: var(--gutter-col-medium, 30px);
	}
	.sm-gaps-big {
		margin-right: -50px;
		margin-right: var(--margin-row-big, -50px);
		margin-left: -50px;
		margin-left: var(--margin-row-big, -50px);
	}
	.sm-gaps-big > *,
	.sm-gaps-big [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big, 50px);
		padding-left: 50px;
		padding-left: var(--gutter-col-big, 50px);
	}
}
@media (min-width: 768px) {
	.md-gaps-none {
		margin-right: 0;
		margin-left: 0;
	}
	.md-gaps-none > *,
	.md-gaps-none [data-col] {
		padding-right: 0;
		padding-left: 0;
	}
	.md-gaps-default {
		margin-right: -10px;
		margin-right: var(--margin-row-default, -10px);
		margin-left: -10px;
		margin-left: var(--margin-row-default, -10px);
	}
	.md-gaps-default > *,
	.md-gaps-default [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default, 10px);
		padding-left: 10px;
		padding-left: var(--gutter-col-default, 10px);
	}
	.md-gaps-medium {
		margin-right: -30px;
		margin-right: var(--margin-row-medium, -30px);
		margin-left: -30px;
		margin-left: var(--margin-row-medium, -30px);
	}
	.md-gaps-medium > *,
	.md-gaps-medium [data-col] {
		padding-right: 30px;
		padding-right: var(--gutter-col-medium, 30px);
		padding-left: 30px;
		padding-left: var(--gutter-col-medium, 30px);
	}
	.md-gaps-big {
		margin-right: -50px;
		margin-right: var(--margin-row-big, -50px);
		margin-left: -50px;
		margin-left: var(--margin-row-big, -50px);
	}
	.md-gaps-big > *,
	.md-gaps-big [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big, 50px);
		padding-left: 50px;
		padding-left: var(--gutter-col-big, 50px);
	}
}
@media (min-width: 992px) {
	.lg-gaps-none {
		margin-right: 0;
		margin-left: 0;
	}
	.lg-gaps-none > *,
	.lg-gaps-none [data-col] {
		padding-right: 0;
		padding-left: 0;
	}
	.lg-gaps-default {
		margin-right: -10px;
		margin-right: var(--margin-row-default, -10px);
		margin-left: -10px;
		margin-left: var(--margin-row-default, -10px);
	}
	.lg-gaps-default > *,
	.lg-gaps-default [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default, 10px);
		padding-left: 10px;
		padding-left: var(--gutter-col-default, 10px);
	}
	.lg-gaps-medium {
		margin-right: -30px;
		margin-right: var(--margin-row-medium, -30px);
		margin-left: -30px;
		margin-left: var(--margin-row-medium, -30px);
	}
	.lg-gaps-medium > *,
	.lg-gaps-medium [data-col] {
		padding-right: 30px;
		padding-right: var(--gutter-col-medium, 30px);
		padding-left: 30px;
		padding-left: var(--gutter-col-medium, 30px);
	}
	.lg-gaps-big {
		margin-right: -50px;
		margin-right: var(--margin-row-big, -50px);
		margin-left: -50px;
		margin-left: var(--margin-row-big, -50px);
	}
	.lg-gaps-big > *,
	.lg-gaps-big [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big, 50px);
		padding-left: 50px;
		padding-left: var(--gutter-col-big, 50px);
	}
}
@media (min-width: 1200px) {
	.xl-gaps-none {
		margin-right: 0;
		margin-left: 0;
	}
	.xl-gaps-none > *,
	.xl-gaps-none [data-col] {
		padding-right: 0;
		padding-left: 0;
	}
	.xl-gaps-default {
		margin-right: -10px;
		margin-right: var(--margin-row-default, -10px);
		margin-left: -10px;
		margin-left: var(--margin-row-default, -10px);
	}
	.xl-gaps-default > *,
	.xl-gaps-default [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default, 10px);
		padding-left: 10px;
		padding-left: var(--gutter-col-default, 10px);
	}
	.xl-gaps-medium {
		margin-right: -30px;
		margin-right: var(--margin-row-medium, -30px);
		margin-left: -30px;
		margin-left: var(--margin-row-medium, -30px);
	}
	.xl-gaps-medium > *,
	.xl-gaps-medium [data-col] {
		padding-right: 30px;
		padding-right: var(--gutter-col-medium, 30px);
		padding-left: 30px;
		padding-left: var(--gutter-col-medium, 30px);
	}
	.xl-gaps-big {
		margin-right: -50px;
		margin-right: var(--margin-row-big, -50px);
		margin-left: -50px;
		margin-left: var(--margin-row-big, -50px);
	}
	.xl-gaps-big > *,
	.xl-gaps-big [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big, 50px);
		padding-left: 50px;
		padding-left: var(--gutter-col-big, 50px);
	}
}
@media (min-width: 1440px) {
	.xxl-gaps-none {
		margin-right: 0;
		margin-left: 0;
	}
	.xxl-gaps-none > *,
	.xxl-gaps-none [data-col] {
		padding-right: 0;
		padding-left: 0;
	}
	.xxl-gaps-default {
		margin-right: -10px;
		margin-right: var(--margin-row-default, -10px);
		margin-left: -10px;
		margin-left: var(--margin-row-default, -10px);
	}
	.xxl-gaps-default > *,
	.xxl-gaps-default [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default, 10px);
		padding-left: 10px;
		padding-left: var(--gutter-col-default, 10px);
	}
	.xxl-gaps-medium {
		margin-right: -30px;
		margin-right: var(--margin-row-medium, -30px);
		margin-left: -30px;
		margin-left: var(--margin-row-medium, -30px);
	}
	.xxl-gaps-medium > *,
	.xxl-gaps-medium [data-col] {
		padding-right: 30px;
		padding-right: var(--gutter-col-medium, 30px);
		padding-left: 30px;
		padding-left: var(--gutter-col-medium, 30px);
	}
	.xxl-gaps-big {
		margin-right: -var(--margin-row-big, -50px);
		margin-left: ar(--margin-row-big, -50px);
	}
	.xxl-gaps-big > *,
	.xxl-gaps-big [data-col] {
		padding-right: ar(--gutter-col-big, 50px);
		padding-left: ar(--gutter-col-big, 50px);
	}
}
@media (min-width: 1920px) {
	.xxxl-gaps-none {
		margin-right: 0;
		margin-left: 0;
	}
	.xxxl-gaps-none > *,
	.xxxl-gaps-none [data-col] {
		padding-right: 0;
		padding-left: 0;
	}
	.xxxl-gaps-default {
		margin-right: -10px;
		margin-right: var(--margin-row-default, -10px);
		margin-left: -10px;
		margin-left: var(--margin-row-default, -10px);
	}
	.xxxl-gaps-default > *,
	.xxxl-gaps-default [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default, 10px);
		padding-left: 10px;
		padding-left: var(--gutter-col-default, 10px);
	}
	.xxxl-gaps-medium {
		margin-right: -30px;
		margin-right: var(--margin-row-medium, -30px);
		margin-left: -30px;
		margin-left: var(--margin-row-medium, -30px);
	}
	.xxxl-gaps-medium > *,
	.xxxl-gaps-medium [data-col] {
		padding-right: 30px;
		padding-right: var(--gutter-col-medium, 30px);
		padding-left: 30px;
		padding-left: var(--gutter-col-medium, 30px);
	}
	.xxxl-gaps-big {
		margin-right: -5var (--margin-row-big, -50px);
		margin-left: -50px;
		margin-left: var(--margin-row-big, -50px);
	}
	.xxxl-gaps-big > *,
	.xxxl-gaps-big [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big, 50px);
		padding-left: 50px;
		padding-left: var(--gutter-col-big, 50px);
	}
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.col-auto {
	width: 100%;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1,
.col-auto {
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
}
.col-1 {
	width: 100%;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-2,
.col-3 {
	position: relative;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
}
.col-3 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-4,
.col-5 {
	position: relative;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
}
.col-5 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-6,
.col-7 {
	position: relative;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
}
.col-7 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
}
.col-9 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-10,
.col-11 {
	position: relative;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
}
.col-11 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	flex-basis: 0;
	flex-grow: 1;
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-order-first {
	order: -1;
}
.col-order-last {
	order: 13;
}
@media (min-width: 0) {
	.col-xs-auto {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xs-1,
	.col-xs-auto {
		position: relative;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xs-1 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xs-2 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xs-2,
	.col-xs-3 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xs-3 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xs-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xs-4,
	.col-xs-5 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xs-5 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xs-6 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xs-6,
	.col-xs-7 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xs-7 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xs-8 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xs-8,
	.col-xs-9 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xs-9 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xs-10 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xs-10,
	.col-xs-11 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xs-11 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xs-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		flex-basis: 0;
		flex-grow: 1;
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xs-order-first {
		order: -1;
	}
	.col-xs-order-last {
		order: 13;
	}
}
@media (min-width: 576px) {
	.col-sm-auto {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1,
	.col-sm-auto {
		position: relative;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-sm-1 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-2,
	.col-sm-3 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-sm-3 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-4,
	.col-sm-5 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-sm-5 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-6,
	.col-sm-7 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-sm-7 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-8,
	.col-sm-9 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-sm-9 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-10,
	.col-sm-11 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-sm-11 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		flex-basis: 0;
		flex-grow: 1;
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-order-first {
		order: -1;
	}
	.col-sm-order-last {
		order: 13;
	}
}
@media (min-width: 768px) {
	.col-md-auto {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1,
	.col-md-auto {
		position: relative;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-md-1 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-2,
	.col-md-3 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-md-3 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-4,
	.col-md-5 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-md-5 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-6,
	.col-md-7 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-md-7 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-8,
	.col-md-9 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-md-9 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-10,
	.col-md-11 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-md-11 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		flex-basis: 0;
		flex-grow: 1;
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-order-first {
		order: -1;
	}
	.col-md-order-last {
		order: 13;
	}
}
@media (min-width: 992px) {
	.col-lg-auto {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1,
	.col-lg-auto {
		position: relative;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-lg-1 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-2,
	.col-lg-3 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-lg-3 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-4,
	.col-lg-5 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-lg-5 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-6,
	.col-lg-7 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-lg-7 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-8,
	.col-lg-9 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-lg-9 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-10,
	.col-lg-11 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-lg-11 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		flex-basis: 0;
		flex-grow: 1;
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-lg-order-first {
		order: -1;
	}
	.col-lg-order-last {
		order: 13;
	}
}
@media (min-width: 1200px) {
	.col-xl-auto {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1,
	.col-xl-auto {
		position: relative;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xl-1 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-2,
	.col-xl-3 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xl-3 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-4,
	.col-xl-5 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xl-5 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-6,
	.col-xl-7 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xl-7 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-8,
	.col-xl-9 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xl-9 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-10,
	.col-xl-11 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xl-11 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		flex-basis: 0;
		flex-grow: 1;
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xl-order-first {
		order: -1;
	}
	.col-xl-order-last {
		order: 13;
	}
}
@media (min-width: 1440px) {
	.col-xxl-auto {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xxl-1,
	.col-xxl-auto {
		position: relative;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxl-1 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xxl-2 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xxl-2,
	.col-xxl-3 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxl-3 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxl-4,
	.col-xxl-5 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxl-5 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-6,
	.col-xxl-7 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxl-7 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xxl-8,
	.col-xxl-9 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxl-9 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xxl-10,
	.col-xxl-11 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxl-11 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xxl-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		flex-basis: 0;
		flex-grow: 1;
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xxl-order-first {
		order: -1;
	}
	.col-xxl-order-last {
		order: 13;
	}
}
@media (min-width: 1920px) {
	.col-xxxl-auto {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xxxl-1,
	.col-xxxl-auto {
		position: relative;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxxl-1 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xxxl-2 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xxxl-2,
	.col-xxxl-3 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxxl-3 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxxl-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxxl-4,
	.col-xxxl-5 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxxl-5 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxxl-6 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxxl-6,
	.col-xxxl-7 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxxl-7 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxxl-8 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xxxl-8,
	.col-xxxl-9 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxxl-9 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxxl-10 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xxxl-10,
	.col-xxxl-11 {
		position: relative;
		width: 100%;
		min-height: 1px;
		box-sizing: border-box;
	}
	.col-xxxl-11 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xxxl-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		flex-basis: 0;
		flex-grow: 1;
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xxxl-order-first {
		order: -1;
	}
	.col-xxxl-order-last {
		order: 13;
	}
}
:global div[data-container] {
	max-width: 1440px;
	max-width: var(--max-width);
	margin: auto;
	padding-right: 20px;
	padding-right: var(--margin-container-mobile);
	padding-left: 20px;
	padding-left: var(--margin-container-mobile);
	@media (min-width: 992px) {
		padding-right: 20px;
		padding-right: var(--margin-container-desktop);
		padding-left: 20px;
		padding-left: var(--margin-container-desktop);
	}
	@media (min-width: 1920px) {
		max-width: 1704px;
	}
}
:global div[data-fluid="true"] {
	width: 100%;
	max-width: 100%;
	padding-right: 20px;
	padding-right: var(--margin-container-mobile);
	padding-left: 20px;
	padding-left: var(--margin-container-mobile);
	margin-right: auto;
	margin-left: auto;
	@media (min-width: 992px) {
		padding-right: 20px;
		padding-right: var(--margin-container-desktop);
		padding-left: 20px;
		padding-left: var(--margin-container-desktop);
	}
}
:global div[data-child="true"] {
	padding-right: 0;
	padding-left: 0;
	@media (min-width: 992px) {
		padding-right: 0;
		padding-left: 0;
	}
}
:global div[data-row] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width: 0) {
	:global div[xs-gaps="none"] {
		margin-right: 0;
		margin-right: var(--margin-row-none);
		margin-left: 0;
		margin-left: var(--margin-row-none);
	}
	:global div[xs-gaps="none"] [data-col] {
		padding-right: 0;
		padding-right: var(--gutter-col-none);
		padding-left: 0;
		padding-left: var(--gutter-col-none);
	}
}
@media (min-width: 0) {
	:global div[xs-gaps="default"] {
		margin-right: -10px;
		margin-right: var(--margin-row-default);
		margin-left: -10px;
		margin-left: var(--margin-row-default);
	}
	:global div[xs-gaps="default"] [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default);
		padding-left: 10px;
		padding-left: var(--gutter-col-default);
	}
}
@media (min-width: 0) {
	:global div[xs-gaps="big"] {
		margin-right: -50px;
		margin-right: var(--margin-row-big);
		margin-left: -50px;
		margin-left: var(--margin-row-big);
	}
	:global div[xs-gaps="big"] [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big);
		padding-left: 50px;
		padding-left: var(--gutter-col-big);
	}
}
@media (min-width: 576px) {
	:global div[sm-gaps="none"] {
		margin-right: 0;
		margin-right: var(--margin-row-none);
		margin-left: 0;
		margin-left: var(--margin-row-none);
	}
	:global div[sm-gaps="none"] [data-col] {
		padding-right: 0;
		padding-right: var(--gutter-col-none);
		padding-left: 0;
		padding-left: var(--gutter-col-none);
	}
}
@media (min-width: 576px) {
	:global div[sm-gaps="default"] {
		margin-right: -10px;
		margin-right: var(--margin-row-default);
		margin-left: -10px;
		margin-left: var(--margin-row-default);
	}
	:global div[sm-gaps="default"] [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default);
		padding-left: 10px;
		padding-left: var(--gutter-col-default);
	}
}
@media (min-width: 576px) {
	:global div[sm-gaps="big"] {
		margin-right: -50px;
		margin-right: var(--margin-row-big);
		margin-left: -50px;
		margin-left: var(--margin-row-big);
	}
	:global div[sm-gaps="big"] [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big);
		padding-left: 50px;
		padding-left: var(--gutter-col-big);
	}
}
@media (min-width: 768px) {
	:global div[md-gaps="none"] {
		margin-right: 0;
		margin-right: var(--margin-row-none);
		margin-left: 0;
		margin-left: var(--margin-row-none);
	}
	:global div[md-gaps="none"] [data-col] {
		padding-right: 0;
		padding-right: var(--gutter-col-none);
		padding-left: 0;
		padding-left: var(--gutter-col-none);
	}
}
@media (min-width: 768px) {
	:global div[md-gaps="default"] {
		margin-right: -10px;
		margin-right: var(--margin-row-default);
		margin-left: -10px;
		margin-left: var(--margin-row-default);
	}
	:global div[md-gaps="default"] [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default);
		padding-left: 10px;
		padding-left: var(--gutter-col-default);
	}
}
@media (min-width: 768px) {
	:global div[md-gaps="big"] {
		margin-right: -50px;
		margin-right: var(--margin-row-big);
		margin-left: -50px;
		margin-left: var(--margin-row-big);
	}
	:global div[md-gaps="big"] [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big);
		padding-left: 50px;
		padding-left: var(--gutter-col-big);
	}
}
@media (min-width: 992px) {
	:global div[lg-gaps="none"] {
		margin-right: 0;
		margin-right: var(--margin-row-none);
		margin-left: 0;
		margin-left: var(--margin-row-none);
	}
	:global div[lg-gaps="none"] [data-col] {
		padding-right: 0;
		padding-right: var(--gutter-col-none);
		padding-left: 0;
		padding-left: var(--gutter-col-none);
	}
}
@media (min-width: 992px) {
	:global div[lg-gaps="default"] {
		margin-right: -10px;
		margin-right: var(--margin-row-default);
		margin-left: -10px;
		margin-left: var(--margin-row-default);
	}
	:global div[lg-gaps="default"] [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default);
		padding-left: 10px;
		padding-left: var(--gutter-col-default);
	}
}
@media (min-width: 992px) {
	:global div[lg-gaps="big"] {
		margin-right: -50px;
		margin-right: var(--margin-row-big);
		margin-left: -50px;
		margin-left: var(--margin-row-big);
	}
	:global div[lg-gaps="big"] [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big);
		padding-left: 50px;
		padding-left: var(--gutter-col-big);
	}
}
@media (min-width: 1200px) {
	:global div[xl-gaps="none"] {
		margin-right: 0;
		margin-right: var(--margin-row-none);
		margin-left: 0;
		margin-left: var(--margin-row-none);
	}
	:global div[xl-gaps="none"] [data-col] {
		padding-right: 0;
		padding-right: var(--gutter-col-none);
		padding-left: 0;
		padding-left: var(--gutter-col-none);
	}
}
@media (min-width: 1200px) {
	:global div[xl-gaps="default"] {
		margin-right: -10px;
		margin-right: var(--margin-row-default);
		margin-left: -10px;
		margin-left: var(--margin-row-default);
	}
	:global div[xl-gaps="default"] [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default);
		padding-left: 10px;
		padding-left: var(--gutter-col-default);
	}
}
@media (min-width: 1200px) {
	:global div[xl-gaps="big"] {
		margin-right: -50px;
		margin-right: var(--margin-row-big);
		margin-left: -50px;
		margin-left: var(--margin-row-big);
	}
	:global div[xl-gaps="big"] [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big);
		padding-left: 50px;
		padding-left: var(--gutter-col-big);
	}
}
@media (min-width: 1440px) {
	:global div[xxl-gaps="none"] {
		margin-right: 0;
		margin-right: var(--margin-row-none);
		margin-left: 0;
		margin-left: var(--margin-row-none);
	}
	:global div[xxl-gaps="none"] [data-col] {
		padding-right: 0;
		padding-right: var(--gutter-col-none);
		padding-left: 0;
		padding-left: var(--gutter-col-none);
	}
}
@media (min-width: 1440px) {
	:global div[xxl-gaps="default"] {
		margin-right: -10px;
		margin-right: var(--margin-row-default);
		margin-left: -10px;
		margin-left: var(--margin-row-default);
	}
	:global div[xxl-gaps="default"] [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default);
		padding-left: 10px;
		padding-left: var(--gutter-col-default);
	}
}
@media (min-width: 1440px) {
	:global div[xxl-gaps="big"] {
		margin-right: -50px;
		margin-right: var(--margin-row-big);
		margin-left: -50px;
		margin-left: var(--margin-row-big);
	}
	:global div[xxl-gaps="big"] [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big);
		padding-left: 50px;
		padding-left: var(--gutter-col-big);
	}
}
@media (min-width: 1920px) {
	:global div[xxxl-gaps="none"] {
		margin-right: 0;
		margin-right: var(--margin-row-none);
		margin-left: 0;
		margin-left: var(--margin-row-none);
	}
	:global div[xxxl-gaps="none"] [data-col] {
		padding-right: 0;
		padding-right: var(--gutter-col-none);
		padding-left: 0;
		padding-left: var(--gutter-col-none);
	}
}
@media (min-width: 1920px) {
	:global div[xxxl-gaps="default"] {
		margin-right: -10px;
		margin-right: var(--margin-row-default);
		margin-left: -10px;
		margin-left: var(--margin-row-default);
	}
	:global div[xxxl-gaps="default"] [data-col] {
		padding-right: 10px;
		padding-right: var(--gutter-col-default);
		padding-left: 10px;
		padding-left: var(--gutter-col-default);
	}
}
@media (min-width: 1920px) {
	:global div[xxxl-gaps="big"] {
		margin-right: -50px;
		margin-right: var(--margin-row-big);
		margin-left: -50px;
		margin-left: var(--margin-row-big);
	}
	:global div[xxxl-gaps="big"] [data-col] {
		padding-right: 50px;
		padding-right: var(--gutter-col-big);
		padding-left: 50px;
		padding-left: var(--gutter-col-big);
	}
}
:global div[data-col] {
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
}
:root {
	/* Spacing ----------------------------------------------- */
	--max-width: 1440px;
	--padding-top-body-mobile: 70px;
	--padding-top-body-desktop: 0;
	--margin-container-mobile: 20px;
	--margin-container-desktop: 20px;
	--margin-container-child-mobile: 10px;
	--margin-container-child-desktop: 10px;
	--margin-row-none: 0;
	--margin-row-default: -10px;
	--margin-row-medium: -30px;
	--margin-row-big: -50px;
	--gutter-col-none: 0;
	--gutter-col-default: 10px;
	--gutter-col-medium: 30px;
	--gutter-col-big: 50px;

	/* Colors ----------------------------------------------------- */
	--color-primary: #1f2d3d;
	--color-secondary: #8492a6;
	--color-tertiary: #f9fafc;
	--color-dark: #000;
	--color-light: #fff;
	--color-gray-light: #e5e5e5;
	--color-gray-medium: #666;
	--color-gray-dark: #3c4858;
	--color-success: #28a745;
	--color-error: #dc3545;
	--color-warning: #ffc107;
	--color-info: #17a2b8;

	/* Fonts ------------------------------------------------------ */
	--font-text: "Roboto", sans-serif;
	--font-head: var(--font-text);
	--font-special: var(--font-text);
	--font-mono: "Roboto Mono", monospace;

	/* Font Sizes ------------------------------------------------- */
	/* --> Hero --------------------------------------------------- */
	--size-hero1-mobile: 52px;
	--lineheight-hero1-mobile: 1.35;
	--size-hero1-desktop: 62px;
	--lineheight-hero1-desktop: 1.15;
	--size-hero2-mobile: 42px;
	--lineheight-hero2-mobile: 1.35;
	--size-hero2-desktop: 52px;
	--lineheight-hero2-desktop: 1.15;
	--size-hero3-mobile: 32px;
	--lineheight-hero3-mobile: 1.35;
	--size-hero3-desktop: 42px;
	--lineheight-hero3-desktop: 1.15;

	/* --> Eyebrow ------------------------------------------------ */
	--size-eyebrow-mobile: 16px;
	--lineheight-eyebrow-mobile: 1.35;
	--size-eyebrow-desktop: 18px;
	--lineheight-eyebrow-desktop: 1.15;

	/* --> Heading ------------------------------------------------ */
	--size-h1-mobile: 38px;
	--lineheight-h1-mobile: 1.35;
	--size-h1-desktop: 40px;
	--lineheight-h1-desktop: 1.15;
	--size-h2-mobile: 28px;
	--lineheight-h2-mobile: 1.35;
	--size-h2-desktop: 32px;
	--lineheight-h2-desktop: 1.15;
	--size-h3-mobile: 24px;
	--lineheight-h3-mobile: 1.35;
	--size-h3-desktop: 28px;
	--lineheight-h3-desktop: 1.15;
	--size-h4-mobile: 22px;
	--lineheight-h4-mobile: 1.35;
	--size-h4-desktop: 24px;
	--lineheight-h4-desktop: 1.4;
	--size-h5-mobile: 18px;
	--lineheight-h5-mobile: 1.35;
	--size-h5-desktop: 20px;
	--lineheight-h5-desktop: 1.15;
	--size-h6-mobile: 14px;
	--lineheight-h6-mobile: 1.35;
	--size-h6-desktop: 16px;
	--lineheight-h6-desktop: 1.15;

	/* --> Subtitle ----------------------------------------------- */
	--size-subtitle-mobile: 18px;
	--lineheight-subtitle-mobile: 1.35;
	--size-subtitle-desktop: 20px;
	--lineheight-subtitle-desktop: 1.15;

	/* --> Lead --------------------------------------------------- */
	--size-lead-mobile: 16px;
	--lineheight-lead-mobile: 1.5;
	--size-lead-desktop: 18px;
	--lineheight-lead-desktop: 1.75;

	/* --> Text --------------------------------------------------- */
	--size-text-mobile: 16px;
	--lineheight-text-mobile: 1.5;
	--size-text-desktop: 18px;
	--lineheight-text-desktop: 1.7;

	/* --> Small -------------------------------------------------- */
	--size-small-mobile: 12px;
	--lineheight-small-mobile: 1.7;
	--size-small-desktop: 14px;
	--lineheight-small-desktop: 1.7;

	/* --> Blockquote --------------------------------------------- */
	--size-blockquote-mobile: var(--size-h3-mobile);
	--lineheight-blockquote-mobile: var(--lineheight-h3-mobile);
	--size-blockquote-desktop: var(--size-h3-desktop);
	--lineheight-blockquote-desktop: var(--lineheight-h3-desktop);

	/* --> List --------------------------------------------------- */
	--size-list-mobile: var(--size-text-mobile);
	--lineheight-list-mobile: var(--lineheight-text-mobile);
	--size-list-desktop: var(--size-text-desktop);
	--lineheight-list-desktop: var(--lineheight-text-desktop);

	/* --> Buttons ------------------------------------------------ */
	--size-button-regular-mobile: var(--size-text-mobile);
	--lineheight-button-regular-mobile: var(--lineheight-text-mobile);
	--size-button-regular-desktop: var(--size-text-desktop);
	--lineheight-button-regular-desktop: var(--lineheight-text-desktop);
	--size-button-big-mobile: var(--size-subtitle-mobile);
	--lineheight-button-big-mobile: var(--lineheight-subtitle-mobile);
	--size-button-big-desktop: var(--size-subtitle-desktop);
	--lineheight-button-big-desktop: var(--lineheight-subtitle-desktop);
}
body,
html {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body {
	font-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--font-text);
	font-size: 16px;
	font-size: var(--size-text-mobile);
	line-height: 1.5;
	line-height: var(--lineheight-text-mobile);
	padding-top: 70px;
	padding-top: var(--padding-top-body-mobile);
	color: #000;
	color: var(--color-dark);
	box-sizing: border-box;
}
@media (min-width: 992px) {
	body {
		font-size: 18px;
		font-size: var(--size-text-desktop);
		line-height: 1.7;
		line-height: var(--lineheight-text-desktop);
		padding-top: 0;
		padding-top: var(--padding-top-body-desktop);
	}
}
*,
:after,
:before {
	box-sizing: border-box;
}
::-moz-selection {
	background: #000;
	background: var(--color-dark);
	color: #fff;
	color: var(--color-light);
}
::selection {
	background: #000;
	background: var(--color-dark);
	color: #fff;
	color: var(--color-light);
}
a,
button {
	cursor: pointer;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease;
}
a {
	color: #1f2d3d;
	color: var(--color-primary);
}
@media (hover: hover) {
	a:hover {
		color: #8492a6;
		color: var(--color-secondary);
	}
}
figure {
	margin: 0;
}
hr {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	border-bottom: 1px solid var(--color-gray-light);
}
fieldset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
img,
img *,
svg,
svg * {
	transition: all 0.3s ease;
}
img {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}
b,
strong {
	font-weight: 700;
	color: #1f2d3d;
	color: var(--color-primary);
}
small {
	display: inline-block;
	font-size: 12px;
	font-size: var(--size-small-mobile);
	line-height: 1.7;
	line-height: var(--lineheight-small-mobile);
	@media (min-width: 992px) {
		font-size: 14px;
		font-size: var(--size-small-desktop);
		line-height: 1.7;
		line-height: var(--lineheight-small-desktop);
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif;
	font-family: var(--font-head);
	font-weight: 700;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 38px;
	font-size: var(--size-h1-mobile);
	line-height: 1.35;
	line-height: var(--lineheight-h1-mobile);
	@media (min-width: 992px) {
		font-size: 40px;
		font-size: var(--size-h1-desktop);
		line-height: 1.15;
		line-height: var(--lineheight-h1-desktop);
	}
}
h2 {
	font-size: 28px;
	font-size: var(--size-h2-mobile);
	line-height: 1.35;
	line-height: var(--lineheight-h2-mobile);
	@media (min-width: 992px) {
		font-size: 32px;
		font-size: var(--size-h2-desktop);
		line-height: 1.15;
		line-height: var(--lineheight-h2-desktop);
	}
}
h3 {
	font-size: 24px;
	font-size: var(--size-h3-mobile);
	line-height: 1.35;
	line-height: var(--lineheight-h3-mobile);
	@media (min-width: 992px) {
		font-size: 28px;
		font-size: var(--size-h3-desktop);
		line-height: 1.15;
		line-height: var(--lineheight-h3-desktop);
	}
}
h4 {
	font-size: 22px;
	font-size: var(--size-h4-mobile);
	line-height: 1.35;
	line-height: var(--lineheight-h4-mobile);
	@media (min-width: 992px) {
		font-size: 24px;
		font-size: var(--size-h4-desktop);
		line-height: 1.4;
		line-height: var(--lineheight-h4-desktop);
	}
}
h5 {
	font-size: 18px;
	font-size: var(--size-h5-mobile);
	line-height: 1.35;
	line-height: var(--lineheight-h5-mobile);
	@media (min-width: 992px) {
		font-size: 20px;
		font-size: var(--size-h5-desktop);
		line-height: 1.15;
		line-height: var(--lineheight-h5-desktop);
	}
}
h6 {
	font-size: 14px;
	font-size: var(--size-h6-mobile);
	line-height: 1.35;
	line-height: var(--lineheight-h6-mobile);
	@media (min-width: 992px) {
		font-size: 16px;
		font-size: var(--size-h6-desktop);
		line-height: 1.15;
		line-height: var(--lineheight-h6-desktop);
	}
}
p {
	color: #666;
	color: var(--color-gray-medium);
	font-size: 16px;
	font-size: var(--size-text-mobile);
	line-height: 1.5;
	line-height: var(--lineheight-text-mobile);
	@media (min-width: 992px) {
		font-size: 18px;
		font-size: var(--size-text-desktop);
		line-height: 1.7;
		line-height: var(--lineheight-text-desktop);
	}
}
* {
	font-family: Source Sans Pro, sans-serif;
}

video {
	width: 100%;
}

a.btn {
	background: hsla(0, 0%, 100%, 0.3);
	color: #fff;
	padding: 10px 25px;
	width: 200px;
	font-weight: 200;
	font-size: 1.2rem;
	border: 1px solid #fff;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
}
a.btn:hover {
	text-decoration: none;
	background: rgba(45, 62, 80, 0.3);
	color: #fff;
	border-color: #2c97dd;
}

a.btn.btn-salmao {
	background: #da6f5c;
	border: 1px solid #da6f5c;
	font-weight: 400;
}

a.btn.btn-salmao:hover {
	background: rgba(218, 111, 92, 0.7) !important;
}

.body {
	clear: both;
}
header {
	height: 80px;
	background: #fff;
	box-shadow: 0 -5px 10px #000;
}
header .navbar .navbar-collapse ul li {
	color: #2d3e50;
	margin-left: 50px;
}

#topo {
	height: calc(100vh - 80px);
	background-image: url(img/topo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
}

#topo {
	height: calc(100vh - 80px);
	background-image: url(img/topo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
}
#topo .row h1 {
	color: #fff;
	font-weight: 100;
	position: relative;
}
#topo .row h1 b {
	font-weight: 600;
	color: #fff;
}
#topo .row h1:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#topo .row a {
	background: hsla(0, 0%, 100%, 0.5);
	color: #fff;
	padding: 10px 25px;
	width: 200px;
	font-weight: 200;
	font-size: 1.2rem;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	border: 1px solid #fff;
}
#topo .row a:hover {
	background: rgba(44, 151, 221, 0.3);
	text-decoration: none;
	color: #fff;
	border-color: #fff;
}
#topo .arrow-down {
	display: block;
	margin: auto;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 8px);
}

#topo.topo-pe {
	background-image: url(img/topo-planejamento-estrategico.jpg);
	height: 500px;
	background-position: center 60%;
}

.topo-pe .container.py-5 {
	position: relative;
	z-index: 2;
	padding-top: 10% !important;
}

#topo.topo-pe:after {
	content: "";
	width: 100%;
	height: 200%;
	background-image: url(/wp-content/themes/barbara_britto/img/topo-3.png);
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
#empresa {
	padding-bottom: 50px;
}
#empresa h2 {
	color: #2d3e50;
	font-weight: 100;
	position: relative;
	font-size: 2.2rem;
}
#empresa h2 b {
	font-weight: 600;
	color: #2d3e50;
}
#empresa h2:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#empresa h5 {
	color: #2d3e50;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 1.5rem;
}

#empresa .bloco-valor p {
	text-align: left;
	font-size: 0.9rem;
	padding: 0 15px;
}

#empresa.empresa-pe {
	background: #e0e0e0;
}

#metas {
	padding-bottom: 50px;
}
#metas h2 {
	color: #2d3e50;
	font-weight: 100;
	position: relative;
	font-size: 2.2rem;
}
#metas p {
	color: #2d3e50;
	font-size: 1.1rem;
}
#metas h2 b {
	font-weight: 600;
	color: #2d3e50;
}
#metas h2:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#metas h5 {
	color: #2d3e50;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 1.5rem;
}

#metas video {
	width: 100%;
}

#metas .metro {
	position: relative;
}

#metas .metro:after {
	content: "";
	position: absolute;
	background: url(./img/metro.png) no-repeat;
	width: 296px;
	height: 516px;
	left: calc(50% - 148px);
	top: calc(50% - 258px);
}

#metas .bloco-valor p {
	text-align: left;
	font-size: 0.9rem;
	padding: 0 15px;
}

#metas.empresa-pe {
	background: #e0e0e0;
}

#metas .citacao {
	text-align: center;
	position: relative;
}

#metas .citacao h4{
    color: #2d3e50;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
}

#metas .citacao h4:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -52px;
    background-image: url(./img/aspas.png);
    height: 40px;
    width: 45px;
    background-repeat: no-repeat;
}

.espaco-5 {
	padding-top: 5rem !important;
}

.espaco-6 {
	padding-top: 6rem !important;
}

#sobre {
	background: #e0e0e0;
	margin-top: 120px;
	position: relative;
	min-height: 50vh;
}
#sobre:before {
	content: "";
	background-image: url(img/barbara-britto.png);
	position: absolute;
	left: 10%;
	bottom: 0;
	height: 200%;
	width: 28%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
#sobre.sobre-pe {
	min-height: auto;
	background: #ffffff;
}

#sobre.sobre-pe:before {
	right: 10%;
	left: initial;
}

#sobre.sobre-pe h3 {
	color: #666666;
}

#sobre.sobre-pe p {
	color: #666666;
	font-size: 1.2rem;
}

#sobre.sobre-pe p b {
	color: #666666;
}

#sobre.sobre-pe a {
	margin: 0 auto;
	display: block;
}
#sobre h2 {
	color: #2d3e50;
	font-weight: 100;
	position: relative;
	font-size: 2.2rem;
}
#sobre h2 b {
	font-weight: 600;
	color: #2d3e50;
}
#sobre h2:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#sobre p {
	color: #2d3e50;
	font-weight: 400;
	margin-top: 8px;
}
#servicos h2 {
	color: #2d3e50;
	font-weight: 100;
	position: relative;
	font-size: 2.2rem;
}
#servicos h2 b {
	font-weight: 600;
	color: #2d3e50;
}
#servicos h2:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#servicos .item-servico {
	margin: 50px;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding-bottom: 15px;
}
#servicos .item-servico div {
	display: flex;
	flex-flow: column nowrap;
}
#servicos .item-servico a {
	color: #2d3e50;
	border: 1px solid #2d3e50;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 0.85rem;
	margin-top: auto;
	margin-left: auto;
}
#servicos .item-servico a:hover {
	text-decoration: none;
	background: #2d3e50;
	color: #fff;
}
#servicos .item-servico:before {
	left: -5px;
	top: -15px;
	border-left: 2px solid #2c97dd;
	border-top: 2px solid #2c97dd;
}
#servicos .item-servico:after,
#servicos .item-servico:before {
	content: "";
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: -1;
}
#servicos .item-servico:after {
	right: -5px;
	bottom: -5px;
	border-right: 2px solid #2c97dd;
	border-bottom: 2px solid #2c97dd;
}
#servicos .item-servico h4,
#servicos .item-servico p {
	color: #2d3e50;
	font-weight: 400;
	margin-top: 8px;
}
#servicos .beneficios {
	background: #e0e0e0;
	padding: 30px;
}
#servicos .beneficios h4 {
	color: #2d3e50;
	font-weight: 100;
	position: relative;
	margin-bottom: 30px;
}
#servicos .beneficios h4 b {
	font-weight: 600;
	color: #2d3e50;
}
#servicos .beneficios h4:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#servicos .beneficios p {
	color: #2d3e50;
	font-weight: 400;
	margin-top: 8px;
}

#publico {
	background: #2d3e50;
}

#publico h2 {
	color: #fff;
	font-weight: 100;
	position: relative;
	font-size: 2.2rem;
}
#publico h2 b {
	font-weight: 600;
	color: #fff;
}
#publico h2:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#publico .item-servico {
	margin: 50px;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding-bottom: 15px;
}
#publico .item-servico div {
	display: flex;
	flex-flow: column nowrap;
}
#publico .item-servico:before {
	left: -5px;
	top: -15px;
	background-image: url(./img/corner-sup-esq.jpg);
	background-size: 120%;
	background-repeat: no-repeat;
}
#publico .item-servico:after,
#publico .item-servico:before {
	content: "";
	position: absolute;
	height: 65px;
	width: 50px;
	z-index: 1;
}
#publico .item-servico:after {
	right: -5px;
	bottom: -5px;
	background-image: url(./img/corner-bot-dir.jpg);
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: right;
}
#publico .item-servico h4,
#publico .item-servico p {
	color: #fff;
	font-weight: 400;
    position: relative;
    margin-top: 8px;
    z-index: 2;
}

#videos {
	background: #2c97dd;
	margin: 30px 0 0;
	padding: 30px 0;
}
#videos h2 {
	color: #fff;
	font-weight: 100;
	position: relative;
	font-size: 2.2rem;
	margin-bottom: 40px;
}
#videos h2 b {
	font-weight: 600;
	color: #fff;
}
#videos h2:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#videos video {
	width: 100%;
}
#contato {
	background: #e0e0e0;
	padding: 50px 0 80px;
}
#contato h2 {
	color: #2d3e50;
	font-weight: 100;
	position: relative;
	font-size: 2.2rem;
}
#contato h2 b {
	font-weight: 600;
	color: #2d3e50;
}
#contato h2:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #da6f5c;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#contato img {
	margin-bottom: 20px;
	width: 60px;
}
#contato p {
	color: #2d3e50;
	font-weight: 400;
	margin-top: 8px;
}

.item-planejamento {
	padding-left: 68px;
	position: relative;
	margin-top: 36px;
}

.item-planejamento p,
.item-planejamento b {
	color: #2d3e50;
}

.icone-planejamento {
	position: relative;
	padding-top: 36px;
}

.icone-planejamento img {
	height: 80px;
	width: auto;
}

.item-planejamento:after,
.icone-planejamento:after {
	width: 100%;
	display: block;
	position: absolute;
	bottom: -35px;
	content: "";
	background-image: url(./img/limitador-servico.jpg);
	height: 34px;
	background-size: 99%;
	background-repeat: no-repeat;
	left: 0;
}

.servicos-pe .col-md-6:nth-child(even) {
	margin-bottom: -36px;
	padding-top: 36px;
}

footer {
	background: #2d3e50;
	color: #fff;
	padding: 15px 0;
}
footer img {
	margin-right: 40px;
}
footer p {
	color: #fff;
	font-weight: 200;
	margin-top: 10px;
}
@media (max-width: 575.98px) {
	body {
		padding: 0;
		margin: 0;
	}
	header .navbar {
		padding: 0.5rem 0 0;
	}
	header .navbar .navbar-brand {
		width: 75%;
	}
	header .navbar .navbar-collapse ul {
		width: 100%;
		background: #fff;
		padding: 15px;
	}
	header .navbar .navbar-collapse ul li {
		margin: 0;
	}
	header .navbar .navbar-collapse ul li a {
		display: block;
		font-size: 1.5rem;
		margin-bottom: 5px;
		text-align: center;
	}
	#topo {
		text-align: center;
	}
	#topo .container {
		padding-top: 0 !important;
	}
	#topo .container .row .pt-5 {
		padding-top: 15px !important;
	}
	#topo .container .row h1 {
		font-size: 1.8rem;
		margin-bottom: 30px !important;
	}
	#topo .container .row h1:after {
		left: calc(50% - 27.5px);
	}
	#topo .container .row a {
		border: 1px solid #fff;
	}
	#empresa {
		padding-bottom: 0;
	}
	#empresa h2 {
		text-align: center;
		padding: 0 !important;
	}
	#empresa h2:after {
		left: calc(50% - 27.5px);
	}
	#empresa h5 {
		margin-bottom: 50px;
	}

	.item-planejamento {
		padding-left: 18px;
	}

	.icone-planejamento:after {
		display: none;
	}

	#metas {
		padding-bottom: 0;
	}
	#metas h2 {
		text-align: center;
		padding: 0 !important;
	}
	#metas h2:after {
		left: calc(50% - 27.5px);
	}
	#metas h5 {
		margin-bottom: 50px;
	}

	#sobre.sobre-pe p {
		text-align: left;
	}

	#topo.topo-pe {
		height: 200px;
	}

	#sobre {
		margin-top: 0;
	}
	#sobre:before {
		display: none;
	}
	#sobre .py-5 {
		padding-bottom: 0 !important;
	}
	#sobre h2 {
		text-align: center;
		padding: 0 !important;
	}
	#sobre h2:after {
		left: calc(50% - 27.5px);
	}
	#sobre p {
		font-size: 1.25rem;
		text-align: center;
	}
	#servicos {
		padding-bottom: 0;
	}
	#servicos h2 {
		text-align: center;
		padding: 0 !important;
	}
	#servicos h2:after {
		left: calc(50% - 27.5px);
	}
	#servicos h4,
	#servicos p {
		text-align: center;
	}
	#servicos p {
		font-size: 1.25rem;
	}
	#servicos .beneficios h4 {
		font-size: 1.75rem;
	}
	#servicos .beneficios h4:after {
		left: calc(50% - 27.5px);
	}

	.servicos-pe .col-md-6:nth-child(even) {
		padding-top: 0;
		margin-bottom: 0;
	}
	.icone-planejamento {
		padding-top: 36px !important;
	}

	#metas .metro:after {
		display: none;
	}

	.mob-padding-6 {
		padding-top: 3rem !important;
	}

	#publico {
		padding-bottom: 0;
	}
	#publico h2 {
		text-align: center;
		padding: 0 !important;
	}
	#publico h2:after {
		left: calc(50% - 27.5px);
	}
	#publico h4,
	#publico p {
		text-align: center;
	}
	#publico p {
		font-size: 1.25rem;
	}
	#publico .beneficios h4 {
		font-size: 1.75rem;
	}
	#publico .beneficios h4:after {
		left: calc(50% - 27.5px);
	}

	#metas .citacao h4:before {
		left: -5px;
	}

	.revert-mobile {
		flex-direction: column-reverse;
	}

	#contato {
		padding-bottom: 0;
	}
	#contato h2 {
		text-align: center;
		padding: 0 !important;
	}
	#contato h2:after {
		left: calc(50% - 27.5px);
	}
	#contato img {
		margin-bottom: 0;
	}
	#contato p {
		margin-bottom: 50px;
		font-size: 1.2rem;
	}
	footer img {
		margin-bottom: 15px;
	}
}
