/* css/index */
.items,
.navbar-top,
.news {
  max-width: 1200px;
}
.shim {
  min-height: 175px;
  background-color: transparent;
}
.navbar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 42px 15px 10px;
  margin-left: auto;
  margin-right: auto;
}
.rd-navbar-fullwidth-linked .rd-navbar-absolute-wrap {
  background-color: #074e90;
}
.rd-navbar-fullwidth-linked
  .rd-navbar-absolute-wrap
  .rd-navbar-fullwidth.rd-navbar--is-stuck
  .navbar-top {
  display: none !important;
}
.rd-navbar-search-wrap {
  display: table-cell;
  vertical-align: middle;
}
.rd-navbar-search-wrap .rd-navbar-search-toggle {
  display: none;
}
.items .flex-res,
.news .flex-res {
  display: -ms-flexbox;
  -webkit-box-pack: justify;
}
.rd-navbar-search form {
  position: relative;
}
.rd-navbar-search form button[type="submit"] {
  position: absolute;
  font-size: 22px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 10px;
  right: -20px;
  color: #efefef;
}
.rd-navbar-search form button[type="submit"] .symbol-icon {
  font-size: 24px;
}
.navbar-navigation-dropdown .navbar-navigation-dropdown-item {
  border-bottom: 1px solid #efefef;
  font-size: 1rem;
}
.news {
  padding: 15px 0;
  margin: 0 auto;
}
.news .flex-res {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .divider {
  padding: 10px 0;
  border-bottom: 4px solid #074e90;
}
.news .divider div:first-child {
  color: #074e90;
  font-weight: 600;
  font-size: 18px;
}
.news .divider div:last-child a {
  color: #575757 !important;
}
.news .row {
  margin-left: 0;
}
.news .cards {
  margin-top: 25px;
}
.news .cards .card-wrap {
  -webkit-box-shadow: 0 4px 8px 0 rgba(70, 70, 70, 0.2),
    0 6px 20px 0 rgba(90, 90, 90, 0.19);
  box-shadow: 0 4px 8px 0 rgba(70, 70, 70, 0.2),
    0 6px 20px 0 rgba(90, 90, 90, 0.19);
}
.news .cards .card-wrap img {
  width: 100%;
}
.news .cards .card-wrap .content {
  padding: 24px 16px;
}
.news .cards .card-wrap .content div {
  padding: 5px 0;
}
.news .cards .card-wrap .content div:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #353535;
}
.news .cards .card-wrap .content div:last-child {
  color: #074e90;
}
.news .cards .card-wrap .content div:last-child .iconfont {
  font-size: 14px;
}
.news .cards .card-wrap .content .detail {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rd-navbar-fixed .rd-navbar-search-wrap {
  display: none;
}
.items {
  padding: 15px 0;
  margin: 0 auto;
}
.items .flex-res {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.items .title {
  border-bottom: 1px solid #a9a9a9;
}
.items .title div:first-child {
  color: #074e90;
  font-weight: 600;
  font-size: 18px;
}
.items .title div:last-child a {
  color: #575757 !important;
}
.items .divider {
  padding: 8px 0;
  border-bottom: 3px solid #074e90;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.items .row {
  margin-left: 0;
}
.items .cards {
  margin-top: 15px;
}
.items .cards .card-wrap ul {
  padding: 15px 0 30px;
}
.items .cards .card-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 10px 0;
}
.items .cards .card-wrap ul li .symbol-icon {
  margin-right: 12px;
  font-size: 9px;
}
.custom-footer .row,
.pic-wall {
  max-width: 1200px;
  margin: 0 auto;
}
.pic-wall {
  padding: 48px 0 80px;
}
.pic-wall .col-md-2,
.pic-wall .col-md-4,
.pic-wall .col-sm-3,
.pic-wall .col-sm-6,
.pic-wall .col-xs-4 {
  width: auto;
}
.pic-wall .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pic-wall .pic-card {
  padding: 0 0.2rem;
}
.pic-wall .pic-card .in-wrap {
  display: inline-block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pic-wall .pic-card .in-wrap.left .bottom {
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pic-wall .pic-card .in-wrap.left .bottom .left {
  padding-right: 0.2rem;
}
.pic-wall .pic-card .in-wrap.left .bottom .right {
  padding-left: 0.2rem;
}
.pic-wall .pic-card .in-wrap.middle {
  padding: 0 1.4px;
}
.pic-wall .pic-card .in-wrap.middle .mirror div:first-child {
  padding-bottom: 0.2rem;
}
.pic-wall .pic-card .in-wrap.middle .mirror div:last-child {
  padding-top: 0.2rem;
}
.pic-wall .pic-card .in-wrap.right .top {
  padding-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pic-wall .pic-card .in-wrap.right .top .left {
  padding-right: 0.2rem;
}
.pic-wall .pic-card .in-wrap.right .top .right {
  padding-left: 0.2rem;
}
.custom-footer {
  background-color: #074e90;
}
.custom-footer .row {
  padding: 32px 0;
  color: #efefef;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-footer .row ul li {
  padding: 6px 0;
}
.custom-footer .row .nopadding {
  padding: 0;
}
.custom-footer .row .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.custom-footer .row .flex-wrap div {
  text-align: center;
}
.custom-footer .row .flex-wrap div img + div {
  margin-top: 8px;
  font-size: 12px;
}
.custom-footer .copyright {
  
  text-align: center;
  font-size: 15px;
  padding: 16px 0;
  color: #efefef;
}


/* css/extra */
.symbol-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.icon-comment {
  font-size: 16px;
}

/* components/breadcrumb */
.breadcrumb {
	position: relative;
	color: #efefef;
}

.breadcrumb-inner {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 0.75rem;
	list-style: none;
}

.breadcrumb-item {
	position: relative;
	padding: 0 6px;
}

.breadcrumb-item:not(:last-child)::after {
	content: '|';
	position: absolute;
	top: 53%;
	right: 0;
	transform: translate(50%, -50%);
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	vertical-align: middle;
	color: #efefef;
}

.breadcrumb-text,
.breadcrumb-link {
	display: inline-block;
	line-height: 1.5;
}

.breadcrumb-active {
	color: #595959;
}

.breadcrumb-section {
	padding: 1.4375rem 0rem;
	background-color: #e9eff4;
}

/* components/grid */
.container {
	width: 100%;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	margin-right: auto;
	margin-left: auto;
}

.container-full {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 480px) {
	.col-xs {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xs-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xs-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xs-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xs-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xs-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xs-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xs-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xs-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xs-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xs-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xs-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xs-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xs-first {
		order: -1;
	}
	.order-xs-last {
		order: 13;
	}
	.order-xs-0 {
		order: 0;
	}
	.order-xs-1 {
		order: 1;
	}
	.order-xs-2 {
		order: 2;
	}
	.order-xs-3 {
		order: 3;
	}
	.order-xs-4 {
		order: 4;
	}
	.order-xs-5 {
		order: 5;
	}
	.order-xs-6 {
		order: 6;
	}
	.order-xs-7 {
		order: 7;
	}
	.order-xs-8 {
		order: 8;
	}
	.order-xs-9 {
		order: 9;
	}
	.order-xs-10 {
		order: 10;
	}
	.order-xs-11 {
		order: 11;
	}
	.order-xs-12 {
		order: 12;
	}
	.offset-xs-0 {
		margin-left: 0;
	}
	.offset-xs-1 {
		margin-left: 8.33333%;
	}
	.offset-xs-2 {
		margin-left: 16.66667%;
	}
	.offset-xs-3 {
		margin-left: 25%;
	}
	.offset-xs-4 {
		margin-left: 33.33333%;
	}
	.offset-xs-5 {
		margin-left: 41.66667%;
	}
	.offset-xs-6 {
		margin-left: 50%;
	}
	.offset-xs-7 {
		margin-left: 58.33333%;
	}
	.offset-xs-8 {
		margin-left: 66.66667%;
	}
	.offset-xs-9 {
		margin-left: 75%;
	}
	.offset-xs-10 {
		margin-left: 83.33333%;
	}
	.offset-xs-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1600px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		order: -1;
	}
	.order-xxl-last {
		order: 13;
	}
	.order-xxl-0 {
		order: 0;
	}
	.order-xxl-1 {
		order: 1;
	}
	.order-xxl-2 {
		order: 2;
	}
	.order-xxl-3 {
		order: 3;
	}
	.order-xxl-4 {
		order: 4;
	}
	.order-xxl-5 {
		order: 5;
	}
	.order-xxl-6 {
		order: 6;
	}
	.order-xxl-7 {
		order: 7;
	}
	.order-xxl-8 {
		order: 8;
	}
	.order-xxl-9 {
		order: 9;
	}
	.order-xxl-10 {
		order: 10;
	}
	.order-xxl-11 {
		order: 11;
	}
	.order-xxl-12 {
		order: 12;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -1.25rem;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 1.25rem;
}

.row-30 {
	margin-bottom: -1.875rem;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 1.875rem;
}

* + .row {
	margin-top: 2.5rem;
}

p + .row {
	margin-top: 1.71875rem;
}

h6 + .row {
	margin-top: 0.89375rem;
}

.text-block-1 + .row {
	margin-top: 1.99375rem;
}

.row-gutters-20 {
	margin-right: -10px;
	margin-left: -10px;
}

.row-gutters-20 > [class*='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 992px) {
	.row-lg-55 {
		margin-bottom: -3.4375rem;
	}
	.row-lg-55:empty {
		margin-bottom: 0;
	}
	.row-lg-55 > * {
		margin-bottom: 3.4375rem;
	}
	.row-lg-60 {
		margin-bottom: -3.75rem;
	}
	.row-lg-60:empty {
		margin-bottom: 0;
	}
	.row-lg-60 > * {
		margin-bottom: 3.75rem;
	}
	p + .row {
		margin-top: 2.1875rem;
	}
	h6 + .row {
		margin-top: 1.1375rem;
	}
	.text-block-1 + .row {
		margin-top: 2.5375rem;
	}
}

@media (min-width: 1600px) {
	p + .row {
		margin-top: 3.125rem;
	}
	h6 + .row {
		margin-top: 1.625rem;
	}
	.text-block-1 + .row {
		margin-top: 3.625rem;
	}
}

/* components/input */
.custom-control {
	position: relative;
	display: block;
	min-height: 1.4rem;
	padding-left: 2.1875rem;
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #04d2c8;
	border-color: rgba(89, 89, 89, 0.2);
	background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px rgba(89, 89, 89, 0.2);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(89, 89, 89, 0.2);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.35);
	border-color: rgba(89, 89, 89, 0.2);
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #555555;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: rgba(250, 250, 250, 0.8);
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: -0.1125rem;
	left: -2.1875rem;
	display: block;
	width: 1.625rem;
	height: 1.625rem;
	pointer-events: none;
	content: "";
	background-color: transparent;
	border: rgba(89, 89, 89, 0.2) solid 2px;
}

.custom-control-label::after {
	position: absolute;
	top: -0.1125rem;
	left: -2.1875rem;
	display: block;
	width: 1.625rem;
	height: 1.625rem;
	content: "";
	background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.3125rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpath fill='transparent' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%2304d2c8' d='M10 1L4 7L1 4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #04d2c8;
	background-color: #04d2c8;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 0.3125rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpath fill='transparent' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%2304d2c8' d='M10 1L4 7L1 4'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.5);
}

.custom-switch {
	padding-left: 4.3125rem;
}

.custom-switch .custom-control-label::before {
	left: -4.3125rem;
	width: 3.75rem;
	pointer-events: all;
	border-radius: 50rem;
}

.custom-switch .custom-control-label::after {
	top: calc(-0.1125rem + 4px);
	left: calc(-4.3125rem + 4px);
	width: 1.625rem;
	height: 1.625rem;
	background-color: rgba(89, 89, 89, 0.2);
	border-radius: 50rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: transparent;
	transform: translateX(2.125rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: 3.15rem;
	padding: 0.75rem 2.25rem 0.75rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	color: #595959;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2323232f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
	background-color: transparent;
	border: 2px solid rgba(89, 89, 89, 0.2);
	border-radius: 0.625rem;
	appearance: none;
}

.custom-select:focus {
	border-color: rgba(89, 89, 89, 0.2);
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(4, 210, 200, 0.25);
}

.custom-select:focus::-ms-value {
	color: #595959;
	background-color: transparent;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1.25rem;
	background-image: none;
}

.custom-select:disabled {
	color: #595959;
	background-color: #f7f7f7;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select-sm {
	height: 2.734rem;
	padding-top: 0.675rem;
	padding-bottom: 0.675rem;
	padding-left: 1.125rem;
	font-size: 0.7875rem;
}

.custom-select-lg {
	height: 3.44rem;
	padding-top: 0.825rem;
	padding-bottom: 0.825rem;
	padding-left: 1.375rem;
	font-size: 0.9625rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 3.15rem;
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 3.15rem;
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: rgba(89, 89, 89, 0.2);
	box-shadow: 0 0 0 1px rgba(89, 89, 89, 0.2);
}

.custom-file-input:disabled ~ .custom-file-label {
	background-color: rgba(250, 250, 250, 0.8);
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 3.15rem;
	padding: 0.75rem 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	color: #595959;
	background-color: transparent;
	border: 2px solid rgba(89, 89, 89, 0.2);
	border-radius: 1.875rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.6em + 1.5rem);
	padding: 0.75rem 1.25rem;
	line-height: 1.6;
	color: #595959;
	content: "Browse";
	background-color: #f7f7f7;
	border-left: inherit;
	border-radius: 0 1.875rem 1.875rem 0;
}

.custom-range {
	width: 100%;
	height: calc(1rem + 0.4rem);
	padding: 0;
	background-color: transparent;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(89, 89, 89, 0.2);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(89, 89, 89, 0.2);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(89, 89, 89, 0.2);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #04d2c8;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #8cfdf7;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e9eff4;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #04d2c8;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #8cfdf7;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e9eff4;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #04d2c8;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #8cfdf7;
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #e9eff4;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #e9eff4;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none;
	}
}

.form-control {
	display: block;
	width: 100%;
	height: 1.7rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	color: #595959;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #efefef;
	border-radius: 2px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #171724;
	background-color: #fff;
	border-color: rgba(89, 89, 89, 0.2);
	outline: 0;
	box-shadow: 0 0 0 1px rgba(89, 89, 89, 0.2);
}

.form-control::placeholder {
	color: #c4c4c4;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: rgba(250, 250, 250, 0.8);
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #595959;
	background-color: transparent;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.75rem + 2px);
	padding-bottom: calc(0.75rem + 2px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.6;
}

.col-form-label-lg {
	padding-top: calc(0.825rem + 2px);
	padding-bottom: calc(0.825rem + 2px);
	font-size: 0.9625rem;
	line-height: 1.6;
}

.col-form-label-sm {
	padding-top: calc(0.675rem + 2px);
	padding-bottom: calc(0.675rem + 2px);
	font-size: 0.7875rem;
	line-height: 1.44;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	margin-bottom: 0;
	line-height: 1.6;
	color: #595959;
	background-color: transparent;
	border: solid transparent;
	border-width: 2px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: 2.734rem;
	padding: 0.675rem 1.125rem;
	font-size: 0.7875rem;
	line-height: 1.44;
	border-radius: 0.3125rem;
}

.form-control-lg {
	height: 3.44rem;
	padding: 0.825rem 1.375rem;
	font-size: 0.9625rem;
	line-height: 1.6;
	border-radius: 1.875rem;
}

select.form-control[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
	color: #595959;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 81%;
	color: #77ba21;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.75rem;
	line-height: 1.6;
	color: #fff;
	background-color: rgba(119, 186, 33, 0.9);
	border-radius: 0.625rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #77ba21;
	padding-right: calc(1.6em + 1.5rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2377ba21' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(0.4em + 0.375rem);
	background-size: calc(0.8em + 0.75rem) calc(0.8em + 0.75rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #77ba21;
	box-shadow: 0 0 0 0.2rem rgba(119, 186, 33, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.6em + 1.5rem);
	background-position: top calc(0.4em + 0.375rem) right calc(0.4em + 0.375rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #77ba21;
	padding-right: calc((1em + 1.5rem) * 3 / 4 + 2.25rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2323232f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2377ba21' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") transparent no-repeat center right 2.25rem/calc(0.8em + 0.75rem) calc(0.8em + 0.75rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #77ba21;
	box-shadow: 0 0 0 0.2rem rgba(119, 186, 33, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #77ba21;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #77ba21;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #77ba21;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #91db33;
	background-color: #91db33;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(119, 186, 33, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #77ba21;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #77ba21;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #77ba21;
	box-shadow: 0 0 0 0.2rem rgba(119, 186, 33, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 81%;
	color: #e72660;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.75rem;
	line-height: 1.6;
	color: #fff;
	background-color: rgba(231, 38, 96, 0.9);
	border-radius: 0.625rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #e72660;
	padding-right: calc(1.6em + 1.5rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e72660' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e72660' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(0.4em + 0.375rem);
	background-size: calc(0.8em + 0.75rem) calc(0.8em + 0.75rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #e72660;
	box-shadow: 0 0 0 0.2rem rgba(231, 38, 96, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.6em + 1.5rem);
	background-position: top calc(0.4em + 0.375rem) right calc(0.4em + 0.375rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #e72660;
	padding-right: calc((1em + 1.5rem) * 3 / 4 + 2.25rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2323232f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e72660' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e72660' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") transparent no-repeat center right 2.25rem/calc(0.8em + 0.75rem) calc(0.8em + 0.75rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #e72660;
	box-shadow: 0 0 0 0.2rem rgba(231, 38, 96, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #e72660;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #e72660;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #e72660;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #ec5482;
	background-color: #ec5482;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(231, 38, 96, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #e72660;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #e72660;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #e72660;
	box-shadow: 0 0 0 0.2rem rgba(231, 38, 96, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
	margin-left: -2px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: flex;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
	margin-left: -2px;
}

.input-group-prepend {
	margin-right: -2px;
}

.input-group-append {
	margin-left: -2px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	color: #595959;
	text-align: center;
	white-space: nowrap;
	background-color: #f7f7f7;
	border: 2px solid rgba(89, 89, 89, 0.2);
	border-radius: 1.875rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: 3.44rem;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.825rem 1.375rem;
	font-size: 0.9625rem;
	line-height: 1.6;
	border-radius: 1.875rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: 2.734rem;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.675rem 1.125rem;
	font-size: 0.7875rem;
	line-height: 1.44;
	border-radius: 0.3125rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 2.25rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

label {
	font-size: 0.75rem;
	cursor: pointer;
}

textarea {
	min-height: 12.5rem;
	max-height: 18.75rem;
}

.form-group {
	position: relative;
	text-align: left;
	margin-bottom: 0;
	padding: 10px;
}

.form-control {
	text-overflow: ellipsis;
}

.form-control-inline {
	display: inline-block;
	text-align: center;
	width: auto;
}

.form-group + .form-group {
	margin-top: 1.25rem;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	height: auto;
}

:invalid {
	box-shadow: none;
}

:-moz-submit-invalid {
	box-shadow: none;
}

:-moz-ui-invalid {
	box-shadow: none;
}

.context-dark .form-control {
	color: #fff;
	border-color: #fff;
}

.context-dark .form-control::placeholder {
	color: #fff;
}

/* components/multiswitch */
[data-multi-switch]:before {
	pointer-events: none;
}

/* components/rdnavbar */
/* prettier-ignore */
.rd-navbar {
	position: relative;
	z-index: 14;
	color: #171724;
}

.rd-navbar li {
	list-style: none;
}

.navbar-button {
	position: relative;
	display: block;
	border: none;
	font-size: 18px;
	width: 18px;
	height: 18px;
	line-height: 1;
	opacity: 1;
	visibility: visible;
	background: none;
	color: inherit;
	transition: 0.25s ease-in-out;
}

.navbar-button::before,
.navbar-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.25s, color 0s;
}

.navbar-button::before {
	transform: translate(-50%, -50%) rotate(0) scale(1);
	opacity: 1;
}

.navbar-button::after {
	content: '\e918';
	transform: translate(-50%, -50%) rotate(90deg) scale(0);
	font-family: 'custom-font';
	opacity: 0;
}

.navbar-button:hover {
	color: #0c73d3;
}

.navbar-button.navbar-info-active::before,
.navbar-button.navbar-search-active::before,
.navbar-button.navbar-cart-active::before,
.navbar-button.active::before {
	transform: translate(-50%, -50%) rotate(-90deg) scale(0);
	opacity: 0;
}

.navbar-button.navbar-info-active::after,
.navbar-button.navbar-search-active::after,
.navbar-button.navbar-cart-active::after,
.navbar-button.active::after {
	transform: translate(-50%, -50%) rotate(0deg) scale(1);
	opacity: 1;
}

.navbar-logo-link {
	display: block;
}

.navbar-logo-default,
.navbar-logo-inverse {
	margin: 0;
}
.navbar-logo-inverse{    width: 482px;}
.navbar-logo-default {
	display: none;
}

.navbar-logo-inverse {
	display: inline-block;
}

.rd-navbar-fixed {
	height: 60px;
}

.rd-navbar-fixed .navbar-panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 60px;
	box-shadow: 0 0 28px rgba(89, 89, 89, 0.1);
	background: #074e90;
}

.rd-navbar-fixed .navbar-subpanel {
	position: fixed;
	top: 0;
	right: 5%;
	display: flex;
	align-items: center;
	height: 60px;
	margin: 0 -10px;
	padding: 0 10px;
}

.rd-navbar-fixed .navbar-subpanel-item {
	padding: 0 10px;
}

.rd-navbar-fixed .navbar-logo {
	position: fixed;
	top: 11px;
	left: 50%;
	transform: translateX(-50%);
}

.rd-navbar-fixed .navbar-logo .navbar-logo-default,
.rd-navbar-fixed .navbar-logo .navbar-logo-inverse {
	width: auto;
	height: auto;
	max-height: 40px;
}

.rd-navbar-fixed .navbar-navigation-banner {
	padding: 14px 0;
}

.rd-navbar-fixed .navbar-switch {
	position: fixed;
	top: 0;
	left: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 2.1875rem;
	line-height: 1;
	border: none;
	background: none;
	color: #fff;
	transition: 0.2s ease-in-out;
}

.rd-navbar-fixed .navbar-switch:hover,
.rd-navbar-fixed .navbar-switch.active {
	color: rgba(255, 255, 255, 0.6);
}

.rd-navbar-fixed .navbar-action-button {
	margin: 0;
}

.rd-navbar-fixed .navbar-button {
	color: #fff;
}

.rd-navbar-fixed .navbar-button::before {
	pointer-events: none;
}

.rd-navbar-fixed .navbar-button:hover,
.rd-navbar-fixed .navbar-button.active {
	color: rgba(255, 255, 255, 0.6);
}

.rd-navbar-fixed .navbar-search {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: scaleX(0.8);
	z-index: 2;
	display: flex;
	align-items: center;
	height: 60px;
	opacity: 0;
	pointer-events: none;
	background: #fff;
	transition: 0.25s;
}

.rd-navbar-fixed .navbar-search-container {
	flex: 1 1 870px;
	max-width: 870px;
	margin: 0 auto;
	padding: 0 15px;
}

.rd-navbar-fixed .navbar-search-form {
	display: flex;
	align-items: center;
	margin: 0 -10px;
}

.rd-navbar-fixed .navbar-search-input {
	flex-grow: 1;
	font-size: 1rem;
	color: #171724;
	margin: 0;
	padding: 0 10px;
	border: none;
	background: none;
}

.rd-navbar-fixed .navbar-search-input::placeholder {
	color: #171724;
}

.rd-navbar-fixed .navbar-search-close,
.rd-navbar-fixed .navbar-search-btn {
	color: inherit;
	padding: 0 10px;
}

.rd-navbar-fixed .navbar-search-close:hover,
.rd-navbar-fixed .navbar-search-btn:hover {
	color: #0c73d3;
}

.rd-navbar-fixed .navbar-search-results {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	transform: scaleY(0);
	transform-origin: center top;
	display: flex;
	justify-content: center;
	padding: 25px 0;
	opacity: 0;
	pointer-events: none;
	background: #fff;
	transition: 0.15s;
}

.rd-navbar-fixed .navbar-search-results.rd-search-show {
	transform: scaleY(1);
	opacity: 1;
	pointer-events: auto;
}

.rd-navbar-fixed .navbar-search-results.rd-search-loading .search-results {
	opacity: 0.5;
	pointer-events: none;
}

.rd-navbar-fixed .navbar-search-results .search-results {
	flex: 1 1 870px;
	max-width: 870px;
	padding: 0 15px;
}

.rd-navbar-fixed .navbar-search-results .search-list {
	list-style-type: none;
}

.rd-navbar-fixed .navbar-search-results .search-list-item {
	padding: 25px 0;
	margin: 0;
	border-bottom: 1px solid #e9eff4;
}

.rd-navbar-fixed .navbar-search-results .search-list-item:first-child {
	border-top: 1px solid #e9eff4;
}

.rd-navbar-fixed .navbar-search-results * + p {
	margin-top: 2px;
}

.rd-navbar-fixed .navbar-search-results * + .search-list,
.rd-navbar-fixed .navbar-search-results * + .search-list-item-all {
	margin-top: 25px;
}

.rd-navbar-fixed.navbar-search-active .navbar-search {
	transform: scaleX(1);
	opacity: 1;
	pointer-events: auto;
}

.rd-navbar-fixed .navbar-navigation {
	position: fixed;
	top: 60px;
	bottom: 0;
	left: -310px;
	width: 300px;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.2;
	transition: 0.4s;
	background: #fff;
	box-shadow: 0 0 28px rgba(89, 89, 89, 0.1);
}

.rd-navbar-fixed .navbar-navigation-root-item,
.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
	transition: 0.4s;
}

.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
	position: fixed;
	top: 60px;
	bottom: 0;
	left: -310px;
	width: 300px;
	z-index: 2;
	pointer-events: none;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
}

.rd-navbar-fixed .navbar-navigation,
.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
	padding: 16px 0 30px;
	background: #f7f7f7;
}

.rd-navbar-fixed .navbar-navigation.overlaid,
.rd-navbar-fixed .navbar-navigation-megamenu.overlaid,
.rd-navbar-fixed .navbar-navigation-dropdown.overlaid {
	background: #555555;
}

.rd-navbar-fixed .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-dropdown-link {
	position: relative;
	transform: translateZ(0);
	display: block;
	padding: 14px 30px;
	border-radius: 4px;
	overflow: hidden;
	color: #171724;
	transition: 0.2s;
}

.rd-navbar-fixed .navbar-navigation-root-link + .rd-navbar-submenu-toggle,
.rd-navbar-fixed .navbar-navigation-megamenu-link + .rd-navbar-submenu-toggle,
.rd-navbar-fixed .navbar-navigation-dropdown-link + .rd-navbar-submenu-toggle {
	display: flex;
}

.rd-navbar-fixed .navbar-navigation-root-link:hover,
.rd-navbar-fixed .navbar-navigation-megamenu-link:hover,
.rd-navbar-fixed .navbar-navigation-dropdown-link:hover {
	color: #0c73d3;
}

.rd-navbar-fixed .navbar-navigation-root-item.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-root-item.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-root-item.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-root-item.active > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-root-item.active > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-root-item.active > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-megamenu-item.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-megamenu-item.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-megamenu-item.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-megamenu-item.active > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-megamenu-item.active > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-megamenu-item.active > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-dropdown-item.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-dropdown-item.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-dropdown-item.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-dropdown-item.active > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-dropdown-item.active > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-dropdown-item.active > .navbar-navigation-dropdown-link {
	color: #0c73d3;
}

.rd-navbar-fixed .navbar-navigation-back-btn {
	display: block;
	padding: 14px 30px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #0c73d3;
}

.rd-navbar-fixed .navbar-navigation-back-btn svg {
  margin-right: 2px;
}

.rd-navbar-fixed .navbar-navigation-back-btn:hover {
	cursor: pointer;
}

.rd-navbar-fixed .navbar-navigation-megamenu-heading {
	padding: 14px 30px;
	margin: 0;
	font-size: 1.1538rem;
	font-weight: 300;
	color: #171724;
}

.rd-navbar-fixed .navbar-navigation-item-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 9px;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 50px;
	display: none;
	font-size: 1em;
	color: inherit;
	transition: 0.2s;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::before {
	content: '>';
	/* font-family: 'FontAwesome'; */
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover::before {
	color: #0c73d3;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-dropdown {
	left: 0;
	pointer-events: auto;
}

.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-root-link,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link {
	color: #fff;
}

.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-root-link::before,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-dropdown-link::before,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link::before,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-root-link::before,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-dropdown-link::before,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link::before {
	padding: 100%;
	transition: padding 0.25s ease-in;
}

.rd-navbar-fixed.active .navbar-navigation {
	left: 0;
}

.rd-navbar-fullwidth {
	height: auto;
	font-weight: 500;
	font-size: 1.3rem;
	background-color: #074e90;
	transition: height 0.2s, box-shadow 0.2s;
}

.rd-navbar-fullwidth .navbar-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 18px 10px;
	/* height: 35%; */
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-fullwidth .navbar-cell {
	display: flex;
	align-items: stretch;
	padding: 0 15px;
}

.rd-navbar-fullwidth .navbar-cell:first-child {
	padding-left: 0;
}

.rd-navbar-fullwidth .navbar-cell:last-child {
	padding-right: 0;
}

.rd-navbar-fullwidth .navbar-spacer {
	display: block;
	flex-grow: 1;
}

.rd-navbar-fullwidth .navbar-switch {
	display: none;
}

.rd-navbar-fullwidth .navbar-panel {
	align-self: center;
}

.rd-navbar-fullwidth .navbar-subpanel {
	display: flex;
	align-self: center;
	margin: 0 -10px;
}

.rd-navbar-fullwidth .navbar-subpanel-item {
	padding: 0 10px;
}

.rd-navbar-fullwidth .navbar-button {
	display: block;
	font-size: 18px;
	color: #fff;
}

.rd-navbar-fullwidth .navbar-button:hover {
	color: rgba(255, 255, 255, 0.6);
}

.rd-navbar-fullwidth .navbar-action-button {
	margin: 0;
}

/* .rd-navbar-fullwidth .navbar-logo {
	margin-top: -15px;
} */

.rd-navbar-fullwidth .navbar-logo-inverse {
	display: inline-block;
}

.rd-navbar-fullwidth .navbar-logo-default {
	display: none;
}

.rd-navbar-fullwidth .navbar-search {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scaleX(0.8);
	z-index: 1;
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	background: #fff;
	transition: 0.25s;
}

.rd-navbar-fullwidth .navbar-search-container {
	flex: 1 1 870px;
	max-width: 870px;
	margin: 0 auto;
	padding: 0 15px;
}

.rd-navbar-fullwidth .navbar-search-close {
	position: absolute;
	top: 50%;
	right: 38px;
	font-size: 1.25rem;
	transform: translateY(-50%);
}

.rd-navbar-fullwidth .navbar-search-form {
	display: flex;
	align-items: center;
}

.rd-navbar-fullwidth .navbar-search-input {
	flex-grow: 1;
	font-size: 1.875rem;
	color: #171724;
	margin: 0;
	border: none;
	background: none;
}

.rd-navbar-fullwidth .navbar-search-input::placeholder {
	color: #171724;
}

.rd-navbar-fullwidth .navbar-search-close,
.rd-navbar-fullwidth .navbar-search-btn {
	color: inherit;
}

.rd-navbar-fullwidth .navbar-search-close:hover,
.rd-navbar-fullwidth .navbar-search-btn:hover {
	color: #0c73d3;
}

.rd-navbar-fullwidth .navbar-search-btn {
	margin-left: 1.25rem;
	font-size: 1.75rem;
}

.rd-navbar-fullwidth .navbar-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transform: scaleY(0);
	transform-origin: center top;
	display: flex;
	justify-content: center;
	padding: 60px 0 70px;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 28px rgba(89, 89, 89, 0.1);
	background: #fff;
	transition: 0.15s;
}

.rd-navbar-fullwidth .navbar-search-results.rd-search-show {
	transform: scaleY(1);
	opacity: 1;
	pointer-events: auto;
}

.rd-navbar-fullwidth .navbar-search-results.rd-search-loading .search-results {
	opacity: 0.5;
	pointer-events: none;
}

.rd-navbar-fullwidth .navbar-search-results .search-results {
	flex: 1 1 870px;
	max-width: 870px;
	padding: 0 15px;
}

.rd-navbar-fullwidth .navbar-search-results .search-list {
	list-style-type: none;
}

.rd-navbar-fullwidth .navbar-search-results .search-list-item {
	padding: 25px 0;
	margin: 0;
	border-bottom: 1px solid #e9eff4;
}

.rd-navbar-fullwidth .navbar-search-results .search-list-item:first-child {
	border-top: 1px solid #e9eff4;
}

.rd-navbar-fullwidth .navbar-search-results * + p {
	margin-top: 2px;
}

.rd-navbar-fullwidth .navbar-search-results * + .search-list,
.rd-navbar-fullwidth .navbar-search-results * + .search-list-item-all {
	margin-top: 25px;
}

.rd-navbar-fullwidth.navbar-search-active .navbar-search {
	transform: scaleX(1);
	opacity: 1;
	pointer-events: auto;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	box-shadow: 0 0 28px rgba(89, 89, 89, 0.1);
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .navbar-logo {
	margin-top: 0;
}

.rd-navbar-fullwidth .navbar-navigation-back {
	display: none;
}

.rd-navbar-fullwidth .navbar-navigation {
	display: flex;
	padding: 0;
	margin: 0 -30px;
}

.rd-navbar-fullwidth .navbar-navigation-root-item {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.rd-navbar-fullwidth .navbar-navigation-root-link {
	position: relative;
	display: block;
	line-height: 1;
	color: #fff;
}

.rd-navbar-fullwidth .navbar-navigation-root-link:hover {
	color: rgba(255, 255, 255, 0.6);
}

.rd-navbar-fullwidth .navbar-navigation-root-item.active > .navbar-navigation-root-link,
.rd-navbar-fullwidth .navbar-navigation-root-item.focus > .navbar-navigation-root-link {
	color: rgba(255, 255, 255, 0.6);
}

.rd-navbar-fullwidth .navbar-navigation-dropdown {
	position: absolute;
	left: 50%;
	top: calc(1.1rem + 12px);
	transform: translate(-50%, 16%);
	z-index: 1;
	padding: 0px 4px;
	min-width: 120px;
	opacity: 0;
	visibility: hidden;
	background: #074e90;
	box-shadow: 5px 8px 28px rgba(89, 89, 89, 0.1);
	transition: 0.2s;
	text-align: center;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown.rd-navbar-megamenu {
	position: absolute;
	left: 0;
	top: 100%;
	/* transform: translate(0, -100%); */
	transform: translate(0, -10%) scale(0.3);
	z-index: 1;
	padding: 0 20px;
	min-width: 100%;
	opacity: 0;
	visibility: hidden;
	background: rgba(35, 35, 35, 0%);
	/* background-color: #04d2c8; */
	box-shadow: 5px 8px 28px rgba(89, 89, 89, 0.1);
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	transition: 0.2s;
	max-height: 0px;
	overflow: hidden;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link {
	position: relative;
	display: block;
	padding: 4px 10px;
	border-radius: 4px;
	overflow: hidden;
	color: #efefef;
	transition: 0.2s;
}

.rd-navbar-fullwidth .rd-navbar-megamenu .navbar-navigation-dropdown-link {
	color: #efefef;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link + .rd-navbar-submenu-toggle {
	display: block;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link:hover {
	color: #ff9900;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link:hover + .rd-navbar-submenu-toggle {
	transition: 0.2s 0.1s;
	color: #ff9900;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transform: translateY(-10%) scale(0.8);
	display: flex;
	justify-content: center;
	padding: 57px 40px 100px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 5px 6px 18px rgba(23, 23, 36, 0.12);
	transition: 0.2s;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-container {
	max-width: 1320px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-row {
	display: flex;
	margin: 0 -20px;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-column {
	flex: 1 0 25%;
	padding: 0 20px;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-heading {
	padding: 0 10px;
	font-size: 1.5rem;
	line-height: 1.2;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link {
	position: relative;
	display: block;
	padding: 4px 10px;
	border-radius: 4px;
	overflow: hidden;
	color: #171724;
	transition: 0.2s;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link::before {
	content: '';
	position: absolute;
	top: 10%;
	left: 10%;
	transform: translate(-50%, -50%);
	padding: 0;
	border-radius: 50%;
	z-index: -1;
	background: #42495b;
	transition: padding 0.05s;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link + .rd-navbar-submenu-toggle {
	display: block;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link:hover {
	color: #fff;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link:hover::before {
	padding: 110%;
	transition: padding 0.25s ease-in;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link:hover + .rd-navbar-submenu-toggle {
	transition: 0.2s 0.1s;
	color: #fff;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-heading + .navbar-navigation-megamenu-row,
.rd-navbar-fullwidth .navbar-navigation-megamenu-heading + .navbar-navigation-megamenu-item {
	margin-top: 19px;
}

.rd-navbar-fullwidth .navbar-navigation-item-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.rd-navbar-fullwidth .rd-navbar--has-dropdown {
	position: relative;
}

.rd-navbar-fullwidth .rd-navbar-submenu-toggle {
	position: absolute;
	top: 7px;
	right: 6px;
	display: none;
	font-size: 0.8em;
	color: inherit;
	transition: 0.2s;
}

.rd-navbar-fullwidth .rd-navbar-submenu-toggle::before {
	content: '\f105';
	font-family: 'FontAwesome';
}

.rd-navbar-fullwidth .rd-navbar-megamenu .rd-navbar-dropdown {
	transform: translate(10%, 0) scale(0.8);
	left: 100%;
	top: -24px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown {
	transform: translate(10%, 0) scale(0.8);
	left: calc(100% + 10px);
	top: -24px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-open-left {
	transform: translate(-10%, 0) scale(0.8);
	left: auto;
	right: calc(100% + 10px);
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-dropdown,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-dropdown {
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;
	border-radius: 0%;
	border-top: 2px solid #efefef;
	max-height: 600px;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-megamenu,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-megamenu {
	transform: translateY(0) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-dropdown-link,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link {
	color: #0c73d3;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .rd-navbar-submenu-toggle {
	color: #0c73d3;
}

[data-x-mode='true'] .rd-navbar-fullwidth .navbar-navigation-root-item > .rd-navbar-submenu-toggle {
	position: static;
	display: block;
	margin-left: 6px;
	line-height: 1;
}

[data-x-mode='true'] .rd-navbar-fullwidth .navbar-navigation-root-item > .rd-navbar-submenu-toggle::before {
	content: '\e924';
}

[data-x-mode='true'] .rd-navbar-fullwidth .navbar-navigation-root-item > .rd-navbar-submenu-toggle:hover {
	cursor: pointer;
}

[data-x-mode='true'] .rd-navbar-fullwidth .navbar-navigation-root-item.opened > .rd-navbar-submenu-toggle {
	color: #0c73d3;
}

@media (min-width: 1600px) {
	.rd-navbar-fullwidth {
		height: auto;
	}
	.rd-navbar-fullwidth .navbar-navigation {
		margin: 0 -35px;
	}
	.rd-navbar-fullwidth .navbar-navigation-root-item {
		padding: 0 20px;
	}
	/* .rd-navbar-fullwidth .navbar-navigation-dropdown {
		top: 70%;
	} */
	.rd-navbar-fullwidth.rd-navbar--is-stuck {
		height: 60px;
	}
	/* .rd-navbar-fullwidth.rd-navbar--is-stuck .navbar-navigation-dropdown {
		top: 100%;
	} */
}

/* .rd-navbar-fullwidth-linked .rd-navbar-absolute-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
} */

/* .rd-navbar-fullwidth-linked .rd-navbar-absolute-wrap .rd-navbar-fullwidth {
	background-color: transparent;
} */

.rd-navbar-fullwidth-linked .rd-navbar-absolute-wrap .rd-navbar-fullwidth.rd-navbar--is-stuck {
	background-color: #074e90;
}

/* components/section */
.section-sm,
.section-md,
.section-lg {
	padding: 50px 0;
}

@media (min-width: 768px) {
	.section-sm {
		padding: 44px 0;
	}
	.section-md,
	.section-lg {
		padding: 63.25px 0;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 56px 0;
	}
	.section-md,
	.section-lg {
		padding: 80.5px 0;
	}
}

@media (min-width: 1600px) {
	.section-sm {
		padding: 80px 0;
	}
	.section-md {
		padding: 115px 0;
	}
	.section-lg {
		padding: 156px 0;
	}
}

.section-fullheight {
	display: flex;
}

.section-fullheight .section-fullheight-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
}

.section-fullheight .section-fullheight-inner > * {
	width: 100%;
	flex-shrink: 0;
}

.section-fullheight-inner {
	justify-content: space-around;
	text-align: center;
}

/* components/swiper */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
:root {
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	*/
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container {
	display: flex;
	width: 100%;
}

.swiper-wrapper {
	display: flex;
	height: auto;
}

.swiper-slide {
	display: flex;
	align-items: center;
	height: auto;
	background-size: cover;
	background-position: center center;
}

.swiper-pagination-bullet {
	position: relative;
	z-index: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background-color: transparent;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	will-change: transform;
}

.swiper-pagination-bullet::before {
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	z-index: -1;
	background: #fff;
	content: '';
	transform: scale(0);
	transition: inherit;
	border-radius: inherit;
}

.swiper-pagination-bullet:hover::before, .swiper-pagination-bullet-active::before {
	transform: scale(1);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 3.125rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.625rem;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
	content: '';
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
	content: '';
}

@media (min-width: 1600px) {
	.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 3.75rem;
	}
}

.swiper-1 {
	min-height: calc( 72vh - 60px);
}

.swiper-1 .swiper-slide {
	padding: 40px 0 100px;
}

@media (min-width: 768px) {
	.swiper-1 .swiper-wrapper {
		min-height: 450px;
	}
}

@media (min-width: 992px) {
	.swiper-1 .swiper-wrapper {
		min-height: 500px;
	}
}

@media (min-width: 1200px) {
	.swiper-1 .swiper-wrapper {
		min-height: 72vh;
	}
	.swiper-1 .swiper-slide {
		padding: 120px 0 100px;
	}
}

/* components/to-top */
div.to-top {
	position: fixed;
	bottom: 5vh;
	right: 5vw;
	transform: scale(0);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 1.5625rem;
	border-radius: 50%;
	box-shadow: 5px 6px 18px rgba(23, 23, 36, 0.12);
	opacity: 0;
	background: #0c73d3;
	color: #fff;
	will-change: transform;
	z-index: 10;
	cursor: pointer;
	transition: 0.2s;
}

div.to-top::after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	background: #171724;
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.2s ease-in-out;
}

div.to-top.show {
	transform: scale(1);
	opacity: 1;
	transition: all 0.2s, transform 0.2s cubic-bezier(0.5, 0, 1, 2);
}

div.to-top.active::after,
div.to-top:hover::after {
	transform: scale(1);
}