/*
Theme Name: Brandoo
Theme URI: http://mastafu.info/
Author: Mastafu Design
Author URI: http://mastafu.info/
Description: Theme designed for Brandoo website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Brandoo
*/

/*
	Dont's override swiper.css, change to .swiper-container-initialized .swiper-wrapper first.
*/

/** Local fonts **/
@font-face {
    font-family: 'MuseoSansRounded';
    src: url('webfonts/MuseoSansRounded100.woff2') format('woff2'),
		 url('webfonts/MuseoSansRounded100.woff') format('woff');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('webfonts/MuseoSansRounded300.woff2') format('woff2'),
		 url('webfonts/MuseoSansRounded300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('webfonts/MuseoSansRounded500.woff2') format('woff2'),
		 url('webfonts/MuseoSansRounded500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('webfonts/MuseoSansRounded700.woff2') format('woff2'),
		 url('webfonts/MuseoSansRounded700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('webfonts/MuseoSansRounded900.woff2') format('woff2'),
		 url('webfonts/MuseoSansRounded900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Brandoo';
    src: url('webfonts/Brandoo-Regular.woff2') format('woff2'),
         url('webfonts/Brandoo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

/* General */
body {
    font-family: 'MuseoSansRounded', sans-serif;
    font-size: 20px;
	font-weight: 300;
    line-height: 1.45;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	background-color: #fff;
	margin: 0;
}

/** Reset **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
   box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3545b7;
  text-decoration: none;
  transition: opacity .15s ease-in-out, color .15s ease-in-out;
  outline: none;
}

a:hover {
  color: #203199;
  text-decoration: none;
  outline: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/** Misc **/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.ls100 {
	letter-spacing: 2px
}

.ls50 {
	letter-spacing: 1.5px
}

.ls25 {
	letter-spacing: 1px
}

.ls20 {
	letter-spacing: 1.2px
}

.ls10 {
	letter-spacing: 1px
}

.ls-10 {
	letter-spacing: -1px
}

.lh-2 {
	line-height: 2
}

.lh-15 {
	line-height: 1.5
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.imgResponsive {
	max-width: 100%;
	height: auto;
	display: block;
	max-height: 100vh;
}

.lowercase {
	text-transform: lowercase
}

.noList,
.list-style-no {
	list-style: none;
	margin: 0;
	padding: 0
}

.list-style-inline li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}

.list-style-inline li:last-child {
	margin-right: 5px;
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
  word-wrap: anywhere;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}

.white {
	color: #fff;
}

.yellow {
	color: #fcce00;
}

.lite {
	font-weight: 300;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

p > b,
.strong,
p > strong {
	font-weight: 700;
}

.threeDots {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
	color: #888
}

.container-fluid {
	position: relative;
}

.element-invisible {
	position: absolute;
	top: -999999em;
	left: auto;
	width: 1px;
	height: 1px;
	overflow:hidden;
}

.hidden {
	display: none;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding-left: 0;
	padding-right: 0;
}

.popover {
	z-index: 10001;
}

.popoverElement {
	cursor: pointer;
	font-weight: 500;
	color: #1e1464;
	text-decoration: underline;
}

.yellowBG {
	background-color: #fcce00
}

.blackBG {
	background-color: #000
}

.height100vh {
	height: 100vh;
}

.height100 {
	height: 100%;
}

.width100 {
	width: 100%;
}

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

/* Logo */
header .logoImg a {
	display: inline-block;
	vertical-align: top;
	outline: none;
	position: relative;
	z-index: 1
}

header .logoImg img {
	width: 75px;
	height: 75px;
	transition: all .55s ease-in-out;
}

header .logoImg img:hover {
	opacity: 0.7;
}

.home #masthead .logoImg div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease-in-out;
}

.home.bluePageColor #masthead .logoImg .blueLogo,
.home.orangePageColor #masthead .logoImg .orangeLogo,
.home.redPageColor #masthead .logoImg .burgundLogo,
.home.greenPageColor #masthead .logoImg .greenLogo {
	opacity: 1;
	visibility: visible;
}

/* Menu */
#menuWrap,
#menuWrapAbsolute {
	width: calc(100% - 160px)
}

.fixedNavbar .navbarLockup {
	position: relative;
	max-width: calc(100% - 25px);
	margin-left: 0;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.slideOutNav .navbarLockup {
	margin-left: 25px;
	margin-right: 25px;
	transition: all .25s ease-in-out;
}

.slideOutNav .menu1level.navbarLockup {
	position: relative;
	margin-top: 25px;
}

.fixedNavbar {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1005;
	transition: all .25s ease-in-out;
}

.slideOutNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1005;
	width: 100%;
	height: 100vh;
	transform: translate3d(0,-30px,0);
	background-color: #fcce00;
	transition: all .45s ease;
	box-shadow: 0 0 10px 0 rgba(240,90,36,0.05);
	opacity: 0;
	visibility: hidden;
}

.slideOutNav #slideOutNavInner {
	height: 100%;
}

.slideOutNav #bigMenuSlide {
	width: 100%;
	margin-top: 6vh;
	margin-bottom: 7vh;
}

.slideOutNav li a {
	font-weight: 900;
	font-size: 22px;
}

body.nav-open {
	overflow: hidden;
}

.nav-open .slideOutNav {
	transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}

.slideOutNav #bigMenuSlide ul li {
	flex: 0 0 100%;
	line-height: 1;
}

.slideOutNav #bigMenuSlide ul li a {
	font-family: Brandoo;
	line-height: 0.8;
	font-weight: 400;
	line-height: initial;
	font-size: 120px;
	font-size: 10vh;
	text-transform: lowercase;
}

.slideOutNav #langMenu ul li a {
	padding: 6px;
}

.slideOutNav #langMenu ul li.current-lang a {
	padding: 6px;
	background-color: #3545b7;
	color: #fcce00;
}

.slideOutNav ul li.current-menu-item a {
	padding: 5px 30px;
	background-color: #3545b7;
	color: #fcce00;
	display: inline-block;
}

.slideOutNav #bigMenuSlide ul li.current-menu-item {
	margin-bottom: 5px;
}

.slideOutNav #bigMenuSlide ul li.current-menu-item a {
	padding-top: 0;
	padding-bottom: 0;
}

/* Mobile btns */
.closeModalBtn,
.mobileBtn,
.closeBtn {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 22px;
	display: inline-block;
	padding: 0;
	color: inherit;
	background: 0 0;
	border: 0;
	outline: none;
	cursor: pointer;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
	z-index: 1;
	transition: all .15s ease-in-out;
	opacity: 1;
	visibility: visible;
}

.closeModalBtn:focus,
.mobileBtn:focus,
.closeBtn:focus {
	outline: none
}

.mobileBtn {
	height: 32px;
}

.closeBtn {
	height: 28px;
}

.mobileBtn span {
	position: relative;
	display: block;
	width: 34px;
	height: 5px;
	border-radius: 1.5px;
	transition: all .15s ease-in-out;
}

.tax-portfolio_tax .mobileBtn span {
	background-color: #000
}

.mobileBtn span::after,
.mobileBtn span::before {
	content: '';
	display: block;
	position: absolute;
	height: 5px;
	right: 0;
	width: 100%;
	border-radius: 1.5px;
	transition: all .15s ease-in-out;
}

.tax-portfolio_tax .mobileBtn span::after,
.tax-portfolio_tax .mobileBtn span::before {
	border-bottom: 5px solid #000
}

.mobileBtn span::after {
	top: 13px;
}

.mobileBtn span::before {
	top: -13px;
}

.closeBtn.hideBtn,
.mobileBtn.hideBtn {
	opacity: 0;
	visibility: hidden;
}

.closeModalBtn span,
.closeBtn span {
	position: relative;
	display: block;
	width: 34px;
	height: 28px;
	border-radius: 1.5px;
	transition: all .15s ease-in-out;
}

.closeModalBtn span:before,
.closeBtn span::before {
	-webkit-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
}

.closeModalBtn span:after,
.closeBtn span::after,
.closeModalBtn span::before,
.closeBtn span::before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	right: 0;
	top: 50%;
	width: 100%;
	border-bottom: 5px solid #3545b7;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 1.5px;
	transition: all .15s ease-in-out;
}

.closeModalBtn span:after,
.closeBtn span::after {
	-webkit-transform: translateY(-2px) rotate(-45deg);
	-ms-transform: translateY(-2px) rotate(-45deg);
	transform: translateY(-2px) rotate(-45deg);
}

.closeModalBtn:hover span::after,
.closeBtn:hover span::after,
.closeModalBtn:hover span::before,
.closeBtn:hover span::before {
	border-bottom-color: #888;
}

.mobileBtn:hover span {
	background-color: #000
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

header .nav li a {
	color: #3545b7;
}

.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li a:hover {
	color: #fff;
}


/* Forms */
.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap .wpcf7-checkbox {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.formField {
	position: relative;
}

.formBodyFor .formField,
.formBodyBrief .formField {
	margin-bottom: 20px
}

.formBodyBrief .formField label {
	margin: 10px 0;
}

.formBodyContact .formField {
	margin-bottom: 30px
}

.formBodyBrief .formField > div:first-child label:first-child {
	margin-top: 0
}

.formField input[type=text],
.formField input[type=number],
.formField input[type=email],
.formField input[type=tel],
.formField select,
.formField textarea {
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
    outline: none !important;
	box-shadow: none !important;
	font-size: 16px;
	width: 100%;
	color: #000;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 5px;
	padding: 15px 20px;
	position: relative;
}

.formBodyFor .formFieldWrapAlt .formField input[type=text],
.formBodyFor .formFieldWrapAlt .formField input[type=number],
.formBodyFor .formFieldWrapAlt .formField input[type=email],
.formBodyFor .formFieldWrapAlt .formField input[type=tel] {
	border-radius: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	max-width: 300px;
}

.newsletter .formField input[type=email] {
	border: 2px solid #fff;
	border-radius: 5px 0 0 5px;
	max-width: 280px;
	padding: 10px 15px;
}

.formField textarea {
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none !important;
	height: 130px;
}

.formField.formFieldTextarea.textareaHeigh textarea {
	height: 260px
}

.formField input:focus,
.formField select:focus,
.formField textarea:focus {
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	 outline-width: 0px;
	outline: -webkit-focus-ring-color auto 0px;
    outline: focus-ring-color auto 0px;
	border: 2px solid #000 !important;
    -mx-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.newsletter .formField input[type="email"]:focus {
	border: 2px solid #fcce00 !important;
}

/*
.bluePageColor .formField input:focus,
.bluePageColor .formField select:focus,
.bluePageColor .formField textarea:focus {
	border: 2px solid #00a3f4 !important;
}

.redPageColor .formField input:focus,
.redPageColor .formField select:focus,
.redPageColor .formField textarea:focus {
	border: 2px solid #e61464 !important;
}

.orangePageColor .formField input:focus,
.orangePageColor .formField select:focus,
.orangePageColor .formField textarea:focus {
	border: 2px solid #fc7e00 !important;
}

.greenPageColor .formField input:focus,
.greenPageColor .formField select:focus,
.greenPageColor .formField textarea:focus {
	border: 2px solid #95c11f !important;
}
*/

.formBody .copyWrap {
	color: #b2b2b2;
	font-size: 14px;
}

.formBody .copyWrap p {
	max-width: 600px;
}

.formBody .copyWrap p a {
	color: #b2b2b2;
}

.formField select option {
	color: #ddd;
	background-color: #fff
}

.formField .contact-select:after {
	position: absolute;
	top: 42px;
	right: 15px;
	z-index: 1;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='7px'%3E%3Cpath fill-rule='evenodd' fill='rgb(102, 102, 102)' d='M1.100,0.500 C0.475,0.500 0.162,1.256 0.605,1.699 L5.126,6.223 C5.400,6.498 5.846,6.498 6.121,6.223 L10.642,1.699 C11.085,1.256 10.772,0.500 10.146,0.500 L1.100,0.500 Z'/%3E%3C/svg%3E");
}

.formField ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ddd !important;
	opacity: 1;
	font-weight: 400;
}

.formField ::-moz-placeholder { /* Firefox 19+ */
	color: #ddd !important;
	opacity: 1;
	font-weight: 400;
}

.formField :-ms-input-placeholder { /* IE 10+ */
	color: #ddd !important;
	opacity: 1;
	font-weight: 400;
}

.formField :-moz-placeholder { /* Firefox 18- */
	color: #ddd !important;
	opacity: 1;
	font-weight: 400;
}

.wpcf7-form .acceptance-send {
	margin-bottom: 15px
}

.formBodyFor .formFieldDesc h3 {
	font-size: 20px;
}

/* Custom checkboxes */
.wpcf7-form .formFieldCheckbox input[type="checkbox"],
.wpcf7-form .formFieldCustomRadio input[type="radio"],
.wpcf7-form .formFieldCustomRadio input[type="checkbox"],
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
	visibility: hidden;
	display: none;
}

.wpcf7-acceptance .wpcf7-checkbox input {
	position: relative;
	visibility: hidden;
	margin: 0 5px 0 0;
	font-size: 16px;
}

.wpcf7-acceptance .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance input:checked + span.wpcf7-list-item-label::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background-color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	transition: .25s all ease;
	pointer-events: none;
	border-radius: 3px;
}

.wpcf7-acceptance input:checked + span.wpcf7-list-item-label::after {
	background-color: #fff;
	color: #fcce00;
}

.wpcf7-acceptance input:checked + span.wpcf7-list-item-label::before {
	opacity: 1;
	cursor: pointer;
	pointer-events: none;
}

.formFieldCustomRadio.formField .wpcf7-list-item-label {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 46px;
	padding: 0 25px 0 40px;
	border: 2px solid #ddd;
	border-radius: 5px;
	transition: .25s all ease;
}

.formFieldCustomRadio .wpcf7-list-item {
	margin: 0 20px 20px 0;
	text-align: left;
}

.formFieldCustomRadio .wpcf7-list-item-label {
	cursor: pointer;
	color: #000;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}

.formFieldCustomRadio .wpcf7-list-item-label::after,
.formFieldCustomRadio .wpcf7-list-item-label::before {
	content:"";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 20px;
	top: 18px;
	transition: .25s all ease;
}

.formFieldCustomRadio .wpcf7-list-item-label::after {
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	vertical-align: middle;
	content: "\f00c";
	color: #fff;
	font-size: 18px;
	transition: .25s all ease;
}

.formFieldCustomRadio input:checked + span.wpcf7-list-item-label {
	border-color: #000;
}

.formFieldCustomRadio input:checked + span.wpcf7-list-item-label::after {
	color: #000;
	cursor: pointer;
	pointer-events: none;
}

.formFieldCheckbox .formField .wpcf7-list-item-label {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 46px;
	padding: 0 25px 0 40px;
	border: 2px solid #ddd;
	border-radius: 5px;
	transition: .25s all ease;
}

.formFieldCheckbox .wpcf7-list-item {
	margin: 0 20px 20px 0;
	text-align: left;
}

.formFieldCheckbox .wpcf7-list-item-label {
	cursor: pointer;
	color: #000;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}

.formFieldCheckbox .wpcf7-list-item-label::after,
.formFieldCheckbox .wpcf7-list-item-label::before {
	content:"";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 20px;
	top: 13px;
	transition: .25s all ease;
}

.formFieldCheckbox .wpcf7-list-item-label::after {
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	vertical-align: middle;
	content: "\f00c";
	color: #fff;
	font-size: 18px;
	transition: .25s all ease;
}

.formFieldCheckbox input:checked + span.wpcf7-list-item-label {
	border-color: #000;
}

.formFieldCheckbox input:checked + span.wpcf7-list-item-label::after {
	color: #000;
	cursor: pointer;
	pointer-events: none;
}

span.wpcf7-list-item {
	margin: 0 0 0 30px
}

.wpcf7-list-item label {
	font-size: 12px;
	color: #717171;
	font-weight: 300;
	line-height: 1.2;
	position: relative;
	display: block;
}

.wpcf7-acceptance .wpcf7-list-item label {
	font-size: 16px;
	margin-bottom: 0
}

.wpcf7-list-item-label {
	cursor: pointer;
}

.wpcf7-list-item-label em {
	color: #3545b7;
	display: block;
	margin: 5px 0
}

.formSection .codedropz-upload-handler {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 5px;
	margin: 0;
}

.formSection .codedropz-upload-inner {
	position: relative;
	z-index: 1;
	text-align: left;
	padding-left: 70px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.formSection .dnd-upload-image {
	display: none
}

.formSection .dnd-upload-status .dnd-upload-details {
	padding: 0;
	width: 100%;
}

.formSection .dnd-upload-status .dnd-upload-details .name {
	padding: 5px 0 10px 0
}

.formSection .dnd-upload-status .dnd-upload-details .name span {
	color: #ddd;
	padding-right: 20px;
	font-size: 18px;
}

.formSection .dnd-upload-status .dnd-upload-details .name em {
	color: #ddd;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	font-style: initial;
	line-height: 1;
	margin-top: 8px;
}

.formSection .dnd-upload-status .dnd-upload-details .remove-file {
	color: #ddd
}

.formSection .dnd-upload-status .dnd-upload-details .remove-file:hover {
	color: #000
}

.bluePageColor .formSection .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background-color: #00a3f4
}

.redPageColor .formSection .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background-color: #e61464
}

.orangePageColor .formSection .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background-color: #fc7e00
}

