/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/d1b818587c3bc65058fe.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/d1b818587c3bc65058fe.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/35d57320d9df28ec0d0d.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/92bef7e45fed3caba8dc.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/f423048bf942a7a33b33.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/5cbbd560bcf30acb95dd.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/f5d5fce2f36b5776eab8.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}b,strong{font-weight:bolder}small,.small{font-size:0.875em}sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sup{top:-0.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}code{font-size:0.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}button,[type=button]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled){cursor:pointer}textarea{resize:vertical}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}output{display:inline-block}iframe{border:0}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.list-unstyled{padding-left:0;list-style:none}.container,.container-fluid{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container{max-width:540px}}@media(min-width: 768px){.container{max-width:720px}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1200px){.container{max-width:1140px}}@media(min-width: 1400px){.container{max-width:1320px}}@media(min-width: 1600px){.container{max-width:1684px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) / -2);margin-left:calc(var(--bs-gutter-x) / -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) / 2);padding-left:calc(var(--bs-gutter-x) / 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.col-auto{flex:0 0 auto;width:auto}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-6{flex:0 0 auto;width:50%}.col-9{flex:0 0 auto;width:75%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.gx-0{--bs-gutter-x: 0}.g-1{--bs-gutter-x: 0.25rem}.g-1{--bs-gutter-y: 0.25rem}.g-2{--bs-gutter-x: 0.5rem}.g-2{--bs-gutter-y: 0.5rem}.g-3{--bs-gutter-x: 1rem}.g-3{--bs-gutter-y: 1rem}.g-5{--bs-gutter-x: 3rem}.g-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.gx-sm-0{--bs-gutter-x: 0}}@media(min-width: 768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-5{margin-left:41.6666666667%}.gx-lg-0{--bs-gutter-x: 0}}@media(min-width: 1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-1{margin-left:8.3333333333%}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.offset-xxl-2{margin-left:16.6666666667%}}@media(min-width: 1600px){.col-xxxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxxl-11{flex:0 0 auto;width:91.6666666667%}.offset-xxxl-1{margin-left:8.3333333333%}}.table{--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #212529;--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: #212529;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #212529;--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn:disabled,.btn.disabled{pointer-events:none;opacity:.65}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.dropdown{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#e9ecef;border-radius:.25rem}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-0.5rem -0.5rem -0.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}@media(max-width: 1599.98px){.modal-fullscreen-xxxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxxl-down .modal-header{border-radius:0}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.carousel{position:relative}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.clearfix::after{display:block;clear:both;content:""}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.align-bottom{vertical-align:bottom !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.top-0{top:0 !important}.bottom-0{bottom:0 !important}.start-0{left:0 !important}.end-0{right:0 !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start-0{border-left:0 !important}.border-white{border-color:#fff !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-column{flex-direction:column !important}.flex-shrink-0{flex-shrink:0 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-stretch{align-items:stretch !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.order-0{order:0 !important}.order-1{order:1 !important}.m-0{margin:0 !important}.m-2{margin:.5rem !important}.m-5{margin:3rem !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.mt-n5{margin-top:-3rem !important}.p-0{padding:0 !important}.p-2{padding:.5rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-0{padding-top:0 !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pe-0{padding-right:0 !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-2{padding-left:.5rem !important}.ps-4{padding-left:1.5rem !important}.fst-italic{font-style:italic !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.lh-1{line-height:1 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-nowrap{white-space:nowrap !important}.text-white{color:#fff !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.rounded-0{border-radius:0 !important}.rounded-circle{border-radius:50% !important}.visible{visibility:visible !important}@media(min-width: 576px){.d-sm-flex{display:flex !important}.flex-sm-row{flex-direction:row !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.justify-content-sm-end{justify-content:flex-end !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mt-sm-0{margin-top:0 !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.mt-sm-n2{margin-top:-0.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.pb-sm-3{padding-bottom:1rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-3{padding-left:1rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}}@media(min-width: 768px){.d-md-block{display:block !important}.d-md-none{display:none !important}.flex-md-row{flex-direction:row !important}.flex-md-nowrap{flex-wrap:nowrap !important}.justify-content-md-end{justify-content:flex-end !important}.align-items-md-start{align-items:flex-start !important}.mt-md-0{margin-top:0 !important}.mt-md-3{margin-top:1rem !important}.mt-md-5{margin-top:3rem !important}.me-md-3{margin-right:1rem !important}.mb-md-0{margin-bottom:0 !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.ms-md-0{margin-left:0 !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-auto{margin-left:auto !important}.p-md-4{padding:1.5rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.ps-md-0{padding-left:0 !important}.text-md-start{text-align:left !important}}@media(min-width: 992px){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-column{flex-direction:column !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.align-items-lg-start{align-items:flex-start !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.mt-lg-0{margin-top:0 !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.ms-lg-0{margin-left:0 !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-4{padding-left:1.5rem !important}.text-lg-end{text-align:right !important}}@media(min-width: 1200px){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-none{display:none !important}.align-items-xl-stretch{align-items:stretch !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-xl-0{margin-top:0 !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-5{margin-bottom:3rem !important}.ms-xl-3{margin-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.ps-xl-0{padding-left:0 !important}}@media(min-width: 1400px){.d-xxl-flex{display:flex !important}.justify-content-xxl-end{justify-content:flex-end !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.mb-xxl-5{margin-bottom:3rem !important}.ms-xxl-5{margin-left:3rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}}@media(min-width: 1600px){.align-items-xxxl-start{align-items:flex-start !important}.align-items-xxxl-end{align-items:flex-end !important}.mt-xxxl-0{margin-top:0 !important}.mt-xxxl-2{margin-top:.5rem !important}.mt-xxxl-3{margin-top:1rem !important}.mt-xxxl-4{margin-top:1.5rem !important}.me-xxxl-4{margin-right:1.5rem !important}.mb-xxxl-0{margin-bottom:0 !important}.mb-xxxl-4{margin-bottom:1.5rem !important}.p-xxxl-2{padding:.5rem !important}.p-xxxl-5{padding:3rem !important}.px-xxxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pe-xxxl-3{padding-right:1rem !important}.pe-xxxl-4{padding-right:1.5rem !important}.pb-xxxl-2{padding-bottom:.5rem !important}.ps-xxxl-3{padding-left:1rem !important}.ps-xxxl-4{padding-left:1.5rem !important}.ps-xxxl-5{padding-left:3rem !important}}@font-face{font-family:"Helvetica Neue";src:url(../fonts/HelveticaNeue-Thin.woff2) format("woff2"),url(../fonts/HelveticaNeue-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica Neue";src:url(../fonts/HelveticaNeue-Light.woff2) format("woff2"),url(../fonts/HelveticaNeue-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica Neue";src:url(../fonts/HelveticaNeue-Medium.woff2) format("woff2"),url(../fonts/HelveticaNeue-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica Neue";src:url(../fonts/HelveticaNeue-Bold.woff2) format("woff2"),url(../fonts/HelveticaNeue-Bold.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica Neue";src:url(../fonts/HelveticaNeue-Roman.woff2) format("woff2"),url(../fonts/HelveticaNeue-Roman.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"icomoon";src:url(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf) format("truetype"),url(../fonts/icomoon.woff) format("woff"),url(../fonts/icomoon.svg#icomoon) format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-calendar_alt:before{content:"";color:#265eff}.icon-calendar:before{content:"";color:#265eff}.icon-download:before{content:""}.icon-add_collection:before{content:"";color:#fff}.icon-download_arrow:before{content:"";color:#fff}.icon-html_btn:before{content:"";color:#fff}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play,.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn,.videos-gallery #thumbs-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn,.intro video,.globe #globe canvas,.media-center-section .youtube-video-wrapper .player-wrapper .play,.metals #metals canvas,.homepage-carousel .swiper .swiper-slide video,.activities-intro .swiper .swiper-slide video,footer .footer-bottom .umobit-logo img,form input.checkbox:checked~.custom-checkbox:after{top:50%;left:50%;transform:translate(-50%, -50%)}.activities-intro .swiper .swiper-slide .box .next .cross:after,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross:after,.axes-goals .boxes img,.factsheet .animated-circle,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross:after{left:50%;transform:translateX(-50%)}.activities-intro .swiper .swiper-slide .box .next .cross:before,.calculators .tab-content .tab-pane .datepicker-wrapper i,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross:before,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross:before{top:50%;transform:translateY(-50%)}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video:before{position:absolute;left:0;top:0;content:"";display:block;height:100%;width:100%}body{min-height:100vh;display:flex;flex-direction:column;max-width:1920px;margin:0 auto;font-family:"Helvetica Neue";color:#0f0f0f}body.no-transition .from-top,body.no-transition .from-bottom,body.no-transition .from-left,body.no-transition .from-right,body.no-transition .img-text .editor>*,body.no-transition .text-section .editor>*,body.no-transition .most-wanted-widget .editor>*,body.no-transition .our-business .editor>*,body.no-transition [data-splitting],body.no-transition .has-overlay:before{transition:none !important}body.no-transition .has-overlay.fire:before{transform:scaleY(0) !important;animation:none !important}body.no-transition .intro img{transform:none !important}img{height:auto;max-width:100%}.bg-img{background-repeat:no-repeat;background-size:cover;background-position:center}hr{opacity:1}h1,.h1,h2,.h2{font-size:calc(1.8rem + 6.6vw)}@media(min-width: 1200px){h1,.h1,h2,.h2{font-size:6.75rem}}h3,.h3{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h3,.h3{font-size:1.5rem}}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1.125rem}a{text-decoration:none;color:#0f0f0f}a:hover{color:initial}p:last-child{margin-bottom:0}strong{font-weight:bold}.over{z-index:5}.blue{color:#265eff !important}@media(min-width: 992px){.custom-container{max-width:calc(960px + (100vw - 960px) / 2 - .75rem)}}@media(min-width: 1200px){.custom-container{max-width:calc(1140px + (100vw - 1140px) / 2 - .75rem)}}@media(min-width: 1400px){.custom-container{max-width:calc(1320px + (100vw - 1320px) / 2 - .75rem)}}@media(min-width: 1600px){.custom-container{max-width:calc(1684px + (100vw - 1684px) / 2 - .75rem)}}section{padding:4rem 0}section.img-text ul,section.img-text ol,section.text-section ul,section.text-section ol,section.board-of-directors ul,section.board-of-directors ol,section.strategy ul,section.strategy ol,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ol,section.most-wanted-widget ul,section.most-wanted-widget ol,section.purpose-values .boxes-wrapper .box ul,section.purpose-values .boxes-wrapper .box ol,section.esg .tab-content .tab-pane .editor ul,section.esg .tab-content .tab-pane .editor ol{list-style:none;padding:0;margin:0}section.img-text ul li,section.img-text ol li,section.text-section ul li,section.text-section ol li,section.board-of-directors ul li,section.board-of-directors ol li,section.strategy ul li,section.strategy ol li,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ol li,section.most-wanted-widget ul li,section.most-wanted-widget ol li,section.purpose-values .boxes-wrapper .box ul li,section.purpose-values .boxes-wrapper .box ol li,section.esg .tab-content .tab-pane .editor ul li,section.esg .tab-content .tab-pane .editor ol li{position:relative}section.img-text ul li:before,section.img-text ol li:before,section.text-section ul li:before,section.text-section ol li:before,section.board-of-directors ul li:before,section.board-of-directors ol li:before,section.strategy ul li:before,section.strategy ol li:before,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ol li:before,section.most-wanted-widget ul li:before,section.most-wanted-widget ol li:before,section.purpose-values .boxes-wrapper .box ul li:before,section.purpose-values .boxes-wrapper .box ol li:before,section.esg .tab-content .tab-pane .editor ul li:before,section.esg .tab-content .tab-pane .editor ol li:before{content:"";position:absolute;left:0}section.img-text ul li p,section.img-text ol li p,section.text-section ul li p,section.text-section ol li p,section.board-of-directors ul li p,section.board-of-directors ol li p,section.strategy ul li p,section.strategy ol li p,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li p,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ol li p,section.most-wanted-widget ul li p,section.most-wanted-widget ol li p,section.purpose-values .boxes-wrapper .box ul li p,section.purpose-values .boxes-wrapper .box ol li p,section.esg .tab-content .tab-pane .editor ul li p,section.esg .tab-content .tab-pane .editor ol li p{margin-bottom:0}section.img-text ul li:before,section.text-section ul li:before,section.board-of-directors ul li:before,section.strategy ul li:before,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before,section.most-wanted-widget ul li:before,section.purpose-values .boxes-wrapper .box ul li:before,section.esg .tab-content .tab-pane .editor ul li:before{background:#265eff}section.img-text ol,section.text-section ol,section.board-of-directors ol,section.strategy ol,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ol,section.most-wanted-widget ol,section.purpose-values .boxes-wrapper .box ol,section.esg .tab-content .tab-pane .editor ol{counter-reset:my-awesome-counter}section.img-text ol li,section.text-section ol li,section.board-of-directors ol li,section.strategy ol li,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ol li,section.most-wanted-widget ol li,section.purpose-values .boxes-wrapper .box ol li,section.esg .tab-content .tab-pane .editor ol li{counter-increment:my-awesome-counter}section.img-text ol li:before,section.text-section ol li:before,section.board-of-directors ol li:before,section.strategy ol li:before,section.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ol li:before,section.most-wanted-widget ol li:before,section.purpose-values .boxes-wrapper .box ol li:before,section.esg .tab-content .tab-pane .editor ol li:before{content:counter(my-awesome-counter) ". ";font-weight:bold}section.text-section ul li,section.img-text ul li,section.board-of-directors ul li,section.strategy ul li,section.most-wanted-widget ul li,section.purpose-values .boxes-wrapper .box ul li{padding-left:calc(12px + 1.5rem)}section.text-section ul li:before,section.img-text ul li:before,section.board-of-directors ul li:before,section.strategy ul li:before,section.most-wanted-widget ul li:before,section.purpose-values .boxes-wrapper .box ul li:before{width:12px;height:12px;border-radius:100%;top:11px}.swiper-lazy-preloader{border:4px solid #0f0f0f;border-top:4px solid transparent}.swiper-scrollbar:not(.videos-gallery .thumbs-wrapper .swiper-scrollbar){height:2px !important;background:#ced2d6}.swiper-scrollbar:not(.videos-gallery .thumbs-wrapper .swiper-scrollbar) .swiper-scrollbar-drag{border-radius:0;background:#777879}.swiper-button-prev,.swiper-button-next{font-size:1.25rem}.swiper-button-prev:not(.text-white),.swiper-button-next:not(.text-white){color:#2b2b2b !important}.swiper-button-prev:after,.swiper-button-next:after{display:none}.select2 .select2-selection--single{border:0 !important;border-radius:0 !important;height:auto !important;border-bottom:1px solid #265eff !important}.select2 .select2-selection--single .select2-selection__rendered{color:#265eff !important;font-weight:bold !important;line-height:1.2 !important;padding:.5rem calc(16px + 1rem) .5rem .5rem !important}@media(max-width: 575.98px){.select2 .select2-selection--single .select2-selection__rendered{padding:.5rem calc(16px + .5rem) .5rem 0 !important}}.select2 .select2-selection--single .select2-selection__arrow{top:50% !important;transform:translateY(-50%) !important;right:.5rem !important;height:auto !important;width:auto !important;line-height:0 !important;color:#265eff !important}@media(max-width: 575.98px){.select2 .select2-selection--single .select2-selection__arrow{right:0 !important}}.select2 .select2-selection--single .select2-selection__arrow:before{content:"";font-weight:900;font-family:"Font Awesome 6 Free";-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.select2 .select2-selection--single .select2-selection__arrow b{display:none}.select2 .select2-selection--single.select-gray-selection{border-color:#0f0f0f !important}.select2 .select2-selection--single.select-gray-selection .select2-selection__rendered{background:#ededed !important;color:#0f0f0f !important}.select2 .select2-selection--single.select-gray-selection .select2-selection__arrow{color:#0f0f0f !important}.select2 .select2-selection--single.select-rounded-selection .select2-selection__rendered{line-height:60px !important;color:#0f0f0f !important;padding-top:0 !important;padding-bottom:0 !important;font-weight:400 !important;padding-right:calc(1.5rem + 1rem + 18px) !important}.select2 .select2-selection--single.select-rounded-selection .select2-selection__arrow{right:1.5rem !important}.select2 .select2-selection--single.select-rounded-selection.select2-container--open .select2-selection--single{border-bottom:0 !important;border-radius:1.9rem 1.9rem 0 0 !important}.select2-container{z-index:5 !important}.select2-container .select2-dropdown{border-radius:0 !important;border-top:0 !important;border-color:#265eff !important}.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{background:transparent !important;font-weight:bold !important;padding:.5rem .5rem 0 !important;line-height:1.2 !important}.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option:last-child{padding-bottom:.5rem !important}.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted{color:#265eff !important}.select2-container .select2-dropdown.select-gray-dropdown{background:#ededed !important;border-color:#0f0f0f !important}.select2-container .select2-dropdown.select-rounded-dropdown{border-radius:0 0 1.9rem 1.9rem !important;border-top:0 !important;border-color:#cacbd2 !important}.select2-container .select2-dropdown.select-rounded-dropdown .select2-results .select2-results__options .select2-results__option{padding:.5rem 1.75rem 0 !important;font-weight:400 !important}.select2-container .select2-dropdown.select-rounded-dropdown .select2-results .select2-results__options .select2-results__option:first-child{padding-top:0 !important}.select2-container .select2-dropdown.select-rounded-dropdown .select2-results .select2-results__options .select2-results__option:last-child{padding-bottom:1rem !important}.select2 .select2-selection--single .select2-selection__rendered,.select2 .select2-selection--single .select2-selection__arrow:before,.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.125rem}@media(max-width: 575.98px){.select2 .select2-selection--single .select2-selection__rendered,.select2 .select2-selection--single .select2-selection__arrow:before,.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}.custom-btn-arrow{font-size:calc(1.275rem + 0.3vw);border-radius:3rem;transition:opacity .3s cubic-bezier(0.16, 0.01, 0.77, 1),transform .3s cubic-bezier(0.16, 0.01, 0.77, 1),color .3s ease-out}@media(min-width: 1200px){.custom-btn-arrow{font-size:1.5rem}}@media(min-width: 1400px){.custom-btn-arrow{padding:.75rem .75rem .75rem 2.5rem !important}}.custom-btn-arrow .arrow{background:#265eff;width:62px;height:62px}.custom-btn-arrow:hover{color:#fff}.custom-btn-arrow.dark{border:1px solid #d2d2d2}.custom-btn-arrow.dark .arrow{background:#0f0f0f}.custom-btn-arrow.dark:before{background:#0f0f0f}@media(max-width: 1599.98px){.custom-btn-arrow{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.custom-btn-arrow{font-size:1.375rem}}@media(max-width: 1599.98px){.custom-btn-arrow .arrow{width:57px;height:57px}}@media(max-width: 1399.98px){.custom-btn-arrow{font-size:1.25rem}.custom-btn-arrow .arrow{width:52px;height:52px}}@media(max-width: 1199.98px){.custom-btn-arrow{font-size:1.125rem}.custom-btn-arrow .arrow{width:47px;height:47px;margin-left:1.5rem !important}}@media(max-width: 575.98px){.custom-btn-arrow{font-size:1rem}.custom-btn-arrow .arrow{width:42px;height:42px}}.custom-btn{border-width:1px;border-style:solid;padding-left:2.5rem;padding-right:2.5rem;border-radius:3rem;transition:opacity .3s cubic-bezier(0.16, 0.01, 0.77, 1),transform .3s cubic-bezier(0.16, 0.01, 0.77, 1),border-color .3s cubic-bezier(0.16, 0.01, 0.77, 1),color .3s ease-out}.custom-btn.bg-white{color:#212121;border-color:#fff}.custom-btn.bg-white:before{background:#8ba9ff}.custom-btn.bg-white:hover{border-color:#8ba9ff;color:#fff}.custom-btn.bg-transparent{color:#fff;border-color:#a8a8a8}.custom-btn.bg-transparent:before{background:#fff}.custom-btn.bg-transparent:hover{border-color:#fff;color:#212121}.arrow-btn:hover i{animation:arrow 1.5s ease-in infinite forwards}.custom-btn,.arrow-btn{font-size:1.125rem}.custom-btn:before,.custom-btn-arrow:before{content:"";position:absolute;top:0;left:-50px;width:0;height:100%;transform:skewX(-35deg);transition:width .5s;background:#265eff}.custom-btn:hover:before,.custom-btn-arrow:hover:before{width:200%}.file-btn{font-size:calc(1.275rem + 0.3vw);border-color:#cacbd2 !important}@media(min-width: 1200px){.file-btn{font-size:1.5rem}}.file-btn .pdf-text,.file-btn .size-text{font-size:1.125rem}.file-btn svg{max-width:20px}.from-top{transform:translateY(-40px)}.from-bottom,.img-text .editor>*,.text-section .editor>*,.most-wanted-widget .editor>*,.our-business .editor>*{transform:translateY(40px)}.from-left{transform:translateX(-40px)}.from-right{transform:translateX(40px)}.from-top,.from-bottom,.from-left,.from-right,.img-text .editor>*,.text-section .editor>*,.most-wanted-widget .editor>*,.our-business .editor>*{opacity:0;transition:opacity .3s cubic-bezier(0.16, 0.01, 0.77, 1),transform .3s cubic-bezier(0.16, 0.01, 0.77, 1)}.from-top.fire,.from-bottom.fire,.from-left.fire,.from-right.fire,.img-text .editor>*.fire,.text-section .editor>*.fire,.most-wanted-widget .editor>*.fire,.our-business .editor>*.fire{opacity:1;transform:none}[data-splitting]:not(.chars) .word{transform:translate3d(10px, 80px, 0);opacity:0;transition:transform .8s cubic-bezier(0.19, 1, 0.22, 1),opacity .8s cubic-bezier(0.19, 1, 0.22, 1)}[data-splitting].chars .char{transform:translate3d(10px, 0, 0);opacity:0;transition:transform .8s cubic-bezier(0.19, 1, 0.22, 1),opacity .8s cubic-bezier(0.19, 1, 0.22, 1)}[data-splitting].fire .word,[data-splitting].fire .char{transform:none;opacity:1}[data-splitting]:not(.lines):not(.chars) .word:nth-child(1){transition-delay:.01s}[data-splitting]:not(.lines).chars .char:nth-child(1){transition-delay:.03s}[data-splitting].lines .word[style*="--line-index: 1"]{transition-delay:.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(2){transition-delay:.02s}[data-splitting]:not(.lines).chars .char:nth-child(2){transition-delay:.06s}[data-splitting].lines .word[style*="--line-index: 2"]{transition-delay:.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(3){transition-delay:.03s}[data-splitting]:not(.lines).chars .char:nth-child(3){transition-delay:.09s}[data-splitting].lines .word[style*="--line-index: 3"]{transition-delay:.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(4){transition-delay:.04s}[data-splitting]:not(.lines).chars .char:nth-child(4){transition-delay:.12s}[data-splitting].lines .word[style*="--line-index: 4"]{transition-delay:.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(5){transition-delay:.05s}[data-splitting]:not(.lines).chars .char:nth-child(5){transition-delay:.15s}[data-splitting].lines .word[style*="--line-index: 5"]{transition-delay:.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(6){transition-delay:.06s}[data-splitting]:not(.lines).chars .char:nth-child(6){transition-delay:.18s}[data-splitting].lines .word[style*="--line-index: 6"]{transition-delay:.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(7){transition-delay:.07s}[data-splitting]:not(.lines).chars .char:nth-child(7){transition-delay:.21s}[data-splitting].lines .word[style*="--line-index: 7"]{transition-delay:.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(8){transition-delay:.08s}[data-splitting]:not(.lines).chars .char:nth-child(8){transition-delay:.24s}[data-splitting].lines .word[style*="--line-index: 8"]{transition-delay:.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(9){transition-delay:.09s}[data-splitting]:not(.lines).chars .char:nth-child(9){transition-delay:.27s}[data-splitting].lines .word[style*="--line-index: 9"]{transition-delay:.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(10){transition-delay:.1s}[data-splitting]:not(.lines).chars .char:nth-child(10){transition-delay:.3s}[data-splitting].lines .word[style*="--line-index: 10"]{transition-delay:1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(11){transition-delay:.11s}[data-splitting]:not(.lines).chars .char:nth-child(11){transition-delay:.33s}[data-splitting].lines .word[style*="--line-index: 11"]{transition-delay:1.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(12){transition-delay:.12s}[data-splitting]:not(.lines).chars .char:nth-child(12){transition-delay:.36s}[data-splitting].lines .word[style*="--line-index: 12"]{transition-delay:1.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(13){transition-delay:.13s}[data-splitting]:not(.lines).chars .char:nth-child(13){transition-delay:.39s}[data-splitting].lines .word[style*="--line-index: 13"]{transition-delay:1.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(14){transition-delay:.14s}[data-splitting]:not(.lines).chars .char:nth-child(14){transition-delay:.42s}[data-splitting].lines .word[style*="--line-index: 14"]{transition-delay:1.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(15){transition-delay:.15s}[data-splitting]:not(.lines).chars .char:nth-child(15){transition-delay:.45s}[data-splitting].lines .word[style*="--line-index: 15"]{transition-delay:1.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(16){transition-delay:.16s}[data-splitting]:not(.lines).chars .char:nth-child(16){transition-delay:.48s}[data-splitting].lines .word[style*="--line-index: 16"]{transition-delay:1.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(17){transition-delay:.17s}[data-splitting]:not(.lines).chars .char:nth-child(17){transition-delay:.51s}[data-splitting].lines .word[style*="--line-index: 17"]{transition-delay:1.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(18){transition-delay:.18s}[data-splitting]:not(.lines).chars .char:nth-child(18){transition-delay:.54s}[data-splitting].lines .word[style*="--line-index: 18"]{transition-delay:1.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(19){transition-delay:.19s}[data-splitting]:not(.lines).chars .char:nth-child(19){transition-delay:.57s}[data-splitting].lines .word[style*="--line-index: 19"]{transition-delay:1.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(20){transition-delay:.2s}[data-splitting]:not(.lines).chars .char:nth-child(20){transition-delay:.6s}[data-splitting].lines .word[style*="--line-index: 20"]{transition-delay:2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(21){transition-delay:.21s}[data-splitting]:not(.lines).chars .char:nth-child(21){transition-delay:.63s}[data-splitting].lines .word[style*="--line-index: 21"]{transition-delay:2.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(22){transition-delay:.22s}[data-splitting]:not(.lines).chars .char:nth-child(22){transition-delay:.66s}[data-splitting].lines .word[style*="--line-index: 22"]{transition-delay:2.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(23){transition-delay:.23s}[data-splitting]:not(.lines).chars .char:nth-child(23){transition-delay:.69s}[data-splitting].lines .word[style*="--line-index: 23"]{transition-delay:2.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(24){transition-delay:.24s}[data-splitting]:not(.lines).chars .char:nth-child(24){transition-delay:.72s}[data-splitting].lines .word[style*="--line-index: 24"]{transition-delay:2.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(25){transition-delay:.25s}[data-splitting]:not(.lines).chars .char:nth-child(25){transition-delay:.75s}[data-splitting].lines .word[style*="--line-index: 25"]{transition-delay:2.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(26){transition-delay:.26s}[data-splitting]:not(.lines).chars .char:nth-child(26){transition-delay:.78s}[data-splitting].lines .word[style*="--line-index: 26"]{transition-delay:2.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(27){transition-delay:.27s}[data-splitting]:not(.lines).chars .char:nth-child(27){transition-delay:.81s}[data-splitting].lines .word[style*="--line-index: 27"]{transition-delay:2.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(28){transition-delay:.28s}[data-splitting]:not(.lines).chars .char:nth-child(28){transition-delay:.84s}[data-splitting].lines .word[style*="--line-index: 28"]{transition-delay:2.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(29){transition-delay:.29s}[data-splitting]:not(.lines).chars .char:nth-child(29){transition-delay:.87s}[data-splitting].lines .word[style*="--line-index: 29"]{transition-delay:2.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(30){transition-delay:.3s}[data-splitting]:not(.lines).chars .char:nth-child(30){transition-delay:.9s}[data-splitting].lines .word[style*="--line-index: 30"]{transition-delay:3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(31){transition-delay:.31s}[data-splitting]:not(.lines).chars .char:nth-child(31){transition-delay:.93s}[data-splitting].lines .word[style*="--line-index: 31"]{transition-delay:3.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(32){transition-delay:.32s}[data-splitting]:not(.lines).chars .char:nth-child(32){transition-delay:.96s}[data-splitting].lines .word[style*="--line-index: 32"]{transition-delay:3.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(33){transition-delay:.33s}[data-splitting]:not(.lines).chars .char:nth-child(33){transition-delay:.99s}[data-splitting].lines .word[style*="--line-index: 33"]{transition-delay:3.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(34){transition-delay:.34s}[data-splitting]:not(.lines).chars .char:nth-child(34){transition-delay:1.02s}[data-splitting].lines .word[style*="--line-index: 34"]{transition-delay:3.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(35){transition-delay:.35s}[data-splitting]:not(.lines).chars .char:nth-child(35){transition-delay:1.05s}[data-splitting].lines .word[style*="--line-index: 35"]{transition-delay:3.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(36){transition-delay:.36s}[data-splitting]:not(.lines).chars .char:nth-child(36){transition-delay:1.08s}[data-splitting].lines .word[style*="--line-index: 36"]{transition-delay:3.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(37){transition-delay:.37s}[data-splitting]:not(.lines).chars .char:nth-child(37){transition-delay:1.11s}[data-splitting].lines .word[style*="--line-index: 37"]{transition-delay:3.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(38){transition-delay:.38s}[data-splitting]:not(.lines).chars .char:nth-child(38){transition-delay:1.14s}[data-splitting].lines .word[style*="--line-index: 38"]{transition-delay:3.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(39){transition-delay:.39s}[data-splitting]:not(.lines).chars .char:nth-child(39){transition-delay:1.17s}[data-splitting].lines .word[style*="--line-index: 39"]{transition-delay:3.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(40){transition-delay:.4s}[data-splitting]:not(.lines).chars .char:nth-child(40){transition-delay:1.2s}[data-splitting].lines .word[style*="--line-index: 40"]{transition-delay:4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(41){transition-delay:.41s}[data-splitting]:not(.lines).chars .char:nth-child(41){transition-delay:1.23s}[data-splitting].lines .word[style*="--line-index: 41"]{transition-delay:4.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(42){transition-delay:.42s}[data-splitting]:not(.lines).chars .char:nth-child(42){transition-delay:1.26s}[data-splitting].lines .word[style*="--line-index: 42"]{transition-delay:4.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(43){transition-delay:.43s}[data-splitting]:not(.lines).chars .char:nth-child(43){transition-delay:1.29s}[data-splitting].lines .word[style*="--line-index: 43"]{transition-delay:4.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(44){transition-delay:.44s}[data-splitting]:not(.lines).chars .char:nth-child(44){transition-delay:1.32s}[data-splitting].lines .word[style*="--line-index: 44"]{transition-delay:4.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(45){transition-delay:.45s}[data-splitting]:not(.lines).chars .char:nth-child(45){transition-delay:1.35s}[data-splitting].lines .word[style*="--line-index: 45"]{transition-delay:4.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(46){transition-delay:.46s}[data-splitting]:not(.lines).chars .char:nth-child(46){transition-delay:1.38s}[data-splitting].lines .word[style*="--line-index: 46"]{transition-delay:4.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(47){transition-delay:.47s}[data-splitting]:not(.lines).chars .char:nth-child(47){transition-delay:1.41s}[data-splitting].lines .word[style*="--line-index: 47"]{transition-delay:4.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(48){transition-delay:.48s}[data-splitting]:not(.lines).chars .char:nth-child(48){transition-delay:1.44s}[data-splitting].lines .word[style*="--line-index: 48"]{transition-delay:4.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(49){transition-delay:.49s}[data-splitting]:not(.lines).chars .char:nth-child(49){transition-delay:1.47s}[data-splitting].lines .word[style*="--line-index: 49"]{transition-delay:4.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(50){transition-delay:.5s}[data-splitting]:not(.lines).chars .char:nth-child(50){transition-delay:1.5s}[data-splitting].lines .word[style*="--line-index: 50"]{transition-delay:5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(51){transition-delay:.51s}[data-splitting]:not(.lines).chars .char:nth-child(51){transition-delay:1.53s}[data-splitting].lines .word[style*="--line-index: 51"]{transition-delay:5.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(52){transition-delay:.52s}[data-splitting]:not(.lines).chars .char:nth-child(52){transition-delay:1.56s}[data-splitting].lines .word[style*="--line-index: 52"]{transition-delay:5.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(53){transition-delay:.53s}[data-splitting]:not(.lines).chars .char:nth-child(53){transition-delay:1.59s}[data-splitting].lines .word[style*="--line-index: 53"]{transition-delay:5.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(54){transition-delay:.54s}[data-splitting]:not(.lines).chars .char:nth-child(54){transition-delay:1.62s}[data-splitting].lines .word[style*="--line-index: 54"]{transition-delay:5.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(55){transition-delay:.55s}[data-splitting]:not(.lines).chars .char:nth-child(55){transition-delay:1.65s}[data-splitting].lines .word[style*="--line-index: 55"]{transition-delay:5.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(56){transition-delay:.56s}[data-splitting]:not(.lines).chars .char:nth-child(56){transition-delay:1.68s}[data-splitting].lines .word[style*="--line-index: 56"]{transition-delay:5.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(57){transition-delay:.57s}[data-splitting]:not(.lines).chars .char:nth-child(57){transition-delay:1.71s}[data-splitting].lines .word[style*="--line-index: 57"]{transition-delay:5.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(58){transition-delay:.58s}[data-splitting]:not(.lines).chars .char:nth-child(58){transition-delay:1.74s}[data-splitting].lines .word[style*="--line-index: 58"]{transition-delay:5.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(59){transition-delay:.59s}[data-splitting]:not(.lines).chars .char:nth-child(59){transition-delay:1.77s}[data-splitting].lines .word[style*="--line-index: 59"]{transition-delay:5.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(60){transition-delay:.6s}[data-splitting]:not(.lines).chars .char:nth-child(60){transition-delay:1.8s}[data-splitting].lines .word[style*="--line-index: 60"]{transition-delay:6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(61){transition-delay:.61s}[data-splitting]:not(.lines).chars .char:nth-child(61){transition-delay:1.83s}[data-splitting].lines .word[style*="--line-index: 61"]{transition-delay:6.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(62){transition-delay:.62s}[data-splitting]:not(.lines).chars .char:nth-child(62){transition-delay:1.86s}[data-splitting].lines .word[style*="--line-index: 62"]{transition-delay:6.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(63){transition-delay:.63s}[data-splitting]:not(.lines).chars .char:nth-child(63){transition-delay:1.89s}[data-splitting].lines .word[style*="--line-index: 63"]{transition-delay:6.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(64){transition-delay:.64s}[data-splitting]:not(.lines).chars .char:nth-child(64){transition-delay:1.92s}[data-splitting].lines .word[style*="--line-index: 64"]{transition-delay:6.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(65){transition-delay:.65s}[data-splitting]:not(.lines).chars .char:nth-child(65){transition-delay:1.95s}[data-splitting].lines .word[style*="--line-index: 65"]{transition-delay:6.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(66){transition-delay:.66s}[data-splitting]:not(.lines).chars .char:nth-child(66){transition-delay:1.98s}[data-splitting].lines .word[style*="--line-index: 66"]{transition-delay:6.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(67){transition-delay:.67s}[data-splitting]:not(.lines).chars .char:nth-child(67){transition-delay:2.01s}[data-splitting].lines .word[style*="--line-index: 67"]{transition-delay:6.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(68){transition-delay:.68s}[data-splitting]:not(.lines).chars .char:nth-child(68){transition-delay:2.04s}[data-splitting].lines .word[style*="--line-index: 68"]{transition-delay:6.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(69){transition-delay:.69s}[data-splitting]:not(.lines).chars .char:nth-child(69){transition-delay:2.07s}[data-splitting].lines .word[style*="--line-index: 69"]{transition-delay:6.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(70){transition-delay:.7s}[data-splitting]:not(.lines).chars .char:nth-child(70){transition-delay:2.1s}[data-splitting].lines .word[style*="--line-index: 70"]{transition-delay:7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(71){transition-delay:.71s}[data-splitting]:not(.lines).chars .char:nth-child(71){transition-delay:2.13s}[data-splitting].lines .word[style*="--line-index: 71"]{transition-delay:7.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(72){transition-delay:.72s}[data-splitting]:not(.lines).chars .char:nth-child(72){transition-delay:2.16s}[data-splitting].lines .word[style*="--line-index: 72"]{transition-delay:7.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(73){transition-delay:.73s}[data-splitting]:not(.lines).chars .char:nth-child(73){transition-delay:2.19s}[data-splitting].lines .word[style*="--line-index: 73"]{transition-delay:7.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(74){transition-delay:.74s}[data-splitting]:not(.lines).chars .char:nth-child(74){transition-delay:2.22s}[data-splitting].lines .word[style*="--line-index: 74"]{transition-delay:7.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(75){transition-delay:.75s}[data-splitting]:not(.lines).chars .char:nth-child(75){transition-delay:2.25s}[data-splitting].lines .word[style*="--line-index: 75"]{transition-delay:7.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(76){transition-delay:.76s}[data-splitting]:not(.lines).chars .char:nth-child(76){transition-delay:2.28s}[data-splitting].lines .word[style*="--line-index: 76"]{transition-delay:7.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(77){transition-delay:.77s}[data-splitting]:not(.lines).chars .char:nth-child(77){transition-delay:2.31s}[data-splitting].lines .word[style*="--line-index: 77"]{transition-delay:7.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(78){transition-delay:.78s}[data-splitting]:not(.lines).chars .char:nth-child(78){transition-delay:2.34s}[data-splitting].lines .word[style*="--line-index: 78"]{transition-delay:7.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(79){transition-delay:.79s}[data-splitting]:not(.lines).chars .char:nth-child(79){transition-delay:2.37s}[data-splitting].lines .word[style*="--line-index: 79"]{transition-delay:7.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(80){transition-delay:.8s}[data-splitting]:not(.lines).chars .char:nth-child(80){transition-delay:2.4s}[data-splitting].lines .word[style*="--line-index: 80"]{transition-delay:8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(81){transition-delay:.81s}[data-splitting]:not(.lines).chars .char:nth-child(81){transition-delay:2.43s}[data-splitting].lines .word[style*="--line-index: 81"]{transition-delay:8.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(82){transition-delay:.82s}[data-splitting]:not(.lines).chars .char:nth-child(82){transition-delay:2.46s}[data-splitting].lines .word[style*="--line-index: 82"]{transition-delay:8.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(83){transition-delay:.83s}[data-splitting]:not(.lines).chars .char:nth-child(83){transition-delay:2.49s}[data-splitting].lines .word[style*="--line-index: 83"]{transition-delay:8.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(84){transition-delay:.84s}[data-splitting]:not(.lines).chars .char:nth-child(84){transition-delay:2.52s}[data-splitting].lines .word[style*="--line-index: 84"]{transition-delay:8.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(85){transition-delay:.85s}[data-splitting]:not(.lines).chars .char:nth-child(85){transition-delay:2.55s}[data-splitting].lines .word[style*="--line-index: 85"]{transition-delay:8.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(86){transition-delay:.86s}[data-splitting]:not(.lines).chars .char:nth-child(86){transition-delay:2.58s}[data-splitting].lines .word[style*="--line-index: 86"]{transition-delay:8.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(87){transition-delay:.87s}[data-splitting]:not(.lines).chars .char:nth-child(87){transition-delay:2.61s}[data-splitting].lines .word[style*="--line-index: 87"]{transition-delay:8.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(88){transition-delay:.88s}[data-splitting]:not(.lines).chars .char:nth-child(88){transition-delay:2.64s}[data-splitting].lines .word[style*="--line-index: 88"]{transition-delay:8.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(89){transition-delay:.89s}[data-splitting]:not(.lines).chars .char:nth-child(89){transition-delay:2.67s}[data-splitting].lines .word[style*="--line-index: 89"]{transition-delay:8.9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(90){transition-delay:.9s}[data-splitting]:not(.lines).chars .char:nth-child(90){transition-delay:2.7s}[data-splitting].lines .word[style*="--line-index: 90"]{transition-delay:9s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(91){transition-delay:.91s}[data-splitting]:not(.lines).chars .char:nth-child(91){transition-delay:2.73s}[data-splitting].lines .word[style*="--line-index: 91"]{transition-delay:9.1s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(92){transition-delay:.92s}[data-splitting]:not(.lines).chars .char:nth-child(92){transition-delay:2.76s}[data-splitting].lines .word[style*="--line-index: 92"]{transition-delay:9.2s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(93){transition-delay:.93s}[data-splitting]:not(.lines).chars .char:nth-child(93){transition-delay:2.79s}[data-splitting].lines .word[style*="--line-index: 93"]{transition-delay:9.3s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(94){transition-delay:.94s}[data-splitting]:not(.lines).chars .char:nth-child(94){transition-delay:2.82s}[data-splitting].lines .word[style*="--line-index: 94"]{transition-delay:9.4s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(95){transition-delay:.95s}[data-splitting]:not(.lines).chars .char:nth-child(95){transition-delay:2.85s}[data-splitting].lines .word[style*="--line-index: 95"]{transition-delay:9.5s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(96){transition-delay:.96s}[data-splitting]:not(.lines).chars .char:nth-child(96){transition-delay:2.88s}[data-splitting].lines .word[style*="--line-index: 96"]{transition-delay:9.6s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(97){transition-delay:.97s}[data-splitting]:not(.lines).chars .char:nth-child(97){transition-delay:2.91s}[data-splitting].lines .word[style*="--line-index: 97"]{transition-delay:9.7s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(98){transition-delay:.98s}[data-splitting]:not(.lines).chars .char:nth-child(98){transition-delay:2.94s}[data-splitting].lines .word[style*="--line-index: 98"]{transition-delay:9.8s}[data-splitting]:not(.lines):not(.chars) .word:nth-child(99){transition-delay:.99s}[data-splitting]:not(.lines).chars .char:nth-child(99){transition-delay:2.97s}[data-splitting].lines .word[style*="--line-index: 99"]{transition-delay:9.9s}.has-overlay:before{content:"";top:0;left:0;position:absolute;width:100%;height:100%;background:#fff;transition:all .6s cubic-bezier(0.16, 0.01, 0.77, 1);z-index:1}.has-overlay.fire:before{animation:overlayY .6s forwards}@keyframes overlayY{0%{transform:scaleY(1)}100%{transform:scaleY(0)}}@keyframes arrow{0%{transform:none;opacity:1}25%{transform:translateX(75%);opacity:0}50%{transform:translateX(-75%);opacity:0}100%{transform:none;opacity:0}}form .error label,form .error input.form-control,form .error textarea.form-control,form .error input.checkbox:checked~.custom-checkbox:after{color:#721c24 !important}form .error input.form-control,form .error textarea.form-control,form .error input.checkbox~.custom-checkbox{background-color:#f8d7da;border-color:#f5c6cb}form input.checkbox{-webkit-appearance:none;border:none;width:0;height:0;line-height:0}form input.checkbox~.custom-checkbox{width:20px;height:20px;background:#fff;border:1px solid #d5d5d5;box-shadow:1px 3px 6px rgba(0,0,41,.3)}form input.checkbox~label{display:inline-block;vertical-align:middle;top:0;left:-20px;padding-left:calc(20px + .875rem);line-height:1.3;z-index:1}form input.checkbox~label a{color:#265eff;text-decoration:underline}form input.checkbox:checked~.custom-checkbox:after{content:"";position:absolute;font-family:"Font Awesome 6 Free";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;color:#265eff}@media(max-width: 1599.98px){form input.checkbox~.custom-checkbox{width:19px;height:19px}form input.checkbox~label{left:-19px;padding-left:calc(19px + .875rem)}form input.checkbox:checked~.custom-checkbox:after{font-size:0.9375rem}}@media(max-width: 1399.98px){form input.checkbox~.custom-checkbox{width:18px;height:18px}form input.checkbox~label{left:-18px;padding-left:calc(18px + .875rem)}form input.checkbox:checked~.custom-checkbox:after{font-size:0.875rem}}@media(max-width: 1199.98px){form input.checkbox~.custom-checkbox{width:17px;height:17px}form input.checkbox~label{left:-17px;padding-left:calc(17px + .875rem)}form input.checkbox:checked~.custom-checkbox:after{font-size:0.8125rem}}@media(max-width: 991.98px){form input.checkbox~.custom-checkbox{width:19px;height:19px}form input.checkbox~label{left:-19px;padding-left:calc(19px + .875rem)}form input.checkbox:checked~.custom-checkbox:after{font-size:0.9375rem}}@media(max-width: 767.98px){form input.checkbox~.custom-checkbox{width:18px;height:18px}form input.checkbox~label{left:-18px;padding-left:calc(18px + .875rem)}form input.checkbox:checked~.custom-checkbox:after{font-size:0.875rem}}@media(max-width: 575.98px){form input.checkbox~.custom-checkbox{width:17px;height:17px}form input.checkbox~label{left:-17px;padding-left:calc(17px + .875rem)}form input.checkbox:checked~.custom-checkbox:after{font-size:0.8125rem}}.ui-widget.ui-widget-content{border:none;border-radius:2.5rem;font-family:"Helvetica Neue";padding:1.125rem}@media(max-width: 767.98px){.ui-widget.ui-widget-content{padding:.625rem .5rem .625rem}}@media(max-width: 575.98px){.ui-widget.ui-widget-content{padding:1.125rem}}@media(max-width: 419.98px){.ui-widget.ui-widget-content{padding:.625rem .5rem .625rem}}.ui-widget.ui-widget-content .ui-datepicker-header{background-color:transparent;border:none;padding-top:0}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title{font-weight:500;color:#0f0f0f}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year{border:1px solid #0f0f0f}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title select{font-size:1.125rem}@media(max-width: 767.98px){.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title select{font-size:1rem}}@media(max-width: 575.98px){.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title select{font-size:1.125rem}}@media(max-width: 359.98px)and (max-width: 767.98px){.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title select{font-size:1rem}}.ui-widget.ui-widget-content .ui-datepicker-header .ui-icon{background-image:none}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev{left:2px;top:2px}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next{right:2px;top:2px}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next{display:flex;justify-content:center;align-items:center;cursor:pointer}@media(max-width: 767.98px){.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next{font-size:0.875rem}}@media(max-width: 575.98px){.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next{font-size:1rem}}@media(max-width: 359.98px)and (max-width: 767.98px){.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next{font-size:0.875rem}}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next.ui-state-hover{border:none}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev:before,.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next:before{font-family:"Font Awesome 6 Free";font-weight:900;font-size:1rem;color:#0f0f0f}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev:before{content:""}.ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next:before{content:""}.ui-widget.ui-widget-content .ui-datepicker-calendar{margin-bottom:0}.ui-widget.ui-widget-content .ui-datepicker-calendar th{font-weight:500;color:#0f0f0f;font-size:0.875rem;margin-bottom:1px}@media(max-width: 767.98px){.ui-widget.ui-widget-content .ui-datepicker-calendar th{font-size:0.75rem}}@media(max-width: 575.98px){.ui-widget.ui-widget-content .ui-datepicker-calendar th{font-size:0.875rem}}@media(max-width: 359.98px)and (max-width: 767.98px){.ui-widget.ui-widget-content .ui-datepicker-calendar th{font-size:0.75rem}}.ui-widget.ui-widget-content .ui-datepicker-calendar td{padding:0}.ui-widget.ui-widget-content .ui-datepicker-calendar td .ui-state-default{background:#fff;font-size:0.875rem;color:#0f0f0f;border:none;font-weight:500;padding:.5rem;border-radius:2.5rem;display:flex;align-items:center;justify-content:center}@media(max-width: 767.98px){.ui-widget.ui-widget-content .ui-datepicker-calendar td .ui-state-default{font-size:0.75rem}}@media(max-width: 575.98px){.ui-widget.ui-widget-content .ui-datepicker-calendar td .ui-state-default{font-size:0.875rem}}@media(max-width: 359.98px)and (max-width: 767.98px){.ui-widget.ui-widget-content .ui-datepicker-calendar td .ui-state-default{font-size:0.75rem}}.ui-widget.ui-widget-content .ui-datepicker-calendar td.ui-state-disabled{opacity:1}.ui-widget.ui-widget-content .ui-datepicker-calendar td.ui-state-disabled .ui-state-default{background:rgba(75,76,81,.1);color:#0f0f0f}.ui-widget.ui-widget-content .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default.ui-state-active{background-color:#265eff;border-color:#265eff;color:#fff}.ui-widget.ui-widget-content .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default.ui-state-highlight{background-color:#0f0f0f;color:#fff}.ui-widget.ui-widget-content .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default.ui-state-highlight.ui-state-active{background-color:#0f0f0f}.datepicker-wrapper{z-index:10}.datepicker-wrapper .ui-widget.ui-widget-content{top:100% !important;left:0 !important;width:100%;border-radius:0 0 2.5rem 2.5rem;padding:0 1.5rem 1.5rem}@media(max-width: 767.98px){.datepicker-wrapper .ui-widget.ui-widget-content{padding:0rem .5rem 1rem}}@media(max-width: 575.98px){.datepicker-wrapper .ui-widget.ui-widget-content{padding:0rem 1.5rem 1.5rem}}@media(max-width: 359.98px){.datepicker-wrapper .ui-widget.ui-widget-content{padding:0rem .5rem 1rem}}.datepicker-wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,.datepicker-wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year{border:0}#youtube-modal .modal-dialog iframe{pointer-events:all}@media(min-width: 576px){#youtube-modal .modal-dialog{max-width:900px}}header{padding:3.5rem 0;max-width:1920px;margin:0 auto;transition:background .2s ease-in-out,padding .2s ease-in-out,transform .2s}@media(max-width: 575.98px){header{padding:1.5rem 0}}@media(max-width: 575.98px){header .col-auto.ms-auto{padding-left:0;padding-right:0}}@media(max-width: 767.98px){header .logo svg{max-width:275px;max-height:45px}}@media(max-width: 575.98px){header .logo svg{max-width:225px;max-height:37px}}@media(max-width: 419.98px){header .logo svg{max-width:200px;max-height:33px}}@media(max-width: 359.98px){header .logo svg{max-width:180px;max-height:29px}}header .logo svg #logo path,header .logo svg #logo polygon{fill:#fff;transition:fill .3s}header .dropdown .dropdown-toggle,header .menu-btn{height:70px;border-radius:2.5rem}@media(max-width: 767.98px){header .dropdown .dropdown-toggle,header .menu-btn{height:60px}}@media(max-width: 575.98px){header .dropdown .dropdown-toggle,header .menu-btn{height:50px}}@media(max-width: 419.98px){header .dropdown .dropdown-toggle,header .menu-btn{height:40px}}header .dropdown .dropdown-toggle,header .dropdown .dropdown-menu .dropdown-item,header .menu-btn .text{font-size:1.125rem;font-weight:500}@media(max-width: 767.98px){header .dropdown .dropdown-toggle,header .dropdown .dropdown-menu .dropdown-item,header .menu-btn .text{font-size:1rem}}@media(max-width: 575.98px){header .dropdown .dropdown-toggle,header .dropdown .dropdown-menu .dropdown-item,header .menu-btn .text{font-size:0.875rem}}@media(max-width: 419.98px){header .dropdown .dropdown-toggle,header .dropdown .dropdown-menu .dropdown-item,header .menu-btn .text{font-size:0.75rem}}header .dropdown .dropdown-toggle,header .dropdown .dropdown-menu .dropdown-item{color:#090909}@media(max-width: 419.98px){header .dropdown .dropdown-toggle,header .dropdown .dropdown-menu .dropdown-item{padding-left:.5rem !important;padding-right:.5rem !important}}header .dropdown .dropdown-toggle{border:0}header .dropdown .dropdown-toggle:after{display:none}@media(max-width: 419.98px){header .dropdown .dropdown-toggle i{margin-left:0 !important}}header .dropdown .dropdown-toggle.show{border-radius:2.25rem 2.25rem 0 0}@media(max-width: 767.98px){header .dropdown .dropdown-toggle.show{border-radius:1.85rem 1.85rem 0 0}}@media(max-width: 575.98px){header .dropdown .dropdown-toggle.show{border-radius:1.6rem 1.6rem 0 0}}@media(max-width: 419.98px){header .dropdown .dropdown-toggle.show{border-radius:1.25rem 1.25rem 0 0}}header .dropdown .dropdown-menu{min-width:auto;border-radius:0 0 2.25rem 2.25rem;background-clip:unset}@media(max-width: 767.98px){header .dropdown .dropdown-menu{border-radius:0 0 1.85rem 1.85rem}}@media(max-width: 575.98px){header .dropdown .dropdown-menu{border-radius:0 0 1.6rem 1.6rem}}@media(max-width: 419.98px){header .dropdown .dropdown-menu{border-radius:0 0 1.25rem 1.25rem}}header .dropdown .dropdown-menu .dropdown-item{color:#090909}header .dropdown .dropdown-menu.show{transform:translate(0px, 69px) !important}@media(max-width: 767.98px){header .dropdown .dropdown-menu.show{transform:translate(0px, 59px) !important}}@media(max-width: 575.98px){header .dropdown .dropdown-menu.show{transform:translate(0px, 49px) !important}}@media(max-width: 419.98px){header .dropdown .dropdown-menu.show{transform:translate(0px, 39px) !important}}header .dropdown .dropdown-menu .dropdown-item:first-child{padding-top:0}header .dropdown .dropdown-menu .dropdown-item:hover,header .dropdown .dropdown-menu .dropdown-item:focus,header .dropdown .dropdown-menu .dropdown-item.active{background:transparent;color:#265eff}header .menu-btn{background:#090909}@media(min-width: 768px){header .menu-btn{padding-left:2.25rem !important;padding-right:2.25rem !important}}@media(max-width: 419.98px){header .menu-btn{padding-left:0 !important;padding-right:0 !important;width:40px;justify-content:center}}header .menu-btn .text{color:#8d8c8c;line-height:1}header .menu-btn .burger-btn{width:35px;height:35px}@media(max-width: 767.98px){header .menu-btn .burger-btn{width:30px;height:30px}}@media(max-width: 575.98px){header .menu-btn .burger-btn{width:25px;height:25px}}@media(max-width: 419.98px){header .menu-btn .burger-btn{width:20px;height:20px}}header .menu-btn .burger-btn:before,header .menu-btn .burger-btn:after{content:"";position:absolute;display:block;background:#fff;height:3px;width:35px;transition:transform .15s}@media(max-width: 767.98px){header .menu-btn .burger-btn:before,header .menu-btn .burger-btn:after{width:30px}}@media(max-width: 575.98px){header .menu-btn .burger-btn:before,header .menu-btn .burger-btn:after{width:25px}}@media(max-width: 419.98px){header .menu-btn .burger-btn:before,header .menu-btn .burger-btn:after{width:20px;height:2px}}header .menu-btn .burger-btn:before{top:9.5px}@media(max-width: 767.98px){header .menu-btn .burger-btn:before{top:9px}}@media(max-width: 575.98px){header .menu-btn .burger-btn:before{top:7.5px}}@media(max-width: 419.98px){header .menu-btn .burger-btn:before{top:6.5px}}header .menu-btn .burger-btn:after{top:19px}@media(max-width: 767.98px){header .menu-btn .burger-btn:after{top:18px}}@media(max-width: 575.98px){header .menu-btn .burger-btn:after{top:15px}}@media(max-width: 419.98px){header .menu-btn .burger-btn:after{top:13px}}header .menu-btn.active .burger-btn:before,header .menu-btn.active .burger-btn:after{top:17.5px}@media(max-width: 767.98px){header .menu-btn.active .burger-btn:before,header .menu-btn.active .burger-btn:after{top:15px}}@media(max-width: 575.98px){header .menu-btn.active .burger-btn:before,header .menu-btn.active .burger-btn:after{top:12.5px}}@media(max-width: 419.98px){header .menu-btn.active .burger-btn:before,header .menu-btn.active .burger-btn:after{top:10px}}header .menu-btn.active .burger-btn:before{transform:rotate(45deg)}header .menu-btn.active .burger-btn:after{transform:rotate(-45deg)}header.scrolled{background:#fff;padding:1rem 0}header.scrolled .logo svg #logo path.logo-top,header.scrolled .logo svg #logo polygon.logo-top,header.active .logo svg #logo path.logo-top,header.active .logo svg #logo polygon.logo-top{fill:#00519a}header.scrolled .logo svg #logo path.logo-bottom,header.scrolled .logo svg #logo polygon.logo-bottom,header.active .logo svg #logo path.logo-bottom,header.active .logo svg #logo polygon.logo-bottom{fill:#595959}header.scrolled .dropdown .dropdown-toggle.show,header.active .dropdown .dropdown-toggle.show{border-color:#090909}header.scrolled .dropdown .dropdown-menu,header.active .dropdown .dropdown-menu{border-color:#090909}header.hide{transform:translateY(-100%)}.menu{max-width:1920px;margin:0 auto;z-index:930;display:none}.menu .menu-wrapper{padding:182px 0 2.9375rem}@media(max-width: 767.98px){.menu .menu-wrapper{padding:172px 0 2.9375rem}}@media(max-width: 575.98px){.menu .menu-wrapper{padding:calc(98px + 1rem) 0 2.9375rem}}@media(max-width: 419.98px){.menu .menu-wrapper{padding:calc(88px + 1rem) 0 2.9375rem}}.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 182px - 179px - 2.9375rem)}@-moz-document url-prefix(){.menu .menu-wrapper .menu-scrollbar{scrollbar-color:#265eff #fff;scrollbar-width:thin}}@media(max-width: 1599.98px){.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 182px - 173px - 2.9375rem)}}@media(max-width: 1399.98px){.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 182px - 167px - 2.9375rem)}}@media(max-width: 1199.98px){.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 182px - 160px - 2.9375rem)}}@media(max-width: 991.98px){.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 182px - 175px - 2.9375rem)}}@media(max-width: 767.98px){.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 172px - 167px - 2.9375rem)}}@media(max-width: 575.98px){.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 98px - 140px - (2.9375rem + 1rem))}}@media(max-width: 419.98px){.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 88px - 89px - (2.9375rem + 1rem))}}.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar{width:6px}@media(max-width: 1599.98px){.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar{width:5px}}@media(max-width: 1399.98px){.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar{width:4px}}@media(max-width: 1199.98px){.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar{width:3px}}@media(max-width: 991.98px){.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar{width:6px}}@media(max-width: 767.98px){.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar{width:5px}}@media(max-width: 575.98px){.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar{width:4px}}@media(max-width: 419.98px){.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar{width:3px}}.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar-track{background:#fff}.menu .menu-wrapper .menu-scrollbar::-webkit-scrollbar-thumb{background:#265eff}.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li:before,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:before,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li:before{content:"";position:absolute;bottom:0;left:0;width:100%;display:block;height:1px;background:#e8e8e8}.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li.has-submenu button{width:38px;height:38px;background:#265eff}@media(max-width: 1599.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li.has-submenu button{width:34px;height:34px;font-size:0.875rem}}@media(max-width: 1399.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li.has-submenu button{width:30px;height:30px;font-size:0.75rem}}@media(max-width: 1199.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li.has-submenu button{width:26px;height:26px;font-size:0.625rem}}@media(max-width: 991.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li.has-submenu button{width:38px;height:38px;font-size:1rem;opacity:1;transform:none}}@media(max-width: 767.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li.has-submenu button{width:34px;height:34px;font-size:0.875rem}}@media(max-width: 575.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li.has-submenu button{width:30px;height:30px;font-size:0.75rem}}@media(max-width: 419.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu button,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li.has-submenu button{width:26px;height:26px;font-size:0.625rem}}.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li:after,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:after{content:"";position:absolute;bottom:0;left:0;width:100%;display:block;transform:scaleX(0);height:3px;background:#265eff;transition:transform .3s}@media(max-width: 1399.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li:after,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:after{height:2px}}@media(max-width: 1199.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li:after,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:after{height:1px}}@media(max-width: 991.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li:after,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:after{height:3px}}@media(max-width: 575.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li:after,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:after{height:2px}}@media(max-width: 419.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li:after,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:after{height:1px}}.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li:has(button.active):after,.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:has(button.active):after{transform:none}@media(max-width: 991.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li:last-child:before,.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li:last-child:before{display:none}}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li,.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li{transform:translateX(40px);opacity:0;transition:transform .4s,opacity .4s}.menu .menu-wrapper .menu-scrollbar .tab-pane.active.show .submenu-level-1 ul li,.menu .menu-wrapper .menu-scrollbar .tab-pane.active.show .submenu-level-2 ul li{opacity:1;transform:none}.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:calc(1.425rem + 2.1vw);font-weight:100}@media(min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:3rem}}@media(max-width: 1599.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:2.625rem}}@media(max-width: 1399.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:2.25rem}}@media(max-width: 1199.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:1.875rem}}@media(max-width: 991.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:3rem}}@media(max-width: 767.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:2.625rem}}@media(max-width: 575.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:2.25rem}}@media(max-width: 419.98px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li>a{font-size:1.875rem}}.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu .mobile-menu-item{display:none}.menu .menu-wrapper .menu-scrollbar .main-menu>ul>li.has-submenu:has(button.active)>a{font-weight:400}.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:1.875rem}}@media(max-width: 1599.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:1.625rem}}@media(max-width: 1399.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:1.375rem}}@media(max-width: 1199.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:1.125rem}}@media(max-width: 991.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:1.875rem}}@media(max-width: 767.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:2.25rem}}@media(max-width: 575.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:1.375rem}}@media(max-width: 419.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li>a{font-size:1.125rem}}.menu .menu-wrapper .menu-scrollbar .submenu-level-1>ul>li.has-submenu:has(button.active)>a{font-weight:500 !important}.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li a{font-size:1.125rem}@media(max-width: 1599.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li a{font-size:1.0625rem}}@media(max-width: 1399.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li a{font-size:1rem}}@media(max-width: 1199.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li a{font-size:0.9375rem}}@media(max-width: 991.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li a{font-size:1.125rem}}@media(max-width: 767.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li a{font-size:1.0625rem}}@media(max-width: 575.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li a{font-size:1rem}}@media(max-width: 419.98px){.menu .menu-wrapper .menu-scrollbar .submenu-level-2>ul>li a{font-size:0.9375rem}}.menu .search-wrapper{background:#265eff;padding:3.375rem 0}@media(max-width: 575.98px){.menu .search-wrapper{padding:2.9375rem 0}}@media(max-width: 419.98px){.menu .search-wrapper{padding:1.5rem 0}}.menu .search-wrapper .wrapper{border-bottom:1px solid #5f88ff}.menu .search-wrapper .wrapper input{font-weight:100;font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.menu .search-wrapper .wrapper input{font-size:2.25rem}}@media(max-width: 1599.98px){.menu .search-wrapper .wrapper input{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input{font-size:2rem}}@media(max-width: 1399.98px){.menu .search-wrapper .wrapper input{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input{font-size:1.75rem}}@media(max-width: 1199.98px){.menu .search-wrapper .wrapper input{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input{font-size:1.5rem}}@media(max-width: 991.98px){.menu .search-wrapper .wrapper input{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input{font-size:2.25rem}}@media(max-width: 767.98px){.menu .search-wrapper .wrapper input{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input{font-size:2rem}}@media(max-width: 575.98px){.menu .search-wrapper .wrapper input{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input{font-size:1.75rem}}@media(max-width: 419.98px){.menu .search-wrapper .wrapper input{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input{font-size:1.5rem}}.menu .search-wrapper .wrapper input::-ms-input-placeholder{color:#fff;font-weight:100;font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:2.25rem}}@media(max-width: 1599.98px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:2rem}}@media(max-width: 1399.98px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:1.75rem}}@media(max-width: 1199.98px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:1.5rem}}@media(max-width: 991.98px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:2.25rem}}@media(max-width: 767.98px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:2rem}}@media(max-width: 575.98px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:1.75rem}}@media(max-width: 419.98px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-ms-input-placeholder{font-size:1.5rem}}.menu .search-wrapper .wrapper input::-moz-placeholder{color:#fff;font-weight:100;font-size:calc(1.35rem + 1.2vw)}.menu .search-wrapper .wrapper input:-ms-input-placeholder{color:#fff;font-weight:100;font-size:calc(1.35rem + 1.2vw)}.menu .search-wrapper .wrapper input::placeholder{color:#fff;font-weight:100;font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:2.25rem}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:2.25rem}.menu .search-wrapper .wrapper input::placeholder{font-size:2.25rem}}@media(max-width: 1599.98px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:calc(1.325rem + 0.9vw)}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:calc(1.325rem + 0.9vw)}.menu .search-wrapper .wrapper input::placeholder{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:2rem}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:2rem}.menu .search-wrapper .wrapper input::placeholder{font-size:2rem}}@media(max-width: 1399.98px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:calc(1.3rem + 0.6vw)}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:calc(1.3rem + 0.6vw)}.menu .search-wrapper .wrapper input::placeholder{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:1.75rem}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:1.75rem}.menu .search-wrapper .wrapper input::placeholder{font-size:1.75rem}}@media(max-width: 1199.98px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:calc(1.275rem + 0.3vw)}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:calc(1.275rem + 0.3vw)}.menu .search-wrapper .wrapper input::placeholder{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:1.5rem}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:1.5rem}.menu .search-wrapper .wrapper input::placeholder{font-size:1.5rem}}@media(max-width: 991.98px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:calc(1.35rem + 1.2vw)}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:calc(1.35rem + 1.2vw)}.menu .search-wrapper .wrapper input::placeholder{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:2.25rem}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:2.25rem}.menu .search-wrapper .wrapper input::placeholder{font-size:2.25rem}}@media(max-width: 767.98px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:calc(1.325rem + 0.9vw)}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:calc(1.325rem + 0.9vw)}.menu .search-wrapper .wrapper input::placeholder{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:2rem}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:2rem}.menu .search-wrapper .wrapper input::placeholder{font-size:2rem}}@media(max-width: 575.98px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:calc(1.3rem + 0.6vw)}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:calc(1.3rem + 0.6vw)}.menu .search-wrapper .wrapper input::placeholder{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:1.75rem}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:1.75rem}.menu .search-wrapper .wrapper input::placeholder{font-size:1.75rem}}@media(max-width: 419.98px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:calc(1.275rem + 0.3vw)}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:calc(1.275rem + 0.3vw)}.menu .search-wrapper .wrapper input::placeholder{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.menu .search-wrapper .wrapper input::-moz-placeholder{font-size:1.5rem}.menu .search-wrapper .wrapper input:-ms-input-placeholder{font-size:1.5rem}.menu .search-wrapper .wrapper input::placeholder{font-size:1.5rem}}.menu .search-wrapper .wrapper .search-icon{padding:0 1.6875rem}@media(max-width: 1599.98px){.menu .search-wrapper .wrapper .search-icon img{max-width:26px}}@media(max-width: 1399.98px){.menu .search-wrapper .wrapper .search-icon img{max-width:24px}}@media(max-width: 1199.98px){.menu .search-wrapper .wrapper .search-icon img{max-width:22px}}@media(max-width: 991.98px){.menu .search-wrapper .wrapper .search-icon img{max-width:none}}@media(max-width: 767.98px){.menu .search-wrapper .wrapper .search-icon img{max-width:26px}}@media(max-width: 575.98px){.menu .search-wrapper .wrapper .search-icon img{max-width:24px}}@media(max-width: 419.98px){.menu .search-wrapper .wrapper .search-icon img{max-width:22px}}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(1),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(1){transition-delay:.02s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(2),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(2){transition-delay:.04s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(3),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(3){transition-delay:.06s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(4),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(4){transition-delay:.08s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(5),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(5){transition-delay:.1s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(6),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(6){transition-delay:.12s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(7),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(7){transition-delay:.14s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(8),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(8){transition-delay:.16s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(9),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(9){transition-delay:.18s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(10),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(10){transition-delay:.2s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(11),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(11){transition-delay:.22s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(12),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(12){transition-delay:.24s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(13),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(13){transition-delay:.26s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(14),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(14){transition-delay:.28s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(15),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(15){transition-delay:.3s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(16),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(16){transition-delay:.32s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(17),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(17){transition-delay:.34s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(18),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(18){transition-delay:.36s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(19),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(19){transition-delay:.38s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(20),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(20){transition-delay:.4s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(21),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(21){transition-delay:.42s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(22),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(22){transition-delay:.44s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(23),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(23){transition-delay:.46s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(24),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(24){transition-delay:.48s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(25),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(25){transition-delay:.5s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(26),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(26){transition-delay:.52s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(27),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(27){transition-delay:.54s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(28),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(28){transition-delay:.56s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(29),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(29){transition-delay:.58s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(30),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(30){transition-delay:.6s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(31),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(31){transition-delay:.62s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(32),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(32){transition-delay:.64s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(33),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(33){transition-delay:.66s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(34),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(34){transition-delay:.68s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(35),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(35){transition-delay:.7s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(36),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(36){transition-delay:.72s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(37),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(37){transition-delay:.74s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(38),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(38){transition-delay:.76s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(39),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(39){transition-delay:.78s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(40),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(40){transition-delay:.8s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(41),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(41){transition-delay:.82s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(42),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(42){transition-delay:.84s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(43),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(43){transition-delay:.86s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(44),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(44){transition-delay:.88s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(45),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(45){transition-delay:.9s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(46),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(46){transition-delay:.92s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(47),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(47){transition-delay:.94s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(48),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(48){transition-delay:.96s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(49),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(49){transition-delay:.98s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(50),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(50){transition-delay:1s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(51),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(51){transition-delay:1.02s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(52),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(52){transition-delay:1.04s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(53),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(53){transition-delay:1.06s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(54),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(54){transition-delay:1.08s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(55),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(55){transition-delay:1.1s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(56),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(56){transition-delay:1.12s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(57),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(57){transition-delay:1.14s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(58),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(58){transition-delay:1.16s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(59),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(59){transition-delay:1.18s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(60),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(60){transition-delay:1.2s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(61),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(61){transition-delay:1.22s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(62),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(62){transition-delay:1.24s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(63),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(63){transition-delay:1.26s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(64),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(64){transition-delay:1.28s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(65),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(65){transition-delay:1.3s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(66),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(66){transition-delay:1.32s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(67),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(67){transition-delay:1.34s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(68),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(68){transition-delay:1.36s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(69),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(69){transition-delay:1.38s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(70),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(70){transition-delay:1.4s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(71),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(71){transition-delay:1.42s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(72),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(72){transition-delay:1.44s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(73),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(73){transition-delay:1.46s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(74),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(74){transition-delay:1.48s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(75),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(75){transition-delay:1.5s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(76),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(76){transition-delay:1.52s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(77),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(77){transition-delay:1.54s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(78),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(78){transition-delay:1.56s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(79),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(79){transition-delay:1.58s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(80),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(80){transition-delay:1.6s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(81),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(81){transition-delay:1.62s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(82),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(82){transition-delay:1.64s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(83),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(83){transition-delay:1.66s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(84),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(84){transition-delay:1.68s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(85),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(85){transition-delay:1.7s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(86),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(86){transition-delay:1.72s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(87),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(87){transition-delay:1.74s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(88),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(88){transition-delay:1.76s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(89),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(89){transition-delay:1.78s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(90),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(90){transition-delay:1.8s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(91),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(91){transition-delay:1.82s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(92),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(92){transition-delay:1.84s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(93),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(93){transition-delay:1.86s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(94),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(94){transition-delay:1.88s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(95),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(95){transition-delay:1.9s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(96),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(96){transition-delay:1.92s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(97),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(97){transition-delay:1.94s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(98),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(98){transition-delay:1.96s}.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-1 ul li:nth-child(99),.menu .menu-wrapper .menu-scrollbar .tab-pane .submenu-level-2 ul li:nth-child(99){transition-delay:1.98s}header.scrolled+.menu .menu-wrapper{padding:calc(102px + 2.9375rem) 0 2.9375rem}header.scrolled+.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 102px - 179px - (2.9375rem * 2))}@media(max-width: 1599.98px){header.scrolled+.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 102px - 173px - (2.9375rem * 2))}}@media(max-width: 1399.98px){header.scrolled+.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 102px - 167px - (2.9375rem * 2))}}@media(max-width: 1199.98px){header.scrolled+.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 102px - 160px - (2.9375rem * 2))}}@media(max-width: 991.98px){header.scrolled+.menu .menu-wrapper{padding:calc(102px + 1rem) 0 2.9375rem}header.scrolled+.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 102px - 175px - (2.9375rem + 1rem))}}@media(max-width: 767.98px){header.scrolled+.menu .menu-wrapper{padding:calc(92px + 1rem) 0 2.9375rem}header.scrolled+.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 92px - 167px - (2.9375rem + 1rem))}}@media(max-width: 575.98px){header.scrolled+.menu .menu-wrapper{padding:calc(82px + 1rem) 0 2.9375rem}header.scrolled+.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 82px - 140px - (2.9375rem + 1rem))}}@media(max-width: 419.98px){header.scrolled+.menu .menu-wrapper{padding:calc(72px + 1rem) 0 2.9375rem}header.scrolled+.menu .menu-wrapper .menu-scrollbar{max-height:calc(100vh - 72px - 89px - (2.9375rem + 1rem))}}footer{background:#1f4fd8;padding:4.5rem 0 3.75rem}footer p,footer li{font-size:1.125rem}@media(max-width: 419.98px){footer p,footer li{font-size:1rem}footer p br,footer li br{display:none}}footer .logo{max-width:270px;margin-bottom:5.625rem}footer .info .email-btn,footer .info .tel-btn{font-size:calc(1.375rem + 1.5vw);line-height:1.2;transition:color .3s}@media(min-width: 1200px){footer .info .email-btn,footer .info .tel-btn{font-size:2.5rem}}@media(max-width: 1599.98px){footer .info .email-btn,footer .info .tel-btn{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){footer .info .email-btn,footer .info .tel-btn{font-size:2.25rem}}@media(max-width: 1399.98px){footer .info .email-btn,footer .info .tel-btn{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){footer .info .email-btn,footer .info .tel-btn{font-size:2rem}}@media(max-width: 1199.98px){footer .info .email-btn,footer .info .tel-btn{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){footer .info .email-btn,footer .info .tel-btn{font-size:1.75rem}}@media(max-width: 991.98px){footer .info .email-btn,footer .info .tel-btn{font-size:calc(1.375rem + 1.5vw)}}@media(max-width: 991.98px)and (min-width: 1200px){footer .info .email-btn,footer .info .tel-btn{font-size:2.5rem}}@media(max-width: 767.98px){footer .info .email-btn,footer .info .tel-btn{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 767.98px)and (min-width: 1200px){footer .info .email-btn,footer .info .tel-btn{font-size:2.25rem}}@media(max-width: 575.98px){footer .info .email-btn,footer .info .tel-btn{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 575.98px)and (min-width: 1200px){footer .info .email-btn,footer .info .tel-btn{font-size:2rem}}@media(max-width: 419.98px){footer .info .email-btn,footer .info .tel-btn{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 419.98px)and (min-width: 1200px){footer .info .email-btn,footer .info .tel-btn{font-size:1.75rem}}footer .info .email-btn:hover,footer .info .tel-btn:hover{color:#8ba9ff !important}footer .info .email-btn:before{content:"";position:absolute;width:100%;height:3px;background:#fff;left:0;bottom:0;transition:all .3s}footer .info .email-btn:hover:before{transform:scaleX(0);background:#8ba9ff}@media(max-width: 419.98px){footer .info .custom-btn{font-size:1rem}}footer hr{background:#4c7afe;margin:2.75rem 0 4.375rem}@media(min-width: 1200px){footer .custom-col{width:20%}}footer .custom-col ul li a{transition:color .3s}footer .custom-col ul li a:hover{color:#8ba9ff !important}footer .footer-bottom{margin-top:6.375rem}footer .footer-bottom .copyright,footer .footer-bottom .umobit{font-size:1.125rem}@media(max-width: 419.98px){footer .footer-bottom .copyright,footer .footer-bottom .umobit{font-size:1rem}}footer .footer-bottom .umobit-logo{width:26px;height:20px}footer .footer-bottom .umobit-logo img{transition:opacity .3s}footer .footer-bottom .umobit-logo img:last-child{opacity:0}footer .footer-bottom .umobit-logo:hover img:first-child{opacity:0}footer .footer-bottom .umobit-logo:hover img:last-child{opacity:1}.homepage-carousel .swiper .swiper-slide:before,.activities-intro .swiper .swiper-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:-1}.homepage-carousel .swiper .swiper-slide img,.activities-intro .swiper .swiper-slide img{-o-object-fit:cover;object-fit:cover}.homepage-carousel .swiper .swiper-slide video,.activities-intro .swiper .swiper-slide video{min-height:100%;min-width:100%}.homepage-carousel .swiper .swiper-slide img,.homepage-carousel .swiper .swiper-slide video,.activities-intro .swiper .swiper-slide img,.activities-intro .swiper .swiper-slide video{z-index:-2}.homepage-carousel .swiper .swiper-slide .swiper-lazy-preloader,.activities-intro .swiper .swiper-slide .swiper-lazy-preloader{border:4px solid #fff;border-top:4px solid transparent}@media(max-width: 1599.98px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:calc(1.7625rem + 6.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:6.375rem}}@media(max-width: 1399.98px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:calc(1.725rem + 5.7vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:6rem}}@media(max-width: 1199.98px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:calc(1.6875rem + 5.25vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:5.625rem}}@media(max-width: 991.98px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:calc(1.65rem + 4.8vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:5.25rem}}@media(max-width: 767.98px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:calc(1.6125rem + 4.35vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:4.875rem}}@media(max-width: 575.98px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:calc(1.575rem + 3.9vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.homepage-carousel .swiper .swiper-slide .box h1,.homepage-carousel .swiper .swiper-slide .box .h1,.homepage-carousel .swiper .swiper-slide .box h2,.homepage-carousel .swiper .swiper-slide .box .h2,.activities-intro .swiper .swiper-slide .box h1,.activities-intro .swiper .swiper-slide .box .h1,.activities-intro .swiper .swiper-slide .box h2,.activities-intro .swiper .swiper-slide .box .h2{font-size:4.5rem}}@media(max-width: 991.98px){.homepage-carousel .swiper .swiper-slide .box h1 br,.homepage-carousel .swiper .swiper-slide .box .h1 br,.homepage-carousel .swiper .swiper-slide .box h2 br,.homepage-carousel .swiper .swiper-slide .box .h2 br,.activities-intro .swiper .swiper-slide .box h1 br,.activities-intro .swiper .swiper-slide .box .h1 br,.activities-intro .swiper .swiper-slide .box h2 br,.activities-intro .swiper .swiper-slide .box .h2 br{display:none}}.homepage-carousel .swiper .swiper-slide .box .custom-btn-arrow .arrow,.activities-intro .swiper .swiper-slide .box .custom-btn-arrow .arrow{margin-left:3.5rem}.homepage-carousel .swiper-slide .box{padding:calc(182px + (10.5rem - 3.5rem)) 0 4rem}@media(max-width: 767.98px){.homepage-carousel .swiper-slide .box{padding:calc(172px + (10.5rem - 3.5rem)) 0 4rem}}@media(max-width: 575.98px){.homepage-carousel .swiper-slide .box{padding:calc(98px + 4rem) 0 4rem}}@media(max-width: 419.98px){.homepage-carousel .swiper-slide .box{padding:calc(88px + 4rem) 0 4rem}}.homepage-carousel .swiper-slide .box h3,.homepage-carousel .swiper-slide .box .h3{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.homepage-carousel .swiper-slide .box h3,.homepage-carousel .swiper-slide .box .h3{font-size:1.875rem}}@media(min-width: 1400px){.homepage-carousel .swiper-slide .box h3,.homepage-carousel .swiper-slide .box .h3{margin-top:5.125rem !important}}@media(max-width: 991.98px){.homepage-carousel .swiper-slide .box h3,.homepage-carousel .swiper-slide .box .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.homepage-carousel .swiper-slide .box h3,.homepage-carousel .swiper-slide .box .h3{font-size:1.625rem}}@media(max-width: 767.98px){.homepage-carousel .swiper-slide .box h3,.homepage-carousel .swiper-slide .box .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.homepage-carousel .swiper-slide .box h3,.homepage-carousel .swiper-slide .box .h3{font-size:1.375rem}}@media(max-width: 575.98px){.homepage-carousel .swiper-slide .box h3,.homepage-carousel .swiper-slide .box .h3{font-size:1.125rem}}@media(min-width: 1400px){.homepage-carousel .swiper-slide .box .custom-btn-arrow{margin-top:5.625rem !important}}.text-section.bg-blue{background:#265eff}.text-section.bg-gray{background:#e8ecf3}@media(min-width: 992px){.text-section{padding:6.5625rem 0}}.text-section h2,.text-section .h2{font-size:calc(1.475rem + 2.7vw);font-weight:bold;line-height:1}@media(min-width: 1200px){.text-section h2,.text-section .h2{font-size:3.5rem}}@media(max-width: 1599.98px){.text-section h2,.text-section .h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.text-section h2,.text-section .h2{font-size:3.25rem}}@media(max-width: 1399.98px){.text-section h2,.text-section .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.text-section h2,.text-section .h2{font-size:3rem}}@media(max-width: 1199.98px){.text-section h2,.text-section .h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.text-section h2,.text-section .h2{font-size:2.75rem}}@media(max-width: 991.98px){.text-section h2,.text-section .h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.text-section h2,.text-section .h2{font-size:3.25rem}}@media(max-width: 767.98px){.text-section h2,.text-section .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.text-section h2,.text-section .h2{font-size:3rem}}@media(max-width: 575.98px){.text-section h2,.text-section .h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.text-section h2,.text-section .h2{font-size:2.75rem}}.text-section h3,.text-section .h3{font-weight:400}.text-section h2:last-child,.text-section .h2:last-child,.text-section h3:last-child,.text-section .h3:last-child{margin-bottom:0}@media(min-width: 992px){.text-section h2,.text-section .h2,.text-section h3,.text-section .h3{letter-spacing:-1px}}.text-section h2 .blue,.text-section .h2 .blue,.text-section h3 .blue,.text-section .h3 .blue{font-weight:bold}.text-section h2+p,.text-section .h2+p,.text-section h3+p,.text-section .h3+p{margin-top:1.5rem}@media(max-width: 575.98px){.text-section h2 br,.text-section .h2 br,.text-section h3 br,.text-section .h3 br{display:none}}.text-section .editor:has(+div) h2:last-child,.text-section .editor:has(+div) .h2:last-child{margin-bottom:3rem}.text-section .editor:has(+div) h3:last-child,.text-section .editor:has(+div) .h3:last-child{margin-bottom:3rem}@media(min-width: 1400px){.text-section .editor:has(+div) h3:last-child,.text-section .editor:has(+div) .h3:last-child{margin-bottom:5rem}}.text-section .editor:has(+div) p:last-child,.text-section .editor:has(+div) li:last-child,.text-section .editor:has(+div)+div:not(:last-child){margin-bottom:2rem}.text-section .editor ul,.text-section .editor ol{padding-left:1.5rem}@media(max-width: 1599.98px){.text-section .editor ul{padding-left:1.25rem}}@media(max-width: 1399.98px){.text-section .editor ul{padding-left:1rem}}@media(max-width: 1199.98px){.text-section .editor ul{padding-left:.75rem}}@media(max-width: 991.98px){.text-section .editor ul{padding-left:1rem}}@media(max-width: 767.98px){.text-section .editor ul{padding-left:.75rem}}@media(max-width: 575.98px){.text-section .editor ul{padding-left:.5rem}}@media(max-width: 1599.98px){.text-section .editor ul li{padding-left:calc(11px + 1.25rem)}.text-section .editor ul li:before{width:11px;height:11px;top:10px}}@media(max-width: 1399.98px){.text-section .editor ul li{padding-left:calc(10px + 1rem)}.text-section .editor ul li:before{width:10px;height:10px;top:9px}}@media(max-width: 1199.98px){.text-section .editor ul li{padding-left:calc(9px + 0.75rem)}.text-section .editor ul li:before{width:9px;height:9px;top:8px}}@media(max-width: 991.98px){.text-section .editor ul li{padding-left:calc(11px + 1rem)}.text-section .editor ul li:before{width:10px;height:10px;top:9px}}@media(max-width: 767.98px){.text-section .editor ul li{padding-left:calc(9px + 0.75rem)}.text-section .editor ul li:before{width:9px;height:9px;top:8px}}@media(max-width: 575.98px){.text-section .editor ul li{padding-left:calc(8px + 0.5rem)}.text-section .editor ul li:before{width:8px;height:8px;top:7px}}.text-section h4,.text-section .h4,.text-section p,.text-section li{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.text-section h4,.text-section .h4,.text-section p,.text-section li{font-size:1.5rem}}@media(max-width: 1599.98px){.text-section h4,.text-section .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.text-section h4,.text-section .h4{font-size:1.375rem}}@media(max-width: 1399.98px){.text-section h4,.text-section .h4{font-size:1.25rem}}@media(max-width: 1199.98px){.text-section h4,.text-section .h4{font-size:1.125rem}}@media(max-width: 991.98px){.text-section h4,.text-section .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.text-section h4,.text-section .h4{font-size:1.375rem}}@media(max-width: 767.98px){.text-section h4,.text-section .h4{font-size:1.25rem}}@media(max-width: 575.98px){.text-section h4,.text-section .h4{font-size:1.125rem}}@media(max-width: 1599.98px){.text-section p,.text-section li{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.text-section p,.text-section li{font-size:1.375rem}}@media(max-width: 1399.98px){.text-section p,.text-section li{font-size:1.25rem}}@media(max-width: 1199.98px){.text-section p,.text-section li{font-size:1.125rem}}@media(max-width: 991.98px){.text-section p,.text-section li{font-size:1.25rem}}@media(max-width: 767.98px){.text-section p,.text-section li{font-size:1.125rem}}@media(max-width: 575.98px){.text-section p,.text-section li{font-size:1rem}}.text-section p:not(:last-child),.text-section ul:not(:last-child){margin-bottom:1rem}@media(min-width: 1400px){.text-section p:not(:last-child),.text-section ul:not(:last-child){margin-bottom:2.5rem}}.text-section p a{color:#265eff;font-weight:bold}.text-section .custom-btn-arrow .arrow{margin-left:2.5rem}@media(max-width: 1599.98px){.text-section .file-btn{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.text-section .file-btn{font-size:1.375rem}}@media(max-width: 1399.98px){.text-section .file-btn{font-size:1.25rem}}@media(max-width: 1199.98px){.text-section .file-btn{font-size:1.125rem}}@media(max-width: 991.98px){.text-section .file-btn{font-size:1.25rem}}@media(max-width: 767.98px){.text-section .file-btn{font-size:1.125rem}}@media(max-width: 575.98px){.text-section .file-btn{font-size:1rem}}@media(max-width: 1599.98px){.text-section .file-btn .pdf-text,.text-section .file-btn .size-text{font-size:1.0625rem}}@media(max-width: 1399.98px){.text-section .file-btn .pdf-text,.text-section .file-btn .size-text{font-size:1rem}}@media(max-width: 1199.98px){.text-section .file-btn .pdf-text,.text-section .file-btn .size-text{font-size:0.9375rem}}@media(max-width: 991.98px){.text-section .file-btn .pdf-text,.text-section .file-btn .size-text{font-size:1rem}}@media(max-width: 767.98px){.text-section .file-btn .pdf-text,.text-section .file-btn .size-text{font-size:0.9375rem}}@media(max-width: 575.98px){.text-section .file-btn .pdf-text,.text-section .file-btn .size-text{font-size:0.875rem}}.text-section .file-btn i{font-size:calc(1.28125rem + 0.375vw)}@media(min-width: 1200px){.text-section .file-btn i{font-size:1.5625rem}}.text-section .file-btn i:before{color:#265eff}@media(max-width: 1599.98px){.text-section .file-btn i{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.text-section .file-btn i{font-size:1.4375rem}}@media(max-width: 1399.98px){.text-section .file-btn i{font-size:calc(1.25625rem + 0.075vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.text-section .file-btn i{font-size:1.3125rem}}@media(max-width: 1199.98px){.text-section .file-btn i{font-size:1.1875rem}}@media(max-width: 991.98px){.text-section .file-btn i{font-size:calc(1.25625rem + 0.075vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.text-section .file-btn i{font-size:1.3125rem}}@media(max-width: 767.98px){.text-section .file-btn i{font-size:1.1875rem}}@media(max-width: 575.98px){.text-section .file-btn i{font-size:1.0625rem}}.text-section .buttons>div[class*=col]:nth-child(1){transition-delay:.05s}.text-section .buttons>div[class*=col]:nth-child(2){transition-delay:.1s}.text-section .buttons>div[class*=col]:nth-child(3){transition-delay:.15s}.text-section .buttons>div[class*=col]:nth-child(4){transition-delay:.2s}.text-section .buttons>div[class*=col]:nth-child(5){transition-delay:.25s}.text-section .buttons>div[class*=col]:nth-child(6){transition-delay:.3s}.text-section .buttons>div[class*=col]:nth-child(7){transition-delay:.35s}.text-section .buttons>div[class*=col]:nth-child(8){transition-delay:.4s}.text-section .buttons>div[class*=col]:nth-child(9){transition-delay:.45s}.text-section .buttons .custom-btn-arrow{border:1px solid #cacbd2}.text-section .buttons .custom-btn-arrow:hover{border-color:#265eff}.text-section.bg-gray .buttons .custom-btn-arrow{background:#e8ecf3 !important}@media(min-width: 992px){.text-section.ir-contact-section{padding:5.125rem 0 6.75rem}}.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{line-height:1.2;transition:color .3s}.text-section.ir-contact-section .info .email-btn:before{content:"";position:absolute;width:100%;height:2px;background:#265eff;left:0;bottom:0;transition:all .3s}.text-section.ir-contact-section .info .email-btn:hover{color:#0f0f0f !important}.text-section.ir-contact-section .info .email-btn:hover:before{background:#0f0f0f;transform:scaleX(0)}.text-section.ir-contact-section .info .tel-btn:hover{color:#265eff}.text-section.ir-contact-section .info>div[class*=col]:nth-child(1){transition-delay:.05s}.text-section.ir-contact-section .info>div[class*=col]:nth-child(2){transition-delay:.1s}.text-section.ir-contact-section .info>div[class*=col]:nth-child(3){transition-delay:.15s}.text-section.ir-contact-section .info>div[class*=col]:nth-child(4){transition-delay:.2s}.text-section.ir-contact-section .info>div[class*=col]:nth-child(5){transition-delay:.25s}.text-section.ir-contact-section .info>div[class*=col]:nth-child(6){transition-delay:.3s}.text-section.ir-contact-section .info>div[class*=col]:nth-child(7){transition-delay:.35s}.text-section.ir-contact-section .info>div[class*=col]:nth-child(8){transition-delay:.4s}.text-section.ir-contact-section .info>div[class*=col]:nth-child(9){transition-delay:.45s}.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:2.25rem}}@media(max-width: 1599.98px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:2rem}}@media(max-width: 1399.98px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:1.75rem}}@media(max-width: 1199.98px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:1.5rem}}@media(max-width: 991.98px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:2rem}}@media(max-width: 767.98px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:1.75rem}}@media(max-width: 575.98px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.text-section .editor h3,.text-section .editor .h3,.text-section.ir-contact-section .info .email-btn,.text-section.ir-contact-section .info .tel-btn{font-size:1.5rem}}@media(min-width: 1200px){.text-section .img-wrapper{margin-top:7.3125rem !important}}.text-section+.media-center-section{padding-top:0}.text-section:has(+.numbers-carousel){padding-bottom:0}.files-list+.text-section:not(.bg-gray){padding-top:0}@media(max-width: 1199.98px){.contact-info+.text-section{padding-top:0}}@media(min-width: 992px){.numbers-carousel+.text-section{padding-top:4rem}}.numbers-carousel #numbers-carousel{padding:4rem 0}@media(min-width: 992px){.numbers-carousel #numbers-carousel{padding:6.5625rem 0}}.numbers-carousel #numbers-carousel .swiper-slide{padding-right:6.5%}.numbers-carousel #numbers-carousel .swiper-slide .number{font-size:calc(1.925rem + 8.1vw);line-height:.8}@media(min-width: 1200px){.numbers-carousel #numbers-carousel .swiper-slide .number{font-size:8rem}}@media(min-width: 992px){.numbers-carousel #numbers-carousel .swiper-slide .number{letter-spacing:-7px}}.numbers-carousel #numbers-carousel .swiper-slide p{font-size:1.125rem;line-height:1.2}@media(max-width: 767.98px){.numbers-carousel #numbers-carousel .swiper-slide p{font-size:1rem}}@media(max-width: 575.98px){.numbers-carousel #numbers-carousel .swiper-slide p{font-size:0.875rem}}.our-business-carousel{background:#ededed}@media(max-width: 1599.98px){.our-business-carousel h3,.our-business-carousel .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business-carousel h3,.our-business-carousel .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.our-business-carousel h3,.our-business-carousel .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.our-business-carousel h3,.our-business-carousel .h3{font-size:1.125rem}}@media(max-width: 991.98px){.our-business-carousel h3,.our-business-carousel .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business-carousel h3,.our-business-carousel .h3{font-size:1.375rem}}@media(max-width: 767.98px){.our-business-carousel h3,.our-business-carousel .h3{font-size:1.25rem}}@media(max-width: 575.98px){.our-business-carousel h3,.our-business-carousel .h3{font-size:1.125rem}}.our-business-carousel h2,.our-business-carousel .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.our-business-carousel h2,.our-business-carousel .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.our-business-carousel h2,.our-business-carousel .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business-carousel h2,.our-business-carousel .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.our-business-carousel h2,.our-business-carousel .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.our-business-carousel h2,.our-business-carousel .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.our-business-carousel h2,.our-business-carousel .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.our-business-carousel h2,.our-business-carousel .h2{font-size:3.375rem}}@media(max-width: 991.98px){.our-business-carousel h2,.our-business-carousel .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business-carousel h2,.our-business-carousel .h2{font-size:3.75rem}}@media(max-width: 767.98px){.our-business-carousel h2,.our-business-carousel .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.our-business-carousel h2,.our-business-carousel .h2{font-size:3.375rem}}@media(max-width: 575.98px){.our-business-carousel h2,.our-business-carousel .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.our-business-carousel h2,.our-business-carousel .h2{font-size:3rem}}.our-business-carousel p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.our-business-carousel p{font-size:1.5rem}}@media(max-width: 1599.98px){.our-business-carousel p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business-carousel p{font-size:1.375rem}}@media(max-width: 1399.98px){.our-business-carousel p{font-size:1.25rem}}@media(max-width: 1199.98px){.our-business-carousel p{font-size:1.125rem}}@media(max-width: 991.98px){.our-business-carousel p{font-size:1.25rem}}@media(max-width: 767.98px){.our-business-carousel p{font-size:1.125rem}}@media(max-width: 575.98px){.our-business-carousel p{font-size:1rem}}.our-business-carousel p:not(:last-child){margin-bottom:1rem}@media(min-width: 1400px){.our-business-carousel p:not(:last-child){margin-bottom:2.5rem}}@media(min-width: 1200px){.our-business-carousel .tabs-wrapper{margin-bottom:2.5rem !important}}.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link{background:#265eff;color:#fff;border-radius:4rem;max-width:533px;transition:background .3s cubic-bezier(0.16, 0.01, 0.77, 1),color .3s cubic-bezier(0.16, 0.01, 0.77, 1)}@media(min-width: 1200px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width: 1400px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link{padding-left:3rem;padding-right:3rem}}@media(min-width: 1600px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link{padding-left:3.625rem;padding-right:3.625rem}}.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h4,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h4{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h4,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h4{font-size:1.875rem}}@media(max-width: 1599.98px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h4,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h4,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h4{font-size:1.625rem}}@media(max-width: 1399.98px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h4,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h4,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h4{font-size:1.375rem}}@media(min-width: 1600px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h5,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h5{letter-spacing:1px}}@media(max-width: 1599.98px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h5,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h5{font-size:1rem}}@media(max-width: 1399.98px){.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link h5,.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link .h5{font-size:0.875rem}}.our-business-carousel .tabs-wrapper .nav-pills .nav-item .nav-link.active{background:#fff;color:#0f0f0f}@media(min-width: 768px){.our-business-carousel .tab-content .tab-pane .container.ps-md-0{max-width:none;padding-right:0 !important}.our-business-carousel .tab-content .tab-pane .container.ps-md-0>.row{margin-right:0 !important}.our-business-carousel .tab-content .tab-pane .container.ps-md-0>.row>[class*=col]{padding-right:0 !important}}@media(min-width: 768px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide{max-width:calc((((720px - 1.5rem) + (100vw - (720px - 1.5rem)) / 2) / 2) - 1.5rem)}}@media(min-width: 992px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide{max-width:calc((((960px - 1.5rem) + (100vw - (960px - 1.5rem)) / 2) / 2) - 1.5rem)}}@media(min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide{max-width:calc((((1140px - 1.5rem) + (100vw - (1140px - 1.5rem)) / 2) / 3) - 1.5rem)}}@media(min-width: 1400px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide{max-width:calc((((1320px - 1.5rem) + (100vw - (1320px - 1.5rem)) / 2) / 3) - 1.5rem )}}@media(min-width: 1600px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide{max-width:calc((((1684px - 1.5rem) + (100vw - (1684px - 1.5rem)) / 2) / 3) - 44px)}}.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .img-wrapper{padding-top:68.71718%;border-radius:1rem}.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .img-wrapper img{-o-object-fit:cover;object-fit:cover;transition:transform .3s cubic-bezier(0.16, 0.01, 0.77, 1);transform-origin:left top}.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .img-wrapper:hover img{transform:scale(1.05)}.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content{padding:2.1875rem 0}@media(max-width: 1599.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 1399.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 1199.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 991.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 767.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 575.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 1599.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h5,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h5{font-size:1.0625rem}}@media(max-width: 1399.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h5,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h5{font-size:1rem}}@media(max-width: 1199.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h5,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h5{font-size:1.0625rem}}@media(max-width: 991.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h5,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h5{font-size:1rem}}@media(max-width: 767.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h5,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h5{font-size:1.0625rem}}@media(max-width: 575.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h5,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h5{font-size:1rem}}.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:calc(1.4rem + 1.8vw)}@media(min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:2.75rem}}@media(max-width: 1599.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:2.25rem}}@media(max-width: 1399.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:1.75rem}}@media(max-width: 1199.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:2.25rem}}@media(max-width: 991.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:1.75rem}}@media(max-width: 767.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:2.25rem}}@media(max-width: 575.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{font-size:1.75rem}}@media(min-width: 992px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4{letter-spacing:-2px}}.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:calc(1.325rem + 0.9vw);transform:rotate(-45deg);transition:color .3s}@media(min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:2rem}}@media(max-width: 1599.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:1.75rem}}@media(max-width: 1399.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:1.5rem}}@media(max-width: 1199.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:1.75rem}}@media(max-width: 991.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:1.5rem}}@media(max-width: 767.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:1.75rem}}@media(max-width: 575.98px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a i,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a i{font-size:1.5rem}}.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content h4 a:hover,.our-business-carousel .tab-content .tab-pane .swiper .swiper-slide .content .h4 a:hover{color:#265eff}@media(min-width: 1600px){.our-business-carousel .navigation-wrapper{margin-top:calc(5.9375rem - 2.1875rem)}}@media(max-width: 1599.98px){.our-business-carousel .navigation-wrapper .swiper-button-prev,.our-business-carousel .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.our-business-carousel .navigation-wrapper .swiper-button-prev,.our-business-carousel .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.our-business-carousel .navigation-wrapper .swiper-button-prev,.our-business-carousel .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.our-business-carousel .navigation-wrapper .swiper-button-prev,.our-business-carousel .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.our-business-carousel .navigation-wrapper .swiper-button-prev,.our-business-carousel .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.our-business-carousel .navigation-wrapper .swiper-button-prev,.our-business-carousel .navigation-wrapper .swiper-button-next{font-size:1rem}}.text-section.bg-gray+.our-business-carousel{padding-top:0}.share{background:#1f4ed8}@media(min-width: 992px){.share{padding:5.25rem 0 6.75rem}}.share .parallax-img{background-position:0 bottom;background-repeat:repeat-x;width:2464px}@media(max-width: 1599.98px){.share h3,.share .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share h3,.share .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.share h3,.share .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.share h3,.share .h3{font-size:1.125rem}}@media(max-width: 991.98px){.share h3,.share .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share h3,.share .h3{font-size:1.375rem}}@media(max-width: 767.98px){.share h3,.share .h3{font-size:1.25rem}}@media(max-width: 575.98px){.share h3,.share .h3{font-size:1.125rem}}@media(max-width: 1599.98px){.share h2,.share .h2{font-size:calc(1.74375rem + 5.925vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share h2,.share .h2{font-size:6.1875rem}}@media(max-width: 1399.98px){.share h2,.share .h2{font-size:calc(1.68125rem + 5.175vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share h2,.share .h2{font-size:5.5625rem}}@media(max-width: 1199.98px){.share h2,.share .h2{font-size:calc(1.61875rem + 4.425vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share h2,.share .h2{font-size:4.9375rem}}@media(max-width: 991.98px){.share h2,.share .h2{font-size:calc(1.55625rem + 3.675vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share h2,.share .h2{font-size:4.3125rem}}@media(max-width: 767.98px){.share h2,.share .h2{font-size:calc(1.49375rem + 2.925vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share h2,.share .h2{font-size:3.6875rem}}@media(max-width: 575.98px){.share h2,.share .h2{font-size:calc(1.43125rem + 2.175vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.share h2,.share .h2{font-size:3.0625rem}}.share p{font-size:1.125rem}@media(max-width: 575.98px){.share p{font-size:1rem}}@media(min-width: 1200px){.share .custom-col{flex:0 0 auto}.share .custom-col.left-col{width:47.269%}.share .custom-col.right-col{width:52.731%}}@media(min-width: 1400px){.share .custom-btn-arrow{margin-top:3.75rem !important;margin-bottom:4.875rem !important}}.share .custom-btn-arrow .arrow{margin-left:1.75rem}.share .box{border-radius:20px}.share .box .counter{font-weight:500}@media(min-width: 992px){.share .box .counter{letter-spacing:-6px}}.share .box .counter .arrow{width:0;height:0;border-left:13.5px solid transparent;border-right:13.5px solid transparent}.share .box .counter .arrow.arrow-up{border-bottom-width:16px;border-bottom-style:solid}.share .box .counter .arrow.arrow-down{border-top-width:16px;border-top-style:solid}@media(max-width: 1599.98px){.share .box .counter .arrow{border-left-width:12.5px;border-right-width:12.5px}.share .box .counter .arrow.arrow-up{border-bottom-width:15px}.share .box .counter .arrow.arrow-down{border-top-width:15px}}@media(max-width: 1399.98px){.share .box .counter .arrow{border-left-width:11.5px;border-right-width:11.5px}.share .box .counter .arrow.arrow-up{border-bottom-width:14px}.share .box .counter .arrow.arrow-down{border-top-width:14px}}@media(max-width: 1199.98px){.share .box .counter .arrow{border-left-width:13.5px;border-right-width:13.5px}.share .box .counter .arrow.arrow-up{border-bottom-width:16px}.share .box .counter .arrow.arrow-down{border-top-width:16px}}@media(max-width: 991.98px){.share .box .counter .arrow{border-left-width:9.5px;border-right-width:9.5px}.share .box .counter .arrow.arrow-up{border-bottom-width:12px}.share .box .counter .arrow.arrow-down{border-top-width:12px}}@media(max-width: 767.98px){.share .box .counter .arrow{border-left-width:8.5px;border-right-width:8.5px}.share .box .counter .arrow.arrow-up{border-bottom-width:11px}.share .box .counter .arrow.arrow-down{border-top-width:11px}}@media(max-width: 575.98px){.share .box .counter .arrow{border-left-width:7.5px;border-right-width:7.5px}.share .box .counter .arrow.arrow-up{border-bottom-width:10px}.share .box .counter .arrow.arrow-down{border-top-width:10px}}.share .box .info-box .info-counter{font-size:calc(1.275rem + 0.3vw);font-weight:500}@media(min-width: 1200px){.share .box .info-box .info-counter{font-size:1.5rem}}@media(max-width: 1599.98px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:1.375rem}}@media(max-width: 1399.98px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:1.25rem}}@media(max-width: 1199.98px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:1.5rem}}@media(max-width: 991.98px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:1.375rem}}@media(max-width: 767.98px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:1.25rem}}@media(max-width: 575.98px){.share .box h3,.share .box .h3,.share .box .info-box .info-counter{font-size:1.125rem}}@media(max-width: 1599.98px){.share .box h5,.share .box .h5{font-size:1.0625rem}}@media(max-width: 1399.98px){.share .box h5,.share .box .h5{font-size:1rem}}@media(max-width: 1199.98px){.share .box h5,.share .box .h5{font-size:1.125rem}}@media(max-width: 991.98px){.share .box h5,.share .box .h5{font-size:1.0625rem}}@media(max-width: 767.98px){.share .box h5,.share .box .h5{font-size:1rem}}@media(max-width: 575.98px){.share .box h5,.share .box .h5{font-size:0.9375rem}}@media(max-width: 1599.98px){.share .box h6,.share .box .h6{font-size:0.9375rem}}@media(max-width: 1399.98px){.share .box h6,.share .box .h6{font-size:0.875rem}}@media(max-width: 1199.98px){.share .box h6,.share .box .h6{font-size:1rem}}@media(max-width: 991.98px){.share .box h6,.share .box .h6{font-size:0.9375rem}}@media(max-width: 767.98px){.share .box h6,.share .box .h6{font-size:0.875rem}}@media(max-width: 575.98px){.share .box h6,.share .box .h6{font-size:0.8125rem}}.share .box.white-box{padding:1.75rem 1.5rem}@media(min-width: 992px){.share .box.white-box{padding:2.875rem 3.875rem}}@media(min-width: 1200px){.share .box.white-box{padding:2.875rem 1.5rem}}@media(min-width: 1600px){.share .box.white-box{padding:2.875rem 3.875rem}}.share .box.white-box h3,.share .box.white-box .h3{color:#1f4fd8}.share .box.white-box .date{color:#597891}@media(min-width: 1600px){.share .box.white-box .date{margin-top:4.125rem !important}}.share .box.white-box .counter{font-size:calc(1.8375rem + 7.05vw)}@media(min-width: 1200px){.share .box.white-box .counter{font-size:7.125rem}}@media(max-width: 1599.98px){.share .box.white-box .counter{font-size:calc(1.775rem + 6.3vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share .box.white-box .counter{font-size:6.5rem}}@media(max-width: 1399.98px){.share .box.white-box .counter{font-size:calc(1.7125rem + 5.55vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share .box.white-box .counter{font-size:5.875rem}}@media(max-width: 1199.98px){.share .box.white-box .counter{font-size:calc(1.8375rem + 7.05vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share .box.white-box .counter{font-size:7.125rem}}@media(max-width: 991.98px){.share .box.white-box .counter{font-size:calc(1.5875rem + 4.05vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share .box.white-box .counter{font-size:4.625rem}}@media(max-width: 767.98px){.share .box.white-box .counter{font-size:calc(1.525rem + 3.3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share .box.white-box .counter{font-size:4rem}}@media(max-width: 575.98px){.share .box.white-box .counter{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.share .box.white-box .counter{font-size:3.375rem}}@media(min-width: 992px){.share .box.white-box .counter .arrow{margin-left:2rem !important}}@media(min-width: 1200px){.share .box.white-box .counter .arrow{margin-left:1.5rem !important}}@media(min-width: 1600px){.share .box.white-box .counter .arrow{margin-left:2rem !important}}.share .box.white-box .counter .arrow.arrow-up{border-bottom-color:#265eff}.share .box.white-box .counter .arrow.arrow-down{border-top-color:#265eff}.share .box.white-box .name{color:#265eff}.share .box.white-box .title{color:#5a7996}.share .box.white-box .info-box .info-counter{color:#232323}.share .box.white-box .info-box .info{color:#676f89}.share .box.white-box hr{height:2px;background:#f3f3f3}.share .box.white-box .buttons a{font-size:calc(1.275rem + 0.3vw);font-weight:500;line-height:1.2}@media(min-width: 1200px){.share .box.white-box .buttons a{font-size:1.5rem}}.share .box.white-box .buttons a .arrow{background:#265eff;width:55px;height:55px}.share .box.white-box .buttons a .arrow i.icon-download_arrow{font-size:calc(1.2625rem + 0.15vw)}@media(min-width: 1200px){.share .box.white-box .buttons a .arrow i.icon-download_arrow{font-size:1.375rem}}@media(max-width: 1599.98px){.share .box.white-box .buttons a{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share .box.white-box .buttons a{font-size:1.375rem}}@media(max-width: 1599.98px){.share .box.white-box .buttons a .arrow{width:47px;height:47px}.share .box.white-box .buttons a .arrow i.fa-arrow-right{font-size:1.125rem}.share .box.white-box .buttons a .arrow i.icon-download_arrow{font-size:1rem}}@media(max-width: 1399.98px){.share .box.white-box .buttons a{font-size:1.25rem}.share .box.white-box .buttons a .arrow{width:37px;height:37px}.share .box.white-box .buttons a .arrow i.fa-arrow-right{font-size:0.875rem}.share .box.white-box .buttons a .arrow i.icon-download_arrow{font-size:0.75rem}}@media(max-width: 1199.98px){.share .box.white-box .buttons a{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share .box.white-box .buttons a{font-size:1.5rem}}@media(max-width: 1199.98px){.share .box.white-box .buttons a .arrow{width:55px;height:55px}.share .box.white-box .buttons a .arrow i.fa-arrow-right{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share .box.white-box .buttons a .arrow i.fa-arrow-right{font-size:1.5rem}}@media(max-width: 1199.98px){.share .box.white-box .buttons a .arrow i.icon-download_arrow{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share .box.white-box .buttons a .arrow i.icon-download_arrow{font-size:1.375rem}}@media(max-width: 991.98px){.share .box.white-box .buttons a{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share .box.white-box .buttons a{font-size:1.375rem}}@media(max-width: 991.98px){.share .box.white-box .buttons a .arrow{width:47px;height:47px}.share .box.white-box .buttons a .arrow i.fa-arrow-right{font-size:1.125rem}.share .box.white-box .buttons a .arrow i.icon-download_arrow{font-size:1rem}}@media(max-width: 767.98px){.share .box.white-box .buttons a{font-size:1.25rem}.share .box.white-box .buttons a .arrow{width:37px;height:37px}.share .box.white-box .buttons a .arrow i.fa-arrow-right{font-size:0.875rem}.share .box.white-box .buttons a .arrow i.icon-download_arrow{font-size:0.75rem}}@media(max-width: 575.98px){.share .box.white-box .buttons a{font-size:1.125rem}}.share .box.blue-box{background:#265eff;padding:1.75rem 1.5rem}@media(min-width: 992px){.share .box.blue-box{padding:1.75rem 3.0625rem 3rem}}@media(min-width: 1200px){.share .box.blue-box{padding:1.75rem 1.5rem}}@media(min-width: 1600px){.share .box.blue-box{padding:1.75rem 3.0625rem 3rem}}.share .box.blue-box h3,.share .box.blue-box .h3{color:#dfdfdf}.share .box.blue-box .counter{font-size:calc(1.75rem + 6vw)}@media(min-width: 1200px){.share .box.blue-box .counter{font-size:6.25rem}}@media(max-width: 1599.98px){.share .box.blue-box .counter{font-size:calc(1.6875rem + 5.25vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share .box.blue-box .counter{font-size:5.625rem}}@media(max-width: 1399.98px){.share .box.blue-box .counter{font-size:calc(1.625rem + 4.5vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share .box.blue-box .counter{font-size:5rem}}@media(max-width: 1199.98px){.share .box.blue-box .counter{font-size:calc(1.75rem + 6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share .box.blue-box .counter{font-size:6.25rem}}@media(max-width: 991.98px){.share .box.blue-box .counter{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share .box.blue-box .counter{font-size:3.75rem}}@media(max-width: 767.98px){.share .box.blue-box .counter{font-size:calc(1.4375rem + 2.25vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share .box.blue-box .counter{font-size:3.125rem}}@media(max-width: 575.98px){.share .box.blue-box .counter{font-size:calc(1.375rem + 1.5vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.share .box.blue-box .counter{font-size:2.5rem}}@media(min-width: 992px){.share .box.blue-box .counter .arrow{margin-left:3.625rem !important}}@media(min-width: 1200px){.share .box.blue-box .counter .arrow{margin-left:1.5rem !important}}@media(min-width: 1600px){.share .box.blue-box .counter .arrow{margin-left:3.625rem !important}}.share .box.blue-box .counter .arrow.arrow-up{border-bottom-color:#fff}.share .box.blue-box .counter .arrow.arrow-down{border-top-color:#fff}@media(min-width: 1600px){.share .box.blue-box .info-box-wrapper{padding-left:5%}}.share .box.blue-box .info-box-wrapper .info-box .info{color:#b0c4ff}.share .box.has-img{min-height:375px}@media(max-width: 1599.98px){.share .box.has-img{min-height:325px}}@media(max-width: 1399.98px){.share .box.has-img{min-height:275px}}@media(max-width: 1199.98px){.share .box.has-img{min-height:375px}}@media(max-width: 991.98px){.share .box.has-img{min-height:325px}}@media(max-width: 767.98px){.share .box.has-img{min-height:225px}}@media(max-width: 575.98px){.share .box.has-img{min-height:375px}}@media(max-width: 419.98px){.share .box.has-img{min-height:325px}}@media(max-width: 359.98px){.share .box.has-img{min-height:275px}}.share .box.has-img a{z-index:1}.share .box.has-img .bg-img{transition:transform .3s cubic-bezier(0.16, 0.01, 0.77, 1)}.share .box.has-img:hover .bg-img{transform:scale(1.1)}.share .box.has-img .content{padding:1.625rem 1.5rem 1.875rem}@media(min-width: 992px){.share .box.has-img .content{padding:1.625rem 1.5rem}}@media(min-width: 1600px){.share .box.has-img .content{padding:1.625rem 1.625rem 1.875rem 2.8125rem}}.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:2.25rem}}@media(min-width: 1600px){.share .box.has-img .content h4,.share .box.has-img .content .h4{max-width:85%}}@media(max-width: 1599.98px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:2rem}}@media(max-width: 1399.98px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:1.75rem}}@media(max-width: 1199.98px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:2.25rem}}@media(max-width: 991.98px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:2rem}}@media(max-width: 767.98px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:1.5rem}}@media(max-width: 575.98px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:2.25rem}}@media(max-width: 419.98px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:2rem}}@media(max-width: 359.98px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 359.98px)and (min-width: 1200px){.share .box.has-img .content h4,.share .box.has-img .content .h4{font-size:1.75rem}}.share .box.has-img .content button{width:67px;height:67px;outline:0}.share .box.has-img .content button i{font-size:calc(1.2875rem + 0.45vw)}@media(min-width: 1200px){.share .box.has-img .content button i{font-size:1.625rem}}@media(max-width: 1599.98px){.share .box.has-img .content button{width:57px;height:57px}.share .box.has-img .content button i{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share .box.has-img .content button i{font-size:1.5rem}}@media(max-width: 1399.98px){.share .box.has-img .content button{width:47px;height:47px}.share .box.has-img .content button i{font-size:1.25rem}}@media(max-width: 1199.98px){.share .box.has-img .content button{width:67px;height:67px}.share .box.has-img .content button i{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share .box.has-img .content button i{font-size:1.625rem}}@media(max-width: 991.98px){.share .box.has-img .content button{width:57px;height:57px}.share .box.has-img .content button i{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share .box.has-img .content button i{font-size:1.5rem}}@media(max-width: 767.98px){.share .box.has-img .content button{width:37px;height:37px}.share .box.has-img .content button i{font-size:1.125rem}}@media(max-width: 575.98px){.share .box.has-img .content button{width:67px;height:67px}.share .box.has-img .content button i{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.share .box.has-img .content button i{font-size:1.625rem}}@media(max-width: 419.98px){.share .box.has-img .content button{width:57px;height:57px}.share .box.has-img .content button i{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.share .box.has-img .content button i{font-size:1.5rem}}@media(max-width: 359.98px){.share .box.has-img .content button{width:47px;height:47px}.share .box.has-img .content button i{font-size:1.25rem}}@media(min-width: 992px){.share.share-price{padding:4.375rem 0 6.25rem}}.share.share-price .box h3,.share.share-price .box .h3{color:#0f0f0f}@media(max-width: 1599.98px){.share.share-price .box h3,.share.share-price .box .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share.share-price .box h3,.share.share-price .box .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.share.share-price .box h3,.share.share-price .box .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.share.share-price .box h3,.share.share-price .box .h3{font-size:1.125rem}}@media(max-width: 991.98px){.share.share-price .box h3,.share.share-price .box .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share.share-price .box h3,.share.share-price .box .h3{font-size:1.375rem}}@media(max-width: 767.98px){.share.share-price .box h3,.share.share-price .box .h3{font-size:1.25rem}}@media(max-width: 575.98px){.share.share-price .box h3,.share.share-price .box .h3{font-size:1.125rem}}.share.share-price .box h5,.share.share-price .box .h5,.share.share-price .box h6,.share.share-price .box .h6{color:#818181}@media(max-width: 1599.98px){.share.share-price .box h5,.share.share-price .box .h5{font-size:1.0625rem}}@media(max-width: 1399.98px){.share.share-price .box h5,.share.share-price .box .h5{font-size:1rem}}@media(max-width: 1199.98px){.share.share-price .box h5,.share.share-price .box .h5{font-size:0.9375rem}}@media(max-width: 991.98px){.share.share-price .box h5,.share.share-price .box .h5{font-size:1.0625rem}}@media(max-width: 767.98px){.share.share-price .box h5,.share.share-price .box .h5{font-size:1rem}}@media(max-width: 575.98px){.share.share-price .box h5,.share.share-price .box .h5{font-size:0.9375rem}}@media(max-width: 1599.98px){.share.share-price .box h6,.share.share-price .box .h6{font-size:0.9375rem}}@media(max-width: 1399.98px){.share.share-price .box h6,.share.share-price .box .h6{font-size:0.875rem}}@media(max-width: 1199.98px){.share.share-price .box h6,.share.share-price .box .h6{font-size:0.8125rem}}@media(max-width: 991.98px){.share.share-price .box h6,.share.share-price .box .h6{font-size:0.9375rem}}@media(max-width: 767.98px){.share.share-price .box h6,.share.share-price .box .h6{font-size:0.875rem}}@media(max-width: 575.98px){.share.share-price .box h6,.share.share-price .box .h6{font-size:0.8125rem}}@media(max-width: 1599.98px){.share.share-price .box .counter{font-size:calc(1.775rem + 6.3vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share.share-price .box .counter{font-size:6.5rem}}@media(max-width: 1399.98px){.share.share-price .box .counter{font-size:calc(1.7125rem + 5.55vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share.share-price .box .counter{font-size:5.875rem}}@media(max-width: 1199.98px){.share.share-price .box .counter{font-size:calc(1.65rem + 4.8vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share.share-price .box .counter{font-size:5.25rem}}@media(max-width: 991.98px){.share.share-price .box .counter{font-size:calc(1.5875rem + 4.05vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share.share-price .box .counter{font-size:4.625rem}}@media(max-width: 767.98px){.share.share-price .box .counter{font-size:calc(1.525rem + 3.3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share.share-price .box .counter{font-size:4rem}}@media(max-width: 575.98px){.share.share-price .box .counter{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.share.share-price .box .counter{font-size:3.375rem}}@media(min-width: 992px){.share.share-price .box .counter .arrow{margin-left:3.625rem !important}}@media(max-width: 1599.98px){.share.share-price .box .counter .arrow{border-left-width:12.5px;border-right-width:12.5px}.share.share-price .box .counter .arrow.arrow-up{border-bottom-width:15px}.share.share-price .box .counter .arrow.arrow-down{border-top-width:15px}}@media(max-width: 1399.98px){.share.share-price .box .counter .arrow{border-left-width:11.5px;border-right-width:11.5px}.share.share-price .box .counter .arrow.arrow-up{border-bottom-width:14px}.share.share-price .box .counter .arrow.arrow-down{border-top-width:14px}}@media(max-width: 1199.98px){.share.share-price .box .counter .arrow{border-left-width:10.5px;border-right-width:10.5px}.share.share-price .box .counter .arrow.arrow-up{border-bottom-width:13px}.share.share-price .box .counter .arrow.arrow-down{border-top-width:13px}}@media(max-width: 991.98px){.share.share-price .box .counter .arrow{border-left-width:9.5px;border-right-width:9.5px}.share.share-price .box .counter .arrow.arrow-up{border-bottom-width:12px}.share.share-price .box .counter .arrow.arrow-down{border-top-width:12px}}@media(max-width: 767.98px){.share.share-price .box .counter .arrow{border-left-width:8.5px;border-right-width:8.5px}.share.share-price .box .counter .arrow.arrow-up{border-bottom-width:11px}.share.share-price .box .counter .arrow.arrow-down{border-top-width:11px}}@media(max-width: 575.98px){.share.share-price .box .counter .arrow{border-left-width:7.5px;border-right-width:7.5px}.share.share-price .box .counter .arrow.arrow-up{border-bottom-width:10px}.share.share-price .box .counter .arrow.arrow-down{border-top-width:10px}}.share.share-price .box .info-counter{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.share.share-price .box .info-counter{font-size:1.5rem}}@media(max-width: 1599.98px){.share.share-price .box .info-counter{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share.share-price .box .info-counter{font-size:1.375rem}}@media(max-width: 1399.98px){.share.share-price .box .info-counter{font-size:1.25rem}}@media(max-width: 1199.98px){.share.share-price .box .info-counter{font-size:1.125rem}}@media(max-width: 991.98px){.share.share-price .box .info-counter{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share.share-price .box .info-counter{font-size:1.375rem}}@media(max-width: 767.98px){.share.share-price .box .info-counter{font-size:1.25rem}}@media(max-width: 575.98px){.share.share-price .box .info-counter{font-size:1.125rem}}.text-section+.share-price{padding-top:0}.termscont .tlt{color:#707070;font-size:1.125rem}.termscont .dtd{color:#265eff;font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.termscont .dtd{font-size:1.5rem}}.termscont .share-btn a{color:#265eff;font-size:calc(1.29375rem + 0.525vw);cursor:pointer}@media(min-width: 1200px){.termscont .share-btn a{font-size:1.6875rem}}.termscont .righterm p{font-size:1.125rem}.metals:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.3);transition:background 4s ease-out;z-index:-1}@media(min-width: 1600px){.metals:after{display:none}}@media(max-width: 1599.98px){.metals h3,.metals .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.metals h3,.metals .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.metals h3,.metals .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.metals h3,.metals .h3{font-size:1.125rem}}@media(max-width: 991.98px){.metals h3,.metals .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.metals h3,.metals .h3{font-size:1.375rem}}@media(max-width: 767.98px){.metals h3,.metals .h3{font-size:1.25rem}}@media(max-width: 575.98px){.metals h3,.metals .h3{font-size:1.125rem}}.metals #metals canvas{position:absolute;z-index:-2}.metals .metals-wrapper{margin-top:4rem}@media(max-width: 991.98px){.metals .metals-wrapper{margin-top:1.25rem}}@media(max-width: 767.98px){.metals .metals-wrapper{margin-top:1rem}}@media(max-width: 991.98px){.metals .metals-wrapper .grid-col-2{height:auto !important}}@media(min-width: 992px){.metals .metals-wrapper .tabs-wrapper{transform:rotate(-90deg) translateX(-100%);transform-origin:left top}}.metals .metals-wrapper .tabs-wrapper .nav-tabs{border-bottom:2px solid #e6e6e6}.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link{transition:color .3s;font-size:calc(1.5rem + 3vw);padding:1rem 1.5rem;color:#9e9e9e}@media(min-width: 1200px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link{font-size:3.75rem}}@media(min-width: 768px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link{padding:1.25rem 2rem}}@media(min-width: 992px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link{letter-spacing:-3px;padding:1.5rem 2.75rem}}.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link:before{content:"";left:0;bottom:-2px;width:100%;height:2px;transition:transform .3s;transform:scaleX(0);position:absolute}@media(min-width: 768px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link:before{height:3px}}@media(min-width: 992px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link:before{height:4px}}.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link.active{color:#0f0f0f !important}.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link.active:before{transform:none}.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link#aluminium-tab:before{background:#265eff}.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link#copper-tab:before{background:#0f0f0f}@media(min-width: 1600px){.metals .metals-wrapper .tab-content{padding:0 7% 0 4%}}.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:calc(2.51875rem + 15.225vw);line-height:1}@media(min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:13.9375rem}}@media(min-width: 992px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{letter-spacing:-10px}}@media(max-width: 1599.98px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:calc(2.425rem + 14.1vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:13rem}}@media(max-width: 1399.98px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:calc(2.33125rem + 12.975vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:12.0625rem}}@media(max-width: 1199.98px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:calc(2.2375rem + 11.85vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:11.125rem}}@media(max-width: 991.98px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:calc(2.14375rem + 10.725vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:10.1875rem}}@media(max-width: 767.98px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:calc(2.05rem + 9.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:9.25rem}}@media(max-width: 575.98px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:calc(1.95625rem + 8.475vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane h2,.metals .metals-wrapper .tab-content .tab-pane .h2{font-size:8.3125rem}}.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:calc(1.5rem + 3vw)}@media(min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:3.75rem}}@media(min-width: 992px){.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{letter-spacing:-3px}}@media(min-width: 768px){.metals .metals-wrapper .tab-content .tab-pane .editor{margin-top:4.5rem !important}}@media(min-width: 992px){.metals .metals-wrapper .tab-content .tab-pane .editor{margin-top:5rem !important}}.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:1.5rem}}@media(max-width: 1599.98px){.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:1.375rem}}@media(max-width: 1399.98px){.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:1.25rem}}@media(max-width: 1199.98px){.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:1.125rem}}@media(max-width: 991.98px){.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:1.25rem}}@media(max-width: 767.98px){.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:1.125rem}}@media(max-width: 575.98px){.metals .metals-wrapper .tab-content .tab-pane .editor p{font-size:1rem}}.metals .metals-wrapper .tab-content .tab-pane .custom-btn-arrow{margin-top:2.25rem;transition:opacity .3s cubic-bezier(0.16, 0.01, 0.77, 1),transform .3s cubic-bezier(0.16, 0.01, 0.77, 1),color .3s ease-out,border-color .3s ease-out}@media(min-width: 1600px){.metals .metals-wrapper .tab-content .tab-pane .custom-btn-arrow{min-width:252px}}.metals .metals-wrapper .tab-content .tab-pane .custom-btn-arrow .arrow{margin-left:2.375rem}.metals .metals-wrapper .tab-content .tab-pane .custom-btn-arrow:hover{border-color:#0f0f0f}.metals .metals-wrapper .tab-content .tab-pane[id=aluminium] h2,.metals .metals-wrapper .tab-content .tab-pane[id=aluminium] .h2{color:#265eff}@media(max-width: 1599.98px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:3.375rem}}@media(max-width: 1399.98px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:3rem}}@media(max-width: 1199.98px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:2.625rem}}@media(max-width: 991.98px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:2.25rem}}@media(max-width: 767.98px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:1.875rem}}@media(max-width: 575.98px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.metals .metals-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link,.metals .metals-wrapper .tab-content .tab-pane h3,.metals .metals-wrapper .tab-content .tab-pane .h3{font-size:1.5rem}}@media(min-width: 992px){.bg-parallax{padding:10.25rem 0 4rem;min-height:827px}}.bg-parallax:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:-1}.bg-parallax .parallax-img{-o-object-fit:cover;object-fit:cover;z-index:-2}@media(max-width: 1199.98px){.bg-parallax h3,.bg-parallax .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.bg-parallax h3,.bg-parallax .h3{font-size:1.375rem}}@media(max-width: 991.98px){.bg-parallax h3,.bg-parallax .h3{font-size:1.25rem}}@media(max-width: 767.98px){.bg-parallax h3,.bg-parallax .h3{font-size:1.125rem}}.bg-parallax h2,.bg-parallax .h2{font-size:calc(1.9rem + 7.8vw)}@media(min-width: 1200px){.bg-parallax h2,.bg-parallax .h2{font-size:7.75rem}}@media(max-width: 1599.98px){.bg-parallax h2,.bg-parallax .h2{font-size:calc(1.8375rem + 7.05vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.bg-parallax h2,.bg-parallax .h2{font-size:7.125rem}}@media(max-width: 1399.98px){.bg-parallax h2,.bg-parallax .h2{font-size:calc(1.775rem + 6.3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.bg-parallax h2,.bg-parallax .h2{font-size:6.5rem}}@media(max-width: 1199.98px){.bg-parallax h2,.bg-parallax .h2{font-size:calc(1.7125rem + 5.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.bg-parallax h2,.bg-parallax .h2{font-size:5.875rem}}@media(max-width: 991.98px){.bg-parallax h2,.bg-parallax .h2{font-size:calc(1.65rem + 4.8vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.bg-parallax h2,.bg-parallax .h2{font-size:5.25rem}}@media(max-width: 767.98px){.bg-parallax h2,.bg-parallax .h2{font-size:calc(1.5875rem + 4.05vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.bg-parallax h2,.bg-parallax .h2{font-size:4.625rem}}@media(max-width: 575.98px){.bg-parallax h2,.bg-parallax .h2{font-size:calc(1.525rem + 3.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.bg-parallax h2,.bg-parallax .h2{font-size:4rem}}.bg-parallax h4,.bg-parallax .h4{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.bg-parallax h4,.bg-parallax .h4{font-size:4.5rem}}@media(max-width: 1599.98px){.bg-parallax h4,.bg-parallax .h4{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.bg-parallax h4,.bg-parallax .h4{font-size:4.125rem}}@media(max-width: 1399.98px){.bg-parallax h4,.bg-parallax .h4{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.bg-parallax h4,.bg-parallax .h4{font-size:3.75rem}}@media(max-width: 1199.98px){.bg-parallax h4,.bg-parallax .h4{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.bg-parallax h4,.bg-parallax .h4{font-size:3.375rem}}@media(max-width: 991.98px){.bg-parallax h4,.bg-parallax .h4{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.bg-parallax h4,.bg-parallax .h4{font-size:3.75rem}}@media(max-width: 767.98px){.bg-parallax h4,.bg-parallax .h4{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.bg-parallax h4,.bg-parallax .h4{font-size:3.375rem}}@media(max-width: 575.98px){.bg-parallax h4,.bg-parallax .h4{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.bg-parallax h4,.bg-parallax .h4{font-size:3rem}}.bg-parallax .custom-btn-arrow .arrow{margin-left:2.5rem}@media(min-width: 1400px){.bg-parallax .editor{margin-top:7rem !important}}.bg-parallax .editor p{font-size:calc(1.275rem + 0.3vw);line-height:1.3}@media(min-width: 1200px){.bg-parallax .editor p{font-size:1.5rem}}@media(max-width: 1199.98px){.bg-parallax .editor p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.bg-parallax .editor p{font-size:1.375rem}}@media(max-width: 991.98px){.bg-parallax .editor p{font-size:1.25rem}}@media(max-width: 767.98px){.bg-parallax .editor p{font-size:1.125rem}}@media(max-width: 575.98px){.bg-parallax .editor p{font-size:1rem}}@media(max-width: 767.98px){.bg-parallax .editor p br{display:none}}@media(max-width: 767.98px){.bg-parallax .counter-box .grid-col{height:auto !important}}.bg-parallax .counter-box .grid-col .counter{font-size:calc(1.53125rem + 3.375vw)}@media(min-width: 1200px){.bg-parallax .counter-box .grid-col .counter{font-size:4.0625rem}}@media(max-width: 1199.98px){.bg-parallax .counter-box .grid-col .counter{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.bg-parallax .counter-box .grid-col .counter{font-size:3.75rem}}@media(max-width: 991.98px){.bg-parallax .counter-box .grid-col .counter{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.bg-parallax .counter-box .grid-col .counter{font-size:3.375rem}}@media(max-width: 767.98px){.bg-parallax .counter-box .grid-col .counter{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.bg-parallax .counter-box .grid-col .counter{font-size:3rem}}@media(max-width: 575.98px){.bg-parallax .counter-box .grid-col .counter{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.bg-parallax .counter-box .grid-col .counter{font-size:2.625rem}}.bg-parallax .counter-box .grid-col p{font-size:1.125rem}@media(max-width: 1199.98px){.bg-parallax .counter-box .grid-col p{font-size:1.0625rem}}@media(max-width: 991.98px){.bg-parallax .counter-box .grid-col p{font-size:1rem}}@media(max-width: 767.98px){.bg-parallax .counter-box .grid-col p{font-size:0.9375rem}}@media(max-width: 575.98px){.bg-parallax .counter-box .grid-col p{font-size:0.875rem}}@media(min-width: 992px){.media-center-section{padding:11.875rem 0}}.media-center-section h5,.media-center-section .h5{color:#707070}@media(max-width: 1599.98px){.media-center-section h5,.media-center-section .h5{font-size:1.0625rem}}@media(max-width: 1399.98px){.media-center-section h5,.media-center-section .h5{font-size:1rem}}@media(max-width: 1199.98px){.media-center-section h5,.media-center-section .h5{font-size:1.0625rem}}@media(max-width: 991.98px){.media-center-section h5,.media-center-section .h5{font-size:1rem}}@media(max-width: 767.98px){.media-center-section h5,.media-center-section .h5{font-size:1.0625rem}}@media(max-width: 575.98px){.media-center-section h5,.media-center-section .h5{font-size:1rem}}.media-center-section .arrow-btn{margin-top:2rem}@media(max-width: 1599.98px){.media-center-section .arrow-btn{font-size:1.0625rem;margin-top:1.5rem}}@media(max-width: 1399.98px){.media-center-section .arrow-btn{font-size:1rem}}@media(max-width: 1199.98px){.media-center-section .arrow-btn{font-size:1.0625rem}}@media(max-width: 991.98px){.media-center-section .arrow-btn{font-size:1rem}}@media(max-width: 767.98px){.media-center-section .arrow-btn{font-size:1.0625rem}}@media(max-width: 575.98px){.media-center-section .arrow-btn{font-size:1rem}}@media(min-width: 992px){.media-center-section .custom-col{flex:0 0 auto}}@media(min-width: 1600px){.media-center-section .custom-col.left-col{width:32.52%}.media-center-section .custom-col.right-col{width:67.48%}}@media(min-width: 1600px){.media-center-section .custom-col.right-col{padding-left:calc(.75rem + 22px)}.media-center-section .custom-col.right-col .navigation-wrapper{padding-right:46px}}.media-center-section .youtube-video-wrapper{padding-top:68.71718%;border-radius:1rem;margin-bottom:2.25rem}@media(max-width: 1599.98px){.media-center-section .youtube-video-wrapper{margin-bottom:2rem}}@media(max-width: 1399.98px){.media-center-section .youtube-video-wrapper{margin-bottom:1.5rem}}@media(max-width: 1199.98px){.media-center-section .youtube-video-wrapper{margin-bottom:2rem}}@media(max-width: 991.98px){.media-center-section .youtube-video-wrapper{margin-bottom:1.5rem}}@media(max-width: 767.98px){.media-center-section .youtube-video-wrapper{margin-bottom:2rem}}@media(max-width: 575.98px){.media-center-section .youtube-video-wrapper{margin-bottom:1.5rem}}.media-center-section .youtube-video-wrapper .player-wrapper{height:calc(100% - 100px);cursor:pointer}.media-center-section .youtube-video-wrapper .player-wrapper img{-o-object-fit:cover;object-fit:cover}.media-center-section .youtube-video-wrapper .player-wrapper .play{height:127px;width:127px;background:rgba(15,15,15,.18)}.media-center-section .youtube-video-wrapper .player-wrapper .play .arrow-right{width:0;height:0;border-top:27px solid transparent;border-bottom:27px solid transparent;border-left:46px solid #fff}@media(max-width: 1599.98px){.media-center-section .youtube-video-wrapper .player-wrapper{height:calc(100% - 95px)}.media-center-section .youtube-video-wrapper .player-wrapper .play{height:107px;width:107px}.media-center-section .youtube-video-wrapper .player-wrapper .play .arrow-right{border-top-width:24px;border-bottom-width:24px;border-left-width:42px}}@media(max-width: 1399.98px){.media-center-section .youtube-video-wrapper .player-wrapper{height:calc(100% - 90px)}.media-center-section .youtube-video-wrapper .player-wrapper .play{height:87px;width:87px}.media-center-section .youtube-video-wrapper .player-wrapper .play .arrow-right{border-top-width:21px;border-bottom-width:21px;border-left-width:38px}}@media(max-width: 1199.98px){.media-center-section .youtube-video-wrapper .player-wrapper{height:calc(100% - 95px)}.media-center-section .youtube-video-wrapper .player-wrapper .play{height:107px;width:107px}.media-center-section .youtube-video-wrapper .player-wrapper .play .arrow-right{border-top-width:24px;border-bottom-width:24px;border-left-width:42px}}@media(max-width: 991.98px){.media-center-section .youtube-video-wrapper .player-wrapper{height:calc(100% - 76px)}.media-center-section .youtube-video-wrapper .player-wrapper .play{height:77px;width:77px}.media-center-section .youtube-video-wrapper .player-wrapper .play .arrow-right{border-top-width:18px;border-bottom-width:18px;border-left-width:34px}}@media(max-width: 767.98px){.media-center-section .youtube-video-wrapper .player-wrapper{height:calc(100% - 95px)}.media-center-section .youtube-video-wrapper .player-wrapper .play{height:107px;width:107px}.media-center-section .youtube-video-wrapper .player-wrapper .play .arrow-right{border-top-width:24px;border-bottom-width:24px;border-left-width:42px}}@media(max-width: 575.98px){.media-center-section .youtube-video-wrapper .player-wrapper{height:calc(100% - 90px)}.media-center-section .youtube-video-wrapper .player-wrapper .play{height:77px;width:77px}.media-center-section .youtube-video-wrapper .player-wrapper .play .arrow-right{border-top-width:18px;border-bottom-width:18px;border-left-width:34px}}@media(max-width: 359.98px){.media-center-section .youtube-video-wrapper .player-wrapper{height:calc(100% - 76px)}.media-center-section .youtube-video-wrapper .player-wrapper .play{height:77px;width:77px}.media-center-section .youtube-video-wrapper .player-wrapper .play .arrow-right{border-top-width:18px;border-bottom-width:18px;border-left-width:34px}}.media-center-section .youtube-video-wrapper .video-info{background:#e5e6e9;padding:1.4375rem 2.0625rem}@media(max-width: 1599.98px){.media-center-section .youtube-video-wrapper .video-info{padding:1.4375rem 1.5rem}}@media(max-width: 1199.98px){.media-center-section .youtube-video-wrapper .video-info{padding:1.4375rem 2.0625rem}}@media(max-width: 991.98px){.media-center-section .youtube-video-wrapper .video-info{padding:1rem 1.5rem}}@media(max-width: 767.98px){.media-center-section .youtube-video-wrapper .video-info{padding:1.4375rem 2.0625rem}}@media(max-width: 575.98px){.media-center-section .youtube-video-wrapper .video-info{padding:1.4375rem 1.5rem}}@media(max-width: 359.98px){.media-center-section .youtube-video-wrapper .video-info{padding:1rem 1.5rem}}.media-center-section .youtube-video-wrapper .video-info h5,.media-center-section .youtube-video-wrapper .video-info .h5{color:#005197}.media-center-section .youtube-video-wrapper .video-info .title{font-size:calc(1.3rem + 0.6vw);text-overflow:ellipsis}@media(min-width: 1200px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:1.75rem}}@media(max-width: 1599.98px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:1.5rem}}@media(max-width: 1399.98px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:1.25rem}}@media(max-width: 1199.98px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:1.5rem}}@media(max-width: 991.98px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:1.25rem}}@media(max-width: 767.98px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:1.5rem}}@media(max-width: 575.98px){.media-center-section .youtube-video-wrapper .video-info .title{font-size:1.25rem}}.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content{padding:2.5rem 0 3rem}@media(max-width: 1599.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content{padding:2rem 0 2.5rem}}@media(max-width: 1399.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 1199.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content{padding:2rem 0 2.5rem}}@media(max-width: 991.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 767.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content{padding:2rem 0 2.5rem}}@media(max-width: 575.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content{padding:1.5rem 0 2rem}}.media-center-section #media-center-regulatory-news-carousel .swiper-slide .date{color:#005197}.media-center-section #media-center-regulatory-news-carousel .swiper-slide h4 a,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .h4 a{color:#595959;transition:background-size .35s cubic-bezier(0.645, 0.045, 0.355, 1);background-image:linear-gradient(90deg, #595959 0, #595959);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);display:inline}.media-center-section #media-center-regulatory-news-carousel .swiper-slide h4 a:hover,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .h4 a:hover{background-size:100% 1px}.media-center-section #media-center-latest-news-carousel .swiper-slide .img-wrapper{padding-top:68.71718%;border-radius:1rem}.media-center-section #media-center-latest-news-carousel .swiper-slide .img-wrapper img{transition:transform .3s cubic-bezier(0.16, 0.01, 0.77, 1);transform-origin:left top;-o-object-fit:cover;object-fit:cover}.media-center-section #media-center-latest-news-carousel .swiper-slide .img-wrapper:hover img{transform:scale(1.05)}.media-center-section #media-center-latest-news-carousel .swiper-slide .content{padding:2.25rem 0 3.75rem}@media(max-width: 1599.98px){.media-center-section #media-center-latest-news-carousel .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 1399.98px){.media-center-section #media-center-latest-news-carousel .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 1199.98px){.media-center-section #media-center-latest-news-carousel .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 991.98px){.media-center-section #media-center-latest-news-carousel .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 767.98px){.media-center-section #media-center-latest-news-carousel .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 575.98px){.media-center-section #media-center-latest-news-carousel .swiper-slide .content{padding:1.5rem 0 2rem}}.media-center-section #media-center-latest-news-carousel .swiper-slide .content h5,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h5{color:#0f0f0f}.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4 a,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4 a{color:#0f0f0f;transition:background-size .35s cubic-bezier(0.645, 0.045, 0.355, 1);background-image:linear-gradient(90deg, #0F0F0F 0, #0F0F0F);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);display:inline}.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4 a:hover,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4 a:hover{background-size:100% 1px}.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:1.875rem}}@media(max-width: 1599.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:1.625rem}}@media(max-width: 1399.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:1.375rem}}@media(max-width: 1199.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:1.625rem}}@media(max-width: 991.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:1.375rem}}@media(max-width: 767.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:1.625rem}}@media(max-width: 575.98px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content h4,.media-center-section #media-center-regulatory-news-carousel .swiper-slide .content .h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content h4,.media-center-section #media-center-latest-news-carousel .swiper-slide .content .h4{font-size:1.375rem}}@media(max-width: 1599.98px){.media-center-section .swiper-button-prev,.media-center-section .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.media-center-section .swiper-button-prev,.media-center-section .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.media-center-section .swiper-button-prev,.media-center-section .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.media-center-section .swiper-button-prev,.media-center-section .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.media-center-section .swiper-button-prev,.media-center-section .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.media-center-section .swiper-button-prev,.media-center-section .swiper-button-next{font-size:1rem}}.tou_intro{background-color:#1e54c0;padding:calc(182px + 1.75rem) 0 4rem}@media(max-width: 767.98px){.tou_intro{padding:calc(172px + 1.5rem) 0 4rem}}@media(max-width: 575.98px){.tou_intro{padding:calc(98px + 1.5rem) 0 4rem}}@media(max-width: 419.98px){.tou_intro{padding:calc(88px + 1.5rem) 0 4rem}}.tou_intro .leftlt{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.tou_intro .leftlt{font-size:1.5rem}}.tou_intro h1,.tou_intro .h1{font-size:calc(1.5rem + 3vw);line-height:100%}@media(min-width: 1200px){.tou_intro h1,.tou_intro .h1{font-size:3.75rem}}.termscont{counter-reset:css-counter 0}.termscont .lefterm{font-size:calc(1.275rem + 0.3vw);font-weight:700;counter-increment:css-counter 1}@media(min-width: 1200px){.termscont .lefterm{font-size:1.5rem}}.termscont .lefterm:before{content:counter(css-counter) ". "}.termscont .righterm ol li{padding-left:calc(15px + .75rem)}.termscont .righterm ul li{padding-left:calc(9px + .75rem)}.termscont .righterm ul li:before{width:9px;height:9px;top:8px}.termscont .righterm p,.termscont .righterm li{font-size:1.125rem}@media(min-width: 768px){.news_inside_header_v1.carousel-wrapper{max-width:none}}@media(min-height: 854px){.news_inside_header_v1.carousel-wrapper .swiper-wrapper{min-height:700px !important}}.news_inside_header_v1.carousel-wrapper .swiper-wrapper .swiper-slide{padding:calc(182px + 1.75rem) 0 4rem;height:auto}.news_inside_header_v1.carousel-wrapper .swiper-wrapper .swiper-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:-1}@media(max-width: 767.98px){.news_inside_header_v1.carousel-wrapper .swiper-wrapper .swiper-slide{padding:calc(172px + 1.5rem) 0 4rem}}@media(max-width: 575.98px){.news_inside_header_v1.carousel-wrapper .swiper-wrapper .swiper-slide{padding:calc(98px + 1.5rem) 0 4rem}}@media(max-width: 419.98px){.news_inside_header_v1.carousel-wrapper .swiper-wrapper .swiper-slide{padding:calc(88px + 1.5rem) 0 4rem}}.news_inside_header_v1.carousel-wrapper .navigation-position{bottom:45px;left:0;z-index:1}@media(min-width: 576px){.news_inside_header_v1.carousel-wrapper .navigation-position{left:calc((100% - 540px)/2)}}@media(min-width: 768px){.news_inside_header_v1.carousel-wrapper .navigation-position{left:calc((100% - 720px)/2)}}@media(min-width: 992px){.news_inside_header_v1.carousel-wrapper .navigation-position{left:calc((100% - 960px)/2)}}@media(min-width: 1200px){.news_inside_header_v1.carousel-wrapper .navigation-position{left:calc((100% - 1140px)/2)}}@media(min-width: 1400px){.news_inside_header_v1.carousel-wrapper .navigation-position{left:calc((100% - 1320px)/2)}}@media(min-width: 1600px){.news_inside_header_v1.carousel-wrapper .navigation-position{left:calc((100% - 1684px)/2)}}.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-scrollbar{background:#737172}.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-scrollbar .swiper-scrollbar-drag{background:#fff}@media(max-width: 1599.98px){.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-prev,.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-prev,.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-prev,.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-prev,.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-prev,.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-prev,.news_inside_header_v1.carousel-wrapper .navigation-position .navigation-wrapper .swiper-button-next{font-size:1rem}}.news_inside_header_v1 .leftlt{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.news_inside_header_v1 .leftlt{font-size:1.5rem}}.news_inside_header_v1 h1,.news_inside_header_v1 .h1,.news_inside_header_v1 h2,.news_inside_header_v1 .h2{font-size:calc(1.5rem + 3vw);line-height:100%}@media(min-width: 1200px){.news_inside_header_v1 h1,.news_inside_header_v1 .h1,.news_inside_header_v1 h2,.news_inside_header_v1 .h2{font-size:3.75rem}}.news_inside_header_v1 .shape{z-index:1;bottom:-685px}.news_inside_header_v1 .shape+div{position:relative;z-index:2}@media(min-width: 576px){.news_inside_header_v1 .shape{right:-1103px}}@media(min-width: 768px){.news_inside_header_v1 .shape{right:-1000px}}@media(min-width: 992px){.news_inside_header_v1 .shape{right:-1068px}}@media(min-width: 1200px){.news_inside_header_v1 .shape{right:-910px}}@media(min-width: 1400px){.news_inside_header_v1 .shape{right:-574px}}.news_inside_header_v2{background-color:#1e54c0;padding:calc(182px + 1.75rem) 0 4rem}@media(min-height: 854px){.news_inside_header_v2{min-height:574px !important}}@media(max-width: 767.98px){.news_inside_header_v2{padding:calc(172px + 1.5rem) 0 4rem}}@media(max-width: 575.98px){.news_inside_header_v2{padding:calc(98px + 1.5rem) 0 4rem}}@media(max-width: 419.98px){.news_inside_header_v2{padding:calc(88px + 1.5rem) 0 4rem}}.news_inside_header_v2 .leftlt{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.news_inside_header_v2 .leftlt{font-size:1.5rem}}.news_inside_header_v2 h1,.news_inside_header_v2 .h1{font-size:calc(1.5rem + 3vw);line-height:100%}@media(min-width: 1200px){.news_inside_header_v2 h1,.news_inside_header_v2 .h1{font-size:3.75rem}}.news_inside_header_v2 .shape{z-index:1;bottom:-685px}.news_inside_header_v2 .shape+div{position:relative;z-index:2}@media(min-width: 576px){.news_inside_header_v2 .shape{right:-1103px}}@media(min-width: 768px){.news_inside_header_v2 .shape{right:-1000px}}@media(min-width: 992px){.news_inside_header_v2 .shape{right:-1068px}}@media(min-width: 1200px){.news_inside_header_v2 .shape{right:-910px}}@media(min-width: 1400px){.news_inside_header_v2 .shape{right:-574px}}.globe:before,.globe:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.globe:before{background:#1c2039;z-index:-3}.globe:after{background:rgba(28,32,57,.3);z-index:-1}@media(min-width: 992px){.globe:after{display:none}}@media(min-width: 992px){.globe{padding:4.5rem 0 10.625rem}}@media(min-width: 1600px){.globe{min-height:100vh}}.globe #globe canvas{position:absolute;z-index:-2}@media(max-width: 1599.98px){.globe h3,.globe .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.globe h3,.globe .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.globe h3,.globe .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.globe h3,.globe .h3{font-size:1.125rem}}@media(max-width: 991.98px){.globe h3,.globe .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.globe h3,.globe .h3{font-size:1.375rem}}@media(max-width: 767.98px){.globe h3,.globe .h3{font-size:1.25rem}}@media(max-width: 575.98px){.globe h3,.globe .h3{font-size:1.125rem}}@media(min-width: 1600px){.globe .custom-pl{padding-left:5%}}.globe .custom-pl h2,.globe .custom-pl .h2{font-size:calc(1.35rem + 1.2vw);line-height:1.3}@media(min-width: 1200px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:2.25rem}}@media(min-width: 1600px){.globe .custom-pl h2,.globe .custom-pl .h2{max-width:87%}}@media(max-width: 1599.98px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:2rem}}@media(max-width: 1399.98px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:1.75rem}}@media(max-width: 1199.98px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:1.5rem}}@media(max-width: 991.98px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:2rem}}@media(max-width: 767.98px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:1.75rem}}@media(max-width: 575.98px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:1.5rem}}@media(max-width: 419.98px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:1.125rem}}@media(max-width: 359.98px){.globe .custom-pl h2,.globe .custom-pl .h2{font-size:1rem}}@media(min-width: 576px){.globe .custom-pl .counters{margin-top:35%}}@media(max-width: 419.98px){.globe .custom-pl .counters .counter-box{margin-top:1rem !important}}.globe .custom-pl .counters .counter-box hr{background:#353a5a;height:2px}@media(max-width: 419.98px){.globe .custom-pl .counters .counter-box hr{margin-bottom:.75rem !important;height:1px}}.globe .custom-pl .counters .counter-box .counter{font-size:calc(1.8125rem + 6.75vw)}@media(min-width: 1200px){.globe .custom-pl .counters .counter-box .counter{font-size:6.875rem}}@media(max-width: 1599.98px){.globe .custom-pl .counters .counter-box .counter{font-size:calc(1.75rem + 6vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.globe .custom-pl .counters .counter-box .counter{font-size:6.25rem}}@media(max-width: 1399.98px){.globe .custom-pl .counters .counter-box .counter{font-size:calc(1.6875rem + 5.25vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.globe .custom-pl .counters .counter-box .counter{font-size:5.625rem}}@media(max-width: 1199.98px){.globe .custom-pl .counters .counter-box .counter{font-size:calc(1.625rem + 4.5vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.globe .custom-pl .counters .counter-box .counter{font-size:5rem}}@media(max-width: 991.98px){.globe .custom-pl .counters .counter-box .counter{font-size:calc(1.75rem + 6vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.globe .custom-pl .counters .counter-box .counter{font-size:6.25rem}}@media(max-width: 767.98px){.globe .custom-pl .counters .counter-box .counter{font-size:calc(1.625rem + 4.5vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.globe .custom-pl .counters .counter-box .counter{font-size:5rem}}@media(max-width: 419.98px){.globe .custom-pl .counters .counter-box .counter{font-size:calc(1.5625rem + 3.75vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.globe .custom-pl .counters .counter-box .counter{font-size:4.375rem}}@media(min-width: 992px){.globe .custom-pl .counters .counter-box .counter{letter-spacing:-4px}}.globe .custom-pl .counters .counter-box p{font-size:calc(1.2875rem + 0.45vw);line-height:1;margin-bottom:0}@media(min-width: 1200px){.globe .custom-pl .counters .counter-box p{font-size:1.625rem}}@media(max-width: 1599.98px){.globe .custom-pl .counters .counter-box p{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.globe .custom-pl .counters .counter-box p{font-size:1.4375rem}}@media(max-width: 1399.98px){.globe .custom-pl .counters .counter-box p{font-size:1.1875rem}}@media(max-width: 1199.98px){.globe .custom-pl .counters .counter-box p{font-size:1rem}}@media(max-width: 991.98px){.globe .custom-pl .counters .counter-box p{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.globe .custom-pl .counters .counter-box p{font-size:1.4375rem}}@media(max-width: 767.98px){.globe .custom-pl .counters .counter-box p{font-size:1rem}}@media(max-width: 419.98px){.globe .custom-pl .counters .counter-box p{font-size:0.875rem}}.intro{padding:calc(182px + 1.75rem) 0 4rem}@media(min-height: 854px){.intro{min-height:805px !important}}@media(max-width: 767.98px){.intro{padding:calc(172px + 1.5rem) 0 4rem}}@media(max-width: 575.98px){.intro{padding:calc(98px + 1.5rem) 0 4rem}}@media(max-width: 419.98px){.intro{padding:calc(88px + 1.5rem) 0 4rem}}.intro:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:-1}@media(min-width: 992px){.intro:before{background:radial-gradient(at right center, transparent, rgba(0, 0, 0, 0.3))}}.intro img{-o-object-fit:cover;object-fit:cover}.intro video{min-height:100%;min-width:100%}.intro img,.intro video{z-index:-2}.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:calc(1.6875rem + 5.25vw)}@media(min-width: 1200px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:5.625rem}}@media(max-width: 1599.98px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:calc(1.65rem + 4.8vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:5.25rem}}@media(max-width: 1399.98px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:calc(1.6125rem + 4.35vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:4.875rem}}@media(max-width: 1199.98px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:calc(1.575rem + 3.9vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:4.5rem}}@media(max-width: 991.98px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:4.125rem}}@media(max-width: 767.98px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:3.75rem}}@media(max-width: 575.98px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.intro h1,.intro .h1,.intro h2,.intro .h2{font-size:3.375rem}}@media(max-width: 991.98px){.intro h1 br,.intro .h1 br,.intro h2 br,.intro .h2 br{display:none}}.intro .custom-btn-arrow .arrow{margin-left:1.75rem}@media(max-width: 1599.98px){.intro h3,.intro .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.intro h3,.intro .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.intro h3,.intro .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.intro h3,.intro .h3{font-size:1.125rem}}@media(max-width: 991.98px){.intro h3,.intro .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.intro h3,.intro .h3{font-size:1.375rem}}@media(max-width: 767.98px){.intro h3,.intro .h3{font-size:1.25rem}}@media(max-width: 575.98px){.intro h3,.intro .h3{font-size:1.125rem}}.intro h3:last-child,.intro .h3:last-child{line-height:1.5}@media(max-width: 991.98px){.intro h3 br,.intro .h3 br{display:none}}.intro .quote{font-size:1.125rem}@media(max-width: 1599.98px){.intro .quote{font-size:1.0625rem}}@media(max-width: 1399.98px){.intro .quote{font-size:1rem}}@media(max-width: 1199.98px){.intro .quote{font-size:0.9375rem}}@media(max-width: 991.98px){.intro .quote{font-size:1rem}}@media(max-width: 767.98px){.intro .quote{font-size:0.9375rem}}@media(max-width: 575.98px){.intro .quote{font-size:0.875rem}}.our-business{padding:4rem 0 3rem}.our-business h2,.our-business .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.our-business h2,.our-business .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.our-business h2,.our-business .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business h2,.our-business .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.our-business h2,.our-business .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.our-business h2,.our-business .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.our-business h2,.our-business .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.our-business h2,.our-business .h2{font-size:3.375rem}}@media(max-width: 991.98px){.our-business h2,.our-business .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business h2,.our-business .h2{font-size:4.125rem}}@media(max-width: 767.98px){.our-business h2,.our-business .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.our-business h2,.our-business .h2{font-size:3.75rem}}@media(max-width: 575.98px){.our-business h2,.our-business .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.our-business h2,.our-business .h2{font-size:3.375rem}}.our-business h3,.our-business .h3{font-size:calc(1.4625rem + 2.55vw)}@media(min-width: 1200px){.our-business h3,.our-business .h3{font-size:3.375rem}}@media(min-width: 1400px){.our-business h3,.our-business .h3{margin-bottom:calc(1.5rem + .875rem) !important}}@media(max-width: 1599.98px){.our-business h3,.our-business .h3{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business h3,.our-business .h3{font-size:3rem}}@media(max-width: 1399.98px){.our-business h3,.our-business .h3{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.our-business h3,.our-business .h3{font-size:2.625rem}}@media(max-width: 1199.98px){.our-business h3,.our-business .h3{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.our-business h3,.our-business .h3{font-size:2.25rem}}@media(max-width: 991.98px){.our-business h3,.our-business .h3{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business h3,.our-business .h3{font-size:2.625rem}}@media(max-width: 767.98px){.our-business h3,.our-business .h3{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.our-business h3,.our-business .h3{font-size:2.25rem}}@media(max-width: 575.98px){.our-business h3,.our-business .h3{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.our-business h3,.our-business .h3{font-size:1.875rem}}.our-business .editor h4,.our-business .editor .h4{font-size:calc(1.275rem + 0.3vw);font-weight:bold;margin-bottom:1rem}@media(min-width: 1200px){.our-business .editor h4,.our-business .editor .h4{font-size:1.5rem}}@media(max-width: 1599.98px){.our-business .editor h4,.our-business .editor .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business .editor h4,.our-business .editor .h4{font-size:1.375rem}}@media(max-width: 1399.98px){.our-business .editor h4,.our-business .editor .h4{font-size:1.25rem}}@media(max-width: 1199.98px){.our-business .editor h4,.our-business .editor .h4{font-size:1.125rem}}@media(max-width: 991.98px){.our-business .editor h4,.our-business .editor .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business .editor h4,.our-business .editor .h4{font-size:1.375rem}}@media(max-width: 767.98px){.our-business .editor h4,.our-business .editor .h4{font-size:1.25rem}}@media(max-width: 575.98px){.our-business .editor h4,.our-business .editor .h4{font-size:1.125rem}}@media(max-width: 419.98px){.our-business .custom-col{width:100%}}.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:calc(1.3375rem + 1.05vw)}@media(min-width: 1200px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:2.125rem}}@media(max-width: 1599.98px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:2rem}}@media(max-width: 1399.98px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:1.875rem}}@media(max-width: 1199.98px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:1.75rem}}@media(max-width: 991.98px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:1.625rem}}@media(max-width: 767.98px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:1.5rem}}@media(max-width: 575.98px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col h5,.our-business .custom-col .h5{font-size:1.375rem}}.our-business .custom-col .counter{font-size:calc(1.4rem + 1.8vw)}@media(min-width: 1200px){.our-business .custom-col .counter{font-size:2.75rem}}@media(max-width: 1599.98px){.our-business .custom-col .counter{font-size:calc(1.375rem + 1.5vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business .custom-col .counter{font-size:2.5rem}}@media(max-width: 1399.98px){.our-business .custom-col .counter{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.our-business .custom-col .counter{font-size:2.25rem}}@media(max-width: 1199.98px){.our-business .custom-col .counter{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.our-business .custom-col .counter{font-size:2rem}}@media(max-width: 991.98px){.our-business .custom-col .counter{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business .custom-col .counter{font-size:2.25rem}}@media(max-width: 767.98px){.our-business .custom-col .counter{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.our-business .custom-col .counter{font-size:2rem}}@media(max-width: 575.98px){.our-business .custom-col .counter{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.our-business .custom-col .counter{font-size:1.75rem}}.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col .counter{margin-bottom:.75rem}.our-business .custom-col p{max-width:78%}@media(min-width: 360px){.our-business .custom-col p{max-width:69%}}@media(min-width: 420px){.our-business .custom-col p{max-width:94%}}@media(min-width: 576px){.our-business .custom-col p{max-width:none}}@media(min-width: 768px){.our-business .custom-col p{max-width:77%}}@media(min-width: 992px){.our-business .custom-col p{max-width:72%}}@media(min-width: 1200px){.our-business .custom-col p{max-width:64%}}@media(min-width: 1400px){.our-business .custom-col p{max-width:58%}}@media(min-width: 1600px){.our-business .custom-col p{max-width:82%}}.our-business .custom-col p:not(:last-child){margin-bottom:.5rem}.our-business .custom-col p,.our-business .custom-col li{font-size:1.25rem;line-height:1.3}@media(max-width: 1599.98px){.our-business .custom-col p,.our-business .custom-col li{font-size:1.1875rem}}@media(max-width: 1399.98px){.our-business .custom-col p,.our-business .custom-col li{font-size:1.125rem}}@media(max-width: 1199.98px){.our-business .custom-col p,.our-business .custom-col li{font-size:1.0625rem}}@media(max-width: 991.98px){.our-business .custom-col p,.our-business .custom-col li{font-size:1.125rem}}@media(max-width: 767.98px){.our-business .custom-col p,.our-business .custom-col li{font-size:1.0625rem}}@media(max-width: 575.98px){.our-business .custom-col p,.our-business .custom-col li{font-size:1rem}}@media(min-width: 992px){.our-business .custom-col h4,.our-business .custom-col .h4,.our-business .custom-col .counter,.our-business .custom-col p,.our-business .custom-col li{letter-spacing:-1px}}.our-business .custom-col ul{list-style:none;padding:0;margin:0}.our-business .custom-col ul li{position:relative;padding-left:calc(18px + .625rem)}.our-business .custom-col ul li:not(:last-child){margin-bottom:.25rem}.our-business .custom-col ul li:before{content:"";position:absolute;left:0;top:5px;width:18px;height:16px;background-size:18px 16px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAASJJREFUOE+tlMFxwjAQRf/6wDklcCFckwpCOkgKiHEqgA4gFYQSBEkBlEAqCNyIubiEnDMTLbueiJGFQMDEM/ZYo9Xbr69dUafgG/zilQg9JJ4sw/3a0CIWRt2cFwzcEfCRAtkMw42hpYu7ztmAwOWUnkkGrJCvGSUV+YlqCNCXd/WToXcRKIRUhr7PBsUgqnQP1C74qmUxKGf0Enp2CBIFSfBYJkZiolETG8Z6nuh2/ETRre0y/8GOKXGwgx55iysJbrvTCZUkQRpwTIlawIxq80ZaBvtmRwweS51MQiVh/Z19/J75jUL+X5BkWUrd3KZ6zc1ro5PFp4ynsq6oPerkPJFeG5wKacRZPJbvNK9B+uk+8VD+Hk6FyW1RwWLuILpuC3xExKAfBkylAAAAAElFTkSuQmCC")}@media(min-width: 1600px){.our-business .custom-col:not(.col-xxxl-2,.col-xxxl-3,.col-xxxl-4){width:20%}}.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:80%}@media(min-width: 360px){.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:71%}}@media(min-width: 420px){.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:98%}}@media(min-width: 576px){.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:none}}@media(min-width: 768px){.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:79%}}@media(min-width: 992px){.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:74%}}@media(min-width: 1200px){.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:66%}}@media(min-width: 1400px){.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:60%}}@media(min-width: 1600px){.our-business .custom-col.col-xxxl-3 h4+p,.our-business .custom-col.col-xxxl-3 .h4+p{max-width:67%}}.our-business .custom-col.col-xxxl-4 p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.our-business .custom-col.col-xxxl-4 p{font-size:1.5rem}}@media(max-width: 1599.98px){.our-business .custom-col.col-xxxl-4 p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business .custom-col.col-xxxl-4 p{font-size:1.375rem}}@media(max-width: 1399.98px){.our-business .custom-col.col-xxxl-4 p{font-size:1.25rem}}@media(max-width: 1199.98px){.our-business .custom-col.col-xxxl-4 p{font-size:1.125rem}}@media(max-width: 991.98px){.our-business .custom-col.col-xxxl-4 p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.our-business .custom-col.col-xxxl-4 p{font-size:1.375rem}}@media(max-width: 767.98px){.our-business .custom-col.col-xxxl-4 p{font-size:1.25rem}}@media(max-width: 575.98px){.our-business .custom-col.col-xxxl-4 p{font-size:1.125rem}}.our-business .custom-btn-arrow{font-weight:500}.our-business .custom-btn-arrow .arrow{margin-left:1.75rem}@media(min-width: 768px){.our-business .icon-wrapper:not(:last-child){margin-right:1.5rem}}.our-business.aluminium{background:#265eff}@media(min-width: 992px){.our-business.aluminium{padding:6.125rem 0 4.438rem}}@media(min-width: 1400px){.our-business.aluminium{padding:6.125rem 0 5.438rem}}.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:1.5rem}}@media(max-width: 1599.98px){.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:1.375rem}}@media(max-width: 1399.98px){.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:1.25rem}}@media(max-width: 1199.98px){.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:1.125rem}}@media(max-width: 991.98px){.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:1.25rem}}@media(max-width: 767.98px){.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:1.125rem}}@media(max-width: 575.98px){.our-business.aluminium p:not(.custom-col p),.our-business.aluminium li:not(.custom-col li){font-size:1rem}}.our-business.aluminium ul:not(.custom-col ul){list-style:none;padding:0;margin:0}.our-business.aluminium ul:not(.custom-col ul):not(:last-child){margin-bottom:1rem}.our-business.aluminium ul:not(.custom-col ul) li{padding-left:calc(12px + 1.5rem);position:relative}.our-business.aluminium ul:not(.custom-col ul) li:not(:last-child){margin-bottom:1rem}.our-business.aluminium ul:not(.custom-col ul) li:before{content:"";position:absolute;left:0;width:12px;height:12px;border-radius:100%;top:11px;background:#fff}@media(max-width: 1599.98px){.our-business.aluminium ul:not(.custom-col ul) li{padding-left:calc(11px + 1.25rem)}.our-business.aluminium ul:not(.custom-col ul) li:before{width:11px;height:11px;top:10px}}@media(max-width: 1399.98px){.our-business.aluminium ul:not(.custom-col ul) li{padding-left:calc(10px + 1rem)}.our-business.aluminium ul:not(.custom-col ul) li:before{width:10px;height:10px;top:9px}}@media(max-width: 1199.98px){.our-business.aluminium ul:not(.custom-col ul) li{padding-left:calc(9px + .75rem)}.our-business.aluminium ul:not(.custom-col ul) li:before{width:9px;height:9px;top:8px}}@media(max-width: 991.98px){.our-business.aluminium ul:not(.custom-col ul) li{padding-left:calc(11px + 1rem)}.our-business.aluminium ul:not(.custom-col ul) li:before{width:10px;height:10px;top:9px}}@media(max-width: 767.98px){.our-business.aluminium ul:not(.custom-col ul) li{padding-left:calc(9px + .75rem)}.our-business.aluminium ul:not(.custom-col ul) li:before{width:9px;height:9px;top:8px}}@media(max-width: 575.98px){.our-business.aluminium ul:not(.custom-col ul) li{padding-left:calc(8px + .5rem)}.our-business.aluminium ul:not(.custom-col ul) li:before{width:8px;height:8px;top:7px}}.our-business.copper{background:#e8ecf3}@media(min-width: 992px){.our-business.copper{padding:6.125rem 0 5.875rem}}@media(min-width: 1400px){.our-business.copper{padding:6.125rem 0 6.875rem}}.our-business.copper hr{background:#bcc0c3}@media(max-width: 419.98px){.our-business.aluminium .custom-col .img-wrapper,.our-business.copper .custom-col .img-wrapper{height:auto !important}}@media(min-width: 420px){.our-business.aluminium .custom-col:nth-child(1),.our-business.copper .custom-col:nth-child(1){transition-delay:.05s}.our-business.aluminium .custom-col:nth-child(2),.our-business.copper .custom-col:nth-child(2){transition-delay:.1s}.our-business.aluminium .custom-col:nth-child(3),.our-business.copper .custom-col:nth-child(3){transition-delay:.15s}.our-business.aluminium .custom-col:nth-child(4),.our-business.copper .custom-col:nth-child(4){transition-delay:.2s}.our-business.aluminium .custom-col:nth-child(5),.our-business.copper .custom-col:nth-child(5){transition-delay:.25s}.our-business.aluminium .custom-col:nth-child(6),.our-business.copper .custom-col:nth-child(6){transition-delay:.3s}.our-business.aluminium .custom-col:nth-child(7),.our-business.copper .custom-col:nth-child(7){transition-delay:.35s}.our-business.aluminium .custom-col:nth-child(8),.our-business.copper .custom-col:nth-child(8){transition-delay:.4s}.our-business.aluminium .custom-col:nth-child(9),.our-business.copper .custom-col:nth-child(9){transition-delay:.45s}.our-business.aluminium .icon-wrapper:nth-child(1),.our-business.copper .icon-wrapper:nth-child(1){transition-delay:.05s}.our-business.aluminium .icon-wrapper:nth-child(2),.our-business.copper .icon-wrapper:nth-child(2){transition-delay:.1s}.our-business.aluminium .icon-wrapper:nth-child(3),.our-business.copper .icon-wrapper:nth-child(3){transition-delay:.15s}.our-business.aluminium .icon-wrapper:nth-child(4),.our-business.copper .icon-wrapper:nth-child(4){transition-delay:.2s}.our-business.aluminium .icon-wrapper:nth-child(5),.our-business.copper .icon-wrapper:nth-child(5){transition-delay:.25s}.our-business.aluminium .icon-wrapper:nth-child(6),.our-business.copper .icon-wrapper:nth-child(6){transition-delay:.3s}.our-business.aluminium .icon-wrapper:nth-child(7),.our-business.copper .icon-wrapper:nth-child(7){transition-delay:.35s}.our-business.aluminium .icon-wrapper:nth-child(8),.our-business.copper .icon-wrapper:nth-child(8){transition-delay:.4s}.our-business.aluminium .icon-wrapper:nth-child(9),.our-business.copper .icon-wrapper:nth-child(9){transition-delay:.45s}}@media(min-width: 992px){.img-text{padding:10rem 0}}.img-text .has-overlay{padding-top:90.38485%;border-radius:1rem}.img-text+.img-text{padding-top:0}@media(max-width: 1599.98px){.img-text h3,.img-text .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.img-text h3,.img-text .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.img-text h3,.img-text .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.img-text h3,.img-text .h3{font-size:1.125rem}}@media(max-width: 991.98px){.img-text h3,.img-text .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.img-text h3,.img-text .h3{font-size:1.375rem}}@media(max-width: 767.98px){.img-text h3,.img-text .h3{font-size:1.25rem}}@media(max-width: 575.98px){.img-text h3,.img-text .h3{font-size:1.125rem}}.img-text h2,.img-text .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.img-text h2,.img-text .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.img-text h2,.img-text .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.img-text h2,.img-text .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.img-text h2,.img-text .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.img-text h2,.img-text .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.img-text h2,.img-text .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.img-text h2,.img-text .h2{font-size:3.375rem}}@media(max-width: 991.98px){.img-text h2,.img-text .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.img-text h2,.img-text .h2{font-size:3.75rem}}@media(max-width: 767.98px){.img-text h2,.img-text .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.img-text h2,.img-text .h2{font-size:3.375rem}}@media(max-width: 575.98px){.img-text h2,.img-text .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.img-text h2,.img-text .h2{font-size:3rem}}.img-text h2.sm-text,.img-text .sm-text.h2{font-size:calc(1.475rem + 2.7vw)}@media(min-width: 1200px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:3.5rem}}@media(max-width: 1599.98px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:3.25rem}}@media(max-width: 1399.98px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:3rem}}@media(max-width: 1199.98px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:2.75rem}}@media(max-width: 991.98px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:3.25rem}}@media(max-width: 767.98px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:3rem}}@media(max-width: 575.98px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.img-text h2.sm-text,.img-text .sm-text.h2{font-size:2.75rem}}.img-text .editor ul,.img-text .editor ol{margin-bottom:1rem}@media(min-width: 992px){.img-text .editor p:not(:last-child),.img-text .editor ul:not(:last-child),.img-text .editor ol:not(:last-child){margin-bottom:1.5rem}}.img-text .editor p,.img-text .editor li{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.img-text .editor p,.img-text .editor li{font-size:1.5rem}}.img-text .editor ul,.img-text .editor ol{padding-left:1.5rem}@media(max-width: 1599.98px){.img-text .editor ul,.img-text .editor ol{padding-left:1.25rem}}@media(max-width: 1399.98px){.img-text .editor ul,.img-text .editor ol{padding-left:1rem}}@media(max-width: 1199.98px){.img-text .editor ul,.img-text .editor ol{padding-left:.75rem}}@media(max-width: 991.98px){.img-text .editor ul,.img-text .editor ol{padding-left:1rem}}@media(max-width: 767.98px){.img-text .editor ul,.img-text .editor ol{padding-left:.75rem}}@media(max-width: 575.98px){.img-text .editor ul,.img-text .editor ol{padding-left:.5rem}}.img-text .editor ul li:not(:last-child),.img-text .editor ol li:not(:last-child){margin-bottom:1rem}@media(max-width: 1599.98px){.img-text .editor ul li{padding-left:calc(11px + 1.25rem)}.img-text .editor ul li:before{width:11px;height:11px;top:10px}}@media(max-width: 1399.98px){.img-text .editor ul li{padding-left:calc(10px + 1rem)}.img-text .editor ul li:before{width:10px;height:10px;top:9px}}@media(max-width: 1199.98px){.img-text .editor ul li{padding-left:calc(9px + .75rem)}.img-text .editor ul li:before{width:9px;height:9px;top:8px}}@media(max-width: 991.98px){.img-text .editor ul li{padding-left:calc(11px + 1rem)}.img-text .editor ul li:before{width:10px;height:10px;top:9px}}@media(max-width: 767.98px){.img-text .editor ul li{padding-left:calc(9px + .75rem)}.img-text .editor ul li:before{width:9px;height:9px;top:8px}}@media(max-width: 575.98px){.img-text .editor ul li{padding-left:calc(8px + .5rem)}.img-text .editor ul li:before{width:8px;height:8px;top:7px}}.img-text .editor ol li{padding-left:calc(20px + 1.5rem)}@media(max-width: 1599.98px){.img-text .editor ol li{padding-left:calc(18px + 1.25rem)}}@media(max-width: 1399.98px){.img-text .editor ol li{padding-left:calc(16px + 1rem)}}@media(max-width: 1199.98px){.img-text .editor ol li{padding-left:calc(15px + .75rem)}}@media(max-width: 991.98px){.img-text .editor ol li{padding-left:calc(16px + 1rem)}}@media(max-width: 767.98px){.img-text .editor ol li{padding-left:calc(15px + .75rem)}}@media(max-width: 575.98px){.img-text .editor ol li{padding-left:calc(13px + .5rem)}}.img-text .btn-wrapper{margin-top:2rem}.img-text .btn-wrapper .custom-btn-arrow{border:1px solid #d2d2d2}.img-text .btn-wrapper .custom-btn-arrow .arrow{margin-left:2.5rem}.img-text .btn-wrapper .file-btn{background:transparent;width:100%;padding-left:0;padding-right:0}@media(max-width: 1599.98px){.img-text .btn-wrapper .file-btn .pdf-text,.img-text .btn-wrapper .file-btn .size-text{font-size:1.0625rem}}@media(max-width: 1399.98px){.img-text .btn-wrapper .file-btn .pdf-text,.img-text .btn-wrapper .file-btn .size-text{font-size:1rem}}@media(max-width: 1199.98px){.img-text .btn-wrapper .file-btn .pdf-text,.img-text .btn-wrapper .file-btn .size-text{font-size:0.9375rem}}@media(max-width: 991.98px){.img-text .btn-wrapper .file-btn .pdf-text,.img-text .btn-wrapper .file-btn .size-text{font-size:1rem}}@media(max-width: 767.98px){.img-text .btn-wrapper .file-btn .pdf-text,.img-text .btn-wrapper .file-btn .size-text{font-size:0.9375rem}}@media(max-width: 575.98px){.img-text .btn-wrapper .file-btn .pdf-text,.img-text .btn-wrapper .file-btn .size-text{font-size:0.875rem}}.img-text .btn-wrapper .file-btn i{font-size:calc(1.28125rem + 0.375vw)}@media(min-width: 1200px){.img-text .btn-wrapper .file-btn i{font-size:1.5625rem}}.img-text .btn-wrapper .file-btn i:before{color:#265eff}@media(max-width: 1599.98px){.img-text .btn-wrapper .file-btn i{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.img-text .btn-wrapper .file-btn i{font-size:1.4375rem}}@media(max-width: 1399.98px){.img-text .btn-wrapper .file-btn i{font-size:calc(1.25625rem + 0.075vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.img-text .btn-wrapper .file-btn i{font-size:1.3125rem}}@media(max-width: 1199.98px){.img-text .btn-wrapper .file-btn i{font-size:1.1875rem}}@media(max-width: 991.98px){.img-text .btn-wrapper .file-btn i{font-size:calc(1.25625rem + 0.075vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.img-text .btn-wrapper .file-btn i{font-size:1.3125rem}}@media(max-width: 767.98px){.img-text .btn-wrapper .file-btn i{font-size:1.1875rem}}@media(max-width: 575.98px){.img-text .btn-wrapper .file-btn i{font-size:1.0625rem}}.img-text .btn-wrapper .file-btn[disabled] i:before{color:inherit}@media(max-width: 1599.98px){.img-text .editor p,.img-text .editor li,.img-text .btn-wrapper .custom-btn-arrow,.img-text .btn-wrapper .file-btn{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.img-text .editor p,.img-text .editor li,.img-text .btn-wrapper .custom-btn-arrow,.img-text .btn-wrapper .file-btn{font-size:1.375rem}}@media(max-width: 1399.98px){.img-text .editor p,.img-text .editor li,.img-text .btn-wrapper .custom-btn-arrow,.img-text .btn-wrapper .file-btn{font-size:1.25rem}}@media(max-width: 1199.98px){.img-text .editor p,.img-text .editor li,.img-text .btn-wrapper .custom-btn-arrow,.img-text .btn-wrapper .file-btn{font-size:1.125rem}}@media(max-width: 991.98px){.img-text .editor p,.img-text .editor li,.img-text .btn-wrapper .custom-btn-arrow,.img-text .btn-wrapper .file-btn{font-size:1.25rem}}@media(max-width: 767.98px){.img-text .editor p,.img-text .editor li,.img-text .btn-wrapper .custom-btn-arrow,.img-text .btn-wrapper .file-btn{font-size:1.125rem}}@media(max-width: 575.98px){.img-text .editor p,.img-text .editor li,.img-text .btn-wrapper .custom-btn-arrow,.img-text .btn-wrapper .file-btn{font-size:1rem}}.text-section:not(.bg-gray)+.img-text{padding-top:0}.history{background:#e8ecf3}@media(min-width: 992px){.history{padding:5rem 0 9.25rem}}@media(max-width: 1599.98px){.history h3,.history .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.history h3,.history .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.history h3,.history .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.history h3,.history .h3{font-size:1.125rem}}@media(max-width: 991.98px){.history h3,.history .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.history h3,.history .h3{font-size:1.375rem}}@media(max-width: 767.98px){.history h3,.history .h3{font-size:1.25rem}}@media(max-width: 575.98px){.history h3,.history .h3{font-size:1.125rem}}@media(min-width: 992px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){letter-spacing:-3px;line-height:.85 !important}}@media(min-width: 1400px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){margin-bottom:5.25rem !important}}@media(max-width: 1599.98px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:calc(1.7375rem + 5.85vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:6.125rem}}@media(max-width: 1399.98px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:calc(1.675rem + 5.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:5.5rem}}@media(max-width: 1199.98px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:calc(1.6125rem + 4.35vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:4.875rem}}@media(max-width: 991.98px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:calc(1.55rem + 3.6vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:4.25rem}}@media(max-width: 767.98px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:calc(1.4875rem + 2.85vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:3.625rem}}@media(max-width: 575.98px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.history h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2),.history .h2:not(#history-carousel .swiper-slide h2):not(#history-carousel .swiper-slide .h2){font-size:3rem}}.history #history-carousel .swiper-slide .img-wrapper{padding-top:68.46313%}.history #history-carousel .swiper-slide .img-wrapper .swiper-lazy-preloader{z-index:1}.history #history-carousel .swiper-slide .img-wrapper img{-o-object-fit:cover;object-fit:cover;border-radius:1rem}.history #history-carousel .swiper-slide .img-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#e8ecf3;z-index:2}.history #history-carousel .swiper-slide .year{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){.history #history-carousel .swiper-slide .year{font-size:2.5rem}}@media(min-width: 992px){.history #history-carousel .swiper-slide .year{margin-bottom:2.5rem !important}}.history #history-carousel .swiper-slide .year:before{content:"";width:12px;height:12px;border-radius:100%;background:#265eff;display:block;margin-right:1rem}@media(max-width: 1599.98px){.history #history-carousel .swiper-slide .year{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide .year{font-size:2.25rem}}@media(max-width: 1599.98px){.history #history-carousel .swiper-slide .year:before{width:11px;height:11px}}@media(max-width: 1399.98px){.history #history-carousel .swiper-slide .year{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide .year{font-size:2rem}}@media(max-width: 1399.98px){.history #history-carousel .swiper-slide .year:before{width:10px;height:10px}}@media(max-width: 1199.98px){.history #history-carousel .swiper-slide .year{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide .year{font-size:1.75rem}}@media(max-width: 1199.98px){.history #history-carousel .swiper-slide .year:before{width:9px;height:9px}}@media(max-width: 991.98px){.history #history-carousel .swiper-slide .year{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide .year{font-size:2rem}}@media(max-width: 991.98px){.history #history-carousel .swiper-slide .year:before{width:10px;height:10px}}@media(max-width: 767.98px){.history #history-carousel .swiper-slide .year{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide .year{font-size:1.75rem}}@media(max-width: 767.98px){.history #history-carousel .swiper-slide .year:before{width:9px;height:9px}}@media(max-width: 575.98px){.history #history-carousel .swiper-slide .year{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide .year{font-size:1.5rem}}@media(max-width: 575.98px){.history #history-carousel .swiper-slide .year:before{width:8px;height:8px}}.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:calc(1.5rem + 3vw)}@media(min-width: 1200px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:3.75rem}}@media(max-width: 1599.98px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:3.375rem}}@media(max-width: 1399.98px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:3rem}}@media(max-width: 1199.98px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:2.625rem}}@media(max-width: 991.98px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:3rem}}@media(max-width: 767.98px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:2.625rem}}@media(max-width: 575.98px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide h2,.history #history-carousel .swiper-slide .h2{font-size:2.25rem}}.history #history-carousel .swiper-slide p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.history #history-carousel .swiper-slide p{font-size:1.5rem}}@media(max-width: 1599.98px){.history #history-carousel .swiper-slide p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.history #history-carousel .swiper-slide p{font-size:1.375rem}}@media(max-width: 1399.98px){.history #history-carousel .swiper-slide p{font-size:1.25rem}}@media(max-width: 1199.98px){.history #history-carousel .swiper-slide p{font-size:1.125rem}}@media(max-width: 991.98px){.history #history-carousel .swiper-slide p{font-size:1.25rem}}@media(max-width: 767.98px){.history #history-carousel .swiper-slide p{font-size:1.125rem}}@media(max-width: 575.98px){.history #history-carousel .swiper-slide p{font-size:1rem}}.history #history-carousel .swiper-slide.swiper-slide-active .img-wrapper:before{animation:overlayY 1s forwards}.history .custom-container{padding-right:0 !important}.history .custom-container>.row{margin-right:0 !important}.history .custom-container>.row>[class*=col]{padding-right:0 !important}.history .custom-container #thumbs-carousel .progressbar{height:3px;width:0;transition:width .4s ease-in-out;background:#265eff;bottom:calc(7.5px - 1.5px);left:0;z-index:1}@media(max-width: 1599.98px){.history .custom-container #thumbs-carousel .progressbar{bottom:calc(7px - 1.5px)}}@media(max-width: 1399.98px){.history .custom-container #thumbs-carousel .progressbar{bottom:calc(6.5px - 1.5px)}}@media(max-width: 1199.98px){.history .custom-container #thumbs-carousel .progressbar{bottom:calc(6px - 1.5px)}}.history .custom-container #thumbs-carousel .swiper-slide{padding-bottom:calc(3rem + 15px)}@media(max-width: 1599.98px){.history .custom-container #thumbs-carousel .swiper-slide{padding-bottom:calc(3rem + 14px)}}@media(max-width: 1399.98px){.history .custom-container #thumbs-carousel .swiper-slide{padding-bottom:calc(3rem + 13px)}}@media(max-width: 1199.98px){.history .custom-container #thumbs-carousel .swiper-slide{padding-bottom:calc(3rem + 12px)}}.history .custom-container #thumbs-carousel .swiper-slide span{border-radius:2.125rem;font-weight:500;font-size:1.125rem;border:1px solid #b9b9b9;cursor:pointer}@media(max-width: 1599.98px){.history .custom-container #thumbs-carousel .swiper-slide span{font-size:1.0625rem}}@media(max-width: 1399.98px){.history .custom-container #thumbs-carousel .swiper-slide span{font-size:1rem}}@media(max-width: 1199.98px){.history .custom-container #thumbs-carousel .swiper-slide span{font-size:0.9375rem}}.history .custom-container #thumbs-carousel .swiper-slide:last-child{margin-right:.75rem}.history .custom-container #thumbs-carousel .swiper-slide:not(:last-child) span{margin-right:1rem}@media(min-width: 1200px){.history .custom-container #thumbs-carousel .swiper-slide:not(:last-child) span{margin-right:1.5rem}}.history .custom-container #thumbs-carousel .swiper-slide:before,.history .custom-container #thumbs-carousel .swiper-slide:after{content:"";position:absolute}.history .custom-container #thumbs-carousel .swiper-slide:before{background:#9f9f9f;height:3px;width:100%;left:0;bottom:calc(7.5px - 1.5px)}@media(max-width: 1599.98px){.history .custom-container #thumbs-carousel .swiper-slide:before{bottom:calc(7px - 1.5px)}}@media(max-width: 1399.98px){.history .custom-container #thumbs-carousel .swiper-slide:before{bottom:calc(6.5px - 1.5px)}}@media(max-width: 1199.98px){.history .custom-container #thumbs-carousel .swiper-slide:before{bottom:calc(6px - 1.5px)}}.history .custom-container #thumbs-carousel .swiper-slide:after{bottom:0;border-radius:100%;width:15px;height:15px;background:#265eff;transition:background .4s ease-in-out;right:0;z-index:1}@media(max-width: 1599.98px){.history .custom-container #thumbs-carousel .swiper-slide:after{width:14px;height:14px}}@media(max-width: 1399.98px){.history .custom-container #thumbs-carousel .swiper-slide:after{width:13px;height:13px}}@media(max-width: 1199.98px){.history .custom-container #thumbs-carousel .swiper-slide:after{width:12px;height:12px}}.history .custom-container #thumbs-carousel .swiper-slide.swiper-slide-thumb-active span{background:#265eff !important;color:#fff;border-color:#265eff}.history .custom-container #thumbs-carousel .swiper-slide.swiper-slide-thumb-active~.swiper-slide:after{background:#9f9f9f}.history .custom-container .navigation-wrapper .swiper-pagination{height:2px;background:#b9b9b9}.history .custom-container .navigation-wrapper .swiper-pagination .swiper-pagination-progressbar-fill{background:#265eff}@media(max-width: 991.98px){.history .custom-container .navigation-wrapper .swiper-button-prev,.history .custom-container .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 767.98px){.history .custom-container .navigation-wrapper .swiper-button-prev,.history .custom-container .navigation-wrapper .swiper-button-next{font-size:1.0625rem}}@media(max-width: 575.98px){.history .custom-container .navigation-wrapper .swiper-button-prev,.history .custom-container .navigation-wrapper .swiper-button-next{font-size:1rem}}.purpose-values{background:#e8ecf3}@media(min-width: 992px){.purpose-values{padding:5.25rem 0 6.375rem}}.purpose-values h2,.purpose-values .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.purpose-values h2,.purpose-values .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.purpose-values h2,.purpose-values .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.purpose-values h2,.purpose-values .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.purpose-values h2,.purpose-values .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.purpose-values h2,.purpose-values .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.purpose-values h2,.purpose-values .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.purpose-values h2,.purpose-values .h2{font-size:3.375rem}}@media(max-width: 991.98px){.purpose-values h2,.purpose-values .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.purpose-values h2,.purpose-values .h2{font-size:4.125rem}}@media(max-width: 767.98px){.purpose-values h2,.purpose-values .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.purpose-values h2,.purpose-values .h2{font-size:3.75rem}}@media(max-width: 575.98px){.purpose-values h2,.purpose-values .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.purpose-values h2,.purpose-values .h2{font-size:3.375rem}}.purpose-values h3.splitting,.purpose-values .splitting.h3{color:#707070}@media(min-width: 1400px){.purpose-values h3.splitting,.purpose-values .splitting.h3{margin-top:4.25rem !important}}@media(max-width: 1599.98px){.purpose-values h3.splitting,.purpose-values .splitting.h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.purpose-values h3.splitting,.purpose-values .splitting.h3{font-size:1.375rem}}@media(max-width: 1399.98px){.purpose-values h3.splitting,.purpose-values .splitting.h3{font-size:1.25rem}}@media(max-width: 1199.98px){.purpose-values h3.splitting,.purpose-values .splitting.h3{font-size:1.125rem}}@media(max-width: 991.98px){.purpose-values h3.splitting,.purpose-values .splitting.h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.purpose-values h3.splitting,.purpose-values .splitting.h3{font-size:1.375rem}}@media(max-width: 767.98px){.purpose-values h3.splitting,.purpose-values .splitting.h3{font-size:1.25rem}}@media(max-width: 575.98px){.purpose-values h3.splitting,.purpose-values .splitting.h3{font-size:1.125rem}}.purpose-values p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.purpose-values p{font-size:1.5rem}}@media(max-width: 1599.98px){.purpose-values p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.purpose-values p{font-size:1.375rem}}@media(max-width: 1399.98px){.purpose-values p{font-size:1.25rem}}@media(max-width: 1199.98px){.purpose-values p{font-size:1.125rem}}@media(max-width: 991.98px){.purpose-values p{font-size:1.25rem}}@media(max-width: 767.98px){.purpose-values p{font-size:1.125rem}}@media(max-width: 575.98px){.purpose-values p{font-size:1rem}}@media(min-width: 768px){.purpose-values .carousel-wrapper{max-width:none;padding-right:0 !important}.purpose-values .carousel-wrapper>.row{margin-right:0 !important}.purpose-values .carousel-wrapper>.row>[class*=col]{padding-right:0 !important}}.purpose-values .carousel-wrapper #values-carousel .swiper-slide{border-radius:1rem}.purpose-values .carousel-wrapper #values-carousel .swiper-slide:not(.disabled){transition:box-shadow .3s;cursor:pointer}.purpose-values .carousel-wrapper #values-carousel .swiper-slide:not(.disabled):hover{box-shadow:0 7px 16px rgba(112,112,112,.3)}.purpose-values .carousel-wrapper #values-carousel .swiper-slide:not(.disabled):hover .content .editor{opacity:1;visibility:visible}.purpose-values .carousel-wrapper #values-carousel .swiper-slide:not(.disabled):hover .content button{opacity:0;visibility:hidden}.purpose-values .carousel-wrapper #values-carousel .swiper-slide.disabled .content{display:none}@media(min-width: 768px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide{max-width:calc((((720px - 1.5rem) + (100vw - (720px - 1.5rem)) / 2) / 2) - 1.5rem)}}@media(min-width: 992px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide{max-width:calc((((960px - 1.5rem) + (100vw - (960px - 1.5rem)) / 2) / 3) - 1.5rem)}}@media(min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide{max-width:calc((((1140px - 1.5rem) + (100vw - (1140px - 1.5rem)) / 2) / 3) - 1.5rem)}}@media(min-width: 1400px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide{max-width:calc((((1320px - 1.5rem) + (100vw - (1320px - 1.5rem)) / 2) / 3) - 1.5rem)}}@media(min-width: 1600px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide{max-width:24.961%}}.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{color:#265eff;font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:2.5rem}}@media(max-width: 1599.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:2.25rem}}@media(max-width: 1399.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:2rem}}@media(max-width: 1199.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:1.75rem}}@media(max-width: 991.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:2rem}}@media(max-width: 767.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:2.25rem}}@media(max-width: 575.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:2rem}}@media(max-width: 419.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide h2,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .h2{font-size:1.75rem}}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{opacity:0;visibility:hidden;transition:all .3s;overflow:auto;max-height:326px}@media(max-width: 1599.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{max-height:300px}}@media(max-width: 1399.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{max-height:260px}}@media(max-width: 1199.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{max-height:220px}}@media(max-width: 991.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{max-height:260px}}@media(max-width: 767.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{max-height:200px}}@media(max-width: 575.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{max-height:190px}}@media(max-width: 419.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{max-height:180px}}@-moz-document url-prefix(){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor{scrollbar-color:#265eff #fff;scrollbar-width:thin}}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor::-webkit-scrollbar{width:3px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor::-webkit-scrollbar-track{background:#fff}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor::-webkit-scrollbar-thumb{background:#265eff}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor p{font-size:1.125rem}@media(max-width: 1599.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor p{font-size:1.0625rem}}@media(max-width: 1399.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor p{font-size:1rem}}@media(max-width: 1199.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor p{font-size:0.9375rem}}@media(max-width: 991.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor p{font-size:1rem}}@media(max-width: 767.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor p{font-size:1.0625rem}}@media(max-width: 575.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor p{font-size:1rem}}@media(max-width: 419.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content .editor p{font-size:0.9375rem}}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button{width:59px;height:59px;border:1px solid #707070;right:0;bottom:0;transition:all .3s}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross{width:20px;height:20px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross:before,.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross:after{content:"";position:absolute;background:#707070}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross:before{width:100%;height:2px;left:0}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross:after{width:2px;height:100%;top:0}@media(max-width: 1599.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button{width:54px;height:54px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross{width:18px;height:18px}}@media(max-width: 1399.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button{width:49px;height:49px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross{width:16px;height:16px}}@media(max-width: 1199.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button{width:44px;height:44px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross{width:14px;height:14px}}@media(max-width: 991.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button{width:49px;height:49px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross{width:16px;height:16px}}@media(max-width: 767.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button{width:54px;height:54px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross{width:18px;height:18px}}@media(max-width: 575.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button{width:49px;height:49px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross{width:16px;height:16px}}@media(max-width: 419.98px){.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button{width:44px;height:44px}.purpose-values .carousel-wrapper #values-carousel .swiper-slide .content button .cross{width:14px;height:14px}}.purpose-values .boxes-wrapper .box{border-radius:1.25rem}@media(min-width: 768px)and (max-width: 991.98px){.purpose-values .boxes-wrapper .box{padding:2.5rem !important}}@media(min-width: 1200px){.purpose-values .boxes-wrapper .box{padding:2.5rem !important}}.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:2.5rem}}@media(max-width: 1599.98px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:2.25rem}}@media(max-width: 1399.98px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:2rem}}@media(max-width: 1199.98px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:1.75rem}}@media(max-width: 991.98px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:2.25rem}}@media(max-width: 767.98px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:2rem}}@media(max-width: 575.98px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.purpose-values .boxes-wrapper .box h3,.purpose-values .boxes-wrapper .box .h3{font-size:1.75rem}}.purpose-values .boxes-wrapper .box ul li{font-size:1.125rem;padding-left:calc(10px + 1rem) !important}.purpose-values .boxes-wrapper .box ul li:before{top:7px !important;width:10px !important;height:10px !important}@media(max-width: 1599.98px){.purpose-values .boxes-wrapper .box ul li{font-size:1.0625rem;padding-left:calc(9px + 1rem) !important}.purpose-values .boxes-wrapper .box ul li:before{width:9px !important;height:9px !important}}@media(max-width: 1399.98px){.purpose-values .boxes-wrapper .box ul li{font-size:1rem;padding-left:calc(8px + 1rem) !important}.purpose-values .boxes-wrapper .box ul li:before{width:8px !important;height:8px !important}}@media(max-width: 1199.98px){.purpose-values .boxes-wrapper .box ul li{font-size:0.9375rem;padding-left:calc(7px + 1rem) !important}.purpose-values .boxes-wrapper .box ul li:before{top:7px !important;width:7px !important;height:7px !important}}@media(max-width: 991.98px){.purpose-values .boxes-wrapper .box ul li{font-size:1.0625rem;padding-left:calc(9px + 1rem) !important}.purpose-values .boxes-wrapper .box ul li:before{width:9px !important;height:9px !important}}@media(max-width: 767.98px){.purpose-values .boxes-wrapper .box ul li{font-size:1rem;padding-left:calc(8px + 1rem) !important}.purpose-values .boxes-wrapper .box ul li:before{width:8px !important;height:8px !important}}@media(max-width: 575.98px){.purpose-values .boxes-wrapper .box ul li{font-size:0.9375rem;padding-left:calc(7px + 1rem) !important}.purpose-values .boxes-wrapper .box ul li:before{width:7px !important;height:7px !important}}@media(min-width: 1400px){.purpose-values .navigation-wrapper{margin-top:calc(5.125rem - 1.5rem) !important}}.purpose-values .navigation-wrapper .swiper-scrollbar{background:#d5d8df}@media(max-width: 1599.98px){.purpose-values .navigation-wrapper .swiper-button-prev,.purpose-values .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.purpose-values .navigation-wrapper .swiper-button-prev,.purpose-values .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.purpose-values .navigation-wrapper .swiper-button-prev,.purpose-values .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.purpose-values .navigation-wrapper .swiper-button-prev,.purpose-values .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.purpose-values .navigation-wrapper .swiper-button-prev,.purpose-values .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.purpose-values .navigation-wrapper .swiper-button-prev,.purpose-values .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(min-width: 992px){.factsheet{padding:6.625rem 0 7.688rem}}.factsheet .animated-circle{bottom:-50%}@media(min-width: 992px){.factsheet .animated-circle{bottom:-51%;right:-29%;left:auto;transform:none}}@media(max-width: 1599.98px){.factsheet h3,.factsheet .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.factsheet h3,.factsheet .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.factsheet h3,.factsheet .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.factsheet h3,.factsheet .h3{font-size:1.125rem}}@media(max-width: 991.98px){.factsheet h3,.factsheet .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.factsheet h3,.factsheet .h3{font-size:1.375rem}}@media(max-width: 767.98px){.factsheet h3,.factsheet .h3{font-size:1.25rem}}@media(max-width: 575.98px){.factsheet h3,.factsheet .h3{font-size:1.125rem}}.factsheet h2,.factsheet .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.factsheet h2,.factsheet .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.factsheet h2,.factsheet .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.factsheet h2,.factsheet .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.factsheet h2,.factsheet .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.factsheet h2,.factsheet .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.factsheet h2,.factsheet .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.factsheet h2,.factsheet .h2{font-size:3.375rem}}@media(max-width: 991.98px){.factsheet h2,.factsheet .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.factsheet h2,.factsheet .h2{font-size:3.75rem}}@media(max-width: 767.98px){.factsheet h2,.factsheet .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.factsheet h2,.factsheet .h2{font-size:3.375rem}}@media(max-width: 575.98px){.factsheet h2,.factsheet .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.factsheet h2,.factsheet .h2{font-size:3rem}}@media(min-width: 992px){.factsheet h2,.factsheet .h2{letter-spacing:-3px}}.factsheet p{font-size:calc(1.275rem + 0.3vw);line-height:1.2}@media(min-width: 1200px){.factsheet p{font-size:1.5rem}}@media(min-width: 992px){.factsheet .fact:nth-child(1){transition-delay:.05s}.factsheet .fact:nth-child(2){transition-delay:.1s}.factsheet .fact:nth-child(3){transition-delay:.15s}.factsheet .fact:nth-child(4){transition-delay:.2s}.factsheet .fact:nth-child(5){transition-delay:.25s}.factsheet .fact:nth-child(6){transition-delay:.3s}.factsheet .fact:nth-child(7){transition-delay:.35s}.factsheet .fact:nth-child(8){transition-delay:.4s}.factsheet .fact:nth-child(9){transition-delay:.45s}}.factsheet .fact .counter{font-size:calc(1.5875rem + 4.05vw)}@media(min-width: 1200px){.factsheet .fact .counter{font-size:4.625rem}}@media(max-width: 1599.98px){.factsheet .fact .counter{font-size:calc(1.55rem + 3.6vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.factsheet .fact .counter{font-size:4.25rem}}@media(max-width: 1399.98px){.factsheet .fact .counter{font-size:calc(1.5125rem + 3.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.factsheet .fact .counter{font-size:3.875rem}}@media(max-width: 1199.98px){.factsheet .fact .counter{font-size:calc(1.475rem + 2.7vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.factsheet .fact .counter{font-size:3.5rem}}@media(max-width: 991.98px){.factsheet .fact .counter{font-size:calc(1.5125rem + 3.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.factsheet .fact .counter{font-size:3.875rem}}@media(max-width: 767.98px){.factsheet .fact .counter{font-size:calc(1.475rem + 2.7vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.factsheet .fact .counter{font-size:3.5rem}}@media(max-width: 575.98px){.factsheet .fact .counter{font-size:calc(1.4375rem + 2.25vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.factsheet .fact .counter{font-size:3.125rem}}.factsheet .fact p{margin-bottom:.5rem}@media(max-width: 1599.98px){.factsheet .fact .info{font-size:0.9375rem}}@media(max-width: 1399.98px){.factsheet .fact .info{font-size:0.875rem}}@media(max-width: 1199.98px){.factsheet .fact .info{font-size:0.8125rem}}@media(max-width: 991.98px){.factsheet .fact .info{font-size:0.875rem}}@media(max-width: 767.98px){.factsheet .fact .info{font-size:0.8125rem}}@media(max-width: 575.98px){.factsheet .fact .info{font-size:0.75rem}}@media(min-width: 1400px){.factsheet .custom-col{width:20%}.factsheet .custom-col:nth-child(1){transition-delay:.05s}.factsheet .custom-col:nth-child(2){transition-delay:.1s}.factsheet .custom-col:nth-child(3){transition-delay:.15s}.factsheet .custom-col:nth-child(4){transition-delay:.2s}.factsheet .custom-col:nth-child(5){transition-delay:.25s}.factsheet .custom-col:nth-child(6){transition-delay:.3s}.factsheet .custom-col:nth-child(7){transition-delay:.35s}.factsheet .custom-col:nth-child(8){transition-delay:.4s}.factsheet .custom-col:nth-child(9){transition-delay:.45s}}@media(max-width: 419.98px){.factsheet .custom-col{width:100%}}.factsheet .custom-col .box{background:#265eff;border-radius:1rem}@media(min-width: 1200px)and (max-width: 1399.98px){.factsheet .custom-col .box{max-width:92.712%;padding:2.188rem 1.938rem 1.875rem 2.5rem !important}}@media(min-width: 1600px){.factsheet .custom-col .box{max-width:92.712%;padding:2.188rem 1.938rem 1.875rem 2.5rem !important}}.factsheet .custom-col .box .counter{font-size:calc(1.5rem + 3vw)}@media(min-width: 1200px){.factsheet .custom-col .box .counter{font-size:3.75rem}}@media(max-width: 1599.98px){.factsheet .custom-col .box .counter{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.factsheet .custom-col .box .counter{font-size:3.375rem}}@media(max-width: 1399.98px){.factsheet .custom-col .box .counter{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.factsheet .custom-col .box .counter{font-size:3rem}}@media(max-width: 1199.98px){.factsheet .custom-col .box .counter{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.factsheet .custom-col .box .counter{font-size:2.625rem}}@media(max-width: 991.98px){.factsheet .custom-col .box .counter{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.factsheet .custom-col .box .counter{font-size:3.375rem}}@media(max-width: 767.98px){.factsheet .custom-col .box .counter{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.factsheet .custom-col .box .counter{font-size:3rem}}@media(max-width: 575.98px){.factsheet .custom-col .box .counter{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.factsheet .custom-col .box .counter{font-size:2.625rem}}.factsheet .custom-col .box .info{font-size:1.125rem;color:#b0c4ff}@media(max-width: 1599.98px){.factsheet .custom-col .box .info{font-size:1.0625rem}}@media(max-width: 1399.98px){.factsheet .custom-col .box .info{font-size:1rem}}@media(max-width: 1199.98px){.factsheet .custom-col .box .info{font-size:0.9375rem}}@media(max-width: 991.98px){.factsheet .custom-col .box .info{font-size:1.0625rem}}@media(max-width: 767.98px){.factsheet .custom-col .box .info{font-size:1rem}}@media(max-width: 575.98px){.factsheet .custom-col .box .info{font-size:0.9375rem}}.factsheet .custom-col .box .mt-auto .info{margin-top:3.688rem}@media(max-width: 1599.98px){.factsheet p,.factsheet .custom-col .box h3,.factsheet .custom-col .box .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.factsheet p,.factsheet .custom-col .box h3,.factsheet .custom-col .box .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.factsheet p,.factsheet .custom-col .box h3,.factsheet .custom-col .box .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.factsheet p,.factsheet .custom-col .box h3,.factsheet .custom-col .box .h3{font-size:1.125rem}}@media(max-width: 991.98px){.factsheet p,.factsheet .custom-col .box h3,.factsheet .custom-col .box .h3{font-size:1.25rem}}@media(max-width: 767.98px){.factsheet p,.factsheet .custom-col .box h3,.factsheet .custom-col .box .h3{font-size:1.125rem}}@media(max-width: 575.98px){.factsheet p,.factsheet .custom-col .box h3,.factsheet .custom-col .box .h3{font-size:1rem}}.factsheet .custom-btn-arrow{border:1px solid #d4d9e4}.factsheet .custom-btn-arrow .arrow{margin-left:2.5rem}.factsheet .custom-btn-arrow:hover{border-color:#265eff}@media(min-width: 992px){.announcements-events{padding:6.375rem 0 6.875rem}}@media(max-width: 1599.98px){.announcements-events h3,.announcements-events .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.announcements-events h3,.announcements-events .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.announcements-events h3,.announcements-events .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.announcements-events h3,.announcements-events .h3{font-size:1.125rem}}@media(max-width: 991.98px){.announcements-events h3,.announcements-events .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.announcements-events h3,.announcements-events .h3{font-size:1.375rem}}@media(max-width: 767.98px){.announcements-events h3,.announcements-events .h3{font-size:1.25rem}}@media(max-width: 575.98px){.announcements-events h3,.announcements-events .h3{font-size:1.125rem}}.announcements-events .announcements #announcements-carousel .date{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.announcements-events .announcements #announcements-carousel .date{font-size:1.5rem}}@media(max-width: 1599.98px){.announcements-events .announcements #announcements-carousel .date{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.announcements-events .announcements #announcements-carousel .date{font-size:1.375rem}}@media(max-width: 1399.98px){.announcements-events .announcements #announcements-carousel .date{font-size:1.25rem}}@media(max-width: 1199.98px){.announcements-events .announcements #announcements-carousel .date{font-size:1.125rem}}@media(max-width: 991.98px){.announcements-events .announcements #announcements-carousel .date{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.announcements-events .announcements #announcements-carousel .date{font-size:1.375rem}}@media(max-width: 767.98px){.announcements-events .announcements #announcements-carousel .date{font-size:1.25rem}}@media(max-width: 575.98px){.announcements-events .announcements #announcements-carousel .date{font-size:1.125rem}}.announcements-events .announcements #announcements-carousel .announcement{margin-bottom:4rem}.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:calc(1.4rem + 1.8vw);line-height:1.1}@media(min-width: 1200px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:2.75rem}}@media(max-width: 1599.98px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:calc(1.375rem + 1.5vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:2.5rem}}@media(max-width: 1399.98px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:2.25rem}}@media(max-width: 1199.98px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:2rem}}@media(max-width: 991.98px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:2.625rem}}@media(max-width: 767.98px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:calc(1.3625rem + 1.35vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:2.375rem}}@media(max-width: 575.98px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:calc(1.3375rem + 1.05vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.announcements-events .announcements #announcements-carousel .announcement h2,.announcements-events .announcements #announcements-carousel .announcement .h2{font-size:2.125rem}}.announcements-events .announcements #announcements-carousel .announcement h2 a,.announcements-events .announcements #announcements-carousel .announcement .h2 a{color:#0f0f0f;transition:background-size .35s cubic-bezier(0.645, 0.045, 0.355, 1);background-image:linear-gradient(90deg, #0F0F0F 0, #0F0F0F);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);display:inline}.announcements-events .announcements #announcements-carousel .announcement h2 a:hover,.announcements-events .announcements #announcements-carousel .announcement .h2 a:hover{background-size:100% 1px}@media(min-width: 1400px){.announcements-events .events h3,.announcements-events .events .h3{margin-bottom:4.75rem !important}}.announcements-events .events .event .date{font-size:1.125rem}.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:1.875rem}}@media(max-width: 1599.98px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:1.625rem}}@media(max-width: 1399.98px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:1.375rem}}@media(max-width: 1199.98px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:1.375rem}}@media(max-width: 991.98px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:1.875rem}}@media(max-width: 767.98px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:1.625rem}}@media(max-width: 575.98px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.announcements-events .events .event h4,.announcements-events .events .event .h4{font-size:1.375rem}}.announcements-events .events .event h4 a,.announcements-events .events .event .h4 a{color:#0f0f0f;transition:background-size .35s cubic-bezier(0.645, 0.045, 0.355, 1);background-image:linear-gradient(90deg, #0F0F0F 0, #0F0F0F);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);display:inline}.announcements-events .events .event h4 a:hover,.announcements-events .events .event .h4 a:hover{background-size:100% 1px}.announcements-events .events hr{height:2px;background:#e7e8e9}.announcements-events .arrow-btn{margin-top:2rem}@media(max-width: 1599.98px){.announcements-events .arrow-btn{margin-top:1.5rem}}@media(max-width: 1599.98px){.announcements-events .events .event .date,.announcements-events .arrow-btn{font-size:1.0625rem}}@media(max-width: 1399.98px){.announcements-events .events .event .date,.announcements-events .arrow-btn{font-size:1rem}}@media(max-width: 1199.98px){.announcements-events .events .event .date,.announcements-events .arrow-btn{font-size:1.0625rem}}@media(max-width: 991.98px){.announcements-events .events .event .date,.announcements-events .arrow-btn{font-size:1rem}}@media(max-width: 767.98px){.announcements-events .events .event .date,.announcements-events .arrow-btn{font-size:1.0625rem}}@media(max-width: 575.98px){.announcements-events .events .event .date,.announcements-events .arrow-btn{font-size:1rem}}.axes-goals{background:#e8ecf3}@media(min-width: 992px){.axes-goals{padding:6.125rem 0 9.625rem}}@media(max-width: 1599.98px){.axes-goals h3,.axes-goals .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.axes-goals h3,.axes-goals .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.axes-goals h3,.axes-goals .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.axes-goals h3,.axes-goals .h3{font-size:1.125rem}}@media(max-width: 991.98px){.axes-goals h3,.axes-goals .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.axes-goals h3,.axes-goals .h3{font-size:1.375rem}}@media(max-width: 767.98px){.axes-goals h3,.axes-goals .h3{font-size:1.25rem}}@media(max-width: 575.98px){.axes-goals h3,.axes-goals .h3{font-size:1.125rem}}.axes-goals h2,.axes-goals .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.axes-goals h2,.axes-goals .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.axes-goals h2,.axes-goals .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.axes-goals h2,.axes-goals .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.axes-goals h2,.axes-goals .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.axes-goals h2,.axes-goals .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.axes-goals h2,.axes-goals .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.axes-goals h2,.axes-goals .h2{font-size:3.375rem}}@media(max-width: 991.98px){.axes-goals h2,.axes-goals .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.axes-goals h2,.axes-goals .h2{font-size:3.75rem}}@media(max-width: 767.98px){.axes-goals h2,.axes-goals .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.axes-goals h2,.axes-goals .h2{font-size:3.375rem}}@media(max-width: 575.98px){.axes-goals h2,.axes-goals .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.axes-goals h2,.axes-goals .h2{font-size:3rem}}@media(min-width: 992px){.axes-goals h2,.axes-goals .h2{letter-spacing:-3px}}.axes-goals p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.axes-goals p{font-size:1.5rem}}@media(max-width: 1599.98px){.axes-goals p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.axes-goals p{font-size:1.375rem}}@media(max-width: 1399.98px){.axes-goals p{font-size:1.25rem}}@media(max-width: 1199.98px){.axes-goals p{font-size:1.125rem}}@media(max-width: 991.98px){.axes-goals p{font-size:1.25rem}}@media(max-width: 767.98px){.axes-goals p{font-size:1.125rem}}@media(max-width: 575.98px){.axes-goals p{font-size:1rem}}.axes-goals .custom-btn-arrow{border:1px solid #d4d9e4;font-size:1.25rem}.axes-goals .custom-btn-arrow .arrow{margin-left:1.5rem}.axes-goals .custom-btn-arrow:hover{border-color:#265eff}@media(max-width: 1599.98px){.axes-goals .custom-btn-arrow{font-size:1.125rem}}@media(max-width: 1399.98px){.axes-goals .custom-btn-arrow{font-size:1rem}}@media(max-width: 1199.98px){.axes-goals .custom-btn-arrow{font-size:0.875rem}}@media(max-width: 991.98px){.axes-goals .custom-btn-arrow{font-size:1.125rem}}@media(max-width: 767.98px){.axes-goals .custom-btn-arrow{font-size:1rem}}@media(max-width: 575.98px){.axes-goals .custom-btn-arrow{font-size:0.875rem}}@media(min-width: 768px){.axes-goals .boxes .box:nth-child(1){transition-delay:.1s}.axes-goals .boxes .box:nth-child(2){transition-delay:.2s}.axes-goals .boxes .box:nth-child(3){transition-delay:.3s}.axes-goals .boxes .box:nth-child(4){transition-delay:.4s}.axes-goals .boxes .box:nth-child(5){transition-delay:.5s}.axes-goals .boxes .box:nth-child(6){transition-delay:.6s}.axes-goals .boxes .box:nth-child(7){transition-delay:.7s}.axes-goals .boxes .box:nth-child(8){transition-delay:.8s}.axes-goals .boxes .box:nth-child(9){transition-delay:.9s}}.axes-goals .boxes .box .counter{font-size:calc(1.7125rem + 5.55vw)}@media(min-width: 1200px){.axes-goals .boxes .box .counter{font-size:5.875rem}}@media(max-width: 1599.98px){.axes-goals .boxes .box .counter{font-size:calc(1.675rem + 5.1vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.axes-goals .boxes .box .counter{font-size:5.5rem}}@media(max-width: 1399.98px){.axes-goals .boxes .box .counter{font-size:calc(1.6375rem + 4.65vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.axes-goals .boxes .box .counter{font-size:5.125rem}}@media(max-width: 1199.98px){.axes-goals .boxes .box .counter{font-size:calc(1.6rem + 4.2vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.axes-goals .boxes .box .counter{font-size:4.75rem}}@media(max-width: 991.98px){.axes-goals .boxes .box .counter{font-size:calc(1.5625rem + 3.75vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.axes-goals .boxes .box .counter{font-size:4.375rem}}@media(max-width: 767.98px){.axes-goals .boxes .box .counter{font-size:calc(1.525rem + 3.3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.axes-goals .boxes .box .counter{font-size:4rem}}@media(max-width: 575.98px){.axes-goals .boxes .box .counter{font-size:calc(1.4875rem + 2.85vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.axes-goals .boxes .box .counter{font-size:3.625rem}}.axes-goals .boxes .box p{line-height:1.2;margin-bottom:0;color:#717171}@media(max-width: 1599.98px){.axes-goals .boxes .box p{font-size:1.25rem}}@media(max-width: 1399.98px){.axes-goals .boxes .box p{font-size:1.125rem}}@media(max-width: 1199.98px){.axes-goals .boxes .box p{font-size:1rem}}@media(max-width: 991.98px){.axes-goals .boxes .box p{font-size:1.25rem}}@media(max-width: 767.98px){.axes-goals .boxes .box p{font-size:1.125rem}}@media(min-width: 576px)and (max-width: 767.98px){.axes-goals .boxes .box p{max-width:81%}}@media(max-width: 575.98px){.axes-goals .boxes .box p{font-size:1rem}}.axes-goals .boxes .box p small,.axes-goals .boxes .box p .small{font-size:1.125rem}@media(max-width: 1599.98px){.axes-goals .boxes .box p small,.axes-goals .boxes .box p .small{font-size:1rem}}@media(max-width: 1399.98px){.axes-goals .boxes .box p small,.axes-goals .boxes .box p .small{font-size:0.875rem}}@media(max-width: 1199.98px){.axes-goals .boxes .box p small,.axes-goals .boxes .box p .small{font-size:0.75rem}}@media(max-width: 991.98px){.axes-goals .boxes .box p small,.axes-goals .boxes .box p .small{font-size:1rem}}@media(max-width: 767.98px){.axes-goals .boxes .box p small,.axes-goals .boxes .box p .small{font-size:0.875rem}}@media(max-width: 575.98px){.axes-goals .boxes .box p small,.axes-goals .boxes .box p .small{font-size:0.75rem}}.axes-goals .boxes img{top:.75rem}@media(min-width: 992px){.axes-goals .boxes img{top:calc(100% + 1.5rem)}}.events h5,.events .h5{color:#818181}@media(min-width: 1400px){.events .event-wrapper{margin-top:2.625rem !important}}.events .event-wrapper .event{border-radius:1.25rem;border-color:#cacbd2 !important;padding:3.5rem 4rem 3.75rem}@media(max-width: 1599.98px){.events .event-wrapper .event{padding:3rem}}@media(max-width: 1399.98px){.events .event-wrapper .event{padding:1.5rem}}@media(max-width: 767.98px){.events .event-wrapper .event{padding:3rem}}@media(max-width: 575.98px){.events .event-wrapper .event{padding:1.5rem}}.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:calc(1.375rem + 1.5vw);line-height:1.1}@media(min-width: 1200px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:2.5rem}}@media(max-width: 1599.98px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:2.25rem}}@media(max-width: 1399.98px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:2rem}}@media(max-width: 1199.98px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:1.75rem}}@media(max-width: 991.98px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:2.25rem}}@media(max-width: 767.98px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:2rem}}@media(max-width: 575.98px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.events .event-wrapper .event h4,.events .event-wrapper .event .h4{font-size:1.75rem}}.events .event-wrapper .event h4 a,.events .event-wrapper .event .h4 a{color:#0f0f0f;transition:background-size .35s cubic-bezier(0.645, 0.045, 0.355, 1);background-image:linear-gradient(90deg, #0F0F0F 0, #0F0F0F);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);display:inline}.events .event-wrapper .event h4 a:hover,.events .event-wrapper .event .h4 a:hover{background-size:100% 1px}.events .event-wrapper .event .calendar-btn{font-size:1.125rem}.events .event-wrapper .event.disabled{pointer-events:none;padding-bottom:6.5rem}@media(max-width: 1599.98px){.events .event-wrapper .event.disabled{padding-bottom:5.75rem}}@media(max-width: 1399.98px){.events .event-wrapper .event.disabled{padding-bottom:4.25rem}}@media(max-width: 767.98px){.events .event-wrapper .event.disabled{padding-bottom:5.75rem}}@media(max-width: 575.98px){.events .event-wrapper .event.disabled{padding-bottom:4.25rem}}.events .event-wrapper .event.disabled .date,.events .event-wrapper .event.disabled h4,.events .event-wrapper .event.disabled .h4,.events .event-wrapper .event.disabled h4 a,.events .event-wrapper .event.disabled .h4 a{color:#707070 !important}@media(max-width: 1599.98px){.events h5,.events .h5,.events .event-wrapper .event .date,.events .event-wrapper .event .calendar-btn{font-size:1.0625rem}}@media(max-width: 1399.98px){.events h5,.events .h5,.events .event-wrapper .event .date,.events .event-wrapper .event .calendar-btn{font-size:1rem}}@media(max-width: 1199.98px){.events h5,.events .h5,.events .event-wrapper .event .date,.events .event-wrapper .event .calendar-btn{font-size:0.9375rem}}@media(max-width: 991.98px){.events h5,.events .h5,.events .event-wrapper .event .date,.events .event-wrapper .event .calendar-btn{font-size:1.0625rem}}@media(max-width: 767.98px){.events h5,.events .h5,.events .event-wrapper .event .date,.events .event-wrapper .event .calendar-btn{font-size:1rem}}@media(max-width: 575.98px){.events h5,.events .h5,.events .event-wrapper .event .date,.events .event-wrapper .event .calendar-btn{font-size:0.9375rem}}.events p{line-height:1.9}@media(max-width: 767.98px){.events p,.events .event-wrapper .event .arrow-btn{font-size:0.9375rem}}@media(max-width: 575.98px){.events p,.events .event-wrapper .event .arrow-btn{font-size:0.875rem}}.events+.events{padding-top:0}.events+.text-section{padding-top:2rem}.text-section+.events{padding-top:0}.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{color:#265eff}.pagination .page-item:first-child .page-link:before,.pagination .page-item:last-child .page-link:before{content:"";border-style:solid;border-width:1.5px 1.5px 0 0;display:inline-block;vertical-align:top;height:12px;width:12px}@media(max-width: 1599.98px){.pagination .page-item:first-child .page-link:before,.pagination .page-item:last-child .page-link:before{height:11px;width:11px}}@media(max-width: 1399.98px){.pagination .page-item:first-child .page-link:before,.pagination .page-item:last-child .page-link:before{height:10px;width:10px}}@media(max-width: 1199.98px){.pagination .page-item:first-child .page-link:before,.pagination .page-item:last-child .page-link:before{height:9px;width:9px}}@media(max-width: 991.98px){.pagination .page-item:first-child .page-link:before,.pagination .page-item:last-child .page-link:before{height:11px;width:11px}}@media(max-width: 767.98px){.pagination .page-item:first-child .page-link:before,.pagination .page-item:last-child .page-link:before{height:10px;width:10px}}@media(max-width: 575.98px){.pagination .page-item:first-child .page-link:before,.pagination .page-item:last-child .page-link:before{height:9px;width:9px}}.pagination .page-item:first-child .page-link.disabled,.pagination .page-item:last-child .page-link.disabled{opacity:.3;pointer-events:none}.pagination .page-item:first-child:first-child .page-link:before,.pagination .page-item:last-child:first-child .page-link:before{transform:rotate(-135deg);margin-right:-4px}.pagination .page-item:first-child:last-child .page-link:before,.pagination .page-item:last-child:last-child .page-link:before{transform:rotate(45deg);margin-left:-4px}.pagination .page-item:not(:first-child,:last-child) .page-link{font-size:1.125rem}@media(max-width: 1599.98px){.pagination .page-item:not(:first-child,:last-child) .page-link{font-size:1.0625rem}}@media(max-width: 1399.98px){.pagination .page-item:not(:first-child,:last-child) .page-link{font-size:1rem}}@media(max-width: 1199.98px){.pagination .page-item:not(:first-child,:last-child) .page-link{font-size:0.9375rem}}@media(max-width: 991.98px){.pagination .page-item:not(:first-child,:last-child) .page-link{font-size:1.0625rem}}@media(max-width: 767.98px){.pagination .page-item:not(:first-child,:last-child) .page-link{font-size:1rem}}@media(max-width: 575.98px){.pagination .page-item:not(:first-child,:last-child) .page-link{font-size:0.9375rem}}.pagination .page-item:not(:first-child,:last-child) .page-link.active{background:#265eff !important;color:#fff}.pagination .page-item .page-link{width:48px;height:48px}@media(max-width: 1599.98px){.pagination .page-item .page-link{width:44px;height:44px}}@media(max-width: 1399.98px){.pagination .page-item .page-link{width:40px;height:40px}}@media(max-width: 1199.98px){.pagination .page-item .page-link{width:36px;height:36px}}@media(max-width: 991.98px){.pagination .page-item .page-link{width:44px;height:44px}}@media(max-width: 767.98px){.pagination .page-item .page-link{width:40px;height:40px}}@media(max-width: 575.98px){.pagination .page-item .page-link{width:36px;height:36px}}@media(min-width: 992px){.news-carousel{padding:6rem 0 6.125rem}}@media(max-width: 1599.98px){.news-carousel h3,.news-carousel .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.news-carousel h3,.news-carousel .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.news-carousel h3,.news-carousel .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.news-carousel h3,.news-carousel .h3{font-size:1.125rem}}@media(max-width: 991.98px){.news-carousel h3,.news-carousel .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.news-carousel h3,.news-carousel .h3{font-size:1.375rem}}@media(max-width: 767.98px){.news-carousel h3,.news-carousel .h3{font-size:1.25rem}}@media(max-width: 575.98px){.news-carousel h3,.news-carousel .h3{font-size:1.125rem}}.news-carousel .editor h2,.news-carousel .editor .h2{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:2.25rem}}@media(max-width: 1599.98px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:2rem}}@media(max-width: 1399.98px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:1.75rem}}@media(max-width: 1199.98px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:1.5rem}}@media(max-width: 991.98px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:2rem}}@media(max-width: 767.98px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:1.75rem}}@media(max-width: 575.98px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.news-carousel .editor h2,.news-carousel .editor .h2{font-size:1.5rem}}@media(min-width: 768px){.news-carousel .container.ps-md-0{max-width:none;padding-right:0 !important}.news-carousel .container.ps-md-0>.row{margin-right:0 !important}.news-carousel .container.ps-md-0>.row>[class*=col]{padding-right:0 !important}}.news-carousel .swiper{margin-top:3.75rem}@media(min-width: 768px){.news-carousel .swiper .swiper-slide{max-width:calc((((720px - 1.5rem) + (100vw - (720px - 1.5rem)) / 2) / 2) - 1.5rem)}}@media(min-width: 992px){.news-carousel .swiper .swiper-slide{max-width:calc((((960px - 1.5rem) + (100vw - (960px - 1.5rem)) / 2) / 2) - 1.5rem)}}@media(min-width: 1200px){.news-carousel .swiper .swiper-slide{max-width:calc((((1140px - 1.5rem) + (100vw - (1140px - 1.5rem)) / 2) / 3) - 1.5rem)}}@media(min-width: 1400px){.news-carousel .swiper .swiper-slide{max-width:calc((((1320px - 1.5rem) + (100vw - (1320px - 1.5rem)) / 2) / 3) - 1.5rem)}}@media(min-width: 1600px){.news-carousel .swiper .swiper-slide{max-width:calc((((1684px - 1.5rem) + (100vw - (1684px - 1.5rem)) / 2) / 3) - 44px)}}.news-carousel .swiper .swiper-slide .img-wrapper{padding-top:68.71718%;border-radius:1rem}.news-carousel .swiper .swiper-slide .img-wrapper img{-o-object-fit:cover;object-fit:cover;transition:transform .3s cubic-bezier(0.16, 0.01, 0.77, 1);transform-origin:left top}.news-carousel .swiper .swiper-slide .img-wrapper:hover img{transform:scale(1.05)}.news-carousel .swiper .swiper-slide .content{padding:2.1875rem 0}@media(max-width: 1599.98px){.news-carousel .swiper .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 1399.98px){.news-carousel .swiper .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 1199.98px){.news-carousel .swiper .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 991.98px){.news-carousel .swiper .swiper-slide .content{padding:1.5rem 0 2rem}}@media(max-width: 767.98px){.news-carousel .swiper .swiper-slide .content{padding:2rem 0 3rem}}@media(max-width: 575.98px){.news-carousel .swiper .swiper-slide .content{padding:1.5rem 0 2rem}}.news-carousel .swiper .swiper-slide .content .tag{background:#265eff;border-radius:1.25rem;padding:.5625rem 1.375rem}@media(max-width: 1599.98px){.news-carousel .swiper .swiper-slide .content .tag{font-size:0.9375rem}}@media(max-width: 1399.98px){.news-carousel .swiper .swiper-slide .content .tag{font-size:0.875rem}}@media(max-width: 1199.98px){.news-carousel .swiper .swiper-slide .content .tag{font-size:0.9375rem}}@media(max-width: 991.98px){.news-carousel .swiper .swiper-slide .content .tag{font-size:0.875rem}}@media(max-width: 767.98px){.news-carousel .swiper .swiper-slide .content .tag{font-size:0.9375rem}}@media(max-width: 575.98px){.news-carousel .swiper .swiper-slide .content .tag{font-size:0.875rem}}.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:1.875rem}}@media(max-width: 1599.98px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:1.625rem}}@media(max-width: 1399.98px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:1.375rem}}@media(max-width: 1199.98px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:1.625rem}}@media(max-width: 991.98px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:1.375rem}}@media(max-width: 767.98px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:1.625rem}}@media(max-width: 575.98px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{font-size:1.375rem}}@media(min-width: 992px){.news-carousel .swiper .swiper-slide .content h4,.news-carousel .swiper .swiper-slide .content .h4{letter-spacing:-2px}}.news-carousel .swiper .swiper-slide .content h4 a,.news-carousel .swiper .swiper-slide .content .h4 a{color:#0f0f0f;transition:background-size .35s cubic-bezier(0.645, 0.045, 0.355, 1);background-image:linear-gradient(90deg, #0F0F0F 0, #0F0F0F);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);display:inline}.news-carousel .swiper .swiper-slide .content h4 a:hover,.news-carousel .swiper .swiper-slide .content .h4 a:hover{background-size:100% 1px}@media(max-width: 1599.98px){.news-carousel .swiper .swiper-slide .content .info .date{font-size:1rem}}@media(max-width: 1399.98px){.news-carousel .swiper .swiper-slide .content .info .date{font-size:0.875rem}}@media(max-width: 1199.98px){.news-carousel .swiper .swiper-slide .content .info .date{font-size:1rem}}@media(max-width: 991.98px){.news-carousel .swiper .swiper-slide .content .info .date{font-size:0.875rem}}@media(max-width: 767.98px){.news-carousel .swiper .swiper-slide .content .info .date{font-size:1rem}}@media(max-width: 575.98px){.news-carousel .swiper .swiper-slide .content .info .date{font-size:0.875rem}}.news-carousel .swiper .swiper-slide .content .info ul li a{font-size:1.25rem}@media(max-width: 1599.98px){.news-carousel .swiper .swiper-slide .content .info ul li a{font-size:1.125rem}}@media(max-width: 1399.98px){.news-carousel .swiper .swiper-slide .content .info ul li a{font-size:1rem}}@media(max-width: 1199.98px){.news-carousel .swiper .swiper-slide .content .info ul li a{font-size:1.125rem}}@media(max-width: 991.98px){.news-carousel .swiper .swiper-slide .content .info ul li a{font-size:1rem}}@media(max-width: 767.98px){.news-carousel .swiper .swiper-slide .content .info ul li a{font-size:1.25rem}}@media(max-width: 575.98px){.news-carousel .swiper .swiper-slide .content .info ul li a{font-size:1rem}}@media(min-width: 1600px){.news-carousel .navigation-wrapper{margin-top:calc(4.375rem - 2.1875rem)}}.news-carousel .navigation-wrapper .swiper-scrollbar{background:#dedfe1}@media(max-width: 1599.98px){.news-carousel .navigation-wrapper .swiper-button-prev,.news-carousel .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.news-carousel .navigation-wrapper .swiper-button-prev,.news-carousel .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.news-carousel .navigation-wrapper .swiper-button-prev,.news-carousel .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.news-carousel .navigation-wrapper .swiper-button-prev,.news-carousel .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.news-carousel .navigation-wrapper .swiper-button-prev,.news-carousel .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.news-carousel .navigation-wrapper .swiper-button-prev,.news-carousel .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1599.98px){.news-carousel .arrow-btn{font-size:1.0625rem}}@media(max-width: 1399.98px){.news-carousel .arrow-btn{font-size:1rem}}@media(max-width: 1199.98px){.news-carousel .arrow-btn{font-size:1.0625rem}}@media(max-width: 991.98px){.news-carousel .arrow-btn{font-size:1rem}}@media(max-width: 767.98px){.news-carousel .arrow-btn{font-size:1.0625rem}}@media(max-width: 575.98px){.news-carousel .arrow-btn{font-size:1rem}}.text-section+.news-carousel{padding-top:0}.board-of-directors{background:#265eff}@media(min-width: 992px){.board-of-directors{padding:6.25rem 0 7rem}}@media(max-width: 1599.98px){.board-of-directors h3,.board-of-directors .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.board-of-directors h3,.board-of-directors .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.board-of-directors h3,.board-of-directors .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.board-of-directors h3,.board-of-directors .h3{font-size:1.125rem}}@media(max-width: 991.98px){.board-of-directors h3,.board-of-directors .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.board-of-directors h3,.board-of-directors .h3{font-size:1.375rem}}@media(max-width: 767.98px){.board-of-directors h3,.board-of-directors .h3{font-size:1.25rem}}@media(max-width: 575.98px){.board-of-directors h3,.board-of-directors .h3{font-size:1.125rem}}.board-of-directors h2,.board-of-directors .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.board-of-directors h2,.board-of-directors .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.board-of-directors h2,.board-of-directors .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.board-of-directors h2,.board-of-directors .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.board-of-directors h2,.board-of-directors .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.board-of-directors h2,.board-of-directors .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.board-of-directors h2,.board-of-directors .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.board-of-directors h2,.board-of-directors .h2{font-size:3.375rem}}@media(max-width: 991.98px){.board-of-directors h2,.board-of-directors .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.board-of-directors h2,.board-of-directors .h2{font-size:4.125rem}}@media(max-width: 767.98px){.board-of-directors h2,.board-of-directors .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.board-of-directors h2,.board-of-directors .h2{font-size:3.75rem}}@media(max-width: 575.98px){.board-of-directors h2,.board-of-directors .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.board-of-directors h2,.board-of-directors .h2{font-size:3.375rem}}.board-of-directors p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.board-of-directors p{font-size:1.5rem}}@media(max-width: 1599.98px){.board-of-directors p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.board-of-directors p{font-size:1.375rem}}@media(max-width: 1399.98px){.board-of-directors p{font-size:1.25rem}}@media(max-width: 1199.98px){.board-of-directors p{font-size:1.125rem}}@media(max-width: 991.98px){.board-of-directors p{font-size:1.25rem}}@media(max-width: 767.98px){.board-of-directors p{font-size:1.125rem}}@media(max-width: 575.98px){.board-of-directors p{font-size:1rem}}@media(max-width: 1599.98px){.board-of-directors .file-btn{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.board-of-directors .file-btn{font-size:1.375rem}}@media(max-width: 1399.98px){.board-of-directors .file-btn{font-size:1.25rem}}@media(max-width: 1199.98px){.board-of-directors .file-btn{font-size:1.125rem}}@media(max-width: 991.98px){.board-of-directors .file-btn{font-size:1.25rem}}@media(max-width: 767.98px){.board-of-directors .file-btn{font-size:1.125rem}}@media(max-width: 575.98px){.board-of-directors .file-btn{font-size:1rem}}@media(max-width: 1599.98px){.board-of-directors .file-btn .pdf-text,.board-of-directors .file-btn .size-text{font-size:1.0625rem}}@media(max-width: 1399.98px){.board-of-directors .file-btn .pdf-text,.board-of-directors .file-btn .size-text{font-size:1rem}}@media(max-width: 1199.98px){.board-of-directors .file-btn .pdf-text,.board-of-directors .file-btn .size-text{font-size:0.9375rem}}@media(max-width: 991.98px){.board-of-directors .file-btn .pdf-text,.board-of-directors .file-btn .size-text{font-size:1rem}}@media(max-width: 767.98px){.board-of-directors .file-btn .pdf-text,.board-of-directors .file-btn .size-text{font-size:0.9375rem}}@media(max-width: 575.98px){.board-of-directors .file-btn .pdf-text,.board-of-directors .file-btn .size-text{font-size:0.875rem}}.board-of-directors .file-btn i{font-size:calc(1.28125rem + 0.375vw)}@media(min-width: 1200px){.board-of-directors .file-btn i{font-size:1.5625rem}}@media(max-width: 1599.98px){.board-of-directors .file-btn i{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.board-of-directors .file-btn i{font-size:1.4375rem}}@media(max-width: 1399.98px){.board-of-directors .file-btn i{font-size:calc(1.25625rem + 0.075vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.board-of-directors .file-btn i{font-size:1.3125rem}}@media(max-width: 1199.98px){.board-of-directors .file-btn i{font-size:1.1875rem}}@media(max-width: 991.98px){.board-of-directors .file-btn i{font-size:calc(1.25625rem + 0.075vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.board-of-directors .file-btn i{font-size:1.3125rem}}@media(max-width: 767.98px){.board-of-directors .file-btn i{font-size:1.1875rem}}@media(max-width: 575.98px){.board-of-directors .file-btn i{font-size:1.0625rem}}@media(min-width: 992px){.board-of-directors .carousel-wrapper{max-width:none;padding-right:0 !important}.board-of-directors .carousel-wrapper>.row{margin-right:0 !important}.board-of-directors .carousel-wrapper>.row>[class*=col]{padding-right:0 !important}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide{border-radius:1rem;transition:box-shadow .4s,max-width .4s;cursor:pointer;color:#0f0f0f;height:286px !important}@media(min-width: 420px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide{height:336px !important}}@media(min-width: 576px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide{height:386px !important}}@media(min-width: 768px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide{height:436px !important}}@media(min-width: 992px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide{height:auto !important;min-height:386px;max-width:calc((((960px - 1.5rem) + (100vw - (960px - 1.5rem)) / 2) / 2) - 1.5rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:calc((((960px - 1.5rem) + (100vw - (960px - 1.5rem)) / 2) / 1.55) - 1.5rem)}}@media(min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide{max-width:calc((((1140px - 1.5rem) + (100vw - (1140px - 1.5rem)) / 2) / 2) - 1.5rem);min-height:436px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:calc((((1140px - 1.5rem) + (100vw - (1140px - 1.5rem)) / 2) / 1.7) - 1.5rem)}}@media(min-width: 1400px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide{max-width:calc((((1320px - 1.5rem) + (100vw - (1320px - 1.5rem)) / 2) / 2) - 1.5rem);min-height:486px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:calc((((1320px - 1.5rem) + (100vw - (1320px - 1.5rem)) / 2) / 1.9) - 1.5rem)}}@media(min-width: 1600px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide{max-width:33.369%;min-height:536px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:44.686%}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:59px}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:54px}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:49px}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:44px}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:54px}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:49px}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:44px}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:39px}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:2.5rem}}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:2.25rem}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:2rem}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:1.75rem}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:2.25rem}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:2rem}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:1.75rem}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:1.5rem}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button{width:59px;height:59px;border:1px solid #707070;transition:all .4s;pointer-events:none}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:20px;height:20px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross:before,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross:after{content:"";position:absolute;background:#707070}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross:before{width:100%;height:2px;left:0}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross:after{width:2px;height:100%;top:0}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button{width:54px;height:54px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:18px;height:18px}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button{width:49px;height:49px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:16px;height:16px}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button{width:44px;height:44px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:14px;height:14px}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button{width:54px;height:54px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:18px;height:18px}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button{width:49px;height:49px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:16px;height:16px}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button{width:44px;height:44px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:14px;height:14px}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button{width:39px;height:39px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:12px;height:12px}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin{margin-top:auto}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:calc(1.25625rem + 0.075vw)}@media(min-width: 1200px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:1.3125rem}}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:1.25rem}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:1.1875rem}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:1.125rem}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:1.25rem}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:1.1875rem}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:1.125rem}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content h4,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .h4{font-size:1.0625rem}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor{display:none}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{overflow:auto;max-height:calc(700px - (3rem * 2) - (59px * 2) - .5rem)}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{max-height:calc(650px - (3rem * 2) - (54px * 2) - .5rem)}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{max-height:calc(600px - (1.5rem * 2) - (49px * 2) - .5rem)}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{max-height:calc(550px - (1.5rem * 2) - (44px * 2) - .5rem)}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{max-height:calc(436px - (1.5rem * 2) - (54px * 2) - .5rem)}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{max-height:calc(386px - (1.5rem * 2) - (49px * 2) - .5rem)}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{max-height:calc(336px - (1.5rem * 2) - (44px * 2) - .5rem)}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{max-height:calc(286px - (1.5rem * 2) - (39px * 2) - .5rem)}}@-moz-document url-prefix(){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{scrollbar-color:#265eff #fff;scrollbar-width:thin}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper::-webkit-scrollbar{width:3px}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper::-webkit-scrollbar-track{background:#fff}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper::-webkit-scrollbar-thumb{background:#265eff}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul{padding-left:1.125rem}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul{padding-left:1rem}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul{padding-left:.75rem}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul{padding-left:.5rem}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul{padding-left:1rem}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul{padding-left:.75rem}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul{padding-left:.5rem}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul{padding-left:.25rem}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li{padding-left:calc(12px + 1.125rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li:before{top:7px}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li{padding-left:calc(11px + 1rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li:before{width:11px;height:11px;top:6px}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li{padding-left:calc(10px + .75rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li:before{width:10px;height:10px}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li{padding-left:calc(9px + .5rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li:before{width:9px;height:9px}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li{padding-left:calc(11px + 1rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li:before{width:10px;height:10px}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li{padding-left:calc(9px + .75rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li:before{width:9px;height:9px;top:7px}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li{padding-left:calc(8px + .5rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li:before{width:8px;height:8px}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li{padding-left:calc(7px + .5rem)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul li:before{width:7px;height:7px}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:1.125rem}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:1.0625rem}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:1rem}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:0.9375rem}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:1.0625rem}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:1rem}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:0.9375rem}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:0.875rem}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p:not(:last-child),.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul:not(:last-child){margin-bottom:1rem}@media(min-width: 1400px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p:not(:last-child),.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul:not(:last-child){margin-bottom:2rem}}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide:hover{box-shadow:0 7px 16px rgba(112,112,112,.3)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide:hover button{background:#265eff !important;border-color:#265eff}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide:hover button .cross:before,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide:hover button .cross:after{background:#fff}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened{box-shadow:0 7px 16px rgba(112,112,112,.3);cursor:auto}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened button{pointer-events:all}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened button.close-btn{background:#265eff !important;border-color:#265eff;transform:translateY(-100%) rotate(45deg)}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened button.close-btn .cross:before,.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened button.close-btn .cross:after{background:#fff}.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened:has(button.close-btn) .title{padding-right:calc(59px + 1.5rem)}@media(max-width: 1599.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened:has(button.close-btn) .title{padding-right:calc(54px + 1.5rem)}}@media(max-width: 1399.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened:has(button.close-btn) .title{padding-right:calc(49px + 1.5rem)}}@media(max-width: 1199.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened:has(button.close-btn) .title{padding-right:calc(44px + 1.5rem)}}@media(max-width: 991.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened:has(button.close-btn) .title{padding-right:calc(54px + 1.5rem)}}@media(max-width: 767.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened:has(button.close-btn) .title{padding-right:calc(49px + 1.5rem)}}@media(max-width: 575.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened:has(button.close-btn) .title{padding-right:calc(44px + 1.5rem)}}@media(max-width: 419.98px){.board-of-directors .carousel-wrapper .directors-carousel .swiper-slide.opened:has(button.close-btn) .title{padding-right:calc(39px + 1.5rem)}}@media(min-width: 1400px){.board-of-directors .navigation-wrapper{margin-top:3.5rem !important}}.board-of-directors .navigation-wrapper .swiper-scrollbar{background:#3f71ff !important}.board-of-directors .navigation-wrapper .swiper-scrollbar .swiper-scrollbar-drag{background:#9bbaff !important}@media(max-width: 1599.98px){.board-of-directors .navigation-wrapper .swiper-button-prev,.board-of-directors .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.board-of-directors .navigation-wrapper .swiper-button-prev,.board-of-directors .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.board-of-directors .navigation-wrapper .swiper-button-prev,.board-of-directors .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.board-of-directors .navigation-wrapper .swiper-button-prev,.board-of-directors .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.board-of-directors .navigation-wrapper .swiper-button-prev,.board-of-directors .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.board-of-directors .navigation-wrapper .swiper-button-prev,.board-of-directors .navigation-wrapper .swiper-button-next{font-size:1rem}}.board-of-directors.bg-gray{background:#e8ecf3}@media(min-width: 768px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide{max-width:calc(50% - 12px)}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:calc(50% - 12px)}}@media(min-width: 992px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide{height:385px !important;max-width:calc((((960px - 1.5rem) + (100vw - 960px) / 2) / 3) - 12px)}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:calc((((960px - 1.5rem) + (100vw - 960px) / 2) / 3) - 12px)}}@media(min-width: 1200px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide{max-width:calc((((1140px - 1.5rem) + (100vw - (1140px - 1.5rem)) / 2) / 3) - 24px);height:455px !important}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:calc((((1140px - 1.5rem) + (100vw - (1140px - 1.5rem)) / 2) / 3) - 24px)}}@media(min-width: 1400px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide{max-width:calc((((1320px - 1.5rem) + (100vw - (1320px - 1.5rem)) / 2) / 3) - 24px);height:525px !important}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:calc((((1320px - 1.5rem) + (100vw - (1320px - 1.5rem)) / 2) / 3) - 24px)}}@media(min-width: 1600px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide{max-width:29.0852%;height:595px !important}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide.opened{max-width:29.0852%}}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .title{min-height:auto;transition:flex .4s}@media(min-width: 768px)and (max-width: 991.98px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:calc(1.3rem + 0.6vw)}}@media(min-width: 768px)and (max-width: 991.98px)and (min-width: 1200px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .title h2,.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .title .h2{font-size:1.75rem}}@media(min-width: 768px)and (max-width: 991.98px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide button{width:44px;height:44px}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide button .cross{width:14px;height:14px}}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin{overflow-y:auto;overflow-x:hidden}@-moz-document url-prefix(){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin{scrollbar-color:#265eff #fff;scrollbar-width:thin}}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin::-webkit-scrollbar{width:3px}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin::-webkit-scrollbar-track{background:#fff}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin::-webkit-scrollbar-thumb{background:#265eff}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .wrapper{max-height:none;overflow:visible}@media(min-width: 768px)and (max-width: 991.98px){.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p,.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor li,.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor h5,.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor .h5{font-size:0.9375rem}}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor p:not(:last-child),.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide .toggle-margin .content .editor ul:not(:last-child){margin-bottom:1rem}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide.opened .title{flex:0 1 auto !important;flex-wrap:nowrap !important;margin-bottom:1.5rem}.board-of-directors.bg-gray .carousel-wrapper .directors-carousel .swiper-slide.opened button{transform:rotate(45deg)}.board-of-directors.bg-gray .navigation-wrapper .swiper-scrollbar{background:#ced2d6 !important}.board-of-directors.bg-gray .navigation-wrapper .swiper-scrollbar .swiper-scrollbar-drag{background:#0f0f0f !important}.text-section.bg-gray+.board-of-directors.bg-gray{padding-top:0}@media(min-width: 992px){.news{padding:6.875rem 0 6.5rem}}@media(max-width: 1599.98px){.news h3,.news .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.news h3,.news .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.news h3,.news .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.news h3,.news .h3{font-size:1.125rem}}@media(max-width: 991.98px){.news h3,.news .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.news h3,.news .h3{font-size:1.375rem}}@media(max-width: 767.98px){.news h3,.news .h3{font-size:1.25rem}}@media(max-width: 575.98px){.news h3,.news .h3{font-size:1.125rem}}.news .editor h2,.news .editor .h2{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.news .editor h2,.news .editor .h2{font-size:2.25rem}}@media(max-width: 1599.98px){.news .editor h2,.news .editor .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.news .editor h2,.news .editor .h2{font-size:2rem}}@media(max-width: 1399.98px){.news .editor h2,.news .editor .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.news .editor h2,.news .editor .h2{font-size:1.75rem}}@media(max-width: 1199.98px){.news .editor h2,.news .editor .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.news .editor h2,.news .editor .h2{font-size:1.5rem}}@media(max-width: 991.98px){.news .editor h2,.news .editor .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.news .editor h2,.news .editor .h2{font-size:2rem}}@media(max-width: 767.98px){.news .editor h2,.news .editor .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.news .editor h2,.news .editor .h2{font-size:1.75rem}}@media(max-width: 575.98px){.news .editor h2,.news .editor .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.news .editor h2,.news .editor .h2{font-size:1.5rem}}.news #filters{margin-top:4rem;margin-bottom:1.5rem}@media(min-width: 992px){.news #filters{margin-top:4.125rem;margin-bottom:3.5rem}}.news #filters h5,.news #filters .h5{color:#9a9a9a;letter-spacing:2px}@media(min-width: 1400px){.news #filters h5,.news #filters .h5{margin-bottom:2.125rem !important}}.news #filters .select2{margin-top:.5rem;max-width:140px}@media(max-width: 1599.98px){.news #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:55px !important;padding-right:calc(1.5rem + 1rem + 17px) !important}}@media(max-width: 1399.98px){.news #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:50px !important;padding-right:calc(1.5rem + 1rem + 16px) !important}}@media(max-width: 1199.98px){.news #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:55px !important;padding-right:calc(1.5rem + 1rem + 17px) !important}}@media(max-width: 991.98px){.news #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:50px !important;padding-right:calc(1.5rem + 1rem + 16px) !important}}@media(max-width: 767.98px){.news #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:55px !important;padding-right:calc(1.5rem + 1rem + 17px) !important}}@media(max-width: 575.98px){.news #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:50px !important;padding-right:calc(1.5rem + 1rem + 16px) !important}}.news #filters .select2 .select2-selection__arrow{right:1.5rem !important}.news #filters .select2.select2-container--open .select2-selection--single{border-bottom:0 !important;border-radius:1.9rem 1.9rem 0 0 !important}.news #filters .tags button{font-size:1.125rem;transition:all .3s;padding-right:1.75rem !important}.news #filters .tags button.active{background:#0f0f0f !important;color:#fff;border-color:#0f0f0f}.news #filters .select2 .select2-selection--single,.news #filters .tags button{border-radius:3rem !important;border:1px solid #cacbd2 !important;height:60px !important}@media(max-width: 1599.98px){.news #filters .select2 .select2-selection--single,.news #filters .tags button{height:55px !important}}@media(max-width: 1399.98px){.news #filters .select2 .select2-selection--single,.news #filters .tags button{height:50px !important}}@media(max-width: 1199.98px){.news #filters .select2 .select2-selection--single,.news #filters .tags button{height:55px !important}}@media(max-width: 991.98px){.news #filters .select2 .select2-selection--single,.news #filters .tags button{height:50px !important}}@media(max-width: 767.98px){.news #filters .select2 .select2-selection--single,.news #filters .tags button{height:55px !important}}@media(max-width: 575.98px){.news #filters .select2 .select2-selection--single,.news #filters .tags button{height:50px !important}}.news #filters .select2 .select2-selection--single .select2-selection__rendered,.news #filters .tags button{padding-left:1.75rem !important}@media(min-width: 1600px){.news #news-list{margin-left:calc(var(--bs-gutter-x) / -2 - 0.5rem);margin-right:calc(var(--bs-gutter-x) / -2 - 0.5rem)}}.news #news-list .img-wrapper{padding-top:68.71671%;border-radius:1rem}.news #news-list .img-wrapper img{transition:transform .3s cubic-bezier(0.16, 0.01, 0.77, 1);transform-origin:left top;-o-object-fit:cover;object-fit:cover}.news #news-list .img-wrapper:hover img{transform:scale(1.05)}.news #news-list .content{padding:2.25rem 0 3rem}@media(max-width: 1599.98px){.news #news-list .content{padding:2rem 0 2.5rem}}@media(max-width: 1399.98px){.news #news-list .content{padding:1.5rem 0 2rem}}@media(max-width: 1199.98px){.news #news-list .content{padding:2rem 0 2.5rem}}@media(max-width: 991.98px){.news #news-list .content{padding:1.5rem 0 2rem}}@media(max-width: 767.98px){.news #news-list .content{padding:2rem 0 2.5rem}}@media(max-width: 575.98px){.news #news-list .content{padding:1.5rem 0 2rem}}.news #news-list .content h4,.news #news-list .content .h4{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.news #news-list .content h4,.news #news-list .content .h4{font-size:1.875rem}}@media(max-width: 1599.98px){.news #news-list .content h4,.news #news-list .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.news #news-list .content h4,.news #news-list .content .h4{font-size:1.625rem}}@media(max-width: 1399.98px){.news #news-list .content h4,.news #news-list .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.news #news-list .content h4,.news #news-list .content .h4{font-size:1.375rem}}@media(max-width: 1199.98px){.news #news-list .content h4,.news #news-list .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.news #news-list .content h4,.news #news-list .content .h4{font-size:1.625rem}}@media(max-width: 991.98px){.news #news-list .content h4,.news #news-list .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.news #news-list .content h4,.news #news-list .content .h4{font-size:1.375rem}}@media(max-width: 767.98px){.news #news-list .content h4,.news #news-list .content .h4{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.news #news-list .content h4,.news #news-list .content .h4{font-size:1.625rem}}@media(max-width: 575.98px){.news #news-list .content h4,.news #news-list .content .h4{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.news #news-list .content h4,.news #news-list .content .h4{font-size:1.375rem}}.news #news-list .content h4 a,.news #news-list .content .h4 a{color:#0f0f0f;transition:background-size .35s cubic-bezier(0.645, 0.045, 0.355, 1);background-image:linear-gradient(90deg, #0F0F0F 0, #0F0F0F);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);display:inline}.news #news-list .content h4 a:hover,.news #news-list .content .h4 a:hover{background-size:100% 1px}@media(min-width: 1600px){.news #news-list .content .info{margin-top:2rem !important}}@media(max-width: 1599.98px){.news #news-list .content .info .date{font-size:0.9375rem}}@media(max-width: 1399.98px){.news #news-list .content .info .date{font-size:0.875rem}}@media(max-width: 1199.98px){.news #news-list .content .info .date{font-size:0.9375rem}}@media(max-width: 991.98px){.news #news-list .content .info .date{font-size:0.875rem}}@media(max-width: 767.98px){.news #news-list .content .info .date{font-size:0.9375rem}}@media(max-width: 575.98px){.news #news-list .content .info .date{font-size:0.875rem}}.news #news-list .content .info ul li a{font-size:1.1875rem}@media(max-width: 1599.98px){.news #news-list .content .info ul li a{font-size:1.125rem}}@media(max-width: 1399.98px){.news #news-list .content .info ul li a{font-size:1.0625rem}}@media(max-width: 1199.98px){.news #news-list .content .info ul li a{font-size:1.125rem}}@media(max-width: 991.98px){.news #news-list .content .info ul li a{font-size:1.0625rem}}@media(max-width: 767.98px){.news #news-list .content .info ul li a{font-size:1.125rem}}@media(max-width: 575.98px){.news #news-list .content .info ul li a{font-size:1.0625rem}}.news:not(.no-images)+.text-section:not(.bg-gray){padding-top:0}@media(max-width: 1599.98px){.news #filters h5,.news #filters .h5,.news #filters .tags button,.news #filters .select2 .select2-selection--single .select2-selection__rendered,.news #filters .select2 .select2-selection--single .select2-selection__arrow:before,.news~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 1399.98px){.news #filters h5,.news #filters .h5,.news #filters .tags button,.news #filters .select2 .select2-selection--single .select2-selection__rendered,.news #filters .select2 .select2-selection--single .select2-selection__arrow:before,.news~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}@media(max-width: 1199.98px){.news #filters h5,.news #filters .h5,.news #filters .tags button,.news #filters .select2 .select2-selection--single .select2-selection__rendered,.news #filters .select2 .select2-selection--single .select2-selection__arrow:before,.news~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 991.98px){.news #filters h5,.news #filters .h5,.news #filters .tags button,.news #filters .select2 .select2-selection--single .select2-selection__rendered,.news #filters .select2 .select2-selection--single .select2-selection__arrow:before,.news~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}@media(max-width: 767.98px){.news #filters h5,.news #filters .h5,.news #filters .tags button,.news #filters .select2 .select2-selection--single .select2-selection__rendered,.news #filters .select2 .select2-selection--single .select2-selection__arrow:before,.news~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 575.98px){.news #filters h5,.news #filters .h5,.news #filters .tags button,.news #filters .select2 .select2-selection--single .select2-selection__rendered,.news #filters .select2 .select2-selection--single .select2-selection__arrow:before,.news~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}.regulatory-announcements{background:#ededed}@media(min-width: 992px){.regulatory-announcements{padding:4.75rem 0 5rem}}@media(max-width: 1599.98px){.regulatory-announcements h3,.regulatory-announcements .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.regulatory-announcements h3,.regulatory-announcements .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.regulatory-announcements h3,.regulatory-announcements .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.regulatory-announcements h3,.regulatory-announcements .h3{font-size:1.125rem}}@media(max-width: 991.98px){.regulatory-announcements h3,.regulatory-announcements .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.regulatory-announcements h3,.regulatory-announcements .h3{font-size:1.375rem}}@media(max-width: 767.98px){.regulatory-announcements h3,.regulatory-announcements .h3{font-size:1.25rem}}@media(max-width: 575.98px){.regulatory-announcements h3,.regulatory-announcements .h3{font-size:1.125rem}}@media(min-width: 1600px){.regulatory-announcements #regulatory-announcements-carousel{margin-top:4rem !important}}.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .blue{color:#0a47ff !important}.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:calc(1.4125rem + 1.95vw);line-height:1.1}@media(min-width: 1200px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:2.875rem}}@media(max-width: 1599.98px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:2.625rem}}@media(max-width: 1399.98px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:calc(1.3625rem + 1.35vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:2.375rem}}@media(max-width: 1199.98px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:calc(1.3375rem + 1.05vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:2.125rem}}@media(max-width: 991.98px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:calc(1.375rem + 1.5vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:2.5rem}}@media(max-width: 767.98px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:2.25rem}}@media(max-width: 575.98px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2{font-size:2rem}}.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2 a,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2 a{color:#0f0f0f;transition:background-size .35s cubic-bezier(0.645, 0.045, 0.355, 1);background-image:linear-gradient(90deg, #0F0F0F 0, #0F0F0F);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);display:inline}.regulatory-announcements #regulatory-announcements-carousel .swiper-slide h2 a:hover,.regulatory-announcements #regulatory-announcements-carousel .swiper-slide .h2 a:hover{background-size:100% 1px}.regulatory-announcements .navigation-wrapper{margin-bottom:1.5rem}@media(min-width: 992px){.regulatory-announcements .navigation-wrapper{margin-top:4.625rem !important}}@media(min-width: 1600px){.regulatory-announcements .navigation-wrapper{margin-bottom:2.25rem}}.regulatory-announcements .navigation-wrapper .swiper-scrollbar{background:#dedfe1}@media(max-width: 1599.98px){.regulatory-announcements .navigation-wrapper .swiper-button-prev,.regulatory-announcements .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.regulatory-announcements .navigation-wrapper .swiper-button-prev,.regulatory-announcements .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.regulatory-announcements .navigation-wrapper .swiper-button-prev,.regulatory-announcements .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.regulatory-announcements .navigation-wrapper .swiper-button-prev,.regulatory-announcements .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.regulatory-announcements .navigation-wrapper .swiper-button-prev,.regulatory-announcements .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.regulatory-announcements .navigation-wrapper .swiper-button-prev,.regulatory-announcements .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1599.98px){.regulatory-announcements .arrow-btn{font-size:1.0625rem}}@media(max-width: 1399.98px){.regulatory-announcements .arrow-btn{font-size:1rem}}@media(max-width: 1199.98px){.regulatory-announcements .arrow-btn{font-size:1.0625rem}}@media(max-width: 991.98px){.regulatory-announcements .arrow-btn{font-size:1rem}}@media(max-width: 767.98px){.regulatory-announcements .arrow-btn{font-size:1.0625rem}}@media(max-width: 575.98px){.regulatory-announcements .arrow-btn{font-size:1rem}}@media(min-width: 992px){.regulatory-announcements+.text-section{padding:4.875rem 0 4.1875rem}}.social-feed{background:#ededed}@media(min-width: 992px){.social-feed{padding:7.125rem 0 6rem}}@media(max-width: 1599.98px){.social-feed h3,.social-feed .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.social-feed h3,.social-feed .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.social-feed h3,.social-feed .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.social-feed h3,.social-feed .h3{font-size:1.125rem}}@media(max-width: 991.98px){.social-feed h3,.social-feed .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.social-feed h3,.social-feed .h3{font-size:1.375rem}}@media(max-width: 767.98px){.social-feed h3,.social-feed .h3{font-size:1.25rem}}@media(max-width: 575.98px){.social-feed h3,.social-feed .h3{font-size:1.125rem}}.social-feed .editor h2,.social-feed .editor .h2{font-size:calc(1.475rem + 2.7vw)}@media(min-width: 1200px){.social-feed .editor h2,.social-feed .editor .h2{font-size:3.5rem}}@media(max-width: 1599.98px){.social-feed .editor h2,.social-feed .editor .h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.social-feed .editor h2,.social-feed .editor .h2{font-size:3.25rem}}@media(max-width: 1399.98px){.social-feed .editor h2,.social-feed .editor .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.social-feed .editor h2,.social-feed .editor .h2{font-size:3rem}}@media(max-width: 1199.98px){.social-feed .editor h2,.social-feed .editor .h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.social-feed .editor h2,.social-feed .editor .h2{font-size:2.75rem}}@media(max-width: 991.98px){.social-feed .editor h2,.social-feed .editor .h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.social-feed .editor h2,.social-feed .editor .h2{font-size:3.25rem}}@media(max-width: 767.98px){.social-feed .editor h2,.social-feed .editor .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.social-feed .editor h2,.social-feed .editor .h2{font-size:3rem}}@media(max-width: 575.98px){.social-feed .editor h2,.social-feed .editor .h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.social-feed .editor h2,.social-feed .editor .h2{font-size:2.75rem}}.social-feed [data-elfsight-app-lazy]{margin-top:4rem}@media(min-width: 992px){.social-feed [data-elfsight-app-lazy]{margin-top:5.875rem}}@media(min-width: 992px){.press-kit{padding-bottom:5.875rem}}.press-kit h5,.press-kit .h5{color:#818181}@media(min-width: 576px){.press-kit .container.ps-sm-0{max-width:none;padding-right:0 !important}.press-kit .container.ps-sm-0>.row{margin-right:0 !important}.press-kit .container.ps-sm-0>.row>[class*=col]{padding-right:0 !important}}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .img-wrapper{border-radius:1.25rem}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .img-wrapper img{-o-object-fit:cover;object-fit:cover}@media(min-width: 576px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.horizontal{max-width:66.6666666667%}}@media(min-width: 768px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.horizontal{max-width:58.3333333333%}}@media(min-width: 992px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.horizontal{max-width:41.6666666667%}}@media(min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.horizontal{max-width:34.797%}}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.horizontal .img-wrapper{padding-top:71.42857%}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.vertical{max-width:48.935%}@media(min-width: 576px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.vertical{max-width:32.625%}}@media(min-width: 768px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.vertical{max-width:28.55%}}@media(min-width: 992px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.vertical{max-width:20.3793%}}@media(min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.vertical{max-width:17.0281%}}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide.vertical .img-wrapper{padding-top:145.96409%}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content{padding:1.25rem 0}@media(max-width: 1599.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h3,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h3,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h3,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h3,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h3{font-size:1.125rem}}@media(max-width: 991.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h3,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h3,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h3{font-size:1.375rem}}@media(max-width: 767.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h3,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h3{font-size:1.25rem}}@media(max-width: 575.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h3,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h3{font-size:1.125rem}}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:calc(1.325rem + 0.9vw);line-height:1.1}@media(min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:2rem}}@media(max-width: 1599.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:1.75rem}}@media(max-width: 1399.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:1.5rem}}@media(max-width: 1199.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:1.375rem}}@media(max-width: 991.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:1.75rem}}@media(max-width: 767.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:1.5rem}}@media(max-width: 575.98px){.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content h2,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .h2{font-size:1.25rem}}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn{font-size:1.125rem}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn span,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn i{font-size:inherit}.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn i:before{color:#265eff}@media(max-width: 1599.98px){.press-kit h5,.press-kit .h5,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn{font-size:1.0625rem}}@media(max-width: 1399.98px){.press-kit h5,.press-kit .h5,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn{font-size:1rem}}@media(max-width: 1199.98px){.press-kit h5,.press-kit .h5,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn{font-size:0.9375rem}}@media(max-width: 991.98px){.press-kit h5,.press-kit .h5,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn{font-size:1.0625rem}}@media(max-width: 767.98px){.press-kit h5,.press-kit .h5,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn{font-size:1rem}}@media(max-width: 575.98px){.press-kit h5,.press-kit .h5,.press-kit .container.ps-sm-0 #press-kit-carousel .swiper-slide .content .file-btn{font-size:0.9375rem}}@media(min-width: 1600px){.press-kit .navigation-wrapper{margin-top:calc(4.1875rem - 1.25rem) !important}}.press-kit .navigation-wrapper .swiper-scrollbar{background:#dedfe1}@media(max-width: 1599.98px){.press-kit .navigation-wrapper .swiper-button-prev,.press-kit .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.press-kit .navigation-wrapper .swiper-button-prev,.press-kit .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.press-kit .navigation-wrapper .swiper-button-prev,.press-kit .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.press-kit .navigation-wrapper .swiper-button-prev,.press-kit .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.press-kit .navigation-wrapper .swiper-button-prev,.press-kit .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.press-kit .navigation-wrapper .swiper-button-prev,.press-kit .navigation-wrapper .swiper-button-next{font-size:1rem}}.text-section+.press-kit{padding-top:0}.videos-gallery{background:#265eff}@media(min-width: 992px){.videos-gallery{padding:4.125rem 0 8rem}}.videos-gallery h5,.videos-gallery .h5{letter-spacing:2px}@media(min-width: 992px){.videos-gallery h5,.videos-gallery .h5{margin-bottom:2.625rem !important}}@media(max-width: 1599.98px){.videos-gallery h5,.videos-gallery .h5{font-size:1.0625rem}}@media(max-width: 1399.98px){.videos-gallery h5,.videos-gallery .h5{font-size:1rem}}@media(max-width: 1199.98px){.videos-gallery h5,.videos-gallery .h5{font-size:0.9375rem}}@media(max-width: 991.98px){.videos-gallery h5,.videos-gallery .h5{font-size:1.0625rem}}@media(max-width: 767.98px){.videos-gallery h5,.videos-gallery .h5{font-size:1rem}}@media(max-width: 575.98px){.videos-gallery h5,.videos-gallery .h5{font-size:0.9375rem}}.videos-gallery #videos-carousel .swiper-slide .video-wrapper{padding-top:53.36748%;border-radius:1rem 1rem 0 0;cursor:pointer}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn{width:140px;height:140px}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:30px solid transparent;border-bottom:30px solid transparent;border-left:56px solid #fff}@media(max-width: 1599.98px){.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn{width:120px;height:120px}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:26px solid transparent;border-bottom:26px solid transparent;border-left:48px solid #fff}}@media(max-width: 1399.98px){.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn{width:100px;height:100px}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:22px solid transparent;border-bottom:22px solid transparent;border-left:40px solid #fff}}@media(max-width: 1199.98px){.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn{width:80px;height:80px}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:32px solid #fff}}@media(max-width: 991.98px){.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn{width:120px;height:120px}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:26px solid transparent;border-bottom:26px solid transparent;border-left:48px solid #fff}}@media(max-width: 767.98px){.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn{width:100px;height:100px}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:22px solid transparent;border-bottom:22px solid transparent;border-left:40px solid #fff}}@media(max-width: 575.98px){.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn{width:80px;height:80px}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:32px solid #fff}}.videos-gallery #videos-carousel .swiper-slide .content{border-radius:0 0 1rem 1rem;padding:2.375rem 3.625rem 2.5rem}@media(max-width: 1599.98px){.videos-gallery #videos-carousel .swiper-slide .content{padding:1.5rem 3rem}}@media(max-width: 1399.98px){.videos-gallery #videos-carousel .swiper-slide .content{padding:1.5rem}}@media(max-width: 1199.98px){.videos-gallery #videos-carousel .swiper-slide .content{padding:1.5rem 1rem}}@media(max-width: 991.98px){.videos-gallery #videos-carousel .swiper-slide .content{padding:1.5rem 3rem}}@media(max-width: 767.98px){.videos-gallery #videos-carousel .swiper-slide .content{padding:1.5rem}}@media(max-width: 575.98px){.videos-gallery #videos-carousel .swiper-slide .content{padding:1.5rem 1rem}}.videos-gallery #videos-carousel .swiper-slide .content .duration{font-size:1.0625rem}@media(max-width: 1599.98px){.videos-gallery #videos-carousel .swiper-slide .content .duration{font-size:1rem}}@media(max-width: 1399.98px){.videos-gallery #videos-carousel .swiper-slide .content .duration{font-size:0.9375rem}}@media(max-width: 1199.98px){.videos-gallery #videos-carousel .swiper-slide .content .duration{font-size:0.875rem}}@media(max-width: 991.98px){.videos-gallery #videos-carousel .swiper-slide .content .duration{font-size:1rem}}@media(max-width: 767.98px){.videos-gallery #videos-carousel .swiper-slide .content .duration{font-size:0.9375rem}}@media(max-width: 575.98px){.videos-gallery #videos-carousel .swiper-slide .content .duration{font-size:0.875rem}}.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:calc(1.34375rem + 1.125vw)}@media(min-width: 1200px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:2.1875rem}}@media(max-width: 1599.98px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:calc(1.31875rem + 0.825vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:1.9375rem}}@media(max-width: 1399.98px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:calc(1.29375rem + 0.525vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:1.6875rem}}@media(max-width: 1199.98px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:1.4375rem}}@media(max-width: 991.98px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:calc(1.31875rem + 0.825vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:1.9375rem}}@media(max-width: 767.98px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:calc(1.29375rem + 0.525vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:1.6875rem}}@media(max-width: 575.98px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.videos-gallery #videos-carousel .swiper-slide .content h2,.videos-gallery #videos-carousel .swiper-slide .content .h2{font-size:1.4375rem}}@media(min-width: 992px){.videos-gallery .thumbs-wrapper{padding-right:calc(10px + .75rem)}}@media(min-width: 1200px){.videos-gallery .thumbs-wrapper{padding-right:calc(12px + .75rem)}}@media(min-width: 1400px){.videos-gallery .thumbs-wrapper{padding-right:calc(14px + .75rem)}}@media(min-width: 1600px){.videos-gallery .thumbs-wrapper{padding-right:calc(16px + .75rem)}}@media(max-width: 991.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel{height:auto !important}}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide{border-radius:1rem}@media(max-width: 991.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide{height:auto !important}}@media(min-width: 992px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide{padding:.5rem}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide:last-child{margin-bottom:0 !important}}@media(min-width: 1600px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide{padding:.875rem}}@media(min-width: 992px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col{width:37.41%}}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper{padding-top:59.21052%;border-radius:1rem}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn{width:68px;height:68px}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:24px solid #fff}@media(max-width: 1599.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn{width:64px;height:64px}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:22px solid #fff}}@media(max-width: 1399.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn{width:60px;height:60px}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:20px solid #fff}}@media(max-width: 1199.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn{width:56px;height:56px}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:18px solid #fff}}@media(max-width: 991.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn{width:64px;height:64px}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:22px solid #fff}}@media(max-width: 767.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn{width:60px;height:60px}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:20px solid #fff}}@media(max-width: 575.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn{width:56px;height:56px}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .custom-col .video-wrapper .img-wrapper .play-btn .arrow-right{border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:18px solid #fff}}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .duration{font-size:0.9375rem}@media(max-width: 1599.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .duration{font-size:0.875rem}}@media(max-width: 1399.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .duration{font-size:0.8125rem}}@media(max-width: 1199.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .duration{font-size:0.75rem}}.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content h3,.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .h3{font-size:calc(1.26875rem + 0.225vw);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@media(min-width: 1200px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content h3,.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .h3{font-size:1.4375rem}}@media(min-width: 1600px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content h3,.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .h3{-webkit-line-clamp:3;line-clamp:3}}@media(max-width: 1599.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content h3,.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .h3{font-size:calc(1.25625rem + 0.075vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content h3,.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .h3{font-size:1.3125rem}}@media(max-width: 1399.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content h3,.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .h3{font-size:1.1875rem}}@media(max-width: 1199.98px){.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content h3,.videos-gallery .thumbs-wrapper #thumbs-carousel .swiper-slide .content .h3{font-size:1.0625rem}}.videos-gallery .thumbs-wrapper .swiper-scrollbar{width:16px;background:#4575fe;right:0}@media(max-width: 1599.98px){.videos-gallery .thumbs-wrapper .swiper-scrollbar{width:14px}}@media(max-width: 1399.98px){.videos-gallery .thumbs-wrapper .swiper-scrollbar{width:12px}}@media(max-width: 1199.98px){.videos-gallery .thumbs-wrapper .swiper-scrollbar{width:10px}}.videos-gallery .thumbs-wrapper .swiper-scrollbar .swiper-scrollbar-drag{background:#fff}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper img,.videos-gallery #thumbs-carousel .swiper-slide .video-wrapper .img-wrapper img{-o-object-fit:cover;object-fit:cover}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn,.videos-gallery #thumbs-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn{background:rgba(0,0,0,.2)}.videos-gallery #videos-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right,.videos-gallery #thumbs-carousel .swiper-slide .video-wrapper .img-wrapper .play-btn .arrow-right{width:0;height:0}.subscription{background:#e8ecf3}.subscription form label,.subscription form .form-control,.subscription form button{font-size:1.125rem}@media(max-width: 1599.98px){.subscription form label,.subscription form .form-control,.subscription form button{font-size:1.0625rem}}@media(max-width: 1399.98px){.subscription form label,.subscription form .form-control,.subscription form button{font-size:1rem}}@media(max-width: 1199.98px){.subscription form label,.subscription form .form-control,.subscription form button{font-size:0.9375rem}}@media(max-width: 991.98px){.subscription form label,.subscription form .form-control,.subscription form button{font-size:1.0625rem}}@media(max-width: 767.98px){.subscription form label,.subscription form .form-control,.subscription form button{font-size:1rem}}@media(max-width: 575.98px){.subscription form label,.subscription form .form-control,.subscription form button{font-size:0.9375rem}}@media(min-width: 420px){.subscription form .subscription-wrapper{flex-direction:row !important}}.subscription form .subscription-wrapper .form-control,.subscription form .subscription-wrapper button{border-radius:4.375rem;height:70px;line-height:70px}@media(max-width: 1599.98px){.subscription form .subscription-wrapper .form-control,.subscription form .subscription-wrapper button{height:65px;line-height:65px}}@media(max-width: 1399.98px){.subscription form .subscription-wrapper .form-control,.subscription form .subscription-wrapper button{height:60px;line-height:60px}}@media(max-width: 1199.98px){.subscription form .subscription-wrapper .form-control,.subscription form .subscription-wrapper button{height:55px;line-height:55px}}@media(max-width: 991.98px){.subscription form .subscription-wrapper .form-control,.subscription form .subscription-wrapper button{height:65px;line-height:65px}}@media(max-width: 767.98px){.subscription form .subscription-wrapper .form-control,.subscription form .subscription-wrapper button{height:60px;line-height:60px}}@media(max-width: 575.98px){.subscription form .subscription-wrapper .form-control,.subscription form .subscription-wrapper button{height:55px;line-height:55px}}.subscription form .subscription-wrapper .custom-btn{background:#265eff;color:#fff;border-color:#265eff}.subscription form .subscription-wrapper .custom-btn:before{background:#fff}.subscription form .subscription-wrapper .custom-btn:hover{border-color:#cacbd2;color:#212121}@media(min-width: 420px){.subscription form .subscription-wrapper .custom-btn{margin-top:0 !important;margin-left:.5rem}}.subscription form .checkbox-wrapper{margin-top:2rem}.dividend{background:#265eff}@media(min-width: 992px){.dividend{padding:4.1875rem 0 9.6875rem}}.dividend h5,.dividend .h5{color:#88a7ff}@media(min-width: 992px){.dividend h5,.dividend .h5{letter-spacing:2px}}@media(max-width: 1599.98px){.dividend h5,.dividend .h5{font-size:1.0625rem}}@media(max-width: 1399.98px){.dividend h5,.dividend .h5{font-size:1rem}}@media(max-width: 1199.98px){.dividend h5,.dividend .h5{font-size:1.0625rem}}@media(max-width: 991.98px){.dividend h5,.dividend .h5{font-size:1rem}}@media(max-width: 767.98px){.dividend h5,.dividend .h5{font-size:1.0625rem}}@media(max-width: 575.98px){.dividend h5,.dividend .h5{font-size:1rem}}.dividend #filters{margin-bottom:3rem}@media(min-width: 1400px){.dividend #filters{margin-bottom:calc(6.125rem - 1.5rem)}}.dividend #filters .select2 .select2-selection--single .select2-selection__rendered{padding-left:1.75rem !important;font-weight:500 !important;padding-right:calc(1.5rem + 1rem + 14px) !important}@media(max-width: 1599.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:57px !important;padding-right:calc(1.5rem + 1rem + 13px) !important}}@media(max-width: 1399.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:52px !important;padding-right:calc(1.5rem + 1rem + 12px) !important}}@media(max-width: 1199.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:57px !important;padding-right:calc(1.5rem + 1rem + 13px) !important}}@media(max-width: 991.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:52px !important;padding-right:calc(1.5rem + 1rem + 12px) !important}}@media(max-width: 767.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:57px !important;padding-right:calc(1.5rem + 1rem + 13px) !important}}@media(max-width: 575.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered{line-height:52px !important;padding-right:calc(1.5rem + 1rem + 12px) !important}}.dividend #filters .select2 .select2-selection__arrow:before{font-size:0.875rem}@media(max-width: 1599.98px){.dividend #filters .select2 .select2-selection__arrow:before{font-size:0.8125rem}}@media(max-width: 1399.98px){.dividend #filters .select2 .select2-selection__arrow:before{font-size:0.75rem}}@media(max-width: 1199.98px){.dividend #filters .select2 .select2-selection__arrow:before{font-size:0.8125rem}}@media(max-width: 991.98px){.dividend #filters .select2 .select2-selection__arrow:before{font-size:0.75rem}}@media(max-width: 767.98px){.dividend #filters .select2 .select2-selection__arrow:before{font-size:0.8125rem}}@media(max-width: 575.98px){.dividend #filters .select2 .select2-selection__arrow:before{font-size:0.75rem}}.dividend #filters .select2.select2-container--open .select2-selection--single{border-bottom:0 !important;border-radius:1.9rem 1.9rem 0 0 !important}.dividend #filters button{background:#0f0f0f;width:62px;font-size:calc(1.2625rem + 0.15vw)}@media(min-width: 1200px){.dividend #filters button{font-size:1.375rem}}@media(max-width: 1599.98px){.dividend #filters button{width:57px;font-size:1.25rem}}@media(max-width: 1399.98px){.dividend #filters button{width:52px;font-size:1.125rem}}@media(max-width: 1199.98px){.dividend #filters button{width:57px;font-size:1.25rem}}@media(max-width: 991.98px){.dividend #filters button{width:52px;font-size:1.125rem}}@media(max-width: 767.98px){.dividend #filters button{width:57px;font-size:1.25rem}}@media(max-width: 575.98px){.dividend #filters button{width:52px;font-size:1.125rem}}.dividend #filters .select2 .select2-selection--single,.dividend #filters button{border-radius:3rem !important;border:0 !important;height:62px !important}@media(max-width: 1599.98px){.dividend #filters .select2 .select2-selection--single,.dividend #filters button{height:57px !important}}@media(max-width: 1399.98px){.dividend #filters .select2 .select2-selection--single,.dividend #filters button{height:52px !important}}@media(max-width: 1199.98px){.dividend #filters .select2 .select2-selection--single,.dividend #filters button{height:57px !important}}@media(max-width: 991.98px){.dividend #filters .select2 .select2-selection--single,.dividend #filters button{height:52px !important}}@media(max-width: 767.98px){.dividend #filters .select2 .select2-selection--single,.dividend #filters button{height:57px !important}}@media(max-width: 575.98px){.dividend #filters .select2 .select2-selection--single,.dividend #filters button{height:52px !important}}@media(max-width: 1599.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered,.dividend~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 1399.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered,.dividend~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}@media(max-width: 1199.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered,.dividend~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 991.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered,.dividend~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}@media(max-width: 767.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered,.dividend~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 575.98px){.dividend #filters .select2 .select2-selection--single .select2-selection__rendered,.dividend~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}.dividend~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-weight:500 !important}@media(min-width: 992px){.dividend #dividend-chart{margin-top:7.5rem !important}}.dividend .table-responsive>table{width:100%}@media(max-width: 991.98px){.dividend .table-responsive>table{table-layout:fixed}}.dividend .table-responsive>table tr th{font-weight:bold;font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.dividend .table-responsive>table tr th{font-size:1.5rem}}@media(max-width: 1599.98px){.dividend .table-responsive>table tr th{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.dividend .table-responsive>table tr th{font-size:1.375rem}}@media(max-width: 1399.98px){.dividend .table-responsive>table tr th{font-size:1.25rem}}@media(max-width: 1199.98px){.dividend .table-responsive>table tr th{font-size:1.125rem}}.dividend .table-responsive>table tr td{font-size:1.125rem}@media(max-width: 1599.98px){.dividend .table-responsive>table tr td{font-size:1.0625rem}}@media(max-width: 1399.98px){.dividend .table-responsive>table tr td{font-size:1rem}}@media(max-width: 1199.98px){.dividend .table-responsive>table tr td{font-size:0.9375rem}}@media(max-width: 991.98px){.dividend .table-responsive>table tr td{font-size:1.0625rem}}@media(max-width: 767.98px){.dividend .table-responsive>table tr td{font-size:1rem}}@media(max-width: 575.98px){.dividend .table-responsive>table tr td{font-size:0.9375rem}}@media(max-width: 991.98px){.dividend .table-responsive>table tr td{display:flex;align-items:center;justify-content:space-between;width:100%}.dividend .table-responsive>table tr td:nth-child(even){background:#1951f3;border-radius:.75rem}.dividend .table-responsive>table tr td:before{content:attr(data-label);font-weight:bold;text-transform:uppercase;float:left;text-align:left}}.dividend .table-responsive>table tr th,.dividend .table-responsive>table tr td{text-align:center;line-height:1.3;padding:1.875rem 1.5rem}@media(max-width: 1599.98px){.dividend .table-responsive>table tr th,.dividend .table-responsive>table tr td{padding:1.5rem}}@media(max-width: 1399.98px){.dividend .table-responsive>table tr th,.dividend .table-responsive>table tr td{padding:1.5rem 1rem}}@media(max-width: 991.98px){.dividend .table-responsive>table tr th,.dividend .table-responsive>table tr td{padding:1.875rem 1.5rem}}@media(max-width: 767.98px){.dividend .table-responsive>table tr th,.dividend .table-responsive>table tr td{padding:1.5rem}}@media(max-width: 575.98px){.dividend .table-responsive>table tr th,.dividend .table-responsive>table tr td{padding:1.5rem 1rem}}.dividend .table-responsive>table thead{border-bottom:2px solid #fff}@media(max-width: 991.98px){.dividend .table-responsive>table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}}@media(min-width: 992px){.dividend .table-responsive>table tbody tr:nth-child(even){background:#1951f3}.dividend .table-responsive>table tbody tr:nth-child(even) td:first-child{border-radius:.75rem 0 0 .75rem}.dividend .table-responsive>table tbody tr:nth-child(even) td:last-child{border-radius:0 .75rem .75rem 0}}@media(max-width: 991.98px){.dividend .table-responsive>table tbody tr{display:flex;flex-direction:column;justify-content:center;padding-bottom:3rem;border-bottom:2px solid #fff}.dividend .table-responsive>table tbody tr:not(:last-child){margin-bottom:calc(3rem - 1.875rem)}}@media(max-width: 767.98px){.dividend .table-responsive>table tbody tr:not(:last-child){margin-bottom:1.5rem}}section.strategy{background:#265eff}@media(min-width: 992px){section.strategy{padding:6.6875rem 0 8.75rem}}section.strategy h2,section.strategy .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){section.strategy h2,section.strategy .h2{font-size:4.5rem}}@media(max-width: 1599.98px){section.strategy h2,section.strategy .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){section.strategy h2,section.strategy .h2{font-size:4.125rem}}@media(max-width: 1399.98px){section.strategy h2,section.strategy .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){section.strategy h2,section.strategy .h2{font-size:3.75rem}}@media(max-width: 1199.98px){section.strategy h2,section.strategy .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){section.strategy h2,section.strategy .h2{font-size:3.375rem}}@media(max-width: 991.98px){section.strategy h2,section.strategy .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){section.strategy h2,section.strategy .h2{font-size:4.125rem}}@media(max-width: 767.98px){section.strategy h2,section.strategy .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){section.strategy h2,section.strategy .h2{font-size:3.75rem}}@media(max-width: 575.98px){section.strategy h2,section.strategy .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){section.strategy h2,section.strategy .h2{font-size:3.375rem}}section.strategy p{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){section.strategy p{font-size:1.875rem}}@media(max-width: 1599.98px){section.strategy p{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){section.strategy p{font-size:1.625rem}}@media(max-width: 1399.98px){section.strategy p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){section.strategy p{font-size:1.375rem}}@media(max-width: 1199.98px){section.strategy p{font-size:1.125rem}}@media(max-width: 991.98px){section.strategy p{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){section.strategy p{font-size:1.625rem}}@media(max-width: 767.98px){section.strategy p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 767.98px)and (min-width: 1200px){section.strategy p{font-size:1.375rem}}@media(max-width: 575.98px){section.strategy p{font-size:1.125rem}}section.strategy h3,section.strategy .h3{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){section.strategy h3,section.strategy .h3{font-size:2.25rem}}@media(max-width: 1599.98px){section.strategy h3,section.strategy .h3{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){section.strategy h3,section.strategy .h3{font-size:2rem}}@media(max-width: 1399.98px){section.strategy h3,section.strategy .h3{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){section.strategy h3,section.strategy .h3{font-size:1.75rem}}@media(max-width: 1199.98px){section.strategy h3,section.strategy .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){section.strategy h3,section.strategy .h3{font-size:1.5rem}}@media(max-width: 991.98px){section.strategy h3,section.strategy .h3{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){section.strategy h3,section.strategy .h3{font-size:2rem}}@media(max-width: 767.98px){section.strategy h3,section.strategy .h3{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){section.strategy h3,section.strategy .h3{font-size:1.75rem}}@media(max-width: 575.98px){section.strategy h3,section.strategy .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){section.strategy h3,section.strategy .h3{font-size:1.5rem}}section.strategy .counter{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){section.strategy .counter{font-size:2.5rem}}@media(max-width: 1599.98px){section.strategy .counter{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){section.strategy .counter{font-size:2.25rem}}@media(max-width: 1399.98px){section.strategy .counter{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){section.strategy .counter{font-size:2rem}}@media(max-width: 1199.98px){section.strategy .counter{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){section.strategy .counter{font-size:1.75rem}}@media(max-width: 991.98px){section.strategy .counter{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){section.strategy .counter{font-size:2.25rem}}@media(max-width: 767.98px){section.strategy .counter{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){section.strategy .counter{font-size:2rem}}@media(max-width: 575.98px){section.strategy .counter{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){section.strategy .counter{font-size:1.75rem}}@media(max-width: 419.98px){section.strategy .counter{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 419.98px)and (min-width: 1200px){section.strategy .counter{font-size:1.5rem}}@media(max-width: 359.98px){section.strategy .counter{font-size:1.25rem}}section.strategy ul li{font-size:1.125rem;line-height:1.9}section.strategy ul li:not(:last-child){margin-bottom:2rem}section.strategy ul li:before{background:#fff}@media(max-width: 1599.98px){section.strategy ul li{padding-left:calc(11px + 1.25rem);font-size:1.0625rem}section.strategy ul li:before{width:11px;height:11px;top:9px}}@media(max-width: 1399.98px){section.strategy ul li{padding-left:calc(10px + 1rem);font-size:1rem}section.strategy ul li:before{width:10px;height:10px}}@media(max-width: 1199.98px){section.strategy ul li{padding-left:calc(9px + .75rem);font-size:0.9375rem}section.strategy ul li:before{width:9px;height:9px;top:8px}}@media(max-width: 991.98px){section.strategy ul li{padding-left:calc(11px + 1rem);font-size:1.0625rem}section.strategy ul li:before{width:10px;height:10px;top:9px}}@media(max-width: 767.98px){section.strategy ul li{padding-left:calc(9px + .75rem);font-size:1rem}section.strategy ul li:before{width:9px;height:9px}}@media(max-width: 575.98px){section.strategy ul li{padding-left:calc(8px + .5rem);font-size:0.9375rem}section.strategy ul li:before{width:8px;height:8px;top:9px}}.calculators{background:#e8ecf3}@media(min-width: 992px){.calculators{padding:5.875rem 0 6.875rem}}.calculators h5,.calculators .h5{color:#818181;letter-spacing:2px}.calculators .nav-tabs .nav-item:not(:last-child){margin-right:1.5rem}.calculators .nav-tabs .nav-item .nav-link{background:#fff;color:#0f0f0f;border-radius:2.1875rem;font-weight:500}.calculators .nav-tabs .nav-item .nav-link.active{background:#0f0f0f;color:#fff}.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:calc(1.475rem + 2.7vw)}@media(min-width: 1200px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:3.5rem}}@media(min-width: 992px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{margin-bottom:2.25rem !important}}@media(max-width: 1599.98px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:3.25rem}}@media(max-width: 1399.98px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:3rem}}@media(max-width: 1199.98px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:2.75rem}}@media(max-width: 991.98px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:3.25rem}}@media(max-width: 767.98px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:3rem}}@media(max-width: 575.98px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.calculators .tab-content .tab-pane h2,.calculators .tab-content .tab-pane .h2{font-size:2.75rem}}.calculators .tab-content .tab-pane p{margin-bottom:0}.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper{height:75px}@media(max-width: 1599.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper{height:65px}}@media(max-width: 1399.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper{height:60px}}@media(max-width: 1199.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper{height:55px}}@media(max-width: 991.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper{height:65px}}@media(max-width: 767.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper{height:60px}}@media(min-width: 576px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper{max-width:370px}}.calculators .tab-content .tab-pane .form-control{border-radius:2.5rem}.calculators .tab-content .tab-pane .datepicker-wrapper input{border-radius:2.5rem;padding-top:.375rem;padding-bottom:.375rem;padding-right:calc((2.4375rem * 2) + 16.22px);outline:0}.calculators .tab-content .tab-pane .datepicker-wrapper i{right:2.4375rem;pointer-events:none}.calculators .tab-content .tab-pane .datepicker-wrapper:has(.ui-datepicker.opened) input{transition:border-radius .1s;border-radius:2.5rem 2.5rem 0 0}.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper input{line-height:75px}@media(max-width: 1599.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper input{line-height:65px}}@media(max-width: 1399.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper input{line-height:60px}}@media(max-width: 1199.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper input{line-height:55px}}@media(max-width: 991.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper input{line-height:65px}}@media(max-width: 767.98px){.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .datepicker-wrapper input{line-height:60px}}.calculators .tab-content .tab-pane .custom-btn{background:#265eff;color:#fff;border-color:#265eff}.calculators .tab-content .tab-pane .custom-btn:before{background:#fff}.calculators .tab-content .tab-pane .custom-btn:hover{border-color:#fff;color:#265eff}.calculators .nav-tabs .nav-item .nav-link,.calculators .tab-content .tab-pane p,.calculators .tab-content .tab-pane label,.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .custom-btn{font-size:1.125rem}@media(max-width: 1599.98px){.calculators h5,.calculators .h5,.calculators .nav-tabs .nav-item .nav-link,.calculators .tab-content .tab-pane p,.calculators .tab-content .tab-pane label,.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .custom-btn{font-size:1.0625rem}}@media(max-width: 1399.98px){.calculators h5,.calculators .h5,.calculators .nav-tabs .nav-item .nav-link,.calculators .tab-content .tab-pane p,.calculators .tab-content .tab-pane label,.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .custom-btn{font-size:1rem}}@media(max-width: 1199.98px){.calculators h5,.calculators .h5,.calculators .nav-tabs .nav-item .nav-link,.calculators .tab-content .tab-pane p,.calculators .tab-content .tab-pane label,.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .custom-btn{font-size:0.9375rem}}@media(max-width: 991.98px){.calculators h5,.calculators .h5,.calculators .nav-tabs .nav-item .nav-link,.calculators .tab-content .tab-pane p,.calculators .tab-content .tab-pane label,.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .custom-btn{font-size:1.0625rem}}@media(max-width: 767.98px){.calculators h5,.calculators .h5,.calculators .nav-tabs .nav-item .nav-link,.calculators .tab-content .tab-pane p,.calculators .tab-content .tab-pane label,.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .custom-btn{font-size:1rem}}@media(max-width: 575.98px){.calculators h5,.calculators .h5,.calculators .nav-tabs .nav-item .nav-link,.calculators .tab-content .tab-pane p,.calculators .tab-content .tab-pane label,.calculators .tab-content .tab-pane .form-control,.calculators .tab-content .tab-pane .custom-btn{font-size:0.9375rem}}.share-info{background:#265eff}@media(min-width: 992px){.share-info{padding:6rem 0 7.25rem}}.share-info h2,.share-info .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.share-info h2,.share-info .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.share-info h2,.share-info .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share-info h2,.share-info .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.share-info h2,.share-info .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share-info h2,.share-info .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.share-info h2,.share-info .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share-info h2,.share-info .h2{font-size:3.375rem}}@media(max-width: 991.98px){.share-info h2,.share-info .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share-info h2,.share-info .h2{font-size:4.125rem}}@media(max-width: 767.98px){.share-info h2,.share-info .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share-info h2,.share-info .h2{font-size:3.75rem}}@media(max-width: 575.98px){.share-info h2,.share-info .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.share-info h2,.share-info .h2{font-size:3.375rem}}.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:calc(1.4625rem + 2.55vw)}@media(min-width: 1200px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:3.375rem}}@media(max-width: 1599.98px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:calc(1.4375rem + 2.25vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:3.125rem}}@media(max-width: 1399.98px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:calc(1.4125rem + 1.95vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:2.875rem}}@media(max-width: 1199.98px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:2.625rem}}@media(max-width: 991.98px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:calc(1.4375rem + 2.25vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:3.125rem}}@media(max-width: 767.98px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:calc(1.4125rem + 1.95vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:2.875rem}}@media(max-width: 575.98px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.share-info h2.sm-heading,.share-info .sm-heading.h2{font-size:2.625rem}}.share-info h3,.share-info .h3{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.share-info h3,.share-info .h3{font-size:1.875rem}}@media(max-width: 1599.98px){.share-info h3,.share-info .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share-info h3,.share-info .h3{font-size:1.625rem}}@media(max-width: 1399.98px){.share-info h3,.share-info .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share-info h3,.share-info .h3{font-size:1.375rem}}@media(max-width: 1199.98px){.share-info h3,.share-info .h3{font-size:1.125rem}}@media(max-width: 991.98px){.share-info h3,.share-info .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share-info h3,.share-info .h3{font-size:1.625rem}}@media(max-width: 767.98px){.share-info h3,.share-info .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share-info h3,.share-info .h3{font-size:1.375rem}}@media(max-width: 575.98px){.share-info h3,.share-info .h3{font-size:1.125rem}}.share-info h5,.share-info .h5,.share-info h6,.share-info .h6{color:#f0f4ff}@media(min-width: 992px){.share-info h5,.share-info .h5,.share-info h6,.share-info .h6{letter-spacing:2px}}@media(max-width: 1599.98px){.share-info h6,.share-info .h6{font-size:0.9375rem}}@media(max-width: 1399.98px){.share-info h6,.share-info .h6{font-size:0.875rem}}@media(max-width: 1199.98px){.share-info h6,.share-info .h6{font-size:1rem}}@media(max-width: 991.98px){.share-info h6,.share-info .h6{font-size:0.9375rem}}@media(max-width: 767.98px){.share-info h6,.share-info .h6{font-size:0.875rem}}@media(max-width: 575.98px){.share-info h6,.share-info .h6{font-size:0.8125rem}}.share-info .info-counter{line-height:1.2;font-size:calc(1.2875rem + 0.45vw);font-weight:500}@media(min-width: 1200px){.share-info .info-counter{font-size:1.625rem}}@media(min-width: 992px){.share-info .info-counter{letter-spacing:2px}}@media(max-width: 1599.98px){.share-info .info-counter{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.share-info .info-counter{font-size:1.5rem}}@media(max-width: 1399.98px){.share-info .info-counter{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.share-info .info-counter{font-size:1.375rem}}@media(max-width: 1199.98px){.share-info .info-counter{font-size:1.25rem}}@media(max-width: 991.98px){.share-info .info-counter{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.share-info .info-counter{font-size:1.5rem}}@media(max-width: 767.98px){.share-info .info-counter{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.share-info .info-counter{font-size:1.375rem}}@media(max-width: 575.98px){.share-info .info-counter{font-size:1.25rem}}.share-info #stock-chart{width:100%;min-height:842px}.share-info #stock-chart>div:first-child{display:flex;flex-wrap:wrap}.share-info #stock-chart>div:first-child>div:first-child{width:100%;height:auto !important}.share-info #stock-chart>div:first-child>div:first-child .amChartsPanel{margin-bottom:3rem}@media(max-width: 1199.98px){.share-info #stock-chart>div:first-child>div:first-child .amChartsPanel{margin-bottom:1.5rem}}.share-info #stock-chart>div:first-child>div:last-child{margin-bottom:3rem}@media(max-width: 419.98px){.share-info #stock-chart>div:first-child>div:last-child{margin-bottom:calc(1.5rem - .625rem)}}.share-info #stock-chart>div:first-child .amChartsPeriodSelector{order:-2;margin-top:0 !important}@media(min-width: 1200px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector{display:flex}}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div{color:#fff;font-size:1.125rem}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div input{outline:none;border:none;background:#fff;color:#0f0f0f;font-weight:500;font-size:1.125rem;height:44px;line-height:44px;border-radius:2.1875rem}@media(max-width: 419.98px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div input{height:37px;line-height:37px}}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:first-child{display:flex !important;align-items:center}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:first-child input.amChartsInputField{padding-left:.625rem;padding-right:.625rem;margin-left:.8125rem;margin-right:.8125rem;text-align:left !important}@media(min-width: 420px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:first-child input.amChartsInputField{padding-left:1.125rem;padding-right:calc(18px + (1.125rem * 2));min-width:169px;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUBAMAAAByuXB5AAAAG1BMVEUAAAAnYP8mXv8mXf8mXv8mXv8mXv8mXv/////CrjEiAAAAB3RSTlMASElK4uPkb3diuAAAAAFiS0dECIbelXoAAAAxSURBVAjXY2BgL2BgQCPMyiEgiSEdyiplKGeAgHJkFgwgs7CpozIrHGpZCYMqlOUIANivJQz9mCb4AAAAAElFTkSuQmCC") center right 1.125rem no-repeat}}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:last-child{float:none !important;display:block !important}@media(max-width: 1199.98px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:last-child{margin-top:1.5rem}}@media(max-width: 419.98px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:last-child{margin-top:calc(1.5rem - .625rem)}}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:last-child input{margin-right:.625rem;margin-top:calc(.625rem / 2);margin-bottom:calc(.625rem / 2);padding-left:1.5rem;padding-right:1.5rem}@media(max-width: 419.98px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:last-child input{padding-left:1.125rem;padding-right:1.125rem}}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:last-child input:first-child{margin-left:.625rem}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div:last-child input.amChartsButtonSelected{background:#0f0f0f;color:#fff}.share-info #stock-chart>div:first-child .amChartsDataSetSelector{order:-1;color:#fff;font-size:1.125rem;width:100%;margin-top:1.5rem;display:flex;align-items:flex-start}@media(max-width: 419.98px){.share-info #stock-chart>div:first-child .amChartsDataSetSelector{flex-direction:column;margin-top:calc(1.5rem - .625rem)}}@media(min-width: 420px){.share-info #stock-chart>div:first-child .amChartsDataSetSelector{align-items:center}}.share-info #stock-chart>div:first-child .amChartsDataSetSelector select{margin-left:.625rem;margin-right:.625rem;color:#293455;font-weight:500;border:none;outline:none;height:44px;line-height:44px;border-radius:2.1875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1.125rem;padding-left:1.5rem;padding-right:calc(12px + (1.5rem * 2));background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFzGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDIgNzkuYTZhNjM5NiwgMjAyNC8wMy8xMi0wNzo0ODoyMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjEyIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjQtMDUtMDJUMDQ6MDQ6MzYrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTExLTE0VDEyOjA3OjU4KzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTExLTE0VDEyOjA3OjU4KzAyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpmNjFjOTNmNi0xNDdiLTYzNDUtYmJhNi0xNzRlZDZkYTRkODQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5MDRlYjFkZC1mMGZmLWVjNGUtYThmZC04YzIwOWNmNmI2OWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MWNiNTAwZC00MTM5LWE4NDktYThkMi1kMDM5Y2RmNDFmNzciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQxY2I1MDBkLTQxMzktYTg0OS1hOGQyLWQwMzljZGY0MWY3NyIgc3RFdnQ6d2hlbj0iMjAyNC0wNS0wMlQwNDowNDozNiswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjEyIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZjYxYzkzZjYtMTQ3Yi02MzQ1LWJiYTYtMTc0ZWQ2ZGE0ZDg0IiBzdEV2dDp3aGVuPSIyMDI0LTExLTE0VDEyOjA3OjU4KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuMTIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhHwZp8AAACzSURBVBiVbc0xagJRFEDRM1OkCViksbCfKbQOZAcBU1ikESHjCtyCuATBBeQXIU3KENImCNlAmr8EGwshTQq/zR9R8JXv3ftuUT2lWywwicHWhakbN3jBvMQK9/iqG70LcA/fmVmVGOEXA6zrRnUCV1ijn5lRkVJqk++4wwZDJHygix88xGBbpJTab9d4y+ldjnTwiccY/MFRyNIVnjHOq1dMY/DfMmdClkosUWAWg/3p/QAPlDOzQFthuAAAAABJRU5ErkJggg==") center right 1.5rem no-repeat}@media(max-width: 991.98px){.share-info #stock-chart>div:first-child .amChartsDataSetSelector select{padding-left:1.25rem;padding-right:calc(12px + (1.25rem * 2))}}@media(max-width: 419.98px){.share-info #stock-chart>div:first-child .amChartsDataSetSelector select{margin-left:0;margin-right:0;margin-top:.25rem;margin-bottom:.625rem;height:37px;line-height:37px}}.share-info #stock-chart>div:first-child .amChartsDataSetSelector select::-ms-expand{display:none}.share-info #stock-chart .amChartsPanel g[cursor=pointer]:not([transform]){display:none}.share-info #stock-chart .amChartsPanel .amChartsLegend{padding-bottom:calc(3rem + 20px)}@media(max-width: 1199.98px){.share-info #stock-chart .amChartsPanel .amChartsLegend{padding-bottom:calc(1.5rem + 16px)}}.share-info #stock-chart .amChartsPanel .amChartsLegend text,.share-info #stock-chart .amChartsPanel .amChartsLegend+div text{fill:#88a7ff;font-family:"Helvetica Neue";font-weight:500;font-size:1.125rem;text-transform:uppercase}.share-info #stock-chart .amChartsPanel .amChartsLegend+div g text,.share-info #stock-chart .amChartsPanel .amChartsLegend+div+div g text{fill:#fff;text-transform:none}.share-info #stock-chart .amChartsPanel .amChartsLegend+div g#balloons text,.share-info #stock-chart .amChartsPanel .amChartsLegend+div+div g#balloons text{fill:#0f0f0f;font-weight:300;font-size:0.875rem}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div{font-size:1.125rem}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div input{font-size:1.125rem}.share-info #stock-chart>div:first-child .amChartsDataSetSelector{font-size:1.125rem}.share-info #stock-chart>div:first-child .amChartsDataSetSelector select{font-size:1.125rem}.share-info #stock-chart .amChartsPanel .amChartsLegend text,.share-info #stock-chart .amChartsPanel .amChartsLegend+div text{font-size:1.125rem}.share-info #stock-chart .amChartsPanel .amChartsLegend+div g#balloons text,.share-info #stock-chart .amChartsPanel .amChartsLegend+div+div g#balloons text{font-size:0.875rem}@media(max-width: 1599.98px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div{font-size:1.0625rem}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div input{font-size:1.0625rem}.share-info #stock-chart>div:first-child .amChartsDataSetSelector{font-size:1.0625rem}.share-info #stock-chart>div:first-child .amChartsDataSetSelector select{font-size:1.0625rem}.share-info #stock-chart .amChartsPanel .amChartsLegend text,.share-info #stock-chart .amChartsPanel .amChartsLegend+div text{font-size:1.0625rem}}@media(max-width: 1399.98px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div{font-size:1rem}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div input{font-size:1rem}.share-info #stock-chart>div:first-child .amChartsDataSetSelector{font-size:1rem}.share-info #stock-chart>div:first-child .amChartsDataSetSelector select{font-size:1rem}.share-info #stock-chart .amChartsPanel .amChartsLegend text,.share-info #stock-chart .amChartsPanel .amChartsLegend+div text{font-size:1rem}}@media(max-width: 1199.98px){.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div{font-size:0.9375rem}.share-info #stock-chart>div:first-child .amChartsPeriodSelector>div input{font-size:0.9375rem}.share-info #stock-chart>div:first-child .amChartsDataSetSelector{font-size:0.9375rem}.share-info #stock-chart>div:first-child .amChartsDataSetSelector select{font-size:0.9375rem}.share-info #stock-chart .amChartsPanel .amChartsLegend text,.share-info #stock-chart .amChartsPanel .amChartsLegend+div text{font-size:0.9375rem}}.share-info .nav-tabs .nav-item:not(:last-child){margin-right:1rem}.share-info .nav-tabs .nav-item .nav-link{background:#fff;color:#0f0f0f;border-radius:2.1875rem;font-weight:500;font-size:1.125rem}.share-info .nav-tabs .nav-item .nav-link.active{background:#0f0f0f;color:#fff}@media(min-width: 1600px){.share-info .tab-content .tab-pane .custom-col{width:20% !important}}@media(min-width: 1600px){.share-info .tab-content .tab-pane .custom-col .info-box{margin-top:3.625rem !important}}@media(min-width: 1200px){.share-info .shareholder-indices .custom-col.left-col{width:60%}}@media(min-width: 1200px){.share-info .shareholder-indices .custom-col.right-col{width:40%}}.share-info .shareholder-indices .shareholders .shareholder .square{width:15px;height:15px;margin-right:1.1875rem}@media(max-width: 1599.98px){.share-info .shareholder-indices .shareholders .shareholder .square{width:13px;height:13px;margin-right:1rem}}@media(max-width: 1399.98px){.share-info .shareholder-indices .shareholders .shareholder .square{width:11px;height:11px}}@media(max-width: 1199.98px){.share-info .shareholder-indices .shareholders .shareholder .square{width:9px;height:9px}}@media(max-width: 991.98px){.share-info .shareholder-indices .shareholders .shareholder .square{width:13px;height:13px}}@media(max-width: 767.98px){.share-info .shareholder-indices .shareholders .shareholder .square{width:11px;height:11px}}@media(max-width: 575.98px){.share-info .shareholder-indices .shareholders .shareholder .square{width:9px;height:9px}}.share-info .shareholder-indices .shareholders .shareholder .square:not(.bg-white){background:#b0c4ff}.share-info .shareholder-indices .shareholders .boxes{padding-left:calc(15px + 1.1875rem)}.share-info .shareholder-indices .file-btn{font-size:1.125rem}@media(max-width: 1599.98px){.share-info h5,.share-info .h5,.share-info .nav-tabs .nav-item .nav-link,.share-info .shareholder-indices .file-btn,.share-info .shareholder-indices .file-btn .pdf-text,.share-info .shareholder-indices .file-btn .size-text{font-size:1.0625rem}}@media(max-width: 1399.98px){.share-info h5,.share-info .h5,.share-info .nav-tabs .nav-item .nav-link,.share-info .shareholder-indices .file-btn,.share-info .shareholder-indices .file-btn .pdf-text,.share-info .shareholder-indices .file-btn .size-text{font-size:1rem}}@media(max-width: 1199.98px){.share-info h5,.share-info .h5,.share-info .nav-tabs .nav-item .nav-link,.share-info .shareholder-indices .file-btn,.share-info .shareholder-indices .file-btn .pdf-text,.share-info .shareholder-indices .file-btn .size-text{font-size:0.9375rem}}@media(max-width: 991.98px){.share-info h5,.share-info .h5,.share-info .nav-tabs .nav-item .nav-link,.share-info .shareholder-indices .file-btn,.share-info .shareholder-indices .file-btn .pdf-text,.share-info .shareholder-indices .file-btn .size-text{font-size:1.0625rem}}@media(max-width: 767.98px){.share-info h5,.share-info .h5,.share-info .nav-tabs .nav-item .nav-link,.share-info .shareholder-indices .file-btn,.share-info .shareholder-indices .file-btn .pdf-text,.share-info .shareholder-indices .file-btn .size-text{font-size:1rem}}@media(max-width: 575.98px){.share-info h5,.share-info .h5,.share-info .nav-tabs .nav-item .nav-link,.share-info .shareholder-indices .file-btn,.share-info .shareholder-indices .file-btn .pdf-text,.share-info .shareholder-indices .file-btn .size-text{font-size:0.9375rem}}.share-info #shareholders-chart .chart-tooltip .square{width:9px;height:9px}.activities-intro .swiper .swiper-slide{opacity:1 !important}@media(min-width: 992px){.activities-intro .swiper .swiper-slide:before{background:radial-gradient(at right center, transparent, rgba(0, 0, 0, 0.5))}}.activities-intro .swiper .swiper-slide:not(.remove-transition) img{transition:clip-path .8s ease-out}.activities-intro .swiper .swiper-slide.aluminium img{clip-path:inset(0 75% 0 0)}.activities-intro .swiper .swiper-slide.copper img{clip-path:inset(0 0 0 75%)}.activities-intro .swiper .swiper-slide .box{padding:calc(182px + 3rem) 0 6rem;transition:opacity .8s ease-out}@media(max-width: 767.98px){.activities-intro .swiper .swiper-slide .box{padding:calc(172px + 3rem) 0 6rem}}@media(max-width: 575.98px){.activities-intro .swiper .swiper-slide .box{padding:calc(98px + 3rem) 0 6rem}}@media(max-width: 419.98px){.activities-intro .swiper .swiper-slide .box{padding:calc(88px + 3rem) 0 6rem}}@media(min-width: 992px){.activities-intro .swiper .swiper-slide .box .custom-col{flex:0 0 auto;width:calc( 100vw - ((100vw - 960px) / 2) - .75rem - 320px)}}@media(min-width: 1200px){.activities-intro .swiper .swiper-slide .box .custom-col{width:calc( 100vw - ((100vw - 1140px) / 2) - .75rem - 340px)}}@media(min-width: 1400px){.activities-intro .swiper .swiper-slide .box .custom-col{width:calc( 100vw - ((100vw - 1320px) / 2) - .75rem - 360px)}}@media(min-width: 1600px){.activities-intro .swiper .swiper-slide .box .custom-col{width:calc( 100vw - ((100vw - 1684px) / 2) - .75rem - 380px)}}@media(max-width: 1599.98px){.activities-intro .swiper .swiper-slide .box h3,.activities-intro .swiper .swiper-slide .box .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.activities-intro .swiper .swiper-slide .box h3,.activities-intro .swiper .swiper-slide .box .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.activities-intro .swiper .swiper-slide .box h3,.activities-intro .swiper .swiper-slide .box .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.activities-intro .swiper .swiper-slide .box h3,.activities-intro .swiper .swiper-slide .box .h3{font-size:1.125rem}}@media(max-width: 991.98px){.activities-intro .swiper .swiper-slide .box h3,.activities-intro .swiper .swiper-slide .box .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.activities-intro .swiper .swiper-slide .box h3,.activities-intro .swiper .swiper-slide .box .h3{font-size:1.375rem}}@media(max-width: 767.98px){.activities-intro .swiper .swiper-slide .box h3,.activities-intro .swiper .swiper-slide .box .h3{font-size:1.25rem}}@media(max-width: 575.98px){.activities-intro .swiper .swiper-slide .box h3,.activities-intro .swiper .swiper-slide .box .h3{font-size:1.125rem}}@media(min-width: 1400px){.activities-intro .swiper .swiper-slide .box .custom-btn-arrow{margin-top:4rem !important}}@media(max-width: 767.98px){.activities-intro .swiper .swiper-slide .box p br{display:none}}.activities-intro .swiper .swiper-slide .box .next{cursor:pointer}@media(min-width: 992px){.activities-intro .swiper .swiper-slide .box .next{max-width:320px}}@media(min-width: 1200px){.activities-intro .swiper .swiper-slide .box .next{max-width:340px}}@media(min-width: 1400px){.activities-intro .swiper .swiper-slide .box .next{max-width:360px;padding-bottom:5rem !important}}@media(min-width: 1600px){.activities-intro .swiper .swiper-slide .box .next{max-width:380px}}.activities-intro .swiper .swiper-slide .box .next hr{height:3px;width:50px}@media(min-width: 992px){.activities-intro .swiper .swiper-slide .box .next h3,.activities-intro .swiper .swiper-slide .box .next .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(min-width: 992px)and (min-width: 1200px){.activities-intro .swiper .swiper-slide .box .next h3,.activities-intro .swiper .swiper-slide .box .next .h3{font-size:1.375rem}}@media(min-width: 1200px){.activities-intro .swiper .swiper-slide .box .next h3,.activities-intro .swiper .swiper-slide .box .next .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(min-width: 1200px)and (min-width: 1200px){.activities-intro .swiper .swiper-slide .box .next h3,.activities-intro .swiper .swiper-slide .box .next .h3{font-size:1.625rem}}@media(min-width: 1400px){.activities-intro .swiper .swiper-slide .box .next h3,.activities-intro .swiper .swiper-slide .box .next .h3{font-size:calc(1.3125rem + 0.75vw)}}@media(min-width: 1400px)and (min-width: 1200px){.activities-intro .swiper .swiper-slide .box .next h3,.activities-intro .swiper .swiper-slide .box .next .h3{font-size:1.875rem}}@media(min-width: 1600px){.activities-intro .swiper .swiper-slide .box .next h3,.activities-intro .swiper .swiper-slide .box .next .h3{font-size:calc(1.3375rem + 1.05vw)}}@media(min-width: 1600px)and (min-width: 1200px){.activities-intro .swiper .swiper-slide .box .next h3,.activities-intro .swiper .swiper-slide .box .next .h3{font-size:2.125rem}}@media(min-width: 992px){.activities-intro .swiper .swiper-slide .box .next .cross{height:18px;width:18px}}@media(min-width: 1200px){.activities-intro .swiper .swiper-slide .box .next .cross{height:20px;width:20px}}@media(min-width: 1400px){.activities-intro .swiper .swiper-slide .box .next .cross{height:22px;width:22px}}@media(min-width: 1600px){.activities-intro .swiper .swiper-slide .box .next .cross{height:24px;width:24px}}.activities-intro .swiper .swiper-slide .box .next .cross:before,.activities-intro .swiper .swiper-slide .box .next .cross:after{content:"";position:absolute;background:#fff}.activities-intro .swiper .swiper-slide .box .next .cross:before{width:100%;height:2px;left:0}.activities-intro .swiper .swiper-slide .box .next .cross:after{width:2px;height:100%;top:0}.activities-intro .swiper .swiper-slide .box .next:after{content:"";position:absolute;background:#265eff;width:100%;height:4px;bottom:0;left:0;right:0;z-index:-1;transition:height .4s}@media(min-width: 1400px){.activities-intro .swiper .swiper-slide .box .next:after{height:8px}}.activities-intro .swiper .swiper-slide .box .next:hover:after{height:100%}.activities-intro .swiper .swiper-slide .box p,.activities-intro .swiper .swiper-slide .box .next .index{font-size:1.125rem}@media(max-width: 1599.98px){.activities-intro .swiper .swiper-slide .box p,.activities-intro .swiper .swiper-slide .box .next .index{font-size:1.0625rem}}@media(max-width: 1399.98px){.activities-intro .swiper .swiper-slide .box p,.activities-intro .swiper .swiper-slide .box .next .index{font-size:1rem}}@media(max-width: 1199.98px){.activities-intro .swiper .swiper-slide .box p,.activities-intro .swiper .swiper-slide .box .next .index{font-size:1.0625rem}}@media(max-width: 991.98px){.activities-intro .swiper .swiper-slide .box p,.activities-intro .swiper .swiper-slide .box .next .index{font-size:1rem}}@media(max-width: 767.98px){.activities-intro .swiper .swiper-slide .box p,.activities-intro .swiper .swiper-slide .box .next .index{font-size:1.0625rem}}@media(max-width: 575.98px){.activities-intro .swiper .swiper-slide .box p,.activities-intro .swiper .swiper-slide .box .next .index{font-size:1rem}}.activities-intro .swiper .swiper-slide:not(.swiper-slide-active) .box .custom-col>*:not(h3):not(.h3),.activities-intro .swiper .swiper-slide:not(.swiper-slide-active) .box .next .index,.activities-intro .swiper .swiper-slide:not(.swiper-slide-active) .box .next h3,.activities-intro .swiper .swiper-slide:not(.swiper-slide-active) .box .next .h3{opacity:0;visibility:hidden}.activities-intro .swiper .swiper-slide.swiper-slide-active{z-index:1}.activities-intro .swiper .swiper-slide.swiper-slide-active img{clip-path:inset(0 0 0 0)}@media(max-width: 1599.98px){.contact-form h3,.contact-form .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.contact-form h3,.contact-form .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.contact-form h3,.contact-form .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.contact-form h3,.contact-form .h3{font-size:1.125rem}}@media(max-width: 991.98px){.contact-form h3,.contact-form .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.contact-form h3,.contact-form .h3{font-size:1.375rem}}@media(max-width: 767.98px){.contact-form h3,.contact-form .h3{font-size:1.25rem}}@media(max-width: 575.98px){.contact-form h3,.contact-form .h3{font-size:1.125rem}}.contact-form form .form-control{border-color:#cacbd2}.contact-form form label.consent{color:#6a6a6a}.contact-form form .custom-btn{background:#265eff;color:#fff;border-color:#265eff;height:60px;line-height:60px}.contact-form form .custom-btn:before{background:#fff}.contact-form form .custom-btn:hover{border-color:#cacbd2;color:#212121}.contact-form form .info{color:#707070}@media(max-width: 1599.98px){.contact-form form .info{font-size:0.9375rem}}@media(max-width: 1399.98px){.contact-form form .info{font-size:0.875rem}}@media(max-width: 1199.98px){.contact-form form .info{font-size:0.8125rem}}@media(max-width: 991.98px){.contact-form form .info{font-size:0.9375rem}}@media(max-width: 767.98px){.contact-form form .info{font-size:0.875rem}}@media(max-width: 575.98px){.contact-form form .info{font-size:0.8125rem}}.contact-form form .select2 .select2-selection--single{border:1px solid #cacbd2 !important}.contact-form form .select2 .select2-selection--single .select2-selection__rendered{padding-left:1.75rem !important;padding-right:calc(2.125rem + 1rem + 18px) !important;line-height:75px !important}@media(max-width: 1599.98px){.contact-form form .select2 .select2-selection--single .select2-selection__rendered{padding-right:calc(2.125rem + 1rem + 17px) !important}}@media(max-width: 1399.98px){.contact-form form .select2 .select2-selection--single .select2-selection__rendered{padding-right:calc(2.125rem + 1rem + 16px) !important}}@media(max-width: 1199.98px){.contact-form form .select2 .select2-selection--single .select2-selection__rendered{padding-right:calc(2.125rem + 1rem + 15px) !important}}@media(max-width: 991.98px){.contact-form form .select2 .select2-selection--single .select2-selection__rendered{padding-right:calc(2.125rem + 1rem + 17px) !important}}@media(max-width: 767.98px){.contact-form form .select2 .select2-selection--single .select2-selection__rendered{padding-right:calc(2.125rem + 1rem + 16px) !important}}@media(max-width: 575.98px){.contact-form form .select2 .select2-selection--single .select2-selection__rendered{padding-right:calc(2.125rem + 1rem + 15px) !important}}.contact-form form .select2 .select2-selection--single .select2-selection__arrow{right:2.125rem !important}.contact-form form .select2.select2-container--open .select2-selection--single{border-bottom:0 !important;border-radius:2.4rem 2.4rem 0 0 !important}.contact-form form .select2 .select2-selection--single,.contact-form form .form-control:not(textarea){height:75px !important}@media(max-width: 1599.98px){.contact-form form .select2 .select2-selection--single,.contact-form form .form-control:not(textarea){height:70px !important}}@media(max-width: 1399.98px){.contact-form form .select2 .select2-selection--single,.contact-form form .form-control:not(textarea){height:65px !important}}@media(max-width: 1199.98px){.contact-form form .select2 .select2-selection--single,.contact-form form .form-control:not(textarea){height:60px !important}}@media(max-width: 991.98px){.contact-form form .select2 .select2-selection--single,.contact-form form .form-control:not(textarea){height:70px !important}}@media(max-width: 767.98px){.contact-form form .select2 .select2-selection--single,.contact-form form .form-control:not(textarea){height:65px !important}}@media(max-width: 575.98px){.contact-form form .select2 .select2-selection--single,.contact-form form .form-control:not(textarea){height:60px !important}}.contact-form form .form-control:not(textarea),.contact-form form .select2 .select2-selection--single .select2-selection__rendered{line-height:75px}@media(max-width: 1599.98px){.contact-form form .form-control:not(textarea),.contact-form form .select2 .select2-selection--single .select2-selection__rendered{line-height:70px !important}}@media(max-width: 1399.98px){.contact-form form .form-control:not(textarea),.contact-form form .select2 .select2-selection--single .select2-selection__rendered{line-height:65px !important}}@media(max-width: 1199.98px){.contact-form form .form-control:not(textarea),.contact-form form .select2 .select2-selection--single .select2-selection__rendered{line-height:60px !important}}@media(max-width: 991.98px){.contact-form form .form-control:not(textarea),.contact-form form .select2 .select2-selection--single .select2-selection__rendered{line-height:70px !important}}@media(max-width: 767.98px){.contact-form form .form-control:not(textarea),.contact-form form .select2 .select2-selection--single .select2-selection__rendered{line-height:65px !important}}@media(max-width: 575.98px){.contact-form form .form-control:not(textarea),.contact-form form .select2 .select2-selection--single .select2-selection__rendered{line-height:60px !important}}.contact-form form textarea{height:230px;resize:none}@media(max-width: 1599.98px){.contact-form form textarea{height:210px}}@media(max-width: 1399.98px){.contact-form form textarea{height:190px}}@media(max-width: 1199.98px){.contact-form form textarea{height:170px}}@media(max-width: 991.98px){.contact-form form textarea{height:210px}}@media(max-width: 767.98px){.contact-form form textarea{height:190px}}@media(max-width: 575.98px){.contact-form form textarea{height:170px}}.contact-form form .select2 .select2-selection--single,.contact-form form .form-control,.contact-form form button{border-radius:2.5rem !important}.contact-form p,.contact-form label,.contact-form .form-control,.contact-form button,.contact-form .select2 .select2-selection--single .select2-selection__rendered,.contact-form .select2 .select2-selection--single .select2-selection__arrow:before,.contact-form~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.125rem}@media(max-width: 1599.98px){.contact-form p,.contact-form label,.contact-form .form-control,.contact-form button,.contact-form .select2 .select2-selection--single .select2-selection__rendered,.contact-form .select2 .select2-selection--single .select2-selection__arrow:before,.contact-form~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 1399.98px){.contact-form p,.contact-form label,.contact-form .form-control,.contact-form button,.contact-form .select2 .select2-selection--single .select2-selection__rendered,.contact-form .select2 .select2-selection--single .select2-selection__arrow:before,.contact-form~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}@media(max-width: 1199.98px){.contact-form p,.contact-form label,.contact-form .form-control,.contact-form button,.contact-form .select2 .select2-selection--single .select2-selection__rendered,.contact-form .select2 .select2-selection--single .select2-selection__arrow:before,.contact-form~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:0.9375rem}}@media(max-width: 991.98px){.contact-form p,.contact-form label,.contact-form .form-control,.contact-form button,.contact-form .select2 .select2-selection--single .select2-selection__rendered,.contact-form .select2 .select2-selection--single .select2-selection__arrow:before,.contact-form~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 767.98px){.contact-form p,.contact-form label,.contact-form .form-control,.contact-form button,.contact-form .select2 .select2-selection--single .select2-selection__rendered,.contact-form .select2 .select2-selection--single .select2-selection__arrow:before,.contact-form~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}@media(max-width: 575.98px){.contact-form p,.contact-form label,.contact-form .form-control,.contact-form button,.contact-form .select2 .select2-selection--single .select2-selection__rendered,.contact-form .select2 .select2-selection--single .select2-selection__arrow:before,.contact-form~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:0.9375rem}}.contact-form~.select2-container .select2-dropdown{border-radius:0 0 2.4rem 2.4rem !important}.contact-info{background:#e8ecf3}@media(min-width: 992px){.contact-info{padding-top:5.625rem}}.contact-info h2,.contact-info .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.contact-info h2,.contact-info .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.contact-info h2,.contact-info .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.contact-info h2,.contact-info .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.contact-info h2,.contact-info .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.contact-info h2,.contact-info .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.contact-info h2,.contact-info .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.contact-info h2,.contact-info .h2{font-size:3.375rem}}@media(max-width: 991.98px){.contact-info h2,.contact-info .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.contact-info h2,.contact-info .h2{font-size:4.125rem}}@media(max-width: 767.98px){.contact-info h2,.contact-info .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.contact-info h2,.contact-info .h2{font-size:3.75rem}}@media(max-width: 575.98px){.contact-info h2,.contact-info .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.contact-info h2,.contact-info .h2{font-size:3.375rem}}.contact-info h5,.contact-info .h5{color:#818181}@media(min-width: 992px){.contact-info .box-wrapper:nth-child(1){transition-delay:.05s}.contact-info .box-wrapper:nth-child(2){transition-delay:.1s}.contact-info .box-wrapper:nth-child(3){transition-delay:.15s}.contact-info .box-wrapper:nth-child(4){transition-delay:.2s}.contact-info .box-wrapper:nth-child(5){transition-delay:.25s}.contact-info .box-wrapper:nth-child(6){transition-delay:.3s}.contact-info .box-wrapper:nth-child(7){transition-delay:.35s}.contact-info .box-wrapper:nth-child(8){transition-delay:.4s}.contact-info .box-wrapper:nth-child(9){transition-delay:.45s}}.contact-info .box-wrapper .box{border-radius:1.25rem;padding-top:2.25rem}.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:calc(1.3375rem + 1.05vw)}@media(min-width: 1200px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:2.125rem}}@media(max-width: 1599.98px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:1.875rem}}@media(max-width: 1399.98px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:1.625rem}}@media(max-width: 1199.98px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:1.375rem}}@media(max-width: 991.98px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:1.875rem}}@media(max-width: 767.98px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:1.625rem}}@media(max-width: 575.98px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.contact-info .box-wrapper .box h2,.contact-info .box-wrapper .box .h2{font-size:1.375rem}}@media(max-width: 1599.98px){.contact-info .box-wrapper .box h3,.contact-info .box-wrapper .box .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.contact-info .box-wrapper .box h3,.contact-info .box-wrapper .box .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.contact-info .box-wrapper .box h3,.contact-info .box-wrapper .box .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.contact-info .box-wrapper .box h3,.contact-info .box-wrapper .box .h3{font-size:1.125rem}}@media(max-width: 991.98px){.contact-info .box-wrapper .box h3,.contact-info .box-wrapper .box .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.contact-info .box-wrapper .box h3,.contact-info .box-wrapper .box .h3{font-size:1.375rem}}@media(max-width: 767.98px){.contact-info .box-wrapper .box h3,.contact-info .box-wrapper .box .h3{font-size:1.25rem}}@media(max-width: 575.98px){.contact-info .box-wrapper .box h3,.contact-info .box-wrapper .box .h3{font-size:1.125rem}}.contact-info .box-wrapper .box p{font-size:1.125rem;line-height:1.8}.contact-info .box-wrapper .box p a{font-weight:bold;color:#265eff}@media(min-width: 1600px){.contact-info .box-wrapper .box .mt-auto>div{margin-top:5.125rem !important}}@media(max-width: 1599.98px){.contact-info h5,.contact-info .h5,.contact-info .box-wrapper .box p{font-size:1.0625rem}}@media(max-width: 1399.98px){.contact-info h5,.contact-info .h5,.contact-info .box-wrapper .box p{font-size:1rem}}@media(max-width: 1199.98px){.contact-info h5,.contact-info .h5,.contact-info .box-wrapper .box p{font-size:0.9375rem}}@media(max-width: 991.98px){.contact-info h5,.contact-info .h5,.contact-info .box-wrapper .box p{font-size:1.0625rem}}@media(max-width: 767.98px){.contact-info h5,.contact-info .h5,.contact-info .box-wrapper .box p{font-size:1rem}}@media(max-width: 575.98px){.contact-info h5,.contact-info .h5,.contact-info .box-wrapper .box p{font-size:0.9375rem}}@media(min-width: 992px){.aluminum-overview{padding-bottom:4.75rem}}.aluminum-overview p{line-height:1.2}.aluminum-overview .carousel-wrapper{max-width:395px;height:750px}@media(max-width: 1599.98px){.aluminum-overview .carousel-wrapper{max-width:343px;height:650px}}@media(max-width: 1399.98px){.aluminum-overview .carousel-wrapper{max-width:290px;height:550px}}@media(max-width: 1199.98px){.aluminum-overview .carousel-wrapper{max-width:237px;height:450px}}@media(max-width: 991.98px){.aluminum-overview .carousel-wrapper{max-width:343px;height:650px}}@media(max-width: 767.98px){.aluminum-overview .carousel-wrapper{max-width:290px;height:550px}}@media(max-width: 575.98px){.aluminum-overview .carousel-wrapper{max-width:237px;height:450px}}.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content{max-width:252px;padding:35% 0}@media(max-width: 1599.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content{max-width:224px}}@media(max-width: 1399.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content{max-width:194px}}@media(max-width: 1199.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content{max-width:162px}}@media(max-width: 991.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content{max-width:212px}}@media(max-width: 767.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content{max-width:178px}}@media(max-width: 575.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content{max-width:156px}}.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:1.75rem}}@media(max-width: 1599.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:1.5rem}}@media(max-width: 1399.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:1.25rem}}@media(max-width: 1199.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:1rem}}@media(max-width: 991.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:1.5rem}}@media(max-width: 767.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:1.25rem}}@media(max-width: 575.98px){.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2{font-size:1rem}}.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content h2 span,.aluminum-overview .carousel-wrapper #aluminium-overview-carousel .swiper-slide .content .h2 span{font-weight:bold}.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{height:62px;width:62px;background:#265eff;border:1px solid #265eff;font-size:calc(1.275rem + 0.3vw);opacity:1}@media(min-width: 1200px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{font-size:1.5rem}}@media(max-width: 1599.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{width:57px;height:57px}}@media(max-width: 1399.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{width:52px;height:52px}}@media(max-width: 1199.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{width:47px;height:47px}}@media(max-width: 991.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{width:57px;height:57px}}@media(max-width: 767.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{width:52px;height:52px}}@media(max-width: 575.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{width:47px;height:47px}}@media(max-width: 419.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next{width:42px;height:42px;font-size:1rem !important}}.aluminum-overview .swiper-button-prev.swiper-button-disabled,.aluminum-overview .swiper-button-next.swiper-button-disabled{color:#0f0f0f !important;border-color:#0f0f0f;background:transparent}.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:1.5rem}}@media(max-width: 1599.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:1.375rem}}@media(max-width: 1399.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:1.25rem}}@media(max-width: 1199.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:1.125rem}}@media(max-width: 991.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:1.375rem}}@media(max-width: 767.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:1.25rem}}@media(max-width: 575.98px){.aluminum-overview .swiper-button-prev,.aluminum-overview .swiper-button-next,.aluminum-overview p{font-size:1.125rem}}.aluminum-overview .swiper-button-prev .blue,.aluminum-overview .swiper-button-next .blue,.aluminum-overview p .blue{font-weight:bold}.text-section+.aluminum-overview{padding-top:0}.copper-overview .wrapper{max-width:1660px}.copper-overview .wrapper .circle,.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet{background:#265eff;width:30px;height:30px;transition:background .3s;cursor:default}.copper-overview .wrapper .circle:before,.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet:before{content:"";position:absolute;border:2px solid #265eff;width:100%;height:100%;border-radius:100%;opacity:0;transition:opacity .3s,transform .3s;left:50%;top:50%;transform:translate(-50%, -50%)}@media(max-width: 1199.98px){.copper-overview .wrapper .circle:before,.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet:before{border-width:1px}}@media(max-width: 1599.98px){.copper-overview .wrapper .circle,.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet{width:25px;height:25px}}@media(max-width: 1399.98px){.copper-overview .wrapper .circle,.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet{width:20px;height:20px}}@media(max-width: 767.98px){.copper-overview .wrapper .circle,.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet{width:15px;height:15px}}@media(max-width: 575.98px){.copper-overview .wrapper .circle,.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet{width:12.5px;height:12.5px}}@media(max-width: 419.98px){.copper-overview .wrapper .circle,.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px}}.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet{cursor:pointer;opacity:1}.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet[data-index="0"]{left:25%;top:20%}.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet[data-index="1"]{left:27%;bottom:42%}.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet[data-index="2"]{right:31%;top:22%}.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:transparent}.copper-overview .wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{opacity:1;transform:translate(-50%, -50%) scale(1.4)}@media(min-width: 992px){.copper-overview .wrapper .text{opacity:0;transition:opacity .3s ease-in;cursor:text}}.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:1.875rem}}@media(max-width: 1599.98px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:1.75rem}}@media(max-width: 1399.98px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:1.625rem}}@media(max-width: 1199.98px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:1.5rem}}@media(max-width: 991.98px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:1.75rem}}@media(max-width: 767.98px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:1.625rem}}@media(max-width: 575.98px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.copper-overview .wrapper .text h3,.copper-overview .wrapper .text .h3{font-size:1.5rem}}.copper-overview .wrapper .text p{font-size:calc(1.275rem + 0.3vw);line-height:1.2}@media(min-width: 1200px){.copper-overview .wrapper .text p{font-size:1.5rem}}@media(max-width: 1599.98px){.copper-overview .wrapper .text p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.copper-overview .wrapper .text p{font-size:1.375rem}}@media(max-width: 1399.98px){.copper-overview .wrapper .text p{font-size:1.25rem}}@media(max-width: 1199.98px){.copper-overview .wrapper .text p{font-size:1.125rem}}@media(max-width: 991.98px){.copper-overview .wrapper .text p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.copper-overview .wrapper .text p{font-size:1.375rem}}@media(max-width: 767.98px){.copper-overview .wrapper .text p{font-size:1.25rem}}@media(max-width: 575.98px){.copper-overview .wrapper .text p{font-size:1.125rem}}.copper-overview .wrapper .box .circle .line{width:2px;height:110px;bottom:100%;transition:transform .3s}.copper-overview .wrapper .box .circle .line:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background:#265eff;transition:height .3s}@media(max-width: 1599.98px){.copper-overview .wrapper .box .circle .line{height:100px}}@media(max-width: 1399.98px){.copper-overview .wrapper .box .circle .line{height:90px}}@media(max-width: 1199.98px){.copper-overview .wrapper .box .circle .line{height:80px;width:1px}}.copper-overview .wrapper .box.lt{max-width:29%;left:0;bottom:71%}.copper-overview .wrapper .box.lt .circle{transform:translate(-130%, -150%)}.copper-overview .wrapper .box.lt .circle .line{transform:rotate(-45deg) translate(-38px, -6px)}.copper-overview .wrapper .box.lt .text{padding-right:40px;padding-bottom:calc(80px + 40px + 1rem)}@media(max-width: 1599.98px){.copper-overview .wrapper .box.lt{max-width:32%}.copper-overview .wrapper .box.lt .circle{transform:translate(-300%, -170%)}.copper-overview .wrapper .box.lt .circle .line{transform:rotate(-45deg) translate(-38px, -3px)}.copper-overview .wrapper .box.lt .text{padding-right:35px;padding-bottom:calc(70px + 35px + 1rem)}}@media(max-width: 1399.98px){.copper-overview .wrapper .box.lt{max-width:35%}.copper-overview .wrapper .box.lt .circle{transform:translate(-450%, -170%)}.copper-overview .wrapper .box.lt .circle .line{transform:rotate(-45deg) translate(-33px, -3px)}.copper-overview .wrapper .box.lt .text{padding-right:30px;padding-bottom:calc(65px + 30px + .5rem)}}@media(max-width: 1199.98px){.copper-overview .wrapper .box.lt{max-width:37%}.copper-overview .wrapper .box.lt .circle{transform:translate(-520%, -130%)}.copper-overview .wrapper .box.lt .circle .line{transform:rotate(-45deg) translate(-29px, -1px)}.copper-overview .wrapper .box.lt .text{padding-right:25px;padding-bottom:calc(60px + 25px + .5rem)}}.copper-overview .wrapper .box.lb{max-width:27%;left:1%;top:54%}.copper-overview .wrapper .box.lb .circle .line{transform:rotate(-130deg) translate(-62px, -100px)}.copper-overview .wrapper .box.lb .text{padding-right:40px;padding-top:85px}@media(max-width: 1599.98px){.copper-overview .wrapper .box.lb{max-width:28%}.copper-overview .wrapper .box.lb .circle .line{transform:rotate(-130deg) translate(-53px, -87px)}.copper-overview .wrapper .box.lb .text{padding-right:35px;padding-top:calc(80px + .5rem)}}@media(max-width: 1399.98px){.copper-overview .wrapper .box.lb{max-width:30%}.copper-overview .wrapper .box.lb .circle{transform:translate(-140%, 20%)}.copper-overview .wrapper .box.lb .circle .line{transform:rotate(-130deg) translate(-48px, -77px)}.copper-overview .wrapper .box.lb .text{padding-right:30px;padding-top:calc(70px + .5rem)}}@media(max-width: 1199.98px){.copper-overview .wrapper .box.lb{max-width:33%}.copper-overview .wrapper .box.lb .circle{transform:translate(-270%, -10%)}.copper-overview .wrapper .box.lb .circle .line{transform:rotate(-130deg) translate(-44px, -69px)}.copper-overview .wrapper .box.lb .text{padding-right:25px;padding-top:calc(60px + .5rem)}}.copper-overview .wrapper .box.rt{max-width:36%;right:0;bottom:74.5%}.copper-overview .wrapper .box.rt .circle .line{transform:rotate(45deg) translate(60px, -26px)}.copper-overview .wrapper .box.rt .text{padding-left:calc(40px + 110px);padding-bottom:40px}@media(max-width: 1599.98px){.copper-overview .wrapper .box.rt{max-width:40%}.copper-overview .wrapper .box.rt .circle{transform:translate(106%, 8%)}.copper-overview .wrapper .box.rt .circle .line{transform:rotate(45deg) translate(54px, -19px)}.copper-overview .wrapper .box.rt .text{padding-left:calc(35px + 100px);padding-bottom:35px}}@media(max-width: 1399.98px){.copper-overview .wrapper .box.rt{max-width:43%}.copper-overview .wrapper .box.rt .circle{transform:translate(100%, 50%)}.copper-overview .wrapper .box.rt .circle .line{transform:rotate(45deg) translate(44px, -16px)}.copper-overview .wrapper .box.rt .text{padding-left:calc(30px + 90px);padding-bottom:30px}}@media(max-width: 1199.98px){.copper-overview .wrapper .box.rt{max-width:46%}.copper-overview .wrapper .box.rt .circle{transform:translate(100%, 120%)}.copper-overview .wrapper .box.rt .circle .line{transform:rotate(45deg) translate(40px, -14px)}.copper-overview .wrapper .box.rt .text{padding-left:calc(25px + 80px);padding-bottom:25px}}.copper-overview .wrapper .box:hover .circle{background:transparent}.copper-overview .wrapper .box:hover .circle:before{opacity:1;transform:translate(-50%, -50%) scale(1.4)}.copper-overview .wrapper .box:hover .circle .line:before{height:100%}.copper-overview .wrapper .box:hover .text{opacity:1}.copper-overview .wrapper .box:hover.lt .circle .line{transform:rotate(-45deg) translate(-38px, -16px)}@media(max-width: 1599.98px){.copper-overview .wrapper .box:hover.lt .circle .line{transform:rotate(-45deg) translate(-38px, -13px)}}@media(max-width: 1399.98px){.copper-overview .wrapper .box:hover.lt .circle .line{transform:rotate(-45deg) translate(-33px, -13px)}}@media(max-width: 1199.98px){.copper-overview .wrapper .box:hover.lt .circle .line{transform:rotate(-45deg) translate(-29px, -11px)}}.copper-overview .wrapper .box:hover.lb .circle .line{transform:rotate(-130deg) translate(-62px, -110px)}@media(max-width: 1599.98px){.copper-overview .wrapper .box:hover.lb .circle .line{transform:rotate(-130deg) translate(-53px, -97px)}}@media(max-width: 1399.98px){.copper-overview .wrapper .box:hover.lb .circle .line{transform:rotate(-130deg) translate(-48px, -87px)}}@media(max-width: 1199.98px){.copper-overview .wrapper .box:hover.lb .circle .line{transform:rotate(-130deg) translate(-44px, -79px)}}.copper-overview .wrapper .box:hover.rt .circle .line{transform:rotate(45deg) translate(60px, -36px)}@media(max-width: 1599.98px){.copper-overview .wrapper .box:hover.rt .circle .line{transform:rotate(45deg) translate(54px, -29px)}}@media(max-width: 1399.98px){.copper-overview .wrapper .box:hover.rt .circle .line{transform:rotate(45deg) translate(44px, -26px)}}@media(max-width: 1199.98px){.copper-overview .wrapper .box:hover.rt .circle .line{transform:rotate(45deg) translate(40px, -24px)}}.geographical-presence{background-color:#265eff}@media(min-width: 992px){.geographical-presence .img-wrapper{top:50%;transform:translateY(-50%);right:4%}.geographical-presence .img-wrapper .container{max-width:none}}@media(max-width: 991.98px){.geographical-presence .img-wrapper{position:static !important}}@media(min-width: 992px){.geographical-presence{padding:5rem 0 6.5rem}}.geographical-presence p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.geographical-presence p{font-size:1.5rem}}.geographical-presence h2,.geographical-presence .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.geographical-presence h2,.geographical-presence .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.geographical-presence h2,.geographical-presence .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.geographical-presence h2,.geographical-presence .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.geographical-presence h2,.geographical-presence .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.geographical-presence h2,.geographical-presence .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.geographical-presence h2,.geographical-presence .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.geographical-presence h2,.geographical-presence .h2{font-size:3.375rem}}@media(max-width: 991.98px){.geographical-presence h2,.geographical-presence .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.geographical-presence h2,.geographical-presence .h2{font-size:3.75rem}}@media(max-width: 767.98px){.geographical-presence h2,.geographical-presence .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.geographical-presence h2,.geographical-presence .h2{font-size:3.375rem}}@media(max-width: 575.98px){.geographical-presence h2,.geographical-presence .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.geographical-presence h2,.geographical-presence .h2{font-size:3rem}}@media(max-width: 1599.98px){.geographical-presence h3,.geographical-presence .h3,.geographical-presence p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.geographical-presence h3,.geographical-presence .h3,.geographical-presence p{font-size:1.375rem}}@media(max-width: 1399.98px){.geographical-presence h3,.geographical-presence .h3,.geographical-presence p{font-size:1.25rem}}@media(max-width: 1199.98px){.geographical-presence h3,.geographical-presence .h3,.geographical-presence p{font-size:1.125rem}}@media(max-width: 991.98px){.geographical-presence h3,.geographical-presence .h3,.geographical-presence p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.geographical-presence h3,.geographical-presence .h3,.geographical-presence p{font-size:1.375rem}}@media(max-width: 767.98px){.geographical-presence h3,.geographical-presence .h3,.geographical-presence p{font-size:1.25rem}}@media(max-width: 575.98px){.geographical-presence h3,.geographical-presence .h3,.geographical-presence p{font-size:1.125rem}}.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:calc(1.30625rem + 0.675vw)}@media(min-width: 1200px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:1.8125rem}}@media(max-width: 1599.98px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:calc(1.29375rem + 0.525vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:1.6875rem}}@media(max-width: 1399.98px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:calc(1.28125rem + 0.375vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:1.5625rem}}@media(max-width: 1199.98px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:1.4375rem}}@media(max-width: 991.98px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:calc(1.29375rem + 0.525vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:1.6875rem}}@media(max-width: 767.98px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:calc(1.28125rem + 0.375vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:1.5625rem}}@media(max-width: 575.98px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.geographical-presence h3.facilities-title,.geographical-presence .facilities-title.h3{font-size:1.4375rem}}@media(min-width: 1400px){.geographical-presence .custom-btn-arrow{margin-top:3.75rem !important;margin-bottom:3.75rem !important}}.geographical-presence .custom-btn-arrow .arrow{margin-left:1.75rem}.geographical-presence .counter{font-size:calc(1.4375rem + 2.25vw)}@media(min-width: 1200px){.geographical-presence .counter{font-size:3.125rem}}@media(max-width: 1599.98px){.geographical-presence .counter{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.geographical-presence .counter{font-size:3rem}}@media(max-width: 1399.98px){.geographical-presence .counter{font-size:calc(1.4125rem + 1.95vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.geographical-presence .counter{font-size:2.875rem}}@media(max-width: 1199.98px){.geographical-presence .counter{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.geographical-presence .counter{font-size:2.75rem}}@media(max-width: 991.98px){.geographical-presence .counter{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.geographical-presence .counter{font-size:3rem}}@media(max-width: 767.98px){.geographical-presence .counter{font-size:calc(1.4125rem + 1.95vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.geographical-presence .counter{font-size:2.875rem}}@media(max-width: 575.98px){.geographical-presence .counter{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.geographical-presence .counter{font-size:2.75rem}}.most-wanted-widget{background-color:#265eff;background-position:left bottom;background-size:100%}@media(max-width: 991.98px){.most-wanted-widget{background-image:none !important}}@media(min-width: 992px){.most-wanted-widget{padding:5.938rem 0;min-height:727px}}@media(min-width: 1200px){.most-wanted-widget{min-height:777px}}@media(min-width: 1400px){.most-wanted-widget{min-height:827px}}@media(min-width: 1600px){.most-wanted-widget{min-height:1040px}}.most-wanted-widget p,.most-wanted-widget li{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.most-wanted-widget p,.most-wanted-widget li{font-size:1.5rem}}.most-wanted-widget p a,.most-wanted-widget li a{color:#fff}.most-wanted-widget h2,.most-wanted-widget .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:3.375rem}}@media(max-width: 1399.98px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:3rem}}@media(max-width: 1199.98px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:2.625rem}}@media(max-width: 991.98px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:3.75rem}}@media(max-width: 767.98px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:3.375rem}}@media(max-width: 575.98px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.most-wanted-widget h2,.most-wanted-widget .h2{font-size:3rem}}.most-wanted-widget .editor p:not(:last-child),.most-wanted-widget .editor ul:not(:last-child){margin-bottom:1rem}@media(min-width: 1400px){.most-wanted-widget .editor p:not(:last-child),.most-wanted-widget .editor ul:not(:last-child){margin-bottom:2rem}}.most-wanted-widget .editor ul,.most-wanted-widget .editor ol{padding-left:1.5rem}@media(max-width: 1599.98px){.most-wanted-widget .editor ul{padding-left:1.25rem}}@media(max-width: 1399.98px){.most-wanted-widget .editor ul{padding-left:1rem}}@media(max-width: 1199.98px){.most-wanted-widget .editor ul{padding-left:.75rem}}@media(max-width: 991.98px){.most-wanted-widget .editor ul{padding-left:1rem}}@media(max-width: 767.98px){.most-wanted-widget .editor ul{padding-left:.75rem}}@media(max-width: 575.98px){.most-wanted-widget .editor ul{padding-left:.5rem}}.most-wanted-widget .editor ul li:before{background:#fff}@media(max-width: 1599.98px){.most-wanted-widget .editor ul li{padding-left:calc(11px + 1.25rem)}.most-wanted-widget .editor ul li:before{width:11px;height:11px;top:10px}}@media(max-width: 1399.98px){.most-wanted-widget .editor ul li{padding-left:calc(10px + 1rem)}.most-wanted-widget .editor ul li:before{width:10px;height:10px;top:9px}}@media(max-width: 1199.98px){.most-wanted-widget .editor ul li{padding-left:calc(9px + .75rem)}.most-wanted-widget .editor ul li:before{width:9px;height:9px;top:8px}}@media(max-width: 991.98px){.most-wanted-widget .editor ul li{padding-left:calc(11px + 1rem)}.most-wanted-widget .editor ul li:before{width:10px;height:10px;top:9px}}@media(max-width: 767.98px){.most-wanted-widget .editor ul li{padding-left:calc(9px + .75rem)}.most-wanted-widget .editor ul li:before{width:9px;height:9px;top:8px}}@media(max-width: 575.98px){.most-wanted-widget .editor ul li{padding-left:calc(8px + .5rem)}.most-wanted-widget .editor ul li:before{width:8px;height:8px;top:7px}}@media(max-width: 1599.98px){.most-wanted-widget h3,.most-wanted-widget .h3,.most-wanted-widget p,.most-wanted-widget li{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.most-wanted-widget h3,.most-wanted-widget .h3,.most-wanted-widget p,.most-wanted-widget li{font-size:1.375rem}}@media(max-width: 1399.98px){.most-wanted-widget h3,.most-wanted-widget .h3,.most-wanted-widget p,.most-wanted-widget li{font-size:1.25rem}}@media(max-width: 1199.98px){.most-wanted-widget h3,.most-wanted-widget .h3,.most-wanted-widget p,.most-wanted-widget li{font-size:1.125rem}}@media(max-width: 991.98px){.most-wanted-widget h3,.most-wanted-widget .h3,.most-wanted-widget p,.most-wanted-widget li{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.most-wanted-widget h3,.most-wanted-widget .h3,.most-wanted-widget p,.most-wanted-widget li{font-size:1.375rem}}@media(max-width: 767.98px){.most-wanted-widget h3,.most-wanted-widget .h3,.most-wanted-widget p,.most-wanted-widget li{font-size:1.25rem}}@media(max-width: 575.98px){.most-wanted-widget h3,.most-wanted-widget .h3,.most-wanted-widget p,.most-wanted-widget li{font-size:1.125rem}}.most-wanted-widget .custom-btn-arrow .arrow{margin-left:1.75rem}.facilities{background:#265eff}@media(min-width: 992px){.facilities{padding-bottom:5.625rem}}.facilities .nav-pills .nav-item:not(:last-child){margin-right:1rem}.facilities .nav-pills .nav-item .nav-link{font-size:1.125rem;padding:.5rem !important;line-height:1}.facilities .nav-pills .nav-item .nav-link.active{background:#fff !important;color:#0f0f0f}.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{color:#f0f4ff}@media(min-width: 992px){.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{letter-spacing:2px}}@media(max-width: 1599.98px){.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{font-size:1.0625rem}}@media(max-width: 1399.98px){.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{font-size:1rem}}@media(max-width: 1199.98px){.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{font-size:0.9375rem}}@media(max-width: 991.98px){.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{font-size:1.0625rem}}@media(max-width: 767.98px){.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{font-size:1rem}}@media(max-width: 575.98px){.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{font-size:0.9375rem}}@media(max-width: 419.98px){.facilities h5,.facilities .h5,.facilities .nav-pills .nav-item .nav-link{font-size:0.875rem}}@media(min-width: 992px){.facilities .carousel-wrapper{max-width:none}}.facilities .carousel-wrapper .swiper .swiper-slide{border-radius:1.125rem;padding:1.5rem .75rem;color:#0f0f0f}@media(min-width: 420px){.facilities .carousel-wrapper .swiper .swiper-slide{padding:1.6875rem 1rem}}@media(min-width: 576px){.facilities .carousel-wrapper .swiper .swiper-slide{padding:1.6875rem 1.5rem}}@media(min-width: 768px){.facilities .carousel-wrapper .swiper .swiper-slide{max-width:calc(50% - 12px);padding:1.5rem .75rem}}@media(min-width: 992px){.facilities .carousel-wrapper .swiper .swiper-slide{max-width:35%}}@media(min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide{max-width:30%;padding:1.6875rem 1rem}}@media(min-width: 1400px){.facilities .carousel-wrapper .swiper .swiper-slide{max-width:25%;padding:1.6875rem 1.5rem}}@media(min-width: 1600px){.facilities .carousel-wrapper .swiper .swiper-slide{max-width:24.961%;padding:1.6875rem 1.8125rem 2.8125rem}}.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:calc(1.3375rem + 1.05vw)}@media(min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:2.125rem}}@media(max-width: 1599.98px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:1.875rem}}@media(max-width: 1399.98px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:1.625rem}}@media(max-width: 1199.98px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:1.375rem}}@media(max-width: 767.98px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:calc(1.3125rem + 0.75vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:1.875rem}}@media(max-width: 575.98px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:1.625rem}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:calc(1.2625rem + 0.15vw);margin-bottom:.5rem !important}}@media(max-width: 419.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide h2,.facilities .carousel-wrapper .swiper .swiper-slide .h2{font-size:1.375rem}}.facilities .carousel-wrapper .swiper .swiper-slide .img-wrapper{padding-top:43.41464%}.facilities .carousel-wrapper .swiper .swiper-slide .img-wrapper img{-o-object-fit:cover;object-fit:cover}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content>div:first-child{padding-top:1rem !important;padding-bottom:1rem !important}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content>div.editor{margin-bottom:0 !important}}.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:calc(1.275rem + 0.3vw);margin-bottom:0 !important}@media(min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:1.5rem}}@media(max-width: 1599.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:1.125rem}}@media(max-width: 767.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:1.375rem}}@media(max-width: 575.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:1.25rem}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content h3,.facilities .carousel-wrapper .swiper .swiper-slide .content .h3{font-size:1.125rem}}.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li{padding-left:calc(20px + 1.5rem);margin-bottom:.75rem;line-height:1.2}@media(max-width: 1599.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li{padding-left:calc(18px + 1.25rem)}}@media(max-width: 1399.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li{padding-left:calc(16px + 1rem)}}@media(max-width: 1199.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li{padding-left:calc(14px + .75rem)}}@media(max-width: 767.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li{padding-left:calc(18px + 1.25rem)}}@media(max-width: 575.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li{padding-left:calc(16px + 1rem)}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li{padding-left:calc(14px + .75rem)}}.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before{content:"" !important;background:transparent !important;border:1px solid #d8d9d9;color:#265eff;border-radius:100%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-family:"Font Awesome 6 Free";font-weight:900;top:0}@media(max-width: 1599.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before{width:18px;height:18px}}@media(max-width: 1399.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before{width:16px;height:16px}}@media(max-width: 1199.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before{width:14px;height:14px}}@media(max-width: 767.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before{width:18px;height:18px}}@media(max-width: 575.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before{width:16px;height:16px}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor ul li:before{width:14px;height:14px}}.facilities .carousel-wrapper .swiper .swiper-slide .content .editor p,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li:before{font-size:1rem}@media(max-width: 1599.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor p,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li:before{font-size:0.9375rem}}@media(max-width: 1399.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor p,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li:before{font-size:0.875rem}}@media(max-width: 1199.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor p,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li:before{font-size:0.8125rem}}@media(max-width: 767.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor p,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li:before{font-size:0.9375rem}}@media(max-width: 575.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor p,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li:before{font-size:0.875rem}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .editor p,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li,.facilities .carousel-wrapper .swiper .swiper-slide .content .editor li:before{font-size:0.8125rem}}.facilities .carousel-wrapper .swiper .swiper-slide .content h5,.facilities .carousel-wrapper .swiper .swiper-slide .content .h5{color:#0f0f0f}@media(min-width: 992px){.facilities .carousel-wrapper .swiper .swiper-slide .content h5,.facilities .carousel-wrapper .swiper .swiper-slide .content .h5{letter-spacing:0px}}@media(min-width: 992px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons{letter-spacing:-1px}}.facilities .carousel-wrapper .swiper .swiper-slide .content .tons span{font-size:1.125rem}@media(max-width: 1599.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons span{font-size:1.0625rem}}@media(max-width: 1399.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons span{font-size:1rem}}@media(max-width: 1199.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons span{font-size:0.9375rem}}@media(max-width: 767.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons span{font-size:1.0625rem}}@media(max-width: 575.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons span{font-size:1rem}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons span{font-size:0.9375rem}}.facilities .carousel-wrapper .swiper .swiper-slide .content a{width:59px;height:59px;border:1px solid #0f0f0f;transform:rotate(-45deg);transition:color .3s}@media(max-width: 1599.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content a{width:54px;height:54px}}@media(max-width: 1399.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content a{width:49px;height:49px}}@media(max-width: 1199.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content a{width:44px;height:44px}}@media(max-width: 767.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content a{width:54px;height:54px}}@media(max-width: 575.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content a{width:49px;height:49px}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content a{width:44px;height:44px}}.facilities .carousel-wrapper .swiper .swiper-slide .content a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0f0f0f;transform:scale(0);transition:transform .3s;border-radius:100%;z-index:-1}.facilities .carousel-wrapper .swiper .swiper-slide .content a:hover{color:#fff}.facilities .carousel-wrapper .swiper .swiper-slide .content a:hover:before{transform:none}.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:1.875rem}}@media(max-width: 1599.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:1.625rem}}@media(max-width: 1399.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:1.375rem}}@media(max-width: 1199.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:1.125rem}}@media(max-width: 767.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:1.625rem}}@media(max-width: 575.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:1.375rem}}@media(max-width: 419.98px){.facilities .carousel-wrapper .swiper .swiper-slide .content .tons,.facilities .carousel-wrapper .swiper .swiper-slide .content a{font-size:1.125rem}}@media(min-width: 1400px){.facilities .navigation-wrapper{margin-top:3.5rem !important}}.facilities .navigation-wrapper .swiper-scrollbar{background:#3f71ff !important}.facilities .navigation-wrapper .swiper-scrollbar .swiper-scrollbar-drag{background:#9bbaff !important}@media(max-width: 1599.98px){.facilities .navigation-wrapper .swiper-button-prev,.facilities .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.facilities .navigation-wrapper .swiper-button-prev,.facilities .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.facilities .navigation-wrapper .swiper-button-prev,.facilities .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.facilities .navigation-wrapper .swiper-button-prev,.facilities .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.facilities .navigation-wrapper .swiper-button-prev,.facilities .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.facilities .navigation-wrapper .swiper-button-prev,.facilities .navigation-wrapper .swiper-button-next{font-size:1rem}}body:has(.our-business+.facilities) .our-business{padding-bottom:.375rem}.our-business+.facilities{padding-top:0}table:not(.dividend table){width:100%}@media(min-width: 992px){table:not(.dividend table){table-layout:fixed}}table:not(.dividend table) tr th{font-weight:bold;color:#265eff;font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){table:not(.dividend table) tr th{font-size:1.5rem}}@media(max-width: 991.98px){table:not(.dividend table) tr th{white-space:nowrap}}@media(max-width: 1599.98px){table:not(.dividend table) tr th{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){table:not(.dividend table) tr th{font-size:1.375rem}}@media(max-width: 1399.98px){table:not(.dividend table) tr th{font-size:1.25rem}}@media(max-width: 1199.98px){table:not(.dividend table) tr th{font-size:1.125rem}}@media(max-width: 991.98px){table:not(.dividend table) tr th{font-size:1rem}}table:not(.dividend table) tr td{font-size:1.125rem;border-bottom:1px solid #cacbd2}table:not(.dividend table) tr td:not(:first-child){font-weight:bold}@media(max-width: 1599.98px){table:not(.dividend table) tr td{font-size:1.0625rem}}@media(max-width: 1399.98px){table:not(.dividend table) tr td{font-size:1rem}}@media(max-width: 1199.98px){table:not(.dividend table) tr td{font-size:0.9375rem}}@media(max-width: 991.98px){table:not(.dividend table) tr td{font-size:0.875rem}}table:not(.dividend table) tr td img{margin:.25rem}table:not(.dividend table) tr th,table:not(.dividend table) tr td{line-height:1.3;padding:1rem 0}table:not(.dividend table) tr th:not(:first-child),table:not(.dividend table) tr td:not(:first-child){text-align:center}table:not(.dividend table) tr th:not(:last-child),table:not(.dividend table) tr td:not(:last-child){padding-right:1rem}table:not(.dividend table) thead{border-bottom:3px solid #265eff}.table-responsive:has(table:not(.dividend table)){padding-bottom:1rem}.table-responsive:has(table:not(.dividend table))::-webkit-scrollbar{height:3px}.table-responsive:has(table:not(.dividend table))::-webkit-scrollbar-track{background:#fff}.table-responsive:has(table:not(.dividend table))::-webkit-scrollbar-thumb{background:#265eff;border-radius:.5rem}@-moz-document url-prefix(){.table-responsive:has(table:not(.dividend table)){scrollbar-color:#265eff #fff;scrollbar-width:thin}}@media(min-width: 992px){.sdgs-table{padding:5.375rem 0}}.sdgs-table h2,.sdgs-table .h2{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.sdgs-table h2,.sdgs-table .h2{font-size:2.25rem}}@media(max-width: 1599.98px){.sdgs-table h2,.sdgs-table .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.sdgs-table h2,.sdgs-table .h2{font-size:2rem}}@media(max-width: 1399.98px){.sdgs-table h2,.sdgs-table .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.sdgs-table h2,.sdgs-table .h2{font-size:1.75rem}}@media(max-width: 1199.98px){.sdgs-table h2,.sdgs-table .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.sdgs-table h2,.sdgs-table .h2{font-size:1.5rem}}@media(max-width: 991.98px){.sdgs-table h2,.sdgs-table .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.sdgs-table h2,.sdgs-table .h2{font-size:2rem}}@media(max-width: 767.98px){.sdgs-table h2,.sdgs-table .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.sdgs-table h2,.sdgs-table .h2{font-size:1.75rem}}@media(max-width: 575.98px){.sdgs-table h2,.sdgs-table .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.sdgs-table h2,.sdgs-table .h2{font-size:1.5rem}}.sdgs-table p{color:#707070;font-style:italic}.sdgs-table p:not(:last-child){margin-bottom:.5rem}@media(max-width: 1599.98px){.sdgs-table p{font-size:0.9375rem}}@media(max-width: 1399.98px){.sdgs-table p{font-size:0.875rem}}@media(max-width: 1199.98px){.sdgs-table p{font-size:0.8125rem}}@media(max-width: 991.98px){.sdgs-table p{font-size:0.9375rem}}@media(max-width: 767.98px){.sdgs-table p{font-size:0.875rem}}@media(max-width: 575.98px){.sdgs-table p{font-size:0.8125rem}}.img-text+.sdgs-table{padding-top:0}.testimonials{background-color:#265eff}@media(min-width: 992px){.testimonials{padding:6.5625rem 0 6.25rem;background-position:center bottom -150px}}@media(min-width: 1200px){.testimonials{background-position:center bottom -180px}}@media(min-width: 1400px){.testimonials{background-position:center bottom -260px}}@media(min-width: 1600px){.testimonials{background-position:right -350px bottom -390px}}@media(max-width: 991.98px){.testimonials{background-image:none !important}}.testimonials h2,.testimonials .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.testimonials h2,.testimonials .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.testimonials h2,.testimonials .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.testimonials h2,.testimonials .h2{font-size:3.375rem}}@media(max-width: 1399.98px){.testimonials h2,.testimonials .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.testimonials h2,.testimonials .h2{font-size:3rem}}@media(max-width: 1199.98px){.testimonials h2,.testimonials .h2{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.testimonials h2,.testimonials .h2{font-size:2.625rem}}@media(max-width: 991.98px){.testimonials h2,.testimonials .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.testimonials h2,.testimonials .h2{font-size:3.75rem}}@media(max-width: 767.98px){.testimonials h2,.testimonials .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.testimonials h2,.testimonials .h2{font-size:3.375rem}}@media(max-width: 575.98px){.testimonials h2,.testimonials .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.testimonials h2,.testimonials .h2{font-size:3rem}}@media(min-width: 992px){.testimonials .carousel-wrapper{max-width:none}}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide{border-radius:1.25rem;min-height:286px !important;color:#0f0f0f}@media(min-width: 420px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide{min-height:336px !important}}@media(min-width: 576px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide{min-height:386px !important}}@media(min-width: 768px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide{min-height:436px !important}}@media(min-width: 992px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide{height:auto !important;min-height:386px;max-width:calc((((960px - 1.5rem) + (100vw - (960px - 1.5rem)) / 2) / 2) - 1.5rem)}}@media(min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide{max-width:calc((((1140px - 1.5rem) + (100vw - (1140px - 1.5rem)) / 2) / 2) - 1.5rem);min-height:436px}}@media(min-width: 1400px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide{max-width:36.7841%;min-height:486px}}@media(min-width: 1600px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide{min-height:603px}}@media(min-width: 1600px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .editor p{font-size:calc(1.275rem + 0.3vw)}}@media(min-width: 1600px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .editor p{font-size:1.5rem}}@media(max-width: 419.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .editor p{font-size:0.875rem}}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .swiper-lazy-preloader{border:4px solid #fff;border-top:4px solid transparent}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:2.5rem}}@media(max-width: 1599.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:2.25rem}}@media(max-width: 1399.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:2rem}}@media(max-width: 1199.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:1.75rem}}@media(max-width: 991.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:2.25rem}}@media(max-width: 767.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:2rem}}@media(max-width: 575.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:1.75rem}}@media(max-width: 419.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h2,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h2{font-size:1.5rem}}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:calc(1.2625rem + 0.15vw)}@media(min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:1.375rem}}@media(max-width: 1599.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:1.25rem}}@media(max-width: 1399.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:1.125rem}}@media(max-width: 1199.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:1rem}}@media(max-width: 991.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:1.25rem}}@media(max-width: 767.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:1.125rem}}@media(max-width: 575.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:1rem}}@media(max-width: 419.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info h4,.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .h4{font-size:0.875rem}}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper{width:153px;height:153px}@media(max-width: 1599.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper{width:143px;height:143px}}@media(max-width: 1399.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper{width:123px;height:123px}}@media(max-width: 1199.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper{width:103px;height:103px}}@media(max-width: 991.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper{width:143px;height:143px}}@media(max-width: 767.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper{width:123px;height:123px}}@media(max-width: 575.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper{width:103px;height:103px}}@media(max-width: 419.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper{width:83px;height:83px}}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide .info .img-wrapper img{-o-object-fit:cover;object-fit:cover}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video{cursor:pointer}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video:before{background:rgba(15,15,15,.18);z-index:-1}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video img{z-index:-2;-o-object-fit:cover;object-fit:cover}.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{width:136px;height:136px;background:rgba(15,15,15,.18);font-size:calc(1.46875rem + 2.625vw)}@media(min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{font-size:3.4375rem}}@media(max-width: 1599.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{width:116px;height:116px;font-size:calc(1.4375rem + 2.25vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{font-size:3.125rem}}@media(max-width: 1399.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{width:96px;height:96px;font-size:calc(1.40625rem + 1.875vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{font-size:2.8125rem}}@media(max-width: 1199.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{width:76px;height:76px;font-size:calc(1.375rem + 1.5vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{font-size:2.5rem}}@media(max-width: 991.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{width:116px;height:116px;font-size:calc(1.4375rem + 2.25vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{font-size:3.125rem}}@media(max-width: 767.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{width:96px;height:96px;font-size:calc(1.40625rem + 1.875vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{font-size:2.8125rem}}@media(max-width: 575.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{width:76px;height:76px;font-size:calc(1.375rem + 1.5vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{font-size:2.5rem}}@media(max-width: 419.98px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{width:56px;height:56px;font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 419.98px)and (min-width: 1200px){.testimonials .carousel-wrapper #testimonials-carousel .swiper-slide.has-video .play{font-size:2.25rem}}@media(max-width: 1599.98px){.testimonials h3,.testimonials .h3,.testimonials #testimonials-carousel .swiper-slide .editor p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.testimonials h3,.testimonials .h3,.testimonials #testimonials-carousel .swiper-slide .editor p{font-size:1.375rem}}@media(max-width: 1399.98px){.testimonials h3,.testimonials .h3,.testimonials #testimonials-carousel .swiper-slide .editor p{font-size:1.25rem}}@media(max-width: 1199.98px){.testimonials h3,.testimonials .h3,.testimonials #testimonials-carousel .swiper-slide .editor p{font-size:1.125rem}}@media(max-width: 991.98px){.testimonials h3,.testimonials .h3,.testimonials #testimonials-carousel .swiper-slide .editor p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.testimonials h3,.testimonials .h3,.testimonials #testimonials-carousel .swiper-slide .editor p{font-size:1.375rem}}@media(max-width: 767.98px){.testimonials h3,.testimonials .h3,.testimonials #testimonials-carousel .swiper-slide .editor p{font-size:1.25rem}}@media(max-width: 575.98px){.testimonials h3,.testimonials .h3,.testimonials #testimonials-carousel .swiper-slide .editor p{font-size:1.125rem}}@media(min-width: 1400px){.testimonials .navigation-wrapper{margin-top:3.5rem !important}}.testimonials .navigation-wrapper .swiper-scrollbar{background:#b0c4ff !important}.testimonials .navigation-wrapper .swiper-scrollbar .swiper-scrollbar-drag{background:#fff !important}@media(max-width: 1599.98px){.testimonials .navigation-wrapper .swiper-button-prev,.testimonials .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 1399.98px){.testimonials .navigation-wrapper .swiper-button-prev,.testimonials .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 1199.98px){.testimonials .navigation-wrapper .swiper-button-prev,.testimonials .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 991.98px){.testimonials .navigation-wrapper .swiper-button-prev,.testimonials .navigation-wrapper .swiper-button-next{font-size:1rem}}@media(max-width: 767.98px){.testimonials .navigation-wrapper .swiper-button-prev,.testimonials .navigation-wrapper .swiper-button-next{font-size:1.125rem}}@media(max-width: 575.98px){.testimonials .navigation-wrapper .swiper-button-prev,.testimonials .navigation-wrapper .swiper-button-next{font-size:1rem}}.full-year-results{background:#265eff}@media(min-width: 992px){.full-year-results{padding:7.25rem 0 5.375rem}}.full-year-results h2,.full-year-results .h2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.full-year-results h2,.full-year-results .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.full-year-results h2,.full-year-results .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.full-year-results h2,.full-year-results .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.full-year-results h2,.full-year-results .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.full-year-results h2,.full-year-results .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.full-year-results h2,.full-year-results .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.full-year-results h2,.full-year-results .h2{font-size:3.375rem}}@media(max-width: 991.98px){.full-year-results h2,.full-year-results .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.full-year-results h2,.full-year-results .h2{font-size:3.75rem}}@media(max-width: 767.98px){.full-year-results h2,.full-year-results .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.full-year-results h2,.full-year-results .h2{font-size:3.375rem}}@media(max-width: 575.98px){.full-year-results h2,.full-year-results .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.full-year-results h2,.full-year-results .h2{font-size:3rem}}@media(max-width: 1599.98px){.full-year-results h3,.full-year-results .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.full-year-results h3,.full-year-results .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.full-year-results h3,.full-year-results .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.full-year-results h3,.full-year-results .h3{font-size:1.125rem}}@media(max-width: 991.98px){.full-year-results h3,.full-year-results .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.full-year-results h3,.full-year-results .h3{font-size:1.375rem}}@media(max-width: 767.98px){.full-year-results h3,.full-year-results .h3{font-size:1.25rem}}@media(max-width: 575.98px){.full-year-results h3,.full-year-results .h3{font-size:1.125rem}}@media(max-width: 1599.98px){.full-year-results h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5),.full-year-results .h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5){font-size:1.0625rem}}@media(max-width: 1399.98px){.full-year-results h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5),.full-year-results .h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5){font-size:1rem}}@media(max-width: 1199.98px){.full-year-results h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5),.full-year-results .h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5){font-size:0.9375rem}}@media(max-width: 991.98px){.full-year-results h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5),.full-year-results .h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5){font-size:1.0625rem}}@media(max-width: 767.98px){.full-year-results h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5),.full-year-results .h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5){font-size:1rem}}@media(max-width: 575.98px){.full-year-results h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5),.full-year-results .h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5){font-size:0.9375rem}}.full-year-results h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5):not(.box h5):not(.box .h5),.full-year-results .h5:not(.custom-col .info-box h5):not(.custom-col .info-box .h5):not(.box h5):not(.box .h5){color:#88a7ff;letter-spacing:2px}@media(min-width: 1400px){.full-year-results .custom-col{width:20%}}@media(max-width: 419.98px){.full-year-results .custom-col{width:100%}}@media(max-width: 419.98px){.full-year-results .custom-col .info-box .img-wrapper{height:auto !important}}.full-year-results .custom-col .info-box .info-counter{font-size:calc(1.4rem + 1.8vw);line-height:1}@media(min-width: 1200px){.full-year-results .custom-col .info-box .info-counter{font-size:2.75rem}}@media(max-width: 1599.98px){.full-year-results .custom-col .info-box .info-counter{font-size:calc(1.375rem + 1.5vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.full-year-results .custom-col .info-box .info-counter{font-size:2.5rem}}@media(max-width: 1399.98px){.full-year-results .custom-col .info-box .info-counter{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.full-year-results .custom-col .info-box .info-counter{font-size:2.25rem}}@media(max-width: 1199.98px){.full-year-results .custom-col .info-box .info-counter{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.full-year-results .custom-col .info-box .info-counter{font-size:2rem}}@media(max-width: 991.98px){.full-year-results .custom-col .info-box .info-counter{font-size:calc(1.35rem + 1.2vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.full-year-results .custom-col .info-box .info-counter{font-size:2.25rem}}@media(max-width: 767.98px){.full-year-results .custom-col .info-box .info-counter{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.full-year-results .custom-col .info-box .info-counter{font-size:2rem}}@media(max-width: 575.98px){.full-year-results .custom-col .info-box .info-counter{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.full-year-results .custom-col .info-box .info-counter{font-size:1.75rem}}.full-year-results .custom-col .info-box h5,.full-year-results .custom-col .info-box .h5{font-size:1.25rem;line-height:1.3}@media(max-width: 1599.98px){.full-year-results .custom-col .info-box h5,.full-year-results .custom-col .info-box .h5{font-size:1.1875rem}}@media(max-width: 1399.98px){.full-year-results .custom-col .info-box h5,.full-year-results .custom-col .info-box .h5{font-size:1.125rem}}@media(max-width: 1199.98px){.full-year-results .custom-col .info-box h5,.full-year-results .custom-col .info-box .h5{font-size:1.0625rem}}@media(max-width: 991.98px){.full-year-results .custom-col .info-box h5,.full-year-results .custom-col .info-box .h5{font-size:1.125rem}}@media(max-width: 767.98px){.full-year-results .custom-col .info-box h5,.full-year-results .custom-col .info-box .h5{font-size:1.0625rem}}@media(max-width: 575.98px){.full-year-results .custom-col .info-box h5,.full-year-results .custom-col .info-box .h5{font-size:1rem}}.full-year-results .custom-col .info-box hr{background:#648cff}.full-year-results [class*=col]:has(.recent-financials-chart) .recent-financials-chart .highcharts-label.highcharts-stack-labels{visibility:visible !important}.full-year-results [class*=col]:has(.recent-financials-chart) .recent-financials-chart .highcharts-legend-item-hidden>text,.full-year-results [class*=col]:has(.recent-financials-chart) .recent-financials-chart .highcharts-legend-item-hidden>.highcharts-point{fill:#fff !important}.full-year-results [class*=col]:has(.recent-financials-chart) .recent-financials-chart .highcharts-legend-item-hidden:first-child>.highcharts-point{fill:#cacbd2 !important}.full-year-results .box{background:#507dff;min-height:116px}@media(min-width: 420px){.full-year-results .box{min-height:146px}}@media(min-width: 576px){.full-year-results .box{min-height:176px;padding:1.875rem 2.75rem !important}}@media(min-width: 768px){.full-year-results .box{min-height:206px}}@media(min-width: 992px){.full-year-results .box{min-height:146px}}@media(min-width: 1200px){.full-year-results .box{min-height:176px}}@media(min-width: 1400px){.full-year-results .box{min-height:206px}}@media(min-width: 1600px){.full-year-results .box{min-height:236px}}.full-year-results .box .counter{font-size:calc(1.4375rem + 2.25vw);line-height:1.2}@media(min-width: 1200px){.full-year-results .box .counter{font-size:3.125rem}}@media(max-width: 1599.98px){.full-year-results .box .counter{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.full-year-results .box .counter{font-size:2.75rem}}@media(max-width: 1399.98px){.full-year-results .box .counter{font-size:calc(1.3625rem + 1.35vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.full-year-results .box .counter{font-size:2.375rem}}@media(max-width: 1199.98px){.full-year-results .box .counter{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.full-year-results .box .counter{font-size:2rem}}@media(max-width: 991.98px){.full-year-results .box .counter{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.full-year-results .box .counter{font-size:2.75rem}}@media(max-width: 767.98px){.full-year-results .box .counter{font-size:calc(1.3625rem + 1.35vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.full-year-results .box .counter{font-size:2.375rem}}@media(max-width: 575.98px){.full-year-results .box .counter{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.full-year-results .box .counter{font-size:2rem}}@media(max-width: 419.98px){.full-year-results .box .counter{line-height:1}}.full-year-results .box .counter small,.full-year-results .box .counter .small{font-size:48%}@media(min-width: 420px){.full-year-results .custom-col:nth-child(1){transition-delay:.05s}.full-year-results .custom-col:nth-child(2){transition-delay:.1s}.full-year-results .custom-col:nth-child(3){transition-delay:.15s}.full-year-results .custom-col:nth-child(4){transition-delay:.2s}.full-year-results .custom-col:nth-child(5){transition-delay:.25s}.full-year-results .custom-col:nth-child(6){transition-delay:.3s}.full-year-results .custom-col:nth-child(7){transition-delay:.35s}.full-year-results .custom-col:nth-child(8){transition-delay:.4s}.full-year-results .custom-col:nth-child(9){transition-delay:.45s}}.key-facts-figures h5,.key-facts-figures .h5{color:#9a9a9a}.key-facts-figures .nav .nav-link{font-size:1.125rem;color:#0f0f0f;border-radius:3.375rem;border:1px solid #cacbd2;padding:1.25rem 1.875rem;line-height:1}.key-facts-figures .nav .nav-link:not(:last-child){margin-right:1rem}.key-facts-figures .nav .nav-link.active{color:#fff;background:#0f0f0f}.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:calc(1.475rem + 2.7vw);line-height:1}@media(min-width: 1200px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:3.5rem}}@media(max-width: 1599.98px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:3.25rem}}@media(max-width: 1399.98px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:3rem}}@media(max-width: 1199.98px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:2.75rem}}@media(max-width: 991.98px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:calc(1.45rem + 2.4vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:3.25rem}}@media(max-width: 767.98px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:3rem}}@media(max-width: 575.98px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:calc(1.4rem + 1.8vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane h2,.key-facts-figures .tab-content .tab-pane .h2{font-size:2.75rem}}@media(max-width: 1599.98px){.key-facts-figures .tab-content .tab-pane h3,.key-facts-figures .tab-content .tab-pane .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane h3,.key-facts-figures .tab-content .tab-pane .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.key-facts-figures .tab-content .tab-pane h3,.key-facts-figures .tab-content .tab-pane .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.key-facts-figures .tab-content .tab-pane h3,.key-facts-figures .tab-content .tab-pane .h3{font-size:1.125rem}}@media(max-width: 991.98px){.key-facts-figures .tab-content .tab-pane h3,.key-facts-figures .tab-content .tab-pane .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane h3,.key-facts-figures .tab-content .tab-pane .h3{font-size:1.375rem}}@media(max-width: 767.98px){.key-facts-figures .tab-content .tab-pane h3,.key-facts-figures .tab-content .tab-pane .h3{font-size:1.25rem}}@media(max-width: 575.98px){.key-facts-figures .tab-content .tab-pane h3,.key-facts-figures .tab-content .tab-pane .h3{font-size:1.125rem}}.key-facts-figures .tab-content .tab-pane .table-responsive>table thead{border:0}.key-facts-figures .tab-content .tab-pane .table-responsive>table thead tr th{font-weight:500;padding-bottom:0}.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr:has(td:first-child:not(:empty)~td:empty){border-bottom:3px solid #265eff}.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr:has(td:first-child:not(:empty)~td:empty) td{font-size:calc(1.275rem + 0.3vw);color:#265eff;font-weight:bold;border:none;padding-bottom:1rem}@media(min-width: 1200px){.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr:has(td:first-child:not(:empty)~td:empty) td{font-size:1.5rem}}@media(max-width: 1599.98px){.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr:has(td:first-child:not(:empty)~td:empty) td{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr:has(td:first-child:not(:empty)~td:empty) td{font-size:1.375rem}}@media(max-width: 1399.98px){.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr:has(td:first-child:not(:empty)~td:empty) td{font-size:1.25rem}}@media(max-width: 1199.98px){.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr:has(td:first-child:not(:empty)~td:empty) td{font-size:1.125rem}}@media(max-width: 991.98px){.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr:has(td:first-child:not(:empty)~td:empty) td{font-size:1rem}}.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr td{font-weight:400;border-color:#cacbd2}.key-facts-figures .tab-content .tab-pane .table-responsive>table tbody tr td:first-child{padding-left:0;white-space:nowrap}.key-facts-figures .tab-content .tab-pane .table-responsive>table td,.key-facts-figures .tab-content .tab-pane .table-responsive>table th{padding:1rem}@media(min-width: 1600px){.key-facts-figures .tab-content .tab-pane .table-responsive>table td,.key-facts-figures .tab-content .tab-pane .table-responsive>table th{padding:1.8125rem 3.4375rem}}.key-facts-figures .tab-content .tab-pane .table-responsive>table td:not(:first-child):nth-child(even),.key-facts-figures .tab-content .tab-pane .table-responsive>table th:not(:first-child):nth-child(even){background:rgba(236,236,236,.4)}@media(max-width: 1599.98px){.key-facts-figures h5,.key-facts-figures .h5,.key-facts-figures .nav .nav-link{font-size:1.0625rem}}@media(max-width: 1399.98px){.key-facts-figures h5,.key-facts-figures .h5,.key-facts-figures .nav .nav-link{font-size:1rem}}@media(max-width: 1199.98px){.key-facts-figures h5,.key-facts-figures .h5,.key-facts-figures .nav .nav-link{font-size:0.9375rem}}@media(max-width: 991.98px){.key-facts-figures h5,.key-facts-figures .h5,.key-facts-figures .nav .nav-link{font-size:1.0625rem}}@media(max-width: 767.98px){.key-facts-figures h5,.key-facts-figures .h5,.key-facts-figures .nav .nav-link{font-size:1rem}}@media(max-width: 575.98px){.key-facts-figures h5,.key-facts-figures .h5,.key-facts-figures .nav .nav-link{font-size:0.9375rem}}.error-page{padding:calc(182px + 3rem) 0 4rem;background:#1e3f9e}@media(min-height: 854px){.error-page{min-height:805px !important}}@media(max-width: 767.98px){.error-page{padding:calc(172px + 3rem) 0 4rem}}@media(max-width: 575.98px){.error-page{padding:calc(98px + 3rem) 0 4rem}}@media(max-width: 419.98px){.error-page{padding:calc(88px + 3rem) 0 4rem}}.error-page h1,.error-page .h1{font-size:calc(1.6875rem + 5.25vw);line-height:1}@media(min-width: 1200px){.error-page h1,.error-page .h1{font-size:5.625rem}}@media(max-width: 1599.98px){.error-page h1,.error-page .h1{font-size:calc(1.65rem + 4.8vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.error-page h1,.error-page .h1{font-size:5.25rem}}@media(max-width: 1399.98px){.error-page h1,.error-page .h1{font-size:calc(1.6125rem + 4.35vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.error-page h1,.error-page .h1{font-size:4.875rem}}@media(max-width: 1199.98px){.error-page h1,.error-page .h1{font-size:calc(1.575rem + 3.9vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.error-page h1,.error-page .h1{font-size:4.5rem}}@media(max-width: 991.98px){.error-page h1,.error-page .h1{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.error-page h1,.error-page .h1{font-size:4.125rem}}@media(max-width: 767.98px){.error-page h1,.error-page .h1{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.error-page h1,.error-page .h1{font-size:3.75rem}}@media(max-width: 575.98px){.error-page h1,.error-page .h1{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.error-page h1,.error-page .h1{font-size:3.375rem}}.error-page p{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){.error-page p{font-size:1.5rem}}@media(max-width: 1599.98px){.error-page p{font-size:calc(1.26875rem + 0.225vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.error-page p{font-size:1.4375rem}}@media(max-width: 1399.98px){.error-page p{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.error-page p{font-size:1.375rem}}@media(max-width: 1199.98px){.error-page p{font-size:calc(1.25625rem + 0.075vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.error-page p{font-size:1.3125rem}}@media(max-width: 991.98px){.error-page p{font-size:1.25rem}}@media(max-width: 767.98px){.error-page p{font-size:1.1875rem}}@media(max-width: 575.98px){.error-page p{font-size:1.125rem}}.error-page .custom-btn{border-width:2px;border-color:#fff}@media(max-width: 419.98px){.error-page .custom-btn{font-size:1rem}}.search-results-intro{padding:calc(182px + 3rem) 0 4rem;background:#265eff}@media(max-width: 767.98px){.search-results-intro{padding:calc(172px + 3rem) 0 4rem}}@media(max-width: 575.98px){.search-results-intro{padding:calc(98px + 3rem) 0 4rem}}@media(max-width: 419.98px){.search-results-intro{padding:calc(88px + 3rem) 0 4rem}}.search-results-intro h3,.search-results-intro .h3{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){.search-results-intro h3,.search-results-intro .h3{font-size:1.875rem}}@media(max-width: 1599.98px){.search-results-intro h3,.search-results-intro .h3{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.search-results-intro h3,.search-results-intro .h3{font-size:1.75rem}}@media(max-width: 1399.98px){.search-results-intro h3,.search-results-intro .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.search-results-intro h3,.search-results-intro .h3{font-size:1.625rem}}@media(max-width: 1199.98px){.search-results-intro h3,.search-results-intro .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.search-results-intro h3,.search-results-intro .h3{font-size:1.5rem}}@media(max-width: 991.98px){.search-results-intro h3,.search-results-intro .h3{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.search-results-intro h3,.search-results-intro .h3{font-size:1.75rem}}@media(max-width: 767.98px){.search-results-intro h3,.search-results-intro .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.search-results-intro h3,.search-results-intro .h3{font-size:1.625rem}}@media(max-width: 575.98px){.search-results-intro h3,.search-results-intro .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.search-results-intro h3,.search-results-intro .h3{font-size:1.5rem}}.search-results-intro h1,.search-results-intro .h1{font-size:calc(1.5rem + 3vw);line-height:1}@media(min-width: 1200px){.search-results-intro h1,.search-results-intro .h1{font-size:3.75rem}}@media(max-width: 1599.98px){.search-results-intro h1,.search-results-intro .h1{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.search-results-intro h1,.search-results-intro .h1{font-size:3.375rem}}@media(max-width: 1399.98px){.search-results-intro h1,.search-results-intro .h1{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.search-results-intro h1,.search-results-intro .h1{font-size:3rem}}@media(max-width: 1199.98px){.search-results-intro h1,.search-results-intro .h1{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.search-results-intro h1,.search-results-intro .h1{font-size:2.625rem}}@media(max-width: 991.98px){.search-results-intro h1,.search-results-intro .h1{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.search-results-intro h1,.search-results-intro .h1{font-size:3.375rem}}@media(max-width: 767.98px){.search-results-intro h1,.search-results-intro .h1{font-size:calc(1.425rem + 2.1vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.search-results-intro h1,.search-results-intro .h1{font-size:3rem}}@media(max-width: 575.98px){.search-results-intro h1,.search-results-intro .h1{font-size:calc(1.3875rem + 1.65vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.search-results-intro h1,.search-results-intro .h1{font-size:2.625rem}}.search-results .result{border-bottom:1px dashed #cfcfcf}.search-results .result:first-child{padding-top:0 !important}.search-results .result h3,.search-results .result .h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){.search-results .result h3,.search-results .result .h3{font-size:1.75rem}}@media(max-width: 1599.98px){.search-results .result h3,.search-results .result .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.search-results .result h3,.search-results .result .h3{font-size:1.625rem}}@media(max-width: 1399.98px){.search-results .result h3,.search-results .result .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.search-results .result h3,.search-results .result .h3{font-size:1.5rem}}@media(max-width: 1199.98px){.search-results .result h3,.search-results .result .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.search-results .result h3,.search-results .result .h3{font-size:1.375rem}}@media(max-width: 991.98px){.search-results .result h3,.search-results .result .h3{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.search-results .result h3,.search-results .result .h3{font-size:1.625rem}}@media(max-width: 767.98px){.search-results .result h3,.search-results .result .h3{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.search-results .result h3,.search-results .result .h3{font-size:1.5rem}}@media(max-width: 575.98px){.search-results .result h3,.search-results .result .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.search-results .result h3,.search-results .result .h3{font-size:1.375rem}}.search-results .result a{font-size:1.125rem}@media(max-width: 1599.98px){.search-results .result a{font-size:1.0625rem}}@media(max-width: 1399.98px){.search-results .result a{font-size:1rem}}@media(max-width: 1199.98px){.search-results .result a{font-size:0.9375rem}}@media(max-width: 991.98px){.search-results .result a{font-size:1.0625rem}}@media(max-width: 767.98px){.search-results .result a{font-size:1rem}}@media(max-width: 575.98px){.search-results .result a{font-size:0.9375rem}}.esg .nav-tabs .nav-link{font-size:1.125rem;color:#0f0f0f}@media(min-width: 992px){.esg .nav-tabs .nav-link{margin-bottom:2rem !important}}.esg .nav-tabs .nav-link:not(:last-child){margin-right:3.75rem}.esg .nav-tabs .nav-link:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#265eff;transform:scaleX(0);transition:transform .3s}.esg .nav-tabs .nav-link.active{font-weight:bold;color:#265eff}.esg .nav-tabs .nav-link.active:before{transform:none}.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:calc(1.575rem + 3.9vw);line-height:1}@media(min-width: 1200px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:4.5rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:4.125rem}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:3.75rem}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:3.375rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:calc(1.5375rem + 3.45vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:4.125rem}}@media(max-width: 767.98px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:calc(1.5rem + 3vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:3.75rem}}@media(max-width: 575.98px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:calc(1.4625rem + 2.55vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.esg .tab-content .tab-pane h2,.esg .tab-content .tab-pane .h2{font-size:3.375rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane h3,.esg .tab-content .tab-pane .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.esg .tab-content .tab-pane h3,.esg .tab-content .tab-pane .h3{font-size:1.375rem}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane h3,.esg .tab-content .tab-pane .h3{font-size:1.25rem}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane h3,.esg .tab-content .tab-pane .h3{font-size:1.125rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane h3,.esg .tab-content .tab-pane .h3{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.esg .tab-content .tab-pane h3,.esg .tab-content .tab-pane .h3{font-size:1.375rem}}@media(max-width: 767.98px){.esg .tab-content .tab-pane h3,.esg .tab-content .tab-pane .h3{font-size:1.25rem}}@media(max-width: 575.98px){.esg .tab-content .tab-pane h3,.esg .tab-content .tab-pane .h3{font-size:1.125rem}}.esg .tab-content .tab-pane h5:not(.editor h5):not(.editor .h5),.esg .tab-content .tab-pane .h5:not(.editor h5):not(.editor .h5){color:#707070;letter-spacing:2px}.esg .tab-content .tab-pane .tags button{font-size:1.125rem;transition:all .3s;padding-right:1.75rem !important}.esg .tab-content .tab-pane .tags button.active{background:#0f0f0f !important;color:#fff;border-color:#0f0f0f}.esg .tab-content .tab-pane .select2{margin-top:1rem;max-width:140px}@media(min-width: 992px){.esg .tab-content .tab-pane .select2{margin-top:1.5rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single .select2-selection__rendered{line-height:55px !important;padding-right:calc(1.5rem + 1rem + 17px) !important}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single .select2-selection__rendered{line-height:50px !important;padding-right:calc(1.5rem + 1rem + 16px) !important}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single .select2-selection__rendered{line-height:55px !important;padding-right:calc(1.5rem + 1rem + 17px) !important}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single .select2-selection__rendered{line-height:50px !important;padding-right:calc(1.5rem + 1rem + 16px) !important}}@media(max-width: 767.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single .select2-selection__rendered{line-height:55px !important;padding-right:calc(1.5rem + 1rem + 17px) !important}}@media(max-width: 575.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single .select2-selection__rendered{line-height:50px !important;padding-right:calc(1.5rem + 1rem + 16px) !important}}.esg .tab-content .tab-pane .select2 .select2-selection__arrow{right:1.5rem !important}.esg .tab-content .tab-pane .select2.select2-container--open .select2-selection--single{border-bottom:0 !important;border-radius:1.9rem 1.9rem 0 0 !important}.esg .tab-content .tab-pane .select2 .select2-selection--single,.esg .tab-content .tab-pane .tags button{border-radius:3rem !important;border:1px solid #cacbd2 !important;height:60px !important}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single,.esg .tab-content .tab-pane .tags button{height:55px !important}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single,.esg .tab-content .tab-pane .tags button{height:50px !important}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single,.esg .tab-content .tab-pane .tags button{height:55px !important}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single,.esg .tab-content .tab-pane .tags button{height:50px !important}}@media(max-width: 767.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single,.esg .tab-content .tab-pane .tags button{height:55px !important}}@media(max-width: 575.98px){.esg .tab-content .tab-pane .select2 .select2-selection--single,.esg .tab-content .tab-pane .tags button{height:50px !important}}.esg .tab-content .tab-pane .select2 .select2-selection--single .select2-selection__rendered,.esg .tab-content .tab-pane .tags button{padding-left:1.75rem !important}.esg .tab-content .tab-pane .editor .table-responsive{padding-bottom:0}.esg .tab-content .tab-pane .editor .table-responsive>table{table-layout:auto}.esg .tab-content .tab-pane .editor .table-responsive>table thead{border:none}.esg .tab-content .tab-pane .editor .table-responsive>table thead tr th{position:relative;color:#0f0f0f;white-space:nowrap;padding-right:4rem}.esg .tab-content .tab-pane .editor .table-responsive>table thead tr th:before{content:"";position:absolute;bottom:0;right:0;height:3px;background:#265eff}.esg .tab-content .tab-pane .editor .table-responsive>table thead tr th:first-child{padding-left:0}.esg .tab-content .tab-pane .editor .table-responsive>table thead tr th:first-child:before{width:100%}.esg .tab-content .tab-pane .editor .table-responsive>table thead tr th:not(:first-child):before{width:calc(100% - 1rem)}@media(min-width: 1600px){.esg .tab-content .tab-pane .editor .table-responsive>table thead tr th:not(:first-child):before{width:calc(100% - 1.5rem)}}.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{color:#265eff;font-size:calc(1.3125rem + 0.75vw);padding-left:0;font-weight:bold;line-height:1;white-space:nowrap}@media(min-width: 1200px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:1.875rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:1.75rem}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:calc(1.2875rem + 0.45vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:1.625rem}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:1.5rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:first-child{font-size:1.375rem}}.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:first-child td:nth-child(2){white-space:nowrap}.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:not(:first-child) td:first-child{white-space:nowrap}.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr:nth-child(even) td:not(:first-child){background:rgba(236,236,236,.54)}.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr td{border-bottom:none;line-height:1.5;vertical-align:top;padding-right:1rem}.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr td a{color:#265eff}@media(min-width: 1600px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr td{padding-right:1.5rem}}.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr td:not(:first-child){font-weight:400}.esg .tab-content .tab-pane .editor .table-responsive>table tbody tr td:last-child{min-width:487px}.esg .tab-content .tab-pane .editor .table-responsive>table tr th,.esg .tab-content .tab-pane .editor .table-responsive>table tr td{text-align:left;padding-top:1rem;padding-bottom:1rem;padding-left:1rem}@media(min-width: 1600px){.esg .tab-content .tab-pane .editor .table-responsive>table tr th,.esg .tab-content .tab-pane .editor .table-responsive>table tr td{padding-top:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem}}.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:2.25rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:2rem}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 1399.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:1.75rem}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 1199.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:1.5rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:calc(1.325rem + 0.9vw)}}@media(max-width: 991.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:2rem}}@media(max-width: 767.98px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:calc(1.3rem + 0.6vw)}}@media(max-width: 767.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:1.75rem}}@media(max-width: 575.98px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:calc(1.275rem + 0.3vw)}}@media(max-width: 575.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .editor h2,.esg .tab-content .tab-pane .editor .h2{font-size:1.5rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .editor h4,.esg .tab-content .tab-pane .editor .h4{font-size:1.1875rem}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .editor h4,.esg .tab-content .tab-pane .editor .h4{font-size:1.125rem}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .editor h4,.esg .tab-content .tab-pane .editor .h4{font-size:1.0625rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .editor h4,.esg .tab-content .tab-pane .editor .h4{font-size:1.1875rem}}@media(max-width: 767.98px){.esg .tab-content .tab-pane .editor h4,.esg .tab-content .tab-pane .editor .h4{font-size:1.125rem}}@media(max-width: 575.98px){.esg .tab-content .tab-pane .editor h4,.esg .tab-content .tab-pane .editor .h4{font-size:1.0625rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .editor h6,.esg .tab-content .tab-pane .editor .h6{font-size:0.9375rem}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .editor h6,.esg .tab-content .tab-pane .editor .h6{font-size:0.875rem}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .editor h6,.esg .tab-content .tab-pane .editor .h6{font-size:0.8125rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .editor h6,.esg .tab-content .tab-pane .editor .h6{font-size:0.9375rem}}@media(max-width: 767.98px){.esg .tab-content .tab-pane .editor h6,.esg .tab-content .tab-pane .editor .h6{font-size:0.875rem}}@media(max-width: 575.98px){.esg .tab-content .tab-pane .editor h6,.esg .tab-content .tab-pane .editor .h6{font-size:0.8125rem}}.esg .tab-content .tab-pane .editor p,.esg .tab-content .tab-pane .editor li{font-size:1.125rem}.esg .tab-content .tab-pane .editor ul li{padding-left:calc(10px + 1rem)}.esg .tab-content .tab-pane .editor ul li:before{width:9px;height:9px;border-radius:100%;top:8px}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .editor ul li{padding-left:calc(8px + 1rem)}.esg .tab-content .tab-pane .editor ul li:before{width:8px;height:8px}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .editor ul li{padding-left:calc(7px + 0.75rem)}.esg .tab-content .tab-pane .editor ul li:before{width:7px;height:7px}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .editor ul li{padding-left:calc(6px + 0.5rem)}.esg .tab-content .tab-pane .editor ul li:before{width:6px;height:6px}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .editor ul li{padding-left:calc(8px + 1rem)}.esg .tab-content .tab-pane .editor ul li:before{width:8px;height:8px}}@media(max-width: 767.98px){.esg .tab-content .tab-pane .editor ul li{padding-left:calc(7px + 0.75rem)}.esg .tab-content .tab-pane .editor ul li:before{width:7px;height:7px}}@media(max-width: 575.98px){.esg .tab-content .tab-pane .editor ul li{padding-left:calc(6px + 0.5rem)}.esg .tab-content .tab-pane .editor ul li:before{width:6px;height:6px}}.esg .tab-content .tab-pane .editor h2:not(:last-child),.esg .tab-content .tab-pane .editor .h2:not(:last-child),.esg .tab-content .tab-pane .editor h3:not(:last-child),.esg .tab-content .tab-pane .editor .h3:not(:last-child),.esg .tab-content .tab-pane .editor h4:not(:last-child),.esg .tab-content .tab-pane .editor .h4:not(:last-child),.esg .tab-content .tab-pane .editor h5:not(:last-child),.esg .tab-content .tab-pane .editor .h5:not(:last-child),.esg .tab-content .tab-pane .editor h6:not(:last-child),.esg .tab-content .tab-pane .editor .h6:not(:last-child),.esg .tab-content .tab-pane .editor ul:not(:last-child),.esg .tab-content .tab-pane .editor p:not(:last-child){margin-bottom:1rem}.esg .tab-content .tab-pane .editor p a{color:#265eff;font-weight:bold}.esg .tab-content .tab-pane .file-btn .icon-download_arrow:before{color:#265eff}@media(max-width: 1599.98px){.esg .nav-tabs .nav-link,.esg .tab-content .tab-pane h5,.esg .tab-content .tab-pane .h5,.esg .tab-content .tab-pane .tags button,.esg .tab-content .tab-pane .editor p,.esg .tab-content .tab-pane .editor li,.esg .tab-content .select2 .select2-selection--single .select2-selection__rendered,.esg .tab-content .select2 .select2-selection--single .select2-selection__arrow:before,.esg~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 1399.98px){.esg .nav-tabs .nav-link,.esg .tab-content .tab-pane h5,.esg .tab-content .tab-pane .h5,.esg .tab-content .tab-pane .tags button,.esg .tab-content .tab-pane .editor p,.esg .tab-content .tab-pane .editor li,.esg .tab-content .select2 .select2-selection--single .select2-selection__rendered,.esg .tab-content .select2 .select2-selection--single .select2-selection__arrow:before,.esg~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}@media(max-width: 1199.98px){.esg .nav-tabs .nav-link,.esg .tab-content .tab-pane h5,.esg .tab-content .tab-pane .h5,.esg .tab-content .tab-pane .tags button,.esg .tab-content .tab-pane .editor p,.esg .tab-content .tab-pane .editor li,.esg .tab-content .select2 .select2-selection--single .select2-selection__rendered,.esg .tab-content .select2 .select2-selection--single .select2-selection__arrow:before,.esg~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:0.9375rem}}@media(max-width: 991.98px){.esg .nav-tabs .nav-link,.esg .tab-content .tab-pane h5,.esg .tab-content .tab-pane .h5,.esg .tab-content .tab-pane .tags button,.esg .tab-content .tab-pane .editor p,.esg .tab-content .tab-pane .editor li,.esg .tab-content .select2 .select2-selection--single .select2-selection__rendered,.esg .tab-content .select2 .select2-selection--single .select2-selection__arrow:before,.esg~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1.0625rem}}@media(max-width: 767.98px){.esg .nav-tabs .nav-link,.esg .tab-content .tab-pane h5,.esg .tab-content .tab-pane .h5,.esg .tab-content .tab-pane .tags button,.esg .tab-content .tab-pane .editor p,.esg .tab-content .tab-pane .editor li,.esg .tab-content .select2 .select2-selection--single .select2-selection__rendered,.esg .tab-content .select2 .select2-selection--single .select2-selection__arrow:before,.esg~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:1rem}}@media(max-width: 575.98px){.esg .nav-tabs .nav-link,.esg .tab-content .tab-pane h5,.esg .tab-content .tab-pane .h5,.esg .tab-content .tab-pane .tags button,.esg .tab-content .tab-pane .editor p,.esg .tab-content .tab-pane .editor li,.esg .tab-content .select2 .select2-selection--single .select2-selection__rendered,.esg .tab-content .select2 .select2-selection--single .select2-selection__arrow:before,.esg~.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:0.9375rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .file-btn{font-size:calc(1.2625rem + 0.15vw)}}@media(max-width: 1599.98px)and (min-width: 1200px){.esg .tab-content .tab-pane .file-btn{font-size:1.375rem}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .file-btn{font-size:1.25rem}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .file-btn{font-size:1.125rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .file-btn{font-size:1rem}}@media(max-width: 1599.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody td p,.esg .tab-content .tab-pane .editor .table-responsive>table tbody td li,.esg .tab-content .tab-pane .file-btn .pdf-text,.esg .tab-content .tab-pane .file-btn .size-text{font-size:1.0625rem}}@media(max-width: 1399.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody td p,.esg .tab-content .tab-pane .editor .table-responsive>table tbody td li,.esg .tab-content .tab-pane .file-btn .pdf-text,.esg .tab-content .tab-pane .file-btn .size-text{font-size:1rem}}@media(max-width: 1199.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody td p,.esg .tab-content .tab-pane .editor .table-responsive>table tbody td li,.esg .tab-content .tab-pane .file-btn .pdf-text,.esg .tab-content .tab-pane .file-btn .size-text{font-size:0.9375rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody td p,.esg .tab-content .tab-pane .editor .table-responsive>table tbody td li,.esg .tab-content .tab-pane .file-btn .pdf-text,.esg .tab-content .tab-pane .file-btn .size-text{font-size:0.875rem}}@media(max-width: 991.98px){.esg .tab-content .tab-pane .editor .table-responsive>table tbody td li{padding-left:calc(5px + 0.5rem)}.esg .tab-content .tab-pane .editor .table-responsive>table tbody td li:before{width:5px;height:5px}}
/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fas,.fa-solid,.far,.fa-regular,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands{font-family:"Font Awesome 6 Brands"}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-file-lines::before{content:""}.fa-border-style::before{content:""}.fa-arrow-right::before{content:""}.fa-arrow-left::before{content:""}.fa-envelope::before{content:""}.fa-play::before{content:""}.fa-chevron-down::before{content:""}
/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype")}.far,.fa-regular{font-weight:400}
/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}
/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}.fa-brands{font-weight:400}.fa-linkedin-in:before{content:""}.fa-youtube:before{content:""}
