.slick-slider {
  -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, .slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  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
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*:after, *:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

template {
  display: none
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent
}

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
}

audio, iframe, img, object, video {
  max-width: 100%
}

iframe, img {
  border: 0 none
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle
}

b, strong {
  font-weight: 700
}

address {
  font-style: normal
}

svg:not(:root) {
  overflow: hidden
}

a, button, input[type="button"], input[type="file"], input[type="image"], input[type="reset"], input[type="submit"], label[for] {
  cursor: pointer
}

a[href^="tel"], button[disabled], input[disabled], select[disabled], textarea[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0
}

a[href^="tel"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  -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 ol, nav ul {
  list-style: none outside none
}

input[type=button], input[type=date], input[type=email], input[type=search], input[type=submit], input[type=tel], input[type=text], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}

@font-face {
  font-family: DIN Pro;
  src: url(../fonts/DINPro-Regular.woff2) format("woff2"), url(../fonts/DINPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: DIN Pro;
  src: url(../fonts/DINPro-Italic.woff2) format("woff2"), url(../fonts/DINPro-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: DIN Pro;
  src: url(../fonts/DINPro-Medium.woff2) format("woff2"), url(../fonts/DINPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: DIN Pro;
  src: url(../fonts/DINPro-MediumItalic.woff2) format("woff2"), url(../fonts/DINPro-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic
}

@font-face {
  font-family: DIN Pro;
  src: url(../fonts/DINPro-Bold.woff2) format("woff2"), url(../fonts/DINPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

body {
  min-width: 320px;
  background: #fff;
  font-family: DIN Pro, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #535765
}

@media (max-width:1650px) {
  body {
    font-size: 16px
  }
}

a {
  color: inherit;
  text-decoration: underline
}

a:hover, a[href^="tel"] {
  text-decoration: none
}

.event .event__title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .7em;
  font-weight: 500
}

.h1, h1 {
  font-size: 72px;
  line-height: 1.06
}

@media (max-width:1650px) {
  .h1, h1 {
    font-size: 55px
  }
}

@media (max-width:767px) {
  .h1, h1 {
    font-size: 43px
  }
}

.h2, h2 {
  font-size: 45px;
  line-height: 1.29
}

@media (max-width:1650px) {
  .h2, h2 {
    font-size: 34px
  }
}

@media (max-width:767px) {
  .h2, h2 {
    font-size: 35px
  }
}

.h3, h3 {
  font-size: 42px;
  line-height: 1.29
}

@media (max-width:1650px) {
  .h3, h3 {
    font-size: 32px
  }
}

@media (max-width:767px) {
  .h3, h3 {
    font-size: 28px
  }
}

.h4, h4 {
  font-size: 36px;
  line-height: 1.28
}

@media (max-width:1650px) {
  .h4, h4 {
    font-size: 27px
  }
}

@media (max-width:767px) {
  .h4, h4 {
    font-size: 24px
  }
}

.event .event__title, .h5, h5 {
  font-size: 28px;
  line-height: 1.29
}

@media (max-width:1650px) {
  .event .event__title, .h5, h5 {
    font-size: 21px
  }
}

.h6, h6 {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 400
}

@media (max-width:1650px) {
  .h6, h6 {
    font-size: 20px
  }
}

blockquote, dl, hr, ol, p, table, ul {
  margin-bottom: 1.4em
}

.event .event__title:last-child, blockquote:last-child, dl:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ol:last-child, p:last-child, table:last-child, ul:last-child {
  margin-bottom: 0
}

.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.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] {
  display: none
}

.disabled, [disabled] {
  cursor: default
}

.text-align-center {
  text-align: center
}

.hide, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .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
  }
}

.aligncenter, .alignleft, .alignnone, .alignright {
  margin: 5px 15px 1.4em
}

.alignleft {
  margin-left: 0
}

@media (max-width:767px) {
  .alignleft {
    margin: 5px 0 10px
  }
}

.alignright {
  margin-right: 0
}

@media (max-width:767px) {
  .alignright {
    margin: 5px 0 10px
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0
}

@media (max-width:767px) {
  .alignnone {
    margin: 5px 0 10px
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:767px) {
  .aligncenter {
    margin: 5px 0 10px
  }
}

.wp-caption {
  position: relative
}

.wp-caption img {
  width: 100%
}

.wp-caption-text {
  padding: 8px;
  font-size: .8em;
  color: inherit;
  background: transparent;
  text-align: center
}

.nocomments {
  padding-top: 12px;
  font-weight: 700;
  font-size: 18px
}

.widgets {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -20px
}

@media (max-width:767px) {
  .widgets {
    margin: 0
  }
}

.widgets>li {
  width: 50%;
  padding: 10px 20px
}

@media (max-width:767px) {
  .widgets>li {
    width: 100%;
    padding: 10px 0
  }
}

.widget {
  margin-bottom: 15px
}

.widget:last-child {
  margin-bottom: 0
}

.widget>ul {
  list-style: none outside none;
  margin: 0
}

.widget>ul li {
  padding: 5px 0
}

.widget>ul a {
  text-decoration: none;
  border-bottom: 1px solid transparent
}

.widget>ul a:hover {
  border-bottom-color: #055590;
  color: #055590
}

.widget_calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center
}

.widget_calendar td, .widget_calendar th {
  padding: 5px;
  border: 1px solid #000
}

.widget_calendar caption {
  padding: 12px;
  font-weight: 700
}

.widget_calendar tfoot {
  font-weight: 700
}

.widget_rss .rsswidget {
  vertical-align: middle
}

.widget_rss .rsswidget img {
  float: left;
  margin: 5px 8px 0 0
}

.widget_categories .screen-reader-text {
  display: none
}

.widget_categories .post-form {
  width: 100%;
  padding: 5px
}

.widget_nav_menu ul {
  list-style: none
}

.widget_nav_menu ul li {
  padding: 5px 0
}

.widget_pages ul ul {
  padding: 5px 0 0 25px
}

.comments {
  position: relative
}

.comments .children {
  position: relative;
  padding-left: 70px
}

.comments .children:after, .comments .children:before {
  content: "";
  position: absolute;
  display: block
}

.comments .children:before {
  top: 33px;
  left: 23px;
  width: 32px;
  height: 27px;
  border-left: 8px solid #c3c3c3;
  border-bottom: 8px solid #c3c3c3;
  border-radius: 0 0 0 8px
}

.comments .children:after {
  top: -5px;
  left: 8px;
  border: 20px solid transparent;
  border-width: 20px 19px;
  border-bottom-color: #c3c3c3
}

.comments .comment {
  position: relative;
  border-top: 1px dashed #363636
}

.comments .avatar {
  position: absolute;
  top: 28px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc
}

.comments .says {
  padding-left: 5px
}

.comments .moderation-notice {
  display: inline-block;
  margin: 3px 0 8px;
  color: #999
}

.comments .comment__entry {
  position: relative;
  padding: 30px 0 30px 65px
}

.comments .comment__text p:last-child {
  padding-bottom: 0;
  margin-bottom: 0
}

.comments .comment__meta {
  padding-bottom: 12px
}

.comments .comment__meta a {
  color: #363636
}

.comments .comment__reply {
  padding-top: 10px;
  text-align: right
}

.comments .comment__reply a {
  display: inline-block;
  padding: 5px 10px;
  background: #363636;
  color: #fff;
  border-radius: 6px
}

.comments .comment__reply a:hover {
  text-decoration: none;
  opacity: .8
}

.comment-respond {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #363636
}

.comment-respond h3 {
  position: relative
}

.comment-respond small {
  position: absolute;
  top: 0;
  right: 0
}

.comment-respond label {
  display: inline-block;
  padding-bottom: 4px
}

.comment-respond input[type="text"], .comment-respond textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7
}

.comment-respond textarea {
  height: 100px
}

.comment-respond input[type="text"]:focus {
  background-color: #fff
}

.comment-respond input[type="text"]::-webkit-input-placeholder {
  color: #777
}

.comment-respond input[type="text"]:-ms-input-placeholder, .comment-respond input[type="text"]::-moz-placeholder, .comment-respond input[type="text"]::-webkit-input-placeholder, .comment-respond input[type="text"]::placeholder {
  color: #777
}

.comment-respond .required {
  color: #e40000
}

.comment-respond .comment-notes {
  padding-top: 15px
}

.comment-respond .form-submit input {
  display: block;
  width: 160px;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #363636;
  cursor: pointer;
  border-radius: 4px
}

.paging {
  width: 100%;
  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: 50px 0 20px
}

@media (max-width:767px) {
  .paging {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.paging a {
  text-decoration: none;
  color: #0d1c4f;
  font-weight: 700
}

.paging a:only-child {
  margin-left: auto
}

.paging ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0 20px
}

@media (max-width:767px) {
  .paging ul {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    margin-bottom: 20px
  }
}

.paging ul li {
  margin: 0 5px
}

@media (max-width:767px) {
  .paging ul li:first-child {
    margin-left: 0
  }
}

@media (max-width:767px) {
  .paging ul li:last-child {
    margin-right: 0
  }
}

.paging ul a, .paging ul li.paging__spacer {
  background-color: #fff;
  font-size: 14px;
  color: #000;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.paging ul a:hover, .paging ul li.is-current a {
  color: #fff;
  background-color: #055590
}

.paging .paging__next, .paging .paging__prev {
  font-size: 16px;
  color: #000;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.paging .paging__next:hover, .paging .paging__prev:hover {
  color: #055590
}

.paging .paging__next:only-child {
  margin-left: auto;
  margin-right: 0
}

.paging .paging__prev:only-child {
  margin-right: auto;
  margin-left: 0
}

.paging .paging__first, .paging .paging__label, .paging .paging__last, .paging .paging__next, .paging .paging__prev {
  margin: 9px
}

.search-form {
  position: relative;
  overflow: hidden
}

.search-form .search__field {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7
}

.search-form .search__field:focus {
  background-color: #fff
}

.search-form .search__field::-webkit-input-placeholder {
  color: #777
}

.search-form .search__field:-ms-input-placeholder, .search-form .search__field::-moz-placeholder, .search-form .search__field::-webkit-input-placeholder, .search-form .search__field::placeholder {
  color: #777
}

.search-form .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.section-comments {
  padding-top: 15px
}

.section-comments a {
  text-decoration: none
}

.section-comments p {
  padding-bottom: 18px
}

.section-comments ol, .section-comments ul {
  padding: 0;
  margin: 0;
  list-style: none outside none
}

.section-comments h3 {
  position: relative;
  padding: 0 0 10px
}

.section-comments h3 small {
  position: absolute;
  top: 0;
  right: 0
}

.accordions .accordions__hint {
  margin: 75px 0 0;
  font-size: 24px;
  letter-spacing: .01em;
  font-weight: 500;
  color: #048c4b
}

@media (max-width:1650px) {
  .accordions .accordions__hint {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .accordions .accordions__hint {
    font-size: 16px;
    margin: 40px 0 0
  }
}

.accordion {
  border-bottom: 3px solid #a0df5c;
  letter-spacing: .01em;
  padding: 0 0 28px
}

@media (max-width:767px) {
  .accordion {
    border-width: 2px
  }
}

.accordion .accordion__head {
  color: #048c4b;
  position: relative;
  padding-right: 70px;
  cursor: pointer
}

@media (max-width:767px) {
  .accordion .accordion__head {
    padding-right: 45px
  }
}

.accordion .accordion__head h4 {
  margin: 0;
  letter-spacing: 0
}

.accordion .accordion__ico {
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

.accordion .accordion__body {
  display: none;
  padding: 25px 0 0
}

.accordion .accordion__body p {
  margin: 0;
  max-width: 1064px
}

.accordion .accordion__body p+p {
  margin: 29px 0 0
}

.accordion+.accordion {
  margin-top: 68px
}

.accordion.is-active .accordion__ico {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.articles-alt {
  background: #048c4b
}

.articles-alt--primary {
  background: none
}

.articles-alt--primary .grid__col+.grid__col .article-alt {
  padding-left: 45px
}

@media (max-width:1023px) {
  .articles-alt--primary .grid__col+.grid__col .article-alt {
    padding-right: 0
  }
}

@media (max-width:767px) {
  .articles-alt--primary .grid__col+.grid__col .article-alt {
    padding: 40px 0 0
  }
}

.articles-alt--primary .grid__col+.grid__col .article-alt:after {
  content: "";
  position: absolute;
  top: -9px;
  bottom: -37px;
  bottom: 8px;
  left: 1px;
  width: 2px;
  background: #a0df5c
}

@media (max-width:767px) {
  .articles-alt--primary .grid__col+.grid__col .article-alt:after {
    display: none
  }
}

.articles-alt--primary .grid__col+.grid__col .article-alt--orange:after {
  background: #ffde3c
}

.articles-alt--primary .grid__col+.grid__col .article-alt--blue-alt:after {
  background: #aff0f5
}

.articles-alt--primary .grid__col+.grid__col .article-alt--blue-def:after {
  background: #0aafdc
}

.article-alt {
  position: relative;
  color: #fff;
  padding: 146px 30px 20px 0;
  min-height: 522px
}

@media (max-width:1650px) {
  .article-alt {
    padding: 112px 15px 15px 0;
    min-height: 401px
  }
}

@media (max-width:1023px) {
  .article-alt {
    padding: 50px 15px 15px 0;
    min-height: 300px
  }
}

@media (max-width:767px) {
  .article-alt {
    padding: 50px 15px 50px 0
  }
}

.article-alt h4 {
  text-transform: uppercase;
  margin: 0 0 22px;
  color: #a5e554;
  letter-spacing: .02em
}

@media (max-width:1650px) {
  .article-alt h4 {
    margin: 0 0 16px
  }
}

.article-alt p {
  margin: 0 0 30px;
  letter-spacing: .01em
}

@media (max-width:1650px) {
  .article-alt p {
    margin: 0 0 23px
  }
}

.article-alt.color-scheme-green h4 {
  color: #a5e554
}

.article-alt.color-scheme-green .btn, .article-alt.color-scheme-green div.wpcf7 .wpcf7-submit, div.wpcf7 .article-alt.color-scheme-green .wpcf7-submit {
  background: #a5e554;
  color: #048c4b
}

.article-alt.color-scheme-green .btn:hover, .article-alt.color-scheme-green div.wpcf7 .wpcf7-submit:hover, div.wpcf7 .article-alt.color-scheme-green .wpcf7-submit:hover {
  background: #a9ff3b
}

.article-alt.color-scheme-blue {
  background: #0d1c4f
}

.article-alt.color-scheme-blue:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background: #0d1c4f
}

.article-alt.color-scheme-blue h4 {
  color: #0aafdc
}

.article-alt.color-scheme-blue .btn, .article-alt.color-scheme-blue div.wpcf7 .wpcf7-submit, div.wpcf7 .article-alt.color-scheme-blue .wpcf7-submit {
  background: #0aafdc;
  color: #0d1c4f
}

.article-alt.color-scheme-blue .btn:hover, .article-alt.color-scheme-blue div.wpcf7 .wpcf7-submit:hover, div.wpcf7 .article-alt.color-scheme-blue .wpcf7-submit:hover {
  background: #00dbef
}

.article-alt--primary {
  padding: 152px 0 57px 44px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

@media (max-width:1650px) {
  .article-alt--primary {
    padding-top: 112px;
    padding-left: 33px
  }
}

@media (max-width:1023px) {
  .article-alt--primary {
    padding-top: 50px;
    padding-left: 15px
  }
}

@media (max-width:767px) {
  .article-alt--primary {
    margin-left: -15px;
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.article-alt--primary .form-alt {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.article-alt--primary.is-expanded {
  padding: 57px 0 57px 44px
}

@media (max-width:1650px) {
  .article-alt--primary.is-expanded {
    padding-left: 33px
  }
}

@media (max-width:1199px) {
  .article-alt--primary.is-expanded {
    padding-left: 15px;
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (max-width:1199px) {}

.article-alt--primary.is-expanded .form-alt {
  max-height: 999px
}

.article-alt--primary.is-expanded>.btn, div.wpcf7 .article-alt--primary.is-expanded>.wpcf7-submit {
  display: none
}

.article-alt--secondary {
  padding: 0;
  min-height: 0;
  color: #535765;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

@media (max-width:767px) {
  .article-alt--secondary {
    padding: 0
  }
}

.article-alt--secondary h4 {
  color: #048c4b
}

.article-alt--secondary .form-alt {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.article-alt--secondary.is-expanded {
  padding-top: 0
}

@media (max-width:1650px) {
  .article-alt--secondary.is-expanded {
    padding-left: 33px
  }
}

@media (max-width:1199px) {
  .article-alt--secondary.is-expanded {
    padding-left: 15px;
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (max-width:1199px) {}

.article-alt--secondary.is-expanded .form-alt {
  max-height: 999px
}

.article-alt--secondary.is-expanded>.btn, div.wpcf7 .article-alt--secondary.is-expanded>.wpcf7-submit {
  display: none
}

.article-alt--teritary {
  border-top: 3px solid #aff0f5;
  padding: 43px 0 0;
  min-height: 0;
  color: #535765
}

@media (max-width:1023px) {
  .article-alt--teritary {
    padding: 30px 0 0
  }
}

.article-alt--teritary h4 {
  color: #0291c1
}

.article-alt--teritary p {
  letter-spacing: 0;
  margin: 0 0 22px
}

.article-alt--teritary .form-alt {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s;
  -o-transition: max-height .4s;
  transition: max-height .4s
}

.article-alt--teritary .form-alt form {
  padding-top: 8px
}

.article-alt--teritary .form-alt .checkbox {
  margin: 32px 0 0
}

.article-alt--teritary .form-alt .form__row {
  display: block
}

.article-alt--teritary .form-alt .form__row+.form__row {
  margin-top: 27px
}

.article-alt--teritary .form-alt .form__col {
  max-width: 100%
}

.article-alt--teritary .form-alt .form__col+.form__col {
  margin-top: 27px
}

.article-alt--teritary .form-alt .form__actions {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 17px 0 0
}

.article-alt--teritary .form-alt .form__actions p {
  margin: 0;
  padding: 0
}

.article-alt--teritary .form-alt .form__actions .btn, .article-alt--teritary .form-alt .form__actions div.wpcf7 .wpcf7-submit, div.wpcf7 .article-alt--teritary .form-alt .form__actions .wpcf7-submit {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 24px 0 0
}

.article-alt--teritary+.article-alt {
  margin: 59px 0 0
}

@media (max-width:1023px) {
  .article-alt--teritary+.article-alt {
    margin: 40px 0 0
  }
}

.article-alt--teritary2 {
  border-top: 3px solid #4dd4e8;
  color: #535765
}

.article-alt--teritary2 h4 {
  color: #2a3a8e
}

.article-alt--teritary.is-expanded .form-alt {
  max-height: 999px
}

.article-alt--teritary.is-expanded>.btn, div.wpcf7 .article-alt--teritary.is-expanded>.wpcf7-submit {
  display: none
}

.article-alt--orange h4 {
  color: #ff863e
}

.article-alt--orange-alt {
  border-color: #ffde3c
}

.article-alt--orange-alt h4 {
  color: #ff863e
}

.article-alt--blue-alt h4, .article-alt--blue-def h4 {
  color: #0091c1
}

.article-alt--green {
  border-color: #a0de5c
}

.article-alt--green h4 {
  color: #048c4b
}

.article-alt--green .btn, .article-alt--green div.wpcf7 .wpcf7-submit, div.wpcf7 .article-alt--green .wpcf7-submit {
  background: #048c4b;
  color: #fff
}

.article-alt--green .btn:hover, .article-alt--green div.wpcf7 .wpcf7-submit:hover, div.wpcf7 .article-alt--green .wpcf7-submit:hover {
  background: #146031
}

.article-alt--purple {
  border-color: #530446
}

.article-alt--purple h4 {
  color: #04a1af
}

.article-alt--purple .btn:hover, .article-alt--purple div.wpcf7 .wpcf7-submit:hover, div.wpcf7 .article-alt--purple .wpcf7-submit:hover {
  background: #530446
}

.article-alt--yellow {
  border-color: #f2c90c
}

.article-alt--yellow h4 {
  color: #174e85
}

.article-alt--yellow .btn--blue-def:hover {
  background: #f2c90c
}

.article-base .article__title {
  padding-bottom: 5px
}

.article-base .article__meta {
  padding-bottom: 10px
}

.article-big {
  position: relative;
  padding-left: 526px
}

@media (max-width:1650px) {
  .article-big {
    padding-left: 420px
  }
}

@media (max-width:1023px) {
  .article-big {
    padding-left: 280px
  }
}

@media (max-width:767px) {
  .article-big {
    padding-left: 0
  }
}

.article-big h4 {
  color: #0091c1;
  letter-spacing: .01em;
  margin: 0 0 27px
}

.article-big h4 span {
  display: block;
  font-size: 20px;
  font-style: italic
}

@media (max-width:1650px) {
  .article-big h4 span {
    font-size: 18px
  }
}

.article-big p {
  letter-spacing: .01em;
  margin: 0
}

.article-big p+p {
  margin: 28px 0 0
}

.article-big .article__image {
  width: 480px;
  height: 480px;
  background-size: cover;
  position: absolute;
  top: 11px;
  left: 0
}

@media (max-width:1650px) {
  .article-big .article__image {
    width: 400px;
    height: 400px
  }
}

@media (max-width:1023px) {
  .article-big .article__image {
    width: 250px;
    height: 250px
  }
}

@media (max-width:767px) {
  .article-big .article__image {
    position: static;
    width: 80%;
    padding-top: 80%;
    height: auto;
    margin: auto;
    margin-bottom: 20px
  }
}

.article-big .article__body {
  border-left: 3px solid #aff0f5;
  padding: 4px 0 0 41px;
  min-height: 460px
}

@media (max-width:1650px) {
  .article-big .article__body {
    padding: 0 0 0 30px;
    min-height: 410px
  }
}

@media (max-width:767px) {
  .article-big .article__body {
    min-height: 0;
    border: none;
    border-top: 3px solid #aff0f5;
    padding: 20px 0 0
  }
}

.article-big+.article-big {
  margin: 68px 0 0
}

.article-big--primary {
  min-height: 480px
}

@media (max-width:1650px) {
  .article-big--primary {
    min-height: 0
  }
}

.article-big--primary h4 {
  margin: 0 0 30px
}

.article-big--primary p+p {
  margin: 14px 0 0
}

.article-big--primary .article__body {
  padding: 1px 0 0 41px
}

@media (max-width:1650px) {
  .article-big--primary .article__body {
    padding: 0 0 0 30px;
    min-height: 410px
  }
}

@media (max-width:767px) {
  .article-big--primary .article__body {
    padding: 20px 0 0
  }
}

.article-big--primary .article__image {
  top: 0
}

.article-big--primary+.article-big {
  margin: 49px 0 0
}

.article-big--secondary {
  min-height: 0;
  padding-left: 441px
}

@media (max-width:1650px) {
  .article-big--secondary {
    padding-left: 380px
  }
}

@media (max-width:1023px) {
  .article-big--secondary {
    padding-left: 280px
  }
}

@media (max-width:767px) {
  .article-big--secondary {
    padding-left: 0
  }
}

.article-big--secondary h4 {
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.article-big--secondary p+p {
  margin: 14px 0 0
}

.article-big--secondary .article__body {
  padding: 1px 0 0 48px;
  min-height: 370px
}

@media (max-width:1650px) {
  .article-big--secondary .article__body {
    padding: 0 0 0 30px
  }
}

@media (max-width:1199px) {
  .article-big--secondary .article__body {
    min-height: 270px
  }
}

@media (max-width:767px) {
  .article-big--secondary .article__body {
    min-height: 0;
    border: none;
    border-top: 3px solid #aff0f5;
    padding: 20px 0 0
  }
}

.article-big--secondary .article__image {
  width: 390px;
  height: 390px;
  top: -19px
}

@media (max-width:1650px) {
  .article-big--secondary .article__image {
    top: 0;
    width: 350px;
    height: 350px
  }
}

@media (max-width:1023px) {
  .article-big--secondary .article__image {
    width: 250px;
    height: 250px
  }
}

@media (max-width:767px) {
  .article-big--secondary .article__image {
    position: static;
    width: 80%;
    padding-top: 80%;
    height: auto;
    margin: 0 auto 20px
  }
}

.article-big--secondary+.article-big {
  margin: 49px 0 0
}

.article-def, .article-def h3 {
  letter-spacing: .01em
}

.article-def h3 {
  line-height: 1.14;
  color: #0091c1;
  margin: 0 0 47px;
  text-transform: uppercase
}

.article-def h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 0
}

@media (max-width:1650px) {
  .article-def h6 {
    font-size: 18px
  }
}

.article-def .event h6+.event__title, .article-def h6+h5, .event .article-def h6+.event__title {
  margin-top: 27px
}

.article-def .event .event__title, .article-def h5, .event .article-def .event__title {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase
}

@media (max-width:1650px) {
  .article-def .event .event__title, .article-def h5, .event .article-def .event__title {
    font-size: 18px
  }
}

.article-def .event .event__title span, .article-def h5 span, .event .article-def .event__title span {
  color: #0091c1
}

.article-def .event .event__title+p, .article-def h5+p, .event .article-def .event__title+p {
  margin-top: 28px
}

.article-def>p strong {
  font-weight: 500
}

.article-def>p+p {
  margin-top: 27px
}

.article-def>p+ul {
  margin-top: 31px
}

.article-def ul+p {
  margin-top: 29px
}

.article-def .event ul+.event__title, .article-def ul+h5, .event .article-def ul+.event__title {
  margin-top: 71px
}

.article-single .article__head {
  margin-bottom: 40px
}

.article-single .article__head:last-child {
  margin-bottom: 0
}

.article-widget {
  padding: 38px 0 20px;
  border-top: 3px solid #4dd4e8
}

.article-widget h4 {
  color: #2a3a8e;
  margin-bottom: 5px
}

.article-widget .article__btn {
  text-transform: uppercase
}

.article-workshop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 62px
}

.article-workshop:last-child {
  margin-bottom: 0
}

.article-workshop .article__image {
  width: 50%;
  padding-right: 25px
}

@media (max-width:1023px) {
  .article-workshop .article__image {
    padding-right: 10px
  }
}

@media (max-width:767px) {
  .article-workshop .article__image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px
  }
}

.article-workshop .article__content {
  padding-left: 25px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:1023px) {
  .article-workshop .article__content {
    padding-left: 10px
  }
}

@media (max-width:767px) {
  .article-workshop .article__content {
    width: 100%;
    padding: 0
  }
}

.article-workshop .article__body {
  margin-bottom: 30px
}

.article-workshop .article__foot {
  margin-top: auto
}

.article-workshop .btn, .article-workshop div.wpcf7 .wpcf7-submit, div.wpcf7 .article-workshop .wpcf7-submit {
  text-transform: uppercase
}

.articles {
  padding-bottom: 88px
}

@media (max-width:1650px) {
  .articles {
    padding-bottom: 67px
  }
}

@media (max-width:767px) {
  .articles {
    padding-bottom: 0
  }
}

.articles .articles__actions {
  margin: 60px 0 0
}

@media (max-width:767px) {
  .articles .articles__actions {
    margin: 46px 0 0
  }
}

.articles .grid {
  position: relative
}

.articles .stick .js-stuck-el {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -811px;
  width: 100%
}

@media (max-width:1650px) {
  .articles .stick .js-stuck-el {
    margin-left: -585px
  }
}

@media (max-width:1199px) {
  .articles .stick .js-stuck-el {
    max-width: calc(50% - 25px);
    margin-left: 0;
    left: 15px
  }
}

@media (max-width:767px) {
  .articles .stick .js-stuck-el {
    position: static;
    max-width: 100%
  }
}

.articles .bottom .js-stuck-el {
  position: absolute;
  top: auto;
  left: 10px;
  margin-left: 0;
  bottom: 23px
}

@media (max-width:1199px) {
  .articles .bottom .js-stuck-el {
    left: 10px;
    max-width: calc(50% - 20px)
  }
}

@media (max-width:767px) {
  .articles .bottom .js-stuck-el {
    max-width: 100%;
    position: static
  }
}

.articles--primary .grid, .articles--primary .grid .grid__col--1of4 {}

@media (max-width:1023px) {
  .articles--primary .grid .grid__col--1of4 {
    width: 50%;
    max-width: 50%
  }
}

@media (max-width:767px) {
  .articles--primary .grid {
    margin: 0 0 -15px
  }
}

.articles--primary .grid__col {}

@media (max-width:767px) {
  .articles--primary .grid__col {
    padding: 0 0 15px
  }
}

@media (min-width:1023px) {
  .articles--primary .stick .grid__col--1of2 {
    position: static !important
  }
}

.articles--primary .stick .grid__col--1of2 .article--big, .articles--primary .stick .grid__col--1of2 .article--secondary {
  width: 100%;
  max-width: 801px
}

@media (max-width:1650px) {
  .articles--primary .stick .grid__col--1of2 .article--big, .articles--primary .stick .grid__col--1of2 .article--secondary {
    max-width: 575px
  }
}

@media (max-width:1199px) {
  .articles--primary .stick .grid__col--1of2 .article--big, .articles--primary .stick .grid__col--1of2 .article--secondary {
    max-width: 487px
  }
}

@media (max-width:767px) {
  .articles--primary .stick .grid__col--1of2 .article--big, .articles--primary .stick .grid__col--1of2 .article--secondary {
    max-width: 100%
  }
}

.articles--primary .stick .js-stuck-el {}

@media (max-width:1023px) {
  .articles--primary .stick .js-stuck-el {
    position: static !important
  }
}

.articles--alt .stick .js-stuck-el {
  left: auto;
  right: 50%;
  margin: 0 -811px 0 0
}

@media (max-width:1650px) {
  .articles--alt .stick .js-stuck-el {
    margin: 0 -585px 0 0
  }
}

@media (max-width:1199px) {
  .articles--alt .stick .js-stuck-el {
    margin: 0;
    left: auto;
    right: 15px
  }
}

@media (max-width:767px) {
  .articles--alt .stick .js-stuck-el {
    max-width: 100%
  }
}

.articles--alt .bottom .js-stuck-el {}

@media (max-width:1199px) {
  .articles--alt .bottom .js-stuck-el {
    left: auto;
    right: 10px
  }
}

.article {
  font-size: 28px;
  line-height: 1.29;
  font-weight: 500;
  background: #fff;
  color: #0d1c4f;
  position: relative
}

.article:hover .article__body {
  background: #0d1c4f;
  color: #fff
}

.article:hover .article__link, .article:hover .article__meta {
  color: #fff
}

.article:hover .article__link i {
  background-image: url(../images/svg/ico-arrow-right-white.svg)
}

@media (max-width:1650px) {
  .article {
    font-size: 20px
  }
}

@media (max-width:767px) {
  .article {
    font-size: 18px
  }
}

.article p {
  letter-spacing: -.01em;
  margin: 0;
  text-align: left
}

.article .article__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.article .article__foot p {
  margin: 0;
  position: absolute;
  bottom: 34px;
  left: 42px
}

@media (max-width:1650px) {
  .article .article__foot p {
    font-size: 14px;
    left: 32px;
    bottom: 26px
  }
}

@media (max-width:1199px) {
  .article .article__foot p {
    left: 10px
  }
}

@media (max-width:767px) {
  .article .article__foot p {
    bottom: 16px
  }
}

.article .article__foot p:first-child {
  padding-right: 10px
}

.article .article__link-alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.article .article__link-alt:hover~.article__body .link i {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.article .article__link {
  position: absolute;
  bottom: 34px;
  right: 37px
}

.article .article__link i {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

@media (max-width:1650px) {
  .article .article__link {
    bottom: 26px;
    right: 28px
  }
}

@media (max-width:767px) {
  .article .article__link {
    bottom: 15px
  }
}

.article .article__image {
  padding-top: 99.8%;
  background-size: cover;
  background-position: 50%
}

.article .article__body {
  position: relative;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .24);
  box-shadow: 0 0 16px rgba(0, 0, 0, .24);
  text-align: right;
  min-height: 198px;
  padding: 41px 30px 55px 42px;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s
}

@media (max-width:1650px) {
  .article .article__body {
    min-height: 152px;
    padding: 31px 23px 42px 32px
  }
}

@media (max-width:1199px) {
  .article .article__body {
    padding: 20px 10px 42px
  }
}

@media (max-width:767px) {
  .article .article__body {
    min-height: 0
  }
}

.article .article__meta {
  position: absolute;
  margin: 0;
  bottom: 32px;
  left: 41px;
  font-size: 18px;
  font-weight: 500;
  color: #0d1c4f;
  text-transform: uppercase;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

@media (max-width:1650px) {
  .article .article__meta {
    font-size: 16px;
    left: 23px;
    bottom: 26px
  }
}

@media (max-width:1199px) {
  .article .article__meta {
    font-size: 14px;
    bottom: 27px
  }
}

@media (max-width:1023px) {
  .article .article__meta {
    left: 10px;
    bottom: 14px
  }
}

.article--primary .article__body {
  min-height: 260px
}

@media (max-width:1650px) {
  .article--primary .article__body {
    min-height: 200px
  }
}

@media (max-width:1199px) {
  .article--primary .article__body {
    padding: 20px 10px 42px;
    min-height: 171px
  }
}

@media (max-width:767px) {
  .article--primary .article__body {
    min-height: 0
  }
}

.article--big {
  max-width: 801px
}

@media (max-width:1650px) {
  .article--big {
    max-width: 575px
  }
}

@media (max-width:767px) {
  .article--big {
    max-width: 100%
  }
}

.article--secondary .article__image {
  padding-top: 77.4%
}

.article--secondary .article__body {
  min-height: 180px;
  padding: 35px 30px 55px 42px
}

@media (max-width:1650px) {
  .article--secondary .article__body {
    padding: 31px 23px 50px;
    min-height: 152px
  }
}

@media (max-width:767px) {
  .article--secondary .article__body {
    min-height: 0;
    padding: 20px 10px 50px
  }
}

.article--secondary .article__body p {
  letter-spacing: .01em
}

.article--teritary .article__image {
  padding-top: 99.8%
}

.article--teritary .article__body {
  min-height: 258px;
  padding: 35px 30px 55px 42px
}

@media (max-width:1650px) {
  .article--teritary .article__body {
    padding: 31px 23px 55px;
    min-height: 230px
  }
}

@media (max-width:1023px) {
  .article--teritary .article__body {
    min-height: 152px
  }
}

@media (max-width:767px) {
  .article--teritary .article__body {
    min-height: 0;
    padding: 20px 10px 50px
  }
}

.article--teritary .article__body p {
  letter-spacing: .01em
}

.article--quaternary .article__image {
  padding-top: 50%
}

.article--quaternary .article__body {
  min-height: 242px;
  padding: 43px 30px 55px 48px
}

@media (max-width:1650px) {
  .article--quaternary .article__body {
    padding: 31px 32px 55px;
    min-height: 0
  }
}

@media (max-width:1199px) {
  .article--quaternary .article__body {
    padding: 20px 10px 55px
  }
}

.article--quaternary .article__body p {
  letter-spacing: .01em
}

.article--quaternary .article__meta {
  left: 49px;
  bottom: 41px
}

@media (max-width:1650px) {
  .article--quaternary .article__meta {
    left: 32px;
    bottom: 20px
  }
}

@media (max-width:1199px) {
  .article--quaternary .article__meta {
    left: 10px
  }
}

.article--quaternary .article__link {
  right: 71px;
  bottom: 41px
}

@media (max-width:1650px) {
  .article--quaternary .article__link {
    right: 32px;
    bottom: 20px
  }
}

@media (max-width:1199px) {
  .article--quaternary .article__link {
    right: 10px
  }
}

.article--quaternary+.article--quaternary {
  margin-top: 27px
}

@media (max-width:1023px) {
  .article--quaternary+.article--quaternary {
    margin-top: 15px
  }
}

.articles .articles__items {
  list-style: none;
  padding: 0
}

.articles .articles__item+.articles__item {
  margin-top: 30px
}

.btn-burger {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px
}

.btn-burger:hover:after {
  opacity: 1
}

.btn-burger:hover span {
  background: #fff !important
}

@media (max-width:1650px) {
  .btn-burger {
    width: 38px;
    height: 22px
  }
}

.btn-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 114px;
  height: 108px;
  opacity: 0;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  background: #0d1c4f
}

@media (max-width:1650px) {
  .btn-burger:after {
    width: 88px;
    height: 88px
  }
}

@media (max-width:1199px) {
  .btn-burger:after {
    width: 68px;
    height: 72px
  }
}

@media (max-width:767px) {
  .btn-burger:after {
    display: none
  }
}

.btn-burger span {
  width: 100%;
  height: 4px;
  background: #0d1a4f;
  position: absolute;
  left: 0;
  border-radius: 2px;
  -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, background .4s, -webkit-transform .2s 0s;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, background .4s, -webkit-transform .2s 0s;
  -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, background .4s;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, background .4s;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, background .4s, -webkit-transform .2s 0s;
  z-index: 2
}

.btn-burger span:first-child {
  top: 0
}

.btn-burger span:nth-child(2) {
  top: 13px
}

.btn-burger span:last-child {
  top: 26px
}

@media (max-width:1650px) {
  .btn-burger span {
    height: 2px
  }

  .btn-burger span:nth-child(2) {
    top: 10px
  }

  .btn-burger span:last-child {
    top: 20px
  }
}

.btn-burger.active span {
  -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
  transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
  -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s
}

.btn-burger.active span:first-child {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.btn-burger.active span:nth-child(2) {
  opacity: 0
}

.btn-burger.active span:last-child {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media (max-width:1650px) {
  .btn-burger.active span:first-child, .btn-burger.active span:last-child {
    top: 10px
  }
}

.btn, div.wpcf7 .wpcf7-submit {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00b1c1;
  color: #fff;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .01em;
  min-width: 200px;
  padding: 12px 10px;
  border: none;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s
}

@media (max-width:1650px) {
  .btn, div.wpcf7 .wpcf7-submit {
    font-size: 16px
  }
}

.btn:hover, div.wpcf7 .wpcf7-submit:hover {
  background: #05a3b1
}

.btn i, div.wpcf7 .wpcf7-submit i {
  margin-left: 10px;
  vertical-align: middle
}

.btn.is-disabled, div.wpcf7 .is-disabled.wpcf7-submit {
  pointer-events: none
}

.btn--blue {
  background: #0aafdc;
  color: #0d1c4f
}

.btn--blue:hover {
  background: #00dbef
}

.article-alt--blue-alt div.wpcf7 .wpcf7-submit, .article-alt--teritary div.wpcf7 .wpcf7-submit, .btn--blue-dark {
  background: #0090c1;
  color: #fff
}

.article-alt--blue-alt div.wpcf7 .wpcf7-submit:hover, .article-alt--teritary div.wpcf7 .wpcf7-submit:hover, .btn--blue-dark:hover {
  background: #00dbef
}

.btn--blue-alt {
  background: #0291c1;
  color: #fff
}

.btn--blue-alt:hover {
  background: #00dbef
}

.btn--blue-def {
  background: #174e85;
  color: #fff
}

.btn--blue-def:hover {
  background: #00dbef
}

.btn--blue-dark-2 {
  background: #2a3a8e;
  color: #fff
}

.btn--blue-dark-2:hover {
  background: #00dbef
}

.btn--blue-light {
  background: #aff0f5;
  color: #0291c1
}

.btn--blue-light:hover {
  background: #00dbef
}

.btn--green {
  background: #a5e554;
  color: #048c4b
}

.btn--green:hover {
  background: #a9ff3b
}

.btn--green-dark, body.color-scheme-dark-light-green .article-alt div.wpcf7 .wpcf7-submit, div.wpcf7 .wpcf7-submit {
  background: #048c4b;
  color: #fff
}

.btn--green-dark:hover, body.color-scheme-dark-light-green .article-alt div.wpcf7 .wpcf7-submit:hover, div.wpcf7 .wpcf7-submit:hover {
  background: #146031
}

.btn--white {
  background: #fff;
  color: #f14e23
}

.btn--white:hover {
  background: #a0de5c;
  color: #fff !important
}

.article-alt--orange-alt div.wpcf7 .wpcf7-submit, .article-alt--orange div.wpcf7 .wpcf7-submit, .btn--orange, body.color-scheme-orange-yellow div.wpcf7 .wpcf7-submit, body.color-scheme-red-orange .article-alt div.wpcf7 .wpcf7-submit {
  background: #ff853e;
  color: #fff
}

.article-alt--orange-alt div.wpcf7 .wpcf7-submit:hover, .article-alt--orange div.wpcf7 .wpcf7-submit:hover, .btn--orange:hover, body.color-scheme-orange-yellow div.wpcf7 .wpcf7-submit:hover, body.color-scheme-red-orange .article-alt div.wpcf7 .wpcf7-submit:hover {
  background: #ff6308
}

.btn--yellow {
  background: #ffde3c;
  color: #ff853e
}

.btn--yellow:hover {
  background: #ff853e;
  color: #ffde3c
}

.btn--size1 {
  border-radius: 0;
  min-width: 462px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 16px 71px 14px 10px
}

.btn--size1 i {
  position: relative;
  top: -2px
}

@media (max-width:1650px) {
  .btn--size1 {
    font-size: 20px;
    min-width: 355px;
    padding: 10px 54px 11px 7px
  }
}

@media (max-width:1439px) {
  .btn--size1 {
    min-width: 0;
    padding: 10px 30px 12px
  }
}

@media (max-width:1199px) {
  .btn--size1 {
    padding: 7px 30px 9px
  }
}

@media (max-width:1023px) {
  .btn--size1 {
    font-size: 0;
    padding: 7px 7px 8px
  }

  .btn--size1 i {
    margin: 0
  }
}

.btn--size2 {
  min-width: 264px;
  padding: 12px 10px 11px;
  font-size: 26px
}

@media (max-width:1650px) {
  .btn--size2 {
    font-size: 20px;
    padding: 15px 10px
  }
}

@media (max-width:1023px) {
  .btn--size2 {
    min-width: 200px
  }
}

@media (max-width:767px) {
  .btn--size2 {
    padding: 10px;
    font-size: 16px
  }
}

.btn--size3 {
  min-width: 279px;
  padding: 7px 10px 9px;
  font-size: 26px
}

@media (max-width:1650px) {
  .btn--size3 {
    min-width: 232px;
    padding: 6px 8px 7px;
    font-size: 21px
  }
}

@media (max-width:767px) {
  .btn--size3 {
    min-width: 193px;
    font-size: 18px;
    padding: 7px 8px 6px
  }
}

.btn--big {
  display: block;
  width: 100%;
  font-size: 37px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 22px 10px 20px
}

@media (max-width:1650px) {
  .btn--big {
    font-size: 28px;
    padding: 16px 7px 15px
  }
}

@media (max-width:374px) {
  .btn--big {
    font-size: 20px
  }
}

.btn--big i {
  margin-right: -65px
}

@media (max-width:374px) {
  .btn--big i {
    margin-right: -50px
  }
}

.btn--big-alt {
  font-size: 45px;
  letter-spacing: .05em;
  border-radius: 0;
  padding: 31px 10px 30px
}

@media (max-width:1650px) {
  .btn--big-alt {
    font-size: 34px;
    padding: 23px 7px
  }
}

@media (max-width:767px) {
  .btn--big-alt {
    font-size: 24px
  }
}

@media (max-width:374px) {
  .btn--big-alt {
    font-size: 20px
  }
}

.btn--big-alt i {
  margin-right: -108px;
  position: relative;
  top: -4px;
  left: 18px
}

@media (max-width:1650px) {
  .btn--big-alt i {
    top: -2px
  }
}

@media (max-width:767px) {
  .btn--big-alt i {
    margin-right: 0;
    left: 0;
    margin-left: 5px
  }
}

.btn--medium {
  min-width: 237px;
  font-size: 22px;
  padding: 14px 10px
}

@media (max-width:767px) {
  .btn--medium {
    font-size: 16px;
    min-width: 180px;
    padding: 10px
  }
}

.btn--primary {
  width: 100%;
  max-width: 480px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  font-size: 28px;
  line-height: 1.07;
  padding: 34px 10px 37px
}

@media (max-width:1650px) {
  .btn--primary {
    font-size: 23px;
    padding: 28px 8px 30px
  }
}

@media (max-width:1199px) {
  .btn--primary {
    font-size: 20px
  }
}

@media (max-width:1023px) {
  .btn--primary {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .btn--primary {
    font-size: 20px
  }
}

.btn--primary i {
  margin: 0 40px 0 0
}

@media (max-width:1650px) {
  .btn--primary i {
    margin: 0 20px 0 0
  }
}

@media (max-width:1023px) {
  .btn--primary i {
    margin: 0 5px 0 0
  }
}

@media (max-width:767px) {
  .btn--primary i {
    margin: 0 20px 0 0
  }
}

.btn--secondary {
  width: 100%;
  max-width: 480px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 35px 20px
}

@media (max-width:1650px) {
  .btn--secondary {
    font-size: 30px;
    padding: 30px 20px
  }
}

@media (max-width:1199px) {
  .btn--secondary {
    font-size: 22px;
    padding: 25px 20px
  }
}

@media (max-width:1023px) {
  .btn--secondary {
    font-size: 16px;
    padding: 20px
  }
}

.btn--long {
  min-width: 480px;
  padding: 11px 10px;
  font-size: 20px;
  letter-spacing: .01em
}

@media (max-width:1650px) {
  .btn--long {
    min-width: 430px;
    font-size: 18px
  }
}

@media (max-width:767px) {
  .btn--long {
    min-width: 234px;
    padding: 11px 20px
  }
}

.btn--long i {
  margin: 0 14px 0 0
}

.btn--long-alt {
  font-size: 26px;
  letter-spacing: .01em;
  width: 100%;
  max-width: 480px;
  padding: 17px 10px
}

@media (max-width:1650px) {
  .btn--long-alt {
    max-width: 430px;
    font-size: 18px
  }
}

@media (max-width:767px) {
  .btn--long-alt {
    max-width: 270px;
    padding: 11px 20px
  }
}

.checkbox input {
  display: none
}

.checkbox input:checked+label:before {
  opacity: 1
}

.checkbox label {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 32px;
  letter-spacing: .01em
}

@media (max-width:1650px) {
  .checkbox label {
    font-size: 14px
  }
}

.checkbox label:after, .checkbox label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0
}

@media (max-width:1650px) {
  .checkbox label:after, .checkbox label:before {
    margin-top: -5px
  }
}

.checkbox label:after {
  top: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff
}

.checkbox label:before {
  top: 11px;
  left: 6px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s
}

.event {
  margin-bottom: 40px
}

.event:last-child {
  margin-bottom: 0
}

.event .event__title {
  color: #2a3a8e;
  font-weight: 700;
  margin-bottom: 30px
}

.event .event__entry {
  margin-bottom: 30px
}

.event .event__entry:last-child {
  margin-bottom: 0
}

.event .event__entry-meta {
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 3px
}

.event .event__entry-title {
  font-weight: 700;
  color: #2a3a8e
}

.feature-primary {
  background: #f14e23;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  color: #fff;
  position: relative;
  padding: 40px 295px 40px 51px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1023px) {
  .feature-primary {
    padding: 40px 276px 40px 20px
  }
}

@media (max-width:767px) {
  .feature-primary {
    display: block;
    height: auto;
    padding: 30px 15px;
    overflow: hidden
  }
}

.event .feature-primary .event__title, .feature-primary .event .event__title, .feature-primary h4, .feature-primary h5 {
  text-transform: uppercase;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .03em;
  position: relative;
  z-index: 2
}

@media (max-width:1650px) {
  .event .feature-primary .event__title br, .feature-primary .event .event__title br, .feature-primary h4 br, .feature-primary h5 br {
    display: none
  }
}

@media (max-width:767px) {
  .event .feature-primary .event__title, .feature-primary .event .event__title, .feature-primary h4, .feature-primary h5 {
    font-size: 24px
  }
}

.event .feature-primary .event__title img, .feature-primary .event .event__title img, .feature-primary h4 img, .feature-primary h5 img {
  margin: 0 24px 0 -10px;
  min-width: 75px
}

@media (max-width:1023px) {
  .event .feature-primary .event__title img, .feature-primary .event .event__title img, .feature-primary h4 img, .feature-primary h5 img {
    min-width: 57px
  }
}

@media (max-width:767px) {
  .event .feature-primary .event__title img, .feature-primary .event .event__title img, .feature-primary h4 img, .feature-primary h5 img {
    margin: 0 10px 0 0;
    min-width: 0
  }
}

.event .feature-primary .event__title, .feature-primary .event .event__title, .feature-primary h5 {
  font-size: 32px;
  line-height: 1.2
}

@media (max-width:1023px) {
  .event .feature-primary .event__title, .feature-primary .event .event__title, .feature-primary h5 {
    font-size: 27px
  }
}

.feature-primary .feature__btn {
  position: absolute;
  top: 50%;
  right: 43px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.feature-primary .feature__btn:hover {
  background-color: #fff !important
}

@media (max-width:1023px) {
  .feature-primary .feature__btn {
    right: 20px
  }
}

@media (max-width:767px) {
  .feature-primary .feature__btn {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 20px 0 0
  }
}

.feature-primary+.feature-primary {
  margin: 29px 0 0
}

@media (max-width:1023px) {
  .feature-primary+.feature-primary {
    margin: 15px 0 0
  }
}

.feature {
  font-size: 26px;
  line-height: 1.24
}

@media (max-width:1650px) {
  .feature {
    font-size: 20px
  }
}

@media (max-width:767px) {
  .feature {
    font-size: 18px
  }
}

.feature .grid {}

@media (max-width:1023px) {
  .feature .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .feature .grid .grid__col {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .feature .grid .grid__col--size-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width:767px) {
  .feature .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.feature .feature__media {
  padding-top: 73.5%;
  position: relative
}

.feature .feature__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.feature .feature__media .feature__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block
}

.feature .feature__media .feature__btn:hover {
  opacity: .9
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .feature .feature__media .feature__btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: -88px 0 0 -68px
  }
}

.feature .feature__media.is-playing .feature__btn, .feature .feature__media.is-playing .feature__image {
  opacity: 0;
  visibility: hidden
}

.feature .feature__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s
}

.feature .feature__image-alt {
  margin: 55px 0 0 14px
}

@media (max-width:1800px) {
  .feature .feature__image-alt {
    max-width: 100%;
    margin: 40px 0 0
  }
}

@media (max-width:1650px) {
  .feature .feature__image-alt {
    max-width: 230px;
    display: block
  }
}

@media (max-width:1199px) {
  .feature .feature__image-alt {
    max-width: 150px
  }
}

.feature .feature__body {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .26);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .26);
  height: 100%;
  padding: 165px 0 50px 40px;
  position: relative;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s
}

@media (max-width:1650px) {
  .feature .feature__body {
    padding: 60px 20px 38px
  }
}

@media (max-width:1199px) {
  .feature .feature__body {
    padding: 30px 15px 38px
  }
}

@media (max-width:1023px) {
  .feature .feature__body {
    padding: 50px 15px 80px
  }
}

.feature .feature__body:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 108px 88px;
  border-color: transparent transparent #244c82;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s
}

@media (max-width:1650px) {
  .feature .feature__body:after {
    border-width: 0 0 83px 67px
  }
}

.feature .feature__body--size1:after {
  border-width: 0 0 177px 147px
}

@media (max-width:1650px) {
  .feature .feature__body--size1:after {
    border-width: 0 0 83px 67px
  }
}

.feature .feature__content {
  max-width: 520px
}

@media (max-width:1650px) {
  .feature .feature__content {
    max-width: 400px
  }
}

@media (max-width:1023px) {
  .feature .feature__content {
    max-width: 100%
  }

  .feature .feature__content br {
    display: none
  }
}

.feature .feature__content h3 {
  color: #0d1c4f;
  margin: 0 0 31px;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

@media (max-width:1199px) {
  .feature .feature__content h3 {
    margin: 0 0 20px
  }
}

.feature .feature__content p {
  margin: 0 0 41px;
  letter-spacing: .01em;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

@media (max-width:1199px) {
  .feature .feature__content p {
    margin: 0 0 20px
  }
}

.feature .feature__content .link {
  color: #0d1c4f;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

.feature .feature__content .link i {
  margin-left: 18px;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s
}

.feature .feature__body-alt {
  font-size: 20px;
  line-height: 1.4
}

@media (max-width:1650px) {
  .feature .feature__body-alt {
    font-size: 16px
  }
}

.feature .feature__body-alt p {
  margin: 0;
  letter-spacing: .01em
}

.feature .feature__body-alt p+p {
  margin: 14px 0 0
}

.feature .feature__body-alt p+h4 {
  margin: 71px 0 0
}

.event .feature .feature__body-alt p+.event__title, .feature .feature__body-alt .event p+.event__title, .feature .feature__body-alt p+h5 {
  margin: 28px 0 0
}

.feature .feature__body-alt h4 {
  color: #0091c1;
  margin: 0
}

.feature .feature__body-alt h4+h6 {
  margin: 17px 0 0
}

.feature .feature__body-alt h6 {
  color: #0091c1;
  margin: 0
}

.feature .feature__body-alt h6+p {
  margin: 24px 0 0
}

.event .feature .feature__body-alt .event__title, .feature .feature__body-alt .event .event__title, .feature .feature__body-alt h5 {
  font-size: 36px;
  color: #0091c1
}

@media (max-width:1650px) {
  .event .feature .feature__body-alt .event__title, .feature .feature__body-alt .event .event__title, .feature .feature__body-alt h5 {
    font-size: 30px
  }
}

.event .feature .feature__body-alt .event__title+p, .feature .feature__body-alt .event .event__title+p, .feature .feature__body-alt h5+p {
  margin: 24px 0 0
}

.feature .feature__body-alt--primary p+p {
  margin: 27px 0 0
}

.feature .feature__title {
  text-transform: uppercase;
  margin: 0 0 46px;
  color: #04a1af;
  letter-spacing: .01em;
  line-height: 1.2
}

@media (max-width:1650px) {
  .feature .feature__title br {
    display: none
  }
}

.feature .feature__hint {
  font-size: 16px
}

.feature+.feature {
  margin-top: 20px
}

.feature--purple .feature__body:after {
  right: auto;
  left: 0;
  border-width: 108px 0 0 88px;
  border-color: transparent transparent transparent #65045d
}

@media (max-width:1650px) {
  .feature--purple .feature__body:after {
    border-width: 83px 0 0 67px
  }
}

.feature--purple .feature__body--size1:after {
  border-width: 177px 0 0 147px
}

@media (max-width:1650px) {
  .feature--purple .feature__body--size1:after {
    border-width: 83px 0 0 67px
  }
}

.feature--purple-hover:hover {
  color: #fff
}

.feature--purple-hover:hover .feature__body {
  background: #65005d
}

.feature--purple-hover:hover .feature__body:after {
  opacity: 0
}

.feature--purple-hover:hover .feature__content .link, .feature--purple-hover:hover .feature__content h3 {
  color: #fff
}

.feature--purple-hover:hover .feature__content .link .ico-arrow-right-blue {
  background-image: url(../images/svg/ico-arrow-right-white.svg)
}

.feature--purple-hover:hover .feature__image-alt {
  opacity: 1;
  visibility: visible
}

.feature--purple-hover .feature__image-alt {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s
}

.feature--blue {
  color: #fff
}

.feature--blue .feature__body {
  background: #254d82
}

.feature--blue .feature__body:after {
  display: none
}

.feature--blue-hover:hover, .feature--blue .feature__content .link, .feature--blue .feature__content h3 {
  color: #fff
}

.feature--blue-hover:hover .feature__body {
  background: #254d82
}

.feature--blue-hover:hover .feature__body:after {
  opacity: 0
}

.feature--blue-hover:hover .feature__content .link, .feature--blue-hover:hover .feature__content h3 {
  color: #fff
}

.feature--blue-hover:hover .feature__content .link .ico-arrow-right-blue {
  background-image: url(../images/svg/ico-arrow-right-white.svg)
}

.feature--blue-hover:hover .feature__image-alt {
  opacity: 1;
  visibility: visible
}

.feature--blue-hover .feature__image-alt {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s
}

.feature--purple-alt {
  color: #fff
}

.feature--purple-alt .feature__body {
  background: #65005d
}

.feature--purple-alt .feature__body:after {
  display: none
}

.feature--purple-alt .feature__content .link, .feature--purple-alt .feature__content h3 {
  color: #fff
}

.feature--left .feature__content {
  margin-left: auto;
  padding-right: 20px
}

@media (max-width:1650px) {
  .feature--left .feature__content {
    padding: 0
  }
}

.feature--left .feature__image-alt {
  margin: 111px 0 0 -93px;
  max-width: none
}

@media (max-width:1800px) {
  .feature--left .feature__image-alt {
    max-width: 100%;
    margin: 40px 0 0
  }
}

@media (max-width:1650px) {
  .feature--left .feature__image-alt {
    max-width: 230px;
    display: block
  }
}

.feature--primary {
  font-size: 26px;
  line-height: 1.38
}

@media (max-width:1650px) {
  .feature--primary {
    font-size: 20px
  }
}

@media (max-width:767px) {
  .feature--primary {
    font-size: 18px
  }
}

.feature--primary .feature__body {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #0091c1;
  color: #fff;
  padding: 91px 15 50px 45px
}

@media (max-width:1023px) {
  .feature--primary .feature__body {
    padding: 50px 20px
  }
}

.feature--primary .feature__body:after {
  display: none
}

.feature--primary .feature__body h4 {
  color: #aff0f5;
  margin: 0 0 39px;
  letter-spacing: .01em
}

@media (max-width:1023px) {
  .feature--primary .feature__body h4 {
    margin: 0 0 15px
  }
}

.feature--primary .feature__body p {
  letter-spacing: .01em
}

.feature--primary .feature__body p span {
  font-style: italic
}

.feature--primary .feature__media {
  padding-top: 64.5%
}

.feature--teritary .btn.visible-xs-block, .feature--teritary div.wpcf7 .visible-xs-block.wpcf7-submit, div.wpcf7 .feature--teritary .visible-xs-block.wpcf7-submit {}

@media (max-width:767px) {
  .feature--teritary .btn.visible-xs-block, .feature--teritary div.wpcf7 .visible-xs-block.wpcf7-submit, div.wpcf7 .feature--teritary .visible-xs-block.wpcf7-submit {
    margin: 0 auto 30px
  }
}

.feature--teritary .feature__media {
  padding-top: 56%
}

.feature--teritary .feature__body-alt {
  margin: 50px 0 0
}

.feature--teritary .feature__body-alt h6 {
  font-weight: 500;
  letter-spacing: .01em;
  color: #04a1af
}

.feature--teritary .feature__body-alt h6+p {
  margin: -1px 0 0
}

.feature--teritary .feature__body-alt h3 {
  font-size: 26px;
  margin: 0;
  letter-spacing: .01em;
  color: #0091c1
}

@media (max-width:1650px) {
  .feature--teritary .feature__body-alt h3 {
    font-size: 20px
  }
}

.feature--teritary .feature__body-alt h3+p {
  margin: 29px 0 0
}

.feature--teritary .feature__body-alt p strong {
  display: block;
  font-weight: 700
}

.feature--teritary .feature__body-alt p+p {
  margin: 28px 0 0
}

.feature--teritary .feature__body-alt p+.feature__hint {
  margin: 33px 0 0
}

.feature--teritary .feature__body-alt p+ul {
  margin: 28px 0 0
}

.feature--teritary .feature__body-alt p+h3, .feature--teritary .feature__body-alt p+h6 {
  margin: 22px 0 0
}

.feature--teritary .feature__body-alt ul+h6 {
  margin-top: 22px
}

.feature--teritary .feature__body-alt ul+p {
  margin-top: 28px
}

.feature--teritary-alt .feature__body-alt h3, .feature--teritary-alt .feature__body-alt h6, .feature--teritary-alt .feature__title {
  color: #174e85
}

.feature--small {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding-left: 50%;
  background: #016495;
  color: #fff;
  min-height: 530px
}

@media (max-width:1650px) {
  .feature--small {
    padding: 0;
    min-height: 0
  }
}

.feature--small .feature__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%
}

@media (max-width:1650px) {
  .feature--small .feature__media {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56%
  }
}

.feature--small .feature__media .feature__btn {
  margin: -24px 0 0 8px
}

@media (max-width:1650px) {
  .feature--small .feature__media .feature__btn {
    margin: 0
  }
}

.feature--small .feature__body {
  padding: 48px 31px 20px 32px;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (max-width:1199px) {
  .feature--small .feature__body {
    min-height: 379px
  }
}

@media (max-width:1023px) {
  .feature--small .feature__body {
    min-height: 0
  }
}

@media (max-width:767px) {
  .feature--small .feature__body {
    padding: 30px 15px
  }
}

.feature--small .feature__body:after {
  display: none
}

.feature--small .feature__content {}

@media (max-width:1650px) {
  .feature--small .feature__content {
    max-width: 100%
  }
}

.feature--small .feature__content h6 {
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: uppercase
}

@media (max-width:767px) {
  .feature--small .feature__content h6 {
    font-size: 18px
  }
}

.feature--small .feature__content h3 {
  font-size: 28px;
  line-height: 1.43;
  font-weight: 700;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 14px
}

@media (max-width:767px) {
  .feature--small .feature__content h3 {
    font-size: 24px
  }
}

.feature--small .feature__content p {
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 0
}

@media (max-width:767px) {
  .feature--small .feature__content p {
    font-size: 16px;
    margin: 0
  }
}

.feature--small-alt {
  padding-left: 0;
  background: #0aafdc
}

@media (max-width:1650px) {
  .feature--small-alt {
    min-height: 100%
  }
}

.feature--small-alt .feature__body {
  padding: 133px 31px 20px 39px
}

@media (max-width:1023px) {
  .feature--small-alt .feature__body {
    padding: 50px 39px
  }
}

@media (max-width:767px) {
  .feature--small-alt .feature__body {
    padding: 30px 15px
  }
}

.feature--small-alt .feature__content {
  max-width: 100%
}

.feature--small-alt .feature__content h2 {
  font-size: 32px;
  margin: 0 0 15px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: .013em
}

@media (max-width:1199px) {
  .feature--small-alt .feature__content h2 {
    font-size: 27px
  }
}

.feature--small-alt .feature__content p {
  margin: 0 0 44px
}

@media (max-width:767px) {
  .feature--small-alt .feature__content p {
    margin: 0 0 20px
  }
}

.feature--small-alt .feature__content .btn, .feature--small-alt .feature__content div.wpcf7 .wpcf7-submit, div.wpcf7 .feature--small-alt .feature__content .wpcf7-submit {
  color: #0aafdc
}

.feature--revised:nth-child(even) .feature__body:after {
  right: auto;
  left: 0;
  border-width: 108px 0 0 88px;
  border-color: transparent transparent transparent currentColor
}

.feature--revised .feature__body {
  position: relative
}

.feature--revised .feature__body:after {
  border-color: transparent transparent currentColor
}

.feature--revised .feature__body:hover {
  color: inherit;
  background: currentColor
}

.feature--revised .feature__body:hover .feature__body-inner, .feature--revised .feature__body:hover .feature__content .link, .feature--revised .feature__body:hover .feature__content h3 {
  color: #fff
}

.feature--revised .feature__body:hover .feature__content .link svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.feature--revised .feature__body:hover .feature__image-alt {
  opacity: 1
}

.feature--revised .feature__body-inner {
  color: #535765
}

.feature--revised .feature__body>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.feature--revised .feature__content .link {
  color: #0d1c4f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.feature--revised .feature__content .link svg {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  margin-left: 10px
}

.feature--revised .feature__image-alt {
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s
}

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1
}

input:-ms-input-placeholder, 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, 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
}

.field {
  border: none;
  border-radius: 0;
  height: 56px;
  background: #f4f4f4;
  padding: 0 20px;
  width: 100%
}

@media (max-width:767px) {
  .field {
    height: 45px
  }
}

.field-alt {
  width: 100%;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  height: 40px
}

@media (max-width:1650px) {
  .field-alt {
    font-size: 16px
  }
}

.field-alt--def {
  border: 2px solid #fff;
  padding: 0 40px 0 8px
}

.footer {
  padding: 66px 0 132px;
  background: #e5e5e5;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1
}

@media (max-width:1650px) {
  .footer {
    padding: 50px 0 101px
  }
}

@media (max-width:767px) {
  .footer {
    padding: 50px 0;
    position: static
  }
}

.footer h6 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 2px;
  letter-spacing: .01em;
  margin: 0
}

@media (max-width:1650px) {
  .footer h6 {
    font-size: 15px
  }
}

.footer .shell {
  position: relative
}

.footer .list-contacts {}

@media (max-width:1023px) {
  .footer .list-contacts {
    margin: 0 0 0 -30px
  }
}

@media (max-width:767px) {
  .footer .list-contacts {
    margin: 0
  }

  .footer .list-contacts li+li {
    margin: 10px 0 0
  }
}

.footer .footer__logo {
  position: absolute;
  top: 2px;
  left: 15px
}

@media (max-width:1023px) {
  .footer .footer__logo {
    position: static;
    margin: 0 0 20px
  }
}

.footer .footer__content {
  padding-right: 80px;
  letter-spacing: .01em
}

@media (max-width:1650px) {
  .footer .footer__content {
    padding-right: 40px
  }
}

@media (max-width:1023px) {
  .footer .footer__content {
    padding-right: 30px
  }
}

@media (max-width:767px) {
  .footer .footer__content {
    padding-right: 0
  }
}

.footer .footer__content p {}

@media (max-width:767px) {
  .footer .footer__content p {
    margin: 0
  }

  .footer .footer__content p+p {
    margin: 10px 0 0
  }
}

.footer .footer__content a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

.footer .footer__content a:hover:after {
  width: 0
}

.footer .footer__content a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #535765;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s
}

.footer .footer__grid {
  padding-left: 277px
}

@media (max-width:1199px) {
  .footer .footer__grid {
    padding-left: 180px
  }
}

@media (max-width:1023px) {
  .footer .footer__grid {
    padding-left: 0;
    margin-bottom: -30px
  }
}

.footer .grid__col {}

@media (max-width:767px) {
  .footer .grid__col {
    padding: 0 10px 30px !important
  }
}

.form-alt .select:after {
  border-color: #fff transparent transparent;
  right: 12px
}

.form-alt .checkbox {
  margin: 23px 0 0
}

.form-alt .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px
}

@media (max-width:767px) {
  .form-alt .form__row {
    display: block
  }
}

.form-alt .form__row+.form__row {
  margin-top: 20px
}

.form-alt .form__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px
}

@media (max-width:767px) {
  .form-alt .form__col+.form__col {
    margin-top: 20px
  }
}

.form-alt .form__col--1of2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width:767px) {
  .form-alt .form__col--1of2 {
    max-width: 100%
  }
}

.form-alt .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 29px 0 0
}

@media (max-width:1199px) {
  .form-alt .form__actions {
    display: block
  }
}

.form-alt .form__actions p {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: .01em;
  padding-left: 30px;
  margin: 0
}

@media (max-width:1199px) {
  .form-alt .form__actions p {
    padding: 15px 0 0
  }
}

.form-alt--dark .select:after {
  border-color: #535765 transparent transparent
}

.form-alt--dark .checkbox label {
  color: #535765
}

.form-alt--dark .checkbox label:after, .form-alt--dark .checkbox label:before {
  border-color: #535765
}

.form-alt--dark .field-alt {
  border-bottom-color: #535765;
  color: #535765
}

.form-alt--dark .field-alt--def {
  border: 2px solid #535765
}

.form {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
  padding: 41px 34px 59px
}

@media (max-width:767px) {
  .form {
    padding: 20px 15px
  }
}

.form label {
  display: block;
  letter-spacing: .01em;
  margin: 0 0 7px
}

.form .form__title {
  font-size: 26px;
  font-weight: 500;
  color: #ff853e;
  margin: 0 0 20px
}

@media (max-width:1650px) {
  .form .form__title {
    font-size: 20px
  }
}

.form .form__row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:767px) {
  .form .form__row {
    display: block
  }
}

.form .form__row+.form__row {
  margin-top: 26px
}

.form .form__col {
  padding: 0 15px
}

@media (max-width:767px) {
  .form .form__col {
    margin-top: 26px
  }
}

.form .form__col--1of2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width:767px) {
  .form .form__col--1of2 {
    max-width: 100%
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px
}

@media (max-width:767px) {
  .grid {
    display: block;
    margin-bottom: -20px !important
  }
}

.grid .grid__col {
  padding: 0 10px 20px
}

@media (max-width:767px) {
  .grid .grid__col {
    padding: 0 0 20px !important;
    max-width: 100% !important;
    width: 100% !important
  }
}

.grid .grid__col--1of4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%
}

.grid .grid__col--1of3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%
}

.grid .grid__col--1of2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%
}

.grid .grid__col--2of3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.67%;
  flex: 0 0 66.67%;
  max-width: 66.67%
}

.grid .grid__col--size-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%
}

@media (max-width:1650px) {
  .grid .grid__col--size-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }
}

.grid .grid__col--size-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%
}

