@charset "UTF-8";
/* ------------------------------------------------------------ *\
Vendor
\* ------------------------------------------------------------ */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: 0;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}
.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ------------------------------------------------------------ *\
Sprite
\* ------------------------------------------------------------ */
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0);
/* support: IE8 */
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -0.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: 0.5em 0.5em 0.5em 0.7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer;
/* support: IE10, see #8844 */
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
}
/* icon support */
.ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: 0.2em;
margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: 0.4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: 0.1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* Support: IE <= 11 */
overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
width: 2em;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: 0.4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
/* Support: IE8 only, Android < 4.4 only */
width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
-webkit-box-shadow: inset 1px 1px 1px #ccc;
        box-shadow: inset 1px 1px 1px #ccc;
border-radius: 0.12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: 0.2em 0.2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: 0.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: 0.9em;
border-collapse: collapse;
margin: 0 0 0.4em;
}
.ui-datepicker th {
padding: 0.7em 0.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: 0.2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: 0.7em 0 0 0;
padding: 0 0.2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: 0.5em 0.2em 0.4em;
cursor: pointer;
padding: 0.2em 0.6em 0.3em 0.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 0.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: 0.5em;
top: 0.3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: 0.2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: 0.4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: 0.1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
-o-text-overflow: ellipsis;
   text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: 0.3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: 0.5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: 0.5em;
padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: 0.5em 0.4em 0.5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
height: 100%;
filter: alpha(opacity=25);
/* support: IE8 */
opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
-o-text-overflow: ellipsis;
   text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
-webkit-filter: inherit;
        filter: inherit;
}
.ui-slider-horizontal {
height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.3em;
margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: 0.8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0.222em 0;
margin: 0.2em 0;
vertical-align: middle;
margin-left: 0.4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: 0.5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative;
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px 0.2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: 0.5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
.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;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.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;
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;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.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;
text-decoration: none;
}
.ui-visual-focus {
-webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
        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;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.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: 0.7;
filter: Alpha(Opacity=70);
/* support: IE8 */
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 0.35;
filter: Alpha(Opacity=35);
/* support: IE8 */
background-image: none;
}
.ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35);
/* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("../scss/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
background-image: url("../scss/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url("../scss/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url("../scss/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url("../scss/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url("../scss/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
background-image: url("../scss/images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
background-position: 16px 16px;
}
.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;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
background: #aaaaaa;
opacity: 0.3;
filter: Alpha(Opacity=30);
/* support: IE8 */
}
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}
/* ------------------------------------------------------------ *\
Plugins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
Reset
\* ------------------------------------------------------------ */
* {
padding: 0;
margin: 0;
outline: 0;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: inherit;
        box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
display: block;
}
template {
display: none;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
        text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
max-width: 100%;
}
img,
iframe {
border: 0 none;
}
img {
height: auto;
display: inline-block;
vertical-align: middle;
}
b,
strong {
font-weight: bold;
}
address {
font-style: normal;
}
svg:not(:root) {
overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
        appearance: none;
}
textarea {
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: inherit;
color: inherit;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
button,
select {
text-transform: none;
}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
nav ul,
nav ol {
list-style: none outside none;
}
input::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
input::-moz-placeholder {
color: inherit;
opacity: 1;
}
input:-ms-input-placeholder {
color: inherit;
opacity: 1;
}
input::-ms-input-placeholder {
color: inherit;
opacity: 1;
}
input::placeholder {
color: inherit;
opacity: 1;
}
textarea::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
textarea::-moz-placeholder {
color: inherit;
opacity: 1;
}
textarea:-ms-input-placeholder {
color: inherit;
opacity: 1;
}
textarea::-ms-input-placeholder {
color: inherit;
opacity: 1;
}
textarea::placeholder {
color: inherit;
opacity: 1;
}
input:-webkit-autofill {
-webkit-text-fill-color: inherit;
-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
:root {
  scroll-behavior: smooth;
}
}
/* ------------------------------------------------------------ *\
  Fonts
\* ------------------------------------------------------------ */
@font-face {
font-family: "DM Serif Display";
src: url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"), url("../fonts/DMSerifDisplay-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Playfair Display";
src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Playfair Display";
src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
/* ------------------------------------------------------------ *\
Base
\* ------------------------------------------------------------ */
html {
font-size: 62.5%;
}
body {
min-width: 320px;
background: #fff;
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.2;
color: #124559;
}
a {
color: inherit;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a[href^=tel] {
text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
margin-bottom: calc(1.2em / 2);
}
.h1,
h1 {
font-size: 5.4rem;
}
@media (max-width: 1023px) {
.h1,
h1 {
  font-size: 4.4rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.h1,
h1 {
  font-size: 4rem;
}
}
.h2,
h2 {
font-size: 4rem;
}
@media (max-width: 1023px) {
.h2,
h2 {
  font-size: 3rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.h2,
h2 {
  font-size: 2.8rem;
}
}
.h3,
h3 {
font-size: 3rem;
}
@media (max-width: 1023px) {
.h3,
h3 {
  font-size: 2.6rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.h3,
h3 {
  font-size: 2.4rem;
}
}
.h4,
h4 {
font-size: 2.6rem;
}
@media (max-width: 1023px) {
.h4,
h4 {
  font-size: 2.4rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.h4,
h4 {
  font-size: 2.2rem;
}
}
.h5,
h5 {
font-size: 2.2rem;
}
@media (max-width: 1023px) {
.h5,
h5 {
  font-size: 2rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.h5,
h5 {
  font-size: 1.8rem;
}
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
content: "";
line-height: 0;
display: table;
clear: both;
}
/* sr-only */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/*  Notext  */
.notext {
white-space: nowrap;
text-indent: 100%;
text-shadow: none;
overflow: hidden;
}
.notext-old {
font-size: 0;
line-height: 0;
text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
display: none;
}
/*  Disabled  */
[disabled],
.disabled {
cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hidden-xs {
  display: none !important;
}

.visible-xs-block {
  display: block !important;
}

.visible-xs-inline {
  display: inline !important;
}

.visible-xs-inline-block {
  display: inline-block !important;
}
}
@media (min-width: 767.02px) and (max-width: 1023px) {
.hidden-sm {
  display: none !important;
}

.visible-sm-block {
  display: block !important;
}

.visible-sm-inline {
  display: inline !important;
}

.visible-sm-inline-block {
  display: inline-block !important;
}
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
.hidden-md {
  display: none !important;
}

.visible-md-block {
  display: block !important;
}

.visible-md-inline {
  display: inline !important;
}

.visible-md-inline-block {
  display: inline-block !important;
}
}
@media (min-width: 1199.02px) {
.hidden-lg {
  display: none !important;
}

.visible-lg-block {
  display: block !important;
}

.visible-lg-inline {
  display: inline !important;
}

.visible-lg-inline-block {
  display: inline-block !important;
}
}
/* ------------------------------------------------------------ *\
Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
Accordion
\* ------------------------------------------------------------ */
.accordion {
position: relative;
}
.accordion .accordion__head .btn {
padding: 0 3.2rem;
}
.accordion .accordion__head .btn:after {
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.accordion .accordion__body {
position: absolute;
top: 100%;
left: -1rem;
width: calc(100% + 2rem);
padding: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.accordion .accordion__body {
  position: static;
  left: 0;
  width: 100%;
  padding: 1rem 0 0;
}
}
.accordion.is-active .accordion__head .btn:after {
-webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
}
/* ------------------------------------------------------------ *\
Article
\* ------------------------------------------------------------ */
.articles {
border-radius: 0.8rem;
overflow: hidden;
}
.article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article .article__image {
max-width: 50%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.article .article__image {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
@media (max-width: 1023px) {
.article .article__image img {
  height: 100%;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.article .article__image img {
  width: 100%;
  height: auto;
}
}
.article .article__content {
max-width: 50%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
background-color: #fff;
padding: 6.1rem 5rem 2rem 5.1rem;
}
@media (max-width: 1199px) {
.article .article__content {
  padding: 2.5rem 2rem 2rem 2.5rem;
}
}
@media (max-width: 1023px) {
.article .article__content {
  padding: 1rem 1.5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.article .article__content {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
}
.article .article__content h6 {
font-size: 1.6rem;
font-weight: 400;
font-family: "Playfair Display", Helvetica, Arial, sans-serif;
margin-bottom: 1.4rem;
}
.article .article__content h4 {
line-height: 1.24;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
font-weight: 400;
padding-right: 4.8rem;
margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
.article .article__content h4 {
  padding-right: 0;
  margin-bottom: 1.5rem;
}
}
.article .article__content p {
font-weight: 300;
border-left: 0.1rem solid #124559;
padding-left: 2rem;
line-height: 1.375;
margin-bottom: 2.9rem;
}
@media (max-width: 1023px) {
.article .article__content p {
  margin-bottom: 1.5rem;
}
}
.article .article__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.article .article__actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
}
.article .article__actions .article__actions-aside {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding-right: 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.article .article__actions .article__actions-aside {
  padding-right: 0;
  margin-top: 1rem;
}
}
.article .article__actions .article__actions-aside ul {
margin-bottom: 0;
}
.article .article__actions .article__actions-aside a {
font-size: 1.1rem;
color: #81AE9D;
margin-left: 1.6rem;
}
/*  Article reversed  */
.article--reversed {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}
/* ------------------------------------------------------------ *\
Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
position: relative;
z-index: 10;
}
.breadcrumbs ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 374px) {
.breadcrumbs ul {
  overflow-x: auto;
  white-space: nowrap;
}
}
.breadcrumbs li {
position: relative;
list-style: none;
}
.breadcrumbs li + li {
margin-left: 2.8rem;
}
.breadcrumbs li:not(:last-child):after {
content: "";
position: absolute;
top: 50%;
right: -1.6rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
width: 0.6rem;
height: 1rem;
background-image: url(../images/svg/ico-arrow-blue.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.breadcrumbs a {
font-size: 1.3rem;
text-decoration: none;
-webkit-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
text-transform: capitalize;
}
.breadcrumbs a:hover {
color: #FFB20F;
}
/* ------------------------------------------------------------ *\
Button
\* ------------------------------------------------------------ */
.btn {
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
text-decoration: none;
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
background-color: transparent;
border-radius: 5rem;
border: 0.1rem solid #124559;
min-width: 20.2rem;
min-height: 4.3rem;
line-height: 4.1rem;
font-size: 1.5rem;
letter-spacing: 0.04em;
-webkit-transition: background-color 0.4s, border-color 0.4s;
-o-transition: background-color 0.4s, border-color 0.4s;
transition: background-color 0.4s, border-color 0.4s;
}
.btn:hover {
background-color: #81AE9D;
border-color: #81AE9D;
}
.btn img {
margin-left: 1.8rem;
}
.btn--xs {
min-width: 10.4rem;
min-height: 3.3rem;
height: 3.3rem;
line-height: 3.1rem;
}
.btn--alt {
min-width: 25rem;
background-color: #FFB20F;
border-radius: 5rem;
text-align: left;
min-height: 4.3rem;
line-height: 4.3rem;
color: #fff;
position: relative;
padding: 0 2.5rem;
border: none;
-webkit-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.btn--alt:hover {
background-color: #124559;
}
.btn--alt:after {
content: "";
position: absolute;
top: 50%;
right: 2.1rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
background-image: url(../images/svg/ico-arrow-right.svg);
width: 0.7rem;
height: 1.1rem;
background-size: cover;
background-repeat: no-repeat;
}
.btn--primary {
text-align: left;
padding: 0 3.1rem;
position: relative;
min-width: 21rem;
letter-spacing: 0.04em;
}
.btn--primary img {
position: absolute;
top: 50%;
right: 2rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.btn--size1 {
min-width: 100%;
}
/*  Btn block  */
.btn--block {
display: block;
padding-left: 0;
padding-right: 0;
}
/* ------------------------------------------------------------ *\
Burger btn
\* ------------------------------------------------------------ */
.burger-btn {
position: relative;
z-index: 3;
display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.burger-btn {
  display: block;
}
}
.burger-btn span {
display: block;
width: 2.5rem;
height: 0.3rem;
background-color: #fff;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.burger-btn span + span {
margin-top: 0.5rem;
}
.burger-btn.is-active span:first-child {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
position: absolute;
top: 0.5rem;
}
.burger-btn.is-active span:nth-child(2) {
opacity: 0;
visibility: hidden;
position: absolute;
}
.burger-btn.is-active span:last-child {
-webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
}
/* ------------------------------------------------------------ *\
Cards
\* ------------------------------------------------------------ */
.cards .grid {
margin: -1.8rem -1.5rem;
}
.cards .grid__col {
padding: 1.8rem 1.5rem;
}
.cards--vertical .grid {
margin: -1.5rem -2rem;
}
@media (max-width: 1220px) {
.cards--vertical .grid {
  margin: -1.5rem -1rem;
}
}
.cards--vertical .grid__col {
padding: 1.5rem 2rem;
}
@media (max-width: 1220px) {
.cards--vertical .grid__col {
  padding: 1.5rem 1rem;
}
}
/* ------------------------------------------------------------ *\
Card
\* ------------------------------------------------------------ */
.card {
border-radius: 1.2rem;
height: 100%;
-webkit-box-shadow: -3px 3px 10px 5px rgba(0, 0, 0, 0.16);
        box-shadow: -3px 3px 10px 5px rgba(0, 0, 0, 0.16);
}
.card .card__image {
overflow: hidden;
border-radius: 1.2rem 1.2rem 0 0;
position: relative;
}
.card .card__image .default {
width: 100%;
object-fit: cover;
height: 100%;
width: 100%;
min-height: 260px;
}
.card .card__image span {
position: absolute;
top: 1.7rem;
right: 1.5rem;
cursor: pointer;
transition: scale 1s;
}

.card .card__image span:hover {
-webkit-transform:scale(1.3);
scale:  1.3;
}

.card .card__image span i {
color: white;
font-size: 20px;
}

.card .card__image span i.favorite {
color: #bd1234;
font-size: 20px;
}

.card .card__body {
background-color: #fff;
padding: 2rem 2rem 3.1rem 2rem;
border-radius: 1.2rem;
}
.card .card__body ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
list-style: none;
margin-bottom: 1.4rem;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;


}
.card .card__body ul li{
  margin-top: 0.6rem;
}
.card .card__body ul li + li {
  margin-left: 0.6rem;
}

.card .card__body ul a {
display: inline-block;
text-align: center;
text-decoration: none;
font-size: 0.9rem;
text-transform: uppercase;
background-color: #F6F6F6;
min-width: 5rem;
min-height: 2rem;
line-height: 1.8rem;
border: 0.1rem solid #EAEAEA;
padding: 0 0.4rem;
border-radius: 0.5rem;
-webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
-o-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.card .card__body ul a:hover {
color: #F6F6F6;
background-color: #124559;
border-color: #124559;
}
.card .card__body h4 {
word-break: break-all;
line-height: 1.08;
margin-bottom: 0.6rem;
font-weight: 400;
font-family: "DM Serif Display", sans-serif;
}
.card .card__body h4 span {
display: block;
}
.card .card__body p {
font-size: 1.4rem;
line-height: 1.29;
margin-bottom: 2rem;
}
.card .card__body .card__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
margin-bottom: 1rem;


}
.card .card__body .card__actions h2 {
font-family: "Playfair Display", Helvetica, Arial, sans-serif;
font-size: 3rem;
margin-left: 2.4rem;
}
.card .card__body .card__actions h2 {
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card .card__body .card__actions h2 span {
font-size: 1.2rem;
font-weight: 400;
font-family: "Roboto", Helvetica, Arial, sans-serif;
vertical-align: top;
margin: 1rem -0.5rem 0 0;
display: inline-block;
}
.card .card__body .card__foot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.card .card__body .card__foot ul {
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
margin-bottom: 0;
}
.card .card__body .card__foot li + li {
margin-left: 0.4rem;
}
.card .card__body .card__foot a {
font-size: 1.2rem;
color: #81AE9D;
margin-left: 1rem;
display: inline-block;
}
.card--primary {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1420px) {
.card--primary {
  max-height: none;
  border-radius: 1.2rem;
  overflow: hidden;
}
}
.card--primary .card__image {
max-width: 49%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
        flex: 0 0 49%;
border-radius: 1.2rem 0 0 1.2rem;
}
@media (max-width: 1420px) {
.card--primary .card__image {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.card--primary .card__image img {
width: 100%;
}
.card--primary .card__body {
max-width: 51%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 51%;
        flex: 0 0 51%;
padding: 1.9rem 2rem 1rem 2.2rem;
-webkit-box-shadow: none;
        box-shadow: none;
}
@media (max-width: 1420px) {
.card--primary .card__body {
  max-height: none;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
@media (max-width: 1023px) {
.card--primary .card__body {
  padding: 1rem 1.5rem;
}
}
/* ------------------------------------------------------------ *\
Checkbox
\* ------------------------------------------------------------ */
.checkbox label {
font-size: 1.3rem;
font-weight: 500;
color: #124559;
position: relative;
padding-left: 2.8rem;
letter-spacing: 0.04em;
}
.checkbox label:before {
content: "";
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
width: 2rem;
height: 2rem;
border: 0.1rem solid rgba(18, 69, 89, 0.2);
border-radius: 0.3rem;
}
.checkbox label:after {
content: "✔";
color: #81AE9D;
position: absolute;
top: 50%;
left: 0.4rem;
font-size: 1.3rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.4s, visibility 0.4s;
-o-transition: opacity 0.4s, visibility 0.4s;
transition: opacity 0.4s, visibility 0.4s;
}
.checkbox input:checked + label:after {
opacity: 1;
visibility: visible;
}
/* ------------------------------------------------------------ *\
Copyrights
\* ------------------------------------------------------------ */
.copyrights {
background-color: #4c7c7c;
color: #fff;
border-top: 0.1rem solid #FDF4ED;
padding: 2rem 0;
}
.copyrights:before {
content: "";
position: absolute;
top: 0;
left: 0;
}
.copyrights .copyrights__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.copyrights p {
font-size: 1.4rem;
font-weight: 400;
margin-bottom: 0;
}
.copyrights a {
text-decoration: none;
position: relative;
display: inline-block;
padding-right: 4.6rem;
font-size: 1.4rem;
}
.copyrights a img {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
/* ------------------------------------------------------------ *\
Datepicker Container
\* ------------------------------------------------------------ */
.datepicker-container {
border-radius: 1.2rem;
-webkit-box-shadow: -0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.16);
        box-shadow: -0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.16);
padding: 2.2rem 1rem 2rem;
background: #fff;
}
.datepicker-container > h4 {
text-align: center;
font-family: "DM Serif Display", sans-serif;
font-weight: 400;
color: #124559;
margin: 0 0 1.9rem;
}
.datepicker-container .datepicker-actions {
text-align: right;
padding-right: 0.8rem;
margin: 0.3rem 0 0;
}
.datepicker-container .datepicker-actions .btn {
min-width: 0;
min-height: 3.3rem;
line-height: 3.1rem;
padding: 0 1.6rem;
font-size: 1.3;
}
.datepicker-container .datepicker-actions .btn:after {
display: none;
}
.datepicker-container .datepicker-actions .btn + .btn {
margin-left: 0.6rem;
}
/* ------------------------------------------------------------ *\
Datepicker
\* ------------------------------------------------------------ */
.datepicker .ui-datepicker {
width: 100%;
border: none;
padding: 0 1.6rem;
}
.datepicker .ui-widget-header {
border: none;
padding: 0;
background: none;
position: relative;
margin-bottom: 1.7rem;
}
.datepicker .ui-widget-header .ui-datepicker-next,
.datepicker .ui-widget-header .ui-datepicker-prev {
margin-top: -0.1rem;
}
.datepicker .ui-widget-header .ui-datepicker-next:after,
.datepicker .ui-widget-header .ui-datepicker-prev:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
width: 1.2rem;
height: 1.2rem;
border-top: 0.3rem solid #124559;
border-left: 0.3rem solid #124559;
}
.datepicker .ui-widget-header .ui-datepicker-next span,
.datepicker .ui-widget-header .ui-datepicker-prev span {
display: none;
}
.datepicker .ui-widget-header .ui-datepicker-prev {
left: 0.6rem;
}
.datepicker .ui-widget-header .ui-datepicker-next {
right: 0.2rem;
}
.datepicker .ui-widget-header .ui-datepicker-next:after {
-webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
}
.datepicker .ui-widget-header .ui-datepicker-title {
font-size: 1.8rem;
font-weight: 400;
color: #124559;
font-family: "Roboto", sans-serif;
}
.datepicker .ui-datepicker-calendar {
text-align: center;
}
.datepicker .ui-datepicker-calendar th {
font-family: "Roboto", sans-serif;
font-size: 1.6rem;
font-weight: 700;
padding: 0 0 3.4rem;
color: #124559;
}
.datepicker .ui-datepicker-calendar td {
padding-bottom: 2.1rem;
}
.datepicker .ui-datepicker-calendar .ui-state-default {
text-align: center;
font-family: "Roboto", sans-serif;
font-size: 1.6rem;
font-weight: 700;
padding: 0;
border: none;
background: none;
}
.datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
font-weight: 400;
opacity: 0.4;
}
.datepicker .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
font-weight: 400;
text-decoration: line-through;
}
.datepicker .ui-datepicker-calendar .ui-state-highlight {
color: #124559;
}
.datepicker .ui-datepicker-calendar td[data-handler=selectDay] .ui-state-active {
background: #124559;
color: #fff;
}
/* ------------------------------------------------------------ *\
Features
\* ------------------------------------------------------------ */
.features .grid {
margin: 0 -0.05rem;
}
.features .grid__col {
padding: 0 0.05rem;
}
.features .feature__head {
padding: 1rem 2rem;
background-color: rgba(18, 69, 89, 0.1);
}
.features .feature__head h6 {
font-size: 1.8rem;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
font-weight: 400;
}
@media (max-width: 1023px) {
.features .feature__head h6 {
  font-size: 1.6rem;
}
}
.features .feature__body {
padding: 2rem 1.5rem 1.6rem 1.9rem;
}
.features .feature__body p {
font-weight: 300;
line-height: 1.375;
}
/* ------------------------------------------------------------ *\
Fields
\* ------------------------------------------------------------ */
.field {
border: none;
background-color: transparent;
border-radius: 0;
color: #fff;
padding: 0.7rem 0;
font-size: 1.4rem;
width: 100%;
}
.field::-webkit-input-placeholder {
color: #fff;
}
.field::-moz-placeholder {
color: #fff;
}
.field:-ms-input-placeholder {
color: #fff;
}
.field::-ms-input-placeholder {
color: #fff;
}
.field::placeholder {
color: #fff;
}
.field--secondary {
border: 0.1rem solid rgba(255, 255, 255, 0.2);
border-radius: 1.2rem;
padding: 0 2rem;
min-height: 4.3rem;
}
.field--alt {
border: 0.1rem solid rgba(18, 69, 89, 0.2);
background-color: #fff;
color: #124559;
letter-spacing: 0.04em;
border-radius: 1.2rem;
padding: 0 2rem;
min-height: 4.7rem;
}
.field--alt::-webkit-input-placeholder {
color: #124559;
}
.field--alt::-moz-placeholder {
color: #124559;
}
.field--alt:-ms-input-placeholder {
color: #124559;
}
.field--alt::-ms-input-placeholder {
color: #124559;
}
.field--alt::placeholder {
color: #124559;
}
/*  Field textarea  */
.field--textarea {
border: 0.1rem solid rgba(18, 69, 89, 0.2);
background-color: #fff;
color: #124559;
letter-spacing: 0.04em;
border-radius: 1.2rem;
resize: none;
min-height: 27.4rem;
padding: 2rem 2rem;
}
.field--textarea::-webkit-input-placeholder {
color: #124559;
}
.field--textarea::-moz-placeholder {
color: #124559;
}
.field--textarea:-ms-input-placeholder {
color: #124559;
}
.field--textarea::-ms-input-placeholder {
color: #124559;
}
.field--textarea::placeholder {
color: #124559;
}
/* ------------------------------------------------------------ *\
Footer
\* ------------------------------------------------------------ */
.footer {
position: relative;
background-image: url(../images/temp/footer-background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding: 10.5rem 0 10rem;
color: #fff;
}
@media (max-width: 1023px) {
.footer {
  padding: 8rem 0;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.footer {
  padding: 5rem 0;
}
}
.footer:before {
content: "";
position: absolute;
top: -9.2rem;
left: 0;
width: 100vw;
height: 15.7rem;
background-image: url(../images/temp/background-4.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.footer .shell {
position: relative;
z-index: 1;
}
.footer .footer__logo {
display: inline-block;
}
.footer .grid {
margin: 0 -2.3rem;
}
@media (max-width: 1023px) {
.footer .grid {
  margin: 0 -1rem;
}
}
.footer .grid .grid__col {
padding: 0 2.3rem;
}
@media (max-width: 1023px) {
.footer .grid .grid__col {
  padding: 0 1rem;
}
}
.footer .footer__logo {
display: inline-block;
margin-bottom: 3rem;
}
.footer .footer__content {
padding-right: 9.5rem;
}
@media (max-width: 1023px) {
.footer .footer__content {
  padding-right: 0;
}
}
.footer .footer__content p {
font-size: 1.4rem;
line-height: 1.86;
}
.footer .footer__nav {
padding-top: 8.3rem;
}
@media (max-width: 1023px) {
.footer .footer__nav {
  padding-top: 4.5rem;
}
}
.footer .footer__nav h5 {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
margin-bottom: 4rem;
}
.footer .footer__nav ul {
list-style: none;
}
.footer .footer__nav ul li + li {
margin-top: 2.1rem;
}
.footer .footer__nav ul a {
display: block;
font-size: 1.4rem;
letter-spacing: 0.04em;
text-decoration: none;
max-width: 26.1rem;
width: 100%;
position: relative;
border-bottom: 0.1rem solid #FDF4ED;
padding-bottom: 1.7rem;
}
@media (max-width: 1023px) {
.footer .footer__nav ul a {
  max-width: 100%;
}
}
.footer .footer__nav ul a img {
position: absolute;
top: 0;
right: 0;
}
.footer .grid + .form {
margin-top: 5.8rem;
}
@media (max-width: 1023px) {
.footer .grid + .form {
  margin-top: 3rem;
}
}
.footer .form + .footer__socials {
margin-top: 6rem;
}
.footer .footer__socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.footer .footer__socials h5 {
font-weight: 400;
margin-right: 1.3rem;
margin-bottom: 0;
}
.footer .footer__socials ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
.footer .footer__socials ul li + li {
margin-left: 1rem;
}
.footer .footer__socials ul a {
display: block;
width: 5rem;
height: 5rem;
border-radius: 50%;
border: 0.1rem solid #FDF4ED;
text-align: center;
line-height: 5rem;
}
@media (max-width: 575px) {
.footer .footer__nav ul a {
  font-size: 1rem;
}
}
/* ------------------------------------------------------------ *\
Form
\* ------------------------------------------------------------ */
.form .form__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.form .form__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-left: 3rem;
}
.form .form__content ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
.form .form__content li + li {
margin-left: 1.2rem;
}
.form .form__content a {
display: inline-block;
min-width: 3.2rem;
height: 3.2rem;
border-radius: 50%;
text-align: center;
border: 0.1rem solid #124559;
position: relative;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.form .form__content a:hover {
opacity: 0.7;
}
.form .form__content a img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.form .form__content p {
margin-bottom: 0;
font-size: 1.2rem;
font-weight: 400;
color: #81AE9D;
width: 6.5rem;
margin-right: 0.8rem;
}
.form .form__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.form label {
font-size: 1.2rem;
color: #81AE9D;
font-weight: 400;
margin-right: .5rem;
}
.form .form__controls + .form__controls {
margin-left: 2.6rem;
}
.form--hero {
position: relative;
z-index: 1;
}
.form--hero .form__head {
max-width: 59rem;
margin: 0 auto 3.7rem;
text-align: center;
color: #fff;
}
.form--hero .form__head:before {
content: "";
display: block;
max-width: 8rem;
height: 0.2rem;
background-color: #FFB20F;
margin: 0 auto 0.8rem;
}
.form--hero .form__head h1 {
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
font-weight: 400;
padding: 0 3.5rem;
line-height: 1.06;
margin-bottom: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--hero .form__head h1 {
  padding: 0 0 0 0;
}
}
.form--hero .form__head p {
line-height: 1.625;
}
.form--hero .form__body {
background-color: rgba(255, 255, 255, 0.3);
border-radius: 1.2rem;
padding: 2rem 1rem 1.7rem 4rem;
max-width: 104rem;
margin: 0 auto;
display: block;
}
@media (max-width: 1023px) {
.form--hero .form__body {
  padding: 2rem;
}
}
.form--hero .form__controls {
width: 100%;
}
.form--hero .form__cols {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1023px) {
.form--hero .form__cols {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
}
.form--hero .form__col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
border-bottom: 0.1rem solid #124559;
}
@media (max-width: 1023px) {
.form--hero .form__col {
  padding: 0 0.5rem;
}
}
@media (max-width: 1023px) {
.form--hero .form__col {
  padding: 0 0.5rem;
}
}
.form--hero .form__col--bordered {
position: relative;
}
.form--hero .form__col--bordered:after {
content: "";
position: absolute;
top: 0;
right: -3.2rem;
height: 4.7rem;
width: 0.1rem;
background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
.form--hero .form__col--bordered:after {
  right: -1rem;
}
}
@media (max-width: 1023px) {
.form--hero .form__col--bordered:after {
  display: none;
}
}
.form--hero .form__label {
font-size: 1.2rem;
color: #124559;
padding: 0 0.5rem;
}
.form--hero .form__col + .form__col {
margin-left: 6rem;
}
@media (max-width: 1199px) {
.form--hero .form__col + .form__col {
  margin-left: 2rem;
}
}
@media (max-width: 1023px) {
.form--hero .form__col + .form__col {
  margin-left: 0.5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--hero .form__col + .form__col {
  margin: 1rem 0 0 0;
}
}
.form--hero .form__col--size1 {
max-width: 20rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 20rem;
        flex: 0 0 20rem;
}
@media (max-width: 1023px) {
.form--hero .form__col--size1 {
  max-width: calc(25% - .5rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - .5rem);
      flex-basis: calc(25% - .5rem);
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--hero .form__col--size1 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.form--hero .form__col--size2 {
max-width: 10rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 10rem;
        flex: 0 0 10rem;
}
@media (max-width: 1023px) {
.form--hero .form__col--size2 {
  max-width: calc(25% - .5rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - .5rem);
      flex-basis: calc(25% - .5rem);
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--hero .form__col--size2 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.form--hero .form__col--size3 {
max-width: 16rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 16rem;
        flex: 0 0 16rem;
}
@media (max-width: 1023px) {
.form--hero .form__col--size3 {
  max-width: calc(25% - .5rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - .5rem);
      flex-basis: calc(25% - .5rem);
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--hero .form__col--size3 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.form--hero .form__col--size3 + .form__col--size3 {
margin-left: 3rem;
}
@media (max-width: 1023px) {
.form--hero .form__col--size3 + .form__col--size3 {
  margin-left: 0.5rem;
}
}
.form--hero .form__actions {
margin-left: 3rem;
}
@media (max-width: 1023px) {
.form--hero .form__actions {
  text-align: center;
  margin: 1.5rem 0 0 0;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.form--hero .form__btn {
min-width: 16rem;
background-color: #FFB20F;
border-radius: 5rem;
text-align: left;
min-height: 4.3rem;
line-height: 4.3rem;
color: #fff;
font-size: 1.5rem;
outline: none;
position: relative;
padding: 0 2.5rem;
border: none;
-webkit-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
}
@media (max-width: 1023px) {
.form--hero .form__btn {
}
}
.form--hero .form__btn:hover {
background-color: #124559;
}
.form--hero .form__btn:after {
content: "";
position: absolute;
top: 50%;
right: 2.1rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
background-image: url(../images/svg/ico-arrow-right.svg);
width: 0.7rem;
height: 1.1rem;
background-size: cover;
background-repeat: no-repeat;
}
/*  Form footer  */
.form--footer {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 1.2rem;
padding: 3.3rem 1rem 3.5rem 7rem;
}
@media (max-width: 1199px) {
.form--footer {
  padding: 3rem 2rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--footer {
  padding: 2rem 1rem;
}
}
.form--footer form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
width: 100%;
}
@media (max-width: 1199px) {
.form--footer form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
}
@media (max-width: 1023px) {
.form--footer form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
}
.form--footer .form__head {
margin-right: 5.4rem;
max-width: 30.5rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 30.5rem;
        flex: 0 0 30.5rem;
}
@media (max-width: 1199px) {
.form--footer .form__head {
  margin-right: 1rem;
}
}
@media (max-width: 1023px) {
.form--footer .form__head {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin-bottom: 2rem;
}
}
.form--footer .form__head h5 {
font-weight: 400;
}
.form--footer .form__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1023px) {
.form--footer .form__body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.form--footer .form__cols {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 50.5rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 50.5rem;
        flex: 0 0 50.5rem;
}
@media (max-width: 1199px) {
.form--footer .form__cols {
  max-width: 41rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41rem;
          flex: 0 0 41rem;
}
}
@media (max-width: 1023px) {
.form--footer .form__cols {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.form--footer .form__actions {
margin-left: 1.2rem;
text-align: center;
}
@media (max-width: 1199px) {
.form--footer .form__actions {
  margin-left: 1rem;
}
}
@media (max-width: 1023px) {
.form--footer .form__actions {
  margin: 2rem 0 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.form--footer .form__col {
max-width: 24.7rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 24.7rem;
        flex: 0 0 24.7rem;
}
@media (max-width: 1199px) {
.form--footer .form__col {
  max-width: 20rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
}
}
@media (max-width: 1023px) {
.form--footer .form__col {
  max-width: calc(50% - 1rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 1rem);
      flex-basis: calc(50% - 1rem);
}
}
.form--footer .form__col + .form__col {
margin-left: 1rem;
}
.form--footer .form__btn {
min-width: 14.3rem;
background-color: #FFB20F;
border-radius: 5rem;
text-align: left;
min-height: 4.3rem;
line-height: 4.3rem;
color: #fff;
font-size: 1.5rem;
outline: none;
position: relative;
padding: 0 2.5rem;
border: none;
-webkit-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.form--footer .form__btn {
  min-width: 14.3rem;
  max-width: 20rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form--footer .form__btn:hover {
background-color: #124559;
}
.form--footer .form__btn:after {
content: "";
position: absolute;
top: 50%;
right: 2.1rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
background-image: url(../images/svg/ico-arrow-right.svg);
width: 0.7rem;
height: 1.1rem;
background-size: cover;
background-repeat: no-repeat;
}
/*  Form primary  */
.form--primary {
padding-right: 4rem;
}
@media (max-width: 1023px) {
.form--primary {
  padding-right: 0;
}
}
.form--primary .form__body {
display: block;
}
.form--primary .form__head {
margin-bottom: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--primary .form__head {
  margin-bottom: 1.5rem;
}
}
.form--primary .form__head h5 {
font-weight: 400;
font-family: "DM Serif Display", sans-serif;
}
.form--primary .form__row + .form__row {
margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--primary .form__row + .form__row {
  margin-top: 1.5rem;
}
}
.form--primary .form__section + .form__section {
margin-top: 5.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--primary .form__section + .form__section {
  margin-top: 2rem;
}
}
.form--primary .form__section h5 {
font-weight: 400;
margin-bottom: 2.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--primary .form__section h5 {
  margin-bottom: 1.5rem;
}
}
.form--primary label {
display: block;
margin-bottom: 1rem;
}
.form--primary .checkbox label {
font-size: 1.3rem;
font-weight: 500;
color: #124559;
margin-bottom: 0;
}
/*  Form large  */
.form--large {
background-color: rgba(230, 236, 238, 0.2);
max-width: 96rem;
width: 100%;
border-radius: 1.2rem;
padding: 8.5rem 9.6rem 10.5rem 10rem;
margin-bottom: 8.4rem;
}
@media (max-width: 1023px) {
.form--large {
  padding: 8rem 5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--large {
  padding: 3rem 1.5rem;
}
}
.form--large .form__head {
margin-bottom: 3rem;
}
.form--large .form__head h2 {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
margin-bottom: 1.6rem;
}
.form--large .form__head p {
font-size: 1.4rem;
letter-spacing: 0.04em;
font-weight: 400;
}
.form--large .form__body {
display: block;
margin-bottom: 2rem;
}
.form--large .form__body .grid {
margin: -1rem -0.5rem;
}
.form--large .form__body .grid__col {
padding: 1rem 0.5rem;
}
.form--large .form__body .grid + ul {
margin-top: 3.6rem;
}
.form--large .form__body ul {
list-style: none;
}
.form--large .form__body ul li:not(:last-child) {
border-bottom: 0.1rem solid rgba(18, 69, 89, 0.2);
}
.form--large .form__body ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding-bottom: 2.2rem;
}
.form--large .form__body ul li h6 {
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 0;
}
.form--large .form__body ul li + li {
margin-top: 1.9rem;
}
.form--large .form__body .list-stars li:after {
display: none;
}
.form--large .form__body .list-stars li {
padding-bottom: 0;
}
.form--large .form__body .list-stars li + li {
margin-top: 0;
}
.form--large .form__btn {
min-width: 17rem;
padding: 0 3.2rem;
}
.form--widget .form__head {
margin-bottom: 2.3rem;
}
.form--widget .form__head h6 {
font-size: 1.8rem;
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
}
.form--widget .form__row + .form__row {
margin-top: 1rem;
}
.form--widget .field--textarea {
min-height: 14rem;
}
.form--widget .form__body {
display: block;
margin-bottom: 1.1rem;
}
.form--widget .form__btn {
min-width: 17rem;
padding: 0 2.8rem;
}
/*  Form Large Alt  */
.form--large-alt {
border: 0.1rem solid rgba(18, 69, 89, 0.2);
background: rgba(230, 236, 238, 0.2);
padding: 6rem 5.5rem 7.1rem 6.2rem;
-webkit-box-shadow: -1rem 1rem 1rem 0 rgba(0, 0, 0, 0.03);
        box-shadow: -1rem 1rem 1rem 0 rgba(0, 0, 0, 0.03);
margin: 0;
}
@media (max-width: 1023px) {
.form--large-alt {
  padding: 5rem 3rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--large-alt {
  padding: 3rem 1.5rem;
}
}
.form--large-alt .field--alt {
padding: 0 1.7rem;
}
.form--large-alt .grid + .form__controls {
margin-top: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--large-alt .grid + .form__controls {
  margin-top: 2rem;
}
}
/*  Form Large Def  */
.form--large-def {
border: 0.1rem solid #124559;
background: #F9FBFB;
padding: 6.5rem 5.5rem 7.1rem 6.2rem;
-webkit-box-shadow: -1rem 1rem 1rem 0 rgba(0, 0, 0, 0.16);
        box-shadow: -1rem 1rem 1rem 0 rgba(0, 0, 0, 0.16);
margin: 0;
max-width: 76rem;
}
@media (max-width: 1023px) {
  .form--large-def {
    padding: 5rem 3rem;
  }
}
@media (max-width: 767px) {
  .form--large-def {
    overflow: auto;
    height: 70vh;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--large-def {
  padding: 3rem 1.5rem;
}
}
.form--large-def .form__head {
margin-bottom: 2.9rem;
}
.form--large-def .form__head h2 {
margin-bottom: 2.3rem;
}
.form--large-def .field--alt {
padding: 0 1.7rem;
}
.form--large-def .grid {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form--large-def .grid .grid__col {
padding-top: 0.7rem;
padding-bottom: 0.6rem;
}
.form--large-def .grid .grid__col--1of1 {
-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
max-width: 100%;
}
.form--large-def .form__controls {
position: relative;
}
.form--large-def .form__controls i {
position: absolute;
top: 50%;
right: 1.5rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.form--large-def .checkbox {
margin: 3rem 0 0;
}
.form--large-def .checkbox label {
font-size: 1.4rem;
color: #124559;
}
.form--large-def .checkbox label:before {
background: #fff;
}
.form--large-def .checkbox label a {
color: #81AE9D;
}
.form--large-def .form__actions {
margin: 2.8rem 0 0;
}
.form--large-def .form__actions p {
text-align: right;
font-size: 1.4rem;
letter-spacing: 0.04em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.form--large-def .form__actions p {
  margin: 1rem 0 0;
}
}
.form--large-def .form__actions p a {
font-weight: 700;
}
.form--large-def .form__actions .btn {
padding: 0 4.4rem 0 2.6rem;
min-width: 0;
}
/* ------------------------------------------------------------ *\
Grid
\* ------------------------------------------------------------ */
.grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
/*  Grid col 1of2  */
/*  Grid col 1of3  */
}
.grid .grid__col {
max-width: 100%;
-webkit-box-flex: 1;
    -ms-flex: 1 1;
        flex: 1 1;
}
.grid .grid__col--1of2 {
max-width: 50%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.grid .grid__col--1of2 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
.grid .grid__col--1of3 {
max-width: calc(100% / 3);
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.grid .grid__col--1of3 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
@media (max-width: 1199px) {
.grid--secondary .grid__col--1of3 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.grid--secondary .grid__col--1of3 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.grid .grid__col--1of2-mobile {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
}
/* ------------------------------------------------------------ *\
Header
\* ------------------------------------------------------------ */
.header {
padding: 3.2rem 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 2;
z-index: 12;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.header {
  padding: 1.5rem 0;
}
}
.header .header__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.header .header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
}
/*  Header secondary  */
.header--secondary {
position: relative;
padding: 1.8rem 0 2rem;
}
.header--secondary:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(../images/temp/header-background.jpg);
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}
.header--secondary .header__inner {
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.header--secondary .header__aside {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
/* ------------------------------------------------------------ *\
Hero
\* ------------------------------------------------------------ */
.hero {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 25.4rem 0 6.5rem;
position: relative;
background-color: #124559;
background-blend-mode: luminosity;
position: relative;
}
@media (max-width: 1023px) {
.hero {
  padding: 20rem 0 6rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero {
  padding: 10rem 0 6rem;
}
}
.hero .shell {
position: relative;
}
.hero:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(129, 174, 157, 0.6);
}
.hero .hero__actions {
text-align: center;
margin: 4.4rem 0 0;
}
.hero .socials {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
right: 5rem;
}
.socials ul {
  list-style-type: none;
}
.socials li {
  padding: 5px 0;
}
.socials a {
  display: block;
  width: 5rem;
  height: 5rem;
  line-height: 4.8rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  border-radius: 50%;
}
.socials {
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
.socials {
  display: none;
}
}
/*  Hero primary  */
.hero--primary {
background-color: #FDF4ED;
padding: 3.3rem 0 10.6rem;
}
.hero--primary:after {
display: none;
}
.hero--primary .breadcrumbs + .hero__head {
margin-top: 5.3rem;
}
@media (max-width: 1023px) {
.hero--primary .breadcrumbs + .hero__head {
  margin-top: 3.5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary .breadcrumbs + .hero__head {
  margin-top: 2rem;
}
}
.hero--primary .hero__head {
max-width: 116rem;
margin: 0 auto 6rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
}
@media (max-width: 1023px) {
.hero--primary .hero__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary .hero__head {
  margin-bottom: 2.5rem;
}
}
.hero--primary .hero__title {
max-width: 46rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 46rem;
        flex: 0 0 46rem;
}
@media (max-width: 1023px) {
.hero--primary .hero__title {
  max-width: 35rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35rem;
          flex: 0 0 35rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary .hero__title {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin-bottom: 1rem;
}
}
.hero--primary .hero__title h2 {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
line-height: 1;
}
.hero--primary .hero__entry {
max-width: calc(100% - 46rem);
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: calc(100% - 46rem);
    flex-basis: calc(100% - 46rem);
border-left: 0.1rem solid #124559;
padding: 0 0 0.7rem 1.6rem;
}
@media (max-width: 1023px) {
.hero--primary .hero__entry {
  max-width: calc(100% - 35rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 35rem);
      flex-basis: calc(100% - 35rem);
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary .hero__entry {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  border: none;
  border-top: 0.1rem solid #124559;
  padding-top: 1rem;
}
}
.hero--primary .hero__entry p {
line-height: 1.19;
}
.hero--primary .hero__image {
max-width: 116rem;
margin: 0 auto;
text-align: center;
border-radius: 1.2rem;
overflow: hidden;
}
.hero--primary .tooltip {
position: absolute;
bottom: -10.3rem;
right: -3.3rem;
}
@media (max-width: 1500px) {
.hero--primary .tooltip {
  right: 0;
}
}
.hero--primary .tooltip:hover .tooltip__inner {
opacity: 1;
visibility: visible;
}
.hero--primary .tooltip a {
position: relative;
z-index: 1;
}
.hero--primary .tooltip .tooltip__inner {
position: absolute;
bottom: 0.2rem;
right: 4.9rem;
width: 20.8rem;
border-radius: 1.2rem;
text-align: center;
background-color: #FDF4ED;
padding: 1rem 0;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.4s, visibility 0.4s;
-o-transition: opacity 0.4s, visibility 0.4s;
transition: opacity 0.4s, visibility 0.4s;
-webkit-box-shadow: 0.5rem 0.5rem 1rem 0.5rem rgba(0, 0, 0, 0.16);
        box-shadow: 0.5rem 0.5rem 1rem 0.5rem rgba(0, 0, 0, 0.16);
}
.hero--primary .tooltip .tooltip__inner a {
font-size: 1.3rem;
font-weight: 500;
text-decoration: none;
letter-spacing: 0.04em;
-webkit-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
}
.hero--primary .tooltip .tooltip__inner a:hover {
color: #FFB20F;
}
/*  Hero primary secondary  */
.hero--primary-secondary .hero__head {
margin-bottom: -0.3rem;
}
.hero--primary-secondary .hero__entry {
border-left: none;
padding-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-bottom: 2rem;
}
@media (max-width: 1199px) {
.hero--primary-secondary .hero__entry {
  max-width: 100%;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-secondary .hero__entry {
  display: block;
  text-align: left;
}
}
.hero--primary-secondary .hero__entry p {
font-size: 1.3rem;
font-weight: 300;
margin-bottom: 0;
margin-right: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-secondary .hero__entry p {
  margin: 0 0 1rem;
}
}
.hero--primary-secondary .hero__entry ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
.hero--primary-secondary .hero__entry ul li + li {
margin-left: 0.7rem;
}
.hero--primary-secondary .hero__entry ul a {
text-transform: uppercase;
display: inline-block;
min-width: 6rem;
border: 0.1rem solid #EAEAEA;
background-color: #F6F6F6;
border-radius: 0.5rem;
font-size: 1.1rem;
font-weight: 400;
line-height: 2.1rem;
min-height: 2.3rem;
text-align: center;
padding: 0 0.5rem;
text-decoration: none;
}
.hero--primary-secondary .hero__foot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-secondary .hero__foot {
  display: block;
}
}
.hero--primary-secondary .hero__foot .hero__foot-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-secondary .hero__foot .hero__foot-content {
  margin: 0 0 1rem;
}
}
.hero--primary-secondary .hero__foot .hero__foot-content ul + ul {
margin-left: 1.2rem;
}
.hero--primary-secondary .hero__foot .hero__foot-content ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
margin-bottom: 0;
}
.hero--primary-secondary .hero__foot .hero__foot-content ul li:not(:last-child):after {
content: "";
position: absolute;
top: 0.3rem;
right: -1.7rem;
height: 1.5rem;
width: 0.1rem;
background-color: #124559;
}
.hero--primary-secondary .hero__foot .hero__foot-content ul li + li {
margin-left: 3.5rem;
}
.hero--primary-secondary .hero__foot .hero__foot-content ul li {
position: relative;
}
.hero--primary-secondary .hero__foot .hero__foot-content ul a {
font-size: 1.3rem;
font-weight: 400;
}
.hero--primary-secondary .hero__foot .hero__foot-content .list-stars li + li {
margin-left: 0.4rem;
}
.hero--primary-secondary .hero__foot .hero__foot-content .list-stars li:after {
display: none;
}
.hero--primary-secondary .hero__foot-aside {
padding-right: 0.4rem;
}
.hero--primary-secondary .hero__foot-aside ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
.hero--primary-secondary .hero__foot-aside ul li + li {
margin-left: 2rem;
}
.hero--primary-secondary .hero__foot-aside ul a {
text-decoration: none;
font-size: 1.3rem;
font-weight: 400;
letter-spacing: 0.04em;
}
.hero--primary-secondary .hero__foot-aside ul a img {
vertical-align: middle;
}
.hero--primary-secondary .hero__media {
max-width: 116rem;
margin: 0 auto;
/*max-height: 55.6rem;*/
overflow: hidden;
border-radius: 12px;
}
.hero--primary-secondary .hero__media .grid {
margin: -0.5rem -0.5rem;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-secondary .hero__media .grid {
  display: block;
}
}
.hero--primary-secondary .hero__media .grid .grid__col {
padding: 0.5rem 0.5rem;
}
.hero--primary-secondary .hero__media .grid__col--1of2 {
-webkit-box-flex: 0;
    -ms-flex: 0 0 48.7%;
        flex: 0 0 48.7%;
}
.hero--primary-secondary .hero__media .grid__col--size-1 {
-webkit-box-flex: 0;
    -ms-flex: 0 0 51.3%;
        flex: 0 0 51.3%;
max-width: 51.3%;
/*margin-left: -1.5rem; */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-secondary .hero__media .grid__col--size-1 {
  max-width: 100%;
}
}
.hero--primary-secondary .hero__media .hero__image img {
width: 100%;
}
.hero--primary-secondary .hero__media ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
list-style: none;
margin: -0.5rem -0.5rem;
}
.hero--primary-secondary .hero__media ul li {
max-width: 50%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
padding: 0.5rem 0.5rem;
}
.hero--primary-secondary .hero__image {
position: relative;
border-radius: 0;
}
.hero--primary-secondary .hero__image a {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
width: 5rem;
height: 5rem;
background-color: #124559;
border-radius: 50%;
line-height: 5rem;
text-align: center;
-webkit-box-shadow: 0.6rem 0.6rem 0.6rem 0.1rem rgba(0, 0, 0, 0.5);
        box-shadow: 0.6rem 0.6rem 0.6rem 0.1rem rgba(0, 0, 0, 0.5);
}
.hero--primary-secondary .hero__image p {
position: absolute;
bottom: 3rem;
right: 5rem;
font-size: 1.5rem;
color: #fff;
font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-secondary .hero__image p {
  right: 2rem;
}
}
.hero--primary-secondary .tooltip {
bottom: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-secondary .tooltip {
  display: none;
}
}
@media (max-width: 1199px) {
.hero--primary-secondary .hero__content .shell {
  padding: 0;
}
}
/*  Hero Primary Alt  */
.hero--primary-alt {
padding-bottom: 0;
}
.hero--primary-alt .hero__head {
margin-bottom: 2rem;
}
.hero--primary-alt .hero__head h2 {
font-weight: 400;
font-family: "DM Serif Display", sans-serif;
}
.hero--primary-alt .hero__image-alt {
/*padding-top: 28.7%; */
background-size: cover;
border-radius: 1.2rem;
max-width: 116rem;
margin: 0 auto 0;
position: relative;
top: 19.5rem;
margin-top: -19.5rem;
height: 40.1rem;
background-position: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--primary-alt .hero__image-alt {
  top: 15.6rem;
  margin-top: -15.6rem;
  height: 30rem;
}
}
.hero--primary-alt + .section-primary {
margin-top: 19.5rem;
}
/*  Hero Small  */
.hero--small {
padding: 23.7rem 0 13rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.hero--small {
  padding: 12rem 0 8rem;
}
}
.hero--small .hero__content {
position: relative;
z-index: 10;
color: #fff;
font-family: "DM Serif Display", sans-serif;
font-weight: 400;
}
/* ------------------------------------------------------------ *\
Icons
\* ------------------------------------------------------------ */
[class^=ico-] {
display: inline-block;
background-size: 100% 100%;
vertical-align: middle;
}
.ico-mail {
background-image: url(../images/svg/ico-mail.svg);
width: 1.9rem;
height: 1.4rem;
}
.ico-user {
background-image: url(../images/svg/ico-user.svg);
width: 2rem;
height: 2rem;
}
.ico-lock {
background-image: url(../images/svg/ico-lock.svg);
width: 1.9rem;
height: 2.2rem;
}
.ico-star {
background-image: url(../images/temp/ico-star.png);
width: 1.9rem;
height: 1.8rem;
}
/* ------------------------------------------------------------ *\
List stars
\* ------------------------------------------------------------ */
.list-stars {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
.list-stars li + li {
margin-left: 0.4rem;
}
/* ------------------------------------------------------------ *\
Logo
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
.logo {
  max-width: 14rem;
}
}
.logo-home {
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.logo-home {
  max-width: 5rem;
}
}
/* ------------------------------------------------------------ *\
Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
Map
\* ------------------------------------------------------------ */
.map {
height: 50.6rem;
border-radius: 0.8rem;
}
.map .gm-svpc,
.map .gm-style-mtc {
display: none !important;
}
.map--alt {
height: 80rem;
max-width: 104rem;
margin: auto;
-webkit-box-shadow: -1rem 1rem 1rem 0 rgba(0, 0, 0, 0.03);
        box-shadow: -1rem 1rem 1rem 0 rgba(0, 0, 0, 0.03);
}
@media (max-width: 1199px) {
.map--alt {
  height: 55rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.map--alt {
  height: 50.6rem;
}
}
.map--small {
height: 30rem;
}
/* ------------------------------------------------------------ *\
Infobox
\* ------------------------------------------------------------ */
.infoBox {
-webkit-transform: translate(4.7rem, -7.6rem);
    -ms-transform: translate(4.7rem, -7.6rem);
        transform: translate(4.7rem, -7.6rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.infoBox {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
}
.infoBox > img {
position: absolute;
opacity: 0;
visibility: hidden;
}
.infobox {
position: relative;
background: #fff;
width: 26rem;
border-radius: 1.2rem;
-webkit-box-shadow: -0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.16);
        box-shadow: -0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.16);
padding: 2.7rem 1.9rem;
}
.infobox:after {
content: "";
position: absolute;
top: 33px;
right: 100%;
width: 0;
height: 0;
border-style: solid;
border-width: 8.5px 10px 8.5px 0;
border-color: transparent #ffffff transparent transparent;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.infobox:after {
  display: none;
}
}
.infobox:before {
content: "";
position: absolute;
top: -0.5rem;
left: -8.2rem;
background: url(../images/ico-pin1.png) no-repeat 0 0;
width: 7rem;
height: 8.1rem;
background-size: 100% 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.infobox:before {
  top: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
}
.infobox h4 {
line-height: 1;
color: #124559;
margin: 0 0 1.6rem;
font-family: "DM Serif Display", sans-serif;
font-weight: 400;
}
.infobox p {
font-size: 1.3rem;
font-weight: 300;
margin: 0 0 1.3rem;
}
.infobox .btn {
font-size: 1.3rem;
font-weight: 400;
min-width: 10.4rem;
min-height: 3.1rem;
line-height: 3.1rem;
margin-left: -0.4rem;
}
.infobox .infobox__bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.infobox .infobox__bar h5 {
padding-left: 2rem;
font-size: 1.1rem;
font-weight: 400;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.infobox .infobox__bar h5 span {
font-family: "DM Serif Display", sans-serif;
font-weight: 400;
font-size: 3rem;
padding-left: 1.8rem;
}
.infobox .infobox__bar-alt {
margin-top: 1.4rem;
}
.infobox .infobox__bar-alt ul {
list-style: none;
padding-right: 2rem;
display: inline-block;
vertical-align: middle;
margin: 0;
}
.infobox .infobox__bar-alt ul li {
display: inline-block;
}
.infobox .infobox__bar-alt ul li + li {
margin-left: 0.2rem;
}
.infobox .infobox__bar-alt .link {
color: #81AE9D;
font-size: 11px;
font-weight: 400;
vertical-align: middle;
}
/* ------------------------------------------------------------ *\
Nav utilities
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.nav-utilities {
  margin-right: 2rem;
}
}
.nav-utilities ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
.nav-utilities li + li {
margin-left: 2rem;
}
@media (max-width: 1023px) {
.nav-utilities li + li {
  margin-left: 1rem;
}
}
.nav-utilities a {
display: inline-block;
width: 3rem;
height: 3rem;
text-align: center;
line-height: 2.8rem;
border-radius: 50%;
position: relative;
}
.nav-utilities a span {
width: 1.6rem;
height: 1.6rem;
font-size: 1rem;
font-weight: 700;
text-align: center;
line-height: 1.6rem;
border-radius: 50%;
background-color: #FFB20F;
position: absolute;
top: -0.5rem;
right: -0.8rem;
color: #fff;
}
/* ------------------------------------------------------------ *\
Nav
\* ------------------------------------------------------------ */
.nav {
padding-top: 0.7rem;
margin-right: 3.2rem;
}
@media (max-width: 1023px) {
.nav {
  margin-right: 1rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.nav {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 7rem 0;
  margin-right: 0;
  background-color: #81AE9D;
  z-index: 2;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
}
.nav.is-active {
-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
}
.nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
}
.nav li + li {
margin-left: 3.3rem;
}
@media (max-width: 1023px) {
.nav li + li {
  margin-left: 1rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.nav li + li {
  margin: 1.5rem 0 0 0;
}
}
.nav a {
color: #fff;
font-size: 1.5rem;
text-decoration: none;
-webkit-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
}
.nav a:hover {
color: #FFB20F;
}
.nav a img {
margin-left: 0.9rem;
}
@media (max-width: 1023px) {
.nav a img {
  margin-left: 0.5rem;
}
}
/* ------------------------------------------------------------ *\
Paging
\* ------------------------------------------------------------ */
.paging {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.paging .paging__prev {
margin-right: 1.8rem;
}
.paging .paging__next {
margin-left: 1.8rem;
}
.paging a {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.paging a:hover {
opacity: 0.7;
}
.paging ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
margin-bottom: 0;
}
.paging ul li + li {
margin-left: 1rem;
}
.paging ul li.is-active a {
color: #fff;
background-color: #FFB20F;
border-color: #FFB20F;
}
.paging ul a {
display: inline-block;
width: 3.2rem;
height: 3.2rem;
font-size: 1.3rem;
font-weight: 500;
text-align: center;
border: 0.1rem solid #124559;
border-radius: 50%;
line-height: 3rem;
text-decoration: none;
-webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
-o-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
.paging ul a:hover {
color: #fff;
background-color: #FFB20F;
border-color: #FFB20F;
opacity: 1;
}
/* ------------------------------------------------------------ *\
Partners
\* ------------------------------------------------------------ */
.partners .grid {
margin: -1rem -2rem;
}
.partners .grid__col {
padding: 1rem 2rem;
}
/* ------------------------------------------------------------ *\
Partner
\* ------------------------------------------------------------ */
.partner {
-webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
border-radius: 1.2rem;
padding: 2.4rem 1.5rem 3rem 2rem;
min-height: 314px;
}
.partner .partner__head {
padding: 1.8rem 0 1.5rem 10rem;
position: relative;
margin-bottom: 1.4rem;
}
.partner .partner__head img {
border-radius: 50%;
max-width: 8rem;
min-height: 8rem;
width: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
.partner .partner__head h4 {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
margin-bottom: 0.5rem;
}
.partner .partner__head p {
font-size: 1.4rem;
font-weight: 400;
}
.partner .partner__body p {
font-size: 1.4rem;
font-weight: 300;
line-height: 1.3;
min-height: 7.2rem;
margin: 0px;
}
@media (max-width: 1023px) {
.partner .partner__body p {
  min-height: 12.6rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.partner .partner__body p {
  min-height: 0;
}
}
.partner .partner__body p a {
display: block;
}
.partner .partner__body a {
display: block;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.3;
}

.partner__body .addReadMore{
  min-height: 145px;
}
/* ------------------------------------------------------------ *\
Popover
\* ------------------------------------------------------------ */
.popover {
position: absolute;
top: 0;
left: 100%;
width: 30rem;
border-radius: 1.2rem;
background-color: #fff;
z-index: 2;
border: 0.1rem solid rgba(18, 69, 89, 0.2);
-webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
        transform: translateX(1rem);
padding: 3.4rem 2.8rem 2.9rem 2.6rem;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.4s, visibility 0.4s;
-o-transition: opacity 0.4s, visibility 0.4s;
transition: opacity 0.4s, visibility 0.4s;
left: 95%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.popover {
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
}
.popover.is-active {
opacity: 1;
visibility: visible;
}
.popover ul {
margin-bottom: 0.6rem;
}
.popover li {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
padding-bottom: 1.3rem;
}
.popover li span {
font-size: 1.3rem;
font-weight: 500;
color: #81AE9D;
}
.popover li + li {
margin-top: 1.2rem;
}
.popover li:not(:last-child) {
border-bottom: 0.1rem solid rgba(18, 69, 89, 0.2);
}
.popover a {
font-size: 1.3rem;
font-weight: 500;
letter-spacing: 0.04em;
color: #81AE9D;
text-decoration: none;
}
.popover a img {
-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
margin-left: 0.8rem;
}
/* ------------------------------------------------------------ *\
Popup
\* ------------------------------------------------------------ */
.popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(18, 69, 89, 0.95);
z-index: 10;
padding: 7% 2rem 10rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
overflow-y: hidden;
overflow-x: hidden;
}
@media (max-height: 815px) {
.popup {
  display: block;
}
.popup .form {
  margin: auto;
}
}
/* ------------------------------------------------------------ *\
Progress bar
\* ------------------------------------------------------------ */
.progress-bar {
display: block;
margin: 6.5rem 0 0;
max-width: calc(100% - 26rem);
width: 100%;
background-color: rgba(18, 69, 89, 0.2);
height: 0.3rem;
overflow: hidden;
background-image: -webkit-gradient(linear, left top, right top, from(#FFB20F), to(#FFB20F));
background-image: -o-linear-gradient(left, #FFB20F, #FFB20F);
background-image: linear-gradient(to right, #FFB20F, #FFB20F);
background-repeat: no-repeat;
background-size: 0 0.4rem;
-webkit-transition: background-size 0.4s ease-in-out;
-o-transition: background-size 0.4s ease-in-out;
transition: background-size 0.4s ease-in-out;
margin-left: 6rem;
border-radius: 4rem;
}
@media (max-width: 1023px) {
.progress-bar {
  margin-left: 0;
  max-width: calc(100% - 13rem);
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.progress-bar {
  max-width: 100%;
  margin-top: 1rem;
}
}
/* ------------------------------------------------------------ *\
Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
Scroll btn
\* ------------------------------------------------------------ */
.scroll-btn {
max-width: 5rem;
width: 100%;
display: inline-block;
min-height: 5rem;
width: 100%;
text-align: center;
line-height: 5rem;
border-radius: 50%;
background-color: rgba(253, 244, 237, 0.1);
position: relative;
z-index: 1;
}
.scroll-btn img {
-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
/* ------------------------------------------------------------ *\
Section alt
\* ------------------------------------------------------------ */
.section-alt {
padding: 1rem 0 6rem;
}
.section-alt .section__head {
margin-bottom: 4.2rem;
}
.section-alt .section__head h2 {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
}
.section-alt .partners + .section__actions {
margin-top: 3rem;
}
/* ------------------------------------------------------------ *\
Section primary
\* ------------------------------------------------------------ */
.section-primary {
padding: 9.5rem 0 9rem;
}
@media (max-width: 1023px) {
.section-primary {
  padding: 7.5rem 0 7rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary {
  padding: 5.5rem 0 5rem;
}
}
.section-primary .section__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
border-bottom: 0.1rem solid #124559;
padding-bottom: 2.7rem;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-primary .section__head h2 {
font-weight: 400;
margin-bottom: 0;
font-family: "DM Serif Display", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary .section__head h2 {
  text-align: center;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1.5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary .section__head .form {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow-x: auto;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary .section__head .form .form__body {
  width: 65rem;
}
}
.section-primary .section__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
padding-top: 5.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary .section__inner {
  padding-top: 2rem;
}
}
.section-primary .section__aside {
max-width: 30rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 30rem;
        flex: 0 0 30rem;
}
@media (max-width: 1023px) {
.section-primary .section__aside {
  max-width: 25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary .section__aside {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 3rem;
}
}
.section-primary .section__body {
max-width: calc(100% - 30rem);
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: calc(100% - 30rem);
    flex-basis: calc(100% - 30rem);
padding-left: 3.3rem;
}
@media (max-width: 1023px) {
.section-primary .section__body {
  max-width: calc(100% - 25rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 25rem);
      flex-basis: calc(100% - 25rem);
  padding-left: 1.5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary .section__body {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 0;
}
}
.section-primary .section__aside-media {
margin-top: 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary .section__aside-media {
  text-align: center;
}
}
.section__aside-image{
max-width: 250px;
}
.section-primary .section__aside-media .section__aside-image + .section__aside-image {
margin-top: 4rem;
}
.section-primary .section__body-image {
max-width: 97rem;
margin: 0 auto;
position: relative;
}

.section-primary .section__body-image img {
border-radius: 15px;
}
.section-primary .section__body-image span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
text-align: center;
font-size: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary .section__body-image {
  max-width: 100%;
}
}
.section-primary .section__body-image--secondary {
margin: 0;
}
.section-primary .cards + .section__body-image {
margin-top: 5rem;
}
.section-primary .section__body-image + .cards {
margin-top: 4.1rem;
}
.section-primary .map + .section__body-image {
margin-top: 5.2rem;
}
.section-primary .section__foot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
margin-top: 6.7rem;
border-bottom: 0.1rem solid #D0D0D0;
margin-bottom: 1.7rem;
}
.section-primary .section__foot p {
font-size: 1.2rem;
font-weight: 400;
}
.section-primary .section__foot p span {
font-weight: 500;
}
.section-primary .paging + .section__body-image {
margin-top: 6rem;
}
/*  Section primary secondary  */
.section-primary--secondary {
padding: 9.5rem 0 5rem;
}
.section-primary--secondary .section__inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
padding: 0.6rem 0 6.5rem;
border-bottom: 0.1rem solid #124559;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary--secondary .section__inner {
  display: block;
}
}
.section-primary--secondary .section__aside {
max-width: 36rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 36rem;
        flex: 0 0 36rem;
}
@media (max-width: 1023px) {
.section-primary--secondary .section__aside {
  max-width: 30rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary--secondary .section__aside {
  max-width: 100%;
  margin-bottom: 6rem;
}
}
.section-primary--secondary .section__body {
max-width: calc(100% - 36rem);
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: calc(100% - 36rem);
    flex-basis: calc(100% - 36rem);
padding: 0 3.5rem 0 0;
}
@media (max-width: 1023px) {
.section-primary--secondary .section__body {
  max-width: calc(100% - 30rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 30rem);
      flex-basis: calc(100% - 30rem);
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary--secondary .section__body {
  max-width: 100%;
  padding: 0;
}
}
.section-primary--secondary .section__body ul li:not(:last-child) {
border-bottom: 0.1rem solid rgba(18, 69, 89, 0.2);
}
.section-primary--secondary .section__body ul li + li {
margin-top: 3.3rem;
}
.section-primary--secondary .section__body ul li {
list-style: none;
padding-bottom: 3.2rem;
min-height: 250px;
}
.section-primary--secondary .section__body ul li h3 {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
}
.section-primary--secondary .section__body ul li p {
font-weight: 300;
line-height: 1.625;
}
.section-primary--secondary .section__body ul li h3 + h6 {
margin-top: 2rem;
}
.section-primary--secondary .section__body ul li h6 {
font-size: 1.6rem;
margin-bottom: 1.2rem;
}
.section-primary--secondary .section__body ul li a {
font-size: 1.6rem;
text-decoration: none;
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
display: inline-block;
position: relative;
letter-spacing: 0.04em;
}
.section-primary--secondary .section__body ul li a.readMore:after {
content: "";
position: absolute;
top: 50%;
right: -2rem;
-webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
background-image: url(../images/svg/ico-arrow-blue.svg);
width: 0.7rem;
height: 1.2rem;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.section-primary--secondary .section__body ul li a.readLess:after {
content: "";
position: absolute;
top: 50%;
right: -2rem;
-webkit-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
        transform: translateY(-50%) rotate(270deg);
background-image: url(../images/svg/ico-arrow-blue.svg);
width: 0.7rem;
height: 1.2rem;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}


.section-primary--secondary .section__body ul + h3 {
margin-top: 3.1rem;
}
.section-primary--secondary .section__body h3 {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
}
.section-primary--secondary .section__body h3 + .features {
margin-top: 3rem;
}
/* ------------------------------------------------------------ *\
Section Primary ALt
\* ------------------------------------------------------------ */
.section-primary--alt {
padding: 4.7rem 0 12.4rem;
}
.section-primary--alt .section__body {
padding: 0 4rem 0 0;
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: calc(100% - 36rem);
    flex-basis: calc(100% - 36rem);
max-width: calc(100% - 36rem);
}
@media (max-width: 1023px) {
.section-primary--alt .section__body {
  max-width: calc(100% - 30rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 30rem);
      flex-basis: calc(100% - 30rem);
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary--alt .section__body {
  max-width: 100%;
  padding: 0;
}
}
.section-primary--alt .section__body > ul {
list-style: none;
}
.section-primary--alt .section__body > ul + .widget-primary {
margin-top: 5.7rem;
}
.section-primary--alt .section__body > ul > li > h3 {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
margin: 0 0 2.1rem;
}
.section-primary--alt .section__body > ul > li > p {
font-weight: 300;
line-height: 1.63;
margin: 0;
}
.section-primary--alt .section__body > ul > li > p + p {
margin-top: 2.5rem;
}
.section-primary--alt .section__body > ul > li > p + .slider-alt {
margin-top: 6.2rem;
}
.section-primary--alt .section__body > ul > li > p + .testimonial {
margin-top: 4.2rem;
}
.section-primary--alt .section__body > ul > li > ol {
list-style: none;
font-weight: 300;
line-height: 1.63;
}
.section-primary--alt .section__body > ul > li > ol strong {
font-weight: 400;
}
.section-primary--alt .section__body > ul > li > ol li {
position: relative;
padding-left: 1.4rem;
}
.section-primary--alt .section__body > ul > li > ol li:after {
content: "";
position: absolute;
top: 0.9rem;
left: 0;
width: 0.6rem;
height: 0.6rem;
border: 0.1rem solid #707070;
border-radius: 50%;
}
.section-primary--alt .section__body > ul > li > ol li + li {
margin-top: 0.5rem;
}
.section-primary--alt .section__body > ul > li + li {
margin-top: 2.5rem;
padding-top: 3.4rem;
border-top: 0.1rem solid rgba(18, 69, 89, 0.2);
}
.section-primary--alt .section__aside {
max-width: 36rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 36rem;
        flex: 0 0 36rem;
}
@media (max-width: 1023px) {
.section-primary--alt .section__aside {
  max-width: 30rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section-primary--alt .section__aside {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 6rem;
}
}
/* ------------------------------------------------------------ *\
Section
\* ------------------------------------------------------------ */
.section {
padding: 8.7rem 0 9.3rem;
position: relative;
}
@media (max-width: 1023px) {
.section {
  padding: 7rem 0 8rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section {
  padding: 5rem 0 6rem;
}
}
.section:before {
content: "";
position: absolute;
top: -8.2rem;
left: 0;
width: 100vw;
height: 15.7rem;
background-image: url(../images/temp/background-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.section .section__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
}
@media (max-width: 1023px) {
.section .section__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.section .section__head h2 {
line-height: 1;
font-weight: 400;
font-family: "DM Serif Display", sans-serif;
}
.section .section__head .section__title {
max-width: 46rem;
text-align: center;
width: 100%;
}
@media (max-width: 1023px) {
.section .section__head .section__title {
  padding: 0 1rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__head .section__title {
  max-width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 1.5rem;
}
}
.section .section__head .section__entry {
min-height: 4.3rem;
padding-left: 1.9rem;
max-width: 40rem;
width: 100%;
border-left: 0.1rem solid #124559;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__head .section__entry {
  border: none;
  border-top: 0.1rem solid #124559;
  text-align: center;
  max-width: 100%;
  padding: 1.5rem 0 0 0;
}
}
.section .section__head .section__entry p {
line-height: 1.4;
margin-top: -0.5rem;
}
.section .section__head .section__head-actions {
margin-left: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__head .section__head-actions {
  margin: 1.5rem 0 0 0;
}
}
.section .section__slider {
position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__slider {
  padding-bottom: 5rem;
}
}
.section .section__head + .section__slider {
margin-top: 6.5rem;
}
@media (max-width: 1023px) {
.section .section__head + .section__slider {
  margin-top: 4rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__head + .section__slider {
  margin-top: 2.5rem;
}
}
.section .section__head + .services {
margin-top: 5.2rem;
}
@media (max-width: 1023px) {
.section .section__head + .services {
  margin-top: 3rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__head + .services {
  margin-top: 2rem;
}
}
.section .section__slider + .widget {
margin-top: 7.9rem;
}
@media (max-width: 1023px) {
.section .section__slider + .widget {
  margin-top: 5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__slider + .widget {
  margin-top: 3rem;
}
}
.section .section__head + .map {
margin-top: 5rem;
}
@media (max-width: 1023px) {
.section .section__head + .map {
  margin-top: 4rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__head + .map {
  margin-top: 2.5rem;
}
}
.section .map + .widget {
margin-top: 8.3rem;
}
@media (max-width: 1023px) {
.section .map + .widget {
  margin-top: 6rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .map + .widget {
  margin-top: 4rem;
}
}
.section .section__head + .articles {
margin-top: 5rem;
}
@media (max-width: 1023px) {
.section .section__head + .articles {
  margin-top: 4rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .section__head + .articles {
  margin-top: 2.5rem;
}
}
.section .articles + .section__foot {
margin-top: 4.2rem;
}
@media (max-width: 1023px) {
.section .articles + .section__foot {
  margin-top: 3rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section .articles + .section__foot {
  margin-top: 2rem;
}
}
.section .section__image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.section .services + .section__actions {
margin-top: 5rem;
}
.section .section__actions {
text-align: center;
}
/*  Section green  */
.section--green:before {
background-image: url(../images/temp/background-2.png);
}
.section--beige {
background-color: #FDF4ED;
}
.section--beige:before {
background-image: url(../images/temp/background-3.png);
}
/*  Section primary  */
.section--primary {
padding: 14.9rem 0 8.7rem;
}
@media (max-width: 1023px) {
.section--primary {
  padding: 12rem 0 8rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--primary {
  padding: 8rem 0 5rem;
}
}
.section--primary .section__head {
display: block;
text-align: center;
max-width: 70rem;
margin: 0 auto;
color: #fff;
}
/*  Section xs  */
.section--xs {
padding: 11.7rem 0 8.5rem;
}
@media (max-width: 1023px) {
.section--xs {
  padding: 10rem 0 8rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--xs {
  padding: 8rem 0 6rem;
}
}
.section--xs:before {
display: none;
}
.section--xs .section__head {
padding: 0 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--xs .section__head {
  padding: 0 0 0 0;
}
}
.section--xs .section__head .section__title {
max-width: 48rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--xs .section__head .section__title {
  max-width: 100%;
}
}
.section--xs .section__head .section__entry {
margin-left: 8.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--xs .section__head .section__entry {
  margin-left: 0;
}
}
.section--secondary {
padding: 13.1rem 0 13.7rem;
z-index: 0;
}
@media (max-width: 1023px) {
.section--secondary {
  padding: 10rem 0;
}
}
.section--secondary .section__head {
display: block;
max-width: 50rem;
margin: 0 auto;
text-align: center;
}
.section--secondary .section__head p {
margin-bottom: 3rem;
}
.section--secondary .section__foot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
padding: 0 5.8rem;
}
@media (max-width: 1199px) {
.section--secondary .section__foot {
  padding: 0 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--secondary .section__foot {
  padding: 0 0 0 0;
}
}
.section--secondary .section__foot .section__foot-content {
max-width: 90rem;
-webkit-box-flex: 0;
    -ms-flex: 0 0 90rem;
        flex: 0 0 90rem;
border-bottom: 0.1rem solid rgba(18, 69, 89, 0.2);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
padding-bottom: 1rem;
padding: 1.2rem 0 1rem;
}
@media (max-width: 1199px) {
.section--secondary .section__foot .section__foot-content {
  max-width: calc(100% - 13rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 13rem);
      flex-basis: calc(100% - 13rem);
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--secondary .section__foot .section__foot-content {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 2rem;
}
}
.section--secondary .section__foot .section__foot-content p {
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 0;
}
.section--secondary .section__foot .section__foot-content p span {
font-weight: 500;
}
.section--secondary .section__foot .section__arrows {
max-width: calc(100% - 90rem);
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: calc(100% - 90rem);
    flex-basis: calc(100% - 90rem);
padding-left: 4.5rem;
}
@media (max-width: 1199px) {
.section--secondary .section__foot .section__arrows {
  padding-left: 0;
  max-width: 10rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--secondary .section__foot .section__arrows {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}
}
.section--secondary .section__foot .section__arrows a + a {
margin-left: 1.3rem;
}
.section--secondary .section__foot .section__arrows a {
text-decoration: none;
}
/* ------------------------------------------------------------ *\
Section Alt
\* ------------------------------------------------------------ */
.section--alt {
padding: 5.1rem 0 11.3rem;
}
.section--alt:before {
background-image: url(../images/temp/background-11.png);
width: 100%;
height: 14.8rem;
}
.section--alt .shell {
position: relative;
z-index: 10;
}
.section--alt .section__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--alt .section__inner {
  display: block;
  margin: 0;
}
}
.section--alt .section__inner + .map {
margin-top: 6.4rem;
}
.section--alt .section__aside {
-webkit-box-flex: 0;
    -ms-flex: 0 0 40rem;
        flex: 0 0 40rem;
max-width: 40rem;
padding: 2.4rem 2rem 0;
}
@media (max-width: 1023px) {
.section--alt .section__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26rem;
          flex: 0 0 26rem;
  max-width: 26rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--alt .section__aside {
  padding: 0;
  max-width: 100%;
}
}
.section--alt .section__body {
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: calc(100% - 40.0rem);
    flex-basis: calc(100% - 40.0rem);
max-width: calc(100% - 40.0rem);
padding: 0 2rem;
}
@media (max-width: 1023px) {
.section--alt .section__body {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 26.0rem);
      flex-basis: calc(100% - 26.0rem);
  max-width: calc(100% - 26.0rem);
  padding: 0 1.5rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.section--alt .section__body {
  padding: 0;
  max-width: 100%;
  margin: 9rem 0 0;
}
}
/* ------------------------------------------------------------ *\
Select
\* ------------------------------------------------------------ */
.select {
width: 100%;
position: relative;
}
.select:after {
content: "";
position: absolute;
top: 50%;
right: 0.5rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
width: 1.2rem;
height: 0.7rem;
background-image: url(../images/svg/ico-arrow-select.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
pointer-events: none;
filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(122deg) brightness(104%) contrast(107%);
}
.select select {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0.7rem 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  border: none;
  border-radius: 5rem;
  padding: 0.9rem 0rem;
  letter-spacing: 0.04em;
}

.select select option{
  color: #000;
}

.select--alt select {
  border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
  border-radius: 0;
  border-bottom: 0.1rem solid #124559;
  padding: 0.4rem 1.5rem 0.4rem 6rem;
}

.select select::-ms-expand {
display: none;
}
.select.is-popover-active:after {
-webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
}
.select--xs {
max-width: 10rem;
}
.select--xs:after {
right: 1.6rem;
}
.select--xs select {
width: 10rem;
min-height: 3.1rem;
border: 0.1rem solid #124559;
border-radius: 5rem;
color: #124559;
padding: 5px 2rem;
}
.select--small {
max-width: 16rem;
}
.select--small:after {
right: 1.6rem;
}
.select--small select {
width: 16rem;
min-height: 3.1rem;
border: 0.1rem solid #124559;
border-radius: 5rem;
color: #124559;
font-size: 1.3rem;
font-weight: 500;
padding: 5px 2rem;
}
.select--alt:after {
right: 0;
}
.select--alt select {
border: none;
border-radius: 0;
border-bottom: 0.1rem solid #124559;
padding: 0.4rem 1.5rem 0.4rem 6rem;
}
.select--alt label {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
margin-right: 0;
}
/* ------------------------------------------------------------ *\
Services
\* ------------------------------------------------------------ */
.services .grid {
margin: 0 -2rem;
}
@media (max-width: 1023px) {
.services .grid {
  margin: 0 -1rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.services .grid {
  margin: -1rem 0;
}
}
.services .grid__col {
padding: 0 2rem;
}
@media (max-width: 1023px) {
.services .grid__col {
  padding: 0 1rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.services .grid__col {
  padding: 1rem 0;
}
}
/* ------------------------------------------------------------ *\
Service
\* ------------------------------------------------------------ */
.service {
position: relative;
}
.service .service__image {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding-top: 73%;
border-radius: 0.8rem;
}
@media (max-width: 1023px) {
.service .service__image {
  padding-top: 90%;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.service .service__image {
  padding-top: 50%;
}
}
.service .service__content {
position: absolute;
bottom: 4.3rem;
left: 4.2rem;
z-index: 2;
color: #fff;
}
@media (max-width: 1023px) {
.service .service__content {
  bottom: 2rem;
  left: 2rem;
}
}
.service .service__content span {
font-family: "Playfair Display", Helvetica, Arial, sans-serif;
display: inline-block;
margin-bottom: 0.1rem;
}
.service .service__content h3 {
font-family: "Playfair Display", Helvetica, Arial, sans-serif;
padding-left: 2rem;
}
/* ------------------------------------------------------------ *\
Shell
\* ------------------------------------------------------------ */
.shell {
max-width: calc( 116rem + 1.5rem * 2 );
padding-left: 1.5rem;
padding-right: 1.5rem;
margin: auto;
width: 100%;
}
.shell--large {
max-width: 143rem;
}
/* Shell Fluid */
.shell--fluid {
max-width: none;
}
/* ------------------------------------------------------------ *\
Slider
\* ------------------------------------------------------------ */
.slider .slider__slides {
margin: 0 -2rem;
}
@media (max-width: 1199px) {
.slider .slider__slides {
  margin: 0 -1rem;
}
}
.slider .slider__slides .slider__slide {
padding: 0 2rem;
}
@media (max-width: 1199px) {
.slider .slider__slides .slider__slide {
  padding: 0 1rem;
}
}
@media (max-width: 1023px) {
.slider .slick-slide img {
  width: 100%;
}
}
.slider .slick-list {
padding-bottom: 2rem;
}
.slider .slick-next,
.slider .slick-prev {
position: absolute;
bottom: -6.7rem;
right: 0;
max-width: 4rem;
min-height: 4rem;
width: 100%;
border-radius: 50%;
border: none;
outline: none;
background-color: transparent;
font-size: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.slider .slick-next:hover,
.slider .slick-prev:hover {
opacity: 0.8;
}
.slider .slick-next {
background-image: url(../images/svg/ico-arrow-next.svg);
right: 8rem;
}
@media (max-width: 1023px) {
.slider .slick-next {
  right: 1rem;
}
}
.slider .slick-prev {
background-image: url(../images/svg/ico-arrow-prev.svg);
right: 13.7rem;
}
@media (max-width: 1023px) {
.slider .slick-prev {
  right: 6rem;
}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.slider .slick-prev {
  right: auto;
  left: 0;
}
}
/* ------------------------------------------------------------ *\
Slider Alt
\* ------------------------------------------------------------ */
.slider-alt {
position: relative;
border-radius: 1.2rem;
overflow: hidden;
}
.slider-alt + ol {
margin: 7rem 0 0;
}
.slider-alt .slick-arrow {
display: none !important;
}
.slider-alt .slick-dots {
position: absolute;
bottom: 4rem;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
margin-left: 1rem;
}
@media (max-width: 1023px) {
.slider-alt .slick-dots {
  bottom: 2rem;
}
}
.slider-alt .slick-dots button {
display: none;
}
.slider-alt .slick-dots li {
display: inline-block;
background: #fff;
width: 1rem;
height: 1rem;
border-radius: 50%;
-webkit-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
.slider-alt .slick-dots li:hover {
background: #FFB20F;
cursor: pointer;
}
.slider-alt .slick-dots li + li {
margin-left: 1rem;
}
.slider-alt .slider__slide {
position: relative;
}
.slider-alt .slider__slide-content {
position: absolute;
bottom: 5rem;
left: 4.1rem;
z-index: 10;
color: #fff;
width: 30rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.slider-alt .slider__slide-content {
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
}
}
.slider-alt .slider__slide-content h3 {
font-size: 3.1rem;
line-height: 1;
font-family: "DM Serif Display", sans-serif;
font-weight: 400;
margin: 0 0 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.slider-alt .slider__slide-content h3 {
  font-size: 2.4rem;
}
}
.slider-alt .slider__slide-content .btn {
min-width: 16.2rem;
text-align: left;
padding: 0 1rem 0 2.9rem;
background: none;
border: 0.1rem solid #fff;
}
.slider-alt .slider__slide-content .btn:hover {
border-color: #FFB20F;
background: #FFB20F;
}
.slider-alt .slider__slide-image {
position: relative;
padding-top: 44.7%;
background-size: cover;
}
@media (max-width: 1023px) {
.slider-alt .slider__slide-image {
  padding-top: 66%;
}
}
@media (max-width: 374px) {
.slider-alt .slider__slide-image {
  padding-top: 75%;
}
}
.slider-alt .slider__slide-image:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/temp/shadow.png) no-repeat 0 0;
background-size: 100% 100%;
}
/* ------------------------------------------------------------ *\
Testimonial
\* ------------------------------------------------------------ */
.testimonial {
position: relative;
border-radius: 1.2rem;
overflow: hidden;
background: #124559;
color: #fff;
font-size: 3rem;
line-height: 1.33;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.testimonial {
  font-size: 2.4rem;
}
}
.testimonial:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(129, 174, 157, 0.75);
}
.testimonial img + p {
margin: 3.1rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.testimonial img + p {
  margin: 1rem 0 0;
}
}
.testimonial p {
font-family: "DM Serif Display", sans-serif;
font-weight: 400;
font-style: italic;
margin: 0;
}
.testimonial p + h6 {
margin: 3.5rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.testimonial p + h6 {
  margin: 1rem 0 0;
}
}
.testimonial h6 {
font-family: "Arial", sans-serif;
font-weight: 400;
font-size: 1.4rem;
}
.testimonial .testimonial__content {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
padding: 0 5rem;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
margin-top: -0.6rem;
z-index: 10;
}
@media (max-width: 1023px) {
.testimonial .testimonial__content {
  padding: 0 2rem;
}
}
.testimonial .testimonial__image {
position: relative;
padding-top: 44.8%;
background-size: cover;
opacity: 0.75;
}
@media (max-width: 1023px) {
.testimonial .testimonial__image {
  padding-top: 80%;
}
}
.testimonial + h3 {
margin-top: 3.3rem !important;
}
/* ------------------------------------------------------------ *\
Widget
\* ------------------------------------------------------------ */
.widget {
list-style: none;
}
.widget .widget__title {
font-weight: 400;
font-family: "DM Serif Display", Helvetica, Arial, sans-serif;
margin-bottom: 2.1rem;
}
.widget .widget__head {
margin-bottom: 4.5rem;
}
.widget .widget__head p {
font-weight: 300;
}
.widget .widget__body ul {
list-style: none;
margin-bottom: 3.4rem;
}
.widget .widget__body ul li:not(:last-child) {
border-bottom: 0.1rem solid rgba(18, 69, 89, 0.2);
}
.widget .widget__body ul li {
padding-bottom: 1.8rem;
}
.widget .widget__body ul li + li {
margin-top: 1.8rem;
}
.widget .widget__body ul a {
text-decoration: none;
font-weight: 400;
letter-spacing: 0.04em;
}
.widget .widget__body ul a span {
font-weight: 700;
margin-right: 1rem;
}
.widget .form + .map {
margin-top: 5rem;
}
.widget .map {
margin-bottom: 8.3rem;
}
.widget .list-links {
list-style: none;
font-size: 1.6rem;
line-height: 1.31;
letter-spacing: 0.04em;
font-weight: 300;
}
.widget .list-links a {
position: relative;
display: block;
text-decoration: none;
padding-right: 2rem;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.widget .list-links a:hover {
opacity: 0.7;
}
.widget .list-links a:after {
content: "";
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
background-image: url(../images/svg/ico-arrow-right-blue.svg);
width: 0.7rem;
height: 1.1rem;
background-size: cover;
background-repeat: no-repeat;
}
.widget .list-links li {
border-bottom: 0.1rem solid rgba(18, 69, 89, 0.2);
}
.widget .list-links li + li {
margin-top: 2.2rem;
}
.widget .list-links .is-active {
font-weight: 400;
}
.widget--image {
max-width: 97rem;
background-color: rgba(0, 0, 0, 0.04);
overflow: hidden;
width: 100%;
margin: 0 auto;
border-radius: 0.8rem;
position: relative;
}
.widget--image span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-size: 2.2rem;
text-align: center;
}
.widget--primary .widget__title {
margin-bottom: 3.2rem;
}
.widget--primary + .widget--alt {
margin: 3.8rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.widget--alt img {
  width: 100%;
}
}
.widget--alt img + img {
margin-top: 4rem;
}
/* ------------------------------------------------------------ *\
Widget Primary
\* ------------------------------------------------------------ */
.widget-primary {
background: rgba(18, 69, 89, 0.1);
border-radius: 1.2rem;
padding: 3.6rem 4rem 3.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.widget-primary {
  padding: 3rem 1.5rem;
}
}
.widget-primary h3 {
font-family: "DM Serif Display", sans-serif;
font-weight: 400;
margin: 0 0 1.4rem;
}
.widget-primary p {
font-weight: 300;
line-height: 1.63;
margin: 0;
}
.widget-primary p + .btn {
margin: 3.3rem 0 0;
}
.widget-primary .btn {
border: 0.1rem solid #124559;
background: none;
color: #124559;
min-width: 27.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.widget-primary .btn {
  min-width: 26rem;
}
}
.widget-primary .btn:hover {
background: #FFB20F;
border-color: #FFB20F;
}
.widget-primary .btn:after {
background-image: url(../images/svg/ico-arrow-right-blue.svg);
}
/* ------------------------------------------------------------ *\
Widget Contact
\* ------------------------------------------------------------ */
.widget-contact .widget__title {
border-bottom: 0.1rem solid rgba(100, 89, 159, 0.2);
padding-bottom: 0.7rem;
margin: 0 0 2.3rem;
font-family: "DM Serif Display", sans-serif;
font-weight: 400;
}
.widget-contact p {
font-weight: 300;
line-height: 1.63;
margin: 0;
}
.widget-contact p + ul {
margin: 2.6rem 0 0;
}
.widget-contact ul {
font-weight: 400;
line-height: 1.63;
list-style: none;
}
.widget-contact ul a {
font-weight: 300;
text-decoration: none;
padding-left: 1.4rem;
letter-spacing: 0.04em;
}
.widget-contact ul li + li {
margin-top: 0.5rem;
}
.widget-contact + .widget-contact {
margin-top: 7.9rem;
}
/* ------------------------------------------------------------ *\
Wrapper
\* ------------------------------------------------------------ */
.wrapper {
position: relative;
min-height: 100vh;
overflow: hidden;
}
.wrapper--alt .header--secondary:after {
background: #124559;
}
.wrapper--alt .breadcrumbs {
z-index: 12;
color: #fff;
}
.wrapper--alt .breadcrumbs li:not(:last-child):after {
background-image: url(../images/svg/ico-arrow-white.svg);
}
