@charset "UTF-8";/**
 * [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 Blurb
 *     3.4 Person
 *     3.5 Links
 *     3.6 Blocks
 *     3.7 Boxes
 *     3.8 Groups
 *     3.9 Responsive units
 *     3.10 Lists
 *     3.11 Images
 *     3.12 Icons
 *     3.13 Tables custom
 *     3.14 Dividers
 *     3.15 Buttons
 *     3.16 Forms
 *     3.17 Posts
 *     3.18 Quotes
 *     3.19 Thumbnails
 *     3.20 Breadcrumbs
 *     3.21 Pagination custom
 *     3.22 Snackbars
 *     3.23 Footers
 *     3.24 Price
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 RD Navbar
 *     4.5 Nav custom
 *     4.6 Panel custom
 *     4.7 Counter
 *     4.8 Progress Bars
 *     4.9 Owl Carousel
 *//** @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;}button {	padding: 0;}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;}blockquote {	padding-left: 0;	border-left: 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, .background-primary, .bg-primary-dark-1,.context-dark h1,.bg-gray-700 h1,.background-primary h1,.bg-primary-dark-1 h1, .context-dark h2, .bg-gray-700 h2, .background-primary h2, .bg-primary-dark-1 h2, .context-dark h3, .bg-gray-700 h3, .background-primary h3, .bg-primary-dark-1 h3, .context-dark h4, .bg-gray-700 h4, .background-primary h4, .bg-primary-dark-1 h4, .context-dark h5, .bg-gray-700 h5, .background-primary h5, .bg-primary-dark-1 h5, .context-dark h6, .bg-gray-700 h6, .background-primary h6, .bg-primary-dark-1 h6, .context-dark .h1, .bg-gray-700 .h1, .background-primary .h1, .bg-primary-dark-1 .h1, .context-dark .h2, .bg-gray-700 .h2, .background-primary .h2, .bg-primary-dark-1 .h2, .context-dark .h3, .bg-gray-700 .h3, .background-primary .h3, .bg-primary-dark-1 .h3, .context-dark .h4, .bg-gray-700 .h4, .background-primary .h4, .bg-primary-dark-1 .h4, .context-dark .h5, .bg-gray-700 .h5, .background-primary .h5, .bg-primary-dark-1 .h5, .context-dark .h6, .bg-gray-700 .h6, .background-primary .h6, .bg-primary-dark-1 .h6 {	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;}/** @section Offsets */.row + h5 {	margin-top: 40px;}.big + h5 {	margin-top: 25.5px;}h3 + .big {	margin-top: 11px;}h5 + .big {	margin-top: 9px;}h6 + .big {	margin-top: 22.5px;}.big + .big {	margin-top: 18px;}@media (min-width: 992px) {	.row + h5 {		margin-top: 60px;	}	.big + h5 {		margin-top: 38.25px;	}	h3 + .big {		margin-top: 16.5px;	}	h5 + .big {		margin-top: 13.5px;	}	h6 + .big {		margin-top: 33.75px;	}	.big + .big {		margin-top: 27px;	}}@media (min-width: 1600px) {	.row + h5 {		margin-top: 80px;	}	.big + h5 {		margin-top: 51px;	}	h3 + .big {		margin-top: 22px;	}	h5 + .big {		margin-top: 18px;	}	h6 + .big {		margin-top: 45px;	}	.big + .big {		margin-top: 36px;	}}/** @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-extra-light {	font-weight: 200;}.font-weight-light {	font-weight: 300;}.font-weight-regular {	font-weight: 400;}.font-weight-medium {	font-weight: 500;}.font-weight-semi-bold {	font-weight: 600;}.font-weight-bold {	font-weight: 700;}.font-weight-extra-bold {	font-weight: 800;}.font-weight-black {	font-weight: 900;}.text-spacing-0 {	letter-spacing: 0;}.text-primary {	color: #0644d7 !important;}.text-sm {	font-size: 16px;}/** @section Row spacing */.row-0 {	margin-bottom: 0px;}.row-0:empty {	margin-bottom: 0;}.row-0 > * {	margin-bottom: 0px;}.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;}img + .row {	margin-top: 40px;}.img-wrap-center + .row {	margin-top: 50px;}* + .row-offset-1 {	margin-top: 32px;}* + .row-offset-2 {	margin-top: 43px;}@media (min-width: 992px) {	.row-lg-40 {		margin-bottom: -40px;	}	.row-lg-40:empty {		margin-bottom: 0;	}	.row-lg-40 > * {		margin-bottom: 40px;	}	img + .row {		margin-top: 60px;	}	.img-wrap-center + .row {		margin-top: 75px;	}	* + .row-offset-1 {		margin-top: 48px;	}	* + .row-offset-2 {		margin-top: 64.5px;	}}@media (min-width: 1600px) {	.row-xxl-55 {		margin-bottom: -55px;	}	.row-xxl-55:empty {		margin-bottom: 0;	}	.row-xxl-55 > * {		margin-bottom: 55px;	}	.row-xxl-65 {		margin-bottom: -65px;	}	.row-xxl-65:empty {		margin-bottom: 0;	}	.row-xxl-65 > * {		margin-bottom: 65px;	}	img + .row {		margin-top: 80px;	}	.img-wrap-center + .row {		margin-top: 100px;	}	* + .row-offset-1 {		margin-top: 64px;	}	* + .row-offset-2 {		margin-top: 86px;	}}/** @section Sections */.section-xs {	padding: 25px 0;}.section-sm,.section-md,.section-lg,.section-xl {	padding: 60px 0;}.section-boxed {	margin: 0 10px;}@media (min-width: 768px) {	.section-sm {		padding: 60px 0;	}	.section-md {		padding: 70px 0;	}	.section-lg {		padding: 85px 0;	}	.section-xl {		padding: 100px 0;	}}@media (min-width: 992px) {	.section-md {		padding: 80px 0 90px;	}	.section-lg {		padding: 100px 0;	}	.section-xl {		padding: 150px 0;	}}@media (min-width: 1200px) {	.section-boxed {		margin: 0 40px;	}	.section-lg {		padding: 141px 0;	}	.section-xl {		padding: 200px 0;	}}@media (min-width: 1600px) {	.section-xl {		padding: 260px 0;	}}.section-intro {	padding: 60px 0;}.section-intro * + .btn {	margin-top: 35px;}.section-intro * + .divider {	margin-top: 40px;}.section-intro * + p {	margin-top: 30.5px;}@media (min-width: 992px) {	.section-intro {		padding: 100px 0;	}	.section-intro * + .btn {		margin-top: 52.5px;	}	.section-intro * + .divider {		margin-top: 116.25px;	}	.section-intro * + p {		margin-top: 45.75px;	}}@media (min-width: 1600px) {	.section-intro {		padding: 140px 0;	}	.section-intro * + .btn {		margin-top: 70px;	}	.section-intro * + .divider {		margin-top: 155px;	}	.section-intro * + p {		margin-top: 61px;	}}/** @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 #e5ecf4;	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 #e5ecf4;}@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 #e5ecf4;}.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;}.row-wide {	margin-left: -25px;	margin-right: -25px;}.row-wide > [class*='col'] {	padding-left: 25px;	padding-right: 25px;}.row-ten .col-1 {	flex: 0 0 10%;	max-width: 10%;}.row-ten .col-2 {	flex: 0 0 20%;	max-width: 20%;}.row-ten .col-3 {	flex: 0 0 30%;	max-width: 30%;}.row-ten .col-4 {	flex: 0 0 40%;	max-width: 40%;}.row-ten .col-5 {	flex: 0 0 50%;	max-width: 50%;}.row-ten .col-6 {	flex: 0 0 60%;	max-width: 60%;}.row-ten .col-7 {	flex: 0 0 70%;	max-width: 70%;}.row-ten .col-8 {	flex: 0 0 80%;	max-width: 80%;}.row-ten .col-9 {	flex: 0 0 90%;	max-width: 90%;}.row-ten .col-10 {	flex: 0 0 100%;	max-width: 100%;}@media (min-width: 480px) {	.row-ten .col-xs-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-ten .col-xs-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-ten .col-xs-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-ten .col-xs-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-ten .col-xs-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-ten .col-xs-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-ten .col-xs-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-ten .col-xs-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-ten .col-xs-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-ten .col-xs-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 576px) {	.row-ten .col-sm-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-ten .col-sm-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-ten .col-sm-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-ten .col-sm-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-ten .col-sm-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-ten .col-sm-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-ten .col-sm-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-ten .col-sm-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-ten .col-sm-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-ten .col-sm-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 768px) {	.row-ten .col-md-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-ten .col-md-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-ten .col-md-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-ten .col-md-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-ten .col-md-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-ten .col-md-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-ten .col-md-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-ten .col-md-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-ten .col-md-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-ten .col-md-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 992px) {	.row-ten .col-lg-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-ten .col-lg-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-ten .col-lg-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-ten .col-lg-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-ten .col-lg-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-ten .col-lg-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-ten .col-lg-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-ten .col-lg-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-ten .col-lg-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-ten .col-lg-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1200px) {	.row-ten .col-xl-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-ten .col-xl-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-ten .col-xl-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-ten .col-xl-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-ten .col-xl-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-ten .col-xl-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-ten .col-xl-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-ten .col-xl-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-ten .col-xl-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-ten .col-xl-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1600px) {	.row-ten .col-xxl-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-ten .col-xxl-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-ten .col-xxl-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-ten .col-xxl-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-ten .col-xxl-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-ten .col-xxl-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-ten .col-xxl-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-ten .col-xxl-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-ten .col-xxl-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-ten .col-xxl-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1200px) {	.row-xl-ten .col-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-xl-ten .col-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-xl-ten .col-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-xl-ten .col-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-xl-ten .col-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-xl-ten .col-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-xl-ten .col-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-xl-ten .col-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-xl-ten .col-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-xl-ten .col-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1200px) and (min-width: 480px) {	.row-xl-ten .col-xs-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-xl-ten .col-xs-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-xl-ten .col-xs-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-xl-ten .col-xs-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-xl-ten .col-xs-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-xl-ten .col-xs-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-xl-ten .col-xs-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-xl-ten .col-xs-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-xl-ten .col-xs-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-xl-ten .col-xs-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1200px) and (min-width: 576px) {	.row-xl-ten .col-sm-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-xl-ten .col-sm-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-xl-ten .col-sm-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-xl-ten .col-sm-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-xl-ten .col-sm-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-xl-ten .col-sm-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-xl-ten .col-sm-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-xl-ten .col-sm-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-xl-ten .col-sm-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-xl-ten .col-sm-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1200px) and (min-width: 768px) {	.row-xl-ten .col-md-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-xl-ten .col-md-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-xl-ten .col-md-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-xl-ten .col-md-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-xl-ten .col-md-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-xl-ten .col-md-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-xl-ten .col-md-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-xl-ten .col-md-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-xl-ten .col-md-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-xl-ten .col-md-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1200px) and (min-width: 992px) {	.row-xl-ten .col-lg-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-xl-ten .col-lg-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-xl-ten .col-lg-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-xl-ten .col-lg-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-xl-ten .col-lg-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-xl-ten .col-lg-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-xl-ten .col-lg-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-xl-ten .col-lg-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-xl-ten .col-lg-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-xl-ten .col-lg-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1200px) and (min-width: 1200px) {	.row-xl-ten .col-xl-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-xl-ten .col-xl-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-xl-ten .col-xl-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-xl-ten .col-xl-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-xl-ten .col-xl-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-xl-ten .col-xl-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-xl-ten .col-xl-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-xl-ten .col-xl-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-xl-ten .col-xl-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-xl-ten .col-xl-10 {		flex: 0 0 100%;		max-width: 100%;	}}@media (min-width: 1200px) and (min-width: 1600px) {	.row-xl-ten .col-xxl-1 {		flex: 0 0 10%;		max-width: 10%;	}	.row-xl-ten .col-xxl-2 {		flex: 0 0 20%;		max-width: 20%;	}	.row-xl-ten .col-xxl-3 {		flex: 0 0 30%;		max-width: 30%;	}	.row-xl-ten .col-xxl-4 {		flex: 0 0 40%;		max-width: 40%;	}	.row-xl-ten .col-xxl-5 {		flex: 0 0 50%;		max-width: 50%;	}	.row-xl-ten .col-xxl-6 {		flex: 0 0 60%;		max-width: 60%;	}	.row-xl-ten .col-xxl-7 {		flex: 0 0 70%;		max-width: 70%;	}	.row-xl-ten .col-xxl-8 {		flex: 0 0 80%;		max-width: 80%;	}	.row-xl-ten .col-xxl-9 {		flex: 0 0 90%;		max-width: 90%;	}	.row-xl-ten .col-xxl-10 {		flex: 0 0 100%;		max-width: 100%;	}}/** @section Backgrounds */.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .background-primary .brand .brand-logo-dark, .bg-primary-dark-1 .brand .brand-logo-dark {	display: none;}.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .background-primary .brand .brand-logo-light, .bg-primary-dark-1 .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-200 {	background-color: rgba(229, 236, 244, 0.3);}.bg-gray-200:not([style*="background-"]) + .bg-gray-200: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;}.background-primary {	background-color: #0644d7;}.background-primary:not([style*="background-"]) + .background-primary:not([style*="background-"]) {	padding-top: 0;}.bg-primary-dark-1 {	background-color: #002273;}.bg-primary-dark-1:not([style*="background-"]) + .bg-primary-dark-1:not([style*="background-"]) {	padding-top: 0;}.bg-image {	background-size: cover;	background-position: center;	background-repeat: no-repeat;}.bg-image-fixed {	background-size: 100% auto;	background-position: center center;	background-repeat: no-repeat;	background-attachment: fixed;}.ie-11 .bg-image-fixed,.ie-10 .bg-image-fixed {	background-attachment: scroll;}@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: #e5ecf4;	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;}.rights {	font-size: 15px;	color: #aeaeb2;}[style*='z-index: 1000;'] {	z-index: 1101 !important;}.text-block > * {	margin-left: .125em;	margin-right: .125em;}/** @group Components *//** @section Typography */body {	font-family: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	font-size: 16px;	line-height: 1.5;	font-weight: 400;	color: #aeaeb2;	background-color: #ffffff;	-webkit-text-size-adjust: none;	-webkit-font-smoothing: subpixel-antialiased;}@media (min-width: 992px) {	body {		font-size: 18px;	}}h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {	margin-bottom: 0;}h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {	color: inherit;}h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {	color: #0644d7;}h1, .h1 {	font-weight: 400;	font-size: 41.6px;	line-height: 1.2;}@media (min-width: 992px) {	h1, .h1 {		font-size: 76px;	}}@media (min-width: 1600px) {	h1, .h1 {		font-size: 95px;		line-height: 0.94737;	}}h2, .h2 {	font-size: 38.4px;	line-height: 1.2;}@media (min-width: 992px) {	h2, .h2 {		font-size: 52px;	}}@media (min-width: 1600px) {	h2, .h2 {		font-size: 65px;		line-height: 1.2;	}}h3, .h3 {	font-size: 28.8px;	line-height: 1.25;}@media (min-width: 992px) {	h3, .h3 {		font-size: 38.4px;	}}@media (min-width: 1600px) {	h3, .h3 {		font-size: 48px;		line-height: 1.20833;	}}h4, .h4 {	font-size: 25.6px;	line-height: 1.33333;}@media (min-width: 992px) {	h4, .h4 {		font-size: 28.8px;	}}@media (min-width: 1600px) {	h4, .h4 {		font-size: 36px;	}}h5, .h5 {	font-size: 22.4px;	line-height: 1.35;}@media (min-width: 992px) {	h5, .h5 {		font-size: 27px;	}}@media (min-width: 1600px) {	h5, .h5 {		font-size: 30px;		line-height: 1.5;	}}h6, .h6 {	font-size: 19.2px;	line-height: 1.5;}@media (min-width: 992px) {	h6, .h6 {		font-size: 21.6px;	}}@media (min-width: 1600px) {	h6, .h6 {		font-size: 24px;	}}small,.small {	display: block;	font-size: 14px;	line-height: 1.5;}mark,.mark {	padding: 3px 5px;	color: #ffffff;	background: #0644d7;}.big {	font-size: 18px;}@media (min-width: 992px) {	.big {		font-size: 20px;	}}@media (min-width: 1600px) {	.big {		font-size: 24px;		line-height: 1.5;	}}.lead {	font-size: 24px;	line-height: 34px;	font-weight: 300;}code {	padding: 3px 5px;	border-radius: 0.2rem;	font-size: 90%;	color: #171724;	background: #f8fafc;}p [data-toggle='tooltip'] {	padding-left: .25em;	padding-right: .25em;	color: #0644d7;}p [style*='max-width'] {	display: inline-block;}::selection {	background: #0644d7;	color: #ffffff;}::-moz-selection {	background: #0644d7;	color: #ffffff;}/** @section Brand */.brand {	display: inline-block;}.brand .brand-logo-light {	display: none;}.brand .brand-logo-dark {	display: block;}/** @section Blurb *//* Blurb simple */* + .blurb-simple-title {	margin-top: 7.5px;}* + .blurb-simple-text {	margin-top: 8.25px;}@media (min-width: 1600px) {	* + .blurb-simple-title {		margin-top: 10px;	}	* + .blurb-simple-text {		margin-top: 11px;	}}/* Blurb boxed */.blurb-boxed {	transition: all 0.3s ease-in-out;	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);	display: flex;}.blurb-boxed .blurb-boxed-inner {	display: flex;	flex-direction: column;	align-items: center;	justify-content: center;	min-height: 400px;	width: 100%;}.blurb-boxed .blurb-boxed-inner > * {	width: 100%;	flex-shrink: 0;}.blurb-boxed .blurb-boxed-inner {	position: relative;	z-index: 0;	overflow: hidden;	justify-content: space-between;	padding: 30px 15px;}.blurb-boxed .blurb-boxed-inner::before, .blurb-boxed .blurb-boxed-inner::after {	position: absolute;	left: -30px;	top: -30px;	right: -30px;	bottom: -30px;	z-index: -1;	content: '';	transition: all 0.3s ease-in-out;}.blurb-boxed .blurb-boxed-inner::before {	background: linear-gradient(45deg, transparent 0%, transparent 49%, #0644d7 49%, #0644d7 100%);	transform: translateY(-100%);}.blurb-boxed .blurb-boxed-inner::after {	background: linear-gradient(45deg, #0644d7 0%, #0644d7 50%, transparent 50%, transparent 100%);	transform: translateY(100%);}.blurb-boxed:hover {	color: #ffffff;}.blurb-boxed:hover .blurb-boxed-inner::before, .blurb-boxed:hover .blurb-boxed-inner::after {	transform: translateY(0);}.blurb-boxed:hover .blurb-boxed-svg-primary,.blurb-boxed:hover .blurb-boxed-svg-gray {	transition: .1s .2s;}.blurb-boxed:hover .blurb-boxed-svg-primary {	fill: #ffffff;}.blurb-boxed:hover .blurb-boxed-svg-gray {	fill: #3b86f8;}.blurb-boxed:hover .blurb-boxed-title a,.blurb-boxed:hover .blurb-boxed-btn {	color: #ffffff;}.blurb-boxed:hover .blurb-boxed-title a:hover,.blurb-boxed:hover .blurb-boxed-btn:hover {	color: rgba(255, 255, 255, 0.5);}.blurb-boxed-svg-primary,.blurb-boxed-svg-gray {	transition: .1s;}.blurb-boxed-svg-primary {	fill: #0039aa;}.blurb-boxed-svg-gray {	fill: #e5ecf4;}.blurb-boxed-btn {	display: inline-block;	font-size: 17px;	color: #171724;	text-decoration: underline;	transition: all 0.3s ease-in-out;}* + .blurb-boxed-content {	margin-top: 20px;}* + .blurb-boxed-text {	margin-top: 18px;}* + .blurb-boxed-btn {	margin-top: 20px;}.desktop .blurb-boxed .blurb-boxed-btn {	max-height: 0;	overflow: hidden;}.desktop .blurb-boxed:hover .blurb-boxed-btn {	max-height: 30px;}.blurb-boxed-gray {	background-color: #f8fafc;	box-shadow: none;}@media (min-width: 1600px) {	.blurb-boxed .blurb-boxed-inner {		min-height: 510px;		padding: 80px 50px 45px;	}	* + .blurb-boxed-content {		margin-top: 20px;	}	* + .blurb-boxed-text {		margin-top: 18px;	}	* + .blurb-boxed-btn {		margin-top: 20px;	}}.blurb-boxed-sm .blurb-boxed-inner {	min-height: 0;}.blurb-boxed-sm * + .blurb-boxed-content {	margin-top: 7.5px;}.blurb-boxed-sm * + .blurb-boxed-text {	margin-top: 8.25px;}@media (min-width: 1600px) {	.blurb-boxed-sm .blurb-boxed-inner {		padding: 60px 56px;	}	.blurb-boxed-sm * + .blurb-boxed-content {		margin-top: 10px;	}	.blurb-boxed-sm * + .blurb-boxed-text {		margin-top: 11px;	}}/** @section Person */.person {	position: relative;	display: inline-block;	max-width: 320px;}.person-inner {	position: absolute;	left: 0;	top: 0;	bottom: 0;	right: 0;	padding: 30px 20px;	display: flex;	flex-direction: column;	justify-content: flex-end;	background-color: rgba(6, 68, 215, 0.9);	color: #ffffff;	pointer-events: none;}.person-inner > * {	pointer-events: auto;}.person-inner a {	color: inherit;}.person-inner a:hover, .person-inner a:focus {	color: rgba(255, 255, 255, 0.5);}.person-title {	color: #ffffff;}.person-icon {	font-size: 34px;}.desktop .person-inner {	opacity: 0;	transform: scale(0.8);	transition: all 0.3s ease-in-out;}.desktop .person:hover .person-inner {	opacity: 1;	transform: scale(1);}* + .person-meta {	margin-top: 5px;}* + .person-icon {	margin-top: 16.5px;}@media (min-width: 768px) {	.person {		max-width: 100%;	}}@media (min-width: 1600px) {	.person-inner {		padding: 36px 39px;	}	* + .person-icon {		margin-top: 22px;	}}/** @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: #0644d7;}a:hover {	color: #042c8d;}a[href*='tel'], a[href*='mailto'] {	white-space: nowrap;}.link-hover {	color: #042c8d;}.link-press {	color: #042c8d;}.link-dark {	color: #171724;}.link-dark:hover {	color: #0644d7;}.link-underline {	font-size: 18px;}.link-underline:hover {	text-decoration: underline;}@media (min-width: 1600px) {	.link-underline {		font-size: 21px;	}}/** @section Blocks */.block-center, .block-sm, .block-lg {	margin-left: auto;	margin-right: auto;}.block-sm {	max-width: 560px;}.block-lg {	max-width: 768px;}.block-center {	padding: 10px;}.block-center:hover .block-center-header {	background-color: #0644d7;}.block-center-title {	background-color: #ffffff;}@media (max-width: 1599.98px) {	.block-center {		padding: 20px;	}	.block-center:hover .block-center-header {		background-color: #ffffff;	}	.block-center-header {		background-color: #0644d7;	}}/** @section Boxes */.box-minimal {	padding: 20px 19px;	color: #ffffff;	background-color: rgba(6, 68, 215, 0.9);}.box-minimal-title {	color: inherit;}.box-minimal-link {	display: inline-block;	font-size: 17px;	color: #ffffff;	text-decoration: underline;	transition: all 0.3s ease-in-out;}.box-minimal-link:hover {	color: rgba(255, 255, 255, 0.5);}* + .box-minimal-link {	margin-top: 14.5px;}@media (min-width: 768px) {	.box-minimal {		display: flex;		flex-direction: column;		justify-content: flex-end;		align-items: flex-start;	}}@media (min-width: 992px) {	.box-minimal {		padding: 40px 29px;	}	* + .box-minimal-link {		margin-top: 21.75px;	}}@media (min-width: 1600px) {	* + .box-minimal-link {		margin-top: 29px;	}}.box-counter {	position: relative;}.box-counter-title {	display: inline-block;}.box-counter-main {	font-weight: 700;	color: #0644d7;}.box-counter-main > * {	display: inline;	font: inherit;}* + .box-counter-title {	margin-top: 3px;}/* Contact box */.contact-box {	display: flex;}.contact-box-icon {	margin-right: 10px;	line-height: 1.2;}* + .contact-box-item {	margin-top: 13px;}/** @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-direction: column;	align-items: center;	justify-content: center;}html .group-custom > * {	width: 100%;}@media (min-width: 576px) {	html .group-custom {		flex-direction: row;	}}* + .group-sm {	margin-top: 30px;}* + .group-xl {	margin-top: 20px;}/** @section Responsive units */.unit {	display: flex;	flex: 0 1 100%;	margin-bottom: -30px;	margin-left: -20px;}.unit > * {	margin-bottom: 30px;	margin-left: 20px;}.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-xs {	margin-bottom: -15px;	margin-left: -7px;}.unit-spacing-xs > * {	margin-bottom: 15px;	margin-left: 7px;}/** @section Lists */.list > li + li {	margin-top: 10px;}.list-xs > li + li {	margin-top: 5px;}.list-sm > li + li {	margin-top: 6.5px;}.list-md > li + li {	margin-top: 7.5px;}.list-lg > li + li {	margin-top: 12.5px;}* + .list-sm {	margin-top: 10.5px;}* + .list-md {	margin-top: 15.5px;}* + .list-lg {	margin-top: 19.5px;}@media (min-width: 992px) {	.list-sm > li + li {		margin-top: 9.75px;	}	.list-md > li + li {		margin-top: 11.25px;	}	.list-lg > li + li {		margin-top: 18.75px;	}	* + .list-sm {		margin-top: 15.75px;	}	* + .list-md {		margin-top: 23.25px;	}	* + .list-lg {		margin-top: 29.25px;	}}@media (min-width: 1600px) {	.list-sm > li + li {		margin-top: 13px;	}	.list-md > li + li {		margin-top: 15px;	}	.list-lg > li + li {		margin-top: 25px;	}	* + .list-sm {		margin-top: 21px;	}	* + .list-md {		margin-top: 31px;	}	* + .list-lg {		margin-top: 39px;	}}.list-inline > li {	display: inline-block;}html .list-inline-md {	transform: translate3d(0, -8px, 0);	margin-bottom: -8px;	margin-left: -10px;	margin-right: -10px;}html .list-inline-md > * {	margin-top: 8px;	padding-left: 10px;	padding-right: 10px;}@media (min-width: 992px) {	html .list-inline-md {		margin-left: -15px;		margin-right: -15px;	}	html .list-inline-md > * {		padding-left: 15px;		padding-right: 15px;	}}* + .list-terms {	margin-top: 25px;}.list-terms + * {	margin-top: 25px;}.list-terms dt + dd {	margin-top: 5px;}.list-terms dd + dt {	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 > li {	padding-left: 30px;}.list-marked > li::before {	display: inline-block;	vertical-align: middle;	content: '';	width: 10px;	height: 10px;	margin-left: -30px;	margin-top: -2px;	margin-right: 19px;	border-radius: 50%;	background: #0644d7;	will-change: transform;}.list-marked > li + li {	margin-top: 13px;}.list-marked .list-marked {	margin-left: 3em;}@media (min-width: 1600px) {	.list-marked > li + li {		margin-top: 27px;	}}.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: #b3b3b3;}.list-ordered > li + li {	margin-top: 10px;}* + .list-ordered {	margin-top: 15px;}/* List social */.list-social {	margin-bottom: -20px;	margin-left: -20px;}.list-social:empty {	margin-bottom: 0;	margin-left: 0;}.list-social > * {	margin-top: 0;	margin-bottom: 20px;	margin-left: 20px;}.list-social > li {	display: inline-block;}.list-social-icon {	font-size: 25px;	color: #171724;}.list-social-icon:hover {	color: #0644d7;}/** @section Images */img {	display: inline-block;	max-width: 100%;	height: auto;}.img-wrap-center {	text-align: center;}* + .img-wrap-center {	margin-top: 47px;}@media (min-width: 992px) {	* + .img-wrap-center {		margin-top: 70.5px;	}}@media (min-width: 1600px) {	* + .img-wrap-center {		margin-top: 94px;	}}/* Image link */.image-link {	display: flex;	justify-content: center;	align-items: center;	padding: 15px;	height: 90px;	transition: all 0.3s ease-in-out;	border-radius: 6px;}.image-link-primary {	background-color: #0644d7;}.image-link-white {	background-color: #ffffff;}.image-link-gray {	background-color: #e5ecf4;}@media (min-width: 1200px) {	.image-link {		height: 120px;	}}/** @section Icons */.icon {	display: inline-block;	font-size: 16px;	line-height: 1;}.icon::before {	position: relative;	display: inline-block;	font-weight: 400;	font-style: normal;	speak: none;	text-transform: none;}.icon-circle {	border-radius: 50%;}/** @section Tables custom */.table-custom {	width: 100%;	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: #e5ecf4;	white-space: nowrap;}@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: #0644d7;	border: 0;}.table-custom.table-custom-primary tbody tr:hover td {	background: #e5ecf4;}.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: #e5ecf4;}.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 */.divider {	display: block;	font-size: 0;	line-height: 0;}.divider:before {	display: inline-block;	width: 100%;	margin-top: 0;	margin-bottom: 0;	content: "";	border-top: 1px solid #dee2e6;}.context-dark .divider:before, .bg-gray-700 .divider:before, .background-primary .divider:before, .bg-primary-dark-1 .divider:before {	border-color: #ffffff;}.row + .divider-1 {	margin-top: 21px;}@media (min-width: 992px) {	.row + .divider-1 {		margin-top: 31.5px;	}}@media (min-width: 1600px) {	.row + .divider-1 {		margin-top: 42px;	}}/** @section Buttons */.btn {	position: relative;	overflow: hidden;	text-overflow: ellipsis;}.page .btn:not([class*='shadow']) {	box-shadow: none;}.page .btn:not(:disabled):not(.disabled):active:focus:not([class*='shadow']), .page .btn:not(:disabled):not(.disabled).active:focus:not([class*='shadow']) {	box-shadow: none;}.btn-primary, .btn-primary:focus {	color: #ffffff;	background-color: #0644d7;	border-color: #0644d7;}.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:hover, .btn-primary:active, .btn-primary.active {	color: #ffffff;	background-color: #2c343b;	border-color: #2c343b;}.btn-primary.btn-ujarak::before {	background: #2c343b;}.background-primary .btn-primary, .background-primary .btn-primary:focus {	color: #171724;	background-color: #ffffff;	border-color: #ffffff;}.background-primary .btn-primary:not(:disabled):not(.disabled):active, .background-primary .btn-primary:not(:disabled):not(.disabled).active, .background-primary .btn-primary:hover, .background-primary .btn-primary:active, .background-primary .btn-primary.active {	color: #ffffff;	background-color: #2c343b;	border-color: #2c343b;}.background-primary .btn-primary.btn-ujarak::before {	background: #2c343b;}.btn-ujarak {	position: relative;	z-index: 0;	transition: background .4s, border-color .4s, color .4s;}.btn-ujarak::before {	content: '';	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: #0644d7;	z-index: -1;	opacity: 0;	transform: scale3d(0.7, 1, 1);	transition: transform 0.42s, opacity 0.42s;	border-radius: inherit;}.btn-ujarak, .btn-ujarak::before {	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}.btn-ujarak:hover {	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;}.btn-ujarak:hover::before {	opacity: 1;	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);}.big + .btn {	margin-top: 31px;}/** @section Forms */.rd-form {	position: relative;	text-align: left;}.rd-form .btn {	padding-top: 10px;	padding-bottom: 10px;	min-height: 60px;}input:-webkit-autofill ~ label,input:-webkit-autofill ~ .form-validation {	color: #000000 !important;}.form-wrap {	position: relative;}.form-wrap.has-error .form-input {	border-color: #f5543f;}.form-wrap.has-focus .form-input {	border-color: #0644d7;}.form-wrap + * {	margin-top: 20px;}.form-wrap + .form-button {	margin-top: 30px;}* + .rd-form {	margin-top: 20.25px;}@media (min-width: 992px) {	.form-wrap + .form-button {		margin-top: 40px;	}	* + .rd-form {		margin-top: 27px;	}}.form-input {	display: block;	width: 100%;	min-height: 60px;	padding: 17px 24px;	font-size: 14px;	font-weight: 400;	line-height: 24px;	color: #171724;	background-color: #f8fafc;	background-image: none;	border-radius: 0;	-webkit-appearance: none;	transition: .3s ease-in-out;	border: 1px solid #f8fafc;}.form-input:focus {	outline: 0;}textarea.form-input {	height: 210px;	min-height: 60px;	max-height: 357px;	resize: vertical;}.recaptcha div {	display: block;	transform-origin: 0 0;}.recaptcha iframe {	display: block;}.form-label,.form-label-outside {	margin-bottom: 0;	color: #171724;	font-weight: 400;}.form-label {	position: absolute;	top: 30px;	left: 0;	right: 0;	padding-left: 24px;	padding-right: 24px;	font-size: 14px;	font-weight: 400;	line-height: 24px;	pointer-events: none;	text-align: left;	z-index: 9;	transition: .25s;	will-change: transform;	transform: translateY(-50%);}.form-label.focus {	opacity: 0;}.form-label.auto-fill {	color: #171724;}.form-label-outside {	width: 100%;	margin-bottom: 4px;}@media (min-width: 768px) {	.form-label-outside {		position: static;	}	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {		transform: none;	}}[data-x-mode='true'] .form-label {	pointer-events: auto;}.form-validation {	position: absolute;	right: 8px;	top: 0;	z-index: 11;	margin-top: 2px;	font-size: 9px;	font-weight: 400;	line-height: 12px;	letter-spacing: 0;	color: #f5543f;	transition: .3s;}.form-validation-left .form-validation {	right: auto;	left: 8px;}#form-output-global {	position: fixed;	bottom: 30px;	left: 15px;	z-index: 2000;	visibility: hidden;	transform: translate3d(-500px, 0, 0);	transition: .3s all ease;	max-width: calc(100% - 30px);}@media (min-width: 576px) {	#form-output-global {		left: 30px;		max-width: calc(100% - 60px);	}}#form-output-global.active {	visibility: visible;	transform: translate3d(0, 0, 0);}.form-output {	position: absolute;	top: 100%;	left: 0;	font-size: 10px;	font-weight: 400;	line-height: 1.2;	margin-top: 2px;	transition: .3s;	opacity: 0;	visibility: hidden;}.form-output.active {	opacity: 1;	visibility: visible;}.form-output.error {	color: #f5543f;}.form-output.success {	color: #98bf44;}.radio .radio-custom,.radio-inline .radio-custom,.checkbox .checkbox-custom,.checkbox-inline .checkbox-custom {	opacity: 0;}.radio .radio-custom, .radio .radio-custom-dummy,.radio-inline .radio-custom,.radio-inline .radio-custom-dummy,.checkbox .checkbox-custom,.checkbox .checkbox-custom-dummy,.checkbox-inline .checkbox-custom,.checkbox-inline .checkbox-custom-dummy {	position: absolute;	left: 0;	width: 14px;	height: 14px;	outline: none;	cursor: pointer;}.radio .radio-custom-dummy,.radio-inline .radio-custom-dummy,.checkbox .checkbox-custom-dummy,.checkbox-inline .checkbox-custom-dummy {	pointer-events: none;	background: #ffffff;}.radio .radio-custom-dummy::after,.radio-inline .radio-custom-dummy::after,.checkbox .checkbox-custom-dummy::after,.checkbox-inline .checkbox-custom-dummy::after {	position: absolute;	opacity: 0;	transition: .22s;}.radio .radio-custom:focus,.radio-inline .radio-custom:focus,.checkbox .checkbox-custom:focus,.checkbox-inline .checkbox-custom:focus {	outline: none;}.radio input,.radio-inline input,.checkbox input,.checkbox-inline input {	position: absolute;	width: 1px;	height: 1px;	padding: 0;	margin: -1px;	overflow: hidden;	clip: rect(0, 0, 0, 0);	white-space: nowrap;	border: 0;}.radio-custom:checked + .radio-custom-dummy:after,.checkbox-custom:checked + .checkbox-custom-dummy:after {	opacity: 1;}.radio,.radio-inline {	padding-left: 28px;}.radio .radio-custom-dummy,.radio-inline .radio-custom-dummy {	top: 1px;	left: 0;	width: 18px;	height: 18px;	border-radius: 50%;	border: 1px solid #b3b3b3;}.radio .radio-custom-dummy::after,.radio-inline .radio-custom-dummy::after {	content: '';	top: 3px;	right: 3px;	bottom: 3px;	left: 3px;	background: #2c343b;	border-radius: inherit;}.checkbox,.checkbox-inline {	padding-left: 28px;}.checkbox .checkbox-custom-dummy,.checkbox-inline .checkbox-custom-dummy {	left: 0;	width: 18px;	height: 18px;	margin: 0;	border: 1px solid #b3b3b3;}.checkbox .checkbox-custom-dummy::after,.checkbox-inline .checkbox-custom-dummy::after {	content: '\f222';	font-family: "Material Design Icons";	position: absolute;	top: -1px;	left: -2px;	font-size: 20px;	line-height: 18px;	color: #cccccc;}.toggle-custom {	padding-left: 60px;	-webkit-appearance: none;}.toggle-custom:checked ~ .checkbox-custom-dummy::after {	background: #0644d7;	transform: translate(20px, -50%);}.toggle-custom ~ .checkbox-custom-dummy {	position: relative;	display: inline-block;	margin-top: -1px;	width: 44px;	height: 20px;	background: #f8fafc;	cursor: pointer;}.toggle-custom ~ .checkbox-custom-dummy::after {	content: '';	position: absolute;	display: inline-block;	width: 16px;	height: 16px;	left: 0;	top: 50%;	background: #b3b3b3;	transform: translate(4px, -50%);	opacity: 1;	transition: .22s;}.rd-form-inline {	display: flex;	flex-wrap: wrap;	align-items: stretch;	justify-content: center;	text-align: center;	margin-bottom: -8px;	margin-left: 0;}.rd-form-inline:empty {	margin-bottom: 0;	margin-left: 0;}.rd-form-inline > * {	margin-top: 0;	margin-bottom: 8px;	margin-left: 0;}.rd-form-inline > * {	margin-top: 0;}.rd-form-inline .form-wrap {	flex-grow: 1;	min-width: 185px;}.rd-form-inline .form-wrap-select {	text-align: left;}.rd-form-inline .form-button {	flex-shrink: 0;	max-width: calc(100% - 10px);	min-height: 60px;	margin-top: 0;}.rd-form-inline .form-button .btn {	min-height: inherit;	padding-left: 24px;	padding-right: 24px;}@media (min-width: 576px) {	.rd-form-inline .btn {		display: block;	}}.rd-form-inline.rd-form-inline-centered {	justify-content: center;}.form-sm .form-input,.form-sm .btn {	padding-top: 9px;	padding-bottom: 9px;	min-height: 40px;}.form-sm .form-validation {	top: -16px;}.form-sm .form-label {	top: 20px;}.form-sm * + .btn {	margin-top: 10px;}.form-lg .form-input,.form-lg .form-label,.form-lg .select2-container .select2-choice {	font-size: 16px;}.form-lg .form-input,.form-lg .select2-container .select2-choice {	font-size: 16px;	padding-top: 22px;	padding-bottom: 22px;}.form-lg .form-input,.form-lg .select2-container .select2-choice {	min-height: 68px;}.form-lg .form-button {	min-height: 70px;}.form-lg .form-label {	top: 35px;}/** @section Posts *//** @section Quotes */.quote {	position: relative;}.quote .quote-author {	display: flex;	align-items: center;}.quote .quote-author .quote-author-img {	flex-shrink: 0;	max-width: 40%;}.quote .quote-author .quote-author-body {	padding-top: 0;	padding-left: 15px;}.quote q, .quote cite {	display: block;}.quote q {	color: #171724;}.quote-author-body {	font-weight: 500;}.quote-cite {	color: #171724;}.quote-author-meta {	font-size: 14px;	color: #0644d7;}.quote-author-img {	border-radius: 50%;}* + .quote-text {	margin-top: 6px;}* + .quote-cite {	margin-top: 5px;}* + .quote-author {	margin-top: 14px;}.bg-gray-200 .quote q {	color: #aeaeb2;}@media (min-width: 1600px) {	* + .quote-text {		margin-top: 9px;	}	* + .quote-cite {		margin-top: 7.5px;	}	* + .quote-author {		margin-top: 21px;	}}@media (min-width: 1600px) {	* + .quote-text {		margin-top: 12px;	}	* + .quote-cite {		margin-top: 10px;	}	* + .quote-author {		margin-top: 28px;	}}/** @section Thumbnails */* + .figure-light {	margin-top: 30px;}.figure-light figcaption {	padding-top: 10px;	color: #b3b3b3;}/** @section Breadcrumbs */.breadcrumbs-custom {	position: relative;	padding: 35px 0 40px;	text-align: center;	background-color: transparent;	background-position: center;}.breadcrumbs-custom-path {	margin-bottom: -30px;	margin-left: -30px;}.breadcrumbs-custom-path:empty {	margin-bottom: 0;	margin-left: 0;}.breadcrumbs-custom-path > * {	margin-top: 0;	margin-bottom: 30px;	margin-left: 30px;}.breadcrumbs-custom-path a {	position: relative;	display: inline;	vertical-align: middle;	color: #171724;}.breadcrumbs-custom-path li {	color: #171724;	position: relative;	display: inline-block;	vertical-align: middle;	font-size: 15px;	line-height: 1.7;}.breadcrumbs-custom-path li::before {	position: absolute;	left: 0;	bottom: 0;	width: 100%;	content: '';	border-bottom: 2px solid transparent;}.breadcrumbs-custom-path li::after {	content: "";	position: absolute;	top: 58%;	right: -20px;	display: inline-block;	width: 4px;	height: 4px;	background-color: rgba(6, 68, 215, 0.5);	border-radius: 50%;	will-change: transform;	transform: translateY(-50%);}.breadcrumbs-custom-path li:last-child:after {	display: none;}.breadcrumbs-custom-path a:hover {	color: #0644d7;}.breadcrumbs-custom-path li.active {	top: 2px;}.breadcrumbs-custom-path li.active::before {	border-bottom-color: #0039aa;}* + .breadcrumbs-custom-path {	margin-top: 14px;}@media (max-width: 991.98px) {	.breadcrumbs-custom-title {		font-size: 26px;	}}@media (min-width: 576px) {	.breadcrumbs-custom {		margin-left: -30px;		margin-right: -30px;	}	.breadcrumbs-custom > * {		padding-left: 30px;		padding-right: 30px;	}	* + .breadcrumbs-custom-path {		margin-top: 18px;	}}@media (min-width: 768px) {	.breadcrumbs-custom-path li {		font-size: 15px;	}}@media (min-width: 1200px) {	.breadcrumbs-custom {		padding: 46px 0 69px;	}}/** @section Pagination custom */.pagination {	font-size: 0;	line-height: 0;	margin-bottom: -10px;	margin-left: -10px;}.pagination:empty {	margin-bottom: 0;	margin-left: 0;}.pagination > * {	margin-top: 0;	margin-bottom: 10px;	margin-left: 10px;}.page-item {	display: inline-block;	vertical-align: middle;	text-align: center;	font-weight: 700;}.page-link {	display: inline-block;	min-width: 48px;	padding: 10px 10px;	border: 2px solid #e5ecf4;	font-size: 14px;	line-height: 1.71429;	background-color: #ffffff;	color: #aeaeb2;	transition: all 0.3s ease-in-out;}.page-link:hover, .page-link:focus, .page-link:active {	color: #ffffff;	background-color: #0644d7;	border-color: #0644d7;}.page-link:focus {	box-shadow: none;}.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {	color: #ffffff;	background-color: #0644d7;	border-color: #0644d7;}.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {	color: #b3b3b3;	background-color: #e5ecf4;	border-color: #e5ecf4;}.page-item-control .icon::before {	font-family: 'FontAwesome';	font-size: 11px;	line-height: 24px;}.page-item-control:first-child .icon::before {	content: '\f053';	margin-left: -1px;}.page-item-control:last-child .icon::before {	content: '\f054';	margin-right: -1px;}/** @section Snackbars */.snackbars {	padding: 9px 16px;	margin-left: auto;	margin-right: auto;	color: #ffffff;	text-align: left;	background-color: #1e2939;	border-radius: 0;	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);	font-size: 14px;}.snackbars .icon-xxs {	font-size: 18px;}.snackbars p span:last-child {	padding-left: 14px;}.snackbars-left {	display: inline-block;	margin-bottom: 0;}.snackbars-right {	display: inline-block;	float: right;	text-transform: uppercase;}.snackbars-right:hover {	text-decoration: underline;}@media (min-width: 576px) {	.snackbars {		max-width: 540px;		padding: 12px 15px;		font-size: 15px;	}}/** @section Footers */.footer-classic {	padding: 50px 0;}.footer-classic * + .list-social {	margin-top: 14px;}.footer-classic * + .contact-box {	margin-top: 19px;}.footer-classic .footer-title + p {	margin-top: 9px;}.footer-classic * + .rd-form {	margin-top: 15.5px;}.footer-classic-bottom {	padding: 34px 0;	border-top: 1px solid #e5ecf4;}@media (min-width: 992px) {	.footer-classic {		padding: 80px 0;	}	.footer-classic * + .list-social {		margin-top: 21px;	}	.footer-classic * + .contact-box {		margin-top: 28.5px;	}	.footer-classic .footer-title + p {		margin-top: 13.5px;	}	.footer-classic * + .rd-form {		margin-top: 23.25px;	}}@media (min-width: 1600px) {	.footer-classic {		padding: 150px 0 115px;	}	.footer-classic * + .list-social {		margin-top: 28px;	}	.footer-classic * + .contact-box {		margin-top: 38px;	}	.footer-classic .footer-title + p {		margin-top: 18px;	}	.footer-classic * + .rd-form {		margin-top: 31px;	}}/** @section Price */.price-box {	padding: 30px 15px 40px;	text-align: center;	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);}.price-box-value {	font-weight: 700;	color: #0644d7;}.price-box-list {	max-width: 255px;	margin-left: auto;	margin-right: auto;	text-align: left;}.price-box-list > li::before {	margin-top: -4px;}.price-box-list > li + li {	margin-top: 13px;}.price-box-accent {	background-color: #f8fafc;	box-shadow: none;}* + .price-box-value {	margin-top: 11.5px;}* + .price-box-list {	margin-top: 21.5px;}* + .price-box-btn {	margin-top: 25.5px;}@media (min-width: 992px) {	.price-box {		padding: 40px 20px 50px;	}	* + .price-box-value {		margin-top: 17.25px;	}	* + .price-box-list {		margin-top: 32.25px;	}	* + .price-box-btn {		margin-top: 38.25px;	}}@media (min-width: 1200px) {	.price-box-list {		max-width: 275px;	}}@media (min-width: 1600px) {	.price-box {		padding: 74px 20px 64px;	}	.price-box-list {		max-width: 345px;		padding-left: 40px;	}	.price-box-list > li + li {		margin-top: 19px;	}	* + .price-box-value {		margin-top: 23px;	}	* + .price-box-list {		margin-top: 43px;	}	* + .price-box-btn {		margin-top: 51px;	}}/** @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;}.ios .animated {	animation: none;}@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;}.preloader.loaded,[data-x-mode] .preloader {	opacity: 0;	visibility: hidden;}.preloader-body {	text-align: center;}.preloader-body p {	position: relative;	right: -8px;}.cssload-container {	width: 100%;	text-align: center;}.cssload-speeding-wheel {	position: relative;	margin: auto;	box-sizing: border-box;	background-clip: padding-box;	width: 200px;	height: 200px;	border-radius: 100px;	border: 4px solid rgba(255, 255, 255, 0.1);	-webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%);	transform-origin: 50% 60%;	transform: perspective(200px) rotateX(66deg);	animation: spinner-wiggle 1.2s infinite;}.cssload-speeding-wheel::before, .cssload-speeding-wheel::after {	content: "";	position: absolute;	left: 0;	margin: -4px;	box-sizing: inherit;	width: inherit;	height: inherit;	border-radius: inherit;	opacity: .05;	border: inherit;	border-color: transparent;	animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;}.cssload-speeding-wheel::before {	border-top-color: #0644d7;}.cssload-speeding-wheel::after {	border-top-color: #0644d7;	animation-delay: 0.3s;}@keyframes spinner-spin {	100% {		transform: rotate(360deg);	}}@keyframes spinner-fade {	20% {		opacity: .1;	}	40% {		opacity: 1;	}	60% {		opacity: .1;	}}/** @section ToTop */.ui-to-top {	position: fixed;	right: 15px;	bottom: 15px;	z-index: 100;	width: 60px;	height: 60px;	font-size: 20px;	line-height: 56px;	color: #ffffff;	background: #0644d7;	overflow: hidden;	text-align: center;	text-decoration: none;	transition: .45s all ease-in-out;	transform: translate3d(0, 100px, 0);}.ui-to-top:hover {	color: #ffffff;	background: #171724;	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 RD Navbar */@keyframes rd-navbar-slide-down {	0% {		transform: translateY(-100%);	}	100% {		transform: translateY(0);	}}@keyframes rd-navbar-slide-up {	0% {		transform: translateY(0);	}	100% {		transform: translateY(-100%);	}}.rd-navbar-wrap, .rd-navbar,.rd-menu,.rd-navbar-nav,.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);}.rd-navbar--no-transition, .rd-navbar--no-transition * {	transition: none !important;}.rd-navbar,.rd-navbar.rd-navbar--is-clone {	display: none;}.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {	display: none;}.rd-navbar {	display: none;	background: #ffffff;}.rd-navbar-toggle {	display: inline-block;	position: relative;	width: 48px;	height: 48px;	line-height: 48px;	cursor: pointer;	color: #cccccc;	background-color: transparent;	border: none;	display: none;}.rd-navbar-toggle span {	position: relative;	display: block;	margin: auto;	transition: .3s all ease;}.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {	content: "";	position: absolute;	left: 0;	top: -8px;	transition: .3s all ease;}.rd-navbar-toggle span:after {	top: 8px;}.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {	width: 24px;	height: 4px;	background-color: #cccccc;	backface-visibility: hidden;	border-radius: 0;}.rd-navbar-toggle span {	transform: rotate(180deg);}.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {	transform-origin: 1.71429px center;}.rd-navbar-toggle.active span {	transform: rotate(360deg);}.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {	top: 0;	width: 15px;}.rd-navbar-toggle.active span:before {	-webkit-transform: rotate3d(0, 0, 1, -40deg);	transform: rotate3d(0, 0, 1, -40deg);}.rd-navbar-toggle.active span:after {	-webkit-transform: rotate3d(0, 0, 1, 40deg);	transform: rotate3d(0, 0, 1, 40deg);}.rd-navbar-collapse-toggle {	display: inline-block;	position: relative;	width: 48px;	height: 48px;	line-height: 48px;	cursor: pointer;	color: #2c343b;	display: none;}.rd-navbar-collapse-toggle span {	top: 50%;	margin-top: -3px;}.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {	position: absolute;	width: 6px;	height: 6px;	line-height: 6px;	text-align: center;	background: #2c343b;	left: 50%;	margin-left: -3px;	border-radius: 50%;	transition: .3s all ease;}.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {	content: '';}.rd-navbar-collapse-toggle span:before {	bottom: 100%;	margin-bottom: 3px;}.rd-navbar-collapse-toggle span:after {	top: 100%;	margin-top: 3px;}.rd-navbar-collapse-toggle.active span {	transform: scale(0.7);}.rd-navbar-collapse-toggle.active span:before {	transform: translateY(18px);}.rd-navbar-collapse-toggle.active span:after {	transform: translateY(-18px);}.rd-navbar-brand a {	display: block;}.rd-navbar-search {	position: relative;	display: inline-flex;}.rd-navbar-search .form-input {	padding-right: 50px;}.rd-navbar-search .rd-search-form-submit {	position: absolute;	top: 0;	bottom: 0;	right: 0;	width: 50px;	padding: 0;	margin: 0;	border: none;	cursor: pointer;	background-color: transparent;	color: #cccccc;	transition: .33s;}.rd-navbar-search .rd-search-form-submit:hover {	color: #0644d7;}.rd-navbar-search-toggle {	background: none;	border: none;	display: inline-block;	padding: 0;	outline: none;	outline-offset: 0;	cursor: pointer;	-webkit-appearance: none;}.rd-navbar-search-toggle::-moz-focus-inner {	border: none;	padding: 0;}.rd-navbar-dropdown {	display: none;}.rd-navbar-info {	display: flex;	flex-wrap: wrap;	font-size: 12px;	margin-bottom: -15px;	margin-left: -20px;}.rd-navbar-info:empty {	margin-bottom: 0;	margin-left: 0;}.rd-navbar-info > * {	margin-top: 0;	margin-bottom: 15px;	margin-left: 20px;}.rd-navbar-info a {	color: #171724;}.rd-navbar-info a:hover {	color: #0644d7;}.rdn-navbar-info-item {	display: flex;}.rdn-navbar-info-icon {	margin-right: 8px;}/*
* @subsection  RD Navbar Static
*/.rd-navbar-static {	display: block;}.page-header-bordered .rd-navbar-static .rd-navbar-main-outer {	border-bottom: 1px solid #e5ecf4;}.rd-navbar-static .rd-navbar-nav {	font-weight: 500;	font-size: 17px;}.rd-navbar-static .rd-nav-item {	display: inline-block;}.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-static .rd-nav-item.active .rd-nav-link::before, .rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {	width: 24px;}.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {	color: #0644d7;}.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {	transform: rotate(180deg);}.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {	margin-left: 4px;	font-family: "Material Design Icons";	font-size: 16px;	cursor: pointer;}.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {	position: relative;	display: inline-block;	transition: .22s;	content: '\f236';}.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {	color: #0644d7;}.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {	margin-top: 20px;}.rd-navbar-static .rd-nav-item + .rd-nav-item {	margin-left: 28px;}.rd-navbar-static .rd-nav-link {	position: relative;	display: inline-block;	line-height: 1.2;	color: #2c343b;	transition: .25s;}.rd-navbar-static .rd-nav-link::before {	position: absolute;	left: 0;	top: 120%;	width: 0;	height: 4px;	content: '';	background-color: #0644d7;	border-radius: 2px;	transition: all 0.3s ease-in-out;}.rd-navbar-static .rd-nav-link:hover::before {	width: 24px;}.rd-navbar-static .rd-menu {	z-index: 15;	position: absolute;	display: block;	margin-top: 22px;	visibility: hidden;	opacity: 0;	text-align: left;	border: 1px solid #e5ecf4;	transform: translate3d(0, 30px, 0);}.rd-navbar-static .rd-navbar-dropdown {	position: absolute;	left: 0;	width: 270px;	padding: 15px;	background: #ffffff;	z-index: 5;}.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {	top: -1px;	left: 100%;	z-index: 2;	margin-top: -15px;	margin-left: 15px;	transform: translate3d(30px, 0, 0);}.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {	left: auto;	right: 100%;	margin-left: 0;	margin-right: 15px;	transform: translate3d(-30px, 0, 0);}.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {	color: #0644d7;}.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {	margin-top: 10px;}.rd-navbar-static .rd-dropdown-link {	color: #aeaeb2;}.rd-navbar-static .rd-dropdown-link:hover {	color: #0644d7;}.rd-navbar-static .rd-navbar-dropdown li > a,.rd-navbar-static .rd-megamenu-list li > a {	position: relative;	left: -3px;	display: flex;	padding: 1px 14px 1px 0;	text-align: left;}.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,.rd-navbar-static .rd-megamenu-list li > a,.rd-navbar-static .rd-megamenu-list li > a:focus,.rd-navbar-static .rd-megamenu-list li > a:active {	color: #aeaeb2;}.rd-navbar-static .rd-navbar-dropdown li > a:hover,.rd-navbar-static .rd-megamenu-list li > a:hover {	color: #0644d7;}.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,.rd-navbar-static .rd-megamenu-list li > a,.rd-navbar-static .rd-megamenu-list li > a::before {	transition: .15s ease-in-out;}.rd-navbar-static .rd-navbar-dropdown li > a::before,.rd-navbar-static .rd-megamenu-list li > a::before {	position: relative;	top: -1px;	left: -6px;	display: inline-block;	content: '\f105';	font-family: 'FontAwesome';	font-size: inherit;	line-height: inherit;	color: #0644d7;	opacity: 0;	visibility: hidden;}.rd-navbar-static .rd-navbar-dropdown li.focus > a,.rd-navbar-static .rd-navbar-dropdown li.opened > a,.rd-navbar-static .rd-navbar-dropdown li > a:hover,.rd-navbar-static .rd-megamenu-list li.focus > a,.rd-navbar-static .rd-megamenu-list li.opened > a,.rd-navbar-static .rd-megamenu-list li > a:hover {	left: 0;	padding-left: 14px;	padding-right: 0;}.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,.rd-navbar-static .rd-megamenu-list li.focus > a::before,.rd-navbar-static .rd-megamenu-list li.opened > a::before,.rd-navbar-static .rd-megamenu-list li > a:hover::before {	left: -7px;	opacity: 1;	visibility: visible;}.rd-navbar-static .rd-navbar-megamenu {	display: flex;	left: 0;	width: 100%;	max-width: 1200px;	padding: 30px 40px;	background: #ffffff;}.rd-navbar-static .rd-megamenu-item {	flex-basis: 50%;	flex-grow: 1;}.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {	padding-left: 20px;}.rd-navbar-static .rd-megamenu-title {	padding-bottom: 10px;	border-bottom: 1px solid #e5ecf4;}.rd-navbar-static * + .rd-megamenu-title {	margin-top: 30px;}.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {	margin-top: 5px;}.rd-navbar-static .rd-megamenu-list-link {	color: #000000;	background: transparent;}.rd-navbar-static .rd-megamenu-list-link:hover {	color: #0644d7;	background: transparent;}.rd-navbar-static * + .rd-megamenu-list {	margin-top: 10px;}.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {	opacity: 1;	visibility: visible;	transform: translate3d(0, 0, 0);}.rd-navbar-static .rd-navbar-search.active .rd-search {	visibility: visible;	opacity: 1;}.rd-navbar-static .rd-search {	position: absolute;	top: 100%;	right: 0;	width: 270px;	opacity: 0;	visibility: hidden;	transition: .3s;	margin-top: 20px;	z-index: 2;}.rd-navbar-static * + .rd-navbar-search {	margin-left: 28px;}.rd-navbar-static .rd-navbar-search-toggle {	display: inline-flex;	color: #2c343b;}.rd-navbar-static .rd-navbar-search-toggle span {	display: inline-block;	position: relative;	width: 32px;	height: 32px;	font-size: 26px;	line-height: 32px;	text-align: center;	cursor: pointer;	background: none;	border: none;	outline: none;	padding: 0;}.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {	transition: .3s all ease-in-out;}.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {	position: absolute;	top: 0;	left: 0;	right: 0;	bottom: 0;}.rd-navbar-static .rd-navbar-search-toggle span::before {	content: "";	transform: rotate(0deg) scale(1);	opacity: 1;	visibility: visible;	font-family: "Material Design Icons";}.rd-navbar-static .rd-navbar-search-toggle span::after {	content: "";	transform: rotate(-90deg) scale(0.4);	opacity: 0;	visibility: hidden;	font-family: "Material Design Icons";}.rd-navbar-static .rd-navbar-search-toggle.active span::before {	opacity: 0;	visibility: hidden;	transform: rotate(90deg) scale(0.4);}.rd-navbar-static .rd-navbar-search-toggle.active span::after {	transform: rotate(0deg) scale(1);	opacity: 1;	visibility: visible;}.rd-navbar-static .rd-navbar-search-toggle:hover {	color: #0644d7;}.rd-navbar-static.rd-navbar--is-clone {	display: block;	transform: translate3d(0, -100%, 0);}.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {	transform: translate3d(0, 0, 0);}.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {	position: fixed;	left: 0;	top: 0;	right: 0;	z-index: 1080;	background: #ffffff;}.rd-navbar-static .rd-navbar--has-dropdown {	position: relative;}/*
*
* RD Navbar Fixed
*/.rd-navbar-fixed {	display: block;}.rd-navbar-fixed .rd-navbar-toggle {	display: inline-block;}.rd-navbar-fixed .rd-navbar-brand {	position: relative;	margin-left: 6px;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	text-align: left;	font-size: 22px;	line-height: 46px;}.rd-navbar-fixed .rd-navbar-brand img {	max-width: 160px;	max-height: 40px;	width: auto;	height: auto;}.rd-navbar-fixed .rd-navbar-panel {	position: fixed;	left: 0;	top: 0;	right: 0;	z-index: 1080;	display: flex;	align-items: center;	height: 56px;	padding: 4px;}.rd-navbar-fixed .rd-navbar-nav-wrap {	position: fixed;	left: 0;	top: -56px;	bottom: -56px;	z-index: 1079;	width: 270px;	padding: 112px 0 81px;	overflow-y: auto;	overflow-x: hidden;	-webkit-overflow-scrolling: touch;	font-size: 16px;	line-height: 34px;	transform: translateX(-110%);}.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {	width: 4px;}.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {	background: #497efa;	border: none;	border-radius: 0;	opacity: .2;}.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {	background: #0644d7;	border: none;	border-radius: 0;}.rd-navbar-fixed .rd-navbar-nav-wrap.active {	transform: translateX(0);}.rd-navbar-fixed .rd-navbar-nav {	display: block;	margin: 15px 0;	height: auto;	text-align: left;}.rd-navbar-fixed .rd-nav-item {	text-align: left;}.rd-navbar-fixed .rd-nav-item + .rd-nav-item {	margin-top: 4px;}.rd-navbar-fixed .rd-nav-link {	display: block;	padding: 9px 56px 9px 18px;}.rd-navbar-fixed li.opened > .rd-navbar-dropdown {	padding: 4px 0 0;}.rd-navbar-fixed li.opened > .rd-navbar-megamenu {	padding-top: 15px;	padding-bottom: 15px;}.rd-navbar-fixed li.opened > .rd-menu {	opacity: 1;	height: auto;}.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {	transform: rotate(180deg);}.rd-navbar-fixed .rd-menu {	display: none;	transition: opacity 0.3s, height 0.4s ease;	opacity: 0;	height: 0;	overflow: hidden;}.rd-navbar-fixed .rd-navbar-submenu {	position: relative;}.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {	height: 34px;	line-height: 34px;}.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {	padding-left: 30px;}.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {	padding-left: 46px;}.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {	display: block;}.rd-navbar-fixed .rd-megamenu-list > li > a,.rd-navbar-fixed .rd-navbar-dropdown > li > a {	display: block;	padding: 9px 56px 9px 16px;	font-size: 14px;	line-height: 1.5;}.rd-navbar-fixed .rd-megamenu-list > li + li,.rd-navbar-fixed .rd-navbar-dropdown > li + li {	margin-top: 3px;}.rd-navbar-fixed .rd-megamenu-list > li > a {	padding-left: 30px;}.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {	position: relative;	display: block;	padding: 0 18px 7px;	font-size: 16px;	line-height: 1.5;}.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {	content: '';	position: absolute;	left: 20px;	right: 20px;	bottom: 0;	border-bottom: 1px solid;}.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {	margin-top: 11px;}.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {	margin-top: 20px;}.rd-navbar-fixed .rd-navbar-megamenu > li + li {	margin-top: 20px;}.rd-navbar-fixed .rd-navbar-submenu-toggle {	cursor: pointer;}.rd-navbar-fixed .rd-navbar-submenu-toggle::after {	content: '\f107';	position: absolute;	top: 0;	right: 0;	width: 56px;	height: 52px;	font: 400 14px "FontAwesome";	line-height: 52px;	text-align: center;	transition: 0.4s all ease;	z-index: 2;	cursor: pointer;}.rd-navbar-fixed .rd-navbar-collapse-toggle {	display: block;	top: 4px;	z-index: 1081;}.rd-navbar-fixed .rd-navbar-collapse {	position: fixed;	right: 0;	top: 56px;	z-index: 1079;	transform: translate3d(0, -10px, 0);	padding: 22px 15px;	width: auto;	border-radius: 0;	text-align: left;	font-size: 14px;	opacity: 0;	visibility: hidden;	transition: .3s;}.rd-navbar-fixed .rd-navbar-collapse.active {	transform: translate3d(0, 0, 0);	opacity: 1;	visibility: visible;}.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {	display: block;}.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {	margin-top: 10px;}.rd-navbar-fixed .rd-navbar-main-element {	position: absolute;	float: left;}.rd-navbar-fixed .rd-navbar-search .rd-search {	position: fixed;	right: 0;	left: 0;	top: 56px;	z-index: 1079;	width: 100%;	opacity: 0;	visibility: hidden;	transition: .3s;	transform: translate3d(0, -10px, 0);}.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {	display: none;}.rd-navbar-fixed .rd-navbar-search .form-input {	padding-right: 50px;}.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {	position: absolute;	top: 0;	bottom: 0;	right: 0;	width: 50px;	padding: 0;	margin: 0;	border: none;	background-color: transparent;}.rd-navbar-fixed .rd-navbar-search.active .rd-search {	opacity: 1;	visibility: visible;	transform: none;}.rd-navbar-fixed .rd-navbar-search-toggle {	display: inline-flex;}.rd-navbar-fixed .rd-navbar-search-toggle span {	display: inline-block;	position: relative;	width: 48px;	height: 48px;	font-size: 26px;	line-height: 48px;	text-align: center;	cursor: pointer;	background: none;	border: none;	outline: none;	padding: 0;}.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {	transition: .3s all ease-in-out;}.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {	position: absolute;	top: 0;	left: 0;	right: 0;	bottom: 0;}.rd-navbar-fixed .rd-navbar-search-toggle span::before {	content: "";	transform: rotate(0deg) scale(1);	opacity: 1;	visibility: visible;	font-family: "Material Design Icons";}.rd-navbar-fixed .rd-navbar-search-toggle span::after {	content: "";	transform: rotate(-90deg) scale(0.4);	opacity: 0;	visibility: hidden;	font-family: "Material Design Icons";}.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {	opacity: 0;	visibility: hidden;	transform: rotate(90deg) scale(0.4);}.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {	transform: rotate(0deg) scale(1);	opacity: 1;	visibility: visible;}.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {	position: fixed;	top: 4px;	z-index: 1082;}.rd-navbar-fixed .rd-navbar-fixed-element-1 {	right: 0;}.rd-navbar-fixed .rd-navbar-fixed-element-2 {	right: 46px;}.rd-navbar-fixed.rd-navbar--is-clone {	display: none;}.rd-navbar-fixed .rd-navbar-fixed--visible {	display: block;}.rd-navbar-fixed .rd-navbar-fixed--hidden {	display: none;}.rd-navbar-fixed .rd-navbar-panel {	color: #171724;	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);	background: #ffffff;}.rd-navbar-fixed .rd-navbar-nav-wrap {	color: #ffffff;	background: #ffffff;	border: 1px solid #e5ecf4;	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);}.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {	color: #ffffff;	background: #0644d7;}.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {	color: #ffffff;}.rd-navbar-fixed .rd-nav-link {	color: #171724;}.rd-navbar-fixed .rd-megamenu-list > li > a,.rd-navbar-fixed .rd-navbar-dropdown > li > a {	color: #aeaeb2;}.rd-navbar-fixed .rd-megamenu-list > li:hover > a,.rd-navbar-fixed .rd-megamenu-list > li.focus > a,.rd-navbar-fixed .rd-megamenu-list > li.active > a,.rd-navbar-fixed .rd-megamenu-list > li.opened > a,.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {	color: #ffffff;	background: #0644d7;}.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {	color: #cccccc;}.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {	border-bottom: 1px solid #e5ecf4;}.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {	color: #ffffff;}.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {	color: #0644d7;}.rd-navbar-fixed .rd-navbar-submenu-toggle {	color: #171724;}.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {	color: #cccccc;}.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {	color: #0644d7;}.rd-navbar-fixed .rd-navbar-search-toggle {	color: #2c343b;}.rd-navbar-fixed .rd-navbar-search-toggle:hover {	color: #0644d7;}.rd-navbar-fixed .rd-navbar-collapse {	background-color: #ffffff;	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);}.rd-navbar-fixed .rd-navbar-collapse,.rd-navbar-fixed .rd-navbar-collapse a {	color: #171724;}.rd-navbar-fixed .rd-navbar-info {	display: block;}html.rd-navbar-fixed-linked .page {	padding-top: 56px;}/*
*
* RD Navbar Sidebar
*/.rd-navbar-sidebar {	display: block;	background: #ffffff;}.rd-navbar-sidebar .rd-navbar-main-outer {	padding-left: 20px;	padding-right: 20px;}.rd-navbar-sidebar .rd-navbar-main {	position: relative;	display: flex;	align-items: center;	justify-content: space-between;	padding: 22px 60px 22px 0;	max-width: 1200px;	margin-left: auto;	margin-right: auto;	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);}.rd-navbar-sidebar .rd-navbar-main-element {	display: flex;	align-items: center;}.rd-navbar-sidebar .rd-navbar-main-element > * + * {	margin-left: 20px;}.rd-navbar-sidebar .rd-navbar-toggle {	position: absolute;	right: 0;	top: 50%;	transform: translateY(-50%);	display: block;	z-index: 1102;}.rd-navbar-sidebar .rd-navbar-panel {	min-width: 200px;	text-align: center;}.rd-navbar-sidebar .rd-navbar-brand img {	width: auto;	height: auto;	max-width: 200px;	max-height: 200px;}.rd-navbar-sidebar .rd-navbar-nav-wrap {	position: fixed;	top: 0;	bottom: 0;	right: 0;	z-index: 1101;	width: 450px;	padding: 94px 0 0 0;	background: #ffffff;	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);	transform: translateX(100%);	box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);}.rd-navbar-sidebar .rd-navbar-nav-wrap.active {	transition-delay: .1s;	transform: translateX(0);}.rd-navbar-sidebar .rd-navbar-nav {	height: calc(100vh - 100px);	overflow-x: hidden;	overflow-y: auto;	-webkit-overflow-scrolling: touch;	border-top: 1px solid #e5ecf4;}.rd-navbar-sidebar .rd-nav-item {	position: relative;	display: block;	padding: 19px 30px 19px 40px;}.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {	color: #0644d7;}.rd-navbar-sidebar .rd-nav-item .rd-nav-link,.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {	font-size: 18px;}.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {	border-top: 1px solid #e5ecf4;}.rd-navbar-sidebar .rd-nav-item:last-child {	border-bottom: 1px solid #e5ecf4;	margin-bottom: 30px;}.rd-navbar-sidebar .rd-nav-link {	max-width: calc(100% - 30px);	word-break: break-all;	font-size: 18px;	line-height: 1.4;	text-transform: none;	color: #cccccc;}.rd-navbar-sidebar .rd-nav-link:hover {	color: #0644d7;}.rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {	transform: rotate(180deg);}.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {	display: none;	opacity: 0;	visibility: hidden;	will-change: opacity, visibility;	transition: opacity .2s;}.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown,.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {	display: block;	opacity: 1;	visibility: visible;}.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown,.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {	transform: translateY(30px);}.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown,.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {	transform: translateY(0);}.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {	transform: translateX(-20px);}.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {	transform: translateX(0);}.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle,.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {	position: absolute;	top: 0;	right: 0;	padding-top: inherit;	padding-right: inherit;	padding-left: 10px;	margin-bottom: inherit;	display: inline-block;	width: 30px;	margin-left: 5px;	text-align: center;	cursor: pointer;	color: #2c343b;}.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover,.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {	color: #0644d7;}.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {	content: '\f107';	position: relative;	display: inline-block;	font-family: "FontAwesome";	font-size: inherit;	line-height: inherit;	text-align: center;	vertical-align: middle;	transition: 0.4s all ease;	z-index: 2;	will-change: transform;}.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {	font-size: 14px;	color: #cccccc;	margin-left: 7px;}.rd-navbar-sidebar .rd-menu {	margin-top: 31px;}.rd-navbar-sidebar .rd-navbar-dropdown,.rd-navbar-sidebar .rd-megamenu-list {	font-size: 14px;}.rd-navbar-sidebar .rd-navbar-dropdown li > a,.rd-navbar-sidebar .rd-megamenu-list li > a {	position: relative;	left: -3px;	display: flex;	padding: 1px 14px 1px 0;	text-align: left;}.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li > a:active,.rd-navbar-sidebar .rd-megamenu-list li > a,.rd-navbar-sidebar .rd-megamenu-list li > a:focus,.rd-navbar-sidebar .rd-megamenu-list li > a:active {	color: #aeaeb2;}.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,.rd-navbar-sidebar .rd-megamenu-list li > a:hover {	color: #0644d7;}.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a::before,.rd-navbar-sidebar .rd-megamenu-list li > a,.rd-navbar-sidebar .rd-megamenu-list li > a::before {	transition: .15s ease-in-out;}.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,.rd-navbar-sidebar .rd-megamenu-list li > a::before {	position: relative;	top: -1px;	left: -6px;	display: inline-block;	content: '\f105';	font-family: 'FontAwesome';	font-size: inherit;	line-height: inherit;	color: #0644d7;	opacity: 0;	visibility: hidden;}.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a,.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a,.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,.rd-navbar-sidebar .rd-megamenu-list li.focus > a,.rd-navbar-sidebar .rd-megamenu-list li.opened > a,.rd-navbar-sidebar .rd-megamenu-list li > a:hover {	left: 0;	padding-left: 14px;	padding-right: 0;}.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before,.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before,.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before,.rd-navbar-sidebar .rd-megamenu-list li.focus > a::before,.rd-navbar-sidebar .rd-megamenu-list li.opened > a::before,.rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {	left: -7px;	opacity: 1;	visibility: visible;}.rd-navbar-sidebar .rd-navbar-megamenu {	max-width: 450px;	margin-bottom: -30px;}.rd-navbar-sidebar .rd-navbar-megamenu > * {	margin-bottom: 30px;}.rd-navbar-sidebar .rd-navbar-megamenu > li {	display: inline-block;	vertical-align: top;	width: 45%;}.rd-navbar-sidebar .rd-megamenu-title {	display: none;}.rd-navbar-sidebar .rd-megamenu-list {	margin-top: 0;}.rd-navbar-sidebar .rd-megamenu-list > li + li {	margin-top: 10px;}.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {	padding-right: 0;}.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {	display: none;}.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {	padding-left: 0;}.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {	padding-left: 0;}.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {	color: #0644d7;}.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {	top: 1px;}.rd-navbar-sidebar .rd-navbar-dropdown > li + li {	margin-top: 10px;}.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {	margin-top: 25px;}.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {	margin-top: 10px;	padding-left: 15px;}.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {	font-size: 12px;}@media (min-width: 1200px) {	.rd-navbar-sidebar .rd-navbar-megamenu {		margin-bottom: -30px;	}	.rd-navbar-sidebar .rd-navbar-megamenu > * {		margin-bottom: 30px;	}	.rd-navbar-sidebar .rd-navbar-dropdown > li + li,	.rd-navbar-sidebar .rd-megamenu-list > li + li {		margin-top: 18px;	}}@media (min-width: 1200px) {	.rd-navbar-sidebar .rd-navbar-nav-wrap {		width: auto;		left: calc(50% + 600px - 80px);	}}.rd-navbar-sidebar.rd-navbar--is-clone {	position: fixed;	top: 0;	left: 0;	right: 0;	z-index: 1000;	transform: translateY(-101%);}.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {	transform: translateY(0);}.rd-navbar-sidebar.rd-navbar--is-stuck {	position: fixed;	left: 0;	right: 0;	top: 0;	z-index: 1000;	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);}.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {	padding-top: 11px;	padding-bottom: 11px;}/**
*
* RD Navbar Classic
* =====================================================
*/.rd-navbar-classic.rd-navbar-static {	border-bottom: 1px solid transparent;}.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {	padding-left: 40px;	padding-right: 40px;}.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,.rd-navbar-classic.rd-navbar-static .rd-navbar-main {	max-width: 1820px;	margin-left: auto;	margin-right: auto;}.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {	padding: 10px 0;}.rd-navbar-classic.rd-navbar-static .rd-navbar-main {	position: relative;	display: flex;	align-items: center;	justify-content: space-between;	padding: 20px 0;}.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {	display: flex;	align-items: center;}.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {	border-bottom-color: #e5ecf4;}.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {	display: none;}.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {	padding: 17px 0;}.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {	margin-top: 17px;}/*
*
* RD Navbar Fullwidth
*/.rd-navbar-fullwidth {	display: block;}.rd-navbar-fullwidth .rd-navbar-nav > li + li {	margin-left: 20px;}.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {	padding: 10px 0;}/** @section Nav custom */.tabs-custom {	text-align: left;}.tabs-custom .nav-tabs {	display: block;	font-size: 0;	line-height: 0;	word-spacing: 0;	border: 0;}.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {	display: none;}.tabs-custom .nav-item {	float: none;	border: 0;	cursor: pointer;	transition: .33s all ease;}.tabs-custom .nav-link {	margin: 0;	border-radius: 0;	border: 0;}.tabs-custom .nav-link.active {	cursor: default;}.tab-content > .tab-pane {	display: block;	visibility: hidden;	height: 0;	overflow: hidden;}.tab-content > .active {	visibility: visible;	height: auto;	overflow: visible;}/* Tabs separate */.tabs-separate .nav-tabs {	display: block;}.tabs-separate .nav-tabs,.tabs-separate .tab-content {	counter-reset: li;}.tabs-separate .nav-tabs .nav-link:before,.tabs-separate .nav-tabs .tab-pane:before,.tabs-separate .tab-content .nav-link:before,.tabs-separate .tab-content .tab-pane:before {	content: counter(li, decimal-leading-zero);	counter-increment: li;}.tabs-separate .nav-item {	cursor: auto;}.tabs-separate .nav-link {	position: relative;	display: inline-block;	padding: 0;	padding-left: 42px;}.tabs-separate .nav-link:before {	display: inline-block;	width: 0;	transform: translateX(-42px);	font-weight: 400;	font-size: 16px;	white-space: nowrap;}.tabs-separate .nav-link {	background-color: transparent;}.tabs-separate .nav-link.active {	background-color: transparent;}.tabs-separate .tab-pane {	display: flex;}.tabs-separate .tab-pane:before {	font-size: 16px;}.tabs-separate .tab-pane-inner {	padding-left: 25px;}.tabs-separate * + .nav-item {	margin-top: 5px;}* + .tabs-separate {	margin-top: 25px;}.context-dark .tabs-separate .nav-link, .bg-gray-700 .tabs-separate .nav-link, .background-primary .tabs-separate .nav-link, .bg-primary-dark-1 .tabs-separate .nav-link {	color: rgba(255, 255, 255, 0.5);}.context-dark .tabs-separate .nav-link.active, .bg-gray-700 .tabs-separate .nav-link.active, .background-primary .tabs-separate .nav-link.active, .bg-primary-dark-1 .tabs-separate .nav-link.active, .context-dark .tabs-separate .nav-link:hover, .bg-gray-700 .tabs-separate .nav-link:hover, .background-primary .tabs-separate .nav-link:hover, .bg-primary-dark-1 .tabs-separate .nav-link:hover {	color: white;}@media (min-width: 992px) {	.tabs-separate .tab-pane-inner {		padding-left: 39px;	}	.tabs-separate * + .nav-item {		margin-top: 7.5px;	}	* + .tabs-separate {		margin-top: 37.5px;	}}@media (min-width: 1600px) {	.tabs-separate * + .nav-item {		margin-top: 10px;	}	* + .tabs-separate {		margin-top: 50px;	}}/* Tabs scale */.tabs-scale .nav-link {	padding: 0;}.tabs-scale .nav-link::before {	display: inline-block;	vertical-align: middle;	content: '';	width: 10px;	height: 10px;	margin-left: -30px;	margin-top: -2px;	margin-right: 19px;	border-radius: 50%;	background: #0644d7;	opacity: 0;	will-change: transform;	transition: all 0.3s ease-in-out;}.tabs-scale .nav-link.active {	padding-left: 30px;	font-size: 1.05em;	color: #0644d7;}.tabs-scale .nav-link.active::before {	opacity: 1;}.tabs-scale .nav-item + .nav-item {	margin-top: 9.75px;}@media (min-width: 992px) {	.tabs-scale .nav-item + .nav-item {		margin-top: 13px;	}}@media (min-width: 1200px) {	.tabs-scale .nav-link.active {		margin-left: 20px;		font-size: 1.33em;	}}/** @section Panel custom */.card-group-custom {	margin-bottom: 0;}.card-group-custom .card-header + .collapse > .card-body,.card-group-custom .card-header + .collapse > .list-group {	border-top: 0;}.card-group-custom .card + .card {	margin-top: 0;}.card-group-custom.card-group-corporate .card + .card {	margin-top: 21px;}.card-custom {	display: block;	margin: 0;	background: inherit;	border: 0;	border-radius: 0;	box-shadow: none;	text-align: left;}.card-custom a {	display: block;}.card-custom .card-header {	padding: 0;	border-bottom: 0;	border-top-left-radius: 0;	border-top-right-radius: 0;}.card-custom .card-body {	padding: 0;	border: 0;}.card-custom .card-title {	margin-bottom: 0;}* + .card-group-custom {	margin-top: 35px;}@media (min-width: 768px) {	* + .card-group-custom {		margin-top: 50px;	}}.card-corporate {	text-align: left;}.card-corporate .card-title a,.card-corporate .card-body {	background: #ffffff;}.card-corporate .card-title a {	position: relative;	z-index: 1;	padding-right: 25px;	color: #2c343b;	transition: 1.3s all ease;}.card-corporate .card-title a .card-arrow:after {	opacity: 0;	visibility: hidden;}.card-corporate .card-title a.collapsed .card-arrow::before {	transform: translateY(-50%) rotate(90deg);}.card-corporate .card-arrow {	position: absolute;	top: 0;	bottom: -1px;	right: -1px;	z-index: 2;	transition: .33s all ease;}.card-corporate .card-arrow::before {	content: '\f238';	position: absolute;	top: 50%;	right: 0;	z-index: 4;	font-family: "Material Design Icons";	font-size: 1.2em;	transform: translateY(-50%);	transition: all 0.3s ease-in-out;}.card-corporate .collapse {	position: relative;	z-index: 1;	color: #aeaeb2;}.card-corporate .card-body {	padding-top: 11px;	padding-right: 30px;}/** @section Counter *//** @section Progress Bars */.progress-linear {	position: relative;	text-align: left;}.progress-linear-header {	display: flex;	align-items: center;	justify-content: space-between;	transform: translate3d(0, -10px, 0);	margin-bottom: -10px;	margin-left: -5px;	margin-right: -5px;}.progress-linear-header > * {	margin-top: 10px;	padding-left: 5px;	padding-right: 5px;}.progress-linear-body {	height: 5px;	background: #e5ecf4;}.progress-linear-bar {	width: 0;	height: 11px;	background: #0644d7;	transition: 1s all ease-in-out;	transform: translateY(-3px);}.progress-linear-counter {	display: none;}.progress-linear-counter::after {	content: "%";}[data-x-mode='true'] .progress-linear-counter {	display: block;}.progress-linear-text {	max-width: 320px;}* + .progress-linear-body {	margin-top: 10.5px;}* + .progress-linear-text {	margin-top: 9.75px;}.progress-linear + .progress-linear {	margin-top: 17.25px;}@media (min-width: 992px) {	* + .progress-linear-body {		margin-top: 14px;	}	* + .progress-linear-text {		margin-top: 13px;	}	.progress-linear + .progress-linear {		margin-top: 23px;	}}/** @section Owl Carousel */.owl-carousel {	display: none;	width: 100%;	-webkit-tap-highlight-color: transparent;	/* position relative and z-index fix webkit rendering fonts issue */	position: relative;	z-index: 1;}.owl-carousel .owl-stage {	position: relative;	-ms-touch-action: pan-Y;	touch-action: manipulation;	-moz-backface-visibility: hidden;	/* fix firefox animation glitch */}.owl-carousel .owl-stage:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}.owl-carousel .owl-stage-outer {	position: relative;	overflow: hidden;	/* fix for flashing background */	-webkit-transform: translate3d(0px, 0px, 0px);	transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper,.owl-carousel .owl-item {	backface-visibility: hidden;	transform: translate3d(0, 0, 0);}.owl-carousel .owl-item {	position: relative;	min-height: 1px;	float: left;	backface-visibility: hidden;	-webkit-tap-highlight-color: transparent;	-webkit-touch-callout: none;}.owl-carousel .owl-nav,.owl-carousel .owl-dots {	-webkit-tap-highlight-color: transparent;}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {	display: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next,.owl-carousel .owl-dot {	cursor: pointer;	user-select: none;	background: none;	color: inherit;	border: none;	padding: 0;	font: inherit;}.owl-carousel.owl-loaded {	display: block;}.owl-carousel.owl-loading {	opacity: 0;	display: block;}.owl-carousel.owl-hidden {	opacity: 0;}.owl-carousel.owl-refresh .owl-item {	visibility: hidden;}.owl-carousel.owl-drag .owl-item {	touch-action: pan-y;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.owl-carousel.owl-grab {	cursor: grab;}.owl-carousel.owl-rtl {	direction: rtl;}.owl-carousel.owl-rtl .owl-item {	float: right;}* + .owl-carousel {	margin-top: 40px;}.owl-carousel .owl-nav {	pointer-events: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next {	position: absolute;	top: 50%;	transform: translateY(-50%);	display: flex;	align-items: center;	justify-content: center;	width: 40px;	height: 40px;	border-radius: 3px;	font-size: 24px;	line-height: 1;	cursor: pointer;	pointer-events: auto;	background: #0644d7;	color: #1e2939;}.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after,.owl-carousel .owl-next::before,.owl-carousel .owl-next::after {	display: block;	font-family: "Material Design Icons";}.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover {	text-decoration: none;	background: #1e2939;	color: #0644d7;}.owl-carousel .owl-prev.disabled,.owl-carousel .owl-next.disabled {	opacity: .5;	cursor: default;}.owl-carousel .owl-prev {	left: 10px;}.owl-carousel .owl-prev::before {	content: '\f14a';}.owl-carousel .owl-next {	right: 10px;}.owl-carousel .owl-next::before {	content: '\f14f';}.owl-carousel .owl-dots {	margin-top: 27px;	text-align: left;}.owl-carousel .owl-dot {	display: inline-block;	zoom: 1;	margin: 0 7px;}.owl-carousel .owl-dot span {	width: 12px;	height: 12px;	display: block;	-webkit-backface-visibility: visible;	border-radius: 6px;	background: rgba(0, 57, 170, 0.5);	transition: all 0.3s ease-in-out;}.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {	background: #0644d7;}.owl-carousel .owl-dot.active span {	width: 24px;}h3 + .owl-carousel {	margin-top: 27px;}@media (min-width: 992px) {	.owl-carousel .owl-dots {		margin-top: 40.5px;	}	h3 + .owl-carousel {		margin-top: 40.5px;	}}@media (min-width: 1600px) {	.owl-carousel .owl-dots {		margin-top: 54px;	}	h3 + .owl-carousel {		margin-top: 54px;	}}/* Owl carousel style 1 */.owl-carousel-1 .owl-stage-outer {	overflow: visible;}.owl-carousel-1 .owl-nav {	margin-top: 30px;	margin-left: -20px;}.owl-carousel-1 .owl-nav > * {	margin-left: 20px;}.owl-carousel-1 .owl-prev,.owl-carousel-1 .owl-next {	position: static;	display: inline-block;	width: 60px;	height: 60px;	line-height: 60px;	text-align: center;	color: #0644d7;	background-color: #ffffff;	border-radius: 50%;	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);	transform: none;	transition: all 0.3s ease-in-out;}.owl-carousel-1 .owl-prev:hover,.owl-carousel-1 .owl-next:hover {	color: #ffffff;	background-color: #0039aa;}* + .owl-carousel-1 {	margin-top: 40px;}@media (min-width: 992px) {	.owl-carousel-1 .owl-nav {		position: absolute;		bottom: calc( 100% + 40px);	}	.owl-carousel-1 .owl-prev,	.owl-carousel-1 .owl-next {		width: 80px;		height: 80px;		line-height: 80px;	}}@media (min-width: 1600px) {	.owl-carousel-1 .owl-nav {		bottom: calc( 100% + 83px);		margin-left: -70px;	}	.owl-carousel-1 .owl-nav > * {		margin-left: 70px;	}}