@media (max-width:1650px) {
  .grid .grid__col--size-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }
}

.grid .grid__col--size-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%
}

.grid .grid__col--size-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5%;
  flex: 0 0 27.5%;
  max-width: 27.5%
}

.grid .grid__col--size-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.5%;
  flex: 0 0 29.5%;
  max-width: 29.5%
}

.grid .grid__col--size-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 69.7%;
  flex: 0 0 69.7%;
  max-width: 69.7%
}

@media (max-width:1650px) {
  .grid .grid__col--size-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%
  }
}

.grid .grid__col--size-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.3%;
  flex: 0 0 30.3%;
  max-width: 30.3%
}

@media (max-width:1650px) {
  .grid .grid__col--size-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.34%;
    flex: 0 0 33.34%;
    max-width: 33.34%
  }
}

.grid--primary {
  margin: 0 !important
}

.grid--primary .grid__col {
  padding: 0 !important
}

.grid--block-tablet {}

@media (max-width:1023px) {
  .grid--block-tablet {
    display: block;
    margin: 0 -10px -20px
  }
}

@media (max-width:1023px) and (max-width:767px) {
  .grid--block-tablet {
    margin: 0 0 -20px
  }
}

@media (max-width:1023px) {
  .grid--block-tablet .grid__col {
    max-width: 100%;
    width: 100%
  }
}