.greenPageColor .formSection .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background-color: #95c11f
}

.formSection .codedropz-upload-inner h3,
.formSection .codedropz-upload-inner span,
.formSection .codedropz-upload-inner .codedropz-btn-wrap,
.formSection .codedropz-upload-inner .codedropz-btn-wrap a {
	display: inline-block;
	font-size: 16px !important;
	color: #ddd !important;
	font-weight: 300 !important;
	margin: 0 5px 0 0 !important;
}

.formSection .codedropz-upload-inner h3,
.formSection .codedropz-upload-inner .codedropz-btn-wrap a {
	font-weight: 700 !important;
}

.formSection .codedropz-upload-inner .codedropz-btn-wrap a:hover {
	text-decoration: underline;
}

.formSection .codedropz-upload-inner:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f0ee";
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	color: #ddd;
	background-color: #fff;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}

.formSection  .dnd-upload-counter {
	display: none !important;
}

 /* Remove IE arrow */
select::-ms-expand {
  display: none;
}

.btnWrap .wpcf7-submit {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: #fcce00;
	border-radius: 5px;
	transition: .25s all ease;
	outline: none;
	position: relative;
}

.formBody .btnWrap.btnWrapArrow .btnInner,
.formBody .btnWrap.btnWrapArrow {
	display: inline-block;
	position: relative;
}

.formBody .btnWrap.btnWrapArrow .wpcf7-form-control.has-spinner.wpcf7-submit {
	display: none;
}

.formBody .btnWrap.btnWrapArrow .wpcf7-spinner {
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.formBody .btnWrap .wpcf7-submit {
	border: 2px solid #fcce00;
	padding: 15px 65px 15px 30px;
	font-size: 16px;
	color: #3545b7;

}

.formBodyBrief.formBody .btnWrapArrow .wpcf7-submit::after,
.formBodyCV.formBody .btnWrapArrow .wpcf7-submit::after,
.formBodyCV.formBody .btnWrap .wpcf7-submit,
.formBodyBrief.formBody .btnWrap .wpcf7-submit {
	color: #000;
}

.formBodyNewsletter .btnWrap .wpcf7-submit {
	width: 100%;
	font-size: 16px;
	color: #000;
	border: 2px solid #3545b7;
	padding: 10px 20px;
}

.newsletterHome .btnWrap .wpcf7-submit {
	background-color: #3545b7;
	border: 2px solid #3545b7;
	color: #fcce00;
}

.newsletterOther .btnWrap .wpcf7-submit {
	background-color: #fcce00;
	border: 2px solid #fcce00;
	color: #000;
}

.patternBG .btnWrap .wpcf7-submit {
	background-color: #fcce00;
	border: 2px solid #fcce00;
	color: #000;
}

.patternBG .btnWrap .wpcf7-submit:hover,
.btnWrap .wpcf7-submit:hover {
	background-color: #c3a100;
}

.newsletterHome .btnWrap {
	position: relative;
	z-index: 2;
}

.newsletterHome .btnWrap a {
	min-width: 248px;
	text-align: center;
}

.newsletterHome .btnWrap .wpcf7-submit:hover {
	background-color: #203199;
}

.formBodyNewsletter .btnWrapArrow .wpcf7-submit {
	padding: 10px 40px 10px 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.newsletter .btnWrap .wpcf7-submit {
	border-radius: 0 5px 5px 0
}

.btnWrapArrow .wpcf7-submit:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	line-height: 1;
	font-weight: 700;
	z-index: 1;
	content: "\f1d8";
	transform: translate3d(0,0,0);
	transition: .25s all ease;
}

.formBody .btnWrapArrow .wpcf7-submit:after {
	color: #3545b7;
	font-size: 20px;
	top: 15px;
	right: 20px;
}

.formBodyNewsletter .btnWrapArrow .wpcf7-submit:after {
	color: #000;
	font-size: 16px;
	top: 15px;
	right: 15px;
}

.newsletterHome .btnWrapArrow .wpcf7-submit:after {
	color: #fcce00;
}

.btnWrapArrow .wpcf7-submit:hover:after {
	transform: translate3d(5px,0,0);
}

.formFooterBtn {
	margin-top: 15px;
}

.formFooterBtn input {
	width: 100%;
}

.formFooter {
	position: relative;
	z-index: 1;
	width: 100%;
}

.formBody .formFooter .formFieldWithCheckbox,
.formFieldFull .formField {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: space-between !important;
	justify-content: space-between;
}

.formFieldFull .formFieldRows,
.formFieldFull .formField {
	width: 100%;
}

.ajax-loader {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto !important;
	z-index: 2;
}

.btnWrap.btnWrapArrow {
	position: relative;
}

div.wpcf7-response-output {
    position: relative;
	z-index: 10;
	border-radius: 5px;
	width: 100%;
	color: #ff4e00;
	background: #fff;
	font-size: 18px;
	margin: 5px auto 0 auto !important;
	padding: 10px 20px !important;
	border: none !important;
}

.sent div.wpcf7-response-output {
	color: #c1f1d9 !important;
	background: #00542a !important;
}

.failed div.wpcf7-response-output,
.invalid div.wpcf7-response-output {
	color: #ffd1d1 !important;
	background: #ff4e00 !important;
}

.newsletterForm div.wpcf7-response-output {
	padding: 5px !important;
}

.wpcf7-mail-sent-ok {
	color: #2ca448;
}

.wpcf7-validation-errors {
	color: #ff4e00;
}

span.wpcf7-not-valid-tip {
    color: #ff4e00;
	font-size: 14px;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
    padding: 2px 0;
	display: none;
}

.wpcf7-form-control-wrap > label.error {
	display: none !important
}

.wpcf7-form-control.error,
.wpcf7-not-valid {
	border: 2px solid #ff4e00 !important;
}

.formConfirm {
	margin-top: 15px;
}

/* Buttons */
.btn-blue-square {
	display: inline-block;
	vertical-align: top;
	background: #3545b7;
    color: #fcce00;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 25px;
}

.btn-blue-square:hover,
.btn-blue-square:active,
.btn-blue-square:focus {
	background: #1c2a8e;
	color: #fcce00;
}

.btn-yellow {
	display: inline-block;
	vertical-align: top;
	background: #fcce00;
    color: #000;
	border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 25px;
	border: 2px solid #fcce00;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
	background: #d3b216;
	color: #000;
}

.btn-yellow i {
	margin-left: 10px;
	font-size: 18px;
	transform: translate3d(0,0,0);
	transition: .25s all ease;
}

.btn-yellow.prev i {
	margin: 0 10px 0 0;
}

.btn-yellow:hover i {
	transform: translate3d(5px,0,0);
}

.btn-yellow.prev:hover i {
	transform: translate3d(-5px,0,0);
}

.btn-empty {
	background: transparent;
    border-radius: 4px;
    color: #3545b7;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    padding: 12px 30px;
	border: 2px solid #3545b7;
}

.btn-empty i {
	margin-left: 5px;
	font-size: 18px;
	transform: translate3d(0,0,0);
	transition: .25s all ease;
}

.btn-empty:hover i {
	transform: translate3d(5px,0,0);
}

.btn-empty.arrwDn:hover i {
	transform: translate3d(0,5px,0);
}

.btn-white {
	display: inline-block;
	vertical-align: top;
	background: #fff;
    border-radius: 4px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 25px;
	border: 2px solid #fcce00;
}

.btn-white i {
	margin-left: 5px;
	font-size: 18px;
	transform: translate3d(0,0,0);
	transition: .25s all ease;
}

.btn-white:hover i {
	transform: translate3d(5px,0,0);
}

.btn-empty:hover,
.btn-empty:active,
.btn-empty:focus {
	border: 2px solid #0c1965;
	color: #0c1965;
}

.btn-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
	text-decoration: underline;
}

.btn-link-small {
	font-size: 16px;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
	opacity: 0.7;
	color: #000;
}

.btn100 {
	width: 100%;
	text-align: center;
}

.smallLink {
	font-size: 16px;
}

/* Universal sections */
.row.reversedRows {
	flex-direction: row-reverse;
}

/* Gallery */
.gallery {
	margin-bottom: 20px !important;
}

.gallery dl {
	float: left;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.gallery dl dt a {
	width: auto;
	height: 100%;
	display: inline-block;
}

.gallery dl dd {
	padding-right: 30px;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	box-sizing: border-box;
}

.gallery dl img {
	border: none !important;
	border-radius: 5px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	position: relative;
	z-index: 10;
}

.gallery dl img:hover {
	z-index: 11;
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* Call us */

#callUs {
	position: fixed;
	z-index: 100;
	background-color: #3545b7;
	padding: 2px;
	border-radius: 150px;
	overflow: hidden;
	color: #fcce00;
	cursor: pointer;
}

#callUs a {
	color: #fcce00;
}

#callUs .callUsWrap {
	line-height: 1;
	padding: 3px 15px 5px 35px
}

#callUs .callusTitle {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 3px;
}

#callUs .callusNumber {
	font-size: 22px;
	font-weight: 900;
}

#callUs .callUsIcon {
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #fcce00;
	height: 49px;
	width: 49px;
	padding: 11px 15px;
}

#callUs i {
	color: #3545b7;
	font-size: 20px;
}

#callUs .callUsInner {
	width: 100%;
	max-width: 49px;
	overflow: hidden;
	height: 49px;
	flex-wrap: wrap;	
	transition: all .25s ease-in-out;
}

#callUs:hover .callUsInner {
	max-width: 500px;
}

#callUs .callUsInner .callUsWrap {
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease-in-out;
	padding-right: 0;
}

#callUs:hover .callUsInner .callUsWrap {
	opacity: 1;
	visibility: visible;
	padding-right: 70px;
}

/* Home slider  */
.headerSwiper {
	background-color: #fcce00;
	overflow: hidden;
}

.headerSwiper .swiperBgInner {
	position: relative;
	z-index: 5;
}

.headerSwiper .swiperBG {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	width: 130%;
	height: 130%;
	left: -20%;
	top: -20%
}

.swiper-slide .row > div {
	overflow: hidden;
}

.headerSwiper .coverFront1 {
	position: absolute;
	bottom: -80px;
	right: -50px;
	z-index: 2;
}

.headerSwiper .swiperDesc {
	background-color: #fcce00;
}

.headerSwiper .swiperDescInner {
	width: 100%;
}

.headerSwiper .swiper-pagination {
	position: initial;
	max-width: 680px;
	width: 100%;
	text-align: left;
}

.headerSwiper .reversedRows {
	flex-direction: row-reverse;
}

.headerSwiper .swiperBgInner h1 {
	font-family: Brandoo;
	color: #fff;
	font-weight: 300;
	line-height: 0.8;
}

.headerSwiper .swiperDesc h1 {
	font-family: Brandoo;
	font-weight: 300;
	line-height: 0.8;
}

.headerSwiper .swiperDesc h1,
.headerSwiper .swiperDesc h2,
.headerSwiper .swiperDesc h3,
.headerSwiper .swiperDesc h4 {
	color: #3545b7;
}

.headerSwiper .swiperDesc p {
	color: #3545b7
}

.headerSwiper .swiperDesc p:last-of-type {
	margin-bottom: 0;
}

.headerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3545b7;
}

.caseStudies .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet,
.blogSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
	background-color: #fff;
}

.caseStudies .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.blogSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fcce00;
}

.bluePageColor .headerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3545b7;
}

.orangePageColor .headerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff0000;
}

.redPageColor .headerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #852b6f;
}

.greenPageColor .headerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00542a;
}

.bluePageColor .headerSwiper .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #3545b7;
}

.orangePageColor .headerSwiper .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #ff0000;
}

.redPageColor .headerSwiper .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #852b6f;
}

.greenPageColor .headerSwiper .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #00542a;
}

/* Swiper header color sets */
.headerSwiper .bluePageColor .swiperDesc div:not(.swiperBgInner) h1,
.headerSwiper .bluePageColor .btnWrap a,
.headerSwiper .bluePageColor .swiperDesc h2,
.headerSwiper .bluePageColor .swiperDesc p {
	color: #3545b7 !important
}

.headerSwiper .bluePageColor .btnWrap a {
	border: 2px solid #3545b7;
}

.headerSwiper .redPageColor .swiperDesc div:not(.swiperBgInner) h1,
.headerSwiper .redPageColor .btnWrap a,
.headerSwiper .redPageColor .swiperDesc h2,
.headerSwiper .redPageColor .swiperDesc p {
	color: #852b6f !important
}

.headerSwiper .redPageColor .btnWrap a {
	border: 2px solid #852b6f;
}

.headerSwiper .orangePageColor .swiperDesc div:not(.swiperBgInner) h1,
.headerSwiper .orangePageColor .btnWrap a,
.headerSwiper .orangePageColor .swiperDesc h2,
.headerSwiper .orangePageColor .swiperDesc p{
	color: #ff0000 !important
}

.headerSwiper .orangePageColor .btnWrap a {
	border: 2px solid #ff0000;
}

.headerSwiper .greenPageColor .swiperDesc div:not(.swiperBgInner) h1,
.headerSwiper .greenPageColor .btnWrap a,
.headerSwiper .greenPageColor .swiperDesc h2,
.headerSwiper .greenPageColor .swiperDesc p{
	color: #00542a !important
}

