#tpbr_calltoaction {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

#tpbr_calltoaction:hover {
	opacity: .9
}

#tpbr_topbar {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	padding: 0 !important
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.cursor-wrap {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9999
}

.cursor {
	position: fixed;
	top: -62px;
	left: -62px
}

.circle {
	position: relative;
	width: 124px;
	height: 124px;
	border-radius: 50%
}

.circle .circle_wrap,
.circle .scroll_circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform-origin: center;
	transform-origin: center
}

.circle .circle_wrap {
	background-color: rgba(39, 54, 86, .2);
	-webkit-transition: opacity .5s ease-in-out 0s, -webkit-transform .5s ease-in-out 0s, background-color 0s ease-in-out .5s;
	-webkit-transition: opacity .5s ease-in-out 0s, background-color 0s ease-in-out .5s, -webkit-transform .5s ease-in-out 0s;
	transition: opacity .5s ease-in-out 0s, background-color 0s ease-in-out .5s, -webkit-transform .5s ease-in-out 0s;
	transition: opacity .5s ease-in-out 0s, transform .5s ease-in-out 0s, background-color 0s ease-in-out .5s;
	transition: opacity .5s ease-in-out 0s, transform .5s ease-in-out 0s, background-color 0s ease-in-out .5s, -webkit-transform .5s ease-in-out 0s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.circle .scroll_circle {
	-webkit-transition: opacity .3s ease-in-out 0s;
	transition: opacity .3s ease-in-out 0s
}

.circle .scroll_circle svg {
	width: 100%;
	height: 100%;
	stroke: #fff;
	fill: transparent;
	overflow: visible;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.circle .scroll_circle svg path {
	stroke-dasharray: 0%;
	stroke-dashoffset: 0%
}

.circle .circle_desc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	opacity: 0;
	-webkit-transition: opacity 0s ease .3s;
	transition: opacity 0s ease .3s;
	padding-left: 5px
}

.circle .circle_desc_wrap {
	width: 100%
}

.circle .text {
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	-webkit-transition: clip-path .2s ease-in-out 0s, color 0s ease-in-out .5s;
	-webkit-transition: color 0s ease-in-out .5s, -webkit-clip-path .2s ease-in-out 0s;
	transition: color 0s ease-in-out .5s, -webkit-clip-path .2s ease-in-out 0s;
	transition: clip-path .2s ease-in-out 0s, color 0s ease-in-out .5s;
	transition: clip-path .2s ease-in-out 0s, color 0s ease-in-out .5s, -webkit-clip-path .2s ease-in-out 0s
}

.circle .download_cursor .text {
	letter-spacing: .1em
}

.circle:not(.active) .view_more_cursor .text:nth-child(1),
.circle:not(.active) .read_article_cursor .text:nth-child(1),
.circle:not(.active) .scroll_view_more_txt .text:nth-child(1) {
	-webkit-transition-delay: .2s, .5s;
	transition-delay: .2s, .5s
}

.circle .scroll_cursor_txt .text {
	-webkit-transition-delay: 0s, .5s;
	transition-delay: 0s, .5s
}

.circle .scroll_view_more_txt .text:nth-child(1) {
	-webkit-transition-delay: .2s, .5s;
	transition-delay: .2s, .5s
}

.circle.active:not(.scroll_cursor) .circle_wrap {
	opacity: 1;
	-webkit-transition: opacity .1s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
	transition: opacity .1s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
	transition: opacity .1s ease-in-out 0s, transform .3s ease-in-out 0s;
	transition: opacity .1s ease-in-out 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.circle.active.scroll_cursor .scroll_circle {
	opacity: 1
}

.circle.download_cursor .download_cursor {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.download_cursor .download_cursor .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.download_cursor .download_cursor .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.read_article_cursor .read_article_cursor {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.read_article_cursor .read_article_cursor .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.read_article_cursor .read_article_cursor .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.view_more_cursor .view_more_cursor {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.view_more_cursor .view_more_cursor .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.view_more_cursor .view_more_cursor .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.open_cursor .open_cursor {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.open_cursor .open_cursor .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.open_cursor .open_cursor .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.view_cursor .view_cursor {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.view_cursor .view_cursor .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.view_cursor .view_cursor .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.view_txt_cursor .view_txt_cursor {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.view_txt_cursor .view_txt_cursor .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.view_txt_cursor .view_txt_cursor .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.close_cursor .close_cursor {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.close_cursor .close_cursor .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.close_cursor .close_cursor .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.home_cursor .home_cursor {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.home_cursor .home_cursor .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.home_cursor .home_cursor .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.scroll_cursor_txt .scroll_cursor_txt {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.scroll_cursor_txt .scroll_cursor_txt .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: .4s, .5s;
	transition-delay: .4s, .5s
}

.circle.scroll_view_more_txt .scroll_view_more_txt {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.scroll_view_more_txt .scroll_view_more_txt .text {
	-webkit-clip-path: inset(0% 0 0 0);
	clip-path: inset(0% 0 0 0);
	-webkit-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.circle.scroll_view_more_txt .scroll_view_more_txt .text:nth-child(2) {
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.circle.white_cursor .circle_wrap {
	background-color: rgba(255, 255, 255, .2);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle.white_cursor .circle_desc .text {
	color: #314267;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.cursor_box_wrap .single_box {
	width: 30%;
	margin: 0 0 50px;
	border: 1px solid #5c73a6
}

.cursor_box_wrap .single_box:before {
	content: '';
	display: block;
	padding-top: 100%
}

.cursor_box_wrap .single_box .bcg {
	background-color: #5c73a6
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .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,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	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-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(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, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.leitura {
	font-family: "leitura-news", serif;
	font-weight: 300
}

.row:after {
	clear: both;
	content: "";
	display: block
}

.col-xs-1 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 8.33333%
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-2 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 16.66667%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-3 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 25%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-4 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 33.33333%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-5 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 41.66667%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-6 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 50%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-7 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 58.33333%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-8 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 66.66667%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-9 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 75%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-10 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 83.33333%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-11 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 91.66667%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-12 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 100%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media screen and (min-width:768px) {
	.col-sm-1 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 8.33333%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%
	}

	.col-sm-push-1 {
		left: 8.33333%
	}

	.col-sm-pull-1 {
		right: 8.33333%
	}

	.col-sm-2 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 16.66667%
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%
	}

	.col-sm-push-2 {
		left: 16.66667%
	}

	.col-sm-pull-2 {
		right: 16.66667%
	}

	.col-sm-3 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 25%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-4 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 33.33333%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%
	}

	.col-sm-push-4 {
		left: 33.33333%
	}

	.col-sm-pull-4 {
		right: 33.33333%
	}

	.col-sm-5 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 41.66667%
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%
	}

	.col-sm-push-5 {
		left: 41.66667%
	}

	.col-sm-pull-5 {
		right: 41.66667%
	}

	.col-sm-6 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 50%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-7 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 58.33333%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%
	}

	.col-sm-push-7 {
		left: 58.33333%
	}

	.col-sm-pull-7 {
		right: 58.33333%
	}

	.col-sm-8 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 66.66667%
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%
	}

	.col-sm-push-8 {
		left: 66.66667%
	}

	.col-sm-pull-8 {
		right: 66.66667%
	}

	.col-sm-9 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 75%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-10 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 83.33333%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%
	}

	.col-sm-push-10 {
		left: 83.33333%
	}

	.col-sm-pull-10 {
		right: 83.33333%
	}

	.col-sm-11 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 91.66667%
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%
	}

	.col-sm-push-11 {
		left: 91.66667%
	}

	.col-sm-pull-11 {
		right: 91.66667%
	}

	.col-sm-12 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 100%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-pull-12 {
		right: 100%
	}
}

@media screen and (min-width:1025px) {
	.col-md-1 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 8.33333%
	}

	.col-md-offset-1 {
		margin-left: 8.33333%
	}

	.col-md-push-1 {
		left: 8.33333%
	}

	.col-md-pull-1 {
		right: 8.33333%
	}

	.col-md-2 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 16.66667%
	}

	.col-md-offset-2 {
		margin-left: 16.66667%
	}

	.col-md-push-2 {
		left: 16.66667%
	}

	.col-md-pull-2 {
		right: 16.66667%
	}

	.col-md-3 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 25%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-4 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 33.33333%
	}

	.col-md-offset-4 {
		margin-left: 33.33333%
	}

	.col-md-push-4 {
		left: 33.33333%
	}

	.col-md-pull-4 {
		right: 33.33333%
	}

	.col-md-5 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 41.66667%
	}

	.col-md-offset-5 {
		margin-left: 41.66667%
	}

	.col-md-push-5 {
		left: 41.66667%
	}

	.col-md-pull-5 {
		right: 41.66667%
	}

	.col-md-6 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 50%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-7 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 58.33333%
	}

	.col-md-offset-7 {
		margin-left: 58.33333%
	}

	.col-md-push-7 {
		left: 58.33333%
	}

	.col-md-pull-7 {
		right: 58.33333%
	}

	.col-md-8 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 66.66667%
	}

	.col-md-offset-8 {
		margin-left: 66.66667%
	}

	.col-md-push-8 {
		left: 66.66667%
	}

	.col-md-pull-8 {
		right: 66.66667%
	}

	.col-md-9 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 75%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-10 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 83.33333%
	}

	.col-md-offset-10 {
		margin-left: 83.33333%
	}

	.col-md-push-10 {
		left: 83.33333%
	}

	.col-md-pull-10 {
		right: 83.33333%
	}

	.col-md-11 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 91.66667%
	}

	.col-md-offset-11 {
		margin-left: 91.66667%
	}

	.col-md-push-11 {
		left: 91.66667%
	}

	.col-md-pull-11 {
		right: 91.66667%
	}

	.col-md-12 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 100%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-pull-12 {
		right: 100%
	}
}

@media screen and (min-width:1200px) {
	.col-lg-1 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 8.33333%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%
	}

	.col-lg-push-1 {
		left: 8.33333%
	}

	.col-lg-pull-1 {
		right: 8.33333%
	}

	.col-lg-2 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 16.66667%
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%
	}

	.col-lg-push-2 {
		left: 16.66667%
	}

	.col-lg-pull-2 {
		right: 16.66667%
	}

	.col-lg-3 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 25%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-4 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 33.33333%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%
	}

	.col-lg-push-4 {
		left: 33.33333%
	}

	.col-lg-pull-4 {
		right: 33.33333%
	}

	.col-lg-5 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 41.66667%
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%
	}

	.col-lg-push-5 {
		left: 41.66667%
	}

	.col-lg-pull-5 {
		right: 41.66667%
	}

	.col-lg-6 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 50%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-7 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 58.33333%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%
	}

	.col-lg-push-7 {
		left: 58.33333%
	}

	.col-lg-pull-7 {
		right: 58.33333%
	}

	.col-lg-8 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 66.66667%
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%
	}

	.col-lg-push-8 {
		left: 66.66667%
	}

	.col-lg-pull-8 {
		right: 66.66667%
	}

	.col-lg-9 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 75%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-10 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 83.33333%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%
	}

	.col-lg-push-10 {
		left: 83.33333%
	}

	.col-lg-pull-10 {
		right: 83.33333%
	}

	.col-lg-11 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 91.66667%
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%
	}

	.col-lg-push-11 {
		left: 91.66667%
	}

	.col-lg-pull-11 {
		right: 91.66667%
	}

	.col-lg-12 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 100%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-pull-12 {
		right: 100%
	}
}

.clearfix:after {
	clear: both;
	content: "";
	display: block
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block
}

.hidden {
	display: none !important
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1025px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width:1025px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:1025px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:1025px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:1025px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -9px;
	padding: 10px 0
}

.tooltip.right,
.tooltip.top-right,
.tooltip.bottom-right {
	margin-left: 9px;
	padding: 0 10px
}

.tooltip.bottom {
	margin-top: 9px;
	padding: 10px 0
}

.tooltip.left,
.tooltip.top-left,
.tooltip.bottom-left {
	margin-left: -9px;
	padding: 0 10px
}

.tooltip-inner {
	padding: 28px 28px 23px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	-webkit-box-shadow: 4px 9px 16px 0 rgba(0, 0, 0, .38);
	box-shadow: 4px 9px 16px 0 rgba(0, 0, 0, .38)
}

.tooltip-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border-color: #000;
	border-style: solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-width: 0 0 1px 1px
}

.tooltip.top-left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -10px;
	border-width: 0 1px 1px 0
}

.tooltip.top-right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -10px;
	border-width: 1px 0 0 1px
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -10px;
	border-width: 1px 0 0 1px
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -10px;
	border-width: 0 1px 1px 0
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -10px;
	border-width: 1px 1px 0 0
}

.tooltip.bottom-left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -10px;
	border-width: 0 1px 1px 0
}

.tooltip.bottom-right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -10px;
	border-width: 1px 0 0 1px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:1025px) {
	.modal-lg {
		width: 900px
	}
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,
.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.panel {
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 0
}

body {
	line-height: 2;
	font-size: 16px;
	margin: 0;
	font-family: 'Futura', sans-serif;
	color: #454444;
	-webkit-font-smoothing: antialiased
}

.wrapper {
	overflow: hidden
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

a {
	color: inherit;
	fill: inherit;
	text-decoration: none
}

ul {
	list-style-type: none;
	padding-left: 0
}

a:hover,
a:focus,
a:active {
	outline: none
}

textarea,
input,
select,
button,
a {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit
}

select,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input:not([type]),
textarea,
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0
}

select,
option {
	cursor: pointer
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 1000px #000 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	color: #000 !important
}

textarea {
	overflow: auto
}

[disabled] {
	cursor: not-allowed
}

button {
	outline: none;
	color: inherit;
	font: inherit;
	border: 0;
	background-color: transparent;
	border-radius: 0;
	cursor: pointer
}

.svg_inject {
	opacity: 0
}

.svg_inject.injected-svg {
	opacity: 1
}

.header.loaded .header_bar .header_left a {
	opacity: 1
}

.header.loaded .header_bar .header_right {
	opacity: 1
}

.header.home_anim .header_bar .header_left a {
	opacity: 1
}

.header.home_anim .header_bar .header_left .web_logo {
	opacity: 0;
	-webkit-transition: none;
	transition: none
}

.header.home_anim .web_logo_wrap {
	position: relative;
	display: inline-block;
	-webkit-transform: scale(3.5) rotateY(180deg);
	transform: scale(3.5) rotateY(180deg);
	top: 79px;
	left: -78px
}

.header.home_anim .logo_stroke {
	position: absolute;
	left: 6px;
	top: 4px;
	height: 69px;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1300;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

@media screen and (max-width:767px) {
	.header.home_anim .web_logo_wrap {
		top: 41px;
		left: -43px
	}

	.header.home_anim .logo_stroke {
		height: 37px;
		left: 3px;
		top: 4px
	}

	.header.loaded .mobile_header_right {
		opacity: 1
	}
}

@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 1300
	}

	to {
		stroke-dashoffset: 0
	}
}

@keyframes dash {
	from {
		stroke-dashoffset: 1300
	}

	to {
		stroke-dashoffset: 0
	}
}

.header_bar .header_left a {
	pointer-events: all;
	opacity: 1
}

.header_bar .header_left .web_logo {
	height: 78px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_bar .header_right {
	opacity: 1
}

.header_bar .header_right .header_btn {
	pointer-events: all
}

.header_bar.alternative_color {
	color: #fff;
	fill: #fff
}

.header_bar.openExploreBar {
	color: #fff;
	fill: #fff
}

@media screen and (max-width:767px) {
	.header_bar {
		padding: 18px 21px
	}

	.header_bar .header_left a {
		height: 46px
	}

	.header_bar .header_left .web_logo {
		width: 42px;
		height: 46px
	}
}

.header_bar_open_white {
	color: #273656;
	fill: #273656;
	border-color: transparent
}

.header_bar_open_white .header_menu_btn {
	color: #001e60
}

.header_bar_open_white .header_right {
	border-color: transparent
}

.header_bar_open_white .header_right .hr_big {
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	fill: #fff
}

.header_bar_open_white .hr_small {
	color: #5c73a6;
	fill: #5c73a6
}

.header_bar_open_white .hrs_separator {
	opacity: 1
}

@media screen and (max-width:1024px) {
	.header_bar_open_white .web_logo {
		fill: #fff
	}
}

.header_bar_open_white_mobile .header_left {
	fill: #fff
}

.header_bar_open_white_mobile .header_menu_btn {
	color: #fff
}

.header_bar_open_white {
	border-color: transparent
}

.header_bar_open_white .header_menu_btn {
	color: #fff
}

.header_bar_open_white .header_right {
	border-color: #3b4966
}

.header_menu_btn_wrap.loaded {
	opacity: 1
}

.header_menu_btn_wrap .color_change {
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	pointer-events: all
}

.header_menu_btn_wrap:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 54, 86, .5);
	left: 0;
	pointer-events: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: -1
}

@media screen and (max-width:767px) {
	.header_menu_btn_wrap:after {
		display: none
	}
}

.header_menu_btn_wrap .hmbw_hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header_menu_btn_wrap .header_menu_btn {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-transform-origin: center;
	transform-origin: center
}

.header_menu_btn_wrap.left {
	left: 101px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: top left;
	transform-origin: top left
}

.header_menu_btn_wrap.left:after {
	top: 100%
}

.header_menu_btn_wrap.right {
	right: 101px;
	z-index: 1039;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.header_menu_btn_wrap.right:after {
	bottom: -100%
}

.header_menu_btn_wrap.openExplore:after {
	opacity: 0
}

.header_menu_btn_wrap.active_hover .header_menu_btn {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #273656
}

.header_menu_btn_wrap.active_hover.left:after {
	top: 0
}

.header_menu_btn_wrap.active_hover.right:after {
	bottom: 0
}

@media screen and (max-width:1024px) {
	.header_menu_btn_wrap.left:after {
		top: 105%
	}

	.header_menu_btn_wrap.right:after {
		bottom: -105%
	}

	.header_menu_btn_wrap.active_hover.left:after {
		top: 6px
	}

	.header_menu_btn_wrap.active_hover.right:after {
		bottom: -6px
	}
}

@media screen and (max-width:767px) {
	.header_menu_btn_wrap:after {
		display: none
	}
}

.enrolmentOpenButton.active_tablet {
	color: #fff
}

.enrolmentOpenButton.active_tablet .icon:before,
.enrolmentOpenButton.active_tablet .icon:after {
	border-top: 1px solid #fff
}

.header_menu_btn .color_change {
	padding: 40px 30px
}

.header_menu_btn .text {
	margin-left: 13px;
	letter-spacing: .5em;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase
}

.header_menu_btn .icon {
	width: 11px;
	height: 8px;
	display: block;
	position: relative
}

.header_menu_btn .icon:before,
.header_menu_btn .icon:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	border-top: 1px solid #273656;
	height: 1px
}

.header_menu_btn .icon:before {
	top: -7px
}

.header_menu_btn .icon:after {
	bottom: -7px
}