.grid--devider {
  margin: 0 -45px -20px
}

@media (max-width:767px) {
  .grid--devider {
    margin: 0 0 -20px
  }
}

.grid--devider .grid__col {
  padding: 0 45px 20px;
  position: relative
}

@media (max-width:767px) {
  .grid--devider .grid__col {
    padding: 0 0 20px
  }
}

.grid--devider .grid__col+.grid__col:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 12px;
  left: 0;
  width: 3px;
  background: #aff0f5
}

@media (max-width:767px) {
  .grid--devider .grid__col+.grid__col:after {
    display: none
  }
}

.grid--secondary {
  margin: 0 -45px -90px
}

@media (max-width:1650px) {
  .grid--secondary {
    margin: 0 -20px -40px
  }
}

@media (max-width:1023px) {
  .grid--secondary {
    margin: 0 -15px -30px
  }
}

@media (max-width:767px) {
  .grid--secondary {
    margin: 0 0 -20px
  }
}

.grid--secondary .grid__col {
  padding: 0 45px 90px
}

@media (max-width:1650px) {
  .grid--secondary .grid__col {
    padding: 0 20px 40px
  }
}

@media (max-width:1023px) {
  .grid--secondary .grid__col {
    padding: 0 15px 30px
  }
}

.grid--secondary-alt {
  margin-bottom: 0;
  position: relative
}