.headerSwiper .greenPageColor .btnWrap a {
	border: 2px solid #00542a;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.swiper-slide-active .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.swiper-slide-active .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .animated02 {
   -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.swiper-slide-active .animated03 {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.swiper-slide-active .animated05 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.swiper-slide-active .animated07 {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.swiper-slide-active .animated09 {
    -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.headerArrwDn {
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(0,163,244,0.45);
	height: 75px;
	width: 75px;
	border-radius: 100px;
	line-height: 75px;
	text-align: center;
}

.headerArrwDn a {
	display: table;
	height: 75px;
	width: 75px;
}

.headerArrwDn i {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 36px;
	transition: all .25s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	font-weight: 400
}

.headerArrwDn a:hover i {
	-webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

/* Home Case studies */
.smallCaseBlocks .smallCaseBlockInner,
.bigCaseBlock .bigCaseBlockInner {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.smallCaseBlocks .smallCaseBlockInner img,
.bigCaseBlock .bigCaseBlockInner img {
	object-fit: cover;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 100%;
	display: block;
}

.bigCaseBlock .coverBG {
	position: absolute;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.smallCaseBlocks .coverBG {
	position: absolute;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.smallCaseBlocks .wrapCaseImgs,
.bigCaseBlock .wrapCaseImgs {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.smallCaseBlocks .wrapCaseImgs a,
.bigCaseBlock .wrapCaseImgs a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
    z-index: 1;
}

.bigCaseBlock .coverFront,
.smallCaseBlocks .coverFront {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
}

.bigCaseBlock .coverFront1,
.smallCaseBlocks .coverFront1 {
	z-index: 2
}

.bigCaseBlock .coverFront2,
.smallCaseBlocks .coverFront2 {
	z-index: 3
}

.caseStudies .wrapCaseDesc {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: initial;
	z-index: 4;
}

.caseStudies .wrapCaseDesc a {
	color: #fff;
}

.caseStudies .wrapCaseDesc a:hover {
	opacity: 0.8
}

.caseStudies .bigBlockTitle {
	font-size: 40px;
	font-weight: 900;
	text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24);
	margin: 0 0 10px 0;
	line-height: 1;
	color: #fff;
}

.caseStudies .smallBlockTitle {
	font-size: 24px;
	font-weight: 900;
	text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24);
	margin: 0 0 10px 0;
	line-height: 1;
}

.caseStudies h4.catCaseWrap {
	font-size: 14px;
	text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24);
	color: #fff;
	margin: 0;
}

.caseStudies h4.catCaseWrap span:first-child {
	display: none;
}

/* Newsletter */
.newsletterHome .newsletter .yellowBG {
	padding-top: 81px;
	padding-bottom: 81px;
	padding-left: 30px;
	padding-right: 30px;
}

.patternBG.newsletter {
	background-image: url(img/footerBG.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 45px;
}

.newsletter .newsletterDesc {
	padding-right: 30px;
}

.newsletter .newsletterDesc * {
	margin: 0;
	line-height: 1;
	font-size: 16px;
}

.newsletterHome .newsletterDesc * {
	color: #3545b7;
}

.newsletterOther .newsletterDesc * {
	color: #fff;
}

.patternBG .newsletterDesc * {
	margin: 0;
	line-height: 1;
	color: #fff;
	font-size: 16px;
}

.newsletter .newsletterDesc p {
	margin-bottom: 0;
}

.newsletter .newsletterDesc h2,
.newsletter .newsletterDesc h3,
.newsletter .newsletterDesc h4 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 5px
}

.newsletter .newsletterDesc h2 + p,
.newsletter .newsletterDesc h3 + p,
.newsletter .newsletterDesc h4 + p,
.newsletter .newsletterDesc p + h2,
.newsletter .newsletterDesc p + h3,
.newsletter .newsletterDesc p + h4 {
	margin-top: 5px;
	margin-bottom: 0;
}

.newsletter .newsletterForm {
	position: relative;
	z-index: 3;
}

.newsletter .newsletterForm .formBodyNewsletter,
.newsletter .newsletterForm .formBody {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.newsletterOther {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(img/footerBG.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-format-standard .newsletterOther {
	border-radius: 5px;
}

/* Custom baner */
.customBaner {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(img/footerBG.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.customBaner .customBanerDesc p {
	margin-bottom: 0;
}

.customBaner a h2,
.customBaner a h3,
.customBaner a h4,
.customBaner a p,
.customBaner .customBanerDesc h2 a,
.customBaner .customBanerDesc h3 a,
.customBaner .customBanerDesc h4 a,
.customBaner .customBanerDesc p a {
	color: #fff;
}

.customBaner a:hover {
	text-decoration: none;
}
.customBaner a:hover h2,
.customBaner a:hover h3,
.customBaner a:hover h4,
.customBaner .customBanerDesc h2 a:hover,
.customBaner .customBanerDesc h3 a:hover,
.customBaner .customBanerDesc h4 a:hover,
.customBaner .customBanerDesc p a:hover {
	text-decoration: underline;
	color: #fff;
}

.customBaner .customBanerDesc h2,
.customBaner .customBanerDesc h3,
.customBaner .customBanerDesc h4 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 5px
}

.customBaner .customBanerDesc h2 + p,
.customBaner .customBanerDesc h3 + p,
.customBaner .customBanerDesc h4 + p,
.customBaner .customBanerDesc p + h2,
.customBaner .customBanerDesc p + h3,
.customBaner .customBanerDesc p + h4 {
	margin-top: 5px;
	margin-bottom: 0;
}

/* Ajax loader */
.ajaxSpinner {
	position: absolute;
	top: 2px;
	right: 0;
	width: 50px;
	height: 100%;
	display: none;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}


.ajaxSpinnerRolling div {
	position: absolute;
	top: 23px;
	right: 10px;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
	-webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
	transform: scale(0.2);
}

.ajaxSpinnerRolling {
    height: 100%;
	width: 50px;
	position: relative;
}

/* Blog latest home */
.blogSlider {
	overflow: hidden;
}

.blogSlider .blogElement img {
	object-fit: cover;
	overflow: hidden;
	max-width: 100%;
	height: 100%;
	border-radius: 0;
	display: block;
}

.blogSlider .blogElement > a {
	transition: .25s all ease;
}

.blogSlider .blogElement > a:hover {
	opacity: 0.7
}

.blogSlider .blogElement h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2
}

.blogSlider .blogElement .blogMetaWrap a:hover,
.blogSlider .blogElement h3 a:hover {
	text-decoration: underline;
}

.blogSlider .blogElement .blogBody {
	font-size: 18px;
	font-weight: 700
}

.blogSlider .blogElement .blogMetaWrap,
.blogSlider .blogElement .blogMetaWrap a {
	font-weight: 700;
	transition: .25s all ease;
}

/* Blog cat */
#blogMore {
	margin-top: 10px;
	margin-bottom: 50px;
	padding-right: 50px;
	padding-left: 50px;
}

#blogMore .row {
	margin-right: -5px;
    margin-left: -5px;
}

#blogMore .row article {
	padding-right: 5px !important;
	padding-left: 5px !important;
	margin-bottom: 10px !important;
}

.archive #blog {
	margin: 50px 50px 0 50px;
}

.blogElement {
	position: relative;
	color: #fff;
	border-radius: 5px;
	overflow: hidden
}

.blogElement img {
	object-fit: cover;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.archive .blogElement a {
	color: #fff;
}

.archive .blogContent a {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 100%;
}

.archive .blogElement a:hover {
	text-decoration: underline;
}

.single .blogSlider .blogElement .blogContent,
.archive .blogElement .blogContent {
	position: absolute;
	bottom: 0;
	left: 0	;
	width: 100%;
	height: 100%;
	padding: 30px;
	z-index: 5;
	overflow: hidden;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0.45) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.45) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.45) 100%);
	border-radius: 5px;
}

.single .blogSlider .blogElement .blogContent a {
	height: 100%;
}

.archive #blogMore .blogElement .blogContent {
	left: 5px;
	width: calc(100% - 10px);
}

.archive .blogElement .blogTitle {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 5px 0;
	text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24)
}

.archive #blog .blogElement:first-child .blogTitle {
	font-size: 34px;
}

.archive .blogElement .blogMetaWrap,
.archive .blogElement .blogMetaWrap a {
	transition: .25s all ease;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24)
}

/* Blog Single */
.single #blog {
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin-top: 19vw;
	max-width: 1400px;
}

.single .blogCover {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-height: 780px;
	overflow: hidden;
}

.single .blogCover picture {
	width: 100%;
	display: flex;
}

.single .blogCover picture img {
	object-fit: cover;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}

.single .singleAuthor {
	margin-top: -200px;
}

.single .singleAuthor img {
	max-height: 280px;
}

.single .authorName {
	font-size: 30px;
}

.single .authorTitle,
.single .blogMetaWrap {
	font-size: 14px;
	font-weight: 500;
}

.single .blogMetaWrap a {
	color: #000
}

.blogMetaSingle > div {
	margin: 0 30px 15px 30px;
	color: #939393;
}

.blogMetaSingle strong {
	font-weight: 700
}

.blogMetaSingle .blogMetaComments a {
	color: #939393;
}

.blogMetaSingle .blogMetaComments a:hover {
	text-decoration: underline;
}

.pageHeaderShort,
.offerPage0LDesc,
.singleBlogElement {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.offerPage0LDesc p em,
.offerPage0LDesc p strong {
	font-weight: 900
}

.simplePage p a {
	color: #000;
	text-decoration: underline;
}

.simplePage p a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.single-post .singleBlogElement .blogBody {
	max-width: 908px;
	margin: 0 auto;
}

.wp-block-gallery,
.wp-block-image,
.wp-block-code,
.wp-block-quote,
.wp-block-embed,
.singleBlogElement h2,
.singleBlogElement h3,
.singleBlogElement h4,
.singleBlogElement h5,
.singleBlogElement h6,
.singleBlogElement .blogBody > p,
.singleBlogElement .blogBody > ul,
.singleBlogElement .blogBody > ol,
.singleBlogElement iframe {
	margin-bottom: 45px;
	position: relative;
}

.singleBlogElement iframe {
	max-width: 100%;
	width: 100%;
}

.singleBlogElement p > iframe {
	min-height: 450px
}

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

.wp-block-embed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: initial
}

.wp-block-embed iframe,
.wp-block-embed object,
.wp-block-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.singleBlogElement .blogBody > p {
	line-height: 1.7;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    hyphens: auto;
	text-align: justify;
}

.singleBlogElement .blogBody a:hover {
	text-decoration: underline;
}

.singleBlogElement .btnSection {
	padding: 45px 0;
}

.single .blogSlider {
	padding-bottom: 50px;
	background-color: #191919;
}

.single .blogSlider .swiper-container {
	padding-top: 50px;
}

.single .blogSlider .blogElement {
	position: relative;
}

.single .blogSlider .blogElement .blogContent {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 30px;
	overflow: hidden;
}

.single .blogSlider .blogElement .blogContent a:hover,
.single .blogSlider .blogElement .blogContent a {
	color: #fff;
}

.single .blogSlider .blogElement .blogContent a:hover h3 {
	text-decoration: underline;
}

.single .blogSlider .blogElement h3 {
	font-size: 28px;
	text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24);
}

.blogSlider.blogSliderUnderTitle .blogElement a h3 {
	color: #000;
}

.blogSlider .blogElement a:hover h3 {
	text-decoration: underline;
}

.single .blogSlider .blogElement h3 a {
	color: #fff;
}

.single .blogSlider .blogElement .blogMetaWrap {
	text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24);
}

.single .blogSlider .blogElement .blogMetaWrap,
.single .blogSlider .blogElement .blogMetaWrap a {
	color: #fff;
	font-size: 14px;
}

/* Simple page */
.simplePageElement {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.simplePageElement h2,
.simplePageElement h3,
.simplePageElement h4,
.simplePageElement h5,
.simplePageElement h6,
.simplePageElement p,
.simplePageElement ul,
.simplePageElement ol,
.simplePageElement iframe {
	margin-bottom: 25px;
	position: relative;
	color: #111;
}

.simplePageElement img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 25px
}

/* Cat headers */
.tax-portfolio_tax #catHeader,
.post-type-archive #catHeader {
	color: #000;
}

.post-type-archive-reviews #catHeader,
.category #catHeader {
	height: 460px;
	color: #fff;
	overflow: hidden
}

.archive .catParalaxHeader,
.archive .catMobileHeader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
	z-index: 0;
	height: 100%;
}

.catParalaxHeader .coverFront {
	position: absolute;
	top: -8vh;
	right: 0;
	margin: 0 auto;
	text-align: right;
	z-index: 0;
}

#catHeaderInner {
	position: relative;
	z-index: 5
}

.catParalaxHeader > div {
	position: absolute;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	left: -30px;
	top: -30px;
}

#catHeaderInner .catTitle {
	font-family: Brandoo;
	font-size: 16vh;
	font-weight: 200;
	line-height: 0.8;
	text-transform: lowercase;
	margin: 0 0 45px 0
}

.tax-portfolio_tax #catHeaderInner .catTitle,
.post-type-archive #catHeaderInner:not(.catHeaderBG) .catTitle {
	color: #000;
}

#catHeaderInner .subCatTitle {
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	margin: 0
}

#blogNav .blogNavInner li {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	margin-bottom: 15px;
}

#blogNav .blogNavInner li:last-child {
	margin-right: 0;
}

.category-blog-en #blogNav .blogNavInner li.blog,
.category-blog-de #blogNav .blogNavInner li.blog,
.category-blog #blogNav .blogNavInner li.blog,
.category #blogNav .blogNavInner li.activeElement {
	border-bottom: 2px solid #fcce00
}

.post-type-archive #blogNav .blogNavInner li.activeElement,
.tax-portfolio_tax #blogNav .blogNavInner li.activeElement,
.post-type-archive #blogNav .blogNavInner li:hover,
.tax-portfolio_tax #blogNav .blogNavInner li:hover  {
	border-bottom: 2px solid #d2d2d2
}

#blogNav .blogNavInner li a {
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

.category #blogNav .blogNavInner li a {
	color: #fff;
	text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24);
}

.post-type-archive #blogNav .blogNavInner li a,
.tax-portfolio_tax #blogNav .blogNavInner li a {
	color: #000;
}

/* Portfolio */
.portfolioWrap h2 {
	font-weight: 900;
	margin: 0
}

.portfolioWrap h2 a {
	color: #000;
}

.portfolioWrap h2 a:hover {
	opacity: 0.7;
}

.portfolioWrap h2 .sup {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-weight: 900;
}

.portfolioWrap .caseStudies {
	margin-bottom: 35px
}

.portfolioWrap .rowHeader {
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}

#portolioClient {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
}

.shortPortWrap {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	max-height: 240px;
}

.shortPortWrap > a {
	height: 100%;
}

.shortPortfolioElement h2 {
	font-size: 16px;
	font-weight: 900
}

.shortPortfolioElement h2 a {
	color: #000;
}

.shortPortfolioElement a:hover {
	color: #000;
	opacity: 0.8
}

.shortPortfolioElement img {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}

.breadCrumbs span a,
.smallHoverMenuWrap a,
ul.smallHoverMenu li a {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.itemListElementLast.smallHoverMenuWrap a,
.smallHoverMenuWrap a {
	font-weight: 900;
}

.breadCrumbs a:hover,
.smallHoverMenuWrap a:hover {
	opacity: 0.65
}

.smallHoverMenuWrap i,
.breadCrumbs i {
	font-size: 16px;
	margin: 0 5px
}

.breadCrumbs i.fal.fa-home-alt {
	font-weight: 600;
}

.breadCrumbs i.fas.fa-chevron-right {
    font-size: 13px;
}

.smallHoverMenuWrap {
	position: relative;
	z-index: 1;
}

.smallHoverMenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 100;
	padding: 15px 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	transition: all .15s ease-in-out;
}

.smallHoverMenuWrap:hover ul {
	opacity: 1;
	visibility: visible;
}

.smallHoverMenu li {
	padding: 5px 15px;
	white-space: nowrap;
}

.fa-caret-right {
	transform: rotate(90deg);
}

.filterBox.smallHoverMenuWrap {
	min-width: 120px;
	text-align: right
}

/* Ajax loader */
.ajax_loader {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9)
}

.ajax_loader,
.news_loader {
    display: none;
}

@keyframes news-spiner {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes news-spiner {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.ajax-spiner,
.news-spiner {
    position: relative;
	height: 100%;
	width: 100%;
}

.news-spiner div,
.news-spiner div::after {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 20px solid #fcce00;
    border-top-color: transparent;
    border-radius: 50%
}

.ajax-spiner div,
.ajax-spiner div::after {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 5px solid #fcce00;
    border-top-color: transparent;
    border-radius: 50%
}

.ajax-spiner div,
.news-spiner div {
    -webkit-animation: news-spiner 1s linear infinite;
    animation: news-spiner 1s linear infinite;
    transform: translateX(-50%);
    right: 0
}

.news-spiner div {
	top: 100px;
    left: 50%;
}

.ajax-spiner div {
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.ajax-spiner div::after,
.news-spiner div::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.news-spiner {
    height: 125px !important;
    transform: scale(0.2)
}

/* Offer Page */
.page-template-default .pageHeader {
	margin-top: 100px;
}

.page-template .pageHeader {
	margin-top: 190px;
}

#pageTitleWrap {
	position: relative;
}

#pageTitleWrap h1.pageTitle  {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 0
}

#pageTitleWrap .pageTitleImgWrap {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.miniHeaderMenu .navMini {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	flex-wrap: wrap;
}

.miniHeaderMenu .navMini li {
	margin: 0 30px 30px 0;
	position: relative;
}

.miniHeaderMenu .navMini li a {
	color: #000;
	font-size: 16px;
	font-weight: 900
}

.miniHeaderMenu .navMini li:after {
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	margin: 10px 0 0;
	display: inline-block;
}

.bluePageColor .miniHeaderMenu .navMini li:hover:after,
.bluePageColor .miniHeaderMenu .navMini li.current-page-ancestor:after,
.bluePageColor .miniHeaderMenu .navMini li.current-menu-item:after {
	background-color: #00a3f4
}

.redPageColor .miniHeaderMenu .navMini li:hover:after,
.redPageColor .miniHeaderMenu .navMini li.current-page-ancestor:after,
.redPageColor .miniHeaderMenu .navMini li.current-menu-item:after {
	background-color: #e61464
}

.orangePageColor .miniHeaderMenu .navMini li:hover:after,
.orangePageColor .miniHeaderMenu .navMini li.current-page-ancestor:after,
.orangePageColor .miniHeaderMenu .navMini li.current-menu-item:after {
	background-color: #fc7e00
}

.greenPageColor .miniHeaderMenu .navMini li:hover:after,
.greenPageColor .miniHeaderMenu .navMini li.current-page-ancestor:after,
.greenPageColor .miniHeaderMenu .navMini li.current-menu-item:after {
	background-color: #95c11f
}

.bluePageColor .mobileBtn span {
	background: #3545b7 !important
}

.redPageColor .mobileBtn span {
	background: #852b6f !important
}

.orangePageColor .mobileBtn span {
	background: #ff0000 !important
}