.header_menu_btn svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.header_menu_btn svg path {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_menu_btn .color_change {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_menu_btn.alternative_color {
	color: #fff
}

.header_menu_btn.alternative_color .color_change {
	color: #fff
}

.header_menu_btn.alternative_color svg path {
	fill: #fff
}

.header_menu_btn.alternative_color .icon:before {
	border-top: 1px solid #fff
}

.header_menu_btn.alternative_color .icon:after {
	border-top: 1px solid #fff
}

.header_menu_btn.open svg path {
	fill: #052552 !important
}

.header_menu_btn.open .color_change {
	color: #052552 !important
}

@media screen and (max-width:1024px) {
	.header_menu_btn .color_change {
		padding: 37px 30px
	}
}

@media screen and (max-width:767px) {
	.mobile_header_right {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		pointer-events: all;
		opacity: 0
	}

	.header_menu_btn {
		padding: 0;
		padding-left: 4px;
		-webkit-transform: rotate(0) translateX(0);
		transform: rotate(0) translateX(0)
	}

	.header_menu_btn .text {
		font-size: 10px;
		line-height: 13px;
		letter-spacing: .27em;
		margin-left: 0;
		margin-right: 12px
	}

	.header_menu_btn .icon:before {
		top: -5px
	}

	.header_menu_btn .icon:after {
		bottom: -5px
	}

	.header_menu_btn.alternative_color {
		color: #fff
	}

	.header_menu_btn.alternative_color svg path {
		fill: #fff
	}

	.header_menu_btn.alternative_color .icon:before {
		border-top: 1px solid #fff
	}

	.header_menu_btn.alternative_color .icon:after {
		border-top: 1px solid #fff
	}

	.enrolmentOpenButton.open {
		color: #052552
	}

	.enrolmentOpenButton.open svg path {
		fill: #052552
	}

	.enrolmentOpenButton.open .icon:before {
		border-top: 1px solid #052552;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0
	}

	.enrolmentOpenButton.open .icon:after {
		border-top: 1px solid #052552;
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.header_btn {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0 8px
}

.header_btn svg {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

@media screen and (min-width:1025px) {
	.header_btn:hover {
		color: #e4a121;
		fill: #e4a121
	}
}

.header_btn:last-child {
	padding-right: 0
}

.header_btn .text {
	margin-right: 2px;
	text-transform: uppercase;
	position: relative;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	font-size: 12px;
	letter-spacing: .13em
}

.header_btn .text:before {
	content: "";
	width: 100%;
	max-width: 33px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -11px;
	background-color: #e4a121;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_btn .info {
	width: 8px;
	height: 12px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.header_btn .phone {
	width: 11px;
	height: 11px
}

.header_btn .marker {
	width: 11px;
	height: 12px
}

.header_btn .close_el {
	position: absolute;
	left: 0;
	opacity: 0;
	pointer-events: none;
	background-color: #273656;
	width: 100%;
	text-align: left
}

.header_btn.open .text:before {
	opacity: 1
}

.header_btn.open .close_el {
	opacity: 0
}

.hov_el {
	position: relative;
	display: block
}

.hov_el:before {
	content: "";
	width: 100%;
	max-width: 33px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -11px;
	background-color: #052552;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hov_el.hov_show:before {
	opacity: 1
}

@media screen and (min-width:1025px) {
	.hov_el:hover:before {
		opacity: 1
	}
}

.header_right {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 11px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hr_big {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.hr_small {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 -17px;
	padding-right: 25px;
	padding-top: 2px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hrs_separator {
	border-left: 1px solid;
	display: block;
	height: 15px
}

.header_menu {
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	padding-top: 65px;
	color: #fff;
	pointer-events: none
}

.header_menu.open {
	pointer-events: auto;
	background-color: #273656
}

.header_menu.open .hem_close {
	opacity: .7;
	pointer-events: auto
}

.header_menu.open .hem_boxes,
.header_menu.open .active {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

@media screen and (max-width:767px) {
	.header_right {
		position: fixed;
		border: none;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1038;
		background-color: #edeff4;
		color: #273656;
		fill: #273656
	}

	.hr_big {
		width: 100%;
		padding: 0 18px
	}

	.header_btn {
		height: 60px;
		width: 22%;
		padding: 0
	}

	.header_btn:nth-child(1) {
		width: 34%
	}

	.header_btn .close_el {
		background-color: #edeff4
	}

	.header_btn .text {
		font-size: 11px;
		letter-spacing: .12em
	}

	.header_btn .text:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.header_btn .info {
		height: 11px;
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px)
	}

	.header_btn .phone {
		width: 9px;
		height: 9px
	}

	.header_btn .marker {
		width: 8px;
		height: 9px
	}
}

.hem_close {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #273656;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hem_boxes {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%)
}

.hem_boxes .all_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	box-align: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.hem_box {
	overflow: hidden;
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	box-align: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	border-left: 1px solid #717c91
}

.hem_box:first-child {
	border: 0
}

@media screen and (min-width:1025px) {
	.hem_box:hover .hem_box_links {
		opacity: 1
	}

	.hem_box:hover>.hem_box_image .hem_box_title {
		-webkit-transition: .3s;
		transition: .3s;
		-webkit-transform: translate3d(0, 0, 0)
	}
}

.hem_box_links {
	background-color: #273656;
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 43px 38px 54px;
	position: relative;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hem_box_title {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .01em;
	position: relative;
	opacity: 1;
	-webkit-transition: .3s .3s;
	transition: .3s .3s
}

.hem_items {
	font-size: 20px;
	line-height: 2.25;
	letter-spacing: -.01em;
	padding-top: 44px;
	font-weight: 300
}

.hem_item {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	position: relative
}

@media screen and (min-width:1025px) {
	.hem_item:hover .hem_item_title {
		color: transparent
	}

	.hem_item:hover .hem_item_title:after {
		opacity: 1
	}
}

.hem_item_title {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hem_item_title:before {
	bottom: 2px
}

.hem_item_title:after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 600;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: #fff
}

.hem_box_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 38px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	box-pack: start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.hem_box_image .image {
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(39, 54, 86, .5);
	background-blend-mode: darken;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100%);
	height: 100%;
	-webkit-transform: scale(1.01);
	transform: scale(1.01)
}

main {
	-webkit-transition: left .5s ease;
	transition: left .5s ease;
	position: relative;
	left: 0
}

main.transition {
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

main.left_hover_header {
	left: 101px;
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

main.right_hover_header {
	left: -101px;
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

main.explore_open {
	left: 100%;
	-webkit-transition: left 1.2s ease;
	transition: left 1.2s ease
}

@media screen and (max-width:1024px) {
	main.left_hover_header {
		left: 95px
	}

	main.right_hover_header {
		left: -95px
	}
}

.header_explore_menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	background-color: #314267;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	pointer-events: none
}

.header_explore_menu.explore_open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: all
}

.hem_left {
	z-index: 10;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: block;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	padding: 120px 0;
	position: relative;
	width: 590px;
	background-color: #273656;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .5s ease .2s;
	transition: -webkit-transform .5s ease .2s;
	transition: transform .5s ease .2s;
	transition: transform .5s ease .2s, -webkit-transform .5s ease .2s;
	padding-top: 1rem
}

.hem_left.explore_open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hem_left.explore_open ul li .main_points_anim span {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.hem_left ul {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: .5em;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin: auto 0;
	margin-left: 150px;
	text-align: left
}

.hem_left ul li {
	padding: 27px 50px 0 0;
	cursor: pointer;
	position: relative
}

.hem_left ul li:before {
	content: "";
	width: 0;
	position: absolute;
	left: 151px;
	top: 50%;
	height: 1px;
	background-color: #E83338;
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s
}

.hem_left ul li:after {
	content: "";
	width: 0;
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	background-color: #957c3d;
	-webkit-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.hem_left ul li .triangle_hover {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 200px solid transparent;
	border-bottom: 200px solid transparent;
	border-right: 415px solid transparent;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	right: -97px;
	pointer-events: none;
	opacity: 0;
	z-index: 1
}

.hem_left ul li .main_points_anim {
	position: relative
}

.hem_left ul li .main_points_anim span {
	padding-right: 60px;
	position: relative;
	z-index: 5;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	background: #273656;
	display: inline-block
}

.hem_left ul li .hem_left_sub {
	letter-spacing: normal
}

.hem_left ul li .hem_left_sub span {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hem_left ul li:nth-child(1) .main_points_anim span {
	-webkit-transition: -webkit-transform .4s ease-in-out .35s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .4s ease-in-out .35s;
	transition: color .3s ease-in-out 0s, -webkit-transform .4s ease-in-out .35s;
	transition: transform .4s ease-in-out .35s, color .3s ease-in-out 0s;
	transition: transform .4s ease-in-out .35s, color .3s ease-in-out 0s, -webkit-transform .4s ease-in-out .35s
}

.hem_left ul li:nth-child(2) .main_points_anim span {
	-webkit-transition: -webkit-transform .4s ease-in-out .45s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .4s ease-in-out .45s;
	transition: color .3s ease-in-out 0s, -webkit-transform .4s ease-in-out .45s;
	transition: transform .4s ease-in-out .45s, color .3s ease-in-out 0s;
	transition: transform .4s ease-in-out .45s, color .3s ease-in-out 0s, -webkit-transform .4s ease-in-out .45s
}

.hem_left ul li:nth-child(3) .main_points_anim span {
	-webkit-transition: -webkit-transform .5s ease-in-out .55s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .5s ease-in-out .55s;
	transition: color .3s ease-in-out 0s, -webkit-transform .5s ease-in-out .55s;
	transition: transform .5s ease-in-out .55s, color .3s ease-in-out 0s;
	transition: transform .5s ease-in-out .55s, color .3s ease-in-out 0s, -webkit-transform .5s ease-in-out .55s
}

.hem_left ul li:nth-child(4) .main_points_anim span {
	-webkit-transition: -webkit-transform .6s ease-in-out .66s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .6s ease-in-out .66s;
	transition: color .3s ease-in-out 0s, -webkit-transform .6s ease-in-out .66s;
	transition: transform .6s ease-in-out .66s, color .3s ease-in-out 0s;
	transition: transform .6s ease-in-out .66s, color .3s ease-in-out 0s, -webkit-transform .6s ease-in-out .66s
}

.hem_left ul li:nth-child(5) .main_points_anim span {
	-webkit-transition: -webkit-transform .7s ease-in-out .77s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .7s ease-in-out .77s;
	transition: color .3s ease-in-out 0s, -webkit-transform .7s ease-in-out .77s;
	transition: transform .7s ease-in-out .77s, color .3s ease-in-out 0s;
	transition: transform .7s ease-in-out .77s, color .3s ease-in-out 0s, -webkit-transform .7s ease-in-out .77s
}

.hem_left ul li:nth-child(6) .main_points_anim span {
	-webkit-transition: -webkit-transform .8s ease-in-out .88s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .8s ease-in-out .88s;
	transition: color .3s ease-in-out 0s, -webkit-transform .8s ease-in-out .88s;
	transition: transform .8s ease-in-out .88s, color .3s ease-in-out 0s;
	transition: transform .8s ease-in-out .88s, color .3s ease-in-out 0s, -webkit-transform .8s ease-in-out .88s
}

.hem_left ul li:nth-child(7) .main_points_anim span {
	-webkit-transition: -webkit-transform .9s ease-in-out .99s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s;
	transition: color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s;
	transition: transform .9s ease-in-out .99s, color .3s ease-in-out 0s;
	transition: transform .9s ease-in-out .99s, color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s
}

.hem_left ul li:nth-child(8) .main_points_anim span {
	-webkit-transition: -webkit-transform .9s ease-in-out .99s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s;
	transition: color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s;
	transition: transform .9s ease-in-out .99s, color .3s ease-in-out 0s;
	transition: transform .9s ease-in-out .99s, color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s
}

.hem_left ul li:nth-child(9) .main_points_anim span {
	-webkit-transition: -webkit-transform .9s ease-in-out .99s, color .3s ease-in-out 0s;
	-webkit-transition: color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s;
	transition: color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s;
	transition: transform .9s ease-in-out .99s, color .3s ease-in-out 0s;
	transition: transform .9s ease-in-out .99s, color .3s ease-in-out 0s, -webkit-transform .9s ease-in-out .99s
}

.hem_left ul li.active_hover .triangle_hover {
	opacity: 1;
	pointer-events: all;
	z-index: 2
}

.hem_left ul li.active_hover:before {
	width: calc(100% - 151px);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hem_left ul li.active_hover:after {
	width: 65px;
	-webkit-transition: all .1s ease-in-out .3s;
	transition: all .1s ease-in-out .3s
}

.hem_left ul li.active_hover .main_points_anim span {
	color: #E83338
}

.hem_left ul li.active_hover .hem_left_sub {
	opacity: 1;
	pointer-events: auto;
	top: 6px
}

.hem_left ul li.active_hover .hem_left_sub .text_slide_anim span {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.hem_left ul li.active>span {
	color: #957c3d;
}

@media screen and (max-width:1024px) {
	.hem_left {
		width: 421px
	}

	.hem_left ul {
		margin-left: 123px
	}

	.hem_left ul li {
		padding: 20px 50px 20px 0
	}

	.hem_left ul li .triangle_hover {
		display: none
	}

	.hem_left ul li.active_click:before {
		width: calc(100% - 151px);
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.hem_left ul li.active_click:after {
		width: 65px;
		-webkit-transition: all .1s ease-in-out .3s;
		transition: all .1s ease-in-out .3s
	}

	.hem_left ul li.active_click .main_points_anim span {
		color: #957c3d;
	}

	.hem_left ul li.active_click .hem_left_sub {
		opacity: 1;
		pointer-events: auto
	}

	.hem_left ul li.active_click .hem_left_sub .text_slide_anim span {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}

	.hem_left ul li.active>span {
		color: #957c3d;
	}
}

@media screen and (max-width:767px) {
	.hem_left {
		padding: 88px 0 80px
	}

	.hem_left ul {
		margin: 0;
		margin-left: 30px
	}

	.hem_left ul li {
		padding: 16px 0
	}
}

.hem_left_bot {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	margin: auto -17px 0;
	padding-left: 141px
}

.hem_left_bot .button_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	color: rgba(255, 255, 255, .31);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hem_left_bot .button_wrap svg {
	fill: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hem_left_bot .button_wrap svg path {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

@media screen and (min-width:1025px) {
	.hem_left_bot .button_wrap:hover {
		color: #052552
	}

	.hem_left_bot .button_wrap:hover svg {
		fill: #052552
	}

	.hem_left_bot .button_wrap:hover svg path {
		fill: #052552
	}
}

.hem_left_bot .header_btn_search {
	margin-right: 35px
}

@media screen and (max-width:1024px) {
	.hem_left_bot {
		padding-left: 130px;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column
	}
}

@media screen and (max-width:767px) {
	.hem_left_bot {
		-webkit-box-align: start;
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start;
		padding-left: 0;
		padding-left: 27px
	}

	.hem_left_bot .header_btn_search {
		margin-right: 20px;
		padding-bottom: 0
	}
}

.header_btn_search {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: .05em;
	position: relative
}

.header_btn_search input {
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid transparent;
	color: #fff;
	margin-left: 18px;
	padding: 0 !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: .05em;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_btn_search input::-webkit-input-placeholder {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: rgba(255, 255, 255, .31);
	opacity: 1;
	transition: all .3s ease-in-out 0s
}

.header_btn_search input::-moz-placeholder {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: rgba(255, 255, 255, .31);
	opacity: 1;
	transition: all .3s ease-in-out 0s
}

.header_btn_search input:-moz-placeholder {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: rgba(255, 255, 255, .31);
	opacity: 1;
	transition: all .3s ease-in-out 0s
}

.header_btn_search input:-ms-input-placeholder {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: rgba(255, 255, 255, .31);
	opacity: 1;
	transition: all .3s ease-in-out 0s
}

.header_btn_search .text {
	position: absolute;
	left: 15px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	pointer-events: none
}

.header_btn_search svg {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_btn_search svg path {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_btn_search .button_wrap.active_input {
	color: #052552
}

.header_btn_search .button_wrap.active_input .text {
	opacity: 0
}

.header_btn_search .button_wrap.active_input input {
	border-bottom: 1px solid #052552
}

.header_btn_search .button_wrap.active_input input::-webkit-input-placeholder {
	color: #052552
}

.header_btn_search .button_wrap.active_input input::-moz-placeholder {
	color: #052552
}

.header_btn_search .button_wrap.active_input input:-moz-placeholder {
	color: #052552
}

.header_btn_search .button_wrap.active_input input:-ms-input-placeholder {
	color: #052552
}

.header_btn_search .button_wrap.active_input svg {
	fill: #052552
}

.header_btn_search .button_wrap.active_input svg path {
	fill: #052552
}

@media screen and (min-width:1025px) {
	.header_btn_search:hover input {
		border-bottom: 1px solid #052552
	}

	.header_btn_search:hover input::-webkit-input-placeholder {
		color: #052552
	}

	.header_btn_search:hover input::-moz-placeholder {
		color: #052552
	}

	.header_btn_search:hover input:-moz-placeholder {
		color: #052552
	}

	.header_btn_search:hover input:-ms-input-placeholder {
		color: #052552
	}

	.header_btn_search:hover .text {
		color: #052552
	}

	.header_btn_search:hover svg {
		fill: #052552
	}

	.header_btn_search:hover svg path {
		fill: #052552
	}
}

.header_sm_btn {
	padding: 17px
}

.header_sm_btn .button_wrap {
	position: relative
}

.header_sm_btn .search {
	width: 14px;
	height: 14px;
	opacity: 1
}

.header_sm_btn .user {
	width: 15px;
	height: 16px
}

.header_sm_btn .text {
	padding-left: 18px
}

.header_sm_btn.open .search {
	opacity: 0
}

.hem_left_sub {
	position: fixed;
	left: 100%;
	text-transform: none;
	opacity: 0;
	pointer-events: none;
	padding: 5px 75px
}

.hem_left_sub a {
	padding: 24px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	min-width: 300px;
	line-height: 28px;
	padding-bottom: 20px
}

@media screen and (min-width:1025px) {
	.hem_left_sub a:hover {
		color: #052552
	}
}

.hem_left_sub a:nth-child(1) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .3s;
	transition: -webkit-transform .3s ease-in-out .3s;
	transition: transform .3s ease-in-out .3s;
	transition: transform .3s ease-in-out .3s, -webkit-transform .3s ease-in-out .3s
}

.hem_left_sub a:nth-child(2) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .35s;
	transition: -webkit-transform .3s ease-in-out .35s;
	transition: transform .3s ease-in-out .35s;
	transition: transform .3s ease-in-out .35s, -webkit-transform .3s ease-in-out .35s
}

.hem_left_sub a:nth-child(3) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .4s;
	transition: -webkit-transform .3s ease-in-out .4s;
	transition: transform .3s ease-in-out .4s;
	transition: transform .3s ease-in-out .4s, -webkit-transform .3s ease-in-out .4s
}

.hem_left_sub a:nth-child(4) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .45s;
	transition: -webkit-transform .3s ease-in-out .45s;
	transition: transform .3s ease-in-out .45s;
	transition: transform .3s ease-in-out .45s, -webkit-transform .3s ease-in-out .45s
}

.hem_left_sub a:nth-child(5) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .5s;
	transition: -webkit-transform .3s ease-in-out .5s;
	transition: transform .3s ease-in-out .5s;
	transition: transform .3s ease-in-out .5s, -webkit-transform .3s ease-in-out .5s
}

.hem_left_sub a:nth-child(6) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .55s;
	transition: -webkit-transform .3s ease-in-out .55s;
	transition: transform .3s ease-in-out .55s;
	transition: transform .3s ease-in-out .55s, -webkit-transform .3s ease-in-out .55s
}

.hem_left_sub a:nth-child(7) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .6s;
	transition: -webkit-transform .3s ease-in-out .6s;
	transition: transform .3s ease-in-out .6s;
	transition: transform .3s ease-in-out .6s, -webkit-transform .3s ease-in-out .6s
}

.hem_left_sub a:nth-child(8) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .65s;
	transition: -webkit-transform .3s ease-in-out .65s;
	transition: transform .3s ease-in-out .65s;
	transition: transform .3s ease-in-out .65s, -webkit-transform .3s ease-in-out .65s
}

.hem_left_sub a:nth-child(9) .text_slide_anim span {
	-webkit-transition: -webkit-transform .3s ease-in-out .7s;
	transition: -webkit-transform .3s ease-in-out .7s;
	transition: transform .3s ease-in-out .7s;
	transition: transform .3s ease-in-out .7s, -webkit-transform .3s ease-in-out .7s
}

@media screen and (max-width:1024px) {
	.hem_left_sub {
		padding: 0 75px
	}

	.hem_left_sub a {
		min-width: 272px
	}
}

@media screen and (max-width:767px) {
	.hem_left_sub {
		left: -100%;
		width: 100vw;
		top: 104px;
		opacity: 1;
		pointer-events: all;
		background-color: #273656;
		z-index: 99;
		padding: 0 20px;
		height: calc(100vh - 274px);
		overflow-y: scroll;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.hem_left_sub .mobile_cat_title {
		position: relative;
		font-weight: 500;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: .5em;
		font-family: 'Futura', sans-serif;
		text-transform: uppercase;
		padding-left: 32px;
		margin-bottom: 27px
	}

	.hem_left_sub .mobile_cat_title:after {
		content: "";
		position: absolute;
		left: 0;
		top: 5px;
		width: 10px;
		height: 10px;
		border: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-right: 0;
		border-bottom: 0
	}

	.hem_left_sub a {
		font-size: 14px;
		line-height: 17px;
		padding: 0 0 20px 32px
	}

	.hem_left_sub a span {
		-webkit-transform: none;
		transform: none
	}

	.hem_left_sub.active_mobile {
		left: 0
	}
}

.hem_right {
	background-color: #314267;
	width: calc(100% - 590px);
	position: relative;
	z-index: 9
}

.hem_right .Image_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.hem_right .Image_wrap .image_bg_wrap {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: relative
}

.hem_right .Image_wrap .image_bg_wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 54, 86, .8)
}

.hem_right .Image_wrap.active {
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hem_right .Image_wrap.active .image_bg_wrap {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media screen and (max-width:1024px) {
	.hem_right {
		width: calc(100% - 421px)
	}
}

@media screen and (max-width:767px) {
	.hem_right {
		z-index: 10
	}
}

.text_slide_anim,
.main_points_anim {
	overflow: hidden
}

.text_slide_anim span,
.main_points_anim span {
	-webkit-transform: translateY(102%);
	transform: translateY(102%);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	display: inline-block
}

.text_slide_anim.start_anim span,
.main_points_anim.start_anim span {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.header_menu_box_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	color: #fff;
	pointer-events: none
}

.header_menu_box_wrap.open {
	pointer-events: auto
}

.header_menu_box_wrap.open .hem_close {
	opacity: .7;
	pointer-events: auto
}

.header_menu_box_wrap.open .hem_boxes,
.header_menu_box_wrap.open .active {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.header_menu_box_all {
	position: relative;
	width: 546px;
	height: calc(100vh - 65px);
	z-index: 9
}

.header_menu_box {
	background-color: #273656;
	width: 100%;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: -33px;
	left: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	padding-top: 100px
}

.header_menu_box .content_wrap_pad {
	padding: 0 40px 50px
}

@media screen and (max-width:1024px) {
	.header_menu_box {
		padding-top: 130px
	}
}

@media screen and (max-width:767px) {
	.header_menu_box {
		padding-top: 93px;
		-webkit-transform: translateY(calc(100% + 33px));
		transform: translateY(calc(100% + 33px))
	}

	.header_menu_box .content_wrap_pad {
		padding: 20px
	}
}

.header_menu_box_cont {
	width: 546px;
	max-width: 100%;
	overflow-y: auto;
	height: calc(100vh - 100px)
}

@media screen and (max-width:1024px) {
	.header_menu_box_all {
		width: 100%
	}

	.header_menu_box_cont {
		width: 500px;
		height: calc(100vh - 130px)
	}
}

@media screen and (max-width:767px) {
	.header_menu_box_wrap {
		padding-bottom: 50px
	}
}

.hmb_qi {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: .03em;
	max-height: 100%;
	position: relative;
	width: 100%
}

.hmb_qi ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.hmb_qi li {
	padding: 5px 0;
	padding-left: 165px;
	-webkit-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.hmb_qi a {
	position: relative;
	display: block;
	padding: 20px 0
}

.hmb_qi a:before {
	content: "";
	width: 100%;
	max-width: 33px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 12px;
	background-color: #052552;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

@media screen and (min-width:1025px) {
	.hmb_qi a:hover:before {
		opacity: 1
	}
}

.hmb_qi a.hover:before {
	opacity: 1
}

.header_mb_info {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column
}

.header_mb_info.active .hmb_qi li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.header_mb_info.active .hmb_qi li:nth-child(2) {
	-webkit-transition: all .3s ease-in-out .4s;
	transition: all .3s ease-in-out .4s
}

.header_mb_info.active .hmb_qi li:nth-child(3) {
	-webkit-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s
}

.header_mb_info.active .hmb_qi li:nth-child(4) {
	-webkit-transition: all .3s ease-in-out .6s;
	transition: all .3s ease-in-out .6s
}

.header_mb_info.active .hmb_qi li:nth-child(5) {
	-webkit-transition: all .3s ease-in-out .7s;
	transition: all .3s ease-in-out .7s
}

.header_mb_info.active .hmb_qi li:nth-child(6) {
	-webkit-transition: all .3s ease-in-out .8s;
	transition: all .3s ease-in-out .8s
}

.header_mb_info.active .hmb_qi li:nth-child(7) {
	-webkit-transition: all .3s ease-in-out .9s;
	transition: all .3s ease-in-out .9s
}

.header_mb_info.active .hmb_qi li:nth-child(8) {
	-webkit-transition: all .3s ease-in-out 1s;
	transition: all .3s ease-in-out 1s
}

.header_mb_info.active .hmb_qi li:nth-child(9) {
	-webkit-transition: all .3s ease-in-out 1.1s;
	transition: all .3s ease-in-out 1.1s
}

.header_mb_info.active .hmb_qi li:nth-child(10) {
	-webkit-transition: all .3s ease-in-out 1.2s;
	transition: all .3s ease-in-out 1.2s
}

@media screen and (max-width:1024px) {
	.header_mb_info {
		-webkit-box-align: center;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center
	}

	.hmb_qi li {
		padding: 3px 0
	}
}

@media screen and (max-width:767px) {
	.hmb_qi {
		font-size: 20px
	}

	.hmb_qi li {
		padding: 0
	}

	.hmb_qi a {
		padding: 14px 0
	}
}

.hmb_call {
	font-size: 15px
}

.hmb_call .hours_m {
	padding: 13px 0 25px;
	border-bottom: 1px solid #5c73a6
}

.hmb_call .flex_row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 4px 0
}

.hmb_call .campuse {
	padding: 29px 0;
	border-bottom: 1px solid #5c73a6
}

.hmb_call .el_name {
	width: 100%;
	padding-bottom: 15px
}

.hmb_call .el_col {
	width: 50%
}

.header_menu_box_title {
	font-size: 22px;
	letter-spacing: -.01em;
	padding-bottom: 34px
}

.header_menu_box_subtitle {
	font-size: 15px;
	color: #808a9f
}

.ship_cove_col {
	color: #808a9f
}

.hmb_call_email {
	font-size: 15px;
	margin-top: 30px;
	padding-top: 30px
}

.hmb_call_email .name {
	padding-bottom: 15px
}

.header_mb_call .header_mbc_form {
	height: calc(100vh - 250px)
}

.header_mb_call .content_wrap_pad {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	height: calc(100vh - 250px);
	overflow-y: auto;
	overflow-x: hidden
}

.header_mb_call_btn {
	padding: 20px 40px;
	height: 150px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	background-color: rgba(0, 30, 96, .3);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	cursor: pointer
}

.header_mb_call_btn .sub {
	font-size: 15px;
	padding-bottom: 15px
}

.header_mb_call_btn .btn_underline {
	color: #fff
}

.header_mb_call_btn .v2 {
	display: none
}

@media screen and (min-width:1025px) {
	.header_mb_call_btn:hover {
		background-color: rgba(0, 30, 96, .5)
	}
}

.header_mb_call_btn.open .v1 {
	display: none
}

.header_mb_call_btn.open .v2 {
	display: block
}

.header_mbc_form {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	background-color: #273656;
	overflow-y: auto
}

.header_mbc_form_back {
	font-size: 12px;
	letter-spacing: -.01em;
	position: relative;
	cursor: pointer;
	padding: 11px 0
}

.header_mbc_form_back:before {
	content: "";
	width: 19px;
	height: 1px;
	position: absolute;
	left: -27px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #808a9f
}

.header_mbc_form_back:after {
	content: "";
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #808a9f;
	border-left: 1px solid #808a9f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: -27px;
	top: 0;
	bottom: 0;
	margin: auto
}

.d_input_wrap {
	position: relative;
	margin: 11px 0
}

.d_input_wrap .name {
	position: absolute;
	left: 0;
	top: 10px;
	font-weight: 300;
	letter-spacing: -.01em;
	color: #808a9f;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	font-size: 15px;
	pointer-events: none
}

.d_input_wrap input {
	width: 100%;
	background-color: transparent;
	height: 40px;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid rgba(237, 239, 244, .3);
	color: #fff;
	-webkit-text-fill-color: #fff;
	font-weight: 300;
	letter-spacing: -.01em;
	margin: 0;
	font-size: 15px;
	padding: 0;
	font-family: "leitura-news", serif
}

@media screen and (min-width:1025px) {
	.d_input_wrap input:hover {
		-webkit-text-fill-color: #fff
	}
}

.d_input_wrap input:focus+.name {
	top: -8px;
	font-size: 12px
}

.d_input_wrap .parsley-errors-list {
	margin: 0;
	position: absolute;
	left: 0;
	pointer-events: none;
	list-style: none;
	padding: 0;
	top: -8px;
	background-color: #273656;
	color: #ee7103;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -.01em;
	font-family: "leitura-news", serif;
	z-index: 5
}

.d_input_wrap.has_text .name {
	top: -8px;
	font-size: 12px
}

.d_textarea_wrap {
	margin: 11px 0;
	position: relative;
	font-weight: 300
}

.d_textarea_wrap .parsley-errors-list {
	margin: 0;
	position: absolute;
	left: 0;
	pointer-events: none;
	list-style: none;
	padding: 0;
	top: -8px;
	background-color: #273656;
	color: #ee7103;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -.01em;
	font-family: "leitura-news", serif;
	z-index: 5
}

.d_textarea_wrap .name {
	position: absolute;
	left: 0;
	top: 10px;
	font-weight: 300;
	letter-spacing: -.01em;
	color: #808a9f;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	pointer-events: none
}

.d_textarea_wrap .text {
	position: relative;
	min-height: 40px;
	border-bottom: 2px solid rgba(237, 239, 244, .3);
	padding: 5px 0
}

.d_textarea_wrap .text:focus+.name {
	top: -8px;
	font-size: 12px
}

.d_textarea_wrap.has_text .name {
	top: -8px;
	font-size: 12px
}

.header_mbc_form {
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: -webkit-transform .6s ease-in-out 0s;
	transition: -webkit-transform .6s ease-in-out 0s;
	transition: transform .6s ease-in-out 0s;
	transition: transform .6s ease-in-out 0s, -webkit-transform .6s ease-in-out 0s
}

.header_mbc_form.open {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.header_mbc_form .header_menu_box_title {
	padding: 4px 0 10px
}

.header_mbcf_formall {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column
}

.header_mbcf_formall.form_error .d_valid_mess {
	display: block
}

.header_mbcf_formall.loading {
	opacity: .5;
	pointer-events: none
}

.header_mbcf_formall.sent {
	opacity: 1;
	pointer-events: auto
}

.header_mbcf_formall.sent .d_input_wrap,
.header_mbcf_formall.sent .d_textarea_wrap,
.header_mbcf_formall.sent .d_submit_wrap {
	opacity: 0;
	pointer-events: none
}

.header_mbcf_formall.sent .header_mbcf_formall_mess {
	opacity: 1;
	pointer-events: auto
}

.d_valid_mess {
	margin: 0;
	position: absolute;
	left: 0;
	pointer-events: none;
	list-style: none;
	padding: 0;
	top: 0;
	display: none;
	background-color: #273656;
	color: #ee7103;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -.01em;
	font-family: "leitura-news", serif
}

.d_submit_wrap {
	margin: auto 0;
	position: relative
}

.d_submit_wrap .btn_underline {
	margin: 19px 0
}

.header_mbcf_formall_mess {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	padding-top: 18px;
	font-size: 15px;
	line-height: 1.66667
}

.header_mbcf_formall_mess .sub {
	padding-top: 25px;
	margin-bottom: -5px
}

.header_mbcf_formall_mess .btn_underline {
	margin: 17px 0;
	display: block
}

@media screen and (max-width:1024px) {
	.header_mb_call .header_menu_box_cont {
		width: 100%
	}

	.header_mb_call .content_wrap_pad {
		width: 500px;
		margin: auto;
		height: calc(100vh - 280px);
		height: calc((var(--vhMenu, 1vh)*100) - 280px);
		max-width: 100%;
		margin-top: 0
	}

	.header_mb_call_btn {
		-webkit-box-pack: center;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center
	}

	.header_mb_call_btn .all {
		width: 420px;
		max-width: 100%
	}

	.header_mb_call_btn .sub {
		padding-bottom: 6px
	}

	.hmb_call {
		width: 325px;
		max-width: 100%
	}

	.header_mbc_form {
		right: 0;
		top: 130px
	}

	.header_mbcf_formall {
		width: 325px;
		max-width: 100%
	}
}

@media screen and (max-width:767px) {
	.header_mb_call {
		overflow: hidden
	}

	.header_mb_call .content_wrap_pad:not(.header_mbc_form) {
		height: auto !important
	}

	.header_mb_call .header_mbc_form {
		padding-left: 40px;
		top: 80px;
		height: calc(100vh - 115px);
		height: calc((var(--vhMenu, 1vh)*100) - 115px);
		z-index: 1
	}

	.hmb_call .hours_m {
		padding: 11px 0 25px
	}

	.hmb_call .flex_row {
		padding: 0
	}

	.hmb_call .campuse {
		padding: 23px 0
	}

	.header_menu_box_cont {
		height: calc(100vh - 120px);
		height: calc((var(--vhMenu, 1vh)*100) - 120px)
	}
}

.header_mb_visit .header_menu_box_title {
	padding-bottom: 0;
	margin-bottom: -5px
}

.header_mbv_single {
	font-size: 15px;
	letter-spacing: -.02em;
	line-height: 1.66667;
	position: relative;
	border-bottom: 1px solid #5c73a6;
	padding: 34px 0 36px
}

.header_mbv_single .btn_underline {
	margin: 19px 0
}

.header_mbv_single .title {
	padding-bottom: 11px
}

.header_mbv_single .address {
	padding-bottom: 24px
}

.header_mbv_single .map {
	height: 160px;
	background-color: #808a9f
}

.header_mbv_single:last-child {
	padding-bottom: 0;
	border-bottom: none
}

@media screen and (max-width:1024px) {
	.header_mb_visit .header_menu_box_cont {
		width: 100%
	}

	.header_mb_visit .content_wrap_pad {
		margin: auto;
		max-width: 100%;
		width: auto;
		padding-left: 100px;
		padding-right: 100px;
		padding-top: 0
	}

	.header_mbv_single {
		width: 100%;
		max-width: 100%
	}

	.header_mbv_single .btn_underline {
		margin: 17px 0
	}
}

@media screen and (max-width:767px) {
	.header_menu_box_title {
		padding-bottom: 25px
	}

	.header_mb_visit .content_wrap_pad {
		padding-left: 20px;
		padding-right: 20px
	}

	.header_mbv_single .btn_underline {
		margin: 15px 0
	}
}

.header_mb_search {
	margin-top: 80px;
	z-index: 10;
	position: relative;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_mb_search.active {
	opacity: 1;
	pointer-events: all
}

.header_mb_search .header_menu_box_search {
	max-width: 100%;
	padding: 0 150px 0 108px;
	overflow-y: scroll;
	height: calc(100vh - 90px)
}

.header_mb_search .input_search_wrap {
	padding-top: 23px
}

.header_mb_search .currenr_s {
	padding: 113px 0 30px;
	border-bottom: 1px solid #fff
}

.header_mb_search .currenr_s .bottom_elements_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify
}

.header_mb_search .currenr_s .title {
	padding-bottom: 15px;
	font-size: 22px;
	line-height: 27px;
	color: #fdfdfd;
	font-family: "leitura-news", serif;
	font-weight: 400
}

.header_mb_search .currenr_s .value {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 22px;
	font-weight: 900;
	color: #052552;
	font-weight: 400;
	font-size: 50px;
	line-height: 61px
}

.header_mb_search .currenr_s .clear_search {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: .5em;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	color: #052552;
	cursor: pointer
}

.header_mb_search .currenr_s .icon {
	width: 11px;
	height: 8px;
	display: block;
	position: relative;
	margin-right: 12px
}

.header_mb_search .currenr_s .icon:before,
.header_mb_search .currenr_s .icon:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	border-top: 1px solid #052552;
	height: 1px
}

.header_mb_search .currenr_s .icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0
}

.header_mb_search .currenr_s .icon:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header_mb_search .result_wrap {
	padding-top: 17px
}

.header_mb_search .header_menu_box_cont {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.header_mb_search.loading .header_menu_box_cont {
	opacity: .5;
	pointer-events: none
}

@media screen and (max-width:1024px) {
	.header_mb_search .currenr_s {
		padding-top: 75px
	}

	.header_mb_search .header_menu_box_search {
		padding: 0 30px
	}
}

@media screen and (max-width:767px) {
	.header_mb_search .header_menu_box_search {
		height: calc(100vh - 268px)
	}

	.header_mb_search .currenr_s {
		padding-top: 45px;
		padding-bottom: 21px
	}

	.header_mb_search .currenr_s .title {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 14px
	}

	.header_mb_search .currenr_s .bottom_elements_wrap .value {
		font-size: 22px;
		line-height: 27px
	}
}

.header_search_results {
	padding: 20px 0
}

.header_search_results .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .04em;
	color: #fff
}

.header_search_results .url {
	padding: 20px 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .04em;
	color: #fff;
	opacity: .6
}

.header_search_results .desc {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .02em;
	color: #f2f2f2;
	opacity: .6
}

@media screen and (max-width:1024px) {
	.hem_boxes_search {
		width: 100%;
		background-color: #273656;
		padding: 40px 60px 50px;
		position: relative;
		z-index: 10
	}

	.hem_boxes_search.loading .header_mb_search_form,
	.hem_boxes_search.loading .currenr_s,
	.hem_boxes_search.loading .result_wrap {
		opacity: .5
	}

	.hem_boxes_search_result {
		position: absolute;
		left: 0;
		top: calc(100% - 1px);
		width: 100%;
		height: 0;
		overflow-y: hidden;
		background-color: #273656;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.hem_boxes_search_result .all_wraps {
		padding: 27px 60px 50px
	}

	.hem_boxes_search_result.open {
		height: calc(100vh - 274px);
		overflow-y: auto
	}

	.hem_boxes_search_result .currenr_s {
		padding: 0 0 26px;
		border-bottom: 1px solid #5c73a6
	}

	.hem_boxes_search_result .currenr_s .title {
		font-size: 18px;
		padding-bottom: 3px
	}

	.hem_boxes_search_result .currenr_s .value {
		font-size: 22px;
		font-weight: 900;
		color: #052552
	}

	.hem_boxes_search_result .result_wrap {
		padding-top: 13px
	}
}

@media screen and (max-width:1024px) {
	.header_search_results {
		padding: 0 0 47px
	}

	.header_search_results .url {
		font-size: 16px;
		line-height: 24px;
		padding: 10px 0 6px
	}

	.header_search_results .desc {
		font-family: "leitura-news", serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .02em;
		color: #f2f2f2;
		opacity: .6
	}

	.header_mb_search .result_wrap {
		padding-top: 39px
	}

	.header_mb_search .currenr_s .bottom_elements_wrap {
		-webkit-box-align: center;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center
	}

	.header_mb_search .currenr_s .icon {
		width: 16px
	}
}

@media screen and (max-width:767px) {
	.hem_boxes_search {
		padding: 26px 40px 24px
	}

	.hem_boxes_search_result .all_wraps {
		padding: 11px 40px 40px
	}

	.hem_boxes_search_result.open {
		height: calc(100vh - 204px)
	}

	.header_mb_search {
		position: fixed;
		top: 0;
		left: -100%;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		width: 100vw;
		background-color: #273656;
		z-index: 999
	}

	.header_mb_search.mobile_active_search {
		left: 0
	}

	.header_mb_search .currenr_s {
		position: relative
	}

	.header_mb_search .currenr_s .clear_search {
		display: none
	}

	.header_mb_search .mobile_search_back_btn {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: .5em;
		position: relative;
		padding-left: 32px
	}

	.header_mb_search .mobile_search_back_btn:after {
		content: "";
		position: absolute;
		left: 0;
		top: 5px;
		width: 10px;
		height: 10px;
		border: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-right: 0;
		border-bottom: 0
	}

	.alternative_color .header_menu_btn .icon:after,
	.alternative_color .header_menu_btn .icon:before {
		border-top-color: #fff
	}

	.header_search_results {
		padding: 0 0 26px
	}

	.header_search_results .title {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: .04em
	}

	.header_search_results .url {
		font-size: 14px;
		line-height: 32px;
		letter-spacing: .04em
	}

	.header_search_results .desc {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: .02em
	}
}

.p404 .text_wrap {
	padding-top: 81px;
	padding-bottom: 103px
}

.p404 .text_wrap .text {
	font-size: 25px;
	color: #454444;
	padding-bottom: 26px
}

.p404 .text_wrap .homepage_btn {
	color: #273656
}

.add_buttons_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start
}

.add_buttons_wrap a {
	text-decoration: none !important;
	margin-bottom: 15px;
	color: #273656
}

.btn_underline {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #273656;
	background: 0 0;
	border: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	font-family: 'Futura', sans-serif;
	letter-spacing: normal;
	padding: 0
}

.btn_underline:after,
.btn_underline:before {
	content: "";
	position: absolute
}

.btn_underline:after {
	width: 24px;
	height: 1px;
	background-color: #052552;
	left: 0;
	bottom: -9px
}

.btn_underline:before {
	width: 9px;
	height: 9px;
	border: 1px solid #052552;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 15px;
	bottom: -13px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	opacity: 0
}

.btn_underline.play svg {
	height: 14px;
	width: 8px;
	margin-right: 10px;
	fill: #273656;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.btn_underline.white {
	color: #fff
}

@media screen and (min-width:1025px) {
	.btn_underline:hover {
		color: #052552
	}

	.btn_underline:hover:before {
		opacity: 1
	}

	.btn_underline:hover.play svg {
		fill: #052552
	}
}

.btn_underline.hover {
	color: #052552
}

.btn_underline.hover:before {
	opacity: 1
}

.btn_underline.hover.play svg {
	fill: #052552
}

@media screen and (min-width:1025px) {
	.btn_underline_animation:hover .btn_underline {
		color: #052552
	}

	.btn_underline_animation:hover .btn_underline:after {
		opacity: 1
	}
}

.btn_underline_animation.hover .btn_underline {
	color: #052552
}

.btn_underline_animation.hover .btn_underline:after {
	opacity: 1
}

.d_img_bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	position: static;
	background-attachment: scroll;
	-webkit-perspective: 0
}

.button_static {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.button_static:after,
.button_static:before {
	content: "";
	position: absolute
}

.button_static:after {
	width: 24px;
	height: 1px;
	background-color: #052552;
	left: 0;
	bottom: -9px
}

.button_static:before {
	width: 9px;
	height: 9px;
	border: 1px solid #052552;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 15px;
	bottom: -13px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	opacity: 0
}

@media screen and (min-width:1025px) {
	.button_static:hover {
		color: #052552
	}

	.button_static:hover:before {
		opacity: 1
	}
}

.title_45 {
	font-weight: 600;
	font-size: 45px;
	color: #273656
}

.title_30 {
	font-weight: 600;
	font-size: 30px;
	color: #273656;
	line-height: 1.33333
}

.title_27 {
	font-weight: 600;
	font-size: 27px;
	line-height: 1.37037;
	color: #273656
}

@media screen and (max-width:1024px) {
	.title_30 {
		font-size: 22px;
		line-height: 1.45455
	}
}

@media screen and (max-width:767px) {
	.title_45 {
		font-size: 35px
	}
}

.madison_c {
	color: #273656
}

.white_c {
	color: #fff
}

.grey_c {
	color: #f2f2f2
}

.madison_bg {
	background-color: #273656
}

.grass_c {
	color: #052552
}

.text_40_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 49px
}

@media screen and (max-width:1024px) {
	.text_40_leitura {
		font-size: 20px;
		line-height: 28px
	}
}

.text_16 {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px
}

.text_16.lh_20 {
	line-height: 20px
}

.text_32_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px
}

.text_14 {
	font-weight: 500;
	font-size: 14px;
	line-height: 23px
}

.text_14.lh20 {
	line-height: 20px
}

.text_22_leitura {
	font-family: "leitura-news", serif;
	font-size: 22px;
	line-height: 24px
}

.text_24_leitura {
	font-family: "leitura-news", serif;
	font-size: 24px;
	line-height: 29px
}

.text_44_leitura {
	font-family: "leitura-news", serif;
	font-size: 44px;
	line-height: 56px
}

@media screen and (max-width:1024px) {
	.text_44_leitura {
		font-size: 32px;
		line-height: 36px
	}
}

@media screen and (max-width:767px) {
	.text_44_leitura {
		font-size: 44px;
		line-height: 56px
	}
}

.text_30_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 37px
}

@media screen and (max-width:1024px) {
	.text_30_leitura {
		font-size: 20px;
		line-height: 28px
	}
}

@media screen and (max-width:767px) {
	.text_30_leitura {
		font-size: 24px;
		line-height: 29px
	}
}

.text_35_leitura {
	font-family: "leitura-news", serif;
	font-size: 35px;
	line-height: 43px;
	font-weight: 400
}

@media screen and (max-width:1024px) {
	.text_35_leitura {
		font-size: 20px;
		line-height: 28px
	}
}

@media screen and (max-width:767px) {
	.text_35_leitura {
		font-size: 35px;
		line-height: 43px
	}
}

.text_16_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.text_25_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 31px
}

@media screen and (max-width:767px) {
	.text_25_leitura {
		font-size: 28px;
		line-height: 34px
	}
}

.text_20 {
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: .5em
}

@media screen and (max-width:1024px) {
	.text_20.medium_ver {
		font-size: 14px;
		line-height: 16px
	}
}

@media screen and (max-width:767px) {
	.text_20.medium_ver {
		font-size: 20px;
		line-height: 27px
	}
}

.text_120_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 120px;
	line-height: 147px;
	letter-spacing: .03em
}

@media screen and (max-width:1024px) {
	.text_120_leitura {
		font-size: 72px;
		line-height: 80px
	}
}

@media screen and (max-width:767px) {
	.text_120_leitura {
		font-size: 44px;
		line-height: 56px
	}
}

.text_12 {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .5em
}

.text_15 {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .5em
}

.text_70_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 70px;
	line-height: 180px
}

.text_45_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 55px
}

@media screen and (max-width:1024px) {
	.text_45_leitura {
		font-weight: 400;
		font-size: 28px;
		line-height: 36px
	}
}

@media screen and (max-width:767px) {
	.text_45_leitura {
		font-size: 24px;
		line-height: 29px
	}

	.text_45_leitura.big_ver {
		font-size: 44px;
		line-height: 56px
	}
}

.text_18 {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px
}

.text_60_leitura {
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 74px
}

@media screen and (max-width:1024px) {
	.text_60_leitura {
		font-size: 72px;
		line-height: 80px;
		letter-spacing: .03em
	}
}

@media screen and (max-width:767px) {
	.text_60_leitura {
		font-size: 40px;
		line-height: 49px
	}
}

.text_11 {
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: .12em;
	text-transform: uppercase
}

.title_90 {
	font-size: 90px;
	letter-spacing: -.02em
}

.campt_page .links_section .honeycomb {
	display: block;
	left: -117px;
	top: -65px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.campt_page [data-target=target_2] .links_section .honeycomb {
	left: auto;
	right: -110px;
	top: -125px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media screen and (max-width:1024px) {
	.campt_page [data-target=target_2] .links_section .honeycomb {
		left: auto;
		right: -145px;
		top: -150px
	}

	.campt_page [data-target=target_6] .honeycomb {
		left: -123px
	}
}

@media screen and (max-width:767px) {
	.campt_page .p_banner {
		position: relative;
		z-index: 5
	}

	.campt_page [data-target=target_2] .links_section .honeycomb {
		left: auto;
		right: -167px;
		top: -340px
	}

	.campt_page [data-target=target_6] .honeycomb {
		left: -132px;
		top: -130px
	}
}

.element_anim,
.element_anim_1 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s
}

.element_anim.start_anim,
.element_anim_1.start_anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.element_anim_2 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .5s ease-in-out .1s;
	transition: all .5s ease-in-out .1s
}

.element_anim_2.start_anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.element_anim_3 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .5s ease-in-out .2s;
	transition: all .5s ease-in-out .2s
}

.element_anim_3.start_anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.element_anim_4 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s
}

.element_anim_4.start_anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.element_anim_5 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .5s ease-in-out .4s;
	transition: all .5s ease-in-out .4s
}

.element_anim_5.start_anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.fade_anim_1 {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s
}

.fade_anim_1.start_anim {
	opacity: 1
}

.fade_anim_2 {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out .1s;
	transition: all .5s ease-in-out .1s
}

.fade_anim_2.start_anim {
	opacity: 1
}

.fade_anim_3 {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out .2s;
	transition: all .5s ease-in-out .2s
}

.fade_anim_3.start_anim {
	opacity: 1
}

.pp_form_wrap {
	padding: 200px 0
}

.pp_form_wrap .text_44_leitura {
	padding-bottom: 20px
}

.pp_form_wrap form {
	padding-top: 40px
}

.pp_form_wrap .d_input_wrap .name {
	color: #273656
}

.pp_form_wrap .d_input_wrap input {
	border-bottom: 2px solid #273656;
	color: #273656;
	-webkit-text-fill-color: #273656
}

@media screen and (min-width:1025px) {
	.pp_form_wrap .d_input_wrap input:hover {
		-webkit-text-fill-color: #273656
	}
}

.pp_form_wrap .d_input_wrap .parsley-errors-list {
	background-color: #fff
}

.pp_form_wrap_inner {
	width: 500px;
	max-width: 100%;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.pp_form_wrap {
		padding: 100px 0
	}
}

.learning_carousel .learning_carousel_content {
	position: relative
}

.learning_carousel .learning_carousel_content .main_info {
	position: absolute;
	max-width: 325px;
	left: 0;
	top: 120px;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	pointer-events: all
}

.learning_carousel .learning_carousel_content .main_info .button_static {
	margin-top: 10px
}

.learning_carousel .learning_carousel_content .main_info .main_title {
	margin-bottom: 10px
}

.learning_carousel .learning_carousel_content .main_info.active_learning {
	opacity: 0;
	pointer-events: none
}

.learning_carousel .learning_carousel_content .close_button {
	position: absolute;
	top: 51px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	cursor: pointer;
	z-index: 10
}

.learning_carousel .learning_carousel_content .close_button .cross {
	width: 12px;
	height: 12px;
	position: relative;
	margin-right: 15px
}

.learning_carousel .learning_carousel_content .close_button .cross:after,
.learning_carousel .learning_carousel_content .close_button .cross:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #052552;
	top: 5px;
	left: 0
}

.learning_carousel .learning_carousel_content .close_button .cross:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.learning_carousel .learning_carousel_content .close_button .cross:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.learning_carousel .learning_carousel_content .close_button.open_element {
	opacity: 1;
	pointer-events: all
}

.learning_carousel .learning_carousel_content .slides {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-pack: start;
	box-pack: start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: reverse;
	box-direction: reverse;
	-moz-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	margin-left: auto;
	margin-right: -44px
}

.learning_carousel .learning_carousel_content .slides .contant_wrap {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	bottom: 50px;
	max-width: 301px;
	width: 300px;
	left: 244px;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.learning_carousel .learning_carousel_content .slides .contant_wrap .contant_title {
	margin-bottom: 25px
}

.learning_carousel .learning_carousel_content .slides .contant_wrap a {
	margin-top: 50px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.learning_carousel .learning_carousel_content .slides .contant_wrap a:after,
.learning_carousel .learning_carousel_content .slides .contant_wrap a:before {
	content: "";
	position: absolute
}

.learning_carousel .learning_carousel_content .slides .contant_wrap a:after {
	width: 26px;
	height: 1px;
	background-color: #052552;
	left: 0;
	bottom: -9px
}

.learning_carousel .learning_carousel_content .slides .contant_wrap a:before {
	width: 9px;
	height: 9px;
	border: 1px solid #052552;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 15px;
	bottom: -13px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	opacity: 0
}

@media screen and (min-width:1025px) {
	.learning_carousel .learning_carousel_content .slides .contant_wrap a:hover {
		color: #052552
	}

	.learning_carousel .learning_carousel_content .slides .contant_wrap a:hover:before {
		opacity: 1
	}
}

.learning_carousel .learning_carousel_content .slides .button_static {
	margin-top: 15px
}

.learning_carousel .learning_carousel_content .slides .element_wrap {
	cursor: pointer;
	position: relative;
	height: 676px;
	max-width: 215px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.learning_carousel .learning_carousel_content .slides .element_wrap:after {
	content: "";
	position: absolute;
	background-color: #f7f8fb;
	height: 100%;
	width: 2000px;
	-webkit-transform: skew(-9deg);
	transform: skew(-9deg);
	-webkit-box-shadow: inset 20px 0 30px rgba(0, 0, 0, .03);
	box-shadow: inset 20px 0 30px rgba(0, 0, 0, .03);
	top: 0;
	right: 0
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(4) {
	z-index: 2;
	background-color: #fff
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(4) .image_wrap {
	z-index: 1
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(4) .image_wrap span {
	bottom: 4px;
	left: 154px
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(4):after {
	z-index: 2;
	left: 210px
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(3) {
	z-index: 4
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(3) .image_wrap {
	z-index: 3
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(3) .image_wrap span {
	bottom: 4px;
	left: 166px
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(3):after {
	z-index: 4;
	left: 221px
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(2) {
	z-index: 6
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(2) .image_wrap {
	z-index: 5
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(2) .image_wrap span {
	bottom: 4px;
	left: 161px
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(2):after {
	z-index: 6;
	left: 217px
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(1) {
	z-index: 8
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(1) .image_wrap {
	z-index: 7
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(1) .image_wrap span {
	left: 212px;
	bottom: 4px
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(1):after {
	z-index: 8;
	left: 268px
}

.learning_carousel .learning_carousel_content .slides .element_wrap:nth-child(1) .contant_wrap {
	left: 291px
}

.learning_carousel .learning_carousel_content .slides .element_wrap.active_element {
	-webkit-transform: translatex(-342px);
	transform: translatex(-342px)
}

.learning_carousel .learning_carousel_content .slides .element_wrap.full_active .contant_wrap {
	opacity: 1;
	pointer-events: all
}

.learning_carousel .learning_carousel_content .slides .image_wrap {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end
}

.learning_carousel .learning_carousel_content .slides .image_wrap span {
	position: absolute;
	font-family: "leitura-news", serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 49px;
	color: #f7f8fb;
	left: 0;
	-webkit-transform: rotate(-81deg);
	transform: rotate(-81deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

@media screen and (max-width:1024px) {
	.learning_carousel .learning_carousel_contentMobileVer {
		margin: 0 -83px;
		width: calc(100% + 166px);
		overflow: hidden;
		padding-top: 96px;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.learning_carousel .learning_carousel_contentMobileVer.active_elements {
		padding-top: 215px
	}

	.learning_carousel .learning_carousel_contentMobileVer.first_active {
		padding-top: 70px
	}

	.learning_carousel .learning_carousel_contentMobileVer .main_info {
		padding-left: 83px;
		max-width: 423px;
		z-index: 10;
		position: relative
	}

	.learning_carousel .learning_carousel_contentMobileVer .main_info .buttons_wrap {
		margin-top: 32px
	}

	.learning_carousel .learning_carousel_contentMobileVer .main_info .buttons_wrap .button_static {
		margin-bottom: 24px;
		width: 100%
	}

	.learning_carousel .learning_carousel_contentMobileVer .main_info .main_title {
		margin-bottom: 32px
	}

	.learning_carousel .slides {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: reverse;
		box-direction: reverse;
		-moz-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		margin-top: -90px
	}

	.learning_carousel .slides .element_wrap {
		width: 100%;
		position: relative;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		box-pack: justify;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		max-height: 250px;
		padding-top: 60px;
		-webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
		transition: max-height .5s cubic-bezier(0, 1, 0, 1)
	}

	.learning_carousel .slides .element_wrap:after {
		content: "";
		position: absolute;
		height: 1000px;
		width: 100%;
		-webkit-transform: skew(0, -17deg);
		transform: skew(0, -17deg);
		right: auto;
		left: 0;
		-webkit-box-shadow: inset 20px 0 100px rgba(0, 0, 0, .03);
		box-shadow: inset 20px 0 100px rgba(0, 0, 0, .03);
		background: #f7f8fb;
		top: 100%
	}

	.learning_carousel .slides .element_wrap:nth-child(4) {
		z-index: 1
	}

	.learning_carousel .slides .element_wrap:nth-child(3) {
		z-index: 2
	}

	.learning_carousel .slides .element_wrap:nth-child(2) {
		z-index: 3
	}

	.learning_carousel .slides .element_wrap:nth-child(1) {
		z-index: 4;
		margin-bottom: 120px
	}

	.learning_carousel .slides .element_wrap.activeSection {
		max-height: 2000px;
		-webkit-transition: max-height 1s ease-in-out;
		transition: max-height 1s ease-in-out
	}

	.learning_carousel .slides .element_wrap .contant_wrap {
		margin-left: 84px
	}

	.learning_carousel .slides .element_wrap .contant_title {
		position: relative;
		padding-left: 48px;
		cursor: pointer;
		margin-top: 30px
	}

	.learning_carousel .slides .element_wrap .contant_title:after,
	.learning_carousel .slides .element_wrap .contant_title:before {
		content: "";
		position: absolute;
		width: 24px;
		height: 4px;
		background-color: #273656;
		top: calc(50% - 2px);
		left: 0
	}

	.learning_carousel .slides .element_wrap .contant_title:before {
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.learning_carousel .slides .element_wrap .contant_title.active:before {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	.learning_carousel .slides .element_wrap .contant_title.active .cta_el_click {
		display: none
	}

	.learning_carousel .slides .element_wrap .contant_title .cta_el_click {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100vw;
		height: 300%;
		display: block;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.learning_carousel .slides .element_wrap .content_desc {
		padding-top: 25px;
		display: none
	}

	.learning_carousel .slides .element_wrap .content_desc .text_16_leitura {
		margin-bottom: 25px
	}

	.learning_carousel .slides .element_wrap .content_desc a {
		font-weight: 500;
		font-size: 12px;
		line-height: 16px;
		position: relative
	}

	.learning_carousel .slides .element_wrap .content_desc a:after {
		content: "";
		position: absolute
	}

	.learning_carousel .slides .element_wrap .content_desc a:after {
		width: 26px;
		height: 1px;
		background-color: #052552;
		left: 0;
		bottom: -9px
	}
}

@media screen and (max-width:767px) {
	.learning_carousel .learning_carousel_contentMobileVer {
		margin: 0 -20px;
		width: calc(100% + 40px);
		padding-top: 60px
	}

	.learning_carousel .learning_carousel_contentMobileVer.active_elements {
		padding-top: 0
	}

	.learning_carousel .learning_carousel_contentMobileVer.first_active {
		padding-top: 0
	}

	.learning_carousel .learning_carousel_contentMobileVer .main_info {
		padding: 0 20px;
		max-width: 100%
	}

	.learning_carousel .learning_carousel_contentMobileVer .main_info .buttons_wrap {
		margin-top: 28px
	}

	.learning_carousel .learning_carousel_contentMobileVer .main_info .main_title {
		margin-bottom: 15px
	}

	.learning_carousel .slides {
		margin-top: 0
	}

	.learning_carousel .slides .element_wrap {
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: start;
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-pack: start;
		box-pack: start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
		max-height: 177px;
		padding-top: 20px
	}

	.learning_carousel .slides .element_wrap:nth-child(1) {
		margin-bottom: 80px
	}

	.learning_carousel .slides .element_wrap .contant_wrap {
		margin-left: 33px
	}

	.learning_carousel .slides .element_wrap .contant_title {
		padding-left: 33px;
		margin-bottom: -30px;
		margin-top: 50px
	}

	.learning_carousel .slides .element_wrap .contant_title:after,
	.learning_carousel .slides .element_wrap .contant_title:before {
		width: 10px;
		height: 2px;
		top: calc(50% - 1px)
	}

	.learning_carousel .slides .element_wrap .content_desc {
		padding-top: 55px;
		padding-bottom: 20px
	}

	.learning_carousel .slides .element_wrap .content_desc .text_16_leitura {
		padding-right: 20px
	}

	.learning_carousel .slides .element_wrap img {
		max-width: 141px;
		margin-left: auto;
		margin-top: -34px
	}
}

@media screen and (min-width:768px) {
	.home_page .block_video {
		padding-bottom: 120px
	}
}

.block_video {
	padding: 90px 0 50px;
	position: relative
}

.block_video .container {
	position: relative;
	z-index: 2
}

.video_wrap {
	width: 929px;
	position: relative;
	max-width: 70%;
	margin: 0 auto
}

.video_wrap:before {
	content: "";
	display: block;
	padding-top: 56.33%
}

.video_wrap iframe {
	width: 100%;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}

.video_wrap .video_img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	opacity: 1
}

.video_wrap .muted {
	z-index: 5;
	position: absolute;
	left: 30px;
	top: 26px;
	padding: 10px;
	cursor: pointer
}

.video_wrap .muted svg {
	width: 16px;
	height: 16px;
	fill: #001e60
}

.video_wrap .muted.off .x {
	opacity: 0;
	visibility: hidden
}

.video_wrap .button_wrap {
	position: absolute;
	left: 100%;
	bottom: 31%;
	padding-left: 4.3%;
	white-space: nowrap
}

.video_wrap.video_active .video_img {
	opacity: 0
}

@media screen and (max-width:1024px) {
	.block_video {
		padding: 80px 0
	}

	.video_wrap {
		max-width: 100%
	}

	.video_wrap .button_wrap {
		position: absolute;
		left: auto;
		right: 75px;
		bottom: auto;
		padding-left: 0;
		top: 100%
	}
}

@media screen and (max-width:767px) {
	.block_video {
		padding: 60px 0
	}

	.video_wrap {
		max-width: 100%
	}

	.video_wrap .button_wrap {
		right: 28px
	}
}

.block_two_img_desc {
	position: relative;
	min-height: 528px;
	padding-bottom: 78px;
	max-width: 1440px;
	margin: 96px auto 0
}

.block_two_img_desc .left_image {
	width: 490px;
	height: 528px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0
}

.block_two_img_desc .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	max-width: 879px;
	margin-left: auto
}

.block_two_img_desc .cont_wrap .title {
	margin-left: auto;
	margin-bottom: 115px
}

.block_two_img_desc .cont_wrap .quote {
	max-width: 364px;
	margin-bottom: 48px
}

.block_two_img_desc .cont_wrap .quote p {
	margin: 0
}

.block_two_img_desc .cont_wrap .desc {
	color: #454444;
	max-width: 503px
}

.block_two_img_desc .cont_wrap .bottom_elements_wrap {
	margin-left: 184px
}

.block_two_img_desc .cont_wrap .links_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	margin-top: 20px
}

.block_two_img_desc .cont_wrap .links_wrap a {
	margin-right: 18px;
	color: #273656
}

@media screen and (max-width:1024px) {
	.home_page .block_two_img_desc {
		margin-top: 80px;
		padding-bottom: 35px
	}

	.block_two_img_desc {
		min-height: 344px;
		padding-bottom: 126px;
		margin-top: 25px
	}

	.block_two_img_desc .left_image {
		width: 320px;
		height: 344px
	}

	.block_two_img_desc .cont_wrap {
		max-width: 417px
	}

	.block_two_img_desc .cont_wrap .title {
		margin-bottom: 60px
	}

	.block_two_img_desc .cont_wrap .quote {
		max-width: 334px;
		margin-bottom: 80px
	}

	.block_two_img_desc .cont_wrap .desc {
		max-width: 320px
	}

	.block_two_img_desc .cont_wrap .bottom_elements_wrap {
		margin-left: 97px
	}

	.block_two_img_desc .cont_wrap .links_wrap {
		margin-top: 40px
	}

	.block_two_img_desc .cont_wrap .links_wrap a {
		margin-right: 32px
	}
}

@media screen and (max-width:767px) {
	.home_page .block_two_img_desc {
		margin-top: 60px;
		padding-bottom: 20px
	}

	.block_two_img_desc {
		padding-bottom: 80px;
		margin-top: 0
	}

	.block_two_img_desc .left_image {
		width: 321px;
		height: 346px;
		left: -94px
	}

	.block_two_img_desc .cont_wrap .title {
		margin-left: 0;
		padding-left: 15px;
		margin-bottom: 34px
	}

	.block_two_img_desc .cont_wrap .quote {
		max-width: 228px;
		margin-top: 29px;
		margin-left: auto;
		margin-right: -8px
	}

	.block_two_img_desc .cont_wrap .desc {
		max-width: none;
		margin-top: 31px
	}

	.block_two_img_desc .cont_wrap .bottom_elements_wrap {
		margin-left: 0;
		padding: 0 8px
	}

	.block_two_img_desc .cont_wrap .links_wrap {
		-webkit-box-align: start;
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start;
		margin-top: 28px;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column
	}

	.block_two_img_desc .cont_wrap .links_wrap div:first-child {
		margin-bottom: 48px
	}

	.block_two_img_desc .mobile_elementCenter {
		position: relative;
		height: 346px
	}
}

.event_small_wrap {
	margin: 0 -35px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 33px
}

.event_small_wrap:after {
	clear: both;
	content: "";
	display: table
}

.event_small {
	width: 33.33%;
	padding: 10px 35px
}

.event_small:nth-child(3n+2) .element_anim_1 {
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s
}

.event_small:nth-child(3n) .element_anim_1 {
	-webkit-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s
}

.event_small .img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 224px
}

.event_small .date_bottom {
	color: rgba(0, 0, 0, .53);
	letter-spacing: .02em
}

.event_small .title {
	padding-top: 32px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

@media screen and (min-width:1025px) {
	.event_small:hover .title {
		text-decoration: underline
	}
}

.event_small a:focus .title {
	color: #052552
}

@media screen and (max-width:1024px) {
	.event_small_wrap {
		padding-top: 30px
	}

	.event_small {
		width: 50%
	}

	.event_small .img {
		height: 220px
	}

	.event_small .title {
		padding-top: 20px;
		padding-bottom: 4px
	}
}

@media screen and (max-width:767px) {
	.event_small_wrap {
		padding-top: 9px
	}

	.event_small {
		width: 100%;
		padding-bottom: 30px
	}

	.event_small .img {
		height: 209px
	}

	.event_small .title {
		padding-top: 28px;
		padding-bottom: 5px
	}
}

.block_img_lr {
	margin: 90px 0;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.block_img_lr .img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 48.5%;
	min-height: 595px;
	position: relative
}

.block_img_lr .img .d_img_bg {
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.block_img_lr .all_text {
	width: 51.5%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center
}

.block_img_lr .all_text:after {
	clear: both;
	content: "";
	display: table
}

.block_img_lr .wrap {
	max-width: 745px;
	width: 100%;
	padding: 30px 60px 10px
}

.block_img_lr .wrap_inert {
	width: 535px;
	max-width: 100%
}

.block_img_lr .ipg_text p {
	max-width: 100%
}

.block_img_lr.vertical .img {
	height: 850px;
	width: 42.3%
}

.block_img_lr.left .wrap {
	float: left
}

.block_img_lr.left .wrap_inert {
	float: right
}

.block_img_lr.right .all_text {
	-webkit-box-pack: end;
	box-pack: end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end
}

.block_img_lr.right .img {
	-webkit-box-ordinal-group: 3;
	box-ordinal-group: 3;
	-moz-order: 3;
	order: 3;
	-ms-flex-order: 3
}

@media screen and (max-width:1024px) {
	.block_img_lr {
		margin: 75px 0
	}

	.block_img_lr .img {
		width: 100%;
		min-height: 495px
	}

	.block_img_lr .all_text {
		width: 100%
	}

	.block_img_lr .wrap {
		max-width: 100%;
		padding-top: 95px
	}

	.block_img_lr .wrap_inert {
		width: 100%
	}

	.block_img_lr.vertical .img {
		width: 100%
	}

	.block_img_lr.left .img {
		-webkit-box-ordinal-group: 5;
		box-ordinal-group: 5;
		-moz-order: 5;
		order: 5;
		-ms-flex-order: 5
	}

	.block_img_lr.right .img {
		-webkit-box-ordinal-group: 5;
		box-ordinal-group: 5;
		-moz-order: 5;
		order: 5;
		-ms-flex-order: 5
	}
}

@media screen and (max-width:767px) {
	.block_img_lr {
		margin: 84px 0 45px
	}

	.block_img_lr.vertical .img {
		min-height: 444px;
		height: 100%;
		width: 100%
	}

	.block_img_lr .img {
		min-height: 260px
	}

	.block_img_lr .wrap {
		padding: 70px 40px 0
	}
}

.block_wrap_650 {
	width: 650px;
	max-width: 100%;
	margin: auto
}

.links_section {
	margin: 80px 0;
	position: relative
}

.links_section .honeycomb {
	display: none
}

.links_section .title {
	padding-bottom: 5px
}

.links_section .block_links_wrap {
	padding-top: 0
}

.links_section .btn_underline {
	margin-bottom: 25px
}

@media screen and (max-width:1024px) {
	.links_section .btn_underline {
		margin-bottom: 32px
	}
}

@media screen and (max-width:767px) {
	.links_section {
		margin: 70px 0
	}

	.links_section .btn_underline {
		margin-bottom: 38px
	}
}

.campous_group {
	margin: 90px 0
}

.campous_group .single_group {
	padding: 52px 0 35px;
	border-bottom: 1px solid #5c73a6
}

.campous_group .single_group:first-child {
	padding-top: 0
}

.campous_group .single_group:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.campous_group .title {
	font-size: 22px;
	line-height: 1.45455;
	font-weight: 500
}

.campous_group .iframe {
	padding: 30px 0 25px
}

.campous_group .iframe iframe {
	width: 100%;
	border: none
}

@media screen and (max-width:767px) {
	.campous_group {
		margin: 75px 0
	}
}

.enrolment_section {
	min-height: 551px;
	text-align: center;
	padding: 105px 0
}

.enrolment_section .title {
	margin-top: -3px
}

.enrolment_section .desc {
	max-width: 688px;
	margin: 23px auto 43px;
	letter-spacing: .02em
}

.enrolment_section .links_wrap a {
	margin: 0 16px
}

@media screen and (max-width:1024px) {
	.enrolment_section {
		min-height: auto;
		padding: 96px 0
	}

	.enrolment_section .title {
		margin-top: 20px
	}

	.enrolment_section .desc {
		max-width: 569px;
		margin: 20px auto 40px
	}
}

@media screen and (max-width:767px) {
	.enrolment_section {
		padding-top: 51px;
		padding-bottom: 28px
	}

	.enrolment_section .title {
		margin-top: 22px
	}

	.enrolment_section .desc {
		padding: 0 10px;
		margin: 27px auto 24px
	}

	.enrolment_section .links_wrap {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: center;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center
	}

	.enrolment_section .links_wrap a {
		margin: 0;
		margin-bottom: 37px
	}
}

.hp_onload {
	background-color: #273656;
	position: fixed;
	z-index: 1500;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	opacity: 1
}

.hp_onload .container,
.hp_onload .row {
	height: 100%
}

.hp_onload .svg_wrap {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	opacity: 0
}

.hp_onload svg {
	width: 142px;
	height: 151px
}

.hp_onload.active .svg_wrap {
	opacity: 1
}

.hp_onload.remove_intro {
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	pointer-events: none;
	opacity: 0
}

.hp_banner {
	position: relative;
	height: 100vh
}

.home_page_text_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	font-size: 0;
	color: #fff;
	overflow: hidden;
	padding-bottom: 8.5vh;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased
}

.home_page_text_wrap .text {
	white-space: nowrap;
	display: inline-block;
	font-size: 152px;
	line-height: 1.31579;
	letter-spacing: -.02em;
	width: auto;
	-webkit-animation: textRotate 24s infinite linear 5s;
	animation: textRotate 24s infinite linear 5s;
	padding-right: .15em;
	padding-left: .5em
}

@-webkit-keyframes textRotate {
	from {
		-webkit-transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(-100%)
	}
}

@keyframes textRotate {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.hp_banner_img {
	position: relative;
	height: 100%
}

.hp_banner_img .slick-list,
.hp_banner_img .slick-track {
	height: 100%
}

.hp_banner_img .bg {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top center
}

.hp_banner_img .bg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #2766c0;
	opacity: .22;
	mix-blend-mode: multiply
}

.hp_banner_video {
	position: relative;
	height: 100%;
	pointer-events: none
}

.hp_banner_video iframe {
	width: 100%;
	height: 100%;
	border: none;
	pointer-events: none
}

@media screen and (max-width:1024px) {
	.hp_banner {
		height: calc(100vh - 70px)
	}

	.home_page_text_wrap .text {
		font-size: 120px
	}
}

@media screen and (max-width:767px) {
	.hp_banner {
		height: calc(100vh - 50px)
	}

	.home_page_text_wrap {
		padding-bottom: 27px
	}

	.home_page_text_wrap .text {
		font-size: 101px
	}
}

.abs_full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.hp_latest {
	padding: 108px 0 88px
}

.hp_latest .row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -17px
}

@media screen and (min-width:1025px) {
	.hp_latest.start_anim .hp_latest_item {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 0s;
		transition-delay: 0s
	}

	.hp_latest.start_anim .hp_latest_item .madison_c {
		opacity: 1
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n-2) {
		-webkit-transition-delay: .1s;
		transition-delay: .1s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n-2) .madison_c {
		-webkit-transition-delay: .5s;
		transition-delay: .5s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n-1) {
		-webkit-transition-delay: .2s;
		transition-delay: .2s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n-1) .madison_c {
		-webkit-transition-delay: .6s;
		transition-delay: .6s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n) {
		-webkit-transition-delay: .3s;
		transition-delay: .3s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n) .madison_c {
		-webkit-transition-delay: .7s;
		transition-delay: .7s
	}
}

.hp_latest_item {
	width: 25%;
	padding: 0 17px;
	-webkit-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px)
}

.hp_latest_item .img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 220px;
	position: relative
}

.hp_latest_item .title {
	padding: 21px 0 10px
}

.hp_latest_item .madison_c {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out .4s;
	transition: opacity .5s ease-in-out .4s
}

.article_element_anim {
	opacity: 0;
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s
}

.article_element_anim.start_anim {
	opacity: 1;
	-webkit-transform: translatex(0);
	transform: translatex(0)
}

@media screen and (max-width:1024px) {
	.hp_latest {
		padding: 78px 0 70px
	}

	.hp_latest .row {
		margin: 0 -16px;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.hp_latest_item {
		padding: 0 16px 41px;
		width: 50%
	}

	.hp_latest_item .title {
		padding: 20px 0;
		font-size: 20px;
		line-height: 28px
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.hp_latest.start_anim .hp_latest_item {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 0s;
		transition-delay: 0s
	}

	.hp_latest.start_anim .hp_latest_item .madison_c {
		opacity: 1
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(2n) {
		-webkit-transition-delay: .1s;
		transition-delay: .1s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(2n) .madison_c {
		-webkit-transition-delay: .5s;
		transition-delay: .5s
	}
}

@media screen and (max-width:767px) {
	.hp_latest {
		padding: 40px 0 58px
	}

	.hp_latest .row {
		margin: 0 -20px
	}

	.hp_latest.start_anim .hp_latest_item {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 0s;
		transition-delay: 0s
	}

	.hp_latest.start_anim .hp_latest_item .madison_c {
		opacity: 1
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n-2) {
		-webkit-transition-delay: .1s;
		transition-delay: .1s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n-2) .madison_c {
		-webkit-transition-delay: .5s;
		transition-delay: .5s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n-1) {
		-webkit-transition-delay: .2s;
		transition-delay: .2s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n-1) .madison_c {
		-webkit-transition-delay: .6s;
		transition-delay: .6s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n) {
		-webkit-transition-delay: .3s;
		transition-delay: .3s
	}

	.hp_latest.start_anim .hp_latest_item:nth-child(4n) .madison_c {
		-webkit-transition-delay: .7s;
		transition-delay: .7s
	}

	.hp_latest_item {
		padding: 0 9px 10px;
		width: 266px
	}

	.hp_latest_item .img {
		height: 210px
	}

	.hp_latest_item .title {
		padding: 23px 0 7px;
		font-size: 28px;
		line-height: 34px
	}
}

.hp_vision {
	position: relative;
	padding: 115px 0 98px
}

.hp_vision .container {
	position: relative;
	z-index: 3
}

.hp_vision .hp_vision_content {
	position: relative
}

.hp_vision .container,
.hp_vision .hp_vision_content {
	height: 100%
}

.hp_vision_s1 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin: 0 auto 72px;
	max-width: 922px
}

.hp_vision_s1 .title {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

@media screen and (min-width:1025px) {
	.hp_vision_s1 .title:hover {
		color: #052552
	}
}

.hp_vision_s1 .title:after {
	content: "";
	position: absolute;
	bottom: -15px;
	height: 2px;
	width: 77px;
	left: 0;
	opacity: 0;
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #273656), color-stop(0, #052552));
	background: linear-gradient(270deg, #273656 50%, #052552 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 200% 100%;
	background-position: 100% 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.hp_vision_s1 .title.active:after {
	opacity: 1;
	background-position: 0 100%
}

.hp_vision_s2 {
	width: 100%
}

.hp_vision_s2 .slick-list,
.hp_vision_s2 .slick-track {
	height: 100%
}

.hp_vision_s2 .slick-list {
	overflow: visible
}

.hp_visions2_item {
	height: 100%;
	text-align: center
}

.hp_visions2_item .title {
	font-family: "leitura-news", serif;
	font-size: 200px;
	opacity: .05;
	pointer-events: none;
	position: absolute;
	top: -193px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hp_visions2_item .desc {
	max-width: 618px;
	margin: 0 auto
}

@media screen and (max-width:1024px) {
	.hp_vision {
		padding: 120px 0
	}

	.hp_vision_s1 {
		margin: 0 auto 54px;
		max-width: 483px
	}

	.hp_vision_s1 .title {
		position: relative;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.hp_vision_s1 .title:after {
		bottom: -10px;
		width: 72px
	}

	.hp_visions2_item .title {
		top: -76px;
		font-size: 104px;
		line-height: 104px
	}

	.hp_visions2_item .desc {
		max-width: 640px
	}
}

@media screen and (max-width:767px) {
	.hp_vision {
		padding: 60px 0 98px
	}

	.hp_vision_s2 .slick-dots {
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		margin-top: 40px
	}

	.hp_vision_s2 .slick-dots li {
		height: 2px;
		width: 37px;
		background-color: #fff;
		color: transparent;
		margin: 0 4px;
		position: relative;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.hp_vision_s2 .slick-dots li button {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.hp_vision_s2 .slick-dots li.slick-active {
		background-color: #052552
	}

	.hp_visions2_item .title {
		top: 45px;
		font-size: 60px;
		line-height: 70px;
		left: -20px;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.hp_visions2_item .main_title {
		position: relative;
		text-align: left;
		margin-left: 22px
	}

	.hp_visions2_item .main_title:after {
		content: "";
		position: absolute;
		bottom: -15px;
		height: 2px;
		width: 77px;
		left: 0;
		background-color: #052552
	}

	.hp_visions2_item .desc {
		margin-top: 39px
	}
}

.hp_testimonial {
	padding-bottom: 82px;
	position: relative
}

.hp_testimonial:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% + 320px);
	background-color: rgba(0, 30, 96, .05);
	z-index: -1
}

.hp_testimonial .wrap {
	width: 575px;
	max-width: 100%;
	text-align: center;
	margin: auto
}

.hp_testimonial .quote {
	font-size: 103px;
	line-height: 1;
	color: #273656
}

.hp_testimonial .desc {
	margin-top: -20px;
	padding-bottom: 35px
}

.hp_testimonial .name {
	font-size: 18px;
	letter-spacing: -.01em;
	font-weight: 500;
	color: #273656
}

@media screen and (max-width:1024px) {
	.hp_testimonial {
		padding: 86px 0 110px
	}

	.hp_testimonial:before {
		height: calc(100% + 205px)
	}
}

@media screen and (max-width:767px) {
	.hp_testimonial {
		padding: 42px 0 74px
	}

	.hp_testimonial:before {
		height: calc(100% + 50px)
	}

	.hp_testimonial .desc {
		padding-bottom: 27px
	}
}

.hp_services_spaces {
	padding: 62px 0 50px;
	position: relative;
	min-height: 686px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.hp_services_spaces .title {
	text-align: center;
	padding-left: 30px
}

.hp_services_spaces .right_text_wrap {
	max-width: 593px;
	margin-left: auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column
}

.hp_services_spaces .block_link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	margin-top: 30px;
	margin-left: auto
}

.hp_services_spaces .block_link a {
	margin-right: 40px
}

.hp_services_spaces .desc {
	margin-top: 20px
}

.hp_services_spaces .overlay_text {
	position: absolute;
	font-size: 160px;
	line-height: 160px;
	color: rgba(247, 248, 251, .3);
	font-family: "leitura-news", serif;
	top: 125px;
	left: 0
}

.hp_services_spaces .overlay_text p {
	margin: 0
}

@media screen and (max-width:1024px) {
	.hp_services_spaces {
		padding: 64px 0 0;
		min-height: 760px
	}

	.hp_services_spaces .title {
		padding-left: 41px;
		text-align: left
	}

	.hp_services_spaces .right_text_wrap {
		max-width: 480px;
		margin-right: -19px
	}

	.hp_services_spaces .block_link {
		margin-top: 24px;
		margin-left: 0
	}

	.hp_services_spaces .block_link a {
		margin-right: 32px
	}

	.hp_services_spaces .desc {
		margin-top: 24px
	}

	.hp_services_spaces .overlay_text {
		font-size: 60px;
		line-height: 65px;
		top: 323px
	}
}

@media screen and (max-width:767px) {
	.hp_services_spaces {
		padding: 30px 0 0;
		min-height: 1293px
	}

	.hp_services_spaces .title {
		padding-left: 0
	}

	.hp_services_spaces .right_text_wrap {
		max-width: none;
		margin-left: 0;
		margin-right: 0
	}

	.hp_services_spaces .block_link {
		margin-top: 25px;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: start;
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start
	}

	.hp_services_spaces .block_link a {
		margin-right: 0;
		margin-bottom: 44px
	}

	.hp_services_spaces .desc {
		margin-top: 28px
	}

	.hp_services_spaces .overlay_text {
		font-size: 70px;
		line-height: 80px;
		top: 788px;
		width: 400px
	}
}

.block_en {
	padding: 102px 0 124px;
	background-color: rgba(0, 30, 96, .05)
}

.block_en .link_wrap {
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: .5em;
	text-transform: uppercase
}

.block_en .main_title {
	margin-bottom: 59px
}

.block_en .home_news_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.block_en_ev {
	width: 53%
}

.block_en_new {
	width: 47%;
	padding-left: 40px;
	max-width: 453px;
	margin-left: auto
}

.block_en_new .wrap {
	padding-top: 33px
}

.block_en_new .date {
	margin: 0 0 8px;
	letter-spacing: .02em
}

.block_en_new .title {
	letter-spacing: .05em;
	margin-bottom: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.block_en_new .desc {
	letter-spacing: .02em
}

.block_en_new .single {
	padding-bottom: 20px
}

@media screen and (min-width:1025px) {
	.block_en_new .single:hover .title {
		text-decoration: underline
	}
}

.block_en_new a:focus .title {
	color: #052552
}

@media screen and (max-width:1024px) {
	.block_en {
		padding: 104px 0 72px
	}

	.block_en .link_wrap {
		line-height: 28px
	}

	.block_en .main_title {
		margin-bottom: 76px
	}

	.block_en .home_news_wrap {
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column
	}

	.block_en_ev {
		width: 100%;
		padding-bottom: 90px
	}

	.block_en_new {
		width: 100%;
		padding-left: 0;
		max-width: auto;
		margin-left: 0;
		max-width: none
	}

	.block_en_new .wrap {
		padding-top: 30px
	}

	.block_en_new .single {
		padding-bottom: 32px
	}
}

@media screen and (max-width:767px) {
	.block_en {
		padding: 30px 0
	}

	.block_en .link_wrap {
		line-height: 27px
	}

	.block_en .main_title {
		margin-bottom: 26px
	}

	.block_en_ev {
		padding-bottom: 16px
	}

	.block_en_ev .event_small {
		width: 100%
	}

	.block_en_new .date {
		margin: 20px 0 22px
	}

	.block_en_new .single {
		padding-bottom: 30px
	}
}

.students_community {
	padding-top: 91px;
	padding-bottom: 83px
}

.students_community .main_title {
	text-align: right;
	margin-bottom: -68px
}

.students_community .one_student {
	position: relative
}

.students_community .image_wrap {
	position: absolute;
	width: 415px;
	height: 540px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	left: 0
}

.students_community .text_wrap {
	z-index: 3;
	position: relative;
	margin-left: 362px
}

.students_community .quote {
	margin-top: 70px;
	max-width: 319px
}

.students_community .ml_text {
	margin-left: 155px;
	max-width: 419px;
	margin-top: 36px;
	margin-right: 45px
}

.students_community .name {
	padding-top: 19px;
	padding-bottom: 6px;
	text-transform: uppercase
}

.students_community .details {
	text-transform: uppercase
}

.students_community .community_content {
	position: relative
}

.students_community .left_images_panel {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	right: 0;
	bottom: 0
}

.students_community .left_images_panel .small_img_wrap {
	width: 42px;
	height: 42px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-top: 14px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	cursor: pointer
}

.students_community .left_images_panel .small_img_wrap.active {
	opacity: .3
}

@media screen and (max-width:1024px) {
	.students_community {
		padding-top: 136px;
		padding-bottom: 129px
	}

	.students_community .main_title {
		margin-bottom: -43px
	}

	.students_community .image_wrap {
		width: 240px;
		height: 308px
	}

	.students_community .text_wrap {
		margin-left: 180px
	}

	.students_community .quote {
		margin-top: 84px;
		max-width: 420px
	}

	.students_community .ml_text {
		margin-left: 108px;
		max-width: 312px;
		margin-top: 40px;
		margin-right: 0
	}

	.students_community .name {
		padding-top: 13px;
		padding-bottom: 8px
	}

	.students_community .left_images_panel {
		left: -10px;
		right: auto;
		bottom: auto;
		top: 322px;
		-webkit-box-orient: horizontal;
		box-orient: horizontal;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: row;
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 240px
	}

	.students_community .left_images_panel .small_img_wrap {
		width: 40px;
		height: 40px;
		margin-top: 0;
		margin: 0 10px
	}
}

@media screen and (max-width:767px) {
	.students_community {
		padding-top: 51px;
		padding-bottom: 53px
	}

	.students_community .main_title {
		margin-bottom: 29px;
		text-align: left;
		padding-left: 13px
	}

	.students_community .image_wrap {
		width: 187px;
		height: 243px;
		left: -19px
	}

	.students_community .car_stu_wrap {
		margin-left: -21px
	}

	.students_community .text_wrap {
		margin-left: 28px
	}

	.students_community .quote {
		z-index: 3;
		position: relative;
		margin-left: 137px;
		margin-top: 18px;
		max-width: 134px;
		min-height: 243px
	}

	.students_community .ml_text {
		margin-left: 0;
		max-width: 100%;
		margin-top: 18px
	}

	.students_community .name {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.students_community .left_images_panel {
		position: relative;
		top: 0;
		margin-top: 10px;
		max-width: 100%
	}

	.students_community .left_images_panel .small_img_wrap {
		width: 43px;
		height: 43px;
		margin: 0 12px;
		margin-bottom: 10px
	}
}

.p_banner_wrap {
	position: relative;
	height: 663px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.p_banner_wrap .overlay {
	background-color: #273656;
	opacity: .5;
	mix-blend-mode: darken
}

.p_banner_wrap .title_wrap {
	position: absolute;
	padding-bottom: 87px;
	left: 0;
	width: 100%;
	bottom: 66px;
	color: #fff
}

.p_banner_wrap .banner_title {
	position: relative;
	color: rgba(255, 255, 255, .93)
}

.p_banner_wrap .banner_desc {
	max-width: 475px;
	letter-spacing: .02em;
	margin-top: 30px
}

.p_banner_wrap .buttons_ban_wrap {
	margin-top: 30px
}

.p_banner_wrap .banner_button {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-box;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	min-width: 155px;
	height: 38px;
	border: 1.2px solid #fff;
	margin-right: 15px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: .2em;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

@media screen and (min-width:1025px) {
	.p_banner_wrap .banner_button:hover {
		color: #273656;
		background-color: #fff
	}
}

.p_banner_wrap .bottom {
	margin-top: auto;
	width: 100%
}

.p_banner_wrap.video {
	height: auto
}

.p_banner_wrap.video .title_wrap {
	pointer-events: none
}

.p_banner_wrap.video .bottom {
	position: absolute;
	bottom: 0
}

.p_banner .video_wrap {
	width: 100%;
	max-width: 100%
}

.p_banner .video_wrap:before {
	padding-top: 56.25%
}

.scrollTo_banner {
	position: relative;
	background-color: rgba(237, 239, 244, .1);
	width: 100%;
	color: #fff;
	letter-spacing: .05em;
	background-color: rgba(39, 54, 86, .15)
}

.scrollTo_banner.selfTempQuicklinks {
	margin-top: -66px
}

.scrollTo_banner .scrollTo_wrap {
	position: relative;
	padding: 25px 0 28px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	box-pack: start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start
}

.scrollTo_banner .static_text {
	font-size: 12px;
	padding-top: 2px
}

.scrollTo_banner .scrollTo_elements {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px
}

.scrollTo_banner .scrollTo_elements .element {
	cursor: pointer;
	margin: 0 15px;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	width: auto;
	height: auto
}

.scrollTo_banner .scrollTo_elements .element:last-child:after {
	display: none
}

@media screen and (min-width:1025px) {
	.scrollTo_banner .scrollTo_elements .element:hover {
		color: #052552;
		text-decoration: underline
	}
}

@media screen and (max-width:1024px) {
	.p_banner_wrap {
		height: 860px
	}

	.p_banner_wrap .title_wrap {
		position: relative;
		bottom: 0
	}

	.p_banner_wrap .title_wrap {
		padding-bottom: 38px;
		bottom: 99px
	}

	.p_banner_wrap .banner_title {
		padding-bottom: 24px
	}

	.scrollTo_banner {
		height: 99px
	}

	.scrollTo_banner.selfTempQuicklinks {
		margin-top: -99px
	}

	.scrollTo_banner .container,
	.scrollTo_banner .row {
		height: 100%
	}

	.scrollTo_banner .static_text {
		padding-bottom: 7px;
		width: 100%
	}

	.scrollTo_banner .scrollTo_wrap {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		height: 100%;
		margin: 0 -83px;
		padding-left: 83px
	}

	.scrollTo_banner .swiper-wrapper {
		height: auto
	}

	.scrollTo_banner .scrollTo_elements {
		margin-left: -10px;
		-webkit-box-lines: single;
		-moz-box-lines: single;
		box-lines: single;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.scrollTo_banner .scrollTo_elements .element {
		margin: 0 10px
	}
}

@media screen and (max-width:767px) {
	.p_banner_wrap {
		height: 480px
	}

	.p_banner_wrap .title_wrap {
		position: relative;
		bottom: 0
	}

	.p_banner_wrap .title_wrap {
		padding-bottom: 78px;
		bottom: 0
	}

	.p_banner_wrap .banner_title {
		padding-bottom: 0
	}

	.p_banner_wrap .buttons_ban_wrap {
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column
	}

	.p_banner_wrap .banner_button {
		margin-right: 0;
		margin-bottom: 15px
	}
}

.discovery {
	padding: 77px 56px;
	position: relative;
	background-color: #f2f4f7
}

.discovery.hidebcg {
	background-color: #fff
}

.discovery .left a,
.discovery .right a {
	display: block
}

@media screen and (min-width:1025px) {

	.discovery .left:hover .overlay,
	.discovery .right:hover .overlay {
		background-color: rgba(0, 30, 96, .4)
	}

	.discovery .left:hover .title,
	.discovery .right:hover .title {
		-webkit-transition: .3s;
		transition: .3s;
		color: #052552
	}
}

.discovery .overlay {
	background-color: transparent;
	-webkit-transition: .3s;
	transition: .3s
}

.discovery .content_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify
}

.discovery .left {
	width: 40%
}

.discovery .left .title_wrap {
	padding-top: 27px
}

.discovery .right {
	width: 40%
}

.discovery .right .title_wrap {
	padding-bottom: 30px
}

.discovery .center {
	width: 20%
}

.discovery .center .text_70_leitura {
	color: rgba(128, 138, 159, .1);
	top: 37%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	position: relative
}

.discovery .title {
	display: inline-block;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	padding-right: 40px;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px
}

.discovery .title:before {
	position: absolute;
	content: '';
	top: 2px;
	bottom: 0;
	margin: auto 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #052552;
	border-right: 2px solid #052552;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 1px
}

.discovery .title:after {
	position: absolute;
	content: '';
	top: 2px;
	bottom: 0;
	margin: auto 0;
	width: 24px;
	height: 2px;
	background-color: #052552;
	right: 0
}

.discovery_bcg {
	width: 100%;
	height: 426px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative
}

@media screen and (max-width:1024px) {
	.discovery {
		padding: 84px 0;
		position: relative
	}

	.discovery .content_wrap {
		max-width: 100%
	}

	.discovery .center {
		position: absolute;
		width: auto;
		top: 0
	}

	.discovery .center .text_70_leitura {
		top: 622px;
		left: 50%;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		font-size: 70px;
		line-height: 72px
	}

	.discovery .left {
		width: 429px;
		-webkit-box-ordinal-group: 1;
		box-ordinal-group: 1;
		-moz-order: 1;
		order: 1;
		-ms-flex-order: 1
	}

	.discovery .left .title_wrap {
		padding-top: 22px
	}

	.discovery .right {
		padding-top: 184px;
		width: 429px;
		-webkit-box-ordinal-group: 1;
		box-ordinal-group: 1;
		-moz-order: 1;
		order: 1;
		-ms-flex-order: 1;
		margin-left: auto
	}

	.discovery .right .title_wrap {
		padding-top: 14px;
		padding-bottom: 0;
		text-align: right
	}

	.discovery_bcg {
		width: 429px;
		height: 420px
	}
}

@media screen and (max-width:767px) {
	.discovery {
		padding: 60px 0
	}

	.discovery .center {
		position: relative;
		margin-bottom: 27px
	}

	.discovery .center .text_70_leitura {
		position: relative;
		top: 0;
		color: #273656;
		font-size: 44px;
		line-height: 56px;
		left: 0
	}

	.discovery .left {
		width: 100%
	}

	.discovery .left .title_wrap {
		padding-top: 28px
	}

	.discovery .right {
		width: 100%;
		padding-top: 40px
	}

	.discovery .right .title_wrap {
		padding-top: 28px;
		text-align: left
	}

	.discovery_bcg {
		height: 270px;
		width: 100%
	}
}

.load_more_general {
	font-size: 17px;
	color: #273656;
	font-weight: 500;
	background-color: rgba(0, 30, 96, .05);
	height: 81px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	margin-top: 60px;
	-webkit-transition: .3s;
	transition: .3s
}

.load_more_general .hov_el {
	margin: 20px auto auto auto
}

@media screen and (min-width:1025px) {
	.load_more_general:hover {
		background-color: rgba(0, 30, 96, .1)
	}

	.load_more_general:hover .hov_el:before {
		opacity: 1
	}
}

.td_term_dates {
	position: relative
}

.td_term {
	background-color: #f2f4f7;
	padding-bottom: 68px;
	padding-top: 80px
}

.td_term:nth-child(2n+1) {
	background-color: #fff
}

.td_term:nth-child(2n+1) .td_row_border_bottom {
	border-bottom-color: #f2f4f7
}

.td_container {
	width: 100%;
	max-width: 700px;
	margin: auto
}

.td_year_div {
	width: 135px;
	padding: 0 20px
}

.td_secound_year_div {
	padding-right: 0;
	width: 115px
}

.td_third_year_div {
	padding-right: 0;
	width: 115px
}

.td_desc_div {
	width: calc(100% - 250px)
}

.more_column .td_desc_div {
	width: calc(100% - 385px)
}

.more_column .td_secound_year_div {
	padding-right: 20px;
	width: 135px
}

.td_row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.td_row_border_bottom {
	border-bottom: 2px solid #fff;
	line-height: 3.1875
}

.td_row_border_bottom:last-child {
	border-bottom: none
}

.td_row_border_bottom p {
	margin-top: 0;
	margin-bottom: 0;
	color: #454444
}

.td_title {
	font-size: 25px;
	line-height: 1.24;
	color: #273656;
	margin-top: 0;
	margin-bottom: 0
}

.td_year {
	font-size: 18px;
	line-height: 1.9;
	color: #273656;
	opacity: .2;
	margin-top: 0;
	margin-bottom: 0
}

.td_row_top {
	padding-bottom: 26px
}

.svg_inject.honeycomb_svg {
	height: 328px;
	width: 288px;
	position: absolute;
	opacity: .05
}

.svg_inject.honeycomb_top {
	top: 0;
	left: -158px
}

.honeycomb_bottom {
	bottom: 0;
	right: -158px
}

@media screen and (max-width:1024px) {
	.td_container {
		padding: 0
	}

	.td_desc_div {
		width: calc(100% - 240px)
	}

	.td_year_div {
		width: 130px
	}

	.td_secound_year_div {
		width: 110px
	}

	.td_third_year_div {
		width: 110px
	}

	.more_column .td_desc_div {
		width: calc(100% - 370px)
	}

	.more_column .td_secound_year_div {
		padding-right: 20px;
		width: 130px
	}
}

@media screen and (max-width:767px) {
	.td_term .container {
		padding: 0 20px
	}

	.td_container {
		padding: 0
	}

	.td_row_border_bottom {
		line-height: 1.3125;
		padding-top: 20px;
		padding-bottom: 8px
	}

	.td_year_div {
		width: 82px;
		padding: 0 5px
	}

	.td_desc_div {
		width: calc(100% - 164px);
		padding-right: 10px
	}

	.more_column .td_desc_div {
		width: calc(100% - 164px)
	}

	.more_column .td_secound_year_div {
		padding-right: 5px;
		width: 82px
	}

	.td_secound_year {
		margin-right: 0
	}

	.td_row {
		-webkit-box-align: end;
		box-align: end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		align-items: flex-end;
		-ms-flex-align: end
	}

	.svg_inject.honeycomb_top {
		left: -142px
	}

	.honeycomb_bottom {
		right: -146px
	}
}

.lo_location_top {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.lo_location_left {
	background-color: #f2f4f7;
	width: 50%
}

.lo_location_right {
	width: 50%;
	height: 458px;
	position: relative
}

.lo_location_bottom_img {
	width: 100%;
	height: 626px;
	background-position: center;
	background-size: cover
}

.lo_location_left_container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	height: 100%
}

.lo_info_box p {
	margin: 0
}

.lo_info_box .lo_name_of_campus {
	color: #273656;
	font-size: 27px;
	line-height: 1.37037;
	font-weight: 900;
	margin-bottom: 5px
}

.lo_info_box .lo_subtext {
	color: #5c73a6;
	font-size: 22px;
	line-height: 1.59091;
	margin-bottom: 30px
}

.lo_info_box .lo_address,
.lo_info_box .lo_fax,
.lo_info_box .lo_telephone {
	color: #454444
}

.lo_info_box .lo_address {
	margin-bottom: 30px
}

.lo_info_box .lo_telephone {
	margin-bottom: 9px
}

@media screen and (max-width:1024px) {
	.lo_location_bottom_img {
		height: 440px
	}

	.lo_location_left_container {
		padding-right: 50px
	}
}

@media screen and (max-width:767px) {
	.lo_location_top {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.lo_location_left {
		width: 100%;
		height: 458px
	}

	.lo_location_right {
		width: 100%
	}

	.lo_location_left_container {
		padding-right: 40px
	}

	.lo_location_bottom_img {
		height: 264px
	}
}

.ip_gallery {
	height: 465px;
	overflow: hidden;
	margin: 85px 0 69px
}

.ip_gallery .ip_gallery_wrap {
	width: 100%;
	padding-left: calc(22.8vw - 50px)
}

.ip_gallery .ip_gallery_slider {
	width: 100%
}

.ip_gallery .slick-list {
	padding: 0 20% 0 0;
	overflow: visible !important
}

.ip_gallery .slick-slide {
	padding-right: 20px
}

.ip_gallery .slick-slide:focus {
	outline: none
}

.ip_gallery img {
	height: 422px
}

.ip_gallery .dots_wrap {
	padding-left: calc(22.8vw - 50px)
}

.ip_gallery .slick-dots {
	font-size: 0;
	padding-top: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.ip_gallery .slick-dots li {
	margin-right: 11px
}

.ip_gallery .slick-dots li.slick-active button:before {
	background-color: #052552
}

.ip_gallery .slick-dots li:last-child {
	margin-right: 0
}

.ip_gallery .slick-dots li button {
	width: 43px;
	height: 43px;
	cursor: pointer;
	position: relative
}

.ip_gallery .slick-dots li button:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 43px;
	border-radius: 2px;
	background-color: #dadada
}

.ip_gallery .dots_slider .slick-slide {
	padding-right: 0
}

.ip_gallery .dots_slider .slick-slide.slick-current .single_dot:before {
	background-color: #052552
}

.ip_gallery .dots_slider .slick-slide {
	margin: 0 11px
}

.ip_gallery .dots_slider .slick-slide:first-child {
	margin-left: 0
}

.ip_gallery .dots_slider .slick-slide:last-child {
	margin-right: 0
}

.ip_gallery .dots_slider .single_dot_slider {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.ip_gallery .dots_slider .single_dot {
	width: 43px;
	height: 43px;
	cursor: pointer;
	position: relative
}

.ip_gallery .dots_slider .single_dot:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 43px;
	border-radius: 2px;
	background-color: #dadada
}

@media screen and (min-width:1025px) {
	.dots_slider {
		padding-left: calc(22.8vw - 50px)
	}
}

.text_after_gallery {
	margin-bottom: 81px
}

.ipg_text p {
	font-size: 16px;
	color: #454444;
	line-height: 1.625;
	max-width: 620px;
	font-weight: 400;
	width: 100%;
	font-family: "leitura-news", serif
}

.ipg_text h1 {
	font-size: 30px;
	color: #273656;
	line-height: 1.33333;
	font-weight: 900
}

.ipg_text h2 {
	font-size: 27px;
	color: #273656;
	line-height: 1.37037;
	font-weight: 900;
	margin-bottom: 19px
}

.ipg_text h3 {
	font-size: 25px;
	color: #273656;
	line-height: 1.4;
	font-weight: 900
}

.ipg_text h4 {
	font-size: 22px;
	line-height: 1.45455;
	color: #454444;
	font-weight: 500
}

.ipg_text img {
	max-width: 100%;
	margin: 10px 0
}

.ipg_text a {
	color: #052552;
	text-decoration: underline
}

.ipg_text ul {
	margin-top: 19px;
	font-weight: 400;
	padding-left: 33px;
	font-family: "leitura-news", serif
}

.ipg_text ul li {
	position: relative;
	margin-bottom: 16px;
	max-width: 620px;
	color: #454444
}

.ipg_text ul li:last-child {
	margin-bottom: 0
}

.ipg_text ul li:before {
	position: absolute;
	content: '';
	left: -26px;
	top: 12px;
	margin: auto 0;
	width: 10px;
	height: 2px;
	background-color: #5c73a6
}

.ip_image_wrap {
	width: 50%
}

.ip_image {
	margin: 82px 0 82px
}

.ip_image .ip_image_wrap {
	float: left
}

.ip_image .ip_image_wrap.right {
	float: right
}

.ip_image .ip_image_wrap.right .caption {
	text-align: left
}

.ip_image img {
	height: auto;
	max-width: 100%
}

.ip_image .caption {
	padding-top: 0;
	margin-top: -7px;
	font-size: 14px;
	text-align: right;
	color: #454444
}

.ipFull_image .image_wrap {
	position: relative;
	width: 100%
}

.ipFull_image .image_wrap .callout {
	position: absolute;
	margin-top: 122px;
	color: #edeff4;
	margin-left: 0;
	padding: 89px 70px 67px
}

.ipFull_image .image_wrap .callout .overlay {
	background-color: rgba(0, 30, 96, .6);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ipFull_image .image_wrap img {
	width: 100%;
	display: block
}

.callout {
	margin-bottom: 82px;
	margin-top: 7.5%;
	color: #001e60;
	font-size: 20px;
	top: 0;
	padding: 0;
	width: 670px;
	max-width: 100%;
	line-height: 1.5;
	margin-left: 16.2vh
}

.callout.right {
	right: 0
}

.callout.left {
	left: 0
}

.callout .text {
	position: relative
}

.callout .text:before {
	position: absolute;
	top: -29px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #f6eb61;
	content: ''
}

.callout_section.wrap_pb .callout {
	width: 415px;
	margin-left: 0
}

@media screen and (max-width:1024px) {
	.ipFull_image .image_wrap .callout {
		width: 650px;
		background-color: transparent;
		position: relative;
		color: #273656;
		padding: 0 60px;
		margin: 81px 0 60px
	}

	.ipFull_image .image_wrap .callout .overlay {
		background-color: transparent
	}

	.callout {
		margin-bottom: 56px;
		margin-top: 81px;
		width: 70%;
		margin-left: 0;
		padding: 0 10px 0 60px
	}
}

@media screen and (max-width:767px) {
	.ipFull_image .image_wrap .callout {
		padding: 0 40px;
		margin: 94px 0 50px
	}

	.callout {
		width: 100%;
		padding: 0
	}

	.callout .text:before {
		width: calc(100% + 40px)
	}

	.ip_image .caption {
		margin-top: -2px
	}
}

.wysiwyg {
	padding-left: calc(22.8vw - 50px)
}

.introducy_paragraph {
	position: relative
}

.introducy_paragraph .honeycomb {
	right: -90px;
	top: -25px
}

.introducy_paragraph .text_wrap {
	font-weight: 600;
	width: 65%;
	font-size: 30px;
	color: #273656;
	line-height: 1.33333;
	margin: 82px 0 74px
}

@media screen and (max-width:1024px) {
	.introducy_paragraph .text_wrap {
		line-height: 1.45455;
		font-size: 22px;
		width: 100%;
		margin-bottom: 62px
	}
}

@media screen and (max-width:767px) {
	.introducy_paragraph .text_wrap {
		margin: 53px 0 56px;
		margin-bottom: 58px
	}
}

@media screen and (max-width:1024px) {
	.ip_gallery.margTop {
		margin-top: 79px
	}

	.ip_gallery.margBottom {
		margin-bottom: 59px
	}

	.ip_gallery .ip_gallery_wrap {
		padding-left: 0 !important
	}

	.ip_gallery .dots_wrap {
		padding-left: 0 !important
	}

	.wysiwyg {
		padding-left: 0 !important
	}

	.text_after_gallery {
		margin-bottom: 85px
	}

	.ip_image img {
		height: auto
	}

	.ip_image_wrap {
		width: calc(100% - 60px)
	}
}

@media screen and (max-width:767px) {
	.ip_gallery {
		height: auto
	}

	.ip_gallery.margTop {
		margin-top: 51px
	}

	.ip_gallery.margBottom {
		margin-bottom: 33px
	}

	.ip_gallery img {
		height: 148px
	}

	.wysiwyg {
		padding-left: 0
	}

	.text_after_gallery {
		margin-bottom: 56px
	}

	.ip_image {
		margin: 56px 0 56px
	}

	.ip_image_wrap {
		width: calc(100% - 40px)
	}
}

.text_callout {
	width: 100%;
	max-width: 414px;
	border-top: 1px solid #f6eb61;
	margin-top: 85px
}

.text_callout p {
	color: #273656;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 22px;
	margin-bottom: 79px
}

@media screen and (max-width:767px) {
	.text_callout {
		margin-top: 82px
	}

	.text_callout p {
		margin-bottom: 73px
	}
}

.testimonialquote_section {
	background-color: rgba(0, 30, 96, .05);
	padding-top: 106px;
	padding-bottom: 84px
}

.testimonialquote_section .wrap {
	width: 575px;
	max-width: 100%;
	text-align: center;
	margin: auto
}

.testimonialquote_section .quote {
	font-size: 103px;
	line-height: .55;
	color: #273656
}

.testimonialquote_section .desc {
	color: #454444;
	line-height: 1.625;
	margin-bottom: 30px
}

.testimonialquote_section .name {
	font-size: 18px;
	letter-spacing: -.01em;
	color: #273656
}

@media screen and (max-width:767px) {
	.testimonialquote_section {
		padding-top: 103px;
		padding-bottom: 70px
	}
}

.text_in_two_columns {
	margin-top: 68px;
	margin-bottom: 70px
}

.text_in_two_columns.padLeft {
	padding-left: 33vw
}

.title_n_text_in_two_columns {
	margin-top: 68px;
	margin-bottom: 70px;
	position: relative
}

.title_n_text_in_two_columns .title {
	font-size: 25px;
	font-weight: 700;
	color: #273656
}

.title_n_text_in_two_columns .row {
	padding: 0 55px
}

.title_n_text_in_two_columns .honeycomb {
	height: 323px;
	position: absolute;
	left: -129px;
	top: 0;
	opacity: .1;
	bottom: 0;
	margin: auto 0
}

.title_n_text_in_two_columns .honeycomb.show {
	opacity: 1
}

.title_n_text_in_two_columns .honeycomb.hide {
	opacity: 0
}

@media screen and (max-width:1024px) {
	.title_n_text_in_two_columns {
		margin-top: 0
	}

	.title_n_text_in_two_columns .row {
		padding: 0
	}
}

.text_in_two_columns_row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 46px);
	margin: 0 -23px
}

.text_in_two_columns_50 {
	width: 50%;
	padding: 0 23px
}

@media screen and (max-width:1024px) {
	.text_in_two_columns_row {
		width: calc(100% + 40px);
		margin: 0 -20px
	}

	.text_in_two_columns_50 {
		padding: 0 20px
	}

	.title_n_text_in_two_columns .text_in_two_columns_row {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.title_n_text_in_two_columns .text_in_two_columns_50 {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.text_in_two_columns {
		margin-top: 39px;
		margin-bottom: 24px
	}

	.text_in_two_columns_row {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.text_in_two_columns_row {
		margin: 0;
		width: 100%
	}

	.text_in_two_columns_50 {
		width: 100%;
		padding: 0;
		margin-bottom: 20px
	}
}

.page_builder_add_gray_bg {
	background-color: #f2f4f7;
	padding-top: 52px;
	padding-bottom: 70px
}

.text_on_right_site h4 {
	max-width: 620px
}

.collapsed_section {
	margin-bottom: 90px
}

.cs_container {
	max-width: 650px
}

.cs_container .ipg_text h2 {
	margin-bottom: 1px
}

.cs_container .ipg_text h4 {
	margin-top: 1px
}

.collapse {
	display: none;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out .3;
	transition: all .3s ease-in-out .3
}

.collapse.in {
	display: block
}

.collapsing {
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out .3;
	transition: all .3s ease-in-out .3
}

.cs_row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	padding-right: 40px;
	padding-left: 20px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 30, 96, .2)
}

.cs_row:last-child {
	border-bottom: none;
	padding-bottom: 28px
}

.cs_row .cs_title_item {
	width: calc(100% - 240px);
	padding: 7px 0
}

.cs_row p {
	margin-top: 0;
	margin-bottom: 0
}

.cs_row .cs_marked_point {
	width: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center
}

.cs_row .cs_marked_point span {
	background-color: #5c73a6;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin: auto
}

.cs_row .cs_marked_point p {
	width: 100%;
	text-align: center
}

.cs_row.cs_header_section {
	border-bottom: none
}

.cs_row.cs_header_section p {
	font-weight: 600
}

.cs_section_heading {
	width: 100%;
	display: block;
	height: 40px;
	background-color: #f2f4f7;
	padding-left: 20px;
	line-height: 40px;
	font-weight: 600;
	position: relative
}

.cs_section_heading:after {
	position: absolute;
	display: block;
	content: '';
	height: 11px;
	width: 11px;
	border-bottom: 1px solid #052552;
	border-right: 1px solid #052552;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 17px;
	right: 26px
}

.collapsed.cs_section_heading:after {
	top: 11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cs_section_text {
	margin-bottom: 21px
}

.cs_block {
	padding-top: 22px
}

@media screen and (max-width:767px) {
	.cs_row {
		font-size: 12px
	}

	.cs_row .cs_marked_point {
		width: 34px
	}

	.cs_row .cs_marked_point span {
		width: 6px;
		height: 6px
	}

	.cs_row .cs_title_item {
		width: calc(100% - 136px);
		padding: 10px 0;
		padding-right: 25px
	}

	.cs_block {
		width: calc(100% + 60px);
		margin-right: -40px;
		margin-left: -20px
	}

	.cs_section_heading {
		font-size: 12px
	}

	.cs_row:last-child {
		padding-bottom: 2px
	}

	.collapsed_section {
		margin-bottom: 60px
	}
}

.block_two_img_desc.pb {
	padding-top: 0;
	margin: 105px auto 93px
}

.block_two_img_desc.pb .all_row {
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center
}

.block_two_img_desc.pb .text_wrap {
	padding-bottom: 61px
}

.block_two_img_desc.pb .text_wrap .title {
	font-size: 27px;
	font-weight: 700;
	color: #273656;
	line-height: 1.37037
}

@media screen and (max-width:1024px) {
	.block_two_img_desc.pb {
		margin: 79px 0 85px
	}
}

@media screen and (max-width:767px) {
	.block_two_img_desc.pb {
		padding: 13px 0
	}

	.block_two_img_desc.pb .text_wrap {
		padding-bottom: 47px
	}

	.block_two_img_desc.pb .img_h {
		width: 100%;
		margin-left: 0;
		height: 200px
	}
}

.noMarginTop {
	margin: 0
}

.block_img_lr.pb {
	padding: 98px 0;
	position: relative
}

.block_img_lr.pb:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: #edeff4;
	width: 71%;
	height: 100%
}

.block_img_lr.pb.transparent {
	padding: 0
}

.block_img_lr.pb.transparent:before {
	background-color: transparent
}

.block_img_lr.pb.full_bg:before {
	width: 100%
}

.block_img_lr.pb .block_links_wrap {
	padding-top: 0
}

.block_img_lr.pb .all_text {
	position: relative
}

.block_img_lr.pb .all_text .callout {
	margin-left: 0
}

.block_img_lr.pb .img {
	position: relative
}

.block_img_lr.pb .callout_section {
	padding-top: 62px
}

.block_img_lr.pb .callout_section .callout {
	width: 436px
}

.block_img_lr.pb .honeycomb {
	top: -140px
}

.block_img_lr.pb.left .honeycomb {
	right: -100px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.block_img_lr.pb.left.noMarginTop .honeycomb {
	right: -80px;
	top: -127px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.block_img_lr.pb.right .img {
	-webkit-box-ordinal-group: 5;
	box-ordinal-group: 5;
	-moz-order: 5;
	order: 5;
	-ms-flex-order: 5
}

.block_img_lr.pb.right .honeycomb {
	left: -100px
}

@media screen and (max-width:1024px) {
	.block_img_lr.pb {
		padding: 13px 0 0;
		background-color: transparent;
		position: relative
	}

	.block_img_lr.pb:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 70%;
		background-color: #edeff4;
		left: 0;
		top: 0
	}

	.block_img_lr.pb.full_bg {
		padding-bottom: 90px
	}

	.block_img_lr.pb.full_bg:before {
		height: 100%
	}

	.block_img_lr.pb.transparent .wrap {
		padding-top: 0
	}

	.block_img_lr.pb .wrap {
		padding-top: 70px
	}

	.block_img_lr.pb .img {
		margin: 28px 60px 0
	}

	.block_img_lr.pb .callout_section {
		padding-top: 17px
	}

	.block_img_lr.pb .callout {
		padding-left: 0
	}
}

@media screen and (max-width:767px) {
	.block_img_lr.pb {
		padding: 13px 0 0
	}

	.block_img_lr.pb:before {
		height: 84%
	}

	.block_img_lr.pb .img {
		margin: 28px 40px 0
	}

	.block_img_lr.pb .callout_section {
		padding-top: 0
	}

	.block_img_lr.pb .callout {
		padding: 0;
		margin-bottom: 25px
	}
}

.collapsible_facilities {
	position: relative;
	margin: 80px 0
}

.collapsible_facilities .honeycomb {
	height: 323px;
	position: absolute;
	top: -27px;
	opacity: .1
}

.collapsible_facilities .honeycomb.left {
	left: -129px
}

.collapsible_facilities .honeycomb.right {
	right: -90px
}

.collapsible_facilities .facilities_wrap {
	width: 50%;
	margin: auto
}

.collapsible_facilities .facilities_wrap .well {
	margin-bottom: 0
}

.collapsible_facilities .facilities_wrap .collapseTitle {
	margin: 21px 0 23px;
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	color: #273656
}

.collapsible_facilities .facilities_wrap .collapseTitle:after {
	position: absolute;
	display: block;
	content: '';
	height: 11px;
	width: 11px;
	border-bottom: 1px solid #052552;
	border-right: 1px solid #052552;
	top: 17px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	right: 26px
}

.collapsible_facilities .facilities_wrap .collapseTitle.collapsed:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.collapsible_facilities .facilities_wrap .ipg_text {
	display: none;
	border-bottom: 1px solid #ccd2df
}

.collapsible_facilities .facilities_wrap .ipg_text:first-child {
	border-top: 1px solid #ccd2df
}

.collapsible_facilities .facilities_wrap .ipg_text .mb-0 {
	font-size: 22px;
	font-weight: 600;
	color: #273656
}

.collapsible_facilities .facilities_wrap .ipg_text p {
	margin: 0;
	padding: 10px 0
}

.collapsible_facilities .facilities_wrap .ipg_text.visible {
	display: block
}

.collapsible_facilities .facilities_wrap .card-body {
	margin-top: -16px;
	padding-bottom: 40px
}

.collapsible_facilities .facilities_wrap .ip_gallery {
	margin: 34px 0 49px;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s;
	overflow: visible
}

.collapsible_facilities .facilities_wrap .ip_gallery.one_image {
	height: auto
}

.collapsible_facilities .facilities_wrap .ip_gallery.one_image .ip_gallery_wrap {
	cursor: default !important
}

.collapsible_facilities .facilities_wrap .ip_gallery.one_image img {
	width: 100%;
	height: auto
}

.collapsible_facilities .facilities_wrap .ip_gallery .ip_gallery_wrap {
	padding-left: 0
}

.collapsible_facilities .facilities_wrap .ip_gallery .slick-dots {
	padding-left: 0
}

.collapsible_facilities .facilities_wrap .ip_gallery .slick-dots li:before {
	display: none
}

.collapsible_facilities .facilities_wrap .ip_gallery .dots_wrap {
	padding-left: 0
}

.collapsible_facilities .facilities_wrap .ip_gallery .dots_wrap .container {
	padding: 0
}

.collapsible_facilities .facilities_wrap .ip_gallery .dots_slider {
	padding-left: 0
}

@media screen and (max-width:1024px) {
	.collapsible_facilities {
		margin: 43px 0 80px
	}

	.collapsible_facilities .facilities_wrap {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.collapsible_facilities .facilities_wrap .collapseTitle {
		padding-right: 54px
	}
}

@media screen and (max-width:767px) {
	.student_wellbeing .block_two_img_desc.pb {
		padding: 0;
		margin: 45px 0
	}

	.student_wellbeing .text_in_two_columns_50 {
		margin-bottom: 0
	}
}

.block_two_img_descUpdate_ver {
	padding-top: 60px
}

.block_two_img_descUpdate_ver .all_row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.block_two_img_descUpdate_ver .img_p {
	height: 850px;
	width: 43%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.block_two_img_descUpdate_ver .img_h {
	height: 460px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.block_two_img_descUpdate_ver .cont_wrap {
	width: 57%;
	padding-left: 8.5%
}

.block_two_img_descUpdate_ver .cont_wrap .img_p {
	display: none
}

.block_two_img_descUpdate_ver .text_wrap {
	padding-left: 12.8%
}

.block_two_img_descUpdate_ver .desc {
	padding-top: 27px;
	padding-bottom: 27px
}

.block_two_img_descUpdate_ver .block_links_wrap {
	padding-bottom: 75px
}

.block_two_img_descUpdate_ver.move_img .img_p {
	margin-top: 85px
}

.block_two_img_descUpdate_ver .text_wrap {
	padding-bottom: 61px
}

.block_two_img_descUpdate_ver .text_wrap .title {
	font-size: 27px;
	font-weight: 700;
	color: #273656;
	line-height: 1.37037
}

@media screen and (max-width:1024px) {
	.block_two_img_descUpdate_ver {
		padding-top: 133px
	}

	.block_two_img_descUpdate_ver .cont_wrap {
		width: 100%;
		padding-left: 0
	}

	.block_two_img_descUpdate_ver .text_wrap {
		padding-left: 0
	}
}

@media screen and (max-width:767px) {
	.block_two_img_descUpdate_ver {
		padding-top: 75px
	}

	.block_two_img_descUpdate_ver .img_h {
		height: 275px;
		width: calc(100% + 80px);
		margin-left: -40px
	}

	.block_two_img_descUpdate_ver .block_links_wrap {
		padding-bottom: 65px
	}
}

.archive_cat {
	padding: 75px 0 58px
}

.archive_cat_wrap {
	font-size: 0;
	float: left;
	border-bottom: 2px solid rgba(39, 54, 86, .1);
	position: relative
}

.archive_cat_wrap .el {
	padding: 8px 30px;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	color: #273656
}

.archive_cat_wrap .el:first-child {
	padding-left: 0
}

.archive_cat_wrap .el:nth-last-child(2) {
	padding-right: 0
}

.archive_cat_wrap .line {
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 53px;
	background-color: #052552;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.selectboxit-container.bootstrap {
	display: block;
	position: relative
}

.selectboxit-container.bootstrap .archive_cat_select {
	display: block;
	width: 190px;
	border-bottom: 2px solid rgba(39, 54, 86, .1);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	padding: 9px 0;
	position: relative;
	cursor: pointer
}

.selectboxit-container.bootstrap .archive_cat_select:before {
	content: "";
	width: 55px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	position: absolute;
	background-color: #052552;
	z-index: 1001
}

.selectboxit-container.bootstrap .selectboxit-arrow-container {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.selectboxit-container.bootstrap .open .selectboxit-arrow-container {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.selectboxit-container.bootstrap .selectboxit-arrow {
	border: none;
	margin: 10px 10px 3px;
	width: 13px;
	height: 13px;
	border-right: 2px solid #052552;
	border-bottom: 2px solid #052552;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.selectboxit-container.bootstrap .selectboxit-options {
	width: calc(100% + 60px);
	margin: -2px 0 0;
	border: none;
	border-radius: 0;
	padding: 23px 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	left: -30px;
	background-color: rgba(255, 255, 255, .98)
}

.selectboxit-container.bootstrap .selectboxit-options .selectboxit-selected {
	display: none
}

.selectboxit-container.bootstrap .dropdown-menu>li>a {
	letter-spacing: .05em;
	padding: 12px 30px;
	color: #273656;
	cursor: pointer
}

.selectboxit-container.bootstrap .dropdown-menu>.active>a {
	background-color: transparent;
	color: #273656
}

.selectboxit-container.bootstrap .dropdown-menu>.active>a:hover,
.selectboxit-container.bootstrap .dropdown-menu>.active>a:focus {
	background-color: transparent;
	color: #273656
}

@media screen and (max-width:1024px) {
	.archive_introducy .text_wrap {
		margin-bottom: 20px
	}

	.archive_cat {
		padding: 51px 0;
		position: relative;
		z-index: 5
	}
}

@media screen and (max-width:767px) {
	.archive_introducy .text_wrap {
		margin-bottom: 0
	}

	.archive_cat {
		padding: 44px 0
	}

	.selectboxit-container.bootstrap .archive_cat_select {
		width: 100%
	}
}

.archive_future.loading {
	opacity: .5;
	pointer-events: none
}

.archive_future_art {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.archive_future_art .img {
	min-height: 655px;
	width: calc(66.66% - 15px);
	position: relative
}

.archive_future_art .img .abs_full {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.archive_future_art .text_wrap {
	width: calc(33.33% + 15px);
	padding-left: 3.5%
}

.archive_future_art .title {
	font-size: 27px;
	font-weight: 400;
	color: #273656;
	padding-bottom: 24px;
	margin-top: -12px
}

.archive_future_art .all_date {
	line-height: 1.5;
	padding-bottom: 25px;
	color: #273656
}

.archive_future_art .time {
	color: #808a9f
}

.archive_future_art .desc strong,
.archive_future_art .desc h3 {
	color: #273656;
	font-size: 18px;
	margin: 0;
	font-weight: 500
}

.archive_future_art .desc p,
.archive_future_art .desc h3 {
	margin: 25px 0
}

@media screen and (max-width:1024px) {
	.archive_future_art {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.archive_future_art .img {
		width: 100%;
		min-height: 480px
	}

	.archive_future_art .text_wrap {
		width: 100%;
		padding-left: 0;
		padding-top: 63px
	}

	.archive_future_art .text_wrap_inert {
		width: 425px;
		margin: auto;
		max-width: 100%
	}
}

@media screen and (max-width:767px) {
	.archive_future_art .img {
		min-height: 220px
	}

	.archive_future_art .text_wrap {
		padding-top: 52px
	}

	.archive_future_art .title {
		padding-bottom: 29px;
		margin-top: 0
	}

	.archive_future_art .all_date {
		padding-bottom: 9px
	}

	.archive_future_art .desc p,
	.archive_future_art .desc h3,
	.archive_future_art .desc h4,
	.archive_future_art .desc h5,
	.archive_future_art .desc h6 {
		margin: 22px 0
	}
}

.archive_content {
	padding: 30px 0 15px
}

.archive_content .event_small {
	padding-top: 30px;
	padding-bottom: 30px
}

.archive_content .event_small_wrap {
	padding-bottom: 55px
}

.archive_content .pagination {
	display: none
}

.archive_content.loading {
	opacity: .5;
	pointer-events: none
}

.load_more_ajax {
	background-color: rgba(0, 30, 96, .05);
	text-align: center;
	padding: 6px 0 17px;
	cursor: pointer
}

.load_more_ajax .btn_underline {
	padding: 14px 0
}

.load_more_ajax.loading {
	opacity: .5;
	pointer-events: none
}

@media screen and (max-width:1024px) {
	.archive_content {
		padding: 10px 0 15px
	}

	.load_more_ajax {
		width: calc(100% + 120px);
		margin-left: -60px
	}
}

.archive_past {
	padding: 70px 0 80px
}

.archive_past .title_section {
	font-weight: 700;
	font-size: 25px;
	color: #273656;
	line-height: 1.4;
	padding: 90px 0 35px;
	border-top: 1px solid rgba(39, 54, 86, .3)
}

.archive_past_padding {
	padding-top: 60px
}

@media screen and (max-width:1024px) {
	.archive_past {
		padding: 47px 0 74px
	}

	.archive_past .title_section {
		font-size: 0;
		padding: 50px 0 0
	}

	.archive_past .event_small:nth-child(3) {
		display: none
	}
}

.single_post_cont {
	padding: 105px 0 0
}

.single_post_cont.v2 {
	padding: 0 0 42px
}

.single_post_cont.v2 .text_wrap {
	padding-top: 0
}

.single_post_cont .back_text {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .05em;
	color: #273656;
	text-align: center;
	padding-bottom: 32px
}

.single_post_cont .back_text a {
	display: inline-block
}

.single_post_cont .img {
	width: 930px;
	max-width: 100%;
	height: 620px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto
}

.single_post_cont .text_wrap {
	padding-top: 45px
}

.single_post_cont .all_date {
	line-height: 1.5;
	margin: 34px 0 48px;
	color: #273656;
	position: relative
}

.single_post_cont .all_date .book_now_btn,
.single_post_cont .all_date .button_static {
	font-family: 'Futura', sans-serif;
	position: absolute;
	right: 0;
	top: 8px;
	margin: auto
}

.single_post_cont .time {
	color: #808a9f
}

.single_post_cont .desc {
	color: #454444
}

.single_post_cont .desc strong,
.single_post_cont .desc h3 {
	color: #273656;
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	font-weight: 700
}

.single_post_cont .desc p,
.single_post_cont .desc h3 {
	margin: 25px 0
}

.single_post_cont .desc h2,
.single_post_cont .desc h1 {
	font-size: 22px;
	font-weight: 500;
	margin: 40px 0 15px
}

.single_post_cont .desc a {
	text-decoration: underline;
	color: #052552
}

.single_post_cont .desc ul li {
	padding-left: 32px;
	position: relative;
	margin: 14px 0
}

.single_post_cont .desc ul li:before {
	content: "";
	width: 10px;
	height: 2px;
	position: absolute;
	left: 10px;
	top: 12px;
	background-color: #5c73a6
}

.single_post_cont .desc img {
	max-width: 100%;
	height: auto
}

.single_post_container {
	width: 650px;
	max-width: 100%;
	margin: auto
}

.book_now_btn {
	width: 150px;
	height: 35px;
	color: #fff;
	border: none;
	background-color: #f7b500;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Futura', sans-serif;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.book_now_btn span {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (min-width:1025px) {
	.book_now_btn:hover {
		background-color: rgba(247, 181, 0, .8)
	}
}

.single_post_cont_gallery .ip_gallery_wrap,
.single_post_cont_gallery .dots_wrap {
	padding-left: 0
}

@media screen and (max-width:1024px) {
	.single_post_cont .img {
		height: 430px
	}
}

@media screen and (max-width:767px) {
	.single_post_cont.v2 {
		padding: 0 0 50px
	}

	.single_post_cont.v2 .text_wrap {
		padding-top: 0
	}

	.single_post_cont .img {
		height: 220px
	}

	.single_post_cont .text_wrap {
		padding-top: 55px
	}

	.single_post_cont .title {
		font-size: 27px;
		line-height: 1.37037
	}

	.single_post_cont .all_date {
		margin: 33px 0 34px
	}

	.single_post_cont .all_date .book_now_btn,
	.single_post_cont .all_date .button_static {
		position: relative
	}

	.single_post_cont .time {
		padding-bottom: 34px
	}

	.single_post_cont .desc strong,
	.single_post_cont .desc h3 {
		font-size: 18px;
		line-height: 1.55556
	}

	.single_post_cont .desc ul li {
		padding-left: 25px
	}

	.single_post_cont .desc ul li:before {
		left: 1px
	}
}

.single_post_details {
	background-color: rgba(0, 30, 96, .05);
	padding: 40px 0 50px
}

.single_post_details .title {
	color: rgba(39, 54, 86, .1)
}

.single_post_details .all_details {
	padding: 17px 0 22px
}

.single_post_details .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #454444;
	padding: 15px 0
}

.single_post_details .wrap a {
	text-decoration: underline;
	color: #052552
}

.single_post_details .wrap p {
	margin: 0
}

.single_post_details .t {
	width: 115px;
	font-weight: 600
}

.single_post_details .val {
	width: calc(100% - 115px)
}

@media screen and (max-width:767px) {
	.single_post_details {
		padding: 40px 0 75px
	}

	.single_post_details .title {
		font-size: 45px
	}

	.single_post_details .all_details {
		padding: 17px 0 37px
	}

	.single_post_details .wrap {
		padding: 16px 0
	}

	.single_post_details .t {
		width: 100%;
		padding-bottom: 7px
	}

	.single_post_details .val {
		width: 100%
	}
}

.single_post_in {
	text-align: center;
	color: #808a9f;
	padding: 75px 0 0
}

.single_post_in .heading {
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
	letter-spacing: .05em;
	opacity: .8
}

.single_post_in .all {
	font-size: 15px;
	font-weight: 500
}

.single_post_in .all a {
	padding: 9px 14px;
	display: inline-block;
	vertical-align: top
}

.single_post_in .share {
	color: #273656;
	font-size: 18px;
	line-height: 1;
	padding-top: 10px
}

.single_post_in .share a {
	padding: 10px 14px;
	display: inline-block;
	vertical-align: center
}

@media screen and (max-width:1024px) {
	.single_post_in {
		padding: 58px 0 30px
	}
}

@media screen and (max-width:767px) {
	.archive_past_single .title_section {
		font-size: 22px;
		padding: 52px 10% 25px 0
	}
}

.donate_page_top {
	padding: 73px 0 63px;
	position: relative
}

.donate_page_top .row {
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.donate_page_top .honeycomb {
	left: -132px;
	bottom: -60px
}

.honeycomb {
	position: absolute;
	width: 283px;
	height: 320px;
	opacity: .1
}

.donate_page_top_l {
	width: 50%;
	padding-right: 10px
}

.donate_page_top_l .intro {
	padding-bottom: 42px
}

.donate_page_top_l .text {
	max-width: 100%
}

.donate_page_top_l .ipg_text p {
	width: 100%
}

.donate_page_top_l .ipg_text h4 {
	margin: 58px 0 16px
}

.donate_page_top_r {
	width: 50%
}

.donate_page_top_r:after {
	clear: both;
	content: "";
	display: table
}

.donate_page_t_el {
	background-color: rgba(0, 30, 96, .05);
	padding: 42px 7%;
	width: 460px;
	max-width: 100%;
	float: right;
	margin-bottom: 15px
}

.donate_page .title_45 {
	font-weight: 300
}

.donate_page_tonline {
	padding-top: 48px;
	padding-bottom: 51px;
	position: relative;
	z-index: 5
}

.donate_page_tonline .title_45 {
	position: relative;
	cursor: pointer
}

.donate_page_tonline .title_45 svg {
	width: 12px;
	height: 21px;
	fill: #052552;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.donate_page_tonline.open .title_45 {
	position: relative
}

.donate_page_tonline.open .title_45 svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.donate_page_to_cont {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	color: #273656;
	background-color: #f2f4f7;
	z-index: 15;
	padding: 0 10%
}

.donate_page_to_cont .form_text {
	font-size: 15px;
	line-height: 1.66667;
	letter-spacing: -.01em
}

.donate_page_to_cont .block_wrap {
	padding: 21px 0
}

.donate_page_to_cont .part_title {
	font-weight: 600;
	padding-bottom: 19px
}

.donate_page_to_cont .wrap:after {
	clear: both;
	content: "";
	display: table
}

.donate_page_to_cont .radio_wrap {
	position: relative
}

.donate_page_to_cont .radio_wrap .parsley-errors-list {
	margin: 0;
	position: absolute;
	left: 0;
	pointer-events: none;
	list-style: none;
	padding: 0;
	top: -12px;
	color: #ee7103;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -.01em;
	font-family: "leitura-news", serif;
	z-index: 5
}

.donate_page_to_cont label {
	padding: 5px 0
}

.donate_page_to_cont input.gift_custom_dolar_input {
	margin-left: 12px;
	width: calc(100% - 12px)
}

.donate_page_to_cont input[type=radio] {
	margin: 5px 0 0;
	float: left
}

.donate_page_to_cont .radio_val {
	float: left;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.66667
}

.donate_page_to_cont .d_input_wrap input {
	border-color: #808a9f;
	color: #273656;
	-webkit-text-fill-color: #273656
}

@media screen and (min-width:1025px) {
	.donate_page_to_cont .d_input_wrap input:hover {
		color: #273656;
		-webkit-text-fill-color: #273656
	}
}

.donate_page_to_cont .text_desc {
	float: left;
	width: 115px
}

.donate_page_to_cont .gift_custom {
	padding-top: 12px
}

.donate_page_to_cont .gift_custom:after {
	clear: both;
	content: "";
	display: table
}

.donate_page_to_cont .gift_custom .d_input_wrap {
	float: left;
	width: calc(100% - 115px);
	margin: 0;
	position: relative;
	padding: 0
}

.donate_page_to_cont .gift_custom .d_input_wrap:after {
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	top: -2px;
	background-color: #f2f4f7
}

.donate_page_to_cont .gift_custom .d_input_wrap input {
	height: 30px
}

.donate_page_to_cont .wrap_input {
	margin: 0 -9px
}

.donate_page_to_cont .wrap_input:after {
	clear: both;
	content: "";
	display: table
}

.donate_page_to_cont .d_input_wrap {
	margin: 9px 0;
	padding: 0 9px;
	float: left;
	width: 100%
}

.donate_page_to_cont .d_input_wrap .name {
	left: 9px
}

.donate_page_to_cont .d_input_wrap .parsley-errors-list {
	left: 9px;
	background-color: #f2f4f7
}

.donate_page_to_cont .d_input_wrap.half {
	width: 50%
}

.donate_page_to_cont .detalis {
	padding-bottom: 37px
}

.donate_page_to_cont .step_1 {
	padding-bottom: 36px
}

.donate_page_to_cont .step_2 {
	padding-bottom: 75px
}

.donate_page_to_cont .step_3 {
	padding-bottom: 60px
}

.donate_page_to_cont .donation_val {
	padding-bottom: 10px
}

.donate_page_to_cont .form_steps {
	display: none
}

.donate_page_temail {
	padding-bottom: 54px
}

.donate_page_temail .text_1 {
	margin-bottom: -3px
}

.donate_page_temail .text_2 {
	font-size: 14px;
	line-height: 1.71429;
	color: #808a9f;
	font-style: italic;
	padding-top: 12px
}

.donate_page_temail .new_single_pdf {
	width: 100%;
	min-height: auto
}

@media screen and (max-width:1024px) {
	.new_single_pdf .info_wrap:after {
		display: none
	}

	.donate_page .new_single_pdf a {
		padding: 13px 20px 13px 23px
	}
}

@media screen and (max-width:767px) {
	.donate_page .new_single_pdf a {
		padding: 13px 20px 13px 23px
	}
}

@media screen and (max-width:1024px) {
	.donate_page_top {
		padding: 82px 0 78px
	}

	.donate_page_top .honeycomb {
		display: none
	}

	.donate_page_top_l {
		width: 100%;
		padding-right: 0
	}

	.donate_page_top_l .intro {
		padding-bottom: 61px
	}

	.donate_page_top_l .ipg_text p {
		width: 100%
	}

	.donate_page_top_l .ipg_text h4 {
		margin: 53px 0 16px
	}

	.donate_page_top_r {
		width: 100%;
		padding-top: 40px
	}

	.donate_page_t_el {
		width: 100%;
		padding: 42px 12%
	}

	.donate_page_to_cont {
		padding: 0 12%
	}
}

@media screen and (max-width:767px) {
	.donate_page_top {
		padding: 51px 0 40px
	}

	.donate_page_top .row {
		display: block
	}

	.donate_page_top_l .intro {
		padding-bottom: 32px
	}

	.donate_page_top_r {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding-top: 64px
	}

	.donate_page_t_el {
		margin-bottom: 20px;
		padding: 33px 20px
	}

	.donate_page .title_45 {
		font-size: 30px
	}

	.donate_page_to_cont {
		padding: 0 20px
	}

	.donate_page_temail {
		padding-top: 57px;
		padding-bottom: 44px
	}

	.donate_page_temail .text_1 {
		padding-top: 7px
	}

	.donate_page_temail .text_2 {
		padding-top: 22px
	}

	.single_pdf.diffrent_xs .all {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 5% 25px
	}

	.single_pdf.diffrent_xs .left {
		width: 100%;
		padding-bottom: 12px
	}

	.single_pdf.diffrent_xs .size {
		padding-top: 0;
		line-height: 1
	}

	.single_pdf.diffrent_xs .title {
		width: 100%;
		padding-left: 0;
		text-align: center
	}
}

.donate_page .testimonialquote_section {
	background-color: transparent
}

.donate_page .block_img_cont_link {
	margin-top: 0
}

.donate_page .block_img_cont_link .row {
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start
}

.donate_page .block_img_cont_link .desc {
	width: 450px;
	max-width: 100%
}

.donate_page .block_img_cont_link_l {
	padding-top: 110px;
	width: 45%
}

.donate_page .block_img_cont_link_l .title_45 {
	font-size: 27px;
	line-height: 1.37037
}

.donate_page .block_img_cont_link_img {
	height: 850px;
	width: 580px;
	max-width: 55%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-top: 205px;
	margin-bottom: -473px
}

.donate_page .block_links_wrap.two_col .single_link:nth-child(2n+1) {
	clear: none
}

.donate_page_event {
	padding: 70px 0 75px
}

.donate_page_event .title_27 {
	padding-bottom: 22px
}

@media screen and (max-width:1024px) {
	.donate_page .block_img_cont_link {
		position: relative
	}

	.donate_page .block_img_cont_link_l {
		width: 100%;
		padding-top: 80px;
		padding-bottom: 165px
	}

	.donate_page .block_img_cont_link_l .wrap {
		margin: 0;
		padding-right: 0;
		width: 530px
	}

	.donate_page .block_img_cont_link_img {
		width: calc(50% - 60px);
		height: 450px;
		margin: 0;
		position: absolute;
		right: 60px;
		top: calc(100% - 90px)
	}

	.donate_page_event {
		padding: 65px 0 75px
	}

	.donate_page_event .title_27 {
		padding-bottom: 19px
	}
}

@media screen and (max-width:767px) {
	.donate_page .testimonialquote_section {
		padding-top: 55px
	}

	.donate_page .block_img_cont_link {
		padding-top: 25px
	}

	.donate_page .block_img_cont_link_l {
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 44px
	}

	.donate_page .block_img_cont_link_img {
		position: relative;
		width: calc(100% - 80px);
		max-width: 100%;
		height: 435px;
		top: 0;
		right: 40px;
		left: 40px;
		-webkit-box-ordinal-group: 7;
		box-ordinal-group: 7;
		-moz-order: 7;
		order: 7;
		-ms-flex-order: 7
	}

	.donate_page .block_links_wrap.two_col .single_link {
		max-width: 100%
	}

	.donate_page_event {
		padding: 55px 0 53px
	}

	.donate_page_event .title_27 {
		padding-bottom: 5px
	}
}

.css_donate_info {
	background-color: rgba(255, 255, 255, .9);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}

.css_donate_info.display_none {
	display: none
}

.css_donate_info_box {
	width: 95%;
	max-width: 950px;
	background-color: #e3e3e3;
	padding: 50px 7%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.css_donate_info_box div {
	width: 100%
}

.css_donate_info_box svg {
	margin-top: 40px
}

.gift_custom .d_input_wrap .parsley-errors-list {
	top: -14px;
	left: 0
}

.gift_custom_dolar {
	position: absolute
}

.principal {
	position: relative
}

.principal .img_wrap {
	width: 64.1%;
	background-color: #dae1e7;
	min-height: 673px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

.principal .img_wrap img {
	display: block;
	height: 83%;
	margin: auto auto 0 auto
}

.principal .text_content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	box-pack: end;
	-moz-justify-content: end;
	-ms-justify-content: end;
	-o-justify-content: end;
	justify-content: end;
	-ms-flex-pack: end;
	width: 100%;
	padding: 90px 0
}

.principal .text_content .container {
	padding: 0 50px;
	max-width: 100%
}

.principal .text_content .container .row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.principal .text_content .text_wrap {
	margin: auto 0 auto auto;
	width: 50%;
	position: relative
}

.principal .callout_section .callout {
	margin-top: 0;
	margin-left: 1.2vw;
	width: 436px;
	max-width: 100%
}

.principal .principal_desc {
	max-width: 100%;
	width: 670px;
	padding-left: 20.5%
}

.principal .principal_desc .name_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify
}

.principal .principal_desc .name_wrap .name {
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	color: #273656
}

.principal .principal_desc .social_wrap .social_icons a {
	margin-left: 25px;
	color: #273656
}

.principal .principal_desc .social_wrap .social_icons a:first-child {
	margin-left: 0
}

.principal .principal_desc .role {
	padding-bottom: 24px;
	color: #454444;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.09091
}

.principal .principal_desc .description {
	font-weight: 400;
	color: #454444;
	font-size: 16px;
	line-height: 1.44444
}

@media screen and (max-width:1024px) {
	.principal .img_wrap {
		width: 100%;
		position: relative;
		padding-top: 127px;
		min-height: 0;
		max-height: unset
	}

	.principal .img_wrap img {
		width: 57%;
		height: auto
	}

	.principal .text_content {
		position: relative;
		padding: 0
	}

	.principal .text_content .container {
		padding: 0 60px
	}

	.principal .text_content .text_wrap {
		width: 100%;
		padding-top: 53px
	}

	.principal .callout_section .callout {
		margin-left: 0;
		padding-left: 0
	}

	.principal .principal_desc {
		padding-left: 6.5%;
		padding-top: 18px
	}
}

@media screen and (max-width:767px) {
	.principal .img_wrap {
		padding-top: 85px;
		min-height: 0;
		max-height: unset;
		display: block
	}

	.principal .img_wrap img {
		width: 62%
	}

	.principal .text_content .container {
		padding: 0 40px
	}

	.principal .principal_desc {
		padding-left: 0
	}

	.principal .principal_desc .name_wrap {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.principal .principal_desc .name_wrap .name {
		-webkit-box-ordinal-group: 1;
		box-ordinal-group: 1;
		-moz-order: 1;
		order: 1;
		-ms-flex-order: 1;
		width: 100%;
		padding-top: 23px
	}

	.principal .callout {
		padding: 0
	}
}

.crew {
	margin-top: 92px;
	overflow: hidden
}

.crew .group_name {
	color: rgba(128, 138, 159, .1);
	padding-bottom: 10px;
	line-height: .9;
	padding-bottom: 45px
}

.crew .description {
	padding-bottom: 58px;
	font-size: 16px;
	line-height: 1.625;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}

.crew .description .l_column {
	width: 42%;
	padding: 0 45px
}

.crew .description .r_column {
	width: 42%;
	padding: 0 45px
}

.people_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.people_wrap .person {
	width: 33.33%;
	padding-bottom: 83px
}

@media screen and (min-width:1025px) {
	.people_wrap .person:hover .overlay_wrap {
		opacity: 1
	}
}

.people_wrap .person:nth-child(3n+2) {
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s
}

.people_wrap .person:nth-child(3n+2) .element_anim_1 {
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s
}

.people_wrap .person:nth-child(3n) {
	-webkit-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s
}

.people_wrap .person:nth-child(3n) .element_anim_1 {
	-webkit-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s
}

.people_wrap .person_photo_wrap {
	background-color: #d8dfe6;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 358px
}

.people_wrap .person_photo_wrap:after {
	content: "";
	width: 10px;
	left: calc(100% - 5px);
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #d8dfe6;
	z-index: -1
}

.people_wrap .person_photo_wrap img {
	margin: auto auto 0 auto;
	height: 87%
}

.people_wrap .person_name {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #273656;
	padding-top: 12px
}

.people_wrap .person_role {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #808a9f;
	line-height: 1.27273
}

.people_wrap .overlay_wrap {
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.people_wrap .overlay_wrap .overlay {
	background-color: #273656;
	opacity: .9
}

.people_wrap .overlay_wrap .on_overlay_title {
	font-size: 18px;
	color: #edeff4;
	position: relative;
	line-height: 1.44444;
	padding-bottom: 36px;
	width: 100%
}

.people_wrap .overlay_wrap .on_overlay_title_desc {
	font-size: 18px;
	color: #edeff4;
	position: relative;
	line-height: 1.44444;
	padding-bottom: 20px;
	width: 100%
}

.people_wrap .overlay_wrap_text {
	height: 100%;
	width: 100%;
	padding: 43px 3.4vw;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	overflow-y: auto
}

@media screen and (max-width:1024px) {
	.crew {
		margin-top: 108px
	}

	.crew .group_name {
		padding-bottom: 55px;
		font-size: 60px
	}

	.crew .description {
		padding-left: 6.5%
	}

	.crew .description .l_column {
		width: 100%;
		padding: 0
	}

	.crew .description .r_column {
		width: 100%;
		padding: 22px 0 0
	}

	.people_wrap .person {
		width: 50%
	}

	.people_wrap .person:nth-child(2n+1) {
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.people_wrap .person:nth-child(2n+1) .element_anim_1 {
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.people_wrap .person:nth-child(2n) {
		-webkit-transition: all .3s ease-in-out .1s;
		transition: all .3s ease-in-out .1s
	}

	.people_wrap .person:nth-child(2n) .element_anim_1 {
		-webkit-transition: all .3s ease-in-out .1s;
		transition: all .3s ease-in-out .1s
	}

	.people_wrap .overlay_wrap .on_overlay_title {
		font-size: 16px
	}

	.people_wrap .overlay_wrap .on_overlay_title_desc {
		font-size: 16px
	}

	.people_wrap .overlay_wrap.active {
		opacity: 1
	}

	.people_wrap .overlay_wrap_text {
		padding: 43px 8.4vw
	}
}

@media screen and (max-width:767px) {
	.crew {
		margin-top: 87px
	}

	.crew .group_name {
		padding-bottom: 38px;
		font-size: 45px
	}

	.crew .description {
		padding-left: 0;
		padding-bottom: 91px
	}

	.crew .description .l_column {
		width: 100%;
		padding: 0
	}

	.crew .description .r_column {
		width: 100%;
		padding: 22px 0 0
	}

	.people_wrap .person {
		padding-bottom: 53px;
		width: 100%
	}

	.people_wrap .overlay_wrap .on_overlay_title {
		padding-bottom: 22px
	}

	.people_wrap .overlay_wrap .on_overlay_title_desc {
		font-size: 16px;
		padding-bottom: 33px
	}

	.people_wrap .overlay_wrap_text {
		padding: 46px 14.4vw 0
	}
}

.people_page .introducy_paragraph {
	position: relative
}

.people_page .honeycomb {
	height: 323px;
	position: absolute;
	right: -98px;
	top: 0;
	opacity: .1
}

.unip_block {
	padding: 0 0 88px
}

.unip_block .title_45 {
	font-size: 27px;
	line-height: 1.37037
}

.unip_block .text_wrap {
	min-height: 390px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	padding-top: 15px;
	padding-bottom: 40px
}

.unip_block .desc {
	padding-top: 22px
}

.uniforms_page .introducy_paragraph {
	position: relative
}

.uniforms_page .honeycomb {
	right: -150px;
	top: -82px
}

@media screen and (max-width:1024px) {
	.unip_block {
		padding: 0 0 75px
	}

	.unip_block .img_p {
		width: 47%;
		height: 460px
	}

	.unip_block .cont_wrap {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.unip_block .cont_wrap .img_p {
		display: block
	}

	.unip_block .text_wrap {
		width: 53%;
		min-height: 460px;
		padding-left: 40px;
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-box-pack: start;
		box-pack: start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start
	}

	.unip_block .img_h {
		height: 435px;
		margin-top: 70px
	}
}

@media screen and (max-width:767px) {
	.uniforms_page .introducy_paragraph .text_wrap {
		margin: 47px 0 40px
	}

	.unip_block {
		padding: 0 0 60px
	}

	.unip_block .img_p {
		width: 100%;
		height: 450px
	}

	.unip_block .text_wrap {
		width: 100%;
		min-height: 0;
		padding-left: 0;
		padding-top: 65px;
		padding-bottom: 25px
	}

	.unip_block .desc {
		padding-top: 51px
	}

	.unip_block .img_h {
		height: 200px;
		margin-top: 64px;
		margin-left: 0
	}
}

.unip_tblock {
	background-color: rgba(0, 30, 96, .05);
	padding: 80px 0 72px
}

.unip_tblock .wrap {
	width: 650px;
	max-width: 100%;
	margin: auto
}

.unip_tblock .title_27 {
	font-size: 25px;
	line-height: 1.4
}

.emp_page .introducy_paragraph {
	position: relative
}

.emp_page .honeycomb {
	right: -105px;
	top: -40px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (max-width:1024px) {
	.emp_page .honeycomb {
		right: -123px
	}

	.emp_page .block_img_lr .img {
		width: calc(100% - 175px)
	}
}

@media screen and (max-width:767px) {
	.emp_page .honeycomb {
		right: -141px;
		top: 0
	}

	.emp_page .block_img_lr .img {
		width: calc(100% - 73px)
	}
}

.block_point {
	margin: 50px 0
}

.block_point .bg {
	background-color: rgba(39, 54, 86, .05);
	padding: 90px 0 50px
}

.block_point .row_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.block_point .info {
	color: #273656;
	font-size: 12px;
	line-height: 1.83333;
	font-style: italic;
	width: 532px;
	max-width: 48.5%;
	padding-top: 60px
}

.block_point_l {
	width: 48.5%
}

.block_point_l .desc {
	padding-top: 21px;
	width: 532px;
	max-width: 100%
}

.block_point_l_wrap {
	width: 415px;
	max-width: 100%;
	padding-top: 43px
}

.block_point_l_wrap .el {
	padding: 30px 0 33px;
	position: relative
}

.block_point_l_wrap .el:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(128, 138, 159, .3)
}

.block_point_l_wrap .el:last-child:after {
	display: none
}

.block_point_l_wrap .el_head {
	color: #808a9f;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: -.02em;
	opacity: .3;
	margin-bottom: 11px
}

.block_point_l_wrap .el_title {
	font-weight: 600
}

.block_point_l_wrap .el_text {
	margin-top: 13px
}

.block_point_r {
	width: 51.5%;
	padding-left: 45px
}

.block_point_r .img_desc {
	font-size: 20px;
	line-height: 1.5;
	color: #273656;
	border-top: 3px solid #f6eb61;
	width: 415px;
	max-width: 100%;
	font-weight: 500;
	padding: 22px 0 58px
}

.block_point_r .img_wrap {
	position: relative
}

.block_point_r .img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 972px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

@media screen and (max-width:1024px) {
	.block_point .bg {
		padding: 55px 0 0
	}

	.block_point .info {
		width: calc(50% - 20px);
		max-width: calc(50% - 20px);
		padding-top: 84px;
		padding-bottom: 50px
	}

	.block_point_l {
		width: 100%
	}

	.block_point_l .desc {
		padding-top: 21px;
		width: 100%;
		max-width: 100%
	}

	.block_point_l_wrap {
		width: 485px;
		max-width: 100%
	}

	.block_point_l_wrap .el:after {
		width: 305px;
		max-width: 100%
	}

	.block_point_r {
		width: 100%;
		padding-left: 0;
		padding-top: 40px
	}

	.block_point_r:after {
		clear: both;
		content: "";
		display: table
	}

	.block_point_r .img_desc {
		width: calc(50% - 20px);
		float: left;
		max-width: 100%;
		padding: 22px 0 52px;
		margin-top: 50px
	}

	.block_point_r .img_wrap {
		position: relative;
		width: calc(50% - 20px);
		float: right
	}

	.block_point_r .img {
		height: 460px
	}
}

@media screen and (max-width:767px) {
	.block_point {
		padding-bottom: 205px
	}

	.block_point_l {
		width: 100%
	}

	.block_point_l .desc {
		padding-top: 21px;
		width: 100%;
		max-width: 100%
	}

	.block_point_l_wrap {
		width: 485px;
		max-width: 100%;
		padding-top: 43px
	}

	.block_point_l_wrap .el {
		padding: 21px 0 20px
	}

	.block_point_l_wrap .el:after {
		width: 100%;
		max-width: 100%
	}

	.block_point_r {
		width: 100%;
		padding-left: 0;
		padding-top: 40px
	}

	.block_point_r:after {
		clear: both;
		content: "";
		display: table
	}

	.block_point_r .img_desc {
		width: 100%;
		float: left;
		max-width: 100%;
		padding: 22px 0 98px;
		margin-top: 8px
	}

	.block_point_r .img_wrap {
		position: relative;
		width: 100%;
		float: right
	}

	.block_point_r .img {
		height: 443px;
		position: relative;
		margin-bottom: -205px
	}
}

.emp_page_vac {
	padding: 65px 0
}

.emp_page_vac .wrap {
	width: 650px;
	max-width: 100%;
	margin: auto
}

.emp_page_vac .title_27 {
	font-weight: 700
}

.emp_page_vac .text {
	padding: 22px 0
}

.emp_page_vac iframe {
	width: 100%;
	border: none;
	height: 630px
}

@media screen and (max-width:767px) {
	.emp_page_vac {
		padding: 57px 0
	}

	.emp_page_vac .jobs {
		margin: 0 -40px
	}
}

.total_vac {
	font-family: 'Futura', sans-serif;
	color: #273656;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px
}

.single_job {
	color: #454444;
	font-family: 'Futura', sans-serif;
	padding: 20px 0
}

.single_job .sj_wrap {
	padding: 24px 30px 15px;
	background-color: rgba(39, 54, 86, .05)
}

.single_job .title {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 13px
}

.single_job .location {
	font-weight: 500;
	color: #808a9f;
	padding-bottom: 17px
}

.single_job .desc {
	font-family: "leitura-news", serif;
	padding-bottom: 24px
}

.single_job .bot {
	border-top: 1px solid rgba(128, 138, 159, .3);
	font-family: "leitura-news", serif;
	padding-top: 15px
}

.single_job .bot:after {
	clear: both;
	content: "";
	display: table
}

.single_job .closing {
	float: left;
	font-size: 15px;
	font-weight: 600
}

.single_job .id {
	font-size: 13px;
	color: #273656;
	float: right
}

@media screen and (max-width:767px) {
	.total_vac {
		padding: 0 40px 10px
	}

	.single_job {
		padding: 22px 0
	}

	.single_job .sj_wrap {
		padding: 25px 40px 28px
	}

	.single_job .bot {
		padding-top: 25px
	}

	.single_job .closing {
		width: 100%
	}

	.single_job .id {
		width: 100%;
		padding-top: 8px
	}
}

.annual_reports {
	padding-bottom: 84px
}

.annual_reports .text_wrap {
	max-width: 562px;
	width: 100%
}

.annual_reports .title {
	font-size: 27px;
	font-weight: 700;
	color: #273656;
	padding-bottom: 20px
}

.annual_reports .desc {
	color: #454444;
	font-size: 16px;
	padding-bottom: 53px
}

.annual_reports .pdfs_download .row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	box-pack: start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start
}

.annual_reports .pdfs_download .pdf_wrap {
	padding-bottom: 35px;
	width: 16.667%;
	min-width: 220px
}

.annual_reports .pdfs_download .pdf_wrap .img_wrap {
	display: inline-block;
	position: relative
}

.annual_reports .pdfs_download .pdf_wrap img {
	height: 250px;
	display: block
}

.annual_reports .pdfs_download .pdf_wrap a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.annual_reports .pdfs_download .pdf_wrap a .overlay {
	background-color: rgba(39, 54, 86, .9);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.annual_reports .pdfs_download .pdf_wrap a .hov_el {
	opacity: 0;
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	bottom: 36px;
	z-index: 1;
	left: 24px
}

.annual_reports .pdfs_download .pdf_wrap a .hov_el:before {
	opacity: 1
}

@media screen and (min-width:1025px) {
	.annual_reports .pdfs_download .pdf_wrap:hover .overlay {
		opacity: 1
	}

	.annual_reports .pdfs_download .pdf_wrap:hover .hov_el {
		color: #fff;
		opacity: 1
	}
}

.annual_reports .pdfs_download .pdf_wrap .year {
	padding-top: 4px;
	color: #052552;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.01em
}

@media screen and (max-width:1024px) {
	.annual_reports {
		padding-bottom: 41px
	}

	.annual_reports .pdfs_download .pdf_wrap {
		width: 25%;
		min-width: 150px
	}

	.annual_reports .pdfs_download .pdf_wrap img {
		height: 206px
	}
}

@media screen and (max-width:767px) {
	.annual_reports {
		padding-bottom: 32px
	}

	.annual_reports .pdfs_download .pdf_wrap {
		width: 50%;
		min-width: 141px;
		padding-bottom: 49px
	}

	.annual_reports .pdfs_download .pdf_wrap img {
		height: 197px
	}

	.introducy_paragraph .text_wrap {
		margin: 48px 0 46px
	}
}

.vce_results {
	padding-bottom: 65px
}

.vce_results .title {
	font-size: 27px;
	font-weight: 700;
	color: #273656;
	padding-bottom: 22px;
	position: relative;
	line-height: 1.18519
}

.vce_results .desc {
	color: #454444;
	font-size: 16px;
	padding-bottom: 29px
}

.vce_results .pdfs_download {
	position: relative;
	padding-top: 91px
}

.vce_results .pdfs_download>.overlay {
	background-color: #edeff4;
	height: 390px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.vce_results .pdfs_download>.overlay .honeycomb {
	height: 323px;
	position: absolute;
	left: -129px;
	top: 0;
	opacity: .1;
	bottom: 0;
	margin: auto 0
}

.vce_results .pdfs_download .row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}

.vce_results .pdfs_download .pdf_wrap {
	width: 100%
}

.vce_results .pdfs_download .pdf_wrap .img_wrap {
	display: inline-block;
	position: relative;
	border: 1px solid #ccc
}

.vce_results .pdfs_download .pdf_wrap img {
	max-width: 367px;
	width: 100%;
	display: block
}

.vce_results .pdfs_download .pdf_wrap a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vce_results .pdfs_download .pdf_wrap a .overlay {
	background-color: rgba(39, 54, 86, .9);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.vce_results .pdfs_download .pdf_wrap a .hov_el {
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	bottom: 36px;
	z-index: 1;
	position: absolute;
	left: 24px
}

.vce_results .pdfs_download .pdf_wrap a .hov_el:before {
	opacity: 1
}

@media screen and (min-width:1025px) {
	.vce_results .pdfs_download .pdf_wrap:hover .overlay {
		opacity: 1
	}

	.vce_results .pdfs_download .pdf_wrap:hover .hov_el {
		color: #fff;
		opacity: 1
	}
}

.vce_results .pdfs_download .pdf_wrap .year {
	padding-top: 4px;
	color: #052552;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.01em
}

.vce_results .pdfs_download .vce_download {
	margin-right: 11vw
}

.vce_results .pdfs_download .text_wrap {
	width: 430px
}

.vce_results .pdfs_download .callout {
	margin-left: 0;
	width: 100%
}

@media screen and (max-width:1024px) {
	.vce_results .pdfs_download>.overlay .honeycomb {
		left: -235px
	}

	.vce_results .pdfs_download .pdf_wrap img {
		max-width: 367px;
		width: 100%;
		display: block
	}

	.vce_results .pdfs_download .vce_download {
		margin-right: 7.8vw;
		width: 318px
	}

	.vce_results .pdfs_download .text_wrap {
		width: 270px
	}

	.vce_results .pdfs_download .callout {
		margin-top: 38px;
		padding: 0
	}
}

@media screen and (max-width:767px) {
	.vce_results {
		padding-bottom: 22px
	}

	.vce_results .pdfs_download>.overlay .honeycomb {
		left: -255px
	}

	.vce_results .pdfs_download .pdf_wrap img {
		max-width: 100%;
		width: 100%
	}

	.vce_results .pdfs_download .vce_download {
		margin-right: 0;
		width: 100%;
		padding-bottom: 69px
	}

	.vce_results .pdfs_download .text_wrap {
		width: 100%
	}

	.other_section {
		padding-bottom: 22px
	}
}

.other_section {
	padding-bottom: 71px
}

.other_section:last-child {
	padding-bottom: 0
}

.transport_map {
	width: 100%;
	height: 705px
}

.map_tooltip {
	margin-bottom: 58px;
	-webkit-box-shadow: 0 -1px 14px -4px #273656;
	box-shadow: 0 -1px 14px -4px #273656
}

.map_tooltip .heading {
	color: #fff;
	background-color: #273656;
	padding: 2px 25px;
	height: 47px;
	font-family: 'Futura', sans-serif
}

.map_tooltip .routs {
	padding: 7px 25px 12px;
	position: relative;
	background-color: #fff
}

.map_tooltip .routs:after {
	-webkit-box-shadow: 6px 4px 9px -6px #273656;
	box-shadow: 6px 4px 9px -6px #273656;
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	left: 32px;
	bottom: -11px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.map_tooltip .el {
	padding: 11px 0
}

.map_tooltip .title {
	font-weight: 600;
	line-height: 1.18182;
	font-size: 22px;
	color: #273656;
	font-family: 'Futura', sans-serif
}

.map_tooltip .text {
	font-size: 16px;
	line-height: 1.625
}

.transport_map_desc {
	font-size: 22px;
	font-weight: 500;
	background-color: #dee6eb;
	padding: 18px 35px;
	margin-top: 6px
}

.transport_map_desc span {
	display: inline-block
}

@media screen and (max-width:767px) {
	.transport_map {
		height: 325px
	}

	.map_tooltip {
		margin-bottom: 30px
	}

	.map_tooltip .heading {
		color: #fff;
		background-color: #273656;
		padding: 2px 15px;
		height: 27px;
		font-size: 15px
	}

	.map_tooltip .routs {
		padding: 7px 15px 12px;
		position: relative;
		background-color: #fff
	}

	.map_tooltip .routs:after {
		width: 12px;
		height: 12px;
		left: 17px;
		bottom: -6px
	}

	.map_tooltip .el {
		padding: 5px 0
	}

	.map_tooltip .title {
		line-height: 1.16667;
		font-size: 12px
	}

	.map_tooltip .text {
		font-size: 10px;
		line-height: 1.5
	}

	.transport_map_desc {
		font-size: 16px;
		padding: 9px 20px;
		margin-top: 6px;
		text-align: center
	}
}

.transport_text_wrap {
	padding: 76px 0
}

.transport_text_wrap a {
	color: #052552;
	text-decoration: underline
}

.transport_tw_wrap {
	width: 535px;
	max-width: 100%
}

.transport_tw_wrap .ipg_text h4 {
	margin: 23px 0 18px
}

.transport_tw_wrap .ipg_text ul {
	margin-top: 18px
}

.transport_tw_wrap2 {
	padding-top: 60px
}

@media screen and (max-width:1024px) {
	.transport_tw_wrap.el2 {
		padding-top: 21px
	}
}

@media screen and (max-width:767px) {
	.transport_tw_wrap2 {
		padding-top: 47px
	}
}

.hist_page .introducy_paragraph {
	position: relative
}

.hist_page .honeycomb {
	right: -112px;
	top: -35px;
	z-index: 6
}

.hist_intro_desc_h {
	width: 1070px;
	max-width: 100%;
	margin: auto;
	padding: 0 50px 65px
}

.hist_intro_desc_h p {
	max-width: 100%
}

.hist_content {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	position: relative
}

.hist_con_el .row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 15vh 0;
	min-height: 100vh;
	margin: 0 -22px
}

.hist_con_el:last-child .hist_con_el_text .text_wrap:after {
	display: none
}

.hist_con_el_text {
	padding: 0 22px;
	width: 50%
}

.hist_con_el_text .text_wrap {
	width: 425px;
	max-width: 100%;
	margin: auto;
	position: relative;
	z-index: 5;
	padding-bottom: 15px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hist_con_el_text .text_wrap:after {
	content: "";
	width: 3px;
	height: 100vh;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 100%;
	background-color: rgba(128, 138, 159, .1);
	z-index: 1
}

.hist_con_el_text .year {
	font-size: 40px;
	letter-spacing: -.02em;
	color: rgba(128, 138, 159, .3);
	text-align: center;
	width: 190px;
	height: 66px;
	border: 3px solid rgba(128, 138, 159, .1);
	margin: 0 auto;
	line-height: 1
}

.hist_con_el_text .year span {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block
}

.hist_con_el_text .title {
	font-size: 40px;
	letter-spacing: -.02em;
	padding-top: 49px
}

.hist_con_el_text.Mac .year span {
	top: 58%
}

.hist_con_el_img {
	width: 50%;
	padding: 0 22px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.hist_con_el_img .img_wrap {
	display: inline-block
}

.hist_con_el_img img {
	max-width: 100%;
	max-height: 650px
}

.hist_con_el_img .img_desc {
	font-size: 14px;
	line-height: 1.71429;
	padding-top: 7px;
	text-align: left
}

.hist_content_bar {
	position: absolute;
	top: 50vh;
	left: 27px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20
}

.hist_content_bar .line {
	width: 3px;
	height: 480px;
	background-color: #e9ebee;
	position: relative
}

.hist_content_bar .date {
	font-size: 20px;
	line-height: 1;
	color: #273656;
	position: absolute;
	left: 18px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hist_content_bar .first {
	top: 0
}

.hist_content_bar .last {
	bottom: 0
}

.hist_content_bar.fixed {
	position: fixed
}

.hist_content_bar.bot {
	position: absolute;
	top: auto;
	bottom: 50vh;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.hist_content_bar_pos {
	width: 100%;
	height: 37px;
	background-color: #273656;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (min-width:768px) {
	.hist_content_bar_pos {
		left: 0 !important
	}
}

@media screen and (max-width:1024px) {
	.hist_page .honeycomb {
		right: -180px;
		top: auto;
		bottom: -130px
	}

	.hist_intro_desc_h {
		padding-bottom: 10px
	}

	.hist_con_el .row {
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-pack: center;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		padding: 60px 0;
		margin: 0
	}

	.hist_con_el_text {
		padding: 0;
		width: 100%
	}

	.hist_con_el_text .text_wrap {
		width: 425px;
		max-width: 100%;
		margin: auto;
		padding-bottom: 42px
	}

	.hist_con_el_img {
		width: 100%;
		padding: 0;
		padding-bottom: 35px;
		text-align: left;
		position: relative;
		z-index: 5;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.hist_con_el_img .img_wrap {
		max-width: 100%;
		margin: auto;
		display: block;
		padding-left: calc(50% - 212px)
	}

	.hist_con_el_img img {
		max-height: 535px;
		width: auto;
		height: auto
	}
}

@media screen and (max-width:767px) {
	.hist_page .honeycomb {
		right: -215px;
		bottom: -410px
	}

	.hist_page .introducy_paragraph .text_wrap {
		margin-bottom: 0
	}

	.hist_intro_desc_h {
		padding: 45px 0 0;
		margin-bottom: -20px
	}

	.hist_con_el_text .text_wrap:after {
		height: calc(230%) !important
	}

	.hist_content {
		padding-top: 100px;
		margin-top: -5px
	}

	.hist_con_el .row {
		padding: 90px 0 60px;
		margin: 0;
		min-height: 0
	}

	.hist_con_el_text {
		padding: 0;
		width: 100%
	}

	.hist_con_el_text .text_wrap {
		width: 100%;
		max-width: 100%;
		margin: auto;
		padding-bottom: 42px
	}

	.hist_con_el_text .year {
		font-size: 22px;
		height: 50px
	}

	.hist_con_el_text .title {
		font-size: 22px;
		padding: 52px 0 7px
	}

	.hist_con_el_img {
		width: 100%;
		padding: 0;
		padding-bottom: 30px
	}

	.hist_con_el_img .img_wrap {
		max-width: 100%;
		margin: auto;
		display: block;
		padding-left: 0
	}

	.hist_content_bar {
		position: absolute;
		top: 66px !important;
		left: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		z-index: 20;
		width: 100%;
		padding: 30px 0 15px;
		border-top: 1px solid transparent;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}

	.hist_content_bar .line {
		width: calc(100% - 116px);
		height: 3px;
		margin: auto
	}

	.hist_content_bar .line:before,
	.hist_content_bar .line:after {
		content: "";
		width: 18px;
		height: 100%;
		position: absolute;
		top: 100%;
		top: 0;
		background-color: #e9ebee
	}

	.hist_content_bar .line:before {
		right: 100%
	}

	.hist_content_bar .line:after {
		left: 100%
	}

	.hist_content_bar .date {
		font-size: 15px;
		line-height: 1;
		color: #273656;
		position: absolute;
		left: auto;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		top: -23px
	}

	.hist_content_bar .first {
		left: -18px
	}

	.hist_content_bar .last {
		right: -18px
	}

	.hist_content_bar.fixed {
		position: fixed;
		background-color: #fff;
		border-top: 1px solid #f2f3f5
	}

	.hist_content_bar.bot {
		top: 66px;
		position: fixed;
		bottom: auto !important;
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}

	.hist_content_bar_pos {
		width: 36px;
		height: 100%;
		top: 0 !important;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 25
	}
}

.campaign .honeycomb_wrap .honeycomb:first-child {
	left: 300px;
	-webkit-transform: rotate(-95deg);
	transform: rotate(-95deg);
	top: 252px
}

.campaign .honeycomb_wrap .honeycomb:last-child {
	right: 300px;
	-webkit-transform: rotate(-95deg);
	transform: rotate(-95deg);
	top: -60px
}

.campaign .callout_title {
	font-size: 45px
}

.campaign .callout {
	margin-top: 4.1%;
	margin-left: 0;
	width: 820px
}

.campaign .load_more_general {
	margin-bottom: 53px
}

.multiple_videos .videos_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	box-pack: start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	margin: 0 -23px
}

.multiple_videos .videos_wrap .video_wrap_outer {
	width: 33.33%;
	border: 23px solid transparent;
	margin-bottom: 26px
}

.multiple_videos .videos_wrap .video_wrap_outer.hide {
	display: none
}

.multiple_videos .videos_wrap .video_wrap {
	max-width: 100%;
	width: 100%
}

@media screen and (min-width:1025px) {
	.multiple_videos .videos_wrap .video_wrap:hover .overlay {
		background-color: rgba(0, 154, 68, .5)
	}

	.multiple_videos .videos_wrap .video_wrap:hover .play_text {
		color: #fff
	}
}

.multiple_videos .text_wrap {
	margin-top: 17px;
	line-height: 1.22727;
	font-size: 22px;
	font-weight: 500
}

.multiple_videos .title {
	color: #273656
}

.multiple_videos .part {
	color: #808a9f
}

.multiple_videos .overlay {
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1
}

.multiple_videos .video_wrap {
	cursor: pointer
}

.multiple_videos .video_wrap.paused .overlay {
	background-color: rgba(0, 30, 96, .7)
}

.multiple_videos .video_wrap.paused .play_text {
	color: #fff
}

.multiple_videos .video_wrap.pause {
	cursor: default
}

.multiple_videos .video_wrap.pause .play_text {
	color: rgba(255, 255, 255, 0)
}

@media screen and (min-width:1025px) {
	.multiple_videos .video_wrap.pause:hover .play_text {
		color: #fff
	}
}

.multiple_videos .play_text {
	-webkit-transition: .3s;
	transition: .3s;
	color: rgba(255, 255, 255, .5);
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	height: 30px;
	text-align: center;
	z-index: 2
}

.multiple_videos .duration {
	color: #fff;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 50px;
	background-color: rgba(0, 154, 68, .8);
	position: absolute;
	bottom: 0;
	left: 0
}

@media screen and (max-width:1024px) {
	.multiple_videos .videos_wrap .video_wrap_outer {
		width: 50%
	}

	.load_more_general .hov_el:before {
		opacity: 1
	}
}

@media screen and (max-width:767px) {
	.multiple_videos .videos_wrap .video_wrap_outer {
		width: 100%
	}

	.campaign .load_more_general {
		margin-top: 7px
	}
}

.enrolment_process {
	padding: 125px 0 102px
}

.enrolment_process .main_title {
	max-width: 978px;
	margin-bottom: 39px
}

.enrolment_process .main_desc {
	max-width: 485px;
	line-height: 20px
}

.enrolment_process .tabs_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	max-width: 1096px;
	padding-top: 108px
}

.enrolment_process .tabs_wrap>div {
	width: calc(50% - 108px);
	margin: 0 54px
}

.enrolment_process .one_step_tab {
	color: rgba(0, 0, 0, .17);
	border-bottom: 1px solid rgba(0, 0, 0, .17);
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 28px;
	padding-bottom: 28px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.enrolment_process .one_step_tab.active_tab {
	color: #052552;
	border-bottom-color: #052552
}

.enrolment_process .one_step_tab .title_tab {
	padding-top: 9px
}

.enrolment_process .one_step_content {
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	margin-top: 35px
}

.enrolment_process .one_step_content .text_16_leitura {
	line-height: 20px
}

.enrolment_process .one_step_content.active_content {
	opacity: 1;
	pointer-events: all
}

.enrolment_process .one_step_content .button_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	margin-top: 4px
}

.enrolment_process .one_step_content .button_wrap a {
	margin-bottom: 15px
}

.enrolment_process .one_step_content ul {
	list-style-type: disc;
	padding-left: 20px
}

@media screen and (max-width:1024px) {
	.enrolment_process {
		padding-top: 77px
	}

	.enrolment_process .main_title {
		max-width: 480px;
		margin-bottom: 48px
	}

	.enrolment_process .main_desc {
		max-width: 560px
	}

	.enrolment_process .tabs_wrap {
		max-width: none;
		padding-top: 77px;
		width: calc(100% + 44px);
		margin-left: -22px
	}

	.enrolment_process .tabs_wrap>div {
		width: calc(50% - 44px);
		margin: 0 22px
	}

	.enrolment_process .one_step_tab {
		padding-bottom: 23px
	}

	.enrolment_process .one_step_tab .title_tab {
		padding-top: 8px
	}

	.enrolment_process .one_step_content .text_16_leitura {
		line-height: 24px
	}

	.enrolment_process .one_step_content .button_wrap a {
		margin-bottom: 23px
	}
}

@media screen and (max-width:767px) {
	.enrolment_process {
		padding: 50px 8px
	}

	.enrolment_process .main_title {
		max-width: none;
		margin-bottom: 28px
	}

	.enrolment_process .main_desc {
		max-width: none;
		line-height: 20px
	}

	.enrolment_process .mobilToggleSlide {
		padding-top: 100px
	}

	.enrolment_process .one_step_tab {
		padding-bottom: 28px
	}

	.enrolment_process .one_step_tab .title_tab {
		padding-top: 9px
	}

	.enrolment_process .one_step_mobile {
		position: relative
	}

	.enrolment_process .one_step_mobile .one_step_content {
		display: none;
		padding-bottom: 80px;
		position: relative;
		overflow: hidden
	}

	.enrolment_process .one_step_mobile.active_tab .one_step_tab {
		color: #052552;
		border-bottom-color: #052552
	}

	.enrolment_process .one_step_content {
		pointer-events: all;
		opacity: 1
	}

	.enrolment_process .one_step_content .button_wrap {
		margin-top: 40px
	}
}

.enrol_pdfs {
	background-color: rgba(0, 30, 96, .05);
	padding: 63px 0 70px
}

.enrol_pdfs .title_block {
	padding-bottom: 32px
}

.enrol_pdfs .pdfs_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 12px);
	margin-left: -6px;
	max-width: 1014px;
	margin: 0 auto
}

.enrol_pdfs .pdfs_wrap:after {
	clear: both;
	content: "";
	display: table
}

.enrol_pdfs .single_pdf {
	width: 33.33%;
	max-width: 100%;
	padding: 0 6px
}

.enrol_pdfs .single_pdf:nth-child(3n+2) {
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s
}

.enrol_pdfs .single_pdf:nth-child(3n) {
	-webkit-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s
}

.new_single_pdf {
	min-height: 83px;
	background-color: #fff;
	margin: 0 6px 19px;
	width: calc(33.33% - 12px);
	padding: 0
}

.new_single_pdf a {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 13px 20px 13px 40px;
	height: 100%
}

.new_single_pdf .icon_wrap {
	margin-top: 5px
}

.new_single_pdf .info_wrap {
	margin-left: 43px
}

.new_single_pdf .size {
	letter-spacing: normal;
	position: relative;
	color: rgba(0, 0, 0, .17);
	margin-top: 8px
}

.new_single_pdf .size:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 1px;
	background-color: #052552;
	left: 0;
	bottom: -4px
}

@media screen and (max-width:1024px) {
	.enrolments_pdfs {
		padding: 91px 0 84px;
		background: #273656
	}

	.enrolments_pdfs .title_block {
		color: #fff
	}

	.enrolments_pdfs .title_block {
		padding-bottom: 35px
	}

	.enrolments_pdfs .pdfs_wrap {
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
		width: 100%;
		margin-left: 0
	}

	.enrolement_single_pdf {
		width: 100%;
		min-height: auto;
		background-color: transparent;
		margin: 0 0 28px
	}

	.enrolement_single_pdf a {
		padding: 0
	}

	.enrolement_single_pdf .icon_wrap {
		margin-top: 0
	}

	.enrolement_single_pdf .info_wrap {
		margin-left: 16px;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex
	}

	.enrolement_single_pdf .title {
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
		position: relative
	}

	.enrolement_single_pdf .title:after {
		content: "";
		position: absolute;
		width: 24px;
		height: 1px;
		background-color: #052552;
		left: 0;
		bottom: -4px
	}

	.enrolement_single_pdf .pages {
		font-size: 12px;
		line-height: 24px;
		color: #fff;
		margin-left: 10px;
		opacity: .4;
		padding-top: 2px
	}

	.enrolement_single_pdf .size {
		display: none
	}
}

@media screen and (max-width:767px) {
	.enrolments_pdfs {
		padding: 56px 0 27px
	}

	.enrolments_pdfs .title_block {
		padding-bottom: 54px
	}

	.enrolments_pdfs .pdfs_wrap {
		width: 100%
	}

	.enrolement_single_pdf {
		margin: 0 0 41px
	}

	.enrolement_single_pdf a {
		-webkit-box-align: start;
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start
	}

	.enrolement_single_pdf .info_wrap {
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
		position: relative;
		margin-left: 10px
	}

	.enrolement_single_pdf .info_wrap:after {
		content: "";
		position: absolute;
		width: 24px;
		height: 3px;
		background-color: #052552;
		left: 0;
		bottom: -12px
	}

	.enrolement_single_pdf .title:after {
		display: none
	}

	.enrolement_single_pdf .pages {
		line-height: 14px;
		padding-top: 0;
		margin-left: 0
	}
}

.page-template-enrolments .header {
	-webkit-transition: all .41s ease-in-out 0s;
	transition: all .41s ease-in-out 0s
}

.page-template-enrolments main {
	-webkit-transition: all .41s ease-in-out 0s;
	transition: all .41s ease-in-out 0s
}

.enrolments_message {
	position: fixed;
	z-index: 1045;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	background-color: #273656;
	display: none
}

.enrolments_message .wrap {
	position: relative;
	height: 190px;
	padding: 35px 0
}

.enrolments_message .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.enrolments_message .title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	padding-bottom: 21px
}

.enrolments_message .ipg_text {
	color: #fff
}

.enrolments_message .ipg_text * {
	color: #fff
}

.enrolments_message .ipg_text a {
	color: #052552
}

.enrolments_message .ipg_text p {
	max-width: 100%;
	width: 100%;
	margin: 0
}

.enrolments_message_dismiss {
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	right: 10px;
	top: 10px;
	padding: 25px;
	cursor: pointer
}

.enrolments_message_dismiss img {
	width: 16px
}

.enrolments_message_dismiss .desc {
	padding-top: 10px
}

@media screen and (max-width:1024px) {
	.enrolments_message .wrap {
		height: auto;
		padding: 100px 0 60px
	}

	.enrolments_message .container {
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.enrolments_message_dismiss {
		top: 9px;
		right: 5px
	}
}

@media screen and (max-width:767px) {
	.enrolments_message_dismiss {
		right: 15px
	}
}

.enrolment_policy {
	padding-bottom: 130px
}

.enrolment_policy .en_policy_content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.enrolment_policy .image_wrap {
	width: 421px;
	height: 783px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.enrolment_policy .text_wrap {
	width: calc(100% - 633px);
	margin-left: 212px
}

.enrolment_policy .title {
	margin-bottom: 45px
}

.enrolment_policy .quote {
	margin-left: -263px;
	max-width: 640px;
	margin-bottom: 30px
}

.enrolment_policy .descript {
	letter-spacing: .02em
}

.enrolment_policy .descript strong {
	font-family: 'Futura', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #273656
}

.enrolment_policy .descript em {
	font-size: 12px;
	line-height: 20px
}

.enrolment_policy .buttons_wrap {
	padding-top: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start
}

.enrolment_policy .buttons_wrap a {
	margin-bottom: 25px
}

@media screen and (max-width:1024px) {
	.enrolment_policy {
		padding-bottom: 108px
	}

	.enrolment_policy .en_policy_content {
		margin-left: -83px
	}

	.enrolment_policy .image_wrap {
		width: 244px;
		height: 396px
	}

	.enrolment_policy .text_wrap {
		width: calc(100% - 244px);
		margin-left: 40px
	}

	.enrolment_policy .title {
		margin-bottom: 40px
	}

	.enrolment_policy .quote {
		margin-left: -94px;
		max-width: 468px;
		margin-bottom: 40px
	}

	.enrolment_policy .buttons_wrap {
		padding-top: 8px
	}

	.enrolment_policy .buttons_wrap a {
		margin-bottom: 32px
	}
}

@media screen and (max-width:767px) {
	.enrolment_policy {
		padding-bottom: 35px
	}

	.enrolment_policy .en_policy_content {
		position: relative;
		margin-left: 0;
		padding: 0 8px
	}

	.enrolment_policy .image_wrap {
		width: 207px;
		height: 385px;
		left: -106px;
		position: absolute;
		top: 131px
	}

	.enrolment_policy .text_wrap {
		width: 100%;
		margin-left: 0;
		z-index: 1
	}

	.enrolment_policy .title {
		margin-bottom: 58px
	}

	.enrolment_policy .quote {
		background-color: #fff;
		margin-left: 0;
		padding: 10px 22px;
		padding-right: 0;
		margin-left: 41px;
		margin-right: -8px
	}

	.enrolment_policy .quote_mobile_wrap {
		min-height: 355px
	}

	.enrolment_policy .buttons_wrap {
		padding-top: 28px
	}

	.enrolment_policy .buttons_wrap a {
		margin-bottom: 38px
	}
}

.hp_services_spaces {
	padding: 83px 0 50px;
	position: relative;
	min-height: 654px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.hp_services_spaces .title {
	text-align: center;
	padding-left: 30px
}

.hp_services_spaces .right_text_wrap {
	max-width: 593px;
	margin-left: auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column
}

.hp_services_spaces .block_link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	margin-top: 30px;
	margin-left: 0
}

.hp_services_spaces .block_link a {
	margin-right: 40px
}

.hp_services_spaces .desc {
	margin-top: 20px;
	letter-spacing: .02em
}

.hp_services_spaces .overlay_text {
	position: absolute;
	font-size: 160px;
	line-height: 160px;
	color: rgba(247, 248, 251, .3);
	font-family: "leitura-news", serif;
	top: 125px;
	left: 0
}

.hp_services_spaces .overlay_text p {
	margin: 0
}

@media screen and (max-width:1024px) {
	.hp_services_spaces {
		padding: 64px 0 0;
		min-height: 760px
	}

	.hp_services_spaces .title {
		padding-left: 41px;
		text-align: left
	}

	.hp_services_spaces .right_text_wrap {
		max-width: 480px;
		margin-right: -19px
	}

	.hp_services_spaces .block_link {
		margin-top: 24px;
		margin-left: 0
	}

	.hp_services_spaces .block_link a {
		margin-right: 32px
	}

	.hp_services_spaces .desc {
		margin-top: 24px
	}

	.hp_services_spaces .overlay_text {
		font-size: 60px;
		line-height: 65px;
		top: 323px
	}
}

@media screen and (max-width:767px) {
	.hp_services_spaces {
		padding: 30px 0 0;
		min-height: 857px
	}

	.hp_services_spaces .title {
		padding-left: 0
	}

	.hp_services_spaces .right_text_wrap {
		max-width: none;
		margin-left: 0;
		margin-right: 0
	}

	.hp_services_spaces .block_link {
		margin-top: 25px;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: start;
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start
	}

	.hp_services_spaces .block_link a {
		margin-right: 0;
		margin-bottom: 44px
	}

	.hp_services_spaces .desc {
		margin-top: 28px
	}

	.hp_services_spaces .overlay_text {
		font-size: 70px;
		line-height: 80px;
		top: 788px;
		width: 400px
	}

	.home_page .hp_services_spaces {
		min-height: 1293px
	}
}

.westbourne_prospectus {
	padding: 126px 0 114px
}

.westbourne_prospectus .wp_content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 2px
}

.westbourne_prospectus .content_Wrap {
	width: calc(100% - 460px);
	z-index: 1
}

.westbourne_prospectus .image_wrap {
	width: 460px;
	height: 494px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.westbourne_prospectus .quote {
	letter-spacing: .02em;
	margin-bottom: 59px;
	max-width: 514px;
	margin-left: auto;
	margin-right: -41px
}

.westbourne_prospectus .title {
	margin-bottom: 62px
}

.westbourne_prospectus .descop {
	max-width: 454px;
	padding-bottom: 9px;
	margin-left: 105px;
	letter-spacing: .02em
}

.westbourne_prospectus .buttons_wrap {
	margin-left: 105px
}

@media screen and (max-width:1024px) {
	.westbourne_prospectus {
		padding: 157px 0 120px
	}

	.westbourne_prospectus .content_Wrap {
		width: calc(100% - 237px)
	}

	.westbourne_prospectus .image_wrap {
		width: 321px;
		height: 345px;
		margin-right: -84px
	}

	.westbourne_prospectus .quote {
		max-width: 334px;
		margin-bottom: 51px;
		margin-left: 101px;
		margin-right: -73px
	}

	.westbourne_prospectus .title {
		margin-bottom: 70px
	}

	.westbourne_prospectus .descop {
		max-width: 320px;
		padding-bottom: 35px;
		margin-left: 0
	}

	.westbourne_prospectus .buttons_wrap {
		margin-left: 0
	}
}

@media screen and (max-width:767px) {
	.westbourne_prospectus {
		padding: 82px 0 60px
	}

	.westbourne_prospectus .wp_content {
		padding: 0 8px;
		position: relative
	}

	.westbourne_prospectus .content_Wrap {
		width: 100%
	}

	.westbourne_prospectus .image_wrap {
		width: 151px;
		height: 325px;
		position: absolute;
		right: -20px;
		margin-right: 0;
		top: 171px
	}

	.westbourne_prospectus .quote {
		max-width: 181px;
		margin-left: 0;
		margin-bottom: 54px
	}

	.westbourne_prospectus .title {
		margin-bottom: 82px
	}

	.westbourne_prospectus .descop {
		max-width: none;
		padding-bottom: 11px
	}
}

.schoolf .enrol_pdfs {
	position: relative
}

.schoolf .enrol_pdfs .honeycomb {
	right: -150px;
	top: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.schoolf_part {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 45px 0
}

.schoolf_part_cont {
	width: 550px;
	max-width: 100%;
	background-color: rgba(255, 255, 255, .85);
	padding: 75px 70px 53px
}

.schoolf_part_cont .title_block {
	font-size: 70px;
	line-height: 1;
	letter-spacing: -.02em;
	color: #273656
}

.schoolf_part_cont .desc_block {
	font-size: 25px;
	color: #808a9f;
	padding: 20px 0 50px
}

.schoolf_part_cont .bot_desc {
	color: #273656;
	font-size: 12px;
	line-height: 1.83333;
	font-style: italic;
	padding-top: 10px
}

.schoolf_part_cont_wrap .single {
	background-color: rgba(39, 54, 86, .05);
	margin-bottom: 3px;
	padding: 10px 13px
}

.schoolf_part_cont_wrap .left {
	float: left;
	font-weight: 600
}

.schoolf_part_cont_wrap .right {
	float: right
}

@media screen and (max-width:1024px) {
	.schoolf_part_cont {
		margin: auto
	}
}

@media screen and (max-width:767px) {
	.schoolf_part {
		padding: 0
	}

	.schoolf_part .all_row {
		margin: 0 -40px
	}

	.schoolf_part_cont {
		padding: 54px 40px 40px
	}

	.schoolf_part_cont .title_block {
		font-size: 40px;
		line-height: 1.25
	}

	.schoolf_part_cont .desc_block {
		font-size: 22px;
		line-height: 1.45455;
		padding: 23px 0 52px
	}

	.schoolf_part_cont .bot_desc {
		padding-top: 10px
	}
}

.schoolf_point {
	background-color: rgba(39, 54, 86, .05);
	padding: 80px 0 42px;
	position: relative;
	z-index: 3
}

.schoolf_point .wrap_all {
	width: 1110px;
	max-width: 100%;
	margin: 0 auto
}

.schoolf_point .title_27 {
	padding-bottom: 21px
}

.schoolf_point .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -22px
}

.schoolf_point .point {
	width: 50%;
	padding: 25px 22px
}

.schoolf_point .point:nth-child(2n) {
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s
}

.schoolf_point .title {
	font-size: 22px;
	font-weight: 500;
	padding-top: 6px
}

.schoolf_point .honeycomb {
	left: -60px;
	bottom: -63px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (max-width:1024px) {
	.schoolf_point .wrap {
		margin: 0
	}

	.schoolf_point .point {
		width: 100%;
		padding: 19px 0
	}

	.schoolf_point .point:nth-child(2n) {
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s
	}
}

@media screen and (max-width:767px) {
	.schoolf_point .point {
		padding: 14px 0
	}
}

.solarship_intro {
	padding-top: 78px
}

.solarship_intro .title_wrap {
	max-width: 907px;
	margin-bottom: 47px
}

.solarship_intro .desc_wrap {
	max-width: 411px
}

.scholar_ship_content_block {
	background-color: #fff;
	padding-bottom: 117px;
	padding-top: 114px
}

.scholar_ship_content_block.blue_bg {
	background: #f7f8fb
}

.scholar_ship_content_block .en_policy_content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.scholar_ship_content_block .image_wrap {
	width: 458px;
	height: 487px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.scholar_ship_content_block .text_wrap {
	width: calc(100% - 572px);
	margin-left: 114px
}

.scholar_ship_content_block .title {
	margin-bottom: 45px
}

.scholar_ship_content_block .quote {
	margin-left: -212px;
	max-width: 640px;
	margin-bottom: 100px
}

.scholar_ship_content_block .desc {
	margin-bottom: 29px
}

.scholar_ship_content_block .text_16_leitura strong {
	font-family: 'Futura', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #273656
}

.scholar_ship_content_block .buttons_wrap {
	padding-top: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start
}

.scholar_ship_content_block .buttons_wrap a {
	margin-bottom: 32px
}

.scholar_ship_content_block .one_accord {
	padding-bottom: 25px
}

.scholar_ship_content_block .acc_title {
	width: 100%;
	padding-right: 16px;
	position: relative;
	cursor: pointer
}

.scholar_ship_content_block .acc_title:after,
.scholar_ship_content_block .acc_title:before {
	content: "";
	position: absolute
}

.scholar_ship_content_block .acc_title:after {
	width: 40px;
	height: 1px;
	background-color: #052552;
	left: 0;
	bottom: -10px
}

.scholar_ship_content_block .acc_title:before {
	width: 10px;
	height: 10px;
	border: 2px solid #273656;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 0;
	border-right: 0;
	top: 5px;
	right: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.scholar_ship_content_block .acc_title.active:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.scholar_ship_content_block .acc_content {
	display: none;
	padding-top: 30px;
	padding-left: 32px;
	letter-spacing: .02em
}

.scholar_ship_content_block .acc_content ul {
	list-style-type: disc;
	padding-left: 20px
}

.scholar_ship_content_block .button_static:after {
	width: 40px
}

.scholar_ship_content_block .button_static:before {
	left: 31px
}

.scholar_ship_content_block .content_wrap {
	max-width: 537px
}

.scholar_ship_content_block .content_wrap .desc {
	letter-spacing: .02em
}

.scholar_ship_content_block.reverse_image .en_policy_content {
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: reverse;
	box-direction: reverse;
	-moz-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse
}

.scholar_ship_content_block.reverse_image .image_wrap {
	width: 458px;
	height: 787px
}

.scholar_ship_content_block.reverse_image .text_wrap {
	width: calc(100% - 572px);
	margin-right: 114px;
	margin-left: 0;
	margin-bottom: 60px
}

.scholar_ship_content_block.reverse_image .quote {
	margin-left: 513px;
	margin-right: -275px;
	margin-bottom: 120px
}

.scholar_ship_content_block.reverse_image .content_wrap {
	max-width: 454px;
	margin: 0 auto
}

@media screen and (max-width:1024px) {
	.scholar_ship_content_block {
		padding-bottom: 108px
	}

	.scholar_ship_content_block .en_policy_content {
		margin-left: -83px
	}

	.scholar_ship_content_block .image_wrap {
		width: 244px;
		height: 396px
	}

	.scholar_ship_content_block .text_wrap {
		width: calc(100% - 244px);
		margin-left: 40px
	}

	.scholar_ship_content_block .title {
		margin-bottom: 40px
	}

	.scholar_ship_content_block .quote {
		margin-left: -94px;
		max-width: 468px;
		margin-bottom: 40px
	}

	.scholar_ship_content_block .buttons_wrap {
		padding-top: 8px
	}

	.scholar_ship_content_block .buttons_wrap a {
		margin-bottom: 32px
	}

	.scholar_ship_content_block.reverse_image .image_wrap {
		width: 321px;
		height: 345px;
		margin-right: -84px
	}

	.scholar_ship_content_block.reverse_image .text_wrap {
		width: calc(100% - 351px);
		margin-right: 30px
	}

	.scholar_ship_content_block.reverse_image .quote {
		margin-left: 101px;
		margin-right: -73px;
		margin-bottom: 51px
	}
}

@media screen and (max-width:767px) {
	.scholar_ship_content_block {
		padding-bottom: 35px
	}

	.scholar_ship_content_block .one_accord {
		padding-bottom: 35px
	}

	.scholar_ship_content_block .en_policy_content {
		position: relative;
		margin-left: 0;
		padding: 0 8px
	}

	.scholar_ship_content_block .image_wrap {
		width: 207px;
		height: 385px;
		left: -106px;
		position: absolute;
		top: 131px
	}

	.scholar_ship_content_block .text_wrap {
		width: 100%;
		margin-left: 0;
		z-index: 1
	}

	.scholar_ship_content_block .title {
		margin-bottom: 58px
	}

	.scholar_ship_content_block .quote {
		background-color: #fff;
		margin-left: 0;
		padding: 10px 22px;
		padding-right: 0;
		margin-left: 41px;
		margin-right: -8px
	}

	.scholar_ship_content_block .buttons_wrap {
		padding-top: 28px
	}

	.scholar_ship_content_block .buttons_wrap a {
		margin-bottom: 38px
	}

	.scholar_ship_content_block .quote_mobile_wrap {
		min-height: 355px
	}

	.scholar_ship_content_block.reverse_image .image_wrap {
		width: 207px;
		height: 385px;
		left: -106px;
		position: absolute;
		top: 131px
	}

	.scholar_ship_content_block.reverse_image .text_wrap {
		width: 100%;
		margin: 0
	}

	.scholar_ship_content_block.reverse_image .quote {
		margin-left: 32px;
		margin-right: 0
	}
}

.enrolment_form .form_wrap {
	width: 378px;
	max-width: 100%;
	margin: 0 auto
}

.enrolment_form .form_wrap .header_mbcf_formall {
	height: auto
}

.enrolment_form .form_wrap input:-webkit-autofill,
.enrolment_form .form_wrap input:-webkit-autofill:hover,
.enrolment_form .form_wrap input:-webkit-autofill:focus input:-webkit-autofill,
.enrolment_form .form_wrap textarea:-webkit-autofill,
.enrolment_form .form_wrap textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.enrolment_form .form_wrap select:-webkit-autofill,
.enrolment_form .form_wrap select:-webkit-autofill:hover,
.enrolment_form .form_wrap select:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	color: #fff !important
}

.enrolment_form .form_wrap .thank_you_message_wrap {
	display: none;
	color: #fff
}

.enrolment_form .form_wrap .thank_you_message_wrap a {
	text-decoration: underline
}

.enrolment_form .form_wrap .error_wrap {
	display: none;
	color: #ee7103;
	margin: 1em 0
}

.enrolment_form .d_checkbox_wrap {
	color: #808a9f;
	font-size: 15px;
	padding: 28px 0 11px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	font-family: "leitura-news", serif;
	font-size: 12px;
	line-height: 15px;
	color: rgba(255, 255, 255, .6);
	padding-left: 14px
}

.enrolment_form .d_checkbox_wrap .checkboxs_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.enrolment_form .d_checkbox_wrap label {
	display: block;
	padding: 2px 0 2px 33px;
	position: relative;
	cursor: pointer
}

.enrolment_form .d_checkbox_wrap label:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 7px;
	background-color: rgba(255, 255, 255, .6)
}

.enrolment_form .d_checkbox_wrap label:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #5c73a6;
	position: absolute;
	left: 20px;
	top: 7px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.enrolment_form .d_checkbox_wrap input {
	display: none
}

.enrolment_form .d_checkbox_wrap input:checked+label:after {
	opacity: 1
}

.enrolment_form .d_checkbox_wrap .parsley-errors-list {
	margin: 0;
	position: absolute;
	left: 0;
	pointer-events: none;
	list-style: none;
	padding: 0;
	top: 3px;
	background-color: #273656;
	color: #fb577e;
	font-size: 12px;
	font-family: "leitura-news", serif;
	z-index: 5;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	left: 14px;
	top: 7px
}

.enrolment_form .d_input_wrap {
	margin: 0;
	margin-top: 20px
}

.enrolment_form .d_input_wrap input {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	padding-left: 14px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	height: 45px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.enrolment_form .d_input_wrap input::-webkit-input-placeholder {
	opacity: .6;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.enrolment_form .d_input_wrap input::-moz-placeholder {
	opacity: .6;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.enrolment_form .d_input_wrap input:-moz-placeholder {
	opacity: .6;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.enrolment_form .d_input_wrap input:-ms-input-placeholder {
	opacity: .6;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.enrolment_form .d_input_wrap input:focus {
	border-bottom-color: #052552
}

.enrolment_form .d_input_wrap input.parsley-error {
	border-bottom-color: #fb577e
}

@media screen and (min-width:1025px) {
	.enrolment_form .d_input_wrap input:hover {
		color: #052552;
		border-bottom-color: #052552
	}

	.enrolment_form .d_input_wrap input:hover::-webkit-input-placeholder {
		color: #052552
	}

	.enrolment_form .d_input_wrap input:hover::-moz-placeholder {
		color: #052552
	}

	.enrolment_form .d_input_wrap input:hover:-moz-placeholder {
		color: #052552
	}

	.enrolment_form .d_input_wrap input:hover:-ms-input-placeholder {
		color: #052552
	}
}

.enrolment_form .d_input_wrap .parsley-errors-list {
	margin: 0;
	position: absolute;
	left: 0;
	pointer-events: none;
	list-style: none;
	padding: 0;
	background-color: #273656;
	color: #fb577e;
	font-family: "leitura-news", serif;
	z-index: 5;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	top: 13px;
	left: 14px;
	line-height: 24px;
	top: 10px;
	font-weight: 400
}

.enrolment_form .d_submit_wrap {
	margin: 0;
	text-align: left;
	padding-left: 14px
}

.enrolment_form .d_submit_wrap button {
	font-size: 16px;
	line-height: 21px
}

@media screen and (max-width:1024px) {
	.enrolment_form .header_mbcf_formall {
		width: auto
	}
}

@media screen and (max-width:767px) {
	.enrolment_form .d_checkbox_wrap {
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: start;
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start;
		padding-top: 21px
	}

	.enrolment_form .d_checkbox_wrap .checboxes_title {
		margin-bottom: 10px
	}

	.enrolment_form .d_checkbox_wrap label {
		padding-left: 15px;
		margin-right: 20px
	}

	.enrolment_form .d_checkbox_wrap label:before,
	.enrolment_form .d_checkbox_wrap label:after {
		left: 0
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.p_banner .scrollTo_banner {
		position: absolute;
		bottom: 0
	}

	.hem_box_image .image:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		background-color: rgba(39, 54, 86, .5)
	}
}

@supports (-ms-ime-align:auto) {
	.hem_box_image .image:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		background-color: rgba(39, 54, 86, .5)
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) and (max-width:767px) {
	.p_banner .scrollTo_banner {
		position: relative
	}
}

.hp_banner_section {
	position: relative;
	min-height: 600vh;
	min-height: calc(var(--vh, 1vh)*600);
	z-index: 100
}

.hp_banner_section.noa {
	pointer-events: none
}

.hp_banner_section .hp_banner_wrap {
	position: absolute;
	left: 0;
	top: 0;
	background: #d9d9d9;
	width: 100%;
	min-height: 580vh;
	min-height: calc(var(--vh, 1vh)*580)
}

.hp_banner_section .banner_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	overflow: hidden;
	opacity: 0
}

.hp_banner_section .banner_img .banner_img_wrap {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center;
	transform-origin: center
}

.hp_banner_section .banner_img picture {
	width: 100%;
	height: 100%
}

.hp_banner_section .banner_img img,
.hp_banner_section .banner_img video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.hp_banner_section .banner_img video {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out 0s;
	transition: opacity .5s ease-in-out 0s
}

.hp_banner_section .banner_img video.active {
	opacity: 1
}

.hp_banner_section .banner_img.active {
	pointer-events: auto
}

.hp_banner_section .hp_banner_logo_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: 2;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	pointer-events: none;
	cursor: pointer
}

.hp_banner_section .hp_banner_logo_wrap .text_wrap_rotation {
	width: 100%;
	height: 100%
}

.hp_banner_section .hp_banner_logo_wrap svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 85%;
	height: auto;
	fill: transparent;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.hp_banner_section .hp_banner_logo_wrap #mask_circle,
.hp_banner_section .hp_banner_logo_wrap #circle_svg_hover {
	r: 10%;
	-webkit-transition: r .6s ease-in-out 0s;
	transition: r .6s ease-in-out 0s
}

.hp_banner_section .hp_banner_logo_wrap #mask_circle.active,
.hp_banner_section .hp_banner_logo_wrap #circle_svg_hover.active {
	r: 15%
}

.hp_banner_section .hp_banner_logo_wrap #hp_logo_filled {
	pointer-events: none
}

.hp_banner_section .hp_banner_logo_wrap.active {
	pointer-events: auto
}

.hp_banner_section .hp_banner_logo_wrap.active.noa {
	pointer-events: none
}

.hp_banner_section .arrows_down {
	width: 100px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1
}

.hp_banner_section .scroll_arrow_wrap {
	width: 0;
	overflow: hidden
}

.hp_banner_section .arrow_hidden {
	opacity: 0
}

.hp_banner_section .arrow {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 auto
}

.hp_banner_section .arrow .line {
	position: absolute;
	bottom: 0;
	width: 14px;
	height: 2px;
	background-color: #fff;
	border-radius: 20%
}

.hp_banner_section .arrow .lhs {
	right: 40%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hp_banner_section .arrow .rhs {
	left: 40%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hp_banner_section .arrow.scroll_arrow {
	opacity: 1;
	margin-bottom: 20px
}

.hp_banner_section .arrow.scroll_arrow .lhs {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: calc(50px + 10%);
	right: 40%
}

.hp_banner_section .arrow.scroll_arrow .rhs {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: calc(50px + 10%);
	left: 40%
}

.hp_banner_section .banner_desc_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-top: 66vh;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.hp_banner_section .banner_desc {
	position: relative;
	width: 100%;
	max-width: 1220px;
	height: 184px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transform: translateY(50vh);
	transform: translateY(50vh)
}

.hp_banner_section .text_cont {
	position: absolute;
	width: 854px;
	max-width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	top: 16vh;
	right: 0
}

.hp_banner_section .text_cont .text_wrap_overflow {
	position: relative
}

.hp_banner_section .text_wrap_overflow {
	position: absolute;
	top: 0
}

.hp_banner_section .text_wrap_overflow .text_wrap {
	-webkit-transform: translateY(130%);
	transform: translateY(130%)
}

.hp_banner_section .text_wrap_rotation,
.hp_banner_section .text_wrap_cont {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	padding-top: 15px;
	padding-bottom: 15px
}

.hp_banner_section .container {
	padding-left: 32px;
	padding-right: 68px
}

.hp_banner_section .text_wrap_cont {
	overflow: hidden
}

.hp_banner_section .text_wrap {
	color: #fff;
	font-size: 150px;
	font-weight: 300;
	line-height: 184px;
	letter-spacing: .05em;
	text-align: center;
	max-width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}

.hp_banner_section .text_wrap svg,
.hp_banner_section .text_wrap img {
	max-width: 100%
}

.hp_banner_section .text_wrap svg {
	overflow: visible
}

.hp_banner_section .text_wrap svg path {
	fill: transparent;
	stroke: #fff
}

.hp_banner_section .text_wrap.tl1 svg,
.hp_banner_section .text_wrap.tl1 img {
	width: 590px
}

.hp_banner_section .text_wrap.tl2 svg,
.hp_banner_section .text_wrap.tl2 img {
	width: 599px
}

.hp_banner_section .text_wrap.tl3 svg,
.hp_banner_section .text_wrap.tl3 img {
	width: 310px
}

.hp_banner_section .text_wrap.tl4 svg,
.hp_banner_section .text_wrap.tl4 img {
	width: 568px
}

.hp_banner_section .text_wrap.tl4 svg path {
	opacity: 0;
	fill: #314267;
	stroke: none
}

.hp_banner_section .text_wrap.tl5 svg {
	width: 230px
}

.hp_banner_section .text_wrap.tl6 svg {
	width: 437px
}

.hp_banner_section .tlo1 {
	width: 724px;
	left: 0;
	top: -7vh
}

.hp_banner_section .tlo1 .text_wrap {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.hp_banner_section .tlo2 {
	width: 723px;
	top: 13vh;
	right: 50px
}

.hp_banner_section .tlo2 .text_wrap {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.hp_banner_section .tlo3 {
	width: 465px;
	top: 17vh;
	left: 39px
}

.hp_banner_section .tlo4 {
	width: 746px;
	right: 119px;
	top: 13vh
}

.hp_banner_section .tlo4 .text_wrap {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.hp_banner_section .tlo5 {
	margin-right: 50px
}

.hp_banner_section .tlo6 {
	margin-left: 50px;
	top: -33px
}

.hp_banner_section .pin-spacer {
	pointer-events: none
}

.hp_banner_section .banner_img,
.hp_banner_section .banner_desc_wrap,
.hp_banner_section .hp_banner_logo_wrap {
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

.hp_banner_section .banner_img.transition,
.hp_banner_section .banner_desc_wrap.transition,
.hp_banner_section .hp_banner_logo_wrap.transition {
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

.hp_banner_section .banner_img.left_hover_header,
.hp_banner_section .banner_desc_wrap.left_hover_header,
.hp_banner_section .hp_banner_logo_wrap.left_hover_header {
	left: 101px !important;
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

.hp_banner_section .banner_img.right_hover_header,
.hp_banner_section .banner_desc_wrap.right_hover_header,
.hp_banner_section .hp_banner_logo_wrap.right_hover_header {
	left: -101px !important;
	-webkit-transition: left .5s ease;
	transition: left .5s ease
}

.hp_banner_section .banner_img.explore_open,
.hp_banner_section .banner_desc_wrap.explore_open,
.hp_banner_section .hp_banner_logo_wrap.explore_open {
	left: 100% !important;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

@media screen and (max-width:1024px) {

	.hp_banner_section .banner_img.left_hover_header,
	.hp_banner_section .banner_desc_wrap.left_hover_header,
	.hp_banner_section .hp_banner_logo_wrap.left_hover_header {
		left: 95px
	}

	.hp_banner_section .banner_img.right_hover_header,
	.hp_banner_section .banner_desc_wrap.right_hover_header,
	.hp_banner_section .hp_banner_logo_wrap.right_hover_header {
		left: -95px
	}
}

.home_page_cont {
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out 0s;
	transition: opacity .2s ease-in-out 0s;
	pointer-events: none
}

.home_page_cont.active {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	opacity: 1;
	pointer-events: auto
}

@media screen and (min-width:1025px) and (max-width:1280px) {
	.hp_banner_section .text_cont {
		right: -50px
	}

	.hp_banner_section .tlo4 {
		right: 50px
	}

	.hp_banner_section .text_wrap.tl1 svg,
	.hp_banner_section .text_wrap.tl1 img {
		width: 540px
	}

	.hp_banner_section .text_wrap.tl2 svg,
	.hp_banner_section .text_wrap.tl2 img {
		width: 549px
	}

	.hp_banner_section .text_wrap.tl3 svg,
	.hp_banner_section .text_wrap.tl3 img {
		width: 260px
	}

	.hp_banner_section .text_wrap.tl4 svg,
	.hp_banner_section .text_wrap.tl4 img {
		width: 518px
	}

	.hp_banner_section .text_wrap.tl5 svg {
		width: 180px
	}

	.hp_banner_section .text_wrap.tl6 svg {
		width: 387px
	}
}

@media screen and (min-width:1025px) and (max-width:1150px) {
	.hp_banner_section .tlo1 {
		width: 624px
	}

	.hp_banner_section .tlo2 {
		width: 623px;
		right: 0
	}

	.hp_banner_section .tlo3 {
		width: 365px;
		left: 0
	}

	.hp_banner_section .tlo4 {
		width: 646px;
		right: 60px
	}

	.hp_banner_section .text_cont {
		right: -100px
	}
}

@media screen and (max-width:1024px) {
	.hp_banner_section {
		min-height: 300vh;
		min-height: calc(var(--vh, 1vh)*500)
	}

	.hp_banner_section .hp_banner_wrap {
		min-height: 300vh;
		min-height: calc(var(--vh, 1vh)*450)
	}

	.hp_banner_section .container {
		padding-left: 134px;
		padding-right: 134px
	}

	.hp_banner_section .banner_desc_wrap {
		padding-top: calc(100vh - 150px);
		padding-top: calc((var(--vh, 1vh)*100) - 150px)
	}

	.hp_banner_section .banner_desc {
		max-width: 489px;
		height: 100px
	}

	.hp_banner_section .tlo1 {
		width: 298px;
		top: calc(var(--vh, 1vh)*-7)
	}

	.hp_banner_section .tlo2 {
		width: 298px;
		right: 0;
		top: 2vh;
		top: calc(var(--vh, 1vh)*2)
	}

	.hp_banner_section .tlo3 {
		width: 162px;
		left: 14px;
		top: 1vh;
		top: calc(var(--vh, 1vh)*1)
	}

	.hp_banner_section .tlo4 {
		width: 255px;
		right: 39px;
		top: 3vh;
		top: calc(var(--vh, 1vh)*3)
	}

	.hp_banner_section .tlo5 {
		margin-right: 20px
	}

	.hp_banner_section .tlo6 {
		margin-left: 20px;
		top: -48px
	}

	.hp_banner_section .text_cont {
		width: 358px;
		right: 42px;
		top: 2vh;
		top: calc(var(--vh, 1vh)*2)
	}

	.hp_banner_section .text_wrap.tl5 svg {
		width: 108px
	}

	.hp_banner_section .text_wrap.tl6 svg {
		width: 210px
	}

	.hp_banner_section .hp_banner_logo_wrap svg {
		width: 75%
	}
}

@media screen and (orientation:landscape) and (max-width:1024px) and (max-height:500px) {
	.hp_banner_section .tlo2 {
		top: 18vh;
		top: calc(var(--vh, 1vh)*18)
	}

	.hp_banner_section .tlo3 {
		top: 24vh;
		top: calc(var(--vh, 1vh)*24)
	}

	.hp_banner_section .tlo4 {
		top: 37vh;
		top: calc(var(--vh, 1vh)*37)
	}

	.hp_banner_section .tlo6 {
		top: 0
	}

	.hp_banner_section .text_cont {
		top: 45vh;
		top: calc(var(--vh, 1vh)*45)
	}
}

@media screen and (max-width:767px) {
	.hp_banner_section .banner_desc_wrap {
		padding-top: 73vh;
		padding-top: calc(var(--vh, 1vh)*73)
	}

	.hp_banner_section .banner_desc {
		height: 80px
	}

	.hp_banner_section .text_wrap_rotation,
	.hp_banner_section .text_wrap_cont {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.hp_banner_section .container {
		padding-left: 15px;
		padding-right: 15px
	}

	.hp_banner_section .tlo1 {
		width: 172px
	}

	.hp_banner_section .tlo2 {
		width: 172px;
		right: 4px;
		top: 2vh;
		top: calc(var(--vh, 1vh)*2)
	}

	.hp_banner_section .tlo3 {
		width: 95px;
		left: 7px;
		top: 3vh;
		top: calc(var(--vh, 1vh)*3)
	}

	.hp_banner_section .tlo4 {
		width: 160px;
		right: 28px;
		top: 2vh;
		top: calc(var(--vh, 1vh)*2)
	}

	.hp_banner_section .tlo5 {
		margin-right: 10px
	}

	.hp_banner_section .tlo6 {
		margin-left: 10px;
		top: -18px
	}

	.hp_banner_section .text_cont {
		width: 206px;
		top: 0;
		top: calc(var(--vh, 1vh)*0);
		right: -6px
	}

	.hp_banner_section .text_wrap.tl5 svg {
		width: 66px
	}

	.hp_banner_section .text_wrap.tl6 svg {
		width: 120px
	}

	.hp_banner_section .arrows_down {
		bottom: 60px
	}
}

@media screen and (min-width:375px) and (max-width:767px) {
	.hp_banner_section .banner_desc_wrap {
		padding-top: 82vh;
		padding-top: calc(var(--vh, 1vh)*82)
	}

	.hp_banner_section .banner_desc {
		max-width: 345px
	}

	.hp_banner_section .tlo1 {
		width: 212px
	}

	.hp_banner_section .tlo2 {
		width: 212px;
		right: 4px
	}

	.hp_banner_section .tlo3 {
		width: 110px;
		left: 0
	}

	.hp_banner_section .tlo4 {
		width: 190px;
		right: 42px
	}

	.hp_banner_section .tlo5 {
		margin-right: 15px
	}

	.hp_banner_section .tlo6 {
		margin-left: 15px;
		top: -30px
	}

	.hp_banner_section .text_cont {
		width: 246px;
		right: 0
	}

	.hp_banner_section .text_wrap.tl5 svg {
		width: 80px
	}

	.hp_banner_section .text_wrap.tl6 svg {
		width: 146px
	}
}

.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0;
	text-align: left
}

.ngg-widget img {
	border: 2px solid #a9a9a9;
	margin: 0 2px 2px 0;
	padding: 1px;
	height: auto;
	float: left
}

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear: both;
	display: block !important
}

.ngg-galleryoverview .desc {
	margin: 0 10px 10px 0;
	padding: 5px
}

.ngg-gallery-thumbnail-box {
	float: left;
	max-width: 100% !important
}

.ngg-template-caption .ngg-gallery-thumbnail-box {
	margin-right: 0
}

.ngg-gallery-thumbnail {
	text-align: center;
	max-width: 100% !important;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin-right: 5px;
	margin: 5px
}

.ngg-template-caption .ngg-gallery-thumbnail {
	margin-right: 0
}

.ngg-gallery-thumbnail a {
	display: block;
	margin: 4px;
	border: none;
	box-shadow: none
}

.ngg-gallery-thumbnail img {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 100% !important;
	height: auto
}

.ngg-gallery-thumbnail span {
	font-size: 90%;
	padding-left: 5px;
	display: block
}

.ngg-galleryoverview {
	margin-top: 40px;
	margin-bottom: 50px;
	-webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, background-color 1s, transform 1s;
	min-height: 100px
}

.ngg-gallery-thumbnail-box.ngg-1-columns {
	width: 100%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-2-columns {
	width: 50%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-3-columns {
	width: 33.33333%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-4-columns {
	width: 25%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-5-columns {
	width: 20%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-6-columns {
	width: 16.6666%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-7-columns {
	width: 14.2857%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-8-columns {
	width: 12.5%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-9-columns {
	width: 11.1111%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-10-columns {
	width: 10%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-11-columns {
	width: 9.09%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-12-columns {
	width: 8.3333%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-13-columns {
	width: 7.692%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-14-columns {
	width: 7.142%;
	float: left !important
}

.ngg-gallery-thumbnail-box.ngg-15-columns {
	width: 6.6666%;
	float: left !important
}

@media (max-width:800px) {

	.ngg-gallery-thumbnail-box.ngg-5-columns,
	.ngg-gallery-thumbnail-box.ngg-6-columns,
	.ngg-gallery-thumbnail-box.ngg-7-columns,
	.ngg-gallery-thumbnail-box.ngg-8-columns,
	.ngg-gallery-thumbnail-box.ngg-9-columns,
	.ngg-gallery-thumbnail-box.ngg-10-columns,
	.ngg-gallery-thumbnail-box.ngg-11-columns,
	.ngg-gallery-thumbnail-box.ngg-12-columns,
	.ngg-gallery-thumbnail-box.ngg-13-columns,
	.ngg-gallery-thumbnail-box.ngg-14-columns,
	.ngg-gallery-thumbnail-box.ngg-15-columns,
	.ngg-gallery-thumbnail-box.ngg-16-columns,
	.ngg-gallery-thumbnail-box.ngg-17-columns,
	.ngg-gallery-thumbnail-box.ngg-18-columns,
	.ngg-gallery-thumbnail-box.ngg-19-columns,
	.ngg-gallery-thumbnail-box.ngg-29-columns {
		width: 25%
	}
}

@media (max-width:600px) {

	.ngg-gallery-thumbnail-box.ngg-4-columns,
	.ngg-gallery-thumbnail-box.ngg-5-columns,
	.ngg-gallery-thumbnail-box.ngg-6-columns,
	.ngg-gallery-thumbnail-box.ngg-7-columns,
	.ngg-gallery-thumbnail-box.ngg-8-columns,
	.ngg-gallery-thumbnail-box.ngg-9-columns,
	.ngg-gallery-thumbnail-box.ngg-10-columns,
	.ngg-gallery-thumbnail-box.ngg-11-columns,
	.ngg-gallery-thumbnail-box.ngg-12-columns,
	.ngg-gallery-thumbnail-box.ngg-13-columns,
	.ngg-gallery-thumbnail-box.ngg-14-columns,
	.ngg-gallery-thumbnail-box.ngg-15-columns,
	.ngg-gallery-thumbnail-box.ngg-16-columns,
	.ngg-gallery-thumbnail-box.ngg-17-columns,
	.ngg-gallery-thumbnail-box.ngg-18-columns,
	.ngg-gallery-thumbnail-box.ngg-19-columns,
	.ngg-gallery-thumbnail-box.ngg-29-columns {
		width: 33.33333%
	}
}

@media (max-width:400px) {

	.ngg-gallery-thumbnail-box.ngg-3-columns,
	.ngg-gallery-thumbnail-box.ngg-4-columns,
	.ngg-gallery-thumbnail-box.ngg-5-columns,
	.ngg-gallery-thumbnail-box.ngg-6-columns,
	.ngg-gallery-thumbnail-box.ngg-7-columns,
	.ngg-gallery-thumbnail-box.ngg-8-columns,
	.ngg-gallery-thumbnail-box.ngg-9-columns,
	.ngg-gallery-thumbnail-box.ngg-10-columns,
	.ngg-gallery-thumbnail-box.ngg-11-columns,
	.ngg-gallery-thumbnail-box.ngg-12-columns,
	.ngg-gallery-thumbnail-box.ngg-13-columns,
	.ngg-gallery-thumbnail-box.ngg-14-columns,
	.ngg-gallery-thumbnail-box.ngg-15-columns,
	.ngg-gallery-thumbnail-box.ngg-16-columns,
	.ngg-gallery-thumbnail-box.ngg-17-columns,
	.ngg-gallery-thumbnail-box.ngg-18-columns,
	.ngg-gallery-thumbnail-box.ngg-19-columns,
	.ngg-gallery-thumbnail-box.ngg-29-columns {
		width: 50%
	}
}

.ngg-galleryoverview.default-view {
	text-align: center;
	font-size: 0 !important;
	letter-spacing: 0 !important
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
	display: inline-block;
	float: none;
	vertical-align: middle
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
	background-color: transparent;
	border: none;
	margin: 0;
	margin-right: 0;
	position: relative
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
	margin: 2px;
	box-shadow: none
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
	opacity: .8
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
	margin: 0 auto;
	box-shadow: none;
	cursor: pointer
}

.ngg-galleryoverview.default-view .slideshowlink {
	margin: 24px auto 0;
	text-align: center;
	text-transform: uppercase
}

.ngg-galleryoverview.default-view .slideshowlink a {
	font-size: 13px;
	letter-spacing: .75px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	border: none
}

.ngg-galleryoverview.default-view .slideshowlink a:hover {
	text-decoration: none !important;
	box-shadow: none !important;
	border: none !important
}

.ngg-galleryoverview ul li:before {
	content: '' !important
}

.ngg-gallery-list {
	list-style-type: none;
	padding: 0 !important;
	text-indent: 0px !important
}

.ngg-galleryoverview div.pic img {
	width: 100%;
	border: 0;
	border-radius: 0
}

.ngg-gallery-list li {
	float: left;
	margin: 0 2px !important;
	overflow: hidden
}

.ngg-gallery-list li a {
	border: 1px solid #ccc;
	display: block;
	padding: 2px
}

.ngg-gallery-list li.selected a {
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #000 none repeat scroll 0 0
}

.ngg-gallery-list li img {
	height: 40px;
	width: 40px
}

li.ngg-next,
li.ngg-prev {
	height: 40px;
	width: 40px;
	font-size: 3.5em
}

li.ngg-next a,
li.ngg-prev a {
	padding-top: 10px;
	border: none;
	text-decoration: none
}

.ngg-caption-view-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.ngg-basic-thumbnails-carousel {
	display: flex;
	justify-content: center
}

.ngg-basic-thumbnails-carousel-list {
	display: flex;
	flex-wrap: wrap
}

.ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img {
	max-width: 80px !important
}

.ngg-slideshow.slick-slider {
	margin: 40px auto 50px !important;
	overflow: visible
}

.ngg-slideshow .ngg-gallery-slideshow-image {
	display: inline-block;
	text-align: center;
	font: 0/0 a
}

.ngg-slideshow .ngg-gallery-slideshow-image:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.ngg-slideshow .ngg-gallery-slideshow-image a {
	display: inline !important
}

.ngg-slideshow .ngg-gallery-slideshow-image img {
	margin: 0 auto;
	display: inline-block !important;
	vertical-align: middle;
	max-width: 99% !important;
	max-height: 98% !important
}

.ngg-slideshow .slick-prev {
	left: 20px !important;
	z-index: 10 !important;
	top: 49%;
	cursor: before
}

.ngg-slideshow .slick-next {
	right: 30px !important;
	z-index: 10 !important;
	top: 49%;
	cursor: pointer
}

.ngg-slideshow .slick-next:before,
.ngg-slideshow .slick-prev:before {
	color: #ccc !important;
	font-size: 32px !important
}

.ngg-slideshow .slick-next:hover:before,
.ngg-slideshow .slick-prev:hover:before {
	color: #aaa !important;
	font-size: 32px !important
}

.ngg-slideshow .slick-dots {
	margin: 0;
	padding: 0;
	bottom: -30px
}

.ngg-slideshow .slick-dots li {
	margin: 0
}

.ngg-slideshow .slick-dots li button {
	margin: 0
}

.ngg-slideshow .slick-dots li button:before {
	font-size: 8px;
	color: #888;
	opacity: .5;
	cursor: pointer
}

.ngg-slideshow .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #555
}

.slideshowlink {
	margin: -34px auto 50px;
	text-align: center;
	text-transform: uppercase
}

.slideshowlink a {
	font-size: 13px;
	letter-spacing: .75px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	border: none
}

.slideshowlink a:hover {
	text-decoration: none !important;
	box-shadow: none !important;
	border: none !important
}

@media (max-width:600px) {
	.ngg-slideshow .ngg-gallery-slideshow-image {
		height: 400px !important
	}
}

@media (max-width:450px) {
	.ngg-slideshow .ngg-gallery-slideshow-image {
		height: 300px !important
	}
}

a.fasc-button {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 3px 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	box-sizing: border-box
}

a.fasc-button:hover,
a.fasc-button:focus,
a.fasc-button:visited,
a.fasc-button:active {
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

a.fasc-button.fasc-ico-before:before,
a.fasc-button.fasc-ico-after:after {
	vertical-align: middle;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	margin-top: -2px
}

a.fasc-button.fasc-ico-after:before {
	display: none;
	content: none
}

a.fasc-size-xsmall.fasc-ico-before:before {
	font: 400 12px/1 dashicons;
	padding-right: 4px
}

a.fasc-size-small.fasc-ico-before:before {
	font: 400 14px/1 dashicons;
	padding-right: 4px
}

a.fasc-size-medium.fasc-ico-before:before {
	font: 400 16px/1 dashicons;
	padding-right: 5px
}

a.fasc-size-large.fasc-ico-before:before {
	font: 400 20px/1 dashicons;
	padding-right: 6px;
	line-height: 22px
}

a.fasc-size-xlarge.fasc-ico-before:before {
	font: 400 28px/1 dashicons;
	padding-right: 6px;
	line-height: 22px
}

a.fasc-button.ico-fa.fasc-ico-before:before {
	vertical-align: middle;
	display: inline-block;
	font: 400 12px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	padding-top: 0;
	padding-left: 1px
}

a.fasc-size-xsmall.ico-fa.fasc-ico-before:before {
	font: 400 11px/1 FontAwesome;
	padding-right: 6px
}

a.fasc-size-small.ico-fa.fasc-ico-before:before {
	font: 400 13px/1 FontAwesome;
	padding-right: 7px
}

a.fasc-size-medium.ico-fa.fasc-ico-before:before {
	font: 400 15px/1 FontAwesome;
	padding-right: 8px
}

a.fasc-size-large.ico-fa.fasc-ico-before:before {
	font: 400 19px/1 FontAwesome;
	padding-right: 9px;
	line-height: 22px
}

a.fasc-size-xlarge.ico-fa.fasc-ico-before:before {
	font: 400 28px/1 FontAwesome;
	padding-right: 9px;
	line-height: 22px
}

a.fasc-size-xsmall.fasc-ico-after:after {
	font: 400 12px/1 dashicons;
	padding-left: 4px
}

a.fasc-size-small.fasc-ico-after:after {
	font: 400 14px/1 dashicons;
	padding-left: 4px
}

a.fasc-size-medium.fasc-ico-after:after {
	font: 400 16px/1 dashicons;
	padding-left: 5px
}

a.fasc-size-large.fasc-ico-after:after {
	font: 400 20px/1 dashicons;
	padding-left: 6px;
	line-height: 22px
}

a.fasc-size-xlarge.fasc-ico-after:after {
	font: 400 28px/1 dashicons;
	padding-left: 6px;
	line-height: 22px
}

a.fasc-button.ico-fa.fasc-ico-after:after {
	vertical-align: middle;
	display: inline-block;
	font: 400 12px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	padding-top: 0;
	padding-right: 1px
}

a.fasc-size-xsmall.ico-fa.fasc-ico-after:after {
	font: 400 11px/1 FontAwesome;
	padding-left: 6px
}

a.fasc-size-small.ico-fa.fasc-ico-after:after {
	font: 400 13px/1 FontAwesome;
	padding-left: 7px
}

a.fasc-size-medium.ico-fa.fasc-ico-after:after {
	font: 400 15px/1 FontAwesome;
	padding-left: 8px
}

a.fasc-size-large.ico-fa.fasc-ico-after:after {
	font: 400 19px/1 FontAwesome;
	padding-left: 9px;
	line-height: 22px
}

a.fasc-size-xlarge.ico-fa.fasc-ico-after:after {
	font: 400 28px/1 FontAwesome;
	padding-left: 9px;
	line-height: 22px
}

.fasc-size-xsmall {
	font-size: 10px;
	padding: 5px 7px;
	border: 0
}

.fasc-size-small {
	font-size: 12px;
	padding: 6px 8px;
	border: 0;
	line-height: 17px
}

.fasc-size-medium {
	font-size: 14px;
	padding: 7px 9px;
	font-size: 14px;
	line-height: 19px;
	border: 0
}

.fasc-size-large {
	font-size: 18px;
	padding: 8px 10px;
	border: 0;
	line-height: 24px
}

.fasc-size-xlarge {
	font-size: 24px;
	padding: 11px 13px;
	border: 0;
	line-height: 33px
}

.fasc-type-flat:hover {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

a.fasc-type-glossy {
	background-color: #247edd;
	border: 1px solid rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .12) 51%, rgba(0, 0, 0, .04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .12) 51%, rgba(0, 0, 0, .04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .12) 51%, rgba(0, 0, 0, .04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .12) 51%, rgba(0, 0, 0, .04))
}

a.fasc-type-glossy:hover {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), 0(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 51%, rgba(0, 0, 0, .1));
	border: 1px solid rgba(0, 0, 0, .1)
}

.fasc-type-popout.fasc-size-xlarge {
	-webkit-box-shadow: 7px 7px 0 #777;
	-moz-box-shadow: 7px 7px 0 #777;
	box-shadow: 7px 7px 0 #777
}

.fasc-type-popout.fasc-size-large {
	-webkit-box-shadow: 6px 6px 0 #777;
	-moz-box-shadow: 6px 6px 0 #777;
	box-shadow: 6px 6px 0 #777
}

.fasc-type-popout.fasc-size-medium {
	-webkit-box-shadow: 5px 5px 0 #777;
	-moz-box-shadow: 5px 5px 0 #777;
	box-shadow: 5px 5px 0 #777
}

.fasc-type-popout.fasc-size-small {
	-webkit-box-shadow: 4px 4px 0 #777;
	-moz-box-shadow: 4px 4px 0 #777;
	box-shadow: 4px 4px 0 #777
}

.fasc-type-popout.fasc-size-xsmall {
	-webkit-box-shadow: 3px 3px 0 #777;
	-moz-box-shadow: 3px 3px 0 #777;
	box-shadow: 3px 3px 0 #777
}

.fasc-type-popout.fasc-size-xlarge:hover {
	-webkit-box-shadow: 5px 5px 0 #777;
	-moz-box-shadow: 5px 5px 0 #777;
	box-shadow: 5px 5px 0 #777
}

.fasc-type-popout.fasc-size-large:hover {
	-webkit-box-shadow: 4px 4px 0 #777;
	-moz-box-shadow: 4px 4px 0 #777;
	box-shadow: 4px 4px 0 #777
}

.fasc-type-popout.fasc-size-medium:hover {
	-webkit-box-shadow: 3px 3px 0 #777;
	-moz-box-shadow: 3px 3px 0 #777;
	box-shadow: 3px 3px 0 #777
}

.fasc-type-popout.fasc-size-small:hover {
	-webkit-box-shadow: 3px 3px 0 #777;
	-moz-box-shadow: 3px 3px 0 #777;
	box-shadow: 3px 3px 0 #777
}

.fasc-type-popout.fasc-size-xsmall:hover {
	-webkit-box-shadow: 2px 2px 0 #777;
	-moz-box-shadow: 2px 2px 0 #777;
	box-shadow: 2px 2px 0 #777
}

.fasc-type-popout:hover {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

a.fasc-button.rounded.fasc-size-xlarge,
.fasc-rounded-medium.fasc-size-xlarge {
	border-radius: 15px
}

a.fasc-button.rounded.fasc-size-large,
.fasc-rounded-medium.fasc-size-large {
	border-radius: 10px
}

a.fasc-button.rounded.fasc-size-medium,
.fasc-rounded-medium.fasc-size-medium {
	border-radius: 9px
}

a.fasc-button.rounded.fasc-size-small,
.fasc-rounded-medium.fasc-size-small {
	border-radius: 8px
}

a.fasc-button.rounded.fasc-size-xsmall,
.fasc-rounded-medium.fasc-size-xsmall {
	border-radius: 7px
}

a.fasc-style-bold {
	font-weight: 700
}

a.fasc-style-italic {
	font-style: italic
}

a.fasc-style-strikethrough {
	text-decoration: line-through
}

.fasc-button.fasc-style-strikethrough:hover {
	text-decoration: line-through
}