.grid--secondary-alt .grid__col {
  padding-bottom: 0
}

.grid--teritary {
  margin: 0 -18px -36px
}

@media (max-width:767px) {
  .grid--teritary {
    margin: 0 0 -15px !important
  }
}

.grid--teritary .grid__col {
  padding: 0 18px 36px
}

@media (max-width:767px) {
  .grid--teritary .grid__col {
    padding: 0 0 15px !important
  }
}

.grid--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header {
  position: relative;
  z-index: 4;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .25)
}

.header .slider .slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0
}

.header .slider .slider__slides.slick-initialized {
  opacity: 1
}

.header .slider .slider__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.header .header__bar {
  background: #610051;
  color: #fff;
  position: relative;
  padding: 14px 0 20px
}

@media (max-width:1650px) {
  .header .header__bar {
    padding: 13px 0 12px
  }
}

@media (max-width:767px) {
  .header .header__bar {
    padding: 10px 50px 10px 0;
    display: none
  }
}

.header .header__bar h6 {
  font-weight: 500;
  letter-spacing: -.006em;
  margin: 0
}

@media (max-width:1199px) {
  .header .header__bar h6 {
    font-size: 16px
  }
}

@media (max-width:1023px) {
  .header .header__bar h6 {
    font-size: 14px
  }
}

.header .header__bar h6 strong {
  font-weight: 700;
  letter-spacing: .04em;
  padding-right: 5px
}

@media (max-width:1023px) {
  .header .header__bar h6 strong {
    padding: 0
  }
}

.header .header__bar h6 em {
  font-style: italic;
  font-weight: 400;
  padding-left: 7px
}

@media (max-width:1023px) {
  .header .header__bar h6 em {
    padding: 0
  }
}

.header .header__bar .btn, .header .header__bar div.wpcf7 .wpcf7-submit, div.wpcf7 .header .header__bar .wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0
}

@media (max-width:767px) {
  .header .header__bar .btn, .header .header__bar div.wpcf7 .wpcf7-submit, div.wpcf7 .header .header__bar .wpcf7-submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.header .header__bar--alt {
  background: #264e82
}

.header .header__bar--alt h6 strong {
  color: #e9c84b
}

.header .header__bar--alt .btn, .header .header__bar--alt div.wpcf7 .wpcf7-submit, div.wpcf7 .header .header__bar--alt .wpcf7-submit {
  background: #e9c84b
}

.header .header__bar--alt .btn:hover, .header .header__bar--alt div.wpcf7 .wpcf7-submit:hover, div.wpcf7 .header .header__bar--alt .wpcf7-submit:hover {
  background: #c7ac44
}

.header .header__bar--alt path {
  stroke: #254d82
}

.header .header__body {
  position: relative;
  text-align: right;
  padding-right: 108px
}

@media (max-width:1650px) {
  .header .header__body {
    padding-right: 88px
  }
}

@media (max-width:1199px) {
  .header .header__body {
    padding-right: 67px
  }
}

@media (max-width:767px) {
  .header .header__body {
    text-align: left;
    padding: 20px 15px
  }
}

.header .header__body .header__logo {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:1199px) {
  .header .header__body .header__logo {
    left: 15px
  }
}

@media (max-width:767px) {
  .header .header__body .header__logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.header .header__body .header__btn-burger {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:1199px) {
  .header .header__body .header__btn-burger {
    right: 15px
  }
}

.hero-alt {
  background: #0d1c4f;
  color: #0aafdc;
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1650px) {
  .hero-alt {
    height: 350px
  }
}

@media (max-width:767px) {
  .hero-alt {
    height: auto;
    padding: 50px 0
  }
}

.hero-alt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 108px 0 0 88px;
  border-color: transparent transparent transparent #0aafdc
}

@media (max-width:1650px) {
  .hero-alt:after {
    border-width: 83px 0 0 67px;
    border-width: 41px 0 0 33px
  }
}

@media (max-width:1650px) {}

.hero-alt .hero__link {
  display: inline-block
}

.hero-alt .hero__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.hero-alt .hero__content {
  text-align: center;
  text-transform: uppercase
}

.hero-alt .hero__content h1 {
  font-size: 62px;
  line-height: 1.29;
  font-weight: 500;
  letter-spacing: .04em
}

@media (max-width:1650px) {
  .hero-alt .hero__content h1 {
    font-size: 51px
  }
}

@media (max-width:1023px) {
  .hero-alt .hero__content h1 {
    font-size: 45px
  }
}

@media (max-width:767px) {
  .hero-alt .hero__content h1 {
    font-size: 40px
  }
}

.hero-alt .hero__content .hero__title {
  font-size: 72px;
  line-height: 1.11;
  letter-spacing: .04em
}

@media (max-width:1650px) {
  .hero-alt .hero__content .hero__title {
    font-size: 60px
  }
}

@media (max-width:1199px) {
  .hero-alt .hero__content .hero__title {
    font-size: 50px
  }
}

@media (max-width:767px) {
  .hero-alt .hero__content .hero__title {
    font-size: 45px
  }
}

.hero-alt .hero__title {
  font-size: 72px;
  line-height: 1.11;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0aafdc
}

@media (max-width:1650px) {
  .hero-alt .hero__title {
    font-size: 60px
  }
}

@media (max-width:1199px) {
  .hero-alt .hero__title {
    font-size: 50px
  }
}

@media (max-width:1023px) {
  .hero-alt .hero__title br {
    display: none
  }
}

@media (max-width:767px) {
  .hero-alt .hero__title {
    font-size: 45px
  }
}

.hero-alt .hero__body {
  font-size: 32px;
  line-height: 1.38;
  letter-spacing: .01em;
  color: #fff;
  padding-top: 5px;
  padding-left: 5px
}

@media (max-width:1650px) {
  .hero-alt .hero__body {
    font-size: 26px
  }
}

@media (max-width:1199px) {
  .hero-alt .hero__body {
    font-size: 20px;
    padding: 0
  }
}

@media (max-width:767px) {
  .hero-alt .hero__body {
    font-size: 18px
  }
}

.hero-alt .hero__body-alt h3 {
  margin: 33px 0 0;
  text-transform: uppercase
}

.hero-alt .hero__body-alt h4 {
  margin: 6px 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff
}

@media (max-width:1650px) {
  .hero-alt .hero__body-alt h4 {
    font-size: 26px
  }
}

@media (max-width:1023px) {
  .hero-alt .hero__body-alt h4 {
    font-size: 22px
  }
}

.hero-alt .hero__image-alt {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:1650px) {
  .hero-alt .hero__image-alt {
    max-width: 630px
  }
}

@media (max-width:1199px) {
  .hero-alt .hero__image-alt {
    max-width: 490px
  }
}

.hero-alt .hero__image-size1 {
  max-width: 683px;
  position: relative;
  top: -16px;
  left: 5px
}

@media (max-width:1650px) {
  .hero-alt .hero__image-size1 {
    max-width: 90%
  }
}

@media (max-width:767px) {
  .hero-alt .hero__image-size1 {
    margin-left: -7px;
    top: 0;
    left: 0
  }
}

.hero-alt .hero__image {
  position: relative;
  z-index: 2
}

@media (max-width:1650px) {
  .hero-alt .hero__image {
    max-width: 600px
  }
}

@media (max-width:1199px) {
  .hero-alt .hero__image {
    max-width: 550px
  }
}

@media (max-width:767px) {
  .hero-alt .hero__image {
    max-width: 100%
  }
}

.hero-alt--primary {
  height: 570px;
  background: #0291c1
}

@media (max-width:1650px) {
  .hero-alt--primary {
    height: 450px
  }
}

@media (max-width:1023px) {
  .hero-alt--primary {}
}

@media (max-width:767px) {
  .hero-alt--primary {
    display: block;
    padding-top: 50px;
    height: auto
  }
}

.hero-alt--primary:after {
  border-color: transparent transparent transparent #aff0f5
}

.hero-alt--small {
  height: 30px;
  padding: 0
}

.hero-alt--small:after {
  display: none
}

.hero-alt--secondary {
  height: 560px;
  overflow: hidden
}

@media (max-width:1650px) {
  .hero-alt--secondary {
    height: 550px
  }
}

@media (max-width:1199px) {
  .hero-alt--secondary {
    height: 450px
  }
}

@media (max-width:767px) {
  .hero-alt--secondary {
    height: auto
  }
}

.hero-alt--teritary {
  height: 558px;
  background: url(../images/temp/gradient.png) no-repeat 0 0;
  background-size: cover
}

@media (max-width:1650px) {
  .hero-alt--teritary {
    height: 550px
  }
}

@media (max-width:1199px) {
  .hero-alt--teritary {
    height: 450px
  }
}

@media (max-width:767px) {
  .hero-alt--teritary {
    height: auto
  }
}

.hero-alt--teritary:after {
  border: none;
  background: url(../images/temp/shape.png) no-repeat 0 0;
  width: 227px;
  height: 185px;
  background-size: 100% 100%
}

@media (max-width:1650px) {
  .hero-alt--teritary:after {
    width: 189px;
    height: 154px
  }
}

@media (max-width:767px) {
  .hero-alt--teritary:after {
    width: 100px;
    height: 81px
  }
}

.hero-alt--teritary .hero__body {
  font-size: 42px;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: .01em;
  padding-top: 42px
}

@media (max-width:1650px) {
  .hero-alt--teritary .hero__body {
    font-size: 35px;
    padding-top: 0
  }
}

@media (max-width:1199px) {
  .hero-alt--teritary .hero__body {
    font-size: 30px
  }
}

@media (max-width:767px) {
  .hero-alt--teritary .hero__body {
    font-size: 22px
  }
}

.hero-alt--teritary .grid {}

@media (max-width:767px) {
  .hero-alt--teritary .grid {
    margin: 0 0 -20px
  }
}

.hero-alt--quaternary {
  color: #fff;
  display: block;
  padding: 111px 0 148px;
  height: auto
}

@media (max-width:1650px) {
  .hero-alt--quaternary {
    padding: 100px 0
  }
}

@media (max-width:1199px) {
  .hero-alt--quaternary {
    padding: 80px 0
  }
}

.hero-alt--quaternary h3, .hero-alt--quaternary h4 {
  color: #ffde3c
}

.hero-alt--quaternary .list-stats--primary {
  margin-top: 20px
}

.hero-alt--green {
  background: #048c4b
}

.hero-alt--green:after {
  border-color: transparent transparent transparent #a0de5c
}

.hero-alt--green .hero__title {
  color: #a0de5c
}

.hero-alt--blue {
  background: #0091c1
}

.hero-alt--blue:after {
  border-color: transparent transparent transparent #aff0f5
}

.hero-alt--blue .hero__title {
  color: #aff0f5
}

.hero-alt--purple {
  background: #530446
}

.hero-alt--purple:after {
  border-color: transparent transparent transparent #04a1af
}

.hero-alt--orange {
  background: #ff853e
}

.hero-alt--orange:after {
  border-color: transparent transparent transparent #ffde3c
}

.hero-workshop {
  position: relative;
  text-align: center;
  background: no-repeat 50%/cover
}

.hero-workshop, .hero-workshop .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.hero-workshop .hero__inner {
  width: 100%;
  min-height: 560px;
  padding: 100px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1650px) {
  .hero-workshop .hero__inner {
    min-height: auto
  }
}

@media (max-width:767px) {
  .hero-workshop .hero__inner {
    padding: 10vw 0
  }
}

.hero-workshop .hero__image {
  margin: 0 auto
}

@media (max-width:1650px) {
  .hero-workshop .hero__image {
    max-width: 70%
  }
}

.hero-workshop:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 108px 0 0 88px;
  border-color: transparent transparent transparent #2a3a8e
}