.greenPageColor .mobileBtn span {
	background: #00542a !important
}

.bluePageColor .mobileBtn span::before,
.bluePageColor .mobileBtn span::after {
	border-bottom: 5px solid #3545b7 !important
}

.redPageColor .mobileBtn span::before,
.redPageColor .mobileBtn span::after {
	border-bottom: 5px solid #852b6f !important
}

.orangePageColor .mobileBtn span::before,
.orangePageColor .mobileBtn span::after {
	border-bottom: 5px solid #ff0000 !important
}

.greenPageColor .mobileBtn span::before,
.greenPageColor .mobileBtn span::after {
	border-bottom: 5px solid #00542a !important
}

.offerPageDesc h2 {
	font-size: 26px;
	margin: 0;
	font-weight: 700;
	line-height: 1.25;
}

.offerPage1L .pageSection h3 {
	font-size: 24px;
	margin: 0;
	font-weight: 900;
	line-height: 1;
}

.briefPage .pageSectionDesc h2 {
	font-size: 26px;
	margin-top: 0;
	color: #000;
}

.briefPage .pageSectionDesc h3 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000 !important;
}

.briefPage .formSectionHeader {
	margin-bottom: 40px;
	margin-top: 20px
}

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

.briefPage .formSection .formFieldDesc h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
	line-height: 1;
	font-weight: 900;
	color: #000 !important;
}

.briefPage .formSection {
	counter-increment: my-awesome-counter;
	position: relative;
}

.briefPage .formSection .formFieldDesc br {
	margin-bottom: 20px
}

.briefPage .formSection .formFieldDesc::before {
	line-height: 1;
	font-size: 30px;
	content: counter(my-awesome-counter) "";
	font-weight: 900;
}

.bluePageColor.offerPage2L .pageSectionList > ol > li::before,
.bluePageColor.offerPage2L .pageSectionList p,
.bluePageColor.offerPage2L .pageSectionHeader h2,
.bluePageColor .pageSection h3,
.bluePageColor .pageSection a {
	color: #3545b7
}

.redPageColor.offerPage2L .pageSectionList > ol > li::before,
.redPageColor.offerPage2L .pageSectionList p,
.redPageColor.offerPage2L .pageSectionHeader h2,
.redPageColor .pageSection h3,
.redPageColor .pageSection a {
	color: #852b6f
}

.orangePageColor.offerPage2L .pageSectionList > ol > li::before,
.orangePageColor.offerPage2L .pageSectionList p,
.orangePageColor.offerPage2L .pageSectionHeader h2,
.orangePageColor .pageSection h3,
.orangePageColor .pageSection a {
	color: #ff0000
}

.greenPageColor.offerPage2L .pageSectionList > ol > li::before,
.greenPageColor.offerPage2L .pageSectionList p,
.greenPageColor.offerPage2L .pageSectionHeader h2,
.greenPageColor .pageSection h3,
.greenPageColor .pageSection a {
	color: #00542a
}

.pageSection .pageSectionBtns a {
	display: inline-block;
	min-width: 260px;
	font-size: 16px;
	text-align: center;
}

.pageSection .pageSectionBtns a i {
	margin-left: 20px
}

.pageSection .pageSectionBtns {
	flex-wrap: wrap
}

.pageSection .pageSectionBtns a.btn-yellow {
	position: relative;
	z-index: 10;
}

.offerPage2L .pageSectionDescUnder p strong,
.offerPage2L .pageSectionList p strong,
.offerPage2L .pageSectionHeader h2 {
	font-weight: 900
}

.offerPage2L .pageSectionList > ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	position: relative;
	padding: 0 0 0 22px;
}

.offerPage2L .pageSectionList ol > li {
	counter-increment: my-awesome-counter;
	margin-bottom: 12px
}

.offerPage2L .pageSectionList ol > li::before {
	position: absolute;
	left: 0;
	z-index: 1;
	content: counter(my-awesome-counter) ". ";
	font-weight: 900;
}

.offerPage2L .pageSectionList > ol > li > ul {
	list-style: none;
	counter-reset: my-awesome-counter;
	position: relative;
	padding: 12px 0 0 22px;
}

.offerPage2L .pageSectionList > ol > li > ul > li {
	position: relative;
	z-index: 1;
	margin-bottom: 6px;
}

.offerPage2L .pageSectionList > ol > li > ul > li::before {
	position: absolute;
	left: -20px;
	top: 10px;
	font-family: "Font Awesome 5 Pro";
	line-height: 1;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	content: "\f00c";
	width: 14px;
	height: 14px;
}

.bluePageColor.offerPage2L .pageSectionList > ol > li > ul li::before {
	color: #00a3f4 !important
}

.redPageColor.offerPage2L .pageSectionList > ol > li > ul li::before {
	color: #e61464 !important
}

.orangePageColor.offerPage2L .pageSectionList > ol > li > ul li::before {
	color: #fc7e00 !important
}

.greenPageColor.offerPage2L .pageSectionList > ol > li > ul li::before {
	color: #95c11f !important
}

.bluePageColor.offerPage2L .pageSectionList {
	border-left: 2px solid #00a3f4;
}

.redPageColor.offerPage2L .pageSectionList {
	border-left: 2px solid #e61464;
}

.orangePageColor.offerPage2L .pageSectionList {
	border-left: 2px solid #fc7e00;
}

.greenPageColor.offerPage2L .pageSectionList {
	border-left: 2px solid #95c11f;
}

/* Portfolio page */
.portfolioCover {
	position: relative;
	z-index: 1;
}

.portfolioCoverParalax .paralaxInner {
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.portfolioCoverParalax .coverBG {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    /* height: 100%; */
    top: 0;
    left: 0;
}

.portfolioCoverParalax .coverFront1 {
    position: absolute;
    z-index: 2;
    top: 0;
    /* left: 0; */
    width: 100%;
}

.portfolioCoverTitle {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.titleUnderCover .portfolioTitle {
	line-height: 1;
}

.titleUnderCover .portfolioTitle h1,
.portfolioCover.portfolioCoverStatic h1,
.portfolioCover.portfolioCoverParalax h1,
.portfolioCover .portfolioCoverTitle h1 {
    font-family: Brandoo;
	font-size: 200px;
    font-size: 20vh;
	font-weight: 400;
	text-transform: lowercase;
	margin: 45px 0;
	line-height: 0.8
}

.titleUnderCover .portfolioTitle h2 {
    font-size: 5vw;
	font-weight: 900;
	margin: 0;
	line-height: 1
}

.portfolioCover.portfolioCoverStatic h1,
.portfolioCover.portfolioCoverParalax h1,
.portfolioCover .portfolioCoverTitle h1 {
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}

.portfolioCover.portfolioCoverStatic h1,
.portfolioCover.portfolioCoverParalax h1 {
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	height: 14vh;
	text-align: center;
    text-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
}

.titleUnderCover .portfolioTitle h1 {
	margin: 40px 0 -30px 0;
	line-height: 1.2;
	text-align: center;
}

.portfolioSections {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.portfolioSections .repSections:not(.videoSection) {
	padding-top: 60px;
	padding-bottom: 60px;
}

.portfolioSections .repSections.videoSection .row > div, 
.portfolioSections .repSections.videoSection {
	padding-right: 0;
	padding-left: 0;
}

.portfolioSections .repSections.videoSection .row {
	margin-right: 0;
	margin-left: 0;
}

.portfolioSections .titleCaseStudy {
	margin-bottom: -30px;
}

.portfolioSections .repSections .portfolioBody h2.sectionTitle:first-child {
	margin-top: 0
}

.portfolioSections .embed-container {
	position: relative; 
	padding-bottom: 41.5%;
	overflow: hidden;
	height: auto;
} 

.portfolioSections .embed-container video,
.portfolioSections .embed-container iframe,
.portfolioSections .embed-container object,
.portfolioSections .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.portfolioSections .repSections .portfolioBody > p:last-child,
.portfolioSections .repSections .portfolioBody > h2:last-child,
.portfolioSections .repSections .portfolioBody > h3:last-child,
.portfolioSections .repSections .portfolioBody > h4:last-child,
.portfolioSections .repSections .portfolioBody > h5:last-child,
.portfolioSections .repSections .portfolioBody > h6:last-child,
.portfolioSections .repSections .portfolioBody > ol:last-child,
.portfolioSections .repSections .portfolioBody > ul:last-child {
	margin-bottom: 0;
}

blockquote {
	font-size: 24px;
	font-weight: 900;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: 10px solid #fff;
	line-height: 1.1;
	margin-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.bluePageColor blockquote {
	border-color: #00a3f4;
}

.redPageColor blockquote {
	border-color: #e61464;
}

.orangePageColor blockquote {
	border-color: #fc7e00;
}

.greenPageColor blockquote {
	border-color: #95c11f;
}

blockquote p {
	padding-left: 20px;
}

blockquote > p:last-child {
	margin-bottom: 0
}

.portfolioSections .repSections .portfolioBody img.lazy {
	transition: .85s all ease;
	transform: translate3d(0,20px,0);
	opacity: 0;
}

.portfolioSections .repSections .portfolioBody img.lazy.loaded {
	transform: translate3d(0,0px,0);
	opacity: 1;
}

.portfolioSections .repSections .portfolioBody > img {
	margin-top: 60px;
}

.portfolioSections .repSections .portfolioBody > img:first-child {
	margin-top: 0;
}

.portfolioBodyImg img {
	margin: 0 auto;
	display: block;
	max-width: 1400px;
}

.portfolioBodyImg.portfolioBodyImgShadow img {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1)
}

footer.nextPost {
	position: relative;
}

footer.nextPost .nextPostTitle h4,
footer.nextPost .nextPostTitle h3 {
	font-weight: initial;
	font-size: 14vh;
	color: #fff;
	text-transform: lowercase;
	margin: 0;
	line-height: 0.8;
	padding-left: 25px;
	padding-right: 25px;
}

footer.nextPost .nextPostTitle h3 {
	font-family: Brandoo;
}

footer.nextPost .nextPostTitle h4 {
	line-height: 1;
	font-weight: 700;
	font-size: 5vh;
	max-width: 1024px;
}

footer.nextPost a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0);
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .25s all ease;
}

footer.nextPost a:hover:before {
	opacity: 0.2
}

footer.nextPost .nextPostTitle span {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin: 0 auto 15px auto;
	display: inline-block;
}

footer.nextPost img {
	object-fit: cover;
	width: 100%;
}	

/* Contact */
.contactPage h3 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 30px 0
}

.contactPage a {
	color: #000;
}

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

.contactPage .rowContactLower h3 {
	margin-top: 25px
}

.contactPage .rowContactLower p {
	font-size: 16px;
}

.contactPage .formFooter {
	padding-top: 15px
}

/* About us */
.page-template-page-aboutus .paralaxSlide {
	overflow: hidden;
}

.page-template-page-aboutus .pageSection {
	padding-top: 60px;
	padding-bottom: 60px;
}

section .sectionTitle h2 {
	font-weight: 900
}

section .sectionTitle p {
	font-weight: 700;
	line-height: 1.3
}

section.yellowBG .sectionTitle h2 {
	color: #3545b7;
}

section.yellowBG  .sectionTitle p {
	color: #3545b7;
}

section.blackBG .sectionTitle h2 {
	color: #fcce00;
}

section.blackBG  .sectionTitle p {
	color: #fff;
}

#logotypes .logotypElement,
#team .teamElement {
	margin-bottom: 45px;
}

#logotypes .logotypElementWrap {
	border-radius: 3px;
	overflow: hidden;
	padding: 20px
}

#team .teamElementWrap {
	position: relative;
	z-index: 1;
	color: #fcce00;
	font-size: 18px;
	font-weight: 300;
	border-radius: 5px;
}

#team .teamElementHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 25px;
	width: 100%;
}

#team .teamElementHeader h4 {
	font-size: 26px;
	font-weight: 900;
	margin: 0 0 5px 0;
	line-height: 1
}

#team .teamElementHeader p {
	font-size: 18px;
	margin: 0;
}

#team .teamElementCover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border-radius: 5px;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 20px;
	width: 100%;
	height: 100%;
	background-color: #091885;
	transition: .25s all ease;
	cursor: pointer
}

#team .teamElementWrap:hover .teamElementCover {
	opacity: 1;
	visibility: visible;
}

#team .teamElementCoverInner {
	padding-top: 90px;
}

#team .teamElementCoverInner p {
	margin-bottom: 30px;
	font-size: 17px
}

#team .teamElementCover .socialIcons {
	position: absolute;
	bottom: 30px;
	left: 20px
}

#team .teamElementCover .socialIcons li {
	border: 2px solid #fcce00;
	border-radius: 100px;
	width: 36px;
	height: 36px;
	margin-right: 15px
}

#team .teamElementCover .socialIcons li i {
	color: #fcce00;
}

#team .teamElementCover .socialIcons li a:hover {
	opacity: 0.65
}

#references .swiper-slide {
	padding: 0;
	height: auto;
}

#references .reviewElementInner {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	padding: 75px 30px 30px 30px;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

#references .reviewHeader p {
	font-size: 16px;
}

#references .reviewHeader .underline {
	text-decoration: underline
}

#references .reviewImg {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#references .reviewDesc {
	max-width: 768px;
	margin: 60px auto 60px auto;
	font-size: 16px;
	min-height: 155px;
}

#references .socialIcons {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: auto;
}

#references .socialIcons i {
	color: #000;
	margin: 10px
}

#references .socialIcons li a:hover {
	opacity: 0.65
}

#references .swiper-custom-button-next,
#references .swiper-custom-button-prev {
	color: #000;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 40%;
	display: inline-block;
	transition: .25s all ease;
	pointer-events: none;
}

#references .swiper-custom-button-next i,
#references .swiper-custom-button-prev i {
	font-weight: 400;
}

#references .swiper-custom-button-next:hover,
#references .swiper-custom-button-prev:hover {
	opacity: 0.65
}

#references .swiper-custom-button-next {
	left: 25%;
}

#references .swiper-custom-button-prev {
	right: 25%;
}

#references .swiper-pagination-bullets {
	bottom: 25px;
}

#references .swiper-pagination-bullet {
	background-color: #000;
	opacity: 1
}

#references .swiper-pagination-bullet-active {
	background-color: #fcce00
}

#dolacz-do-nas {
	background-position: 100% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

#dolacz-do-nas .wpcf7 {
	margin: 0 auto;
	max-width: 768px;
}

/* Offer page */
#offerDoorway {
	background: url(img/black-smear-bg.png) no-repeat 50% 0;
}

.conainer1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.offerBlockInner .offerBlockInnerImg,
.offerBlockInner {
	position: relative;
	z-index: 1;
}

.offerBlockInner .offerBlockInnerImg:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.offerBlocks:nth-child(1) .offerBlockInner .offerBlockInnerImg:after {
	background-color: rgba(0,84,42,0.4);
	mix-blend-mode: multiply;
}

.offerBlocks:nth-child(2) .offerBlockInner .offerBlockInnerImg:after {
	background-color: rgba(133,43,111,0.4);
	mix-blend-mode: multiply;
}

.offerBlocks:nth-child(3) .offerBlockInner .offerBlockInnerImg:after {
	background-color: rgba(53,69,183,0.4);
	mix-blend-mode: multiply;
}

.offerBlockInner .offerBlockInnerTitle {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 30px
}

.offerBlockInner .offerBlockInnerTitle h3 {
	font-weight: 900;
}

.offerBlockInner a:hover {
	color: #fcce00;
	text-decoration: none;
}

.offerBlockInner a:hover h3 {
	color: #fcce00;
	text-decoration: underline;
}

.offerBlockInnerBtns {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 30px
}

/* FAQ */
.footerFaq button {
	background: none;
	border: none;
	outline: none;
	font-weight: 900;
	text-align: left;
	font-size: 18px;
	cursor: pointer;
}

.footerFaq h3:hover button,
.footerFaq h3:focus button {
	text-decoration: underline;
}

.footerFaq .faqTab h3 {
	padding-right: 30px;
	cursor: pointer;
	position: relative;
}

.footerFaq .faqTab h3:after {
	position: absolute;
	z-index: 2;
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	font-size: 20px;
	font-weight: 900;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	transition: all .25s ease;
}

.footerFaq .faqTab.active h3:after {
	content: "\f077";
}

.footerFaq .faqTab .faqTabInner {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	transition: max-height .35s ease-in-out;
}

.footerFaq .faqTab.active .faqTabInner {
	max-height: 1200px;
	visibility: visible;
	opacity: 1;
	margin-top: 10px;
}

.footerFaq .faqTabInner {
	padding-left: 15px;
}

