/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset Styles
 *     1.2 Context Styles
 *     1.3 Page layout
 *     1.4 Offsets
 *   2 Utilities
 *     2.1 Text styling
 *     2.2 Row spacing
 *     2.3 Sections
 *     2.4 Grid modules
 *     2.5 Backgrounds
 *     2.6 Utilities custom
 *   3 Components
 *     3.1 Typography
 *     3.2 Brand
 *     3.3 Links
 *     3.4 Blocks
 *     3.5 Boxes
 *     3.6 Groups
 *     3.7 Responsive units
 *     3.8 Lists
 *     3.9 Images
 *     3.10 Icons
 *     3.11 Tables custom
 *     3.12 Dividers
 *     3.13 Buttons
 *     3.14 Jumbotron
 *     3.15 Posts
 *     3.16 Quotes
 *     3.17 Thumbnails
 *     3.18 Footers
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 Google Map
 *     4.5 Material Parallax
 *//** @group Base *//** @section Reset Styles */a:focus,button:focus {	outline: none !important;}button::-moz-focus-inner {	border: 0;}*:focus {	outline: none;}blockquote {	padding: 0;	margin: 0;}input,button,select,textarea {	outline: none;}label {	margin-bottom: 0;}p {	margin: 0;}ul,ol {	list-style: none;	padding: 0;	margin: 0;}ul li,ol li {	display: block;}dl {	margin: 0;}dt,dd {	line-height: inherit;}dt {	font-weight: inherit;}dd {	margin-bottom: 0;}cite {	font-style: normal;}form {	margin-bottom: 0;}address {	margin-top: 0;	margin-bottom: 0;}figure {	margin-bottom: 0;}html p a:hover {	text-decoration: none;}/** @section Context Styles */.context-dark, .bg-gray-700, .bg-primary,.context-dark h1,.bg-gray-700 h1,.bg-primary h1, .context-dark h2, .bg-gray-700 h2, .bg-primary h2, .context-dark h3, .bg-gray-700 h3, .bg-primary h3, .context-dark h4, .bg-gray-700 h4, .bg-primary h4, .context-dark h5, .bg-gray-700 h5, .bg-primary h5, .context-dark h6, .bg-gray-700 h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-primary [class^='heading-'] {	color: #ffffff;}/** @section Page layout */.page {	position: relative;	overflow: hidden;	min-height: 100vh;	opacity: 0;}.page.fadeIn {	animation-timing-function: ease-out;}.page.fadeOut {	animation-timing-function: ease-in;}[data-x-mode] .page {	opacity: 1;}html.boxed body {	background: #edeff4 url(../images/bg-pattern-boxed.png) repeat fixed;}@media (min-width: 1630px) {	html.boxed .page {		max-width: 1600px;		margin-left: auto;		margin-right: auto;		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);	}	html.boxed .rd-navbar-static {		max-width: 1600px;		margin-left: auto;		margin-right: auto;	}	html.boxed .rd-navbar-static.rd-navbar--is-stuck {		max-width: 1600px;		width: 100%;		left: calc(50% - 1600px);		right: calc(50% - 1600px);	}}/** @section Offsets */* + p {	margin-top: 15px;}p + p {	margin-top: 12px;}figure + p {	margin-top: 5px;}img + p {	margin-top: 15px;}h2 + p,.heading-2 + p {	margin-top: 12px;}p + h2,p + .heading-2 {	margin-top: 15px;}h3 + h5 {	margin-top: 10px;}h3 + figure {	margin-top: 20px;}h3 + img {	margin-top: 42px;}* + .big {	margin-top: 20px;}* + .text-block {	margin-top: 30px;}.row + h3,.row + .heading-3 {	margin-top: 80px;}.container + .container {	margin-top: 35px;}.row + .row {	margin-top: 35px;}@media (min-width: 1200px) {	* + .rd-form {		margin-top: 30px;	}	.container + .container {		margin-top: 60px;	}	.row + .row {		margin-top: 60px;	}}/** @group Utilities *//** @section Text styling */.text-italic {	font-style: italic;}.text-normal {	font-style: normal;}.text-underline {	text-decoration: underline;}.text-strike {	text-decoration: line-through;}.font-weight-thin {	font-weight: 100;}.font-weight-light {	font-weight: 300;}.font-weight-regular {	font-weight: 400;}.font-weight-medium {	font-weight: 500;}.font-weight-sbold {	font-weight: 600;}.font-weight-bold {	font-weight: 700;}.font-weight-ubold {	font-weight: 900;}.text-spacing-0 {	letter-spacing: 0;}.text-primary {	color: #fdd835 !important;}/** @section Row spacing */.row-0 {	margin-bottom: 0px;}.row-0:empty {	margin-bottom: 0;}.row-0 > * {	margin-bottom: 0px;}.row-5 {	margin-bottom: -5px;}.row-5:empty {	margin-bottom: 0;}.row-5 > * {	margin-bottom: 5px;}.row-15 {	margin-bottom: -15px;}.row-15:empty {	margin-bottom: 0;}.row-15 > * {	margin-bottom: 15px;}.row-20 {	margin-bottom: -20px;}.row-20:empty {	margin-bottom: 0;}.row-20 > * {	margin-bottom: 20px;}.row-30 {	margin-bottom: -30px;}.row-30:empty {	margin-bottom: 0;}.row-30 > * {	margin-bottom: 30px;}.row-50 {	margin-bottom: -50px;}.row-50:empty {	margin-bottom: 0;}.row-50 > * {	margin-bottom: 50px;}@media (min-width: 992px) {	.row-lg-30 {		margin-bottom: -30px;	}	.row-lg-30:empty {		margin-bottom: 0;	}	.row-lg-30 > * {		margin-bottom: 30px;	}	.row-lg-50 {		margin-bottom: -50px;	}	.row-lg-50:empty {		margin-bottom: 0;	}	.row-lg-50 > * {		margin-bottom: 50px;	}}* + .row {	margin-top: 30px;}@media (min-width: 1200px) {	* + .row {		margin-top: 45px;	}}/** @section Sections */.section-xs {	padding: 25px 0;}.section-sm,.section-md,.section-lg,.section-xl {	padding: 65px 0;}@media (max-width: 767.98px) {	.section:not(.parallax-container) .section-lg {		padding-top: 60px;		padding-bottom: 20px;	}}.section-collapse + .section-collapse {	padding-top: 0;}.section-collapse:last-child {	padding-bottom: 0;}html [class*='section-'].section-bottom-0 {	padding-bottom: 0;}@media (max-width: 991.98px) {	section.section-sm:first-of-type,	section.section-md:first-of-type,	section.section-lg:first-of-type,	section.section-xl:first-of-type,	section.section-xxl:first-of-type {		padding-top: 40px;	}}@media (min-width: 768px) {	.section-sm {		padding: 60px 0;	}	.section-md {		padding: 70px 0;	}	.section-lg {		padding: 65px 0;	}}@media (min-width: 992px) {	.section-md {		padding: 80px 0 90px;	}	.section-lg {		padding: 100px 0;	}}.section-single {	display: flex;	text-align: center;}.section-single p {	margin-left: auto;	margin-right: auto;}.section-single * + .rights {	margin-top: 35px;}@media (min-width: 992px) {	.section-single * + .rights {		margin-top: 60px;	}}.section-single .rd-mailform-wrap {	max-width: 670px;	margin-left: auto;	margin-right: auto;	text-align: center;}.section-single * + .rd-mailform-wrap {	margin-top: 20px;}.section-single-header {	padding: calc(1em + 3vh) 0 calc(1em + 2vh);}.section-single-main {	padding: calc(1em + 4vh) 0;}.section-single-footer {	padding: calc(1em + 2vh) 0 calc(1em + 3vh);}.section-single-inner {	display: flex;	flex-direction: column;	align-items: center;	justify-content: space-between;	width: 100%;	min-height: 100vh;}.section-single-inner > * {	width: 100%;}/** @section Grid modules */.grid-demo {	letter-spacing: 0;	text-align: center;}.grid-demo p {	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis;}.grid-demo * + p {	margin-top: 5px;}.grid-demo * + .row {	margin-top: 20px;}.grid-demo .row + .row {	margin-top: 0;}@media (min-width: 1200px) {	.grid-demo {		text-align: left;	}	.grid-demo p {		white-space: normal;		overflow: visible;		text-overflow: unset;	}	.grid-demo * + p {		margin-top: 25px;	}}.grid-demo-bordered .row {	border: 0 solid #d7d7d7;	border-top-width: 1px;}.grid-demo-bordered .row:last-child {	border-bottom-width: 1px;}.grid-demo-bordered [class*='col'] {	padding: 5px 15px;}.grid-demo-bordered [class*='col']:before {	content: '';	position: absolute;	top: 0;	bottom: 0;	left: -1px;	border-left: 1px solid #d7d7d7;}@media (min-width: 768px) {	.grid-demo-bordered [class*='col'] {		padding: 30px;	}}@media (min-width: 1200px) {	.grid-demo-bordered [class*='col'] {		padding: 50px 50px 45px;	}}.grid-demo-underlined .row {	border-bottom: 1px solid #d7d7d7;}.grid-demo-underlined [class*='col'] {	padding: 5px 15px;}@media (min-width: 768px) {	.grid-demo-underlined [class*='col'] {		padding-top: 25px;		padding-bottom: 25px;	}}@media (min-width: 1200px) {	.grid-demo-underlined [class*='col'] {		padding-top: 45px;		padding-bottom: 45px;	}}.row-narrow {	margin-left: -10px;	margin-right: -10px;}.row-narrow > [class*='col'] {	padding-left: 10px;	padding-right: 10px;}/** @section Backgrounds */.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {	display: none;}.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {	display: block;}.bg-default {	background-color: #ffffff;}.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {	padding-top: 0;}.bg-gray-100 {	background-color: #edeff4;}.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {	padding-top: 0;}.bg-gray-700 {	background-color: #2c343b;}.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {	padding-top: 0;}.bg-primary {	background-color: #fdd835;	color: #000000;}.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {	padding-top: 0;}.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary [class^='heading-'] {	color: #000000;}.bg-primary h1 a, .bg-primary h1 a:focus, .bg-primary h1 a:active, .bg-primary h2 a, .bg-primary h2 a:focus, .bg-primary h2 a:active, .bg-primary h3 a, .bg-primary h3 a:focus, .bg-primary h3 a:active, .bg-primary h4 a, .bg-primary h4 a:focus, .bg-primary h4 a:active, .bg-primary h5 a, .bg-primary h5 a:focus, .bg-primary h5 a:active, .bg-primary h6 a, .bg-primary h6 a:focus, .bg-primary h6 a:active, .bg-primary [class^='heading-'] a, .bg-primary [class^='heading-'] a:focus, .bg-primary [class^='heading-'] a:active {	color: #000000;}.bg-primary h1 a:hover, .bg-primary h2 a:hover, .bg-primary h3 a:hover, .bg-primary h4 a:hover, .bg-primary h5 a:hover, .bg-primary h6 a:hover, .bg-primary [class^='heading-'] a:hover {	color: #6b4da7;}.bg-primary a, .bg-primary a:focus, .bg-primary a:active {	color: #000000;}.bg-primary a:hover {	color: #6b4da7;}.bg-image {	background-size: cover;	background-position: center;}@media (min-width: 992px) {	html:not(.tablet):not(.mobile) .bg-fixed {		background-attachment: fixed;	}}/** @section Utilities custom */.height-fill {	position: relative;	display: flex;	flex-direction: column;	align-items: stretch;}.height-fill > * {	flex-grow: 1;	flex-shrink: 0;}.object-inline {	white-space: nowrap;}.object-inline > * {	display: inline-block;	min-width: 20px;	vertical-align: top;	white-space: normal;}.object-inline > * + * {	margin-left: 5px;}.oh {	position: relative;	overflow: hidden;}.text-decoration-lines {	position: relative;	overflow: hidden;	width: 100%;}.text-decoration-lines-content {	position: relative;	display: inline-block;	min-width: 170px;	font-size: 13px;	text-transform: uppercase;}.text-decoration-lines-content::before, .text-decoration-lines-content::after {	content: '';	position: absolute;	height: 1px;	background: #d7d7d7;	top: 50%;	width: 100vw;}.text-decoration-lines-content::before {	left: 0;	transform: translate3d(-100%, 0, 0);}.text-decoration-lines-content::after {	right: 0;	transform: translate3d(100%, 0, 0);}* + .text-decoration-lines {	margin-top: 30px;}p.rights {	font-size: 14px;	color: #6d6d6d;}p.rights a, p.rights a:focus, p.rights a:active {	color: #6d6d6d;}p.rights a:hover {	color: #6b4da7;}[style*='z-index: 1000;'] {	z-index: 1101 !important;}.text-block > * {	margin-left: .125em;	margin-right: .125em;}.privacy-link {	display: inline-block;}* + .privacy-link {	margin-top: 30px;}/** @group Components *//** @section Typography */body {	font-size: 18px;	-webkit-text-size-adjust: none;	-webkit-font-smoothing: subpixel-antialiased;}h1, h2, h3, h4, h5, h6, [class^='heading-'] {	margin-bottom: 0;}h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {	color: inherit;}h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {	color: #fdd835;}h1,.heading-1 {	font-size: 32px;	text-transform: uppercase;	letter-spacing: .08em;}@media (min-width: 1200px) {	h1,	.heading-1 {		font-size: 54px;		line-height: 1.14815;	}}h2,.heading-2 {	font-size: 28px;}@media (min-width: 1200px) {	h2,	.heading-2 {		font-size: 48px;		line-height: 1.45833;	}}h3,.heading-3 {	font-size: 24px;	letter-spacing: .08em;	text-transform: uppercase;}h3 + p,.heading-3 + p {	margin-top: 20px;}@media (min-width: 1200px) {	h3,	.heading-3 {		font-size: 30px;		line-height: 1.2;	}	h3 + p,	.heading-3 + p {		margin-top: 50px;	}}h4,.heading-4 {	font-size: 22px;	font-weight: 400;}h4 + p,.heading-4 + p {	margin-top: 3px;}@media (min-width: 1200px) {	h4,	.heading-4 {		font-size: 24px;		line-height: 1.25;	}	h4 + p,	.heading-4 + p {		margin-top: 30px;	}}h5,.heading-5 {	font-size: 18px;	line-height: 1.44444;}h6,.heading-6 {	font-size: 16px;	line-height: 1.5;}small,.small {	display: block;	font-size: 12px;	line-height: 1.5;}mark,.mark {	padding: 3px 5px;	color: #ffffff;	background: #fdd835;}.big {	font-size: 20px;	line-height: 1.7;}.lead {	font-size: 24px;	line-height: 34px;	font-weight: 300;	letter-spacing: .02em;}* + .lead {	margin-top: 20px;}@media (min-width: 1200px) {	* + .lead {		margin-top: 35px;	}}code {	padding: 3px 5px;	border-radius: 0.2rem;	font-size: 90%;	color: #111111;	background: #edeff4;}p [data-toggle='tooltip'] {	padding-left: .25em;	padding-right: .25em;	color: #fdd835;}p [style*='max-width'] {	display: inline-block;}::selection {	background: #fdd835;	color: #ffffff;}::-moz-selection {	background: #fdd835;	color: #ffffff;}/** @section Brand */.brand {	display: inline-block;}.brand .brand-logo-light {	display: none;}.brand .brand-logo-dark {	display: block;}/** @section Links */a {	transition: all 0.3s ease-in-out;}a, a:focus, a:active, a:hover {	text-decoration: none;}a, a:focus, a:active {	color: #fdd835;}a:hover {	color: #e3ba02;}a[href*='tel'], a[href*='mailto'] {	white-space: nowrap;}.link-hover {	color: #e3ba02;}.link-press {	color: #e3ba02;}.link-inline, .link-inline:focus, .link-inline:active {	color: #6b4da7;}.link-inline:hover {	color: #6b4da7;}.link-inline, .link-inline:focus, .link-inline:active {	text-decoration: underline;}.link-inline:hover {	text-decoration: none;}/** @section Blocks */.block-center {	margin-left: auto;	margin-right: auto;}.block-lg {	max-width: 640px;}.block-service {	max-width: 510px;	text-align: left;}.block-team-member {	display: inline-block;	max-width: 330px;	text-align: left;}.block-team-member img {	border-radius: 50%;}.block-team-member * + p {	margin-top: 7px;}@media (min-width: 1200px) {	.block-team-member * + p {		margin-top: 16px;	}}.block-info {	width: 50%;}.block-info-wrapper {	margin-bottom: -15px;	margin-left: -15px;	display: flex;	flex-wrap: wrap;	justify-content: space-between;}.block-info-wrapper:empty {	margin-bottom: 0;	margin-left: 0;}.block-info-wrapper > * {	margin-top: 0;	margin-bottom: 15px;	margin-left: 15px;}.block-info * + .button {	margin-top: 13px;}.block-info h3 + * {	margin-top: 10px;}@media (min-width: 768px) {	.block-info {		width: auto;	}	.block-info-wrapper {		flex-wrap: nowrap;		flex-direction: row-reverse;	}}@media (min-width: 1200px) {	.block-info {		width: 100%;	}	.block-info * + .button {		margin-top: 20px;	}	.block-info h3 + * {		margin-top: 45px;	}}/** @section Boxes */.box-minimal {	text-align: center;}.box-minimal .box-minimal-icon {	font-size: 50px;	line-height: 50px;	color: #fdd835;}.box-minimal-divider {	width: 36px;	height: 4px;	margin-left: auto;	margin-right: auto;	background: #fdd835;}.box-minimal-text {	width: 100%;	max-width: 320px;	margin-left: auto;	margin-right: auto;}* + .box-minimal {	margin-top: 30px;}* + .box-minimal-title {	margin-top: 10px;}* + .box-minimal-divider {	margin-top: 20px;}* + .box-minimal-text {	margin-top: 15px;}.context-dark .box-minimal p, .bg-gray-700 .box-minimal p, .bg-primary .box-minimal p {	color: #000000;}/** @section Groups */html .group {	margin-bottom: -20px;	margin-left: -15px;}html .group:empty {	margin-bottom: 0;	margin-left: 0;}html .group > * {	margin-top: 0;	margin-bottom: 20px;	margin-left: 15px;}html .group-sm {	margin-bottom: -10px;	margin-left: -10px;}html .group-sm:empty {	margin-bottom: 0;	margin-left: 0;}html .group-sm > * {	margin-top: 0;	margin-bottom: 10px;	margin-left: 10px;}html .group-xl {	margin-bottom: -20px;	margin-left: -30px;}html .group-xl:empty {	margin-bottom: 0;	margin-left: 0;}html .group-xl > * {	margin-top: 0;	margin-bottom: 20px;	margin-left: 30px;}@media (min-width: 992px) {	html .group-xl {		margin-bottom: -20px;		margin-left: -45px;	}	html .group-xl > * {		margin-bottom: 20px;		margin-left: 45px;	}}html .group-custom {	display: flex;	flex-flow: wrap column;	max-width: 100%;	margin-bottom: -10px;}html .group-custom > * {	flex-grow: 1;	width: 100%;	margin-top: 0;	margin-bottom: 10px;	padding-left: 10px;	padding-right: 10px;}@media (min-width: 576px) {	html .group-custom {		flex-flow: row nowrap;		align-items: center;	}	html .group-custom > * {		margin-right: 10px;	}	html .group-custom > *:last-child {		margin-right: 0;	}}* + .group-custom {	margin-top: 30px;}* + .group {	margin-top: 30px;}* + .group-sm {	margin-top: 30px;}* + .group-xl {	margin-top: 20px;}/** @section Responsive units */.unit {	display: flex;	flex: 0 1 100%;	margin-bottom: -12px;	margin-left: -30px;}.unit > * {	margin-bottom: 12px;	margin-left: 30px;}.unit:empty {	margin-bottom: 0;	margin-left: 0;}.unit-body {	flex: 0 1 auto;}.unit-left,.unit-right {	flex: 0 0 auto;	max-width: 100%;}.unit-spacing-md {	margin-bottom: -12px;	margin-left: -20px;}.unit-spacing-md > * {	margin-bottom: 12px;	margin-left: 20px;}/** @section Lists */.list > li + li {	margin-top: 10px;}.list-xs > li + li {	margin-top: 5px;}.list-sm > li + li {	margin-top: 10px;}.list-md > li + li {	margin-top: 18px;}.list-lg > li + li {	margin-top: 25px;}.list-xl > li + li {	margin-top: 30px;}@media (min-width: 768px) {	.list-xl > li + li {		margin-top: 60px;	}}.list-inline {	transform: translate3d(0, -8px, 0);	margin-bottom: -8px;	margin-left: -5px;	margin-right: -5px;}.list-inline > li {	display: inline-block;}.list-inline > * {	margin-top: 8px;	padding-left: 5px;	padding-right: 5px;}.list-inline-md {	transform: translate3d(0, -8px, 0);	margin-bottom: -8px;	margin-left: -10px;	margin-right: -10px;}.list-inline-md > * {	margin-top: 8px;	padding-left: 10px;	padding-right: 10px;}@media (min-width: 992px) {	.list-inline-md {		margin-left: -13px;		margin-right: -13px;	}	.list-inline-md > * {		padding-left: 13px;		padding-right: 13px;	}}.list-terms dt + dd {	margin-top: 5px;}.list-terms dd + dt {	margin-top: 25px;}* + .list-terms {	margin-top: 25px;}.index-list {	counter-reset: li;}.index-list > li .list-index-counter:before {	content: counter(li, decimal-leading-zero);	counter-increment: li;}.list-marked {	text-align: left;}.list-marked > li {	position: relative;	padding-left: 25px;}.list-marked > li::before {	position: absolute;	display: inline-block;	left: 0;	top: 1px;	min-width: 25px;	content: '\f105';	font: 400 14px/24px 'FontAwesome';	color: #b7b7b7;}.list-marked > li + li {	margin-top: 4px;}* + .list-marked {	margin-top: 15px;}p + .list-marked {	margin-top: 10px;}.list-ordered {	counter-reset: li;	text-align: left;}.list-ordered > li {	position: relative;	padding-left: 25px;}.list-ordered > li:before {	position: absolute;	content: counter(li, decimal) ".";	counter-increment: li;	top: 0;	left: 0;	display: inline-block;	width: 15px;	color: #b7b7b7;}.list-ordered > li + li {	margin-top: 10px;}* + .list-ordered {	margin-top: 15px;}/** @section Images */img {	display: inline-block;	max-width: 100%;	height: auto;}.img-responsive {	width: 100%;}/** @section Icons */.icon {	display: inline-block;	font-size: 18px;	line-height: 1;}.icon::before {	position: relative;	display: inline-block;	font-weight: 400;	font-style: normal;	speak: none;	text-transform: none;}.icon + p {	margin-top: 10px;}@media (min-width: 1200px) {	.icon + p {		margin-top: 20px;	}}.icon-default {	color: #2c343b;}.context-dark .icon-default.icon-circle {	color: #000000;	background-color: #ffffff;}.icon-primary {	color: #fdd835;}a.icon-primary-dark, a.icon-primary-dark:focus, a.icon-primary-dark:active {	color: #7e6a0f;}a.icon-primary-dark:hover {	color: #6b4da7;}.icon-circle {	border-radius: 50%;}.icon-xs {	font-size: 14px;}.icon-sm {	font-size: 16px;}.icon-lg {	font-size: 20px;}.icon-xl {	font-size: 40px;}.icon-xl.icon-number {	font-size: 48px;	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	font-weight: 700;}.icon-xl.fa-cogs {	font-size: 36px;}.icon-xl.icon-circle {	width: 110px;	height: 110px;}.icon-circle {	position: relative;	display: inline-flex;	justify-content: center;	align-items: center;	border-radius: 50%;	overflow: hidden;}/** @section Tables custom */.table-custom {	width: 100%;	min-width: 510px;	max-width: 100%;	text-align: left;	background: #ffffff;	border-collapse: collapse;}.table-custom th,.table-custom td {	color: #2c343b;	background: #ffffff;}.table-custom th {	padding: 35px 24px;	font-size: 14px;	font-weight: 700;	letter-spacing: .05em;	text-transform: uppercase;	background: #d7d7d7;}@media (max-width: 991.98px) {	.table-custom th {		padding-top: 20px;		padding-bottom: 20px;	}}.table-custom td {	padding: 17px 24px;}.table-custom tbody tr:first-child td {	border-top: 0;}.table-custom tr td {	border-bottom: 1px solid #cccccc;}.table-custom tfoot td {	font-weight: 700;}* + .table-custom-responsive {	margin-top: 30px;}@media (min-width: 768px) {	* + .table-custom-responsive {		margin-top: 40px;	}}.table-custom.table-custom-primary thead th {	color: #ffffff;	background: #fdd835;	border: 0;}.table-custom.table-custom-primary tbody tr:hover td {	background: #d7d7d7;}.table-custom.table-custom-bordered tr td:first-child {	border-left: 0;}.table-custom.table-custom-bordered tr td:last-child {	border-right: 0;}.table-custom.table-custom-bordered td {	border: 1px solid #cccccc;}.table-custom.table-custom-bordered tbody > tr:first-of-type > td {	border-top: 0;}.table-custom.table-custom-striped {	border-bottom: 1px solid #cccccc;}.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {	background: transparent;}.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {	background: #d7d7d7;}.table-custom.table-custom-striped tbody td {	border: 0;}.table-custom.table-custom-striped tfoot td:not(:first-child) {	border-left: 0;}@media (max-width: 991.98px) {	.table-custom-responsive {		display: block;		width: 100%;		overflow-x: auto;		-ms-overflow-style: -ms-autohiding-scrollbar;	}	.table-custom-responsive.table-bordered {		border: 0;	}}/** @section Dividers */hr {	margin-top: 0;	margin-bottom: 0;	border-top: 1px solid #d7d7d7;}.divider {	font-size: 0;	line-height: 0;}.divider::after {	content: '';	display: inline-block;	width: 60px;	height: 2px;	background-color: #fdd835;}/** @section Buttons */.button {	position: relative;	overflow: hidden;	display: inline-block;	padding: 13px 37px;	font-size: 18px;	line-height: 1.25;	border: 2px solid;	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	font-weight: 700;	letter-spacing: 0.06em;	text-transform: uppercase;	white-space: nowrap;	text-overflow: ellipsis;	text-align: center;	cursor: pointer;	vertical-align: middle;	user-select: none;	transition: .2s all ease-in-out;}.button.button-icon {	display: inline-flex;	justify-content: center;	align-items: center;	vertical-align: middle;}.button.button-icon .icon {	position: relative;	display: inline-block;	vertical-align: middle;	color: inherit;	font-size: 1.55em;	line-height: 1em;}.button.button-icon-left .icon {	padding-right: 11px;}.button.button-icon-right {	flex-direction: row-reverse;}.button.button-icon-right .icon {	padding-left: 11px;}.button.button-icon.button-link .icon {	top: 5px;	font-size: 1em;}.button.button-icon.button-xs .icon {	top: .05em;	font-size: 1.2em;	padding-right: 8px;}.button.button-icon.button-xs .button-icon-right {	padding-left: 8px;}* + .button {	margin-top: 25px;}@media (min-width: 1200px) {	* + .button {		margin-top: 45px;	}	p + .button {		margin-top: 35px;	}}.button-block {	display: block;	width: 100%;}.button-default, .button-default:focus {	color: #ffffff;	background-color: #000000;	border-color: #000000;}.button-default:hover, .button-default:active, .button-default.active {	color: #ffffff;	background-color: #6b4da7;	border-color: #6b4da7;}.button-default.button-ujarak::before {	background: #6b4da7;}.bg-primary .button-default, .bg-primary .button-default:focus {	color: #ffffff;	background-color: #000000;	border-color: #000000;}.bg-primary .button-default:hover, .bg-primary .button-default:active, .bg-primary .button-default.active {	color: #ffffff;	background-color: #6b4da7;	border-color: #6b4da7;}.bg-primary .button-default.button-ujarak::before {	background: #6b4da7;}.button-gray-100, .button-gray-100:focus {	color: #151515;	background-color: #edeff4;	border-color: #edeff4;}.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {	color: #151515;	background-color: #dde1ea;	border-color: #dde1ea;}.button-gray-100.button-ujarak::before {	background: #dde1ea;}.button-primary, .button-primary:focus {	color: #000000;	background-color: #fdd835;	border-color: #fdd835;}.button-primary:hover, .button-primary:active, .button-primary.active {	color: #ffffff;	background-color: #6b4da7;	border-color: #6b4da7;}.button-primary.button-ujarak::before {	background: #6b4da7;}.button-default-outline, .button-default-outline:focus {	color: #cccccc;	background-color: transparent;	border-color: #2c343b;}.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {	color: #ffffff;	background-color: #fdd835;	border-color: #fdd835;}.button-default-outline.button-ujarak::before {	background: #fdd835;}.button-ghost {	border: 0;	background-color: transparent;}.button-ghost:hover {	color: #ffffff;	background: #fdd835;}.button-facebook, .button-facebook:focus {	color: #ffffff;	background-color: #4d70a8;	border-color: #4d70a8;}.button-facebook:hover, .button-facebook:active, .button-facebook.active {	color: #ffffff;	background-color: #456497;	border-color: #456497;}.button-facebook.button-ujarak::before {	background: #456497;}.button-twitter, .button-twitter:focus {	color: #ffffff;	background-color: #02bcf3;	border-color: #02bcf3;}.button-twitter:hover, .button-twitter:active, .button-twitter.active {	color: #ffffff;	background-color: #02a8da;	border-color: #02a8da;}.button-twitter.button-ujarak::before {	background: #02a8da;}.button-google, .button-google:focus {	color: #ffffff;	background-color: #e2411e;	border-color: #e2411e;}.button-google:hover, .button-google:active, .button-google.active {	color: #ffffff;	background-color: #cc3a1a;	border-color: #cc3a1a;}.button-google.button-ujarak::before {	background: #cc3a1a;}.button-shadow {	box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);}.button-shadow:hover {	box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);}.button-shadow:focus, .button-shadow:active {	box-shadow: none;}.button-ujarak {	position: relative;	z-index: 0;	transition: background .4s, border-color .4s, color .4s;}.button-ujarak::before {	content: '';	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: #fdd835;	z-index: -1;	opacity: 0;	transform: scale3d(0.7, 1, 1);	transition: transform 0.42s, opacity 0.42s;	border-radius: inherit;}.button-ujarak, .button-ujarak::before {	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}.button-ujarak:hover {	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;}.button-ujarak:hover::before {	opacity: 1;	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);}.button-xs {	padding: 8px 17px;}.button-sm {	padding: 5px 25px;	font-size: 12px;	line-height: 1.5;}.button-lg {	padding: 14px 60px;}.button-xl {	padding: 16px 50px;	font-size: 16px;	line-height: 28px;}@media (min-width: 992px) {	.button-xl {		padding: 20px 80px;	}}.button-circle {	border-radius: 30px;}.button-round-1 {	border-radius: 5px;}.button-round-2 {	border-radius: 10px;}.btn-primary {	border-radius: 3px;	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	font-weight: 700;	letter-spacing: .05em;	text-transform: uppercase;	transition: .33s;}.btn-primary, .btn-primary:active, .btn-primary:focus {	color: #ffffff;	background: #fdd835;	border-color: #fdd835;}.btn-primary:hover {	color: #ffffff;	background: #000000;	border-color: #000000;}/** @section Jumbotron */.jumbotron-custom {	position: relative;	padding-top: 140px;	padding-bottom: 75px;	min-height: 40.10417vw;	text-align: center;	display: flex;	flex-direction: column;	justify-content: center;	align-items: center;}.jumbotron-custom:before {	content: '';	position: absolute;	top: 0;	bottom: 0;	left: 0;	right: 0;	background: rgba(0, 0, 0, 0.2);	z-index: 1;	pointer-events: none;}.jumbotron-custom-header {	position: absolute;	z-index: 2;	top: 0;	left: 0;	right: 0;	padding-top: 35px;}.jumbotron-custom-content {	position: relative;	z-index: 2;	width: 100%;}.jumbotron-custom-link {	display: inline-flex;	align-items: center;}.jumbotron-custom-link .icon {	font-size: 30px;	color: #ffffff;}.jumbotron-custom-link a {	display: inline-block;	margin-left: 9px;	font-size: 18px;}.jumbotron-custom-link a, .jumbotron-custom-link a:focus, .jumbotron-custom-link a:active,.jumbotron-custom a.icon,.jumbotron-custom a.icon:focus,.jumbotron-custom a.icon:active {	color: #ffffff;}.jumbotron-custom-link a:hover,.jumbotron-custom a.icon:hover {	color: #fdd835;}[class*='ie-'] .jumbotron-custom {	height: 40.10417vw;}/** @section Posts *//** @section Quotes */.quote-primary-mark {	position: relative;	top: 6px;	display: block;	width: 37px;	height: 27px;	fill: #fdd835;	flex-shrink: 0;}.quote-primary-body {	position: relative;	padding: 25px 0;	border-top: 1px solid #d7d7d7;}.quote-primary-body::before, .quote-primary-body::after {	content: '';	position: absolute;	bottom: 0;	height: 13px;	border-style: solid;	border-color: #d7d7d7;}.quote-primary-body::before {	left: 0;	width: 78px;	border-width: 1px 1px 0 0;}.quote-primary-body::after {	right: 0;	width: calc(100% - 78px - 12px);	border-width: 1px 0 0 1px;	transform-origin: 0 0;	transform: skew(-45deg);}.quote-primary-text {	padding-top: 20px;}.quote-primary-cite {	font-weight: 700;}.quote-primary-footer {	padding-left: 5px;}* + .quote-primary {	margin-top: 30px;}* + .quote-primary-footer {	margin-top: 8px;}@media (min-width: 576px) {	.quote-primary-body {		display: flex;		padding: 32px 20px 40px 30px;	}	.quote-primary-text {		padding-top: 0;		padding-left: 20px;	}	.quote-primary-footer {		padding-left: 30px;	}}@media (min-width: 768px) {	.quote-primary-body {		padding-right: 40px;	}}/** @section Thumbnails */.figure-light figcaption {	padding-top: 10px;	color: #b7b7b7;}/** @section Footers */.footer-classic {	padding: 15px 0;	background: #edeff4;}/** @group Plugins *//** @section Animate */.animated {	animation-duration: 1s;	animation-fill-mode: both;	opacity: 1;}.animated.infinite {	animation-iteration-count: infinite;}.animated.hinge {	animation-duration: 2s;}html:not(.lt-ie10) .not-animated {	opacity: 0;}.ipad .not-animated,.ios .not-animated {	opacity: 1 !important;}@keyframes fadeIn {	0% {		opacity: 0;	}	100% {		opacity: 1;	}}.fadeIn {	animation-name: fadeIn;}@keyframes fadeInUp {	0% {		opacity: 0;		transform: translate3d(0, 100%, 0);	}	100% {		opacity: 1;		transform: none;	}}.fadeInUp {	animation-name: fadeInUp;}@keyframes fadeInDown {	0% {		opacity: 0;		transform: translate3d(0, -100%, 0);	}	100% {		opacity: 1;		transform: none;	}}.fadeInDown {	animation-name: fadeInDown;}@keyframes fadeInLeft {	0% {		opacity: 0;		transform: translate3d(-100%, 0, 0);	}	100% {		opacity: 1;		transform: none;	}}.fadeInLeft {	animation-name: fadeInLeft;}@keyframes fadeInRight {	0% {		opacity: 0;		transform: translate3d(100%, 0, 0);	}	100% {		opacity: 1;		transform: none;	}}.fadeInRight {	animation-name: fadeInRight;}@keyframes fadeOut {	0% {		opacity: 1;	}	100% {		opacity: 0;	}}.fadeOut {	animation-name: fadeOut;}@keyframes slideInDown {	0% {		transform: translate3d(0, -100%, 0);		visibility: visible;	}	100% {		transform: translate3d(0, 0, 0);	}}.slideInDown {	animation-name: slideInDown;}@keyframes slideInLeft {	0% {		transform: translate3d(-100%, 0, 0);		visibility: visible;	}	100% {		transform: translate3d(0, 0, 0);	}}.slideInLeft {	animation-name: slideInLeft;}@keyframes slideInRight {	0% {		transform: translate3d(100%, 0, 0);		visibility: visible;	}	100% {		transform: translate3d(0, 0, 0);	}}.slideInRight {	animation-name: slideInRight;}@keyframes slideOutDown {	0% {		transform: translate3d(0, 0, 0);	}	100% {		visibility: hidden;		transform: translate3d(0, 100%, 0);	}}.slideOutDown {	animation-name: slideOutDown;}/** @section Preloader */.preloader {	position: fixed;	left: 0;	top: 0;	bottom: 0;	right: 0;	z-index: 10000;	display: flex;	justify-content: center;	align-items: center;	padding: 20px;	background: #ffffff;	transition: .3s all ease;}[data-x-mode='true'] .preloader, .preloader.loaded {	opacity: 0;	visibility: hidden;}.preloader-body {	text-align: center;}.preloader-body p {	position: relative;	right: -8px;}.cssload-container {	width: 100%;	height: 36px;	text-align: center;}.cssload-speeding-wheel {	width: 36px;	height: 36px;	margin: 0 auto;	border: 3px solid #fdd835;	border-radius: 50%;	border-left-color: transparent;	border-bottom-color: transparent;	animation: cssload-spin .88s infinite linear;}@keyframes cssload-spin {	100% {		transform: rotate(360deg);	}}/** @section ToTop */.ui-to-top {	position: fixed;	right: 15px;	bottom: 15px;	z-index: 100;	width: 50px;	height: 50px;	font-size: 20px;	line-height: 46px;	color: #ffffff;	background: #6b4da7;	overflow: hidden;	text-align: center;	text-decoration: none;	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);	transition: .45s all ease-in-out;	border-radius: 50%;	transform: translate3d(0, 100px, 0);}.ui-to-top:hover {	color: #ffffff;	background: #000000;	text-decoration: none;}.ui-to-top:focus {	color: #ffffff;}.ui-to-top.active {	transform: translate3d(0, 0, 0);}html.mobile .ui-to-top,html.tablet .ui-to-top {	display: none !important;}@media (min-width: 576px) {	.ui-to-top {		right: 40px;		bottom: 40px;	}}/** @section Google Map */.google-map-markers {	display: none;}.google-map-container {	width: 100%;}.google-map {	height: 250px;	width: 100%;}@media (min-width: 480px) {	.google-map {		height: 250px;	}}@media (min-width: 768px) {	.google-map {		height: 386px;	}}/** @section Material Parallax */.parallax-container {	position: relative;	overflow: hidden;}.material-parallax {	position: absolute;	top: 0;	left: -1px;	right: -1px;	bottom: 0;	z-index: 0;}.parallax-content {	position: relative;	z-index: 1;}.material-parallax img {	display: none;	position: absolute;	left: 50%;	bottom: 0;	min-width: 101%;	min-height: 101%;	max-width: none;	transform: translate3d(-50%, 0, 0);}.parallax-disabled {	background-size: cover;	background-position: center;}html:not(.ie-11):not(.ios) .parallax-disabled {	background-attachment: fixed;}