@media (max-width:1650px) {
  .hero-workshop:after {
    border-width: 83px 0 0 67px;
    border-width: 41px 0 0 33px
  }
}

@media (max-width:1650px) {}

.hero {
  background: #048c4a;
  color: #fff
}

.hero .hero__body {
  position: relative;
  min-height: 670px;
  height: calc(100vh - 289px);
  padding: 148px 0 40px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hero .hero__body .hero__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

@media (max-width:1650px) {
  .hero .hero__body {
    min-height: 450px;
    height: calc(100vh - 200px)
  }
}

@media (max-width:1199px) {
  .hero .hero__body {
    height: calc(100vh - 174px)
  }
}

@media (max-width:1023px) {
  .hero .hero__body {
    display: block;
    height: auto;
    min-height: 0;
    padding: 0
  }
}

.hero .hero__body:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 108px 88px;
  border-color: transparent transparent #a1de5c
}

@media (max-width:1650px) {
  .hero .hero__body:after {
    border-width: 0 0 83px 67px
  }
}

.hero .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 50%
}

@media (max-width:1023px) {
  .hero .hero__image {
    position: relative;
    width: calc(100% + 30px);
    height: auto;
    padding-top: 56%;
    margin: 0 -15px
  }
}

@media (max-width:767px) {
  .hero .hero__image {
    padding-top: 89%
  }
}

.hero .hero__image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: rgba(20, 96, 49, .7);
  font-size: 16px;
  line-height: 1.5;
  padding: 47px 0 20px;
  min-height: 205px
}

@media (max-width:1650px) {
  .hero .hero__image-caption {
    padding: 36px 0 15px;
    min-height: 157px
  }
}

@media (max-width:767px) {
  .hero .hero__image-caption {
    min-height: 0;
    padding: 20px 0
  }
}

.hero .hero__image-caption h6 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 -2px;
  letter-spacing: -.006em
}

@media (max-width:1650px) {
  .hero .hero__image-caption h6 {
    font-size: 18px
  }
}

.hero .hero__image-caption p {
  margin: 0;
  letter-spacing: .03em
}

.hero .hero__image-caption-inner {
  max-width: 50%
}

.hero .hero__image-caption-inner a {
  text-decoration: none;
  font-style: italic
}

@media (max-width:767px) {
  .hero .hero__image-caption-inner {
    max-width: 100%
  }
}

.hero .hero__content {
  max-width: 726px;
  margin-left: auto;
  padding-right: 65px;
  font-size: 32px;
  line-height: 1.38
}

@media (max-width:1650px) {
  .hero .hero__content {
    max-width: 550px;
    padding-right: 0;
    font-size: 24px
  }
}

@media (max-width:1199px) {
  .hero .hero__content {
    max-width: calc(50% - 20px)
  }
}

@media (max-width:1023px) {
  .hero .hero__content {
    max-width: 100%;
    padding: 40px 0
  }
}

@media (max-width:767px) {
  .hero .hero__content {
    font-size: 18px
  }
}

.hero .hero__content h1 {
  color: #a5e554;
  margin: 0 0 43px
}

@media (max-width:1650px) {
  .hero .hero__content h1 {
    margin: 0 0 33px
  }
}

@media (max-width:1023px) {
  .hero .hero__content h1 {
    margin: 0 0 20px
  }
}

.hero .hero__content p {
  letter-spacing: -.006em
}

.hero .hero__bar {
  background: #a0de5c;
  color: #048c4b;
  padding: 35px 0
}

@media (max-width:1650px) {
  .hero .hero__bar {
    padding: 15px 0
  }
}

.hero--primary {
  position: relative;
  padding-top: 69px
}

@media (max-width:1650px) {
  .hero--primary {
    padding-top: 61px
  }
}

@media (max-width:1199px) {
  .hero--primary {
    padding-top: 55px
  }
}

@media (max-width:1023px) {
  .hero--primary {
    padding-top: 76px
  }
}

.hero--primary .hero__body {
  height: calc(100vh - 248px);
  padding-top: 189px
}

@media (max-width:1650px) {
  .hero--primary .hero__body {
    height: calc(100vh - 201px);
    padding-top: 50px;
    min-height: 449px
  }
}

@media (max-width:1199px) {
  .hero--primary .hero__body {
    height: calc(100vh - 174px);
    min-height: 449px
  }
}

@media (max-width:1023px) {
  .hero--primary .hero__body {
    padding-top: 0;
    height: auto;
    min-height: 0
  }
}

.hero--primary .hero__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px 0
}

.hero--secondary .hero__body {
  height: calc(100vh - 109px)
}

@media (max-width:1650px) {
  .hero--secondary .hero__body {
    min-height: 450px;
    height: calc(100vh - 88px)
  }
}

@media (max-width:1199px) {
  .hero--secondary .hero__body {
    height: calc(100vh - 72px)
  }
}

@media (max-width:1023px) {
  .hero--secondary .hero__body {
    height: auto;
    min-height: 0;
    padding: 0
  }
}

.hero--secondary .hero__body:after {
  right: auto;
  left: 0;
  border-width: 108px 0 0 88px;
  border-color: transparent transparent transparent #a1de5c
}

@media (max-width:1650px) {
  .hero--secondary .hero__body:after {
    border-width: 83px 0 0 67px
  }
}

.hero--secondary .hero__image {
  left: auto;
  right: 0;
  width: calc(50vw - 31px)
}

@media (max-width:1023px) {
  .hero--secondary .hero__image {
    width: calc(100% + 30px);
    background-position: top
  }
}

.hero--secondary .hero__image-caption {
  padding: 0;
  min-height: 30px;
  left: auto;
  right: 0
}

.hero--secondary .hero__image-caption--size1 {
  padding: 67px 0 62px;
  font-size: 20px
}

@media (max-width:1650px) {
  .hero--secondary .hero__image-caption--size1 {
    padding: 30px 0;
    font-size: 16px
  }
}

@media (max-width:767px) {
  .hero--secondary .hero__image-caption--size1 {
    padding: 20px 0
  }
}

.hero--secondary .hero__image-caption--size1 h6 {
  font-size: 28px
}

@media (max-width:1650px) {
  .hero--secondary .hero__image-caption--size1 h6 {
    font-size: 22px
  }
}

@media (max-width:767px) {
  .hero--secondary .hero__image-caption--size1 h6 {
    font-size: 18px
  }
}

.hero--secondary .hero__image-caption--size1 p {
  text-transform: none;
  letter-spacing: .02em
}

.hero--secondary .hero__image-caption--size3 {
  font-size: 20px;
  line-height: 1.4;
  padding: 43px 0 20px;
  min-height: 242px
}

.hero--secondary .hero__image-caption--size3 h6 {
  font-size: 28px;
  font-weight: 500
}

@media (max-width:1650px) {
  .hero--secondary .hero__image-caption--size3 h6 {
    font-size: 18px
  }
}

@media (max-width:1650px) {
  .hero--secondary .hero__image-caption--size3 {
    padding: 36px 0 15px;
    min-height: 157px;
    font-size: 16px
  }
}

@media (max-width:1023px) {
  .hero--secondary .hero__image-caption--size3 {
    min-height: 0;
    padding: 20px 0
  }
}

.hero--secondary .hero__image-caption-inner {
  margin-left: auto;
  max-width: calc(50% - 100px)
}

@media (max-width:1650px) {
  .hero--secondary .hero__image-caption-inner {
    max-width: calc(50% - 45px)
  }
}

@media (max-width:1023px) {
  .hero--secondary .hero__image-caption-inner {
    max-width: 100%
  }
}

.hero--secondary .hero__content {
  margin: 0;
  max-width: 50%;
  padding-right: 35px
}

@media (max-width:1023px) {
  .hero--secondary .hero__content {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 100px
  }
}

.hero--secondary .hero__content h1 {
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 27px
}

@media (max-width:767px) {
  .hero--secondary .hero__content h1 {
    margin: 0 0 20px
  }
}

.hero--secondary .hero__content p {
  letter-spacing: .01em
}

.hero--secondary .hero__bar {
  padding: 72px 0 98px
}

@media (max-width:1023px) {
  .hero--secondary .hero__bar {
    padding: 50px 0
  }
}

.hero--secondary .hero__bar--size1 {
  padding: 138px 0 143px
}

@media (max-width:1650px) {
  .hero--secondary .hero__bar--size1 {
    padding: 70px 0
  }
}

@media (max-width:767px) {
  .hero--secondary .hero__bar--size1 {
    padding: 50px 0
  }
}

.hero--secondary .hero__bar--size2 {
  padding: 119px 0 137px
}

@media (max-width:1650px) {
  .hero--secondary .hero__bar--size2 {
    padding: 70px 0
  }
}

@media (max-width:767px) {
  .hero--secondary .hero__bar--size2 {
    padding: 50px 0
  }
}

.hero--orange {
  background: #ff853e
}

.hero--orange .hero__body:after {
  border-color: transparent transparent transparent #ffdc3c
}

.hero--orange .hero__image-caption {
  background: rgba(227, 92, 13, .7)
}

.hero--orange .hero__content h1 {
  color: #ffde3c
}

.hero--orange .hero__bar {
  background: #ffdc3c;
  color: #f57b20
}

.hero--blue {
  background: #0091c1
}

.hero--blue .hero__body:after {
  border-color: transparent transparent transparent #aff0f5
}

.hero--blue .hero__image-caption {
  background: rgba(13, 28, 79, .7)
}

.hero--blue .hero__content h1 {
  color: #aff0f5
}

.hero--blue .hero__bar {
  background: #aff0f5;
  color: #0091c1
}

.hero--blue-dark {
  background: #0d1c4f
}

.hero--blue-dark .hero__body:after {
  border-color: transparent transparent transparent #0aafdc
}

.hero--blue-dark .hero__image-caption {
  background: rgba(13, 28, 79, .7)
}

.hero--blue-dark .hero__content h1 {
  color: #0aafdc
}

.hero--blue-dark .hero__bar {
  background: #0aafdc;
  color: #0d1c4f
}

.hero--purple {
  background: #5e1891
}

.hero--purple .hero__body:after {
  border-color: transparent transparent transparent #cf79f5
}

.hero--purple .hero__image-caption {
  background: rgba(94, 24, 145, .7)
}

.hero--purple .hero__content h1 {
  color: #cf79f5
}

.hero--purple .hero__bar {
  background: #cf79f5;
  color: #5e1891
}

.ico {
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  display: inline-block;
  vertical-align: top;
  position: relative
}

[class^="ico-"] {
  display: inline-block;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle
}

.ico-arrow-right {
  background-image: url(../images/svg/ico-arrow-right.svg);
  width: 40px;
  height: 37px
}

@media (max-width:1650px) {
  .ico-arrow-right {
    width: 30px;
    height: 28px
  }
}

.ico-arrow-right--blue-header {
  background-image: url(../images/svg/ico-arrow-right-blue-header.svg)
}

.ico-arrow-right-blue-alt {
  background-image: url(../images/svg/ico-arrow-right-blue-alt.svg);
  width: 40px;
  height: 37px
}

@media (max-width:1650px) {
  .ico-arrow-right-blue-alt {
    width: 30px;
    height: 28px
  }
}

.ico-arrow-right-green {
  background-image: url(../images/svg/ico-arrow-right-green.svg);
  width: 26px;
  height: 24px
}

.ico-arrow-right-blue {
  background-image: url(../images/svg/ico-arrow-right-blue.svg);
  width: 19px;
  height: 18px
}

.ico-arrow-right-blue-light {
  background-image: url(../images/svg/ico-arrow-right-blue-light.svg);
  width: 19px;
  height: 18px
}

.ico-arrow-right-white {
  background-image: url(../images/svg/ico-arrow-right-white.svg);
  width: 19px;
  height: 18px
}

.ico-arrow-right-light {
  background-image: url(../images/svg/ico-arrow-right-light.svg);
  width: 56px;
  height: 53px
}

@media (max-width:1650px) {
  .ico-arrow-right-light {
    width: 43px;
    height: 40px
  }
}

@media (max-width:374px) {
  .ico-arrow-right-light {
    width: 33px;
    height: 30px
  }
}

.ico-arrow-right-light--big {
  width: 70px;
  height: 66px
}

@media (max-width:1650px) {
  .ico-arrow-right-light--big {
    width: 53px;
    height: 50px
  }
}

@media (max-width:767px) {
  .ico-arrow-right-light--big {
    width: 40px;
    height: 38px
  }
}

.ico-play {
  background-image: url(../images/svg/ico-play.svg);
  width: 177px;
  height: 136px
}

@media (max-width:1650px) {
  .ico-play {
    width: 136px;
    height: 104px
  }
}

@media (max-width:1199px) {
  .ico-play {
    width: 104px;
    height: 80px
  }
}

@media (max-width:767px) {
  .ico-play {
    width: 80px;
    height: 61px
  }
}

.ico-twitter {
  background-image: url(../images/svg/ico-twitter.svg);
  width: 67px;
  height: 67px
}

@media (max-width:1650px) {
  .ico-twitter {
    width: 50px;
    height: 50px
  }
}

.ico-linkedin {
  background-image: url(../images/svg/ico-linkedin.svg);
  width: 67px;
  height: 67px
}

@media (max-width:1650px) {
  .ico-linkedin {
    width: 50px;
    height: 50px
  }
}

.ico-search {
  background-image: url(../images/svg/ico-search.svg);
  width: 42px;
  height: 42px
}

@media (max-width:1650px) {
  .ico-search {
    width: 32px;
    height: 32px
  }
}

@media (max-width:1199px) {
  .ico-search {
    width: 28px;
    height: 28px
  }
}

@media (max-width:767px) {
  .ico-search {
    width: 25px;
    height: 25px
  }
}

.ico-share {
  background-image: url(../images/svg/ico-share.svg);
  width: 16px;
  height: 16px
}

.ico-share--big {
  width: 20px;
  height: 20px
}

@media (max-width:1650px) {
  .ico-share {
    width: 12px;
    height: 12px
  }
}

.ico-cleaner {
  background-image: url(../images/svg/ico-cleaner.svg);
  width: 46px;
  height: 46px
}

.ico-food {
  background-image: url(../images/svg/ico-food.svg);
  width: 46px;
  height: 46px
}

.ico-electricity {
  background-image: url(../images/svg/ico-electricity.svg);
  width: 46px;
  height: 46px
}

.ico-products {
  background-image: url(../images/svg/ico-products.svg);
  width: 46px;
  height: 46px
}

.ico-oil {
  background-image: url(../images/svg/ico-oil.svg);
  width: 29px;
  height: 38px
}

.ico-electricity-alt {
  background-image: url(../images/svg/ico-electricity-alt.svg);
  width: 30px;
  height: 36px
}

.ico-fibre {
  background-image: url(../images/svg/ico-fibre.svg);
  width: 38px;
  height: 34px
}

.ico-carbon {
  background-image: url(../images/svg/ico-carbon.svg);
  width: 41px;
  height: 39px
}

.ico-hexagon {
  background-image: url(../images/svg/ico-hexagon.svg);
  width: 75px;
  height: 63px
}

@media (max-width:1023px) {
  .ico-hexagon {
    width: 57px;
    height: 48px
  }
}

.ico-download {
  background-image: url(../images/svg/ico-download.svg);
  width: 46px;
  height: 45px
}

@media (max-width:1650px) {
  .ico-download {
    width: 38px;
    height: 37px
  }
}

@media (max-width:1023px) {
  .ico-download {
    width: 31px;
    height: 30px
  }
}

.ico-download-white {
  background-image: url(../images/svg/ico-download-white.svg);
  width: 25px;
  height: 24px
}

@media (max-width:1199px) {
  .ico-download-white {
    width: 20px;
    height: 20px
  }
}

.ico-triangle {
  background-image: url(../images/temp/ico-triangle.png);
  width: 102px;
  height: 132px
}

@media (max-width:767px) {
  .ico-triangle {
    width: 84px;
    height: 110px
  }
}

.ico-x {
  width: 50px;
  height: 50px;
  position: relative
}

@media (max-width:1650px) {
  .ico-x {
    width: 38px;
    height: 38px
  }
}

@media (max-width:1199px) {
  .ico-x {
    width: 30px;
    height: 30px
  }
}