.bluePageColor .footerFaq .faqTabInner {
	border-left: 3px solid #3545b7;
}

.redPageColor .footerFaq .faqTabInner {
	border-left: 3px solid #852b6f;
}

.orangePageColor .footerFaq .faqTabInner {
	border-left: 3px solid #ff0000;
}

.greenPageColor .footerFaq .faqTabInner {
	border-left: 3px solid #00542a;
}


/* Offer for */
.bluePageColor .offerForm {
	background: url(img/blue-smear-bg.png) no-repeat 50% 0;
}

.orangePageColor .offerForm {
	background: url(img/orange-smear-bg.png) no-repeat 50% 0;
}

.redPageColor .offerForm {
	background: url(img/red-smear-bg.png) no-repeat 50% 0;
}

.greenPageColor .offerForm {
	background: url(img/green-smear-bg.png) no-repeat 50% 0;
}

.sectionForm {
	background-color: #fff;
	border-radius: 5px;
	padding: 30px
}

.bluePageColor .sectionForm {
	box-shadow: 0px 5px 38px 0px rgba(53, 69, 183, 0.12);
}

.orangePageColor .sectionForm {
	box-shadow: 0px 5px 38px 0px rgba(255, 0, 0, 0.12);
}

.redPageColor .sectionForm {
	box-shadow: 0px 5px 38px 0px rgba(133, 43, 111, 0.12);
}

.greenPageColor .sectionForm {
	box-shadow: 0px 5px 38px 0px rgba(0, 84, 42, 0.12);
}


/* Reference archive */
.post-type-archive-reviews {
	background-color: #000
}

.post-type-archive-reviews .reviewElement {
	margin-bottom: 80px
}

.post-type-archive-reviews .reviewElement:last-child {
	margin-bottom: 0
}

/* Ref single */
.single-reviews {
	background-color: #191919
}

.single #references {
	margin-top: 19vw;
}

/* Gutenberg blocks */
.wp-block-verse {
	overflow: auto;
}

.wp-block-embed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-block-embed iframe,
.wp-block-embed object,
.wp-block-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.is-style-tip {
	background-color: rgb(234, 245, 255);
	box-shadow: inset 3px 0px 0px 0px rgba(82, 165, 224, 0.004);
	padding: 20px 20px 20px 55px;
	border-left: 3px solid #52a5e0;
	position: relative;
}

.is-style-tip::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 25px;
	width: 25px;
	margin: auto;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(82, 165, 224)' d='M12.500,-0.000 C19.404,-0.000 25.000,5.596 25.000,12.500 C25.000,19.404 19.404,25.000 12.500,25.000 C5.596,25.000 -0.000,19.404 -0.000,12.500 C-0.000,5.596 5.596,-0.000 12.500,-0.000 Z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M17.000,20.297 L9.000,20.297 L9.000,19.516 L9.653,19.516 C9.405,19.248 9.250,18.893 9.250,18.500 L9.250,17.000 C9.250,16.258 9.791,15.640 10.500,15.521 L10.500,13.479 C9.791,13.360 9.250,12.742 9.250,12.000 L9.250,10.500 C9.250,9.673 9.923,9.000 10.750,9.000 L10.766,9.000 C10.290,8.469 10.000,7.768 10.000,7.000 C10.000,5.346 11.346,4.000 13.000,4.000 C14.654,4.000 16.000,5.346 16.000,7.000 C16.000,7.928 15.576,8.759 14.912,9.310 C15.269,9.584 15.500,10.016 15.500,10.500 L15.500,15.521 C16.209,15.640 16.750,16.258 16.750,17.000 L16.750,18.500 C16.750,18.893 16.595,19.248 16.347,19.516 L17.000,19.516 L17.000,20.297 ZM15.000,7.000 C15.000,5.895 14.105,5.000 13.000,5.000 C11.895,5.000 11.000,5.895 11.000,7.000 C11.000,8.105 11.895,9.000 13.000,9.000 C14.105,9.000 15.000,8.105 15.000,7.000 ZM15.750,17.000 C15.750,16.724 15.526,16.500 15.250,16.500 L14.500,16.500 L14.500,10.500 C14.500,10.224 14.276,10.000 14.000,10.000 L10.750,10.000 C10.474,10.000 10.250,10.224 10.250,10.500 L10.250,12.000 C10.250,12.276 10.474,12.500 10.750,12.500 L11.500,12.500 L11.500,16.500 L10.750,16.500 C10.474,16.500 10.250,16.724 10.250,17.000 L10.250,18.500 C10.250,18.776 10.474,19.000 10.750,19.000 L15.250,19.000 C15.526,19.000 15.750,18.776 15.750,18.500 L15.750,17.000 Z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-warning {
	background-color: rgb(255, 245, 226);
	box-shadow: inset 3px 0px 0px 0px rgba(255, 174, 0, 0.004);
	padding: 20px 20px 20px 55px;
	border-left: 3px solid #ffae00;
	position: relative;
}

.is-style-warning::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 25px;
	width: 25px;
	margin: auto;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 174, 0)' d='M12.500,-0.000 C19.404,-0.000 25.000,5.596 25.000,12.500 C25.000,19.403 19.404,25.000 12.500,25.000 C5.596,25.000 -0.000,19.403 -0.000,12.500 C-0.000,5.596 5.596,-0.000 12.500,-0.000 Z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M16.000,20.297 L10.000,20.297 L10.000,19.516 L11.377,19.516 C10.551,18.981 10.000,18.055 10.000,17.000 C10.000,16.036 10.457,15.178 11.165,14.628 C10.915,14.394 10.752,14.068 10.732,13.701 L10.274,5.451 C10.230,4.664 10.858,4.000 11.646,4.000 L14.354,4.000 C15.142,4.000 15.770,4.664 15.726,5.451 L15.268,13.701 C15.248,14.068 15.085,14.394 14.835,14.628 C15.543,15.178 16.000,16.036 16.000,17.000 C16.000,18.055 15.449,18.981 14.623,19.516 L16.000,19.516 L16.000,20.297 ZM14.354,5.000 L11.646,5.000 C11.431,5.000 11.260,5.181 11.272,5.396 L11.730,13.646 C11.741,13.845 11.906,14.000 12.105,14.000 L13.895,14.000 C14.094,14.000 14.259,13.845 14.270,13.646 L14.728,5.396 C14.740,5.181 14.569,5.000 14.354,5.000 ZM15.000,17.000 C15.000,15.897 14.103,15.000 13.000,15.000 C11.897,15.000 11.000,15.897 11.000,17.000 C11.000,18.103 11.897,19.000 13.000,19.000 C14.103,19.000 15.000,18.103 15.000,17.000 Z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-info {
	background-color: rgb(218, 249, 225);
	box-shadow: inset 3px 0px 0px 0px rgba(44, 164, 72, 0.004);
	padding: 20px 20px 20px 55px;
	border-left: 3px solid #2ca448;
	position: relative;
}

.is-style-info::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 25px;
	width: 25px;
	margin: auto;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(44, 164, 72)' d='M12.500,-0.000 C19.404,-0.000 25.000,5.596 25.000,12.500 C25.000,19.403 19.404,25.000 12.500,25.000 C5.596,25.000 -0.000,19.403 -0.000,12.500 C-0.000,5.596 5.596,-0.000 12.500,-0.000 Z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.500,5.000 C9.283,5.000 6.996,7.611 7.000,10.508 C7.002,11.891 7.516,13.153 8.361,14.118 C9.163,15.032 9.933,16.521 10.000,17.000 L10.002,19.349 C10.002,19.448 10.031,19.544 10.086,19.626 L10.852,20.777 C10.944,20.916 11.101,21.000 11.268,21.000 L13.732,21.000 C13.899,21.000 14.056,20.916 14.148,20.777 L14.914,19.626 C14.968,19.544 14.997,19.448 14.998,19.349 L15.000,17.000 C15.071,16.509 15.843,15.025 16.639,14.118 C17.486,13.152 18.000,11.887 18.000,10.500 C18.000,7.462 15.538,5.000 12.500,5.000 ZM13.998,19.197 L13.464,20.000 L11.536,20.000 L11.002,19.197 L11.001,19.000 L13.998,19.000 L13.998,19.197 ZM13.999,18.000 L11.000,18.000 L10.998,17.000 L14.001,17.000 L13.999,18.000 ZM15.887,13.459 C15.450,13.957 14.752,14.962 14.306,16.000 L10.694,16.000 C10.248,14.962 9.551,13.957 9.113,13.459 C8.391,12.634 8.004,11.589 8.002,10.500 C7.996,8.094 9.888,6.000 12.500,6.000 C14.981,6.000 17.000,8.019 17.000,10.500 C17.000,11.589 16.605,12.640 15.887,13.459 ZM12.500,7.000 C10.570,7.000 9.000,8.570 9.000,10.500 C9.000,10.776 9.224,11.000 9.500,11.000 C9.776,11.000 10.000,10.776 10.000,10.500 C10.000,9.122 11.121,8.000 12.500,8.000 C12.776,8.000 13.000,7.776 13.000,7.500 C13.000,7.224 12.776,7.000 12.500,7.000 Z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-underlay {
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
	padding: 20px;
}

.is-style-underlay figcaption {
	margin: 10px 0 0;
}

.is-style-underlay figcaption strong {
	font-weight: 700;
}

.wp-block-code {
	color: #545454;
	padding: 25px;
	background-color: #f2f2f2;
	border-left: 3px solid #d3d3d3;
}

.wp-block-quote {
	color: #666;
	padding: 25px;
	background-color: #fff;
	border-left: 3px solid #fbdcd9;
	border-top: 1px solid #fbdcd9;
	border-bottom: 1px solid #fbdcd9;
	border-right: 1px solid #fbdcd9;
}

.wp-block-pullquote blockquote p,
blockquote.wp-block-quote p {
	margin: 0;
	position: relative;
	font-style: italic;
}

.wp-block-pullquote blockquote p::before {
	font-family: Arial;
	font-weight: 400;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 120px;
	line-height: 1;
	content: "”";
	color: #fbdcd9;
}

blockquote.wp-block-quote p::before {
	font-family: Arial;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 20px;
	line-height: 1;
	content: "“";
	color: #fbdcd9;
}

blockquote.wp-block-quote  p::after {
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	content: "”";
	color: #fbdcd9;
}

/* Modal */
.modal {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	padding: 0;
	margin: auto;
	padding: 15px;
	width: 100%;
	min-height: 100vh;
	visibility: hidden;
	opacity: 0;
	transition: all .35s ease;    
}

.modalBg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
}

.modal-open .modalBg,
.modal-open .modal {
	visibility: visible;
	opacity: 1;
}

.modal .modalInner {
	background-color: #fff;
	max-width: 1060px;
	padding: 60px 40px;
	overflow: auto;
	max-height: 100vh;
	position: relative;
}

.single-extension .modal {
	letter-spacing: 1.4px;
}

.modal h2 {
	font-size: 36px;
}

.modal h2,
.modal h3,
.modal h4,
.modal h5 {
	color: #000;
	margin-bottom: 35px;
}

.modal ol,
.modal ul {
	padding: 0;
	list-style-position: inside;
}

.modal .innerDesc p:last-child {
	margin-bottom: 0
}

.modal .closeModalBtn {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
}

.modal .closeModalBtn span:after,
.modal .closeModalBtn span:before {
	border-bottom: 5px solid #000;
}

.modal .closeModalBtn:hover span:after,
.modal .closeModalBtn:hover span:before {
	border-bottom: 5px solid #e74c3c;
}

/* Comments */
#respond,
#commentsWrapper {
	border-top: 1px solid #f7f7f7;
	padding-top: 30px;
}

#respond h3 {
	margin-bottom: 30px;
	color: #000
}

#commentform {
	padding: 40px;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.06);
	margin-bottom: 60px;
}

#commentform textarea,
#commentform p:not(.form-submit) input {
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	padding: 10px 20px;
	width: 100%;
}

#commentform textarea {
	height: 200px;
}

#comments .commentsInner .comment-author .avatarImgWrap {
	width: 50%;
}

#comments .commentsInner .comment-author.commentmetadata {
	width: 50%;
}

#comments .commentsInner .comment-author img {
	border-radius: 100px;
}

#comments .commentsInner .comment-author cite {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	font-style: initial;
	margin: 0 15px
}

#comments .commentsInner .comment-author .reply {
	margin-left: 20px;
}

#comments .commentsInner li {
	margin-bottom: 60px
}

#comments .children {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

#comments .comment-details {
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px;
	margin: 15px 0
}

#comments .comment-details p {
	color: #666;
	margin-bottom: 15px;
	font-weight: 300
}

#comments .comment-details p:last-child {
	margin-bottom: 0
}

#comments .commentmetadata a {
	color: #939393
}

#comments .reply a:hover,
#comments .commentmetadata a:hover {
	text-decoration: underline;
}

/* News navigation */
#pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 60px;
	padding: 0;
}

#pagination .wp-pagenavi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
  justify-content: center !important;
}

#pagination .pages {
	display: none;
}

#pagination a.page,
#pagination span.current,
#pagination span.extend {
	display: inline-block;
	vertical-align: top;
	color: #666666;
	border: 1px solid transparent;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	position: relative;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	padding: 5px;
	width: 35px;
	margin: 0 5px;
	transition: all .15s ease-in-out;
}

#pagination span.current {
	background: #e9eaea;
	color: #e74c3c;
	border: 1px solid #9d9792;
}

#pagination a.page:hover {
	background: #f96244;
	color: #fff
}

#pagination a.previouspostslink,
#pagination a.nextpostslink,
#pagination a.last,
#pagination a.first {
	color: #666666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#pagination a.nextpostslink::after,
#pagination a.previouspostslink::before {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

#pagination a.previouspostslink::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(102, 102, 102)' d='M0.171,6.465 C-0.012,6.648 -0.012,6.945 0.171,7.129 L5.906,12.910 C6.089,13.093 6.386,13.093 6.570,12.910 L7.343,12.136 C7.527,11.953 7.527,11.656 7.343,11.472 L2.714,6.797 L7.343,2.121 C7.527,1.937 7.527,1.640 7.343,1.457 L6.570,0.683 C6.386,0.500 6.089,0.500 5.906,0.683 L0.171,6.465 Z'/%3E%3C/svg%3E");
}

#pagination a.nextpostslink::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(102, 102, 102)' d='M7.343,7.129 C7.527,6.945 7.527,6.648 7.343,6.465 L1.609,0.683 C1.425,0.500 1.128,0.500 0.945,0.683 L0.171,1.457 C-0.012,1.640 -0.012,1.937 0.171,2.121 L4.800,6.797 L0.171,11.472 C-0.012,11.656 -0.012,11.953 0.171,12.136 L0.945,12.910 C1.128,13.093 1.425,13.093 1.609,12.910 L7.343,7.129 Z'/%3E%3C/svg%3E");
}

#pagination a.previouspostslink:hover,
#pagination a.nextpostslink:hover,
#pagination a.last:hover,
#pagination a.first:hover {
	opacity: 0.7
}

/* Social icons */
.socialIcons li {
	display: inline-block;
	vertical-align: top;
}

#langSocialWrap .socialIcons li {
	padding-right: 2vw;
	line-height: 1;
}

#langSocialWrap .socialIcons li span {
	display: none;
}

#langSocialWrap .socialIcons li a {
	color: #3545b7;
	font-size: 32px;
	line-height: 1;
}

#footer .socialIcons li {
	margin-bottom: 15px;
}

#footer .socialIcons li a span {
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
}

#footer .socialIcons i {
	margin: 0 5px 0 0;
	transition: .25s all ease;
}

footer .socialIcons i {
	font-size: 20px;
	width: 20px;
}

.socialIcons i:hover {
	color: #fff;
}

/* Footer */
#footer {
	color: #858585;
	font-size: 14px;
	font-weight: 500;
	background-color: #000;
}

#footer h4 {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 25px 0;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

#footer a {
	color: #858585;
	font-size: 14px;
	display: inline-block;
	vertical-align: top
}

#footer a:hover {
	color: #fff;
}

#footer .footerLogo {
	margin-top: -15px;
	margin-bottom: 17px;
}

#footer .footerLogo a {
	font-family: Brandoo;
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	line-height: 0.8
}

#footer .footerDesc i {
	color: #fff;
	margin-right: 5px;
}

#footer .footerSocial .btnWrap {
	padding-top: 10px;
}

#footer .footerSocial .btnWrap a {
	color: #000;
}

#footer .footerSocial .btnWrap a i {
	font-size: 14px;
}

/* Cookies */
#cookie-notice {
	max-width: 560px;
	min-width: initial !important;
	right: 15px;
	left: initial !important;
	bottom: 15px;
	border-radius: 5px;
}

#cookie-notice .cn-text-container {
	text-align: left;
	padding: 15px 0;
}

#cookie-notice .cn-text-container h4 {
	font-size: 20px;
	font-weight: 700;
}

#cookie-notice .cn-text-container p {
	font-size: 14px;
}

#cookie-notice .cn-close-icon {
	right: 15px;
	top: 15px;
	margin-top: 0;
	width: 30px;
	height: 30px;
	opacity: 1;
	background: #000;
	border-radius: 100px;
	padding: 10px;
}

#cookie-notice .cn-close-icon::before,
#cookie-notice .cn-close-icon::after {
    height: 21px;
    width: 1px;
    top: 4px;
	right: 15px;
    background-color: #fff;
}

#cookie-notice .btn {
	padding: 20px 60px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	display: inline-block; 
}

#cookie-notice  .cookie-notice-container {
	text-align: left;
}

#cookie-notice #cn-accept-cookie {
	padding: 20px 60px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block; 
	background: #fcce00;
	color: #000;
	margin: 0 30px 0 0;
}

#cookie-notice #cn-accept-cookie:hover {
	opacity: 0.65
}

#cookie-notice #cn-more-info {
	color: #fff;
}

/* Captcha */
.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

/* 404 */
.error404 {
	background-color: #fcce00
}

.error404 .container {
	position: relative;
	z-index: 5;
}

#page404 {
	min-height: 100vh;
}

.bgImage404 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.error404 h1 {
	font-size: 40px;
	font-weight: 900;
	margin: 30px 0 0;
	line-height: 1
}

.error404 .errorDesc {
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	line-height: 1
}

.error404 .img404 {
	width: 260px;
	height: auto;
}

.error404 .lineImage404 {
    position: absolute;
	bottom: -120px;
	left: 30px;
	z-index: 1;
	max-width: 100%;
}

.error404 .lineImage404 img {
	width: 600px;
	height: auto;
	max-width: 100%;
}

.error404 .bgImage404 img {
	width: 750px;
	max-width: 50vw;
	height: auto;
}

/* News navigation */
.navigation {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 45px;
}

.navigation > div {
	position: relative;
	z-index: 1;
}

.navigation svg {
	position: absolute;
	width: 9px;
	height: 14px;
	top: 22px;
	z-index: 2;
}

.navigation .alignleft svg {
	left: 22px;
}

.navigation .alignright svg {
	right: 22px;
}

.navigation svg .st0 {
	fill: #fff;
}

/** Grid system **/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
	max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
	max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.container {
	padding-left: 25px;
	padding-right: 25px;
}

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

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

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mt-20 {
  margin-top: 12rem !important;
}

.mt-min-10 {
	margin-top: -6rem !important;
}

.mt-min-20 {
	margin-top: -12rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.mb-20 {
  margin-bottom: 12rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pt-15 {
  padding-top: 9rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.pt-20 {
  padding-top: 12rem !important;
}

.pb-20 {
  padding-bottom: 12rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.col-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xl-3-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
.col-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
@media (min-width: 540px) {
    .col-sm-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media (min-width: 720px) {
    .col-md-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media (min-width: 960px) {
    .col-lg-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media (min-width: 1140px) {
    .col-xl-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.col-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xl-2-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
.col-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
@media (min-width: 540px) {
    .col-sm-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media (min-width: 720px) {
    .col-md-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media (min-width: 960px) {
    .col-lg-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* RWD Min */
@media (min-width: 576px), (min-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body:not(.single) .blogSlider {
		margin-bottom: 100px;
	}

	.newsletterHome .newsletter .yellowBG {
		margin-bottom: 50px;
		border-radius: 5px
	}

	.blogSlider .blogElement h3 a {
		color: #000;
	}

	.blogSlider .blogElement .blogBody {
		color: #000;
	}

	.blogSlider .blogElement .blogMetaWrap,
	.blogSlider .blogElement .blogMetaWrap a {
		color: #b7b7b7;
		font-size: 14px;
	}

	.blogSlider .blogElement img {
		border-radius: 5px;
	}

	/* Home Case studies */
	.home .caseStudies {
		margin-top: 50px;
		overflow-x: hidden; 
	}

	.bigCaseBlock {
		margin-bottom: 50px;
	}

	.rowSmallCaseBlocks > div {
		margin-bottom: 50px;
	}

	.smallCaseBlocks .smallCaseBlockInner img,
	.bigCaseBlock .bigCaseBlockInner img {
		border-radius: 5px;
	}
}

@media (min-width: 768px), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Menu */
	#topMenuSlide {
		width: calc(100% - 358px);
	}

	.slideOutNav .menu1level.navbarLockup {
		height: 75px;
	}

	.menu1level .logoImg {
		margin-right: 60px;
	}

	.slideOutNav .menu1level ul li {
		padding: 0 30px 0 0;
		display: inline-block;
	}

	.slideOutNav .menu1level ul li a {
		display: inline-block;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	#bigMenuSlide.slideOutNav ul li.current-menu-item a {
		padding-bottom: 36px;
	}

	.slideOutNav #langMenu ul li {
		padding: 0 15px 0 0;
	}

	.slideOutNav ul.menu.nav > li:last-child {
		padding-right: 0
	}

	home:not(.single) .mobileBtn span {
		background: #3545b7;
	}

	.single .mobileBtn span {
		background: #fff;
		box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
	}

	.mobileBtn:hover span {
		background: #888 !important;
	}

	home:not(.single) .mobileBtn span::after,
	home:not(.single) .mobileBtn span::before {
		border-bottom: 5px solid #3545b7;
	}

	.single .mobileBtn span::after,
	.single .mobileBtn span::before {
		border-bottom: 5px solid #fff;
		box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
	}

	.mobileBtn:hover span::after,
	.mobileBtn:hover span::before {
		border-bottom-color: #888 !important;
	}

	/* Buttons */
	.btn {
		padding: 15px 50px;
	}

	.formBody .btnWrap .wpcf7-submit {
		font-size: 24px
	}

	.formBody .btnWrapArrow .wpcf7-submit:after {
		font-size: 24px;
		top: 20px;
		right: 20px;
	}

	/* Home slider */
	.headerSwiper .swiperDesc {
		padding-bottom: 50px
	}

	.headerSwiper .swiper-pagination,
	.headerSwiper .swiperDescInner {
		margin-right: 7vw;
		margin-left: 5vw
	}
	
	.headerSwiper .swiperBgInner {
		margin-left: 3vw
	}

	.headerSwiper .btnWrap {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.headerSwiper .slideBody,
	.headerSwiper .signitureImg {
		margin-bottom: 15px;
	}

	.headerSwiper .signitureImg img {
		width: 200px;
		height: auto;
	}
	
	.headerSwiper .swiperBgInner {
		margin-left: 3vw;
	}

	.headerSwiper .swiperBgInner h1 {
		font-size: 10vh;
		margin: 0 0 30px 0
	}

	.headerSwiper .swiperDesc h1 {
		font-size: 150px;
		font-size: 16vh;
		margin: 0 0 45px 0;
	}

	.headerSwiper .swiperDesc h2 {
		font-size: 5vh;
		line-height: 1;
		margin: 0 0 15px 0;
	}

	.headerSwiper .swiperDesc h3 {
		font-size: 4vh;
		line-height: 1;
		margin: 0 0 15px 0;
	}

	.headerSwiper .swiperDesc h4 {
		font-size: 3.5vh;
		line-height: 1;
		margin: 0 0 15px 0;
	}

	.headerSwiper .swiperPaginationWrap {
		position: absolute;
		z-index: 100;
		bottom: 30px;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
	}

	.headerSwiper .swiper-pagination .swiper-pagination-bullet {
		background: none;
		border: 2px solid #3545b7;
		border-radius: 5px;
		width: 46px;
		margin-right: 20px;
		opacity: 1
	}

	.blogSlider .swiper-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -25px;
		margin-left: -25px;
	}
	
	.blogSlider .swiper-wrapper {
		width: initial !important;
	}
	
	.blogSlider article {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.smallCaseBlocks .wrapCaseImgs,
	.bigCaseBlock .wrapCaseImgs,
	.smallCaseBlocks .wrapCaseImgs a,
	.bigCaseBlock .wrapCaseImgs a {
		border-radius: 5px;
	}
	

	/* Single */
	.single .blogCover picture {
		transform: translate3d(0,-25vh,0);
	}

	.offerPage0LDesc p {
		font-size: 24px;
	}

	blockquote,
	.offerPage0LDesc blockquote p {
		font-size: 36px;
		padding-left: 20px;
	}

	/* FAQ */
	.footerFaq .faqTabInner {
		padding-left: 35px;
	}

	.footerFaq button {
		font-size: 20px
	}


	/* Blog cat */
	.archive .blogParent {
		display: grid;
		gap: 10px 10px;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(9, 1fr);
	}

	.blogElement1 { grid-area: 1 / 1 / 3 / 3; }
	.blogElement2 { grid-area: 1 / 3 / 2 / 4; }
	.blogElement3 { grid-area: 2 / 3 / 3 / 4; }
	.blogElement4 { grid-area: 3 / 2 / 5 / 4; }
	.blogElement5 { grid-area: 3 / 1 / 4 / 2; }
	.blogElement6 { grid-area: 4 / 1 / 5 / 2; }
	.blogElement7 { grid-area: 5 / 1 / 7 / 3; }
	.blogElement8 { grid-area: 5 / 3 / 6 / 4; }
	.blogElement9 { grid-area: 6 / 3 / 7 / 4; }
	.blogElement10 { grid-area: 7 / 2 / 9 / 4; }
	.blogElement11 { grid-area: 7 / 1 / 8 / 2; }
	.blogElement12 { grid-area: 8 / 1 / 9 / 2; }
	.blogElement13 { grid-area: 9 / 1 / 10 / 2; }
	.blogElement14 { grid-area: 9 / 2 / 10 / 4; }

	/* Cat headers */
	.tax-portfolio_tax #catHeader,
	.post-type-archive #catHeader {
		min-height: 410px;
	}

	/* Offer Page */
	.customBaner .banerImg img {
		position: absolute;
		z-index: 3;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.pageSection .pageSectionBtns a.btn-white {
		margin-left: -4px
	}

	.offerPage1L .pageSection .pageSectionDesc,
	.offerPage1L .pageSection .pageSectionBtns {
		margin-left: 122px;
	}

	.pageSection .pageSectionHeaderIcon {
		min-width: 75px;
		min-height: 75px;
	}

	.element-invisible-offset {
		margin-top: 48px;
	}

	.offerPage1L .pageSection h3 {
		font-size: 32px;
		margin: 0 0 0 47px;
	}

	.formField2Col .formField,
	.formField3Col .formField,
	.formField4Col .formField {
		flex-basis: 100%;
		flex: 1;
	}

	.formField2Col .formField:first-child {
		margin-right: 10px;
	}

	.formField2Col .formField:last-child {
		margin-left: 10px;
	}

	.formField3Col .formField:first-child {
		margin-right: 10px;
	}

	.formField3Col .formField:nth-child(2) {
		margin-right: 5px;
		margin-left: 5px;
	}

	.formField3Col .formField:last-child {
		margin-left: 10px;
	}

	.briefPage .pageSectionDesc h2 {
		font-size: 36px;
	}

	.briefPage .pageSectionDesc h3 {
		font-size: 26px;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.formBodyCV .formSection,
	.briefPage .formSection {
		margin-bottom: 40px
	}

	.briefPage .formSectionHeader {
		margin-bottom: 80px;
	}

	.briefPage .formSection h3 {
		font-size: 32px;
	}

	.briefPage .formSection .formFieldDesc * {
		padding-left: 80px;
	}

	.briefPage .formSection .formFieldDesc::before {
		position: absolute;
		z-index: 1;
		left: 25px;
		font-size: 50px;
	}

	.sectionForm {
		padding: 30px 15px;
	}

	/* Cookies */
	#cookie-law-info-bar span div.cookieDesc {
		display: inline-block;
		width: calc(100% - 210px);
		font-size: 14px;
		text-align: right;
	}

	/* Comments */
	#comments .children {
		padding: 0 0 0 70px;
	}

	#footer {
		padding-top: 90px;
	}

	/* About us */
	section .sectionTitle h2 {
		font-size: 36px;
	}

	section .sectionTitle p {
		font-size: 26px;
	}

	.page-template-page-aboutus .pageSection {
		padding-top: 130px;
		padding-bottom: 130px
	}

	#team .teamElementHeader h4 {
		font-size: 36px;
	}

	#references .reviewElementInner {
		padding: 75px 20px;
	}

	#references .swiper-slide {
		padding: 0 45px
	}

	#team .teamElement {
		min-height: 300px
	}

	.post-type-archive-reviews #references .reviewElement {
		display: block;
		width: calc(50% - 25px);
		margin: 0 0 60px;
		float: left;
		clear: left;
	}

	.post-type-archive-reviews #references .reviewElement.right {
		float: right;
		clear: right;
	}
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 768px) and (max-width: 1023px) (-webkit-min-device-pixel-ratio: 1.5) {
	.archive #blog .blogElement:nth-child(10) .blogTitle,
	.archive #blog .blogElement:nth-child(7) .blogTitle,
	.archive #blog .blogElement:nth-child(4) .blogTitle {
		font-size: 34px;
	}
}

@media (min-width: 992px), (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Menu */
	.fixedNavbar {
		top: 50px;
	}
	
	.fixedNavbar .navbarLockup {
		max-width: calc(100% - 50px);
		padding-left: 50px;
		padding-right: 50px;
	}
	.slideOutNav li a {
		font-size: 24px;
	}

	.slideOutNav #bigMenuSlide ul li a {
		font-size: 11vh;
	}

	.btn-blue-square {
		font-size: 20px
	}
	
	.slideOutNav .navbarLockup {
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.slideOutNav .menu1level.navbarLockup {
		margin-top: 50px;
	}
	
	/* Mobile btns */
	body:not(.archive):not(.single) .mobileBtn span {
		background: #3545b7;
	}

	body:not(.archive):not(.single) .mobileBtn span::after,
	body:not(.archive):not(.single) .mobileBtn span::before {
		border-bottom: 5px solid #3545b7;
	}

	body.page-template-page-aboutus .mobileBtn span {
		background: #fcce00 !important;
	}

	body.page-template-page-aboutus .mobileBtn span::after,
	body.page-template-page-aboutus .mobileBtn span::before {
		border-bottom: 5px solid #fcce00 !important;
	}

	.post-type-archive-reviews .mobileBtn span,
	.category .mobileBtn span {
		background: #fcce00;
	}

	.post-type-archive-reviews .mobileBtn span::after,
	.category .mobileBtn span::after,
	.post-type-archive-reviews .mobileBtn span::before,
	.category .mobileBtn span::before {
		border-bottom: 5px solid #fcce00;
	}

	/* Misc */
	.plr25 {
		padding-left: 50px;
		padding-right: 50px;
	}

	/* Home Slider */
	.swiper-slide .row > div {
		height: 100%;
	}

	.headerSwiper .swiperDesc p {
		font-size: 20px;
	}
		
	.catMobileHeader {
		display: none;
	}
	
	/* Newsletter */
	.newsletterHome .newsletter .newsletterForm:before {
		position: absolute;
		bottom: -81px;
		right: 0;
		content: "";
		width: 373px;
		height: 247px;
		background: url(img/vader.png) no-repeat 0 0;
		z-index: 2;
	}

	.formBodyFor .formFieldDesc h3 {
		font-size: 26px
	}


	.formFieldCustomRadio.formField .wpcf7-list-item-label {
		height: 56px;
		padding: 0 50px;
	}

	.formFieldCustomRadio .wpcf7-list-item-label {
		font-size: 20px;
	}

	/* Blog cat */
	.archive .blogParent {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}

	.blogElement1 { grid-area: 1 / 1 / 5 / 3; }
	.blogElement2 { grid-area: 1 / 3 / 3 / 4; }
	.blogElement3 { grid-area: 1 / 4 / 3 / 5; }
	.blogElement4 { grid-area: 3 / 3 / 5 / 4; }
	.blogElement5 { grid-area: 3 / 4 / 5 / 5; }
	.blogElement6 { grid-area: 5 / 1 / 7 / 2; }
	.blogElement7 { grid-area: 5 / 2 / 7 / 3; }
	.blogElement8 { grid-area: 7 / 1 / 9 / 2; }
	.blogElement9 { grid-area: 7 / 2 / 9 / 3; }
	.blogElement10 { grid-area: 5 / 3 / 9 / 5; }
	.blogElement11 { grid-area: 9 / 1 / 11 / 2; }
	.blogElement12 { grid-area: 9 / 2 / 11 / 3; }
	.blogElement13 { grid-area: 9 / 3 / 11 / 4; }
	.blogElement14 { grid-area: 9 / 4 / 11 / 5; }

	/* Blog list single */
	.single .blogSlider {
		padding-top: 330px
	}

	.single #blog {
		margin-bottom: -330px
	}

	/* About us */
	#references .reviewElementInner {
		padding: 75px;
	}

	/* Reference */
	#references .reviewDesc {
		font-size: 18px;
	}

	/* Error page */
	.error404 h1 {
		font-size: 60px;
	}

	.error404 h2 {
		font-size: 60px;
	}

	.error404 .img404 {
		width: 360px;
	}

	.error404 .lineImage404 img {
		width: 830px;
	}

}