.ico-x:after, .ico-x:before {
  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: 100%;
  height: 3px;
  background: #fff
}

.ico-x:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.ico-x--green:after, .ico-x--green:before {
  background: #048c4b
}

.ico-circle {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 3px solid #048c4b
}

@media (max-width:1023px) {
  .ico-circle {
    border-width: 2px
  }
}

@media (max-width:767px) {
  .ico-circle {
    width: 34px;
    height: 34px
  }
}

.ico-circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ico-plus {
  width: 22px;
  height: 22px;
  position: relative
}

@media (max-width:1023px) {
  .ico-plus {
    width: 18px;
    height: 18px
  }
}

.ico-plus:after, .ico-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background: #048c4b
}

@media (max-width:1023px) {
  .ico-plus:after, .ico-plus:before {
    height: 2px
  }
}

.ico-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg)
}

.image-fit {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50%
}

.image-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.image-fit--bottom {
  background-position: bottom
}

.image-fit--bottom img {
  -o-object-position: center bottom;
  object-position: center bottom
}

.link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  font-style: italic
}

@media (max-width:1650px) {
  .link {
    font-size: 16px
  }
}

.link:hover i {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.link i {
  margin-left: 10px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

@media (max-width:1199px) {
  .link i {
    margin-left: 4px
  }
}

.link--small {
  font-size: 18px
}

@media (max-width:1650px) {
  .link--small {
    font-size: 14px
  }
}

.link--primary {
  text-transform: uppercase;
  color: #0091c1;
  font-style: normal;
  font-size: 20px
}

@media (max-width:1650px) {
  .link--primary {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .link--primary {
    font-size: 16px
  }
}

.list-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 -10px -20px;
  padding: 0 90px
}

@media (max-width:1199px) {
  .list-brands {
    padding: 0
  }
}

@media (max-width:767px) {
  .list-brands {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.list-brands li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px 20px
}

@media (max-width:767px) {
  .list-brands li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

.list-brands a {
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s
}

.list-brands a:hover {
  opacity: .7
}

.list-dots li:before {
  content: "";
  position: relative;
  top: -4px;
  left: 2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #535765;
  margin-right: 18px
}

.list-dots strong {
  padding-left: 4px;
  font-weight: 500;
  margin-left: -13px
}

.list-features-alt li {
  position: relative;
  padding-left: 58px
}

@media (max-width:767px) {
  .list-features-alt li {
    padding-left: 50px
  }

  .list-features-alt li br {
    display: none
  }
}

.list-features-alt li>img {
  position: absolute;
  top: 0;
  left: 6px
}

@media (max-width:767px) {
  .list-features-alt li>img {
    left: 0
  }
}

.list-features-alt li+li {
  margin: 21px 0 0
}

.list-features-alt h6 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0;
  color: #048c4b
}

.list-features-alt p {
  letter-spacing: -.006em
}

@media (max-width:1650px) {
  .list-features-alt p br {
    display: none
  }
}

.list-features-alt--secondary {
  letter-spacing: .01em;
  line-height: 1.3;
  margin-right: -10px
}

@media (max-width:1650px) {
  .list-features-alt--secondary {
    margin-right: 0
  }
}

.list-features-alt--secondary li {
  padding-left: 0
}

.list-features-alt--secondary li+li {
  margin: 49px 0 0
}

.list-features-alt--secondary h4 {
  text-transform: uppercase;
  margin: 0 0 26px
}

.list-features-alt--secondary h6 {
  font-weight: 500;
  text-transform: none;
  letter-spacing: .01em
}

.list-features-alt--secondary h6+p {
  margin: 24px 0 0
}

.list-features-alt--secondary p {
  letter-spacing: .01em;
  margin: 0
}

.list-features-alt--secondary p+p {
  margin: 27px 0 0
}

.list-features-alt--secondary p+h6 {
  margin: 23px 0 0
}

.list-features-def {
  letter-spacing: .01em
}

.list-features-def>li {
  position: relative;
  padding-right: 555px
}

@media (max-width:1650px) {
  .list-features-def>li {
    padding-right: 500px
  }
}

@media (max-width:1199px) {
  .list-features-def>li {
    padding: 0
  }
}

.list-features-def>li+li {
  margin: 48px 0 0
}

.event .list-features-def .event__title, .list-features-def .event .event__title, .list-features-def h5 {
  color: #0091c1;
  margin: 0 0 30px;
  font-size: 26px
}

@media (max-width:1650px) {
  .event .list-features-def .event__title, .list-features-def .event .event__title, .list-features-def h5 {
    font-size: 20px;
    margin: 0 0 15px
  }
}

.list-features-def p {
  margin: 0
}

.list-features-def p+ul {
  margin: 26px 0 0
}

@media (max-width:1650px) {
  .list-features-def p+ul {
    margin: 15px 0 0
  }
}

.list-features-def ul {
  list-style: none
}

.list-features-def .btn, .list-features-def div.wpcf7 .wpcf7-submit, div.wpcf7 .list-features-def .wpcf7-submit {
  position: absolute;
  top: 66px;
  right: 0
}

@media (max-width:1199px) {
  .list-features-def .btn, .list-features-def div.wpcf7 .wpcf7-submit, div.wpcf7 .list-features-def .wpcf7-submit {
    position: static;
    margin: 20px 0 0
  }
}

.list-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 19px;
  line-height: 1.11;
  font-weight: 500;
  margin: 0 -20px -20px;
  letter-spacing: -.01em
}

@media (max-width:1650px) {
  .list-features {
    font-size: 15px
  }
}

@media (max-width:767px) {
  .list-features {
    display: block
  }
}

.list-features li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:767px) {
  .list-features li {
    max-width: 100%
  }
}

.list-features li img {
  margin-right: 10px;
  min-width: 46px
}

.list-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px -73px;
  font-size: 24px;
  letter-spacing: .01em
}

@media (max-width:1650px) {
  .list-links {
    font-size: 18px
  }
}

@media (max-width:1199px) {
  .list-links {
    margin: 0 -34px -56px
  }
}

@media (max-width:767px) {
  .list-links {
    margin: 0;
    display: block;
    font-size: 14px
  }
}

.list-links a {
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

.list-links a:hover {
  color: #0091c1
}

.list-links a i {
  margin-right: 5px;
  vertical-align: middle
}

.list-links>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 45px 73px
}

@media (max-width:1650px) {
  .list-links>li {
    padding: 0 34px 56px
  }
}

@media (max-width:767px) {
  .list-links>li {
    max-width: 100%;
    padding: 0
  }

  .list-links>li+li {
    margin: 20px 0 0
  }
}

.list-links ul {
  border-top: 3px solid #ffff;
  list-style: none;
  padding-top: 20px
}

@media (max-width:767px) {
  .list-links ul {
    border-width: 1px
  }
}

.list-links ul li+li {
  margin: 21px 0 0
}

@media (max-width:1650px) {
  .list-links ul li+li {
    margin: 16px 0 0
  }
}

@media (max-width:767px) {
  .list-links ul li+li {
    margin: 10px 0 0
  }
}

.list-presented p {
  color: #2a3a8e;
  margin-bottom: 5px
}

.list-presented>ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -25px
}

@media (max-width:1023px) {
  .list-presented>ul {
    margin: -10px
  }
}

.list-presented>ul>li {
  padding: 25px;
  max-width: 50%
}

@media (max-width:1023px) {
  .list-presented>ul>li {
    padding: 10px
  }
}

.list-services {
  font-size: 30px;
  letter-spacing: .01em;
  font-weight: 500
}

@media (max-width:1650px) {
  .list-services {
    font-size: 23px
  }
}

@media (max-width:767px) {
  .list-services {
    font-size: 18px
  }
}

.list-services a {
  display: block;
  text-decoration: none;
  background: #048c4b;
  color: #fff;
  padding: 14px 19px;
  border-radius: 6px;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s
}

@media (max-width:767px) {
  .list-services a {
    padding: 10px
  }
}

.list-services a:hover {
  background: #146031
}

.list-services li+li {
  margin: 20px 0 0
}

@media (max-width:767px) {
  .list-services li+li {
    margin-top: 10px
  }
}

.list-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:767px) {
  .list-stats {
    display: block
  }
}

.list-stats li {
  padding-bottom: 7px
}

@media (max-width:767px) {
  .list-stats li {
    padding: 0
  }
}

.list-stats li+li {
  border-left: 3px solid #fff;
  margin-left: 41px;
  padding-left: 43px
}

@media (max-width:1650px) {
  .list-stats li+li {
    margin-left: 34px;
    padding-left: 35px
  }
}

@media (max-width:1023px) {
  .list-stats li+li {
    margin-left: 26px;
    padding-left: 26px
  }
}

@media (max-width:767px) {
  .list-stats li+li {
    border: none;
    border-top: 2px solid #fff;
    margin: 15px 0 0;
    padding: 15px 0 0
  }
}

.list-stats h4 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 14px;
  line-height: 1;
  text-transform: uppercase
}

@media (max-width:1650px) {
  .list-stats h4 {
    font-size: 20px;
    margin: 0 0 10px
  }
}

@media (max-width:1199px) {
  .list-stats h4 {
    font-size: 16px
  }
}

@media (max-width:1023px) {
  .list-stats h4 {
    min-height: 32px
  }
}

@media (max-width:767px) {
  .list-stats h4 {
    min-height: 0;
    margin: 0
  }
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .list-stats h4 {
    white-space: nowrap
  }
}

.list-stats h3 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1
}

@media (max-width:1650px) {
  .list-stats h3 {
    font-size: 50px;
    font-size: 40px
  }
}

@media (max-width:1650px) {}

.list-stats h3 span {
  font-size: 70px
}

@media (max-width:1650px) {
  .list-stats h3 span {
    font-size: 44px;
    font-size: 25px
  }
}

@media (max-width:1650px) {}

.list-stats--primary {
  border-top: 3px solid #fff;
  padding-top: 47px
}

@media (max-width:767px) {
  .list-stats--primary {
    padding-top: 20px
  }
}

.list-stats--primary h4 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px
}

@media (max-width:1650px) {
  .list-stats--primary h4 {
    font-size: 22px
  }
}

@media (max-width:1199px) {
  .list-stats--primary h4 {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 36px
  }
}

@media (max-width:767px) {
  .list-stats--primary h4 {
    min-height: 0;
    margin: 0;
    min-width: 170px
  }
}

.list-stats--primary h3 {
  font-size: 26px;
  font-weight: 500;
  color: #fff
}

@media (max-width:1650px) {
  .list-stats--primary h3 {
    font-size: 22px
  }
}

@media (max-width:1199px) {
  .list-stats--primary h3 {
    font-size: 18px
  }
}

@media (max-width:1023px) {
  .list-stats--primary h3 {
    font-size: 16px
  }
}

.list-stats--primary li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

@media (max-width:767px) {
  .list-stats--primary li {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.list-stats--primary li+li {
  margin-left: 0;
  padding-left: 60px
}

@media (max-width:1650px) {
  .list-stats--primary li+li {
    padding-left: 30px
  }
}

@media (max-width:767px) {
  .list-stats--primary li+li {
    padding-left: 0
  }
}

.list-testimonials li {
  position: relative;
  padding-left: 40px
}

.list-testimonials li:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 18px;
  width: 3px;
  background: #aff0f5
}

@media (max-width:1650px) {
  .list-testimonials li:after {
    width: 2px
  }
}

.list-testimonials li+li {
  margin: 29px 0 0
}

.list-testimonials p+h6 {
  margin: 20px 0 0
}

.list-testimonials h6 {
  font-style: italic;
  font-weight: 400;
  letter-spacing: .01em
}

[class^="list-"] {
  list-style: none
}

.list-contacts {
  letter-spacing: .01em
}

.list-contacts a {
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

.list-contacts a:hover {
  color: #0aafdc
}

.list-contacts h6 {
  letter-spacing: .028em
}

.list-contacts li+li {
  margin: 26px 0 0
}

.list-contacts--primary h6 {
  color: #0291c1;
  margin: 0 0 1px
}

.list-contacts--primary h6, .list-contacts--primary p {
  font-weight: 500;
  letter-spacing: .01em
}

.list-contacts--primary p a {
  font-weight: 400
}

.list-contacts--primary li+li {
  margin: 20px 0 0
}

.loading-screen {
  background-color: hsla(0, 0%, 100%, .8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0
}

.loading-screen .spinner {
  background: url(../images/loading.svg) no-repeat 0 0/54px 54px;
  width: 54px;
  height: 54px;
  display: inline-block;
  margin-bottom: 1.2em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px
}

.loading-screen.show {
  visibility: visible;
  opacity: 1
}

.logo {
  display: inline-block;
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 176px;
  height: 66px
}

@media (max-width:1199px) {
  .logo {
    width: 135px;
    height: 50px
  }
}

.logo--primary {
  background-image: url(../images/logo-white.png)
}

.main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

body.error404 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

body.error404 .main>section {
  width: 100%
}

.nav-primary {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase
}

@media (max-width:1650px) {
  .nav-primary {
    font-size: 30px
  }
}

@media (max-width:767px) {
  .nav-primary {
    font-size: 25px
  }
}

.nav-primary a {
  letter-spacing: .01em;
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s
}

.nav-primary a:hover {
  color: #0aafdc
}

.nav-primary li+li {
  margin: 54px 0 0
}

@media (max-width:1650px) {
  .nav-primary li+li {
    margin: 41px 0 0
  }
}

@media (max-width:767px) {
  .nav-primary li+li {
    margin: 20px 0 0
  }
}

.nav {
  font-size: 0;
  color: #0d1c4f
}

.nav ul li {
  display: inline-block;
  border-right: 2px solid #d1d1d1
}

.nav ul li:first-child {
  border-left: 2px solid #d1d1d1
}

.nav a {
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  line-height: 1.38;
  font-weight: 500;
  text-transform: uppercase;
  padding: 35px 30px;
  min-width: 227px;
  text-align: center;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s
}

@media (max-width:1650px) {
  .nav a {
    font-size: 20px;
    padding: 30px 23px;
    min-width: 174px
  }
}

@media (max-width:1199px) {
  .nav a {
    font-size: 16px;
    padding: 25px 19px;
    min-width: 130px
  }
}

.nav a:hover {
  background: #0d1c4f;
  color: #0aafdc
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0d1c4f;
  color: #fff;
  z-index: 5;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s
}

.popup.is-visible {
  opacity: 1;
  visibility: visible
}

.popup--menu .list-links {
  padding: 15px 0 0 23px
}

@media (max-width:1023px) {
  .popup--menu .list-links {
    padding: 15px 0 0
  }
}

@media (max-width:767px) {
  .popup--menu .list-links {
    padding: 0
  }
}

.popup--menu .grid {}

@media (max-width:767px) {
  .popup--menu .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
  }

  .popup--menu .grid .grid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px !important
  }
}

.popup--menu .popup__head {
  border-bottom: 3px solid #fff;
  text-align: right;
  padding-right: 108px;
  position: relative
}

@media (max-width:1650px) {
  .popup--menu .popup__head {
    padding-right: 88px
  }
}

@media (max-width:1199px) {
  .popup--menu .popup__head {
    padding-right: 67px
  }
}

@media (max-width:767px) {
  .popup--menu .popup__head {
    text-align: left;
    padding: 20px 15px 0;
    border: none
  }
}

.popup--menu .popup__head .logo {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:1650px) {
  .popup--menu .popup__head .logo {
    left: 30px
  }
}

@media (max-width:1199px) {
  .popup--menu .popup__head .logo {
    left: 15px
  }
}

@media (max-width:767px) {
  .popup--menu .popup__head .logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.popup--menu .popup__head .search-form-wrapper {
  display: inline-block
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .popup--menu .popup__head .search-form-wrapper {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff
  }
}

@media (max-width:767px) {
  .popup--menu .popup__head .search-form-wrapper {
    display: block;
    margin: 20px 0 0
  }
}

.popup--menu .popup__head .popup__btn {
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:1650px) {
  .popup--menu .popup__head .popup__btn {
    right: 23px
  }
}

@media (max-width:1199px) {
  .popup--menu .popup__head .popup__btn {
    right: 19px
  }
}

@media (max-width:767px) {
  .popup--menu .popup__head .popup__btn {
    top: 28px;
    right: 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.popup--menu .popup__body {
  padding: 102px 0
}

@media (max-width:1650px) {
  .popup--menu .popup__body {
    padding: 76px 0
  }
}

@media (max-width:767px) {
  .popup--menu .popup__body {
    padding: 30px 0 100px
  }
}

.popup--results {
  top: 179px;
  top: 0;
  background: #a0de5c;
  height: calc(100vh - 179px);
  height: 100vh;
  padding: 102px 0 0;
  z-index: 6
}

@media (max-width:1650px) {
  .popup--results {
    padding: 78px 0 0
  }
}

@media (max-width:1199px) {
  .popup--results {
    top: 119px;
    height: calc(100vh - 119px)
  }
}

@media (max-width:1023px) {
  .popup--results {
    top: 114px;
    height: calc(100vh - 114px)
  }
}

@media (max-width:767px) {
  .popup--results {
    z-index: 6;
    top: 0;
    height: 100vh
  }
}

.popup--results:after {
  content: "";
  display: block;
  margin-left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 108px 88px;
  border-color: transparent transparent #048c4b
}

@media (max-width:1023px) {
  .popup--results:after {
    position: absolute;
    bottom: 0;
    right: 0
  }
}

@media (max-width:767px) {
  .popup--results:after {
    position: static;
    margin: 70px 0 0 auto
  }
}

.popup--results .popup__btn {
  position: absolute;
  top: 26px;
  right: 29px
}

@media (max-width:1650px) {
  .popup--results .popup__btn {
    top: 20px;
    right: 20px
  }
}

@media (max-width:1199px) {
  .popup--results .popup__btn {
    right: 15px
  }
}

.popup--results .popup__body {
  margin: 0 0 -33px
}

@media (max-width:1023px) {
  .popup--results .popup__body {
    margin: 0 0 30px
  }
}

.richtext-entry>ol:not([class]), .richtext-entry>ol:not([class]) ol, .richtext-entry>ol:not([class]) ul, .richtext-entry>ul:not([class]), .richtext-entry>ul:not([class]) ol, .richtext-entry>ul:not([class]) ul {
  padding-left: 30px
}

.richtext-entry>blockquote {
  border-left: 2px solid #aff0f5;
  margin-left: 0 0 0 20px;
  padding: 0 0 0 20px
}

.richtext-entry>*.alignwide {
  width: 100%;
  max-width: 100%;
  clear: both
}

.richtext-entry>*.aligncenter {
  margin-left: auto;
  margin-right: auto
}

.richtext-entry>*.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  padding: 0 20px
}

.search-alt {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
  padding: 33px 34px
}

@media (max-width:767px) {
  .search-alt {
    padding: 20px 15px
  }
}

.search-alt label {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  color: #ff853e;
  margin: 0 28px 0 0;
  white-space: nowrap;
  width: 183px
}

@media (max-width:1650px) {
  .search-alt label {
    font-size: 20px
  }
}

@media (max-width:1023px) {
  .search-alt label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px
  }
}

.search-alt form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1023px) {
  .search-alt form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (max-width:767px) {
  .search-alt form {
    display: block
  }
}

.search-alt .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto
}

@media (max-width:767px) {
  .search-alt .field {
    width: 100%
  }
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .search-alt .field {
    max-width: 1059px
  }
}

.search-alt .btn, .search-alt div.wpcf7 .wpcf7-submit, div.wpcf7 .search-alt .wpcf7-submit {
  margin-left: 20px
}

@media (max-width:767px) {
  .search-alt .btn, .search-alt div.wpcf7 .wpcf7-submit, div.wpcf7 .search-alt .wpcf7-submit {
    margin: 10px 0 0
  }
}

.search-alt+.form {
  margin-top: 33px
}

@media (max-width:767px) {
  .search-alt+.form {
    margin-top: 15px
  }
}

.search-form-wrapper {
  position: relative;
  border-left: 3px solid #ffff;
  border-right: 3px solid #ffff;
  white-space: nowrap
}

@media (max-width:767px) {
  .search-form-wrapper {
    border: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px
  }
}

.search-form-wrapper .search__field {
  width: 0;
  background: none;
  border: none;
  font-size: 42px;
  padding-left: 0;
  vertical-align: middle;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s
}

.search-form-wrapper .search__field::-webkit-input-placeholder {
  color: #0d1c4f
}

.search-form-wrapper .search__field:-moz-placeholder, .search-form-wrapper .search__field::-moz-placeholder {
  color: #0d1c4f
}

.search-form-wrapper .search__field:-ms-input-placeholder {
  color: #0d1c4f
}

@media (max-width:1650px) {
  .search-form-wrapper .search__field {
    font-size: 32px
  }
}

@media (max-width:767px) {
  .search-form-wrapper .search__field {
    width: 100% !important;
    padding: 0 40px 0 0 !important;
    font-size: 20px
  }

  .search-form-wrapper .search__field::-webkit-input-placeholder {
    color: #fff
  }

  .search-form-wrapper .search__field:-moz-placeholder, .search-form-wrapper .search__field::-moz-placeholder {
    color: #fff
  }

  .search-form-wrapper .search__field:-ms-input-placeholder {
    color: #fff
  }
}

.search-form-wrapper .search__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 116px;
  height: 100%
}