@media (min-width: 1024px), (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#topMenuSlide {
		width: calc(100% - 380px);
		padding-right: 30px;
	}

	.headerSwiper .swiperDesc {
		padding-bottom: 10vh
	}

	.headerSwiper .swiperBgInner {
		margin-left: 5vw;
		margin-bottom: 10vh;
	}

	.headerSwiper .swiperBgInner h1 {
		font-size: 14vh;
	}

	#team .teamElementHeader {
		padding: 50px;
	}

	#team .teamElementCover {
		padding: 50px;
	}

	#team .teamElementCoverInner {
		padding-top: 110px;
	}

	#team .teamElementCover .socialIcons {
		bottom: 50px;
		left: 50px
	}
}

@media (min-width: 1140px), (min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#topMenuSlide {
		width: calc(100% - 480px);
		padding-right: 30px;
	}

	.single .blogSlider .blogElement .blogContent {
		padding: 15px;
	}

	.single .blogSlider .blogElement h3 {
		font-size: 1.2vw
	}
	
	.blogSlider article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

}

@media (min-width: 1199px), (min-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Btns */
	.btn-wide {
		padding: 28px 50px
	}

	.headerArrwDn {
		bottom: 60px;
	}

	/* Header slider  */
	.headerSwiper .swiper-pagination,
	.headerSwiper .swiperDescInner {
		margin-right: 7vw;
		margin-left: 5vw
	}

	.headerSwiper .btnWrap {
		margin-top: 5vh;
		margin-bottom: 9vh;
	}

	.headerSwiper .slideBody,
	.headerSwiper .signitureImg {
		margin-bottom: 5vh;
	}

	.headerSwiper .swiperDesc p {
		font-size: 22px;
	}

	.headerSwiper .swiperBgInner h1 {
		font-size: 90px;
		font-size: 7vw;
		margin-top: 10vh;
		margin-bottom: 10vh
	}

	.headerSwiper .swiperDesc h1 {
		font-size: 150px;
		font-size: 10vh;
		margin: 0 0 5vh 0;
	}

	.headerSwiper .swiperDesc h2 {
		font-size: 5vh;
	}

	.headerSwiper .swiperDesc h3 {
		font-size: 4vh;
	}

	.headerSwiper .swiperDesc h4 {
		font-size: 3.5vh;
	}

	.headerSwiper .swiperDesc p {
		font-size: 1.6vw;
	}

	.headerSwiper .swiperPaginationWrap {
		bottom: 9vh;
	}

	/* Blog latest home */
	.blogSlider .blogElement h3 {
		font-size: 32px;
		font-size: 1.6vw;
	}

	.blogSlider .blogElement .blogBody {
		font-size: 20px;
		font-size: 1vw;
	}

	.single .singleHeader h1 {
		font-size: 3vw;
		line-height: 1;
		font-weight: 900;
	}

	/* Contact */
	.contactPage .rightColAddress {
		font-size: 22px;
	}

	/* Offer Page */
	.page-template-default .pageHeader {
		margin-top: 110px
	}
	
	.page-template .pageHeader {
		margin-top: 190px;
	}

	.offerBlockInner .offerBlockInnerTitle {
		top: 60px;
		left: 60px;
	}

	.offerPage0L .sectionTitle h2,
	.offerBlockInner .offerBlockInnerTitle h3 {
		font-size: 50px;
		line-height: 1.25
	}

	.offerBlockInnerBtns {
		bottom: 60px;
		left: 60px;
		font-size: 50px;
	}

	/* Portfolio Page */
	.portfolioCover .paralaxInner {
		max-height: 100vh;
		overflow: hidden
	}
	
	blockquote p {
		padding-left: 40px;
	}

	.portfolioSections .repSections:not(.videoSection) {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.portfolioSections .titleCaseStudy {
		margin-bottom: -60px;
	}

	.portfolioSections .repSections .portfolioBody > img {
		margin-top: 100px;
	}

	.offerPage0LDesc blockquote {
		font-size: 46px;
		margin-top: 90px;
		margin-bottom: 90px;
		margin-left: 0;
	}

	.offerPage0LDesc blockquote p {
		font-size: 46px;
	}

	blockquote {
		font-size: 46px;
		margin-top: 90px;
		margin-bottom: 90px;
		margin-left: 30px;
	}
	
	.row.caseStudies .swiper-container {
		margin-right: -50px;
	}
}

@media (min-width: 1200px), (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#callUs {
		right: 50px;
		bottom: 50px;
	}

	.sectionForm {
		padding: 100px
	}
}

@media (min-width: 1280px), (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/*Menu */
	/* Btn */
	.btn-empty {
		font-size: 22px;
		padding: 15px 60px;
	}

	.btn-empty i {
		font-size: 20px
	}

	.headerSwiper .swiperBgInner {
		margin-left: 3.5vw;
	}

	/* Offer */
	#pageTitleWrap .pageTitleImgWrap {
		min-height: 114px;
		margin-bottom: 30px;
	}

	.offerPage2L .pageSection {
		font-size: 22px;
	}

	/* Contact */
	.rowContactLower .leftColData,
	.rowContactUpper .leftColForm {
		padding-right: 102px;
		border-right: 2px solid #ddd;
	}

	.rowContactLower .rightColPresentation,
	.rowContactUpper .rightColAddress {
		padding-left: 98px;
	}

	/* Reference */
}

@media (min-width: 1281px), (min-width: 1281px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Blog cat */
	.archive #blog .blogElement:nth-child(10) .blogTitle {
		font-size: 34px;
	}
	
	.headerSwiper .swiperBgInner {
		margin-left: 6vw;
	}
}

@media (min-width: 1440px), (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
	.slideOutNav #bigMenuSlide ul li a {
		font-size: 12vh;
	}

	.btn-empty {
		font-size: 24px;
		padding: 20px 60px;
	}
	
	.single-format-standard .newsletterOther {
		margin-bottom: 130px;
	}
	
	.headerSwiper .swiperBgInner {
		margin-left: 6.5vw;
	}
}

@media (min-width: 1441px), (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 1.5) {


	.archive #blog .blogElement:nth-child(6) .blogTitle {
		font-size: 34px;
	}

	.archive #blog .blogElement:nth-child(10) .blogTitle {
		font-size: 20px;
	}

	.archive .blogParent {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}

	.blogElement1 { grid-area: 1 / 1 / 3 / 3; }
	.blogElement2 { grid-area: 1 / 3 / 2 / 4; }
	.blogElement3 { grid-area: 1 / 4 / 2 / 5; }
	.blogElement4 { grid-area: 1 / 5 / 2 / 6; }
	.blogElement5 { grid-area: 2 / 3 / 3 / 4; }
	.blogElement6 { grid-area: 2 / 4 / 4 / 6; }
	.blogElement7 { grid-area: 3 / 1 / 4 / 2; }
	.blogElement8 { grid-area: 3 / 2 / 4 / 3; }
	.blogElement9 { grid-area: 3 / 3 / 4 / 4; }
	.blogElement10 { grid-area: 4 / 1 / 5 / 2; }
	.blogElement11 { grid-area: 4 / 2 / 5 / 3; }
	.blogElement12 { grid-area: 4 / 3 / 5 / 4; }
	.blogElement13 { grid-area: 4 / 4 / 5 / 5; }
	.blogElement14 { grid-area: 4 / 5 / 5 / 6; }
	
	
	.portfolioSections .repSections .portfolioBody {
		font-size: 26px;
	}
	
}

@media (min-width: 1600px), (min-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/*Menu */
	.container.simplePage,
	#referencesInner,
	.page-template .pageHeader {
		max-width: 1450px;
	}

	.container-fluid > .container {
		padding-left: 0;
		padding-right: 0;
		max-width: 1400px
	}
	
	.headerSwiper .swiperBgInner {
		margin-left: 5vw;
	}
}

@media (min-width: 1760px), (min-width: 1760px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.slideOutNav #bigMenuSlide ul li a {
		font-size: 11vh;
	}
}

@media (min-width: 1921px), (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body {
		font-family: -apple-system, 'MuseoSansRounded', sans-serif;
		font-size: 20px;
		font-weight: 300;
		line-height: 1.45;
		color: #000;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		background-color: #fff;
		margin: 0 auto;
	}
	
	picture img {
		object-fit: cover;
		width: 100%;
	}
	
	.catParalaxHeader .paralaxElement:not(.coverFront) {
		width: 100%;
		object-fit: cover;
		display: block;
	}
}

/* RWD Max */
@media (max-width: 1920px), (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.headerSwiper .swiperDescInner {
		max-width: 680px;
	}	
}

@media (max-width: 1760px), (max-width: 1760px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.headerSwiper .coverFront1 {
		height: 100vh;
	}
}

@media (max-width: 1680px), (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 1440px), (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body.page-template-page-aboutus .container {
		max-width: 100%;
	}

	#team .teamElementCoverInner p {
		font-size: 16px;
	}

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

@media (max-width: 1366px), (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.portfolioSections > div,
	.portfolioSections > div > .row > div {
		padding-right: 0;
		padding-left: 0;
	}
	
	.portfolioSections > div > .row {
		margin-right: 0;
		margin-left: 0;
	}
	
	.portfolioSections .titleCaseStudy,
	.portfolioSections .repSections.textSection {
		padding-right: 35px;
		padding-left: 35px;
	}
	
	#team .teamElementCoverInner p {
		font-size: 14px;
	}
}

@media (max-width: 1280px), (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.height100vh {
		height: 96vh
	}
	
	.single .singleHeader h1 {
		font-size: 6vw;
		line-height: 1;
		font-weight: 900;
	}

	.portfolioSections .titleCaseStudy .portfolioTitle,
	.portfolioSections .repSections .portfolioBody.portfolioBodyDesc {
		padding-left: 60px;
		padding-right: 60px;
	}

}

@media (max-width: 1279px), (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container-fluid > .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1199px), (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* single */
	.single #blog {
		margin-top: 22vw;
	}

	.catParalaxHeader .coverFront {
		max-height: 50vh;
		width: auto;
		top: initial;
		bottom: -30px
	}

	.archive .blogElement .blogTitle {
		font-size: 18px;
	}
	
	.portfolioCoverParalax .paralaxInner {
		height: 60vh
	}

	/* call us */
	#callUs {
		right: 25px;
		bottom: 25px;
	}
	
	.portfolioCover.portfolioCoverStatic h1, 
	.portfolioCover.portfolioCoverParalax h1 {
		font-size: 12vh;
		height: 9vh;
	}
}