@media (max-width:767px) {
  .search-form-wrapper .search__toggle {
    display: none
  }
}

.search-form-wrapper .search__btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 33px 37px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media (max-width:1650px) {
  .search-form-wrapper .search__btn {
    padding: 28px
  }
}

@media (max-width:1199px) {
  .search-form-wrapper .search__btn {
    padding: 22px 20px
  }
}

@media (max-width:767px) {
  .search-form-wrapper .search__btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0
  }
}

.search-form-wrapper.is-active .search__field {
  width: 50.5vw;
  padding-left: 28px
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .search-form-wrapper.is-active .search__field {
    width: 970px
  }
}

@media (max-width:1650px) {
  .search-form-wrapper.is-active .search__field {
    width: 50vw;
    padding-left: 21px
  }
}

.search-form-wrapper.is-active .search__toggle {
  opacity: 0;
  visibility: hidden
}

.section-alt {
  padding: 98px 0 153px
}

@media (max-width:1023px) {
  .section-alt {
    padding: 100px 0 !important
  }
}

@media (max-width:767px) {
  .section-alt {
    padding: 80px 0 !important
  }
}

.section-alt .list-services {
  margin: 42px 0 0
}

@media (max-width:1023px) {
  .section-alt .list-services {
    margin: 30px 0 0
  }
}

.section-alt .features-primary {
  margin: 42px 0 0
}

@media (max-width:1650px) {
  .section-alt .features-primary {
    margin: 42px 20px 0 0
  }
}

@media (max-width:1023px) {
  .section-alt .features-primary {
    margin: 30px 0 0
  }
}

.section-alt .search-alt {
  margin: 32px 0 0
}

.section-alt .widget-results-alt {
  margin: 39px 0 0
}

.section-alt .articles-big {
  margin: 58px 0 0
}

.section-alt .grid+.feature {
  margin-top: 95px
}

@media (max-width:767px) {
  .section-alt .grid+.feature {
    margin-top: 50px
  }
}

.section-alt .section__title {
  margin: 0;
  color: #048c4b
}

.section-alt .section__title+.grid {
  margin-top: 43px
}

@media (max-width:1023px) {
  .section-alt .section__title+.grid {
    margin-top: 30px
  }
}

.section-alt .section__title+.list-features-def {
  margin-top: 30px
}

.section-alt .section__title--uppercase {
  text-transform: uppercase
}

.section-alt .section__title--orange {
  color: #ff853e
}

.section-alt .section__title--blue {
  color: #0091c1
}

.section-alt .section__body {
  padding-right: 70px
}

@media (max-width:1650px) {
  .section-alt .section__body {
    padding-right: 0
  }
}

@media (max-width:1023px) {
  .section-alt .section__body {
    margin-bottom: 30px
  }
}

.section-alt .section__content {
  font-size: 26px;
  line-height: 1.39
}

@media (max-width:1650px) {
  .section-alt .section__content {
    font-size: 20px
  }
}

@media (max-width:767px) {
  .section-alt .section__content {
    font-size: 18px
  }
}

.section-alt .section__content p {
  margin: 0 0 34px;
  letter-spacing: -.006em
}

@media (max-width:767px) {
  .section-alt .section__content p {
    margin: 0 0 20px
  }
}

.section-alt .section__content-alt {
  letter-spacing: .01em
}

.section-alt .section__content-alt h3 {
  margin: 0 0 24px
}

.section-alt .section__content-alt p {
  margin: 0
}

.section-alt .section__content-alt p+p {
  margin: 28px 0 0
}

.section-alt .section__content-alt div.wpcf7 p+.wpcf7-submit, .section-alt .section__content-alt p+.btn, div.wpcf7 .section-alt .section__content-alt p+.wpcf7-submit {
  margin: 42px 0 0
}

.section-alt .section__image {
  margin: 57px 0 56px;
  width: calc(100% + 13px);
  max-width: none
}

@media (max-width:1650px) {
  .section-alt .section__image {
    width: 100%
  }
}

.section-alt .section__actions+.section__aside-alt {
  margin-top: 53px
}

.section-alt .section__actions.hidden-xs+.section__aside-alt {}

@media (max-width:767px) {
  .section-alt .section__actions.hidden-xs+.section__aside-alt {
    margin-top: 20px
  }
}

.section-alt .section__group+.section__group {
  margin-top: 79px;
  padding-top: 48px;
  border-top: 2px solid #a0df5c
}

@media (max-width:767px) {
  .section-alt .section__group+.section__group {
    margin-top: 60px;
    padding-top: 40px
  }
}

.section-alt .section__group+.section__group--primary {
  margin-top: 99px;
  padding-top: 60px
}

@media (max-width:767px) {
  .section-alt .section__group+.section__group--primary {
    margin-top: 60px;
    padding-top: 40px
  }

  .section-alt .section__group+.section__group--primary .grid__col+.grid__col {
    margin-top: 40px;
    border-top: 2px solid #a0df5c
  }
}

.section-alt .section__group+.section__group--yellow {
  border-color: #ffde3c;
  padding-top: 60px
}

@media (max-width:767px) {
  .section-alt .section__group+.section__group--yellow {
    padding-top: 40px
  }

  .section-alt .section__group+.section__group--yellow .grid__col+.grid__col {
    margin-top: 40px;
    border-top: 2px solid #ffde3c
  }
}

.section-alt .section__group+.section__group--blue {
  border-color: #aff0f5;
  margin-top: 125px;
  padding-top: 59px
}

@media (max-width:767px) {
  .section-alt .section__group+.section__group--blue {
    margin-top: 60px;
    padding-top: 40px
  }

  .section-alt .section__group+.section__group--blue .grid__col+.grid__col {
    margin-top: 40px;
    border-top: 2px solid #aff0f5
  }
}

.section-alt .section__group+.section__group--blue-alt {
  border-color: #0aafdc;
  margin-top: 83px;
  padding-top: 59px
}

@media (max-width:767px) {
  .section-alt .section__group+.section__group--blue-alt {
    margin-top: 60px;
    padding-top: 40px
  }

  .section-alt .section__group+.section__group--blue-alt .grid__col+.grid__col {
    margin-top: 40px;
    border-top: 2px solid #0aafdc
  }
}

.section-alt .section__aside-alt {}

@media (max-width:767px) {
  .section-alt .section__aside-alt {
    margin-top: 40px
  }
}

.section-alt .section__aside-alt .section__title {
  border-top: 2px solid #0aafdc;
  padding-top: 41px;
  margin: 0 0 45px;
  text-transform: uppercase;
  letter-spacing: .02em
}

@media (max-width:1023px) {
  .section-alt .section__aside-alt .section__title {
    padding-top: 31px;
    margin: 0 0 20px
  }
}

.section-alt .stick .stuck-container {
  position: fixed;
  top: 20px;
  right: 50%;
  width: 480px;
  max-width: 480px;
  margin-right: -810px
}

@media (max-width:1650px) {
  .section-alt .stick .stuck-container {
    max-width: 363px;
    margin-right: -585px
  }
}

@media (max-width:1199px) {
  .section-alt .stick .stuck-container {
    max-width: calc(33.33vw - 37px);
    margin-right: 0;
    right: 15px
  }
}

@media (max-width:1023px) {
  .section-alt .stick .stuck-container {
    max-width: calc(33.33vw - 30px)
  }
}

@media (max-width:767px) {
  .section-alt .stick .stuck-container {
    position: static !important;
    max-width: 100%;
    width: 100%
  }
}

.section-alt .bottom .stuck-container {
  position: absolute;
  top: auto;
  margin-right: 0;
  right: 46px;
  bottom: 23px;
  max-width: 480px
}

@media (max-width:1650px) {
  .section-alt .bottom .stuck-container {
    right: 20px;
    max-width: 363px
  }
}

@media (max-width:1199px) {
  .section-alt .bottom .stuck-container {
    max-width: calc(33.33vw - 37px)
  }
}

@media (max-width:1023px) {
  .section-alt .bottom .stuck-container {
    right: 15px;
    max-width: calc(33.33vw - 30px)
  }
}

@media (max-width:767px) {
  .section-alt .bottom .stuck-container {
    position: static !important;
    max-width: 100%;
    width: 100%
  }
}

.section-alt--size1 {
  padding: 96px 0 98px
}

.section-alt--size2 {
  padding: 96px 0 66px
}

.section-alt--size2 .section__title+.grid {
  margin-top: 29px
}

.section-alt--size3 {
  padding: 96px 0 199px
}

.section-alt--size3 .select {
  margin-top: 23px
}

.section-alt--size3 .articles {
  margin-top: 51px;
  padding-bottom: 0
}

@media (max-width:767px) {
  .section-alt--size3 .articles {
    margin-top: 40px
  }
}

.section-alt--size4 {
  padding: 127px 0 161px
}

.section-alt--size4 .articles {
  margin-top: 51px;
  padding-bottom: 0
}

@media (max-width:767px) {
  .section-alt--size4 .articles {
    margin-top: 40px
  }
}

.section-alt--size5 {
  padding: 89px 0 124px
}

.section-alt--size6 {
  padding: 108px 0 170px
}

.section-alt--size6 .section__group+.section__group {
  margin-top: 97px
}

@media (max-width:767px) {
  .section-alt--size6 .section__group+.section__group {
    margin-top: 60px
  }
}

.section-alt--size6 .section__actions {}

@media (max-width:767px) {
  .section-alt--size6 .section__actions {
    padding-top: 20px
  }
}

.section-alt--size7, .section-alt--size8 {
  padding: 108px 0 139px
}

.section-alt--size8 .articles-big {
  margin: 0
}

.section-alt--size8 .section__group+.section__group {
  margin-top: 78px;
  padding-top: 65px
}

.section-alt--size9 {
  padding: 111px 0 139px
}

.section-alt--size10 {
  padding: 106px 0 143px
}

.section-alt--size11, .section-alt--size12 {
  padding: 111px 0 143px
}

.section-alt--size12 .section__actions {}

.section-alt--size12 .section__actions+.section__aside-alt {
  margin-top: 53px
}

.section-alt--size13 {
  padding: 90px 0 129px
}

.section-alt--size13 .article-big {
  margin: 88px 0 0
}

@media (max-width:767px) {
  .section-alt--size13 .article-big {
    margin: 60px 0 0
  }
}

.section-alt--size13 .section__group+.section__group {
  margin-top: 78px
}

@media (max-width:767px) {
  .section-alt--size13 .section__group+.section__group {
    margin-top: 60px
  }
}

.section-alt--size14 {
  padding: 111px 0 128px
}

.section-alt--size14 .js-stuck-parent.bottom, .section-alt--size14 .js-stuck-parent.stick {}

.section-columns h6 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0;
  color: #0091c1
}

.section-columns p {
  letter-spacing: .01em
}

.section-columns p strong {
  display: block;
  font-weight: 500;
  color: #0091c1
}

.section-columns p+p {
  letter-spacing: -.01em
}

.section-default {
  margin: 50px 0
}

.section-default .section__content {
  margin-bottom: 40px
}

.section-default .section__content:last-child {
  margin-bottom: 0
}

.section-default .section__title {
  margin-bottom: 20px
}

.section-default .section__title:last-child {
  margin-bottom: 0
}

.section-default--404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 50px 0
}

.section-default--404 .section__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.section-default--404 .section__btn {
  margin-top: 20px
}

.section-events {
  padding: 100px 0
}

@media (max-width:1023px) {
  .section-events {
    padding: 50px 0
  }
}

.section-events h2 {
  color: #2a3a8e
}

.section-events .section__content>div {
  margin-bottom: 30px
}

.section-events .section__content>div:last-child {
  margin-bottom: 0
}

.section-feature {
  margin-top: 95px
}

.section-workshop {
  margin: 80px 0 10px
}

@media (max-width:1023px) {
  .section-workshop {
    margin: 50px 0 10px
  }
}

.section-workshop .section__head {
  color: #0aafdc;
  text-transform: uppercase;
  margin-bottom: 50px
}

@media (max-width:1023px) {
  .section-workshop .section__head {
    margin-bottom: 30px
  }
}

.section-workshop .section__head h2 {
  letter-spacing: .05em
}

.section-workshop .section__content {
  padding-bottom: 80px;
  border-bottom: 3px solid #0aafdc
}

.section {
  padding: 16px 0
}

.section .section__head {
  background: #0d1c4f;
  color: #0aafdc;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  padding: 36px 0
}

@media (max-width:1650px) {
  .section .section__head {
    padding: 25px 0 30px
  }
}

.section .section__head h2 {
  letter-spacing: .05em
}

.section .section__actions {
  margin: 20px 0 0
}

.section+.section {
  padding-top: 0
}

.section--blue {
  background: #016495
}

.section--size1 {
  padding: 38px 0 16px
}

.section--workshop .section__head {
  background: #fff;
  text-align: left
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select::-ms-expand {
  display: none
}

.select {
  position: relative
}

.select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 10px 6.5px 0;
  border-color: #0d1c4f transparent transparent;
  pointer-events: none
}

.select--size1 {
  max-width: calc(50% - 10px)
}

@media (max-width:1023px) {
  .select--size1 {
    max-width: 100%
  }
}

.shell {
  max-width: 1652px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%
}

@media (max-width:1650px) {
  .shell {
    max-width: 1200px
  }
}

@media (max-width:1199px) {
  .shell {
    padding: 0 15px
  }
}

.shell--fluid {
  max-width: none;
  padding: 0 30px
}

.shell--size1 {
  max-width: 1614px
}

@media (max-width:1650px) {
  .shell--size1 {
    max-width: 1200px
  }
}

@media (max-width:1199px) {
  .shell--size1 {
    padding: 0 15px
  }
}

.socials a {
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s
}

.socials a:hover {
  opacity: .7
}

.socials h6 {
  letter-spacing: .01em
}

.socials ul {
  list-style: none;
  margin: 22px 0 0
}

.socials ul li {
  display: inline-block
}

.socials ul li+li {
  margin-left: 26px
}

.updates {
  margin-right: -12px
}

@media (max-width:1650px) {
  .updates {
    margin-right: 0
  }
}

.updates .updates__actions {
  margin: 55px 0 0;
  padding-bottom: 15px;
  text-align: right;
  border-bottom: 2px solid #aff0f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: lighter;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:767px) {
  .updates .updates__actions {
    border: none;
    padding: 0
  }
}