@media (max-width: 1024px), (max-width: 1024x) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 992px), (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 991px), (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Btns */
	.mobileBtn span {
		background-color: #fff;
		box-shadow: 2px 2px 2px 0 rgba(4,8,41,.2);
	}

	.mobileBtn:hover span {
		background-color: #888;
	}

	.mobileBtn span::after,
	.mobileBtn span::before {
		border-bottom: 5px solid #fff;
		box-shadow: 2px 2px 2px 0 rgba(4,8,41,.2);
	}

	.mobileBtn:hover span::after,
	.mobileBtn:hover span::before {
		border-bottom-color: #888;
	}

	/* Home Slider */
	.swiper-slide .row > div {
		height: 50%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.headerSwiper .swiperDesc {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.headerSwiper .swiperBgInner {
		position: absolute;
		left: 0;
	}

	.headerSwiper .coverFront1 {
		max-height: 60vh;
	}

	#catHeaderInner .catTitle {
		font-size: 13vw;
	}
	
	.smallCaseBlocks .smallCaseBlockInner .paralaxElementRem, 
	.bigCaseBlock .bigCaseBlockInner .paralaxElementRem,
	.paralaxInner,
	.catParalaxHeader {
		display: none;
	}
	
	.catMobileHeader img {
		width: 100%;
		object-fit: cover;
	}
	
	.portfolioCover.portfolioCoverStatic h1,
	.portfolioCover.portfolioCoverParalax h1 {
		height: initial;
		top: 130px;
		bottom: initial
	}

	/* About us */
	.bigHeader > div > .row {
		height: 100%;
		flex-direction: column-reverse;
	}

	.bigHeader > div > .row > div {
		height: 50%;
		max-height: 50%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/* Single */
	.single #blog {
		margin-top: 24vw;
	}

	/* Newsletter */
	.newsletter .yellowBG {
		position: relative;
		z-index: 2;
	}

	.newsletter .yellowBG:before {
		position: absolute;
		bottom: 0;
		right: 0;
		content: "";
		width: 373px;
		height: 247px;
		background: url(img/vader.png) no-repeat 0 0;
		z-index: 2;
	}

	.newsletter .newsletterDesc h2,
	.newsletter .newsletterDesc h3,
	.newsletter .newsletterDesc h4 {
		font-size: 18px;
	}

	.newsletter .newsletterDesc h2,
	.newsletter .newsletterDesc h3,
	.newsletter .newsletterDesc h4 {
		margin-bottom: 15px;
	}
	
	.formFieldCheckbox .formField .wpcf7-list-item-label {
		height: 32px;
		padding: 0 25px;
	}
	
	.formFieldCheckbox .wpcf7-list-item-label::after, 
	.formFieldCheckbox .wpcf7-list-item-label::before {
		width: 14px;
		height: 14px;
		left: 10px;
		top: 10px;
	}
	
	.formFieldCheckbox .wpcf7-list-item {
		margin: 0 15px 0 0;
	}
	
	.formFieldCheckbox .wpcf7-list-item-label::after {
		font-size: 14px;
	}

	/* Portfolio page */
	.portfolioSections .repSections .portfolioBody.portfolioBodyDesc {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Portfolio page */
	.portfolioCover.portfolioCoverStatic h1,
	.portfolioCoverParalax.portfolioCoverParalax h1,
	.titleUnderCover .portfolioTitle h1,
	.portfolioCover .portfolioCoverTitle h1 {
		font-size: 10vh;
		height: 7vh;
	}

	.portfolioCoverParalax .coverFront1 {
		max-height: 60vh;
	}

	.portfolioCoverParalax .headerArrwDn {
		bottom: 45px;
	}

	footer.nextPost .nextPostTitle h3 {
		font-size: 14vw;
	}
	
	/* Footer */
	.footerCol {
		margin-bottom: 45px;
	}

	.headerArrwDn {
		bottom: -37px;
	}
}

@media (max-width: 767px), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Menu */
	.closeModalBtn, 
	.mobileBtn, 
	.closeBtn {
		margin-top: 13px;
	}

	.fixedNavbar {
		position: fixed;
	}

	.menu1level.navbarLockup {
		width: calc(100% - 14vw);
		margin-top: 30px;
	}
	
	.home .mobileBtn span {
		background-color: #fff !important;
	}
	
	.home .PageColor .mobileBtn span::before, 
	.home .PageColor .mobileBtn span::after {
		border-bottom: 5px solid #fff !important;
	}

	/* Misc */
	body:not(.home) .plr25 {
		padding-left: 25px;
		padding-right: 25px;
	}

	body {
		font-size: 18px;
	}

	.height100vh {
		min-height: 568px;
	}

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

	.pb-20 {
	  padding-bottom: 6rem !important;
	}

	/* Buttons */
	.btn,
	.btn-yellow,
	.btn-white,
	.formBody .btnWrap.btnWrapArrow,
	.btnWrap .wpcf7-submit,
	.btn-empty {
		width: 100%;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	/* Navigation */
	.navigation > div {
		margin: 5px 0;
	}

	.navigation > div a {
		width: 100%;
	}

	.navigation .alignright {
		text-align: right
	}

	.headerArrwDn,
	.portfolioCoverArrow {
		display: none;
	}
	
	.pageSection {
		overflow-x: hidden;
	}

	/* Offer Page */
	header .logoImg img {
		width: 56px;
		height: 56px;
	}

	.menu1level.navbarLockup {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.slideOutNav .btnWrap {
		width: calc(100% - 65px);
		text-align: left;
		vertical-align: bottom;
		padding-left: 65px;
		margin-bottom: 10px;
	}

	.slideOutNav .btnWrap a {
		display: inline-block;
		vertical-align: top;
		padding: 20px 25px;
		font-size: 16px;
	}

	.slideOutNav #topMenuSlide {
		margin-top: 15px;
	}

	.slideOutNav #topMenuSlide ul li {
		padding: 15px 0 0;
		flex: 0 0 100%;
	}

	.slideOutNav #topMenuSlide ul li:first-child,
	.slideOutNav ul.menu.nav > li:first-child {
		padding-top: 0
	}

	.slideOutNav .dropdown-menu-custom li {
		padding: 4vh 0 0;
	}

	.slideOutNav li a {
		font-weight: 900;
		font-size: 20px;
	}

	.slideOutNav #bigMenuSlide ul li a {
		font-size: 32px;
		font-size: 9vw;
		font-weight: 700
	}

	.slideOutNav #bigMenuSlide ul li.current-menu-item a {
		padding-top: 4px;
	}

	.slideOutNav .logoImg {
		position: absolute;
		top: 0;
		left: 0
	}

	.menu2level {
		margin-top: 10vh;
	}

	#langSocialWrap {
		width: 100%;
		padding: 0 7vw;
		margin: 45px 0;
	}

	#langSocial,
	#langMenu {
		margin-bottom: 30px;
		padding: 0;
	}

	#langMenu .nav {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.slideOutNav #langMenu ul li a {
		font-size: 14px;
	}

	/* Home Slider */
	.single section.plr25:not(.newsletterOther),
	.home section.plr25,
	section.plr25.blogSlider {
		padding-left: 0;
		padding-right: 0;
		overflow-x: hidden;
	}

	.single section.plr25 .row,
	section.plr25.blogSlider .row,
	.home section.plr25 .row {
		margin-right: 0;
		margin-left: 0;
	}

	.single section.plr25 .col-12,
	section.plr25.blogSlider .col-12,
	.home section.plr25 .col-12 {
		padding-right: 0;
		padding-left: 0;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets, 
	.swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 18px;
	}

	.swiper-slide .row > div {
		height: 50%;
	}

	.headerSwiper .swiperBG {
		padding-bottom: 50px
	}

	.headerSwiper .swiperDesc {
		padding-bottom: 30px;
	}

	.headerSwiper .swiper-pagination,
	.headerSwiper .swiperDescInner {
		margin-right: 30px;
		margin-left: 30px;
		text-align: center;
		width: 100%;
	}

	.headerSwiper .swiperBgInner {
		margin-left: 25px;
		margin-bottom: 20px;
	}

	.headerSwiper .btnWrap {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.headerSwiper .slideBody,
	.headerSwiper .signitureImg {
		margin-bottom: 15px;
	}

	.headerSwiper .signitureImg img {
		width: 140px;
		height: auto;
	}

	.headerSwiper .swiperBgInner h1 {
		font-size: 70px;
		margin-bottom: 0;
	}

	.headerSwiper .swiperDesc h1 {
		font-size: 50px;
		margin: 0 0 30px 0;
	}

	.headerSwiper .swiperDesc h2 {
		font-size: 24px;
		line-height: 1;
	}

	.headerSwiper .swiperDesc h3 {
		font-size: 22px;
		line-height: 1;
	}

	.headerSwiper .swiperDesc h4 {
		font-size: 20px;
		line-height: 1;
	}

	.headerSwiper .swiperDesc p {
		font-size: 16px;
	}

	.headerSwiper .swiperPaginationWrap {
		position: absolute;
		z-index: 100;
		bottom: 25px;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
	}

	.swiper-pagination, .swiper-pagination-fraction {
		text-align: center;
	}

	.swiper-pagination .swiper-pagination-bullet {
		background: none;
		border-radius: 5px;
		width: 8px;
		height: 8px;
		margin-right: 5px;
		opacity: 1
	}

	.headerSwiper .swiper-pagination .swiper-pagination-bullet {
		width: 40px;
	}
	
	.blogSlider .swiper-container {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}
	
	.blogSlider .swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		padding-left: 25px;
		transition-property: transform;
		box-sizing: content-box;
	}
		
	.blogSlider .swiper-slide {
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		transition-property: transform;
	}
	
	.archive #blog .blogElement:first-child .blogTitle {
		font-size: 24px;
	}
	
	#blogNav .blogNavInner {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
	}
	
	.category #blogNav .blogNavInner li a {
		white-space: nowrap;
	}

	/* Portfolio page */
	#blogMore .row article {
		margin-bottom: 25px !important;
	}
	
	.portfolioSections .repSections .portfolioBody.portfolioBodyDesc {
		padding-left: 0;
		padding-right: 0;
	}
	
	.portfolioSections .repSections .portfolioBody > img {
		margin-top: 0;
	}
		
	#blogNav .blogNavInner li {
		margin-right: 15px;
	}
	
	#blogNav .blogNavInner li a {
		font-size: 16px;
	}
	
	.portfolioCover {
		height: initial;
	}
	
	.portfolioSections .repSections:not(.videoSection) {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.portfolioSections .titleCaseStudy {
		margin-bottom: -10px;
	}
	
	.portfolioSections .repSections.imgSection {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.portfolioSections .titleCaseStudy .portfolioTitle {
		padding-left: 0;
		padding-right: 0;	
	}
	
	.titleUnderCover .portfolioTitle h2 {
		margin: 15px 0 0;
		font-size: 32px;
	}
	
	footer.nextPost .nextPostTitle span {
		font-size: 16px;
	}
	
	.portfolioSections .repSections.textSection {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	
	.post-type-archive-reviews #catHeader,
	.category #catHeader {
		height: 80vh;
	}
	
	.post-type-archive-reviews #catHeader,
	#catHeader.blogHeader {
		-ms-flex-align: start !important;
		align-items: start !important;
	}
	
	#catHeader.refHeader .catTitle,
	#catHeader.blogHeader .catTitle {
		margin-top: 130px;
	}
	
	.blogSlider.blogSliderUnderTitle .blogElement a h3 {
		color: #fff;
	}
	
	/* Newsletter */
	.newsletter .yellowBG:before {
		bottom: 0;
		right: -70px;
	}

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

	.newsletter .newsletterDesc {
		margin-bottom: 30px;
		position: relative;
		z-index: 3;
	}

	.newsletter .formField input[type="email"] {
		padding: 17px 20px;
		height: 61px
	}

	.newsletter .wpcf7-submit {
		width: 61px;
		height: 61px
	}

	.newsletter .btnWrap .wpcf7-submit {
		padding: 17px 20px;
		font-size: 0;
	}

	.newsletter .yellowBG .btnWrap .wpcf7-submit {
		color: #3545b7;
	}

	.newsletter .newsletterForm {
		width: 100%;
	}

	.newsletterForm .formField {
		width: calc(100% - 62px);
	}

	.newsletter .formField input[type="email"] {
		max-width: 100%;
	}

	.newsletterForm .btnWrapArrow {
		width: 62px;
	}

	.formBodyNewsletter .btnWrapArrow .wpcf7-submit::after {
		top: 20px;
		right: 20px;
	}

	.btnWrap .wpcf7-submit:hover {
		color: #3545b7;
	}

	.btnWrapArrow .wpcf7-submit:after {
		top: 17px;
		right: 16px;
		font-size: 22px;
	}

	#callUs {
		right: 20px;
		bottom: 20px;
	}

	/* Blog cat */
	.archive #blog {
		margin-left: 25px;
		margin-right: 25px;
	}

	.archive #blogMore {
	    padding-right: 25px;
		padding-left: 25px;
	}

	.archive .blogElement {
		margin-bottom: 25px;
		height: calc(100vw - 50px)
	}

	/* Single */
	.single #blog {
		margin-top: 100vw;
	}

	.single .singleAuthor {
		margin-top: -100px;
	}

	.single .singleAuthor img {
		max-height: 100px;
	}

	.single .authorName {
		font-size: 20px;
	}

	.single .singleHeader h1 {
		font-size: 10vw;
	}

	/* Portfolio */
	#catHeaderInner .catTitle {
		margin: 45px 0 20px 0;
	}
	
	#catHeaderInner .catTitle {
		font-size: 12vw;
		padding: 0 55px;
	}
	
	.filterBox.smallHoverMenuWrap {
		display: none;
	}

	.smallHoverMenuWrap {
		position: initial;
	}

	.smallHoverMenu,
	.filterBox .smallHoverMenu {
		top: 48px;
		right: -2px;
		left: initial;
	}
	
	.smallHoverMenuWrap i.fa-caret-right {
		transform: rotate(90deg) translate3d(4px,0,0);
	}
	
	.smallHoverMenuWrap i.fa-caret-right:before {
		font-size: 22px;
	}
	
	#portolioClient {
		padding-right: 25px;
		padding-left: 25px;
	}

	/* Offer page */
	#offerDoorway {
		background-color: #000;
	}

	.customBaner .banerImg img {
		max-width: 100%;
		height: auto;
		margin-top: 45px;
		margin-bottom: -110px;
	}

	.offerBlockInner .offerBlockInnerBtns,
	.offerBlockInner .offerBlockInnerTitle h3 {
		font-size: 40px;
	}

	.pageSection > .btnWrap {
		padding-left: 25px;
		padding-right: 25px;
	}

	.pageSection .pageSectionBtns a.btn-white {
		margin-top: 30px
	}

	.pageSection .pageSectionHeader  {
		margin-bottom: 30px;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.pageSection .pageSectionHeaderIcon {
		margin-right: 45px
	}

	.formSection .formField2Col .formField {
		margin-top: 30px;
		width: 100%;
	}

	.formSection .formField2Col .formField:first-child {
		margin-top: 0;
	}

	.formBodyCV .formSection,
	.briefPage .formSection {
		margin-bottom: 30px
	}

	.briefPage .formSection .formFieldDesc::before {
		float: left;
		padding: 0 10px 0 0;
	}

	.briefPage .formSection p {
		font-size: 16px
	}

	body:not(.single) .blogSlider {
		margin-top: 25px;
		margin-bottom: 25px
	}
	
	.newsletter .newsletterDesc {
		padding-right: 0;
	}
	
	.newsletter .newsletterDesc * {
		text-align: center !important;
	}
	
	/* FAQ */
	.formBodyFor .formSection .formFieldDesc {
		text-align: left !important;
	}
	
	#logotypes .logotypesRow {
		padding-left: 12.5px;
		padding-right: 12.5px;
	}
	
	#logotypes .logotypElement {
		margin-bottom: 25px;
		padding-right: 12.5px;
		padding-left: 12.5px;
	}
	
	#team .teamElement {
		margin-bottom: 25px;
	}
	
	#team .teamElement:last-child {
		margin-bottom: 0
	}
	
	.page-template-page-aboutus .pageSection {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#references .swiper-slide {
		width: 78vw !important; 
		margin: 0 auto
	}
	
	#references .reviewDesc p {
		font-size: 15px;
	}

	/* Comments */
	#commentform {
		padding: 20px;
	}

	.blogMetaSingle {
		flex-wrap: wrap;
	}

	.blogMetaSingle > div {
		text-align: left;
		margin: 0 10px 15px 10px
	}

	#comments .commentsInner .comment-author .avatarImgWrap {
		width: 100%;
		position: relative;
	}

	#comments .commentsInner .comment-author.commentmetadata {
		width: 60%;
	}

	#comments .commentsInner .avatarImg  {
		width: 100%;
	}

	#comments .commentsInner .comment-author .reply {
		display: none;
	}

	#comments .commentsInner .comment-author cite {
		width: auto;
	}

	#commentform .btn {
		width: 100%;
		text-align: center;
	}
	
	.formSection .codedropz-upload-inner h3,
	.formSection .codedropz-upload-inner span {
		display: none;
	}

	/* Contact */
	.contactPage .leftColForm {
		margin-bottom: 45px;
	}

	/* error page */
	.error404 .lineImage404 img {
		display: none;
	}

	.error404 h1 {
		margin-bottom: 45px;
	}

	.error404 .errorDesc {
		font-size: 30px
	}

	/* Cookies */
	#cookie-law-info-bar span div.cookieDesc {
		display: inline-block;
		width: 100%;
		font-size: 12px;
		text-align: justify;
		padding: 0 0 30px 0;
	}

	#footer {
		padding-top: 50px;
	}

	#footer .footerSocial .btnWrap a {
		width: 100%;
		font-size: 18px;
		text-align: center;
	}

	#footer .footerSocial .btnWrap {
		margin-top: 30px;
	}
	
	footer.nextPost .nextPostTitle h4 {
		font-size: 24px;
	}
}

@media (max-width: 576px), (max-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 575px), (max-width: 575px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body:not(.single) .blogSlider .blogElement {
		position: relative;
	}

	body:not(.single) .blogSlider .blogElement .blogContent {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 30px;
		background-position: 100% 0;
		background-repeat: no-repeat;
		background-size: cover;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0.45) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.45) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.45) 100%);
	}

	body:not(.single) .blogSlider .blogElement h3 a {
		color: #fff;
	}

	body:not(.single) .blogSlider .blogElement .blogMetaWrap {
		text-shadow: 1.147px 1.638px 5px rgba(0, 0, 0, 0.24);
	}

	body:not(.single) .blogSlider .blogElement .blogMetaWrap,
	body:not(.single) .blogSlider .blogElement .blogMetaWrap a {
		color: #fff;
		font-size: 16px;
	}

	.home section.plr25 .row,
	section.plr25.blogSlider .row,
	.smallCaseBlocks .smallCaseBlockInner img,
	.bigCaseBlock .bigCaseBlockInner img {
		width: 100%;
	}

	.row.rowSmallCaseBlocks:not(.noSwiper),
	.swiper-wrapper.row {
		flex-wrap: initial;
	}
	
	.archive .smallCaseBlocks {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.archive .row.rowSmallCaseBlocks:not(.noSwiper),
	.archive .swiper-wrapper.row {
		padding-left: 0;
		padding-right: 0;
		margin: 0
	}
	
	.archive .row.rowSmallCaseBlocks.noSwiper > div {
		margin-bottom: 25px;
	}
	
	.archive .smallCaseBlocks .swiper-slide {
		padding: 0
	}

	.caseStudies .wrapCaseDesc {
		bottom: 40px;
	}
	
	.single .blogSlider {
		padding-bottom: 0;
	}

	.headerSwiper .slideBody,
	.headerSwiper .signitureImg {
		margin-bottom: 0;
	}
	
	.headerSwiper .slideBody p+p:last-of-type,
	.headerSwiper .signitureImg {
		display: none !important;
	}
	
	.headerSwiper .btnWrap .btn-empty {
		padding: 15px 10px;
	}
}

@media (max-width: 414px), (max-width: 414px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Offer Page */
	.page-template .pageHeader {
		margin-top: 120px;
	}

	#pageTitleWrap h1.pageTitle  {
		font-size: 20px
	}
}

@media (max-width: 380px), (max-width: 380px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 360px), (max-width: 360px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 320px), (width-max: 320px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Home slider */
	.headerSwiper .signitureImg {
		display: none !important;
	}

	.headerSwiper .swiperBgInner h1 {
		font-size: 50px;
	}

	.btn-yellow,
	.btn-white,
	.btn-empty {
		font-size: 16px;
		padding: 6px 10px;
	}
	
	.slideOutNav #bigMenuSlide,
	.slideOutNav .navbarLockup {
		margin-top: 10px
	}
	
	.slideOutNav .btnWrap a {
		padding: 20px 15px;
	}
	
	#blogNav .blogNavInner li {
		margin-right: 10px;
	}
	
	#blogNav .blogNavInner li a {
		font-size: 15px;
	}
	
	#catHeaderInner .catTitle {
		font-size: 8vw;
	}
}

@media (min-width: 768px) and (max-width: 1139px), (min-width: 768px) and (max-width: 1139px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.single .blogSlider article {
		margin-bottom: 50px;
	}

	.single .blogSlider article:last-child {
		display: none;
	}
	
	/* Home Case studies */
	.home .smallCaseBlocks .swiper-container {
		margin-right: -50px;
	}
}

@media (max-height: 768px) {
	.modal h2,
	.modal h3,
	.modal h4,
	.modal h5 {
		margin-bottom: 20px;
	}

	.modal .innerDesc p,
	.modal .innerDesc ul li,
	.modal .innerDesc ol li {
		margin-bottom: 10px;
	}

	.modal .mb-5,
	.modal .my-5 {
		margin-bottom: 1.5rem !important
	}
}