.updates .updates__actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.updates .updates__actions a:first-child:not(:only-child) i {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.updates .updates__actions a:only-child {
  margin-left: auto
}

.update {
  border-radius: 6px;
  background: #aff0f5;
  color: #0d1c4f;
  line-height: 1.6;
  min-height: 400px;
  padding: 47px 40px 105px;
  position: relative
}

@media (max-width:1650px) {
  .update {
    min-height: 0;
    padding: 30px
  }
}

@media (max-width:767px) {
  .update {
    padding: 30px 15px
  }
}

.update h4 {
  color: #0291c1;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

@media (max-width:1650px) {
  .update h4 {
    font-size: 27px
  }
}

.update h4+p {
  margin: 20px 0 0
}

.event .update h4+.event__title, .update .event h4+.event__title, .update h4+h5 {
  margin: 9px 0 0
}

@media (max-width:1650px) {
  .event .update h4+.event__title, .update .event h4+.event__title, .update h4+h5 {
    margin: 5px 0 0
  }
}

@media (max-width:767px) {
  .event .update h4+.event__title, .update .event h4+.event__title, .update h4+h5 {
    margin: 0
  }
}

.event .update .event__title, .update .event .event__title, .update h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #0091c1
}

@media (max-width:1650px) {
  .event .update .event__title, .update .event .event__title, .update h5 {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .event .update .event__title, .update .event .event__title, .update h5 {
    font-size: 16px
  }
}

.event .update .event__title+p, .update .event .event__title+p, .update h5+p {
  margin: 20px 0 0
}

.update .btn, .update div.wpcf7 .wpcf7-submit, div.wpcf7 .update .wpcf7-submit {
  position: absolute;
  bottom: 40px;
  left: 40px
}

@media (max-width:1650px) {
  .update .btn, .update div.wpcf7 .wpcf7-submit, div.wpcf7 .update .wpcf7-submit {
    position: static;
    margin: 40px 0 0
  }
}

.update+.update {
  margin: 20px 0 0
}

@media (max-width:767px) {
  .update+.update {
    margin: 15px 0 0
  }
}

.update--size1 {
  min-height: 430px
}

@media (max-width:1650px) {
  .update--size1 {
    min-height: 0
  }
}

.update--size2 {
  min-height: 392px
}

@media (max-width:1650px) {
  .update--size2 {
    min-height: 0
  }
}

.widget-contact {
  letter-spacing: .01em
}

.widget-contact>p {
  margin: 0 0 20px
}

.widget-results-alt .widget__hint {
  margin: 0 0 15px;
  font-size: 20px;
  font-style: italic;
  letter-spacing: .01em
}

@media (max-width:1650px) {
  .widget-results-alt .widget__hint {
    font-size: 16px
  }
}

.widget-results-alt .widget__item {
  background: #ff853e;
  border-radius: 6px;
  color: #fff;
  padding: 39px 32px 49px
}

@media (max-width:1650px) {
  .widget-results-alt .widget__item {
    padding: 34px
  }
}

@media (max-width:767px) {
  .widget-results-alt .widget__item {
    padding: 20px 15px
  }
}

.widget-results-alt .widget__item h4 {
  font-size: 30px;
  line-height: 1.33;
  color: #ffde3c;
  margin: 0 0 13px
}

@media (max-width:1650px) {
  .widget-results-alt .widget__item h4 {
    font-size: 23px
  }
}

@media (max-width:767px) {
  .widget-results-alt .widget__item h4 {
    font-size: 20px
  }
}

.widget-results-alt .widget__item h4 a {
  text-decoration: none;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s
}

.widget-results-alt .widget__item h4 a:hover {
  opacity: .7
}

.widget-results-alt .widget__item p {
  letter-spacing: .01em;
  margin: 0 0 4px
}

.widget-results-alt .widget__item ul {
  list-style: none;
  letter-spacing: .01em
}

.widget-results-alt .widget__item ul strong {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .03em
}

.widget-results-alt .widget__item ul li {
  display: inline-block
}

@media (max-width:1023px) {
  .widget-results-alt .widget__item ul li {
    display: block
  }
}

.widget-results-alt .widget__item ul li+li {
  margin-left: 10px
}

@media (max-width:1023px) {
  .widget-results-alt .widget__item ul li+li {
    margin: 5px 0 0
  }
}

.widget-results-alt .widget__item+.widget__item {
  margin-top: 30px
}

@media (max-width:767px) {
  .widget-results-alt .widget__item+.widget__item {
    margin-top: 15px
  }
}

.widget-results {
  color: #146031
}

.widget-results .widget__content {
  font-size: 68px;
  line-height: 1.32
}

@media (max-width:1650px) {
  .widget-results .widget__content {
    font-size: 52px
  }
}

@media (max-width:1199px) {
  .widget-results .widget__content {
    font-size: 40px
  }
}

@media (max-width:1023px) {
  .widget-results .widget__content {
    font-size: 30px
  }

  .widget-results .widget__content br {
    display: none
  }
}

@media (max-width:767px) {
  .widget-results .widget__content {
    font-size: 20px
  }
}

.widget-results .widget__content p strong {
  color: #048c4b;
  font-weight: 700
}

.widget-results .widget__content p sub {
  font-size: 37px;
  position: relative;
  top: 7px;
  font-weight: 500
}

@media (max-width:1650px) {
  .widget-results .widget__content p sub {
    font-size: 28px
  }
}

@media (max-width:767px) {
  .widget-results .widget__content p sub {
    font-size: 17px;
    top: 0
  }
}

.widget-results .widget__media {
  padding-left: 41px;
  margin-top: -15px
}

@media (max-width:1650px) {
  .widget-results .widget__media {
    padding-left: 0
  }
}

@media (max-width:1023px) {
  .widget-results .widget__media img {
    max-width: 100%
  }
}

@media (max-width:767px) {
  .widget-results .widget__media {
    margin: 30px 0 0
  }
}

.widget-results .widget__media h4 {
  margin: 20px 0 0 38px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.006em
}

@media (max-width:1650px) {
  .widget-results .widget__media h4 {
    font-size: 26px
  }
}

@media (max-width:1023px) {
  .widget-results .widget__media h4 {
    margin-left: 0
  }
}

.widget-results .widget__media h4 sub {
  font-size: 20px;
  position: relative;
  top: 3px
}

.widget-results .widget__media .list-features {
  margin: 48px 0 40px;
  padding: 0 53px 0 14px
}

@media (max-width:1650px) {
  .widget-results .widget__media .list-features {
    margin: 36px -20px 30px;
    padding: 0
  }
}

.widget-results .widget__media .list-features+img {
  margin-left: 34px
}

@media (max-width:1023px) {
  .widget-results .widget__media .list-features+img {
    margin-left: 0
  }
}

.widget-secondary h4 {
  margin: 0 0 24px
}

.widget-secondary ul {
  list-style: none;
  letter-spacing: .01em;
  color: #146031
}

.widget-secondary ul strong {
  font-weight: 700
}

.widget-secondary ul a {
  text-decoration: underline
}

.widget-secondary ul a:hover {
  text-decoration: none
}

.widget-secondary .widget__body {
  padding-right: 50px
}

@media (max-width:1650px) {
  .widget-secondary .widget__body {
    padding-right: 10px
  }
}

@media (max-width:1023px) {
  .widget-secondary .widget__body {
    padding-right: 0;
    margin: 0 0 20px
  }
}

.widget-secondary .widget__aside {
  position: relative
}

@media (max-width:1650px) {
  .widget-secondary .widget__aside {
    padding-left: 10px
  }
}

@media (max-width:1023px) {
  .widget-secondary .widget__aside {
    padding-left: 0
  }
}

.widget-secondary .widget__aside:after {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -30px;
  left: -46px;
  width: 3px;
  background: #fff
}

@media (max-width:1650px) {
  .widget-secondary .widget__aside:after {
    left: -11px
  }
}

@media (max-width:1023px) {
  .widget-secondary .widget__aside:after {
    display: none
  }
}

.widget-secondary .widget__aside h4 {
  margin: 0 0 17px
}

.widget-secondary .widget__aside p {
  letter-spacing: .01em;
  margin: 0 -10px 29px 0;
  color: #146031
}

.widget-secondary--alt .widget__body {
  font-size: 46px;
  line-height: 1.13;
  letter-spacing: .01em;
  padding-right: 100px
}

@media (max-width:1650px) {
  .widget-secondary--alt .widget__body {
    font-size: 35px
  }
}

@media (max-width:1199px) {
  .widget-secondary--alt .widget__body {
    font-size: 30px;
    padding-right: 30px
  }
}

@media (max-width:1023px) {
  .widget-secondary--alt .widget__body {
    padding-right: 0
  }
}

@media (max-width:767px) {
  .widget-secondary--alt .widget__body {
    font-size: 20px
  }
}

.widget-secondary--alt .widget__aside {
  text-align: center;
  padding: 22px 5px 0 0
}

@media (max-width:1650px) {
  .widget-secondary--alt .widget__aside img {
    max-width: 80%
  }
}

@media (max-width:767px) {
  .widget-secondary--alt .widget__aside {
    padding: 0
  }
}

.widget-primary {
  position: relative
}

@media (max-width:1023px) {
  .widget-primary {
    padding-right: 150px
  }
}

@media (max-width:767px) {
  .widget-primary {
    padding: 0
  }
}

.event .widget-primary .event__title, .widget-primary .event .event__title, .widget-primary h4, .widget-primary h5 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -.006em
}

.event .widget-primary .event__title strong, .widget-primary .event .event__title strong, .widget-primary h4 strong, .widget-primary h5 strong {
  font-weight: 700
}

.event .widget-primary .event__title, .widget-primary .event .event__title, .widget-primary h5 {
  font-size: 28px
}

@media (max-width:1650px) {
  .event .widget-primary .event__title, .widget-primary .event .event__title, .widget-primary h4, .widget-primary h5 {
    font-size: 24px
  }

  .event .widget-primary .event__title, .widget-primary .event .event__title, .widget-primary h5 {
    font-size: 21px
  }
}

@media (max-width:1199px) {
  .event .widget-primary .event__title, .widget-primary .event .event__title, .widget-primary h4, .widget-primary h5 {
    font-size: 20px
  }

  .event .widget-primary .event__title, .widget-primary .event .event__title, .widget-primary h5 {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .event .widget-primary .event__title, .widget-primary .event .event__title, .widget-primary h4, .widget-primary h5 {
    font-size: 18px
  }

  .event .widget-primary .event__title, .widget-primary .event .event__title, .widget-primary h5 {
    font-size: 15px
  }
}

.widget-primary .widget__link {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:767px) {
  .widget-primary .widget__link {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 10px 0 0
  }
}

.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden
}

.wrapper-inner {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 534px
}

@media (max-width:1650px) {
  .wrapper-inner {
    margin-bottom: 438px
  }
}

@media (max-width:1199px) {
  .wrapper-inner {
    margin-bottom: 460px
  }
}

@media (max-width:1023px) {
  .wrapper-inner {
    margin-bottom: 525px
  }
}

@media (max-width:767px) {
  .wrapper-inner {
    margin-bottom: 0
  }
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
  border: none;
  border-radius: 0;
  height: 56px;
  background: #f4f4f4;
  color: #535765;
  padding: 0 20px;
  width: 100%
}

@media (max-width:767px) {
  .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    height: 45px
  }
}

.wpcf7-form .wpcf7-textarea {
  height: 200px;
  padding: 15px 20px
}

.wpcf7-form select {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-right: 0;
  background: #f4f4f4 url(../images/ico-dropdown.svg) no-repeat right 14px center/13px 9px;
  color: #535765;
  height: 56px;
  padding: 0 20px
}

.wpcf7-form select::-ms-expand {
  display: none
}

div.wpcf7 .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

span.wpcf7-list-item {
  margin-left: 0
}

span.wpcf7-list-item input {
  width: 30px
}

.header__bar.color-scheme-blue-yellow {
  background: #174e85;
  color: #fff
}

.header__bar.color-scheme-blue-yellow strong {
  color: #f2c90c !important
}

.header__bar.color-scheme-blue-yellow .btn, .header__bar.color-scheme-blue-yellow div.wpcf7 .wpcf7-submit, div.wpcf7 .header__bar.color-scheme-blue-yellow .wpcf7-submit {
  background: #f2c90c
}

.header__bar.color-scheme-blue-yellow svg path {
  stroke: #174e85
}

.header__bar.color-scheme-purple-cyan {
  background: #610051;
  color: #fff
}

.header__bar.color-scheme-purple-cyan strong {
  color: #00b9ca !important
}

.header__bar.color-scheme-purple-cyan .btn, .header__bar.color-scheme-purple-cyan div.wpcf7 .wpcf7-submit, div.wpcf7 .header__bar.color-scheme-purple-cyan .wpcf7-submit {
  background: #00b9ca
}

.header__bar.color-scheme-purple-cyan svg path {
  stroke: #610051
}

.header__bar.color-scheme-dark-light-blue {
  background: #00609c;
  color: #fff
}

.header__bar.color-scheme-dark-light-blue strong {
  color: #00c1de !important
}

.header__bar.color-scheme-dark-light-blue .btn, .header__bar.color-scheme-dark-light-blue div.wpcf7 .wpcf7-submit, div.wpcf7 .header__bar.color-scheme-dark-light-blue .wpcf7-submit {
  background: #00c1de
}

.header__bar.color-scheme-dark-light-blue svg path {
  stroke: #00609c
}

.header__bar.color-scheme-orange-yellow {
  background: #f67d4b;
  color: #fff
}

.header__bar.color-scheme-orange-yellow strong {
  color: #ffc45c !important
}

.header__bar.color-scheme-orange-yellow .btn, .header__bar.color-scheme-orange-yellow div.wpcf7 .wpcf7-submit, div.wpcf7 .header__bar.color-scheme-orange-yellow .wpcf7-submit {
  background: #ffc45c
}

.header__bar.color-scheme-orange-yellow svg path {
  stroke: #f67d4b
}

.header__bar.color-scheme-red-orange {
  background: #ef4038;
  color: #fff
}

.header__bar.color-scheme-red-orange strong {
  color: #fff !important
}

.header__bar.color-scheme-red-orange .btn, .header__bar.color-scheme-red-orange div.wpcf7 .wpcf7-submit, div.wpcf7 .header__bar.color-scheme-red-orange .wpcf7-submit {
  background: #f47942
}

.header__bar.color-scheme-red-orange svg path {
  stroke: #ef4038
}

.header__bar.color-scheme-dark-light-green {
  background: #068b45;
  color: #fff
}

.header__bar.color-scheme-dark-light-green strong {
  color: #7db842 !important
}

.header__bar.color-scheme-dark-light-green .btn, .header__bar.color-scheme-dark-light-green div.wpcf7 .wpcf7-submit, div.wpcf7 .header__bar.color-scheme-dark-light-green .wpcf7-submit {
  background: #7db842
}

.header__bar.color-scheme-dark-light-green svg path {
  stroke: #068b45
}

.header__bar.color-scheme-light-dark-green {
  background: #d5e003;
  color: #005c31
}

.header__bar.color-scheme-light-dark-green strong {
  color: #005c31 !important
}

.header__bar.color-scheme-light-dark-green .btn, .header__bar.color-scheme-light-dark-green div.wpcf7 .wpcf7-submit, div.wpcf7 .header__bar.color-scheme-light-dark-green .wpcf7-submit {
  background: #005c31
}

.header__bar.color-scheme-light-dark-green svg path {
  stroke: #d5e003
}

.gform_wrapper .gform_body .gform_fields .gfield, .gform_wrapper .gform_body .gform_fields .gfield .gfield_description, .gform_wrapper .gform_body .gform_fields .gfield .gfield_label, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, .gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li label, .gform_wrapper.gform_wrapper, .gform_wrapper.gform_wrapper.gf_browser_ie .gform_footer input.button, .gform_wrapper.gform_wrapper .gform_body, .gform_wrapper.gform_wrapper .gform_footer, .gform_wrapper.gform_wrapper .gform_footer input.button, .gform_wrapper.gform_wrapper .gform_footer input[type=submit], .gform_wrapper.gform_wrapper .gform_heading, .gform_wrapper.gform_wrapper .gform_heading .gform_title, .gform_wrapper.gform_wrapper .gform_page_footer input.button, .gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0;
  margin: 0
}

.gform_wrapper .gform_footer {
  position: relative
}

.gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.gform_wrapper .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.gform_wrapper .gform_body .gform_fields .gfield, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border: 0;
  background-color: transparent
}

.gform_wrapper .gform_body .gform_fields .gfield--medium, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--medium.gfield_error {
  width: 50%;
  max-width: 50%
}

.gform_wrapper .gform_body .gform_fields .gfield--small, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--small.gfield_error {
  width: 33.33%;
  max-width: 33.33%
}

.gform_wrapper .gform_body .gform_fields .gfield--address, .gform_wrapper .gform_body .gform_fields .gfield--checkbox, .gform_wrapper .gform_body .gform_fields .gfield--consent, .gform_wrapper .gform_body .gform_fields .gfield--date, .gform_wrapper .gform_body .gform_fields .gfield--fileupload, .gform_wrapper .gform_body .gform_fields .gfield--html, .gform_wrapper .gform_body .gform_fields .gfield--large, .gform_wrapper .gform_body .gform_fields .gfield--name, .gform_wrapper .gform_body .gform_fields .gfield--radio, .gform_wrapper .gform_body .gform_fields .gfield--rangeslider, .gform_wrapper .gform_body .gform_fields .gfield--section, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--address.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--checkbox.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--consent.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--date.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--fileupload.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--html.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--large.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--name.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--radio.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--rangeslider.gfield_error, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--section.gfield_error {
  width: 100%;
  max-width: 100%
}

.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0
}

.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button, .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit], .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button, .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
  line-height: normal;
  min-height: 0;
  width: auto
}

.gform_wrapper .gform_body .gform_fields {
  margin: 0 -15px !important
}

.gform_wrapper .gform_body .gform_fields .gfield, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
  padding: 0 15px;
  margin-bottom: 20px !important
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid grey;
  border-radius: 0;
  font-weight: inherit
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 200px;
  resize: vertical;
  padding: 15px
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  padding: 0 15px
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple="multiple"] {
  padding: 15px
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input[type=checkbox], .gform_wrapper .gform_body .gform_fields ul.gfield_radio li input[type=radio] {
  display: none
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li label {
  position: relative;
  padding-left: 20px
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after, .gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
  width: 14px;
  height: 14px;
  border: 1px solid grey
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
  display: none
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked+label, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked+label {
  font-weight: 400
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked+label:after, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked+label:after {
  display: block
}

.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
  border-radius: 100%
}

.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after, .gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
  left: 2px;
  width: 10px;
  height: 10px;
  background: grey
}

.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
  border-radius: 100%
}

.ui-datepicker {
  display: none
}

.ui-datepicker select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 5px;
  border: 0;
  background: transparent
}

.ui-datepicker select::-ms-expand {
  display: none
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: relative;
  background: transparent
}

.ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent transparent
}

.ui-datepicker .ui-datepicker-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.ui-datepicker .ui-datepicker-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg)
}

.ui-datepicker .ui-datepicker-header {
  background: blue
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td, .ui-datepicker .ui-datepicker-calendar thead {
  background: #fff;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: blue;
  color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  background: gray !important;
  color: #fff !important
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border: 0;
  background: blue;
  color: #fff;
  margin: 0
}

.gform_wrapper.gform_wrapper div.validation_error, .gform_wrapper.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-color: red;
  background-color: transparent
}

.gform_wrapper.gform_wrapper .gfield_error .gfield_label, .gform_wrapper.gform_wrapper .gfield_required, .gform_wrapper.gform_wrapper .validation_message, .gform_wrapper.gform_wrapper div.validation_error, .gform_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper.gform_wrapper li.gfield_error ul.gfield_radio {
  color: red
}

.gform_wrapper.gform_wrapper div.validation_error {
  display: none
}

.gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center
}

@media (max-width:767px) {
  .gform_wrapper .gform_body .gform_fields .gfield, .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
    width: 100%
  }
}

.gradient-icon {
  margin-bottom: 1.5em
}

.gradient-icon img {
  max-height: 120px
}

.row {
  margin-bottom: 1.5em
}

.banner-image {
  position: relative;
  color: #fff;
  text-shadow: 1px solid #000;
  margin: 0 auto;
  width: 100%;
  max-height: 65vh;
  overflow: hidden
}

.banner-image .text-overlay {
  text-align: center
}

.banner-image .text-overlay p {
  font-size: 18px
}

.banner-image.darken .image:before, .banner-image.fade-to-bottom .image:before, .banner-image.fade-to-top .image:before, .banner-image.vignette .image:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ""
}

.banner-image.vignette .image:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDAgNTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6dXJsKCNTVkdJRF8xXyk7c3Ryb2tlOm5vbmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8cmFkaWFsR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBjeD0iMjUwIiBjeT0iMjUwIiByPSIzMjguMDA2MSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDUwMCkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjAiLz4KCTxzdG9wICBvZmZzZXQ9IjAuNjIiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjAuMzgiLz4KCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjAuNjIiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjUwMCIgaGVpZ2h0PSI1MDAiLz4KPC9zdmc+Cg==")
}

.banner-image.fade-to-bottom .image:before {
  background: transparent;
  background: -webkit-gradient(left top, left bottom, color-stop(0, transparent), color-stop(62%, rgba(0, 0, 0, .38)), color-stop(100%, rgba(31, 28, 27, .61)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .38) 62%, rgba(31, 28, 27, .61) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(62%, rgba(0, 0, 0, .38)), to(rgba(31, 28, 27, .61)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .38) 62%, rgba(31, 28, 27, .61))
}

.banner-image.fade-to-top .image:before {
  background: rgba(31, 28, 27, .61);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(31, 28, 27, .61)), color-stop(30%, rgba(0, 0, 0, .43)), color-stop(100%, transparent));
  background: -o-linear-gradient(top, rgba(31, 28, 27, .61) 0, rgba(0, 0, 0, .43) 30%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 28, 27, .61)), color-stop(30%, rgba(0, 0, 0, .43)), to(transparent));
  background: linear-gradient(180deg, rgba(31, 28, 27, .61) 0, rgba(0, 0, 0, .43) 30%, transparent)
}

.banner-image.darken .image:before {
  background-color: rgba(0, 0, 0, .4)
}

.banner-image .float {
  padding: 0 10px;
  max-width: 57.5rem;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.banner-image .float.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .8)
}

.banner-image .float.text-shadow h1, .banner-image .float.text-shadow h2 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .8)
}

.banner-image .float>*:first-child {
  margin-top: 0
}

.banner-image .float>*:last-child {
  margin-bottom: 0
}

.banner-image.home .float {
  top: calc(50% + 75px)
}

.banner-image.header-page .float {
  top: calc(50% + 60px)
}

.banner-image.header-page .float h1 {
  margin-bottom: .2em
}

.banner-image.header-page .image {
  background-size: 100% auto
}

@media screen and (max-width:950px) {
  .banner-image.header-page .float {
    top: calc(50% + 25px);
    width: 100%
  }

  .banner-image.header-page div.image {
    background-size: cover;
    min-height: 280px
  }
}

.section-funding-summary .section__title {
  color: #999;
  font-size: 52px;
  text-transform: uppercase
}

.section-funding-summary .section__inner .opportunities.large-up-2 .opportunity {
  max-width: 375px
}

.section-funding-summary .section__inner .opportunity {
  max-width: 240px;
  margin: 1.5em auto;
  padding: 15px;
  background-color: #f3f3f3;
  font-size: 12px;
  line-height: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.section-funding-summary .section__inner .opportunity>img {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.section-funding-summary .section__inner .opportunity>.info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 10px;
  text-transform: uppercase
}

.section-funding-summary .section__inner .opportunity>.info>h3 {
  margin-bottom: .5em;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.section-funding-summary .section__inner .opportunity>.info>p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.section-funding-summary .section__inner .opportunity>.info>.cta-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.section-funding-summary .section__inner .opportunity>.info>*:last-child {
  marign-bottom: 0
}

.section-funding-summary .section__inner .opportunity>.info .btn, .section-funding-summary .section__inner .opportunity>.info div.wpcf7 .wpcf7-submit, div.wpcf7 .section-funding-summary .section__inner .opportunity>.info .wpcf7-submit {
  font-size: 12px;
  padding: 5px 15px
}
