/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #000080; }
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
a:hover, a[href^="tel"] {
    text-decoration: none; }
a:hover {
    color: #FF6700; }
h1 {
  font-size: 38px; }
h2 {
  font-size: 32px; }
h3 {
  font-size: 26px; }
h4 {
  font-size: 24px; }
h5 {
  font-size: 20px; }
h6 {
  font-size: 15px; }
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px; }
ul,
ol {
  margin-bottom: 20px; }
p {
  margin-bottom: 33px; }
html,
body {
  height: 100%; }
@media (max-width: 1399px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 22px; } }
@media (max-width: 767px) {
  body {
    font-size: 14px; }
  h1 {
    font-size: 26px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 14px; } }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .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: 768px) 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: 1024px) 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: 1200px) {
  .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; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1260px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto; }
.shell--fluid {
    max-width: none; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 25px 0;
  background-color: #000080;
  color: #fff; }
.header .logo {
    max-width: 137px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 137px;
            flex: 0 0 137px; }
.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.header .header__content .nav-access {
      margin-left: 40px; }
.header .header__content .btn:hover {
      background-color: #fff;
      color: #000080; }
@media (max-width: 767px) {
    .header {
      position: relative; }
      .header .header__inner {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .header .logo {
        max-width: 120px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .header .header__content {
        position: absolute;
        display: block;
        top: 100%;
        left: -0;
        right: 0;
        padding: 0 15px 15px;
        background-color: #000080;
        color: #fff;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        -o-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease; }
        .header .header__content .nav-access {
          margin-top: 15px; }
      .header.open .header__content {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transition-delay: .5s;
             -o-transition-delay: .5s;
                transition-delay: .5s; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  min-height: calc(100vh - 180px); }
@media all and (-ms-high-contrast: none) {
    .main {
      min-height: calc(100vh - 180px); } }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 30px 0; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  padding: 9px 24px;
  background-color: #FF6700;
  border: 0;
  border-radius: 6px;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease; }
.btn:hover {
    background-color: #000080;
    color: #fff; }
.btn--lg {
    padding: 15px 110px;
    font-size: 39px;
    border-radius: 25px; }
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0; }
.btn-menu {
    position: relative;
    display: none;
    width: 40px;
    height: 30px; }
.btn-menu span {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 5px;
      border-radius: 4px;
      background-color: #fff;
      -webkit-transform-origin: 0 center;
          -ms-transform-origin: 0 center;
              transform-origin: 0 center;
      -webkit-transition: -webkit-transform .2s .25s;
      transition: -webkit-transform .2s .25s;
      -o-transition: transform .2s .25s;
      transition: transform .2s .25s;
      transition: transform .2s .25s, -webkit-transform .2s .25s; }
.btn-menu span:nth-child(1) {
        top: 0; }
.btn-menu span:nth-child(2) {
        top: 12px; }
.btn-menu span:nth-child(3) {
        bottom: 0; }
.btn-menu.open span {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
.btn-menu.open span:nth-child(1) {
        -webkit-transition-delay: .1s;
             -o-transition-delay: .1s;
                transition-delay: .1s; }
.btn-menu.open span:nth-child(2) {
        -webkit-transition-delay: .2s;
             -o-transition-delay: .2s;
                transition-delay: .2s; }
.btn-menu.open span:nth-child(3) {
        -webkit-transition-delay: .3s;
             -o-transition-delay: .3s;
                transition-delay: .3s; }
.btn-menu.open .btn-close:before {
      -webkit-transform: scale(1) rotate(45deg);
          -ms-transform: scale(1) rotate(45deg);
              transform: scale(1) rotate(45deg);
      -webkit-transition-delay: .7s;
           -o-transition-delay: .7s;
              transition-delay: .7s; }
.btn-menu.open .btn-close:after {
      -webkit-transform: scale(1) rotate(-45deg);
          -ms-transform: scale(1) rotate(-45deg);
              transform: scale(1) rotate(-45deg);
      -webkit-transition-delay: .9s;
           -o-transition-delay: .9s;
              transition-delay: .9s; }
.btn-menu.open .btn-close:after, .btn-menu.open .btn-close:before {
      -webkit-transition-delay: .5s;
           -o-transition-delay: .5s;
              transition-delay: .5s; }
@media (max-width: 767px) {
      .btn-menu {
        display: block;
        width: 32px;
        height: 26px; }
        .btn-menu span {
          height: 4px; }
          .btn-menu span:nth-child(2) {
            top: 11px; } }
.btn-close:after, .btn-close:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .2s .25s;
    transition: -webkit-transform .2s .25s;
    -o-transition: transform .2s .25s;
    transition: transform .2s .25s;
    transition: transform .2s .25s, -webkit-transform .2s .25s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
.btn-close:before {
    -webkit-transform: scale(0) rotate(45deg);
        -ms-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg); }
.btn-close:after {
    -webkit-transform: scale(0) rotate(-45deg);
        -ms-transform: scale(0) rotate(-45deg);
            transform: scale(0) rotate(-45deg); }
@media (max-width: 767px) {
    .btn-close {
      height: 4px; }
      .btn-close:after, .btn-close:before {
        top: 11px; } }
@media (max-width: 1399px) {
    .btn {
      padding: 8px 20px;
      font-size: 20px; }
      .btn--lg {
        padding: 12px 60px;
        font-size: 26px; } }
@media (max-width: 767px) {
    .btn {
      font-size: 18px; } }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {
  display: block;
  width: 100%;
  height: 77px;
  padding: 10px 22px;
  font-family: "Arial", sans-serif;
  border: 1px solid #FF6700;
  border-radius: 16px;
  color: #FF6700;
  font-size: 20px; }
@media (max-width: 1399px) {
    .field {
      height: 60px; } }
@media (max-width: 767px) {
    .field {
      height: 40px;
      font-size: 18px;
      padding: 10px 16px; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__label {
  display: block;
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 21px;
  color: #FF6700; }
.form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center; }
.form .form__row .form__label {
    max-width: 213px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 213px;
            flex: 0 0 213px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.form .form__row .form__controls {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.form .form__row--help {
    padding-left: 213px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
.form .form__row--help a {
      display: inline-block;
      color: #3B3937; }
.form .form__row--help a:hover {
        color: #FF6700; }
.form .form__row + .form__row {
    margin-top: 33px; }
.form .form__actions {
  margin-top: 80px;
  text-align: center; }
.form .form__actions .btn {
    -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.25); }
@media (max-width: 1399px) {
  .form .form__row + .form__row {
    margin-top: 26px; }
  .form .form__actions {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .form .form__label {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
    font-size: 18px; }
  .form .form__row {
    display: block; }
    .form .form__row .form__controls {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .form .form__row--help {
      padding-left: 0; }
    .form .form__row + .form__row {
      margin-top: 20px; }
  .form .form__actions {
    padding-left: 0;
    margin-top: 30px; } }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
.list-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -31px -68px !important; }
.list-logos li {
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: 0 31px 68px; }
.list-logos li a {
      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;
      min-height: 195px;
      height: 195px;
      padding: 10px;
      background-color: #fff;
      -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.16);
      -webkit-transition: -webkit-box-shadow .3s ease;
      transition: -webkit-box-shadow .3s ease;
      -o-transition: box-shadow .3s ease;
      transition: box-shadow .3s ease;
      transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }
.list-logos li a:hover {
        -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.25);
                box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.25); }
@media (max-width: 1399px) {
    .list-logos {
      margin: 0 -10px -30px !important; }
      .list-logos li {
        padding: 0 10px 30px; }
        .list-logos li a {
          min-height: 180px; } }
@media (max-width: 767px) {
    .list-logos {
      margin: 0 -10px -20px; }
      .list-logos li {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0 10px 20px; }
        .list-logos li a {
          min-height: 160px; } }
.list-simple li {
  position: relative;
  padding-left: 25px; }
.list-simple li:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #FF6700;
    border-radius: 50%; }
.list-simple li + li {
    margin-top: -1px; }
@media (max-width: 767px) {
  .list-simple li {
    padding-left: 20px; }
    .list-simple li:before {
      top: 8px;
      width: 6px;
      height: 6px; } }
.list-questions li {
  padding: 32px 22px 32px 44px;
  -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.25);
  font-size: 30px;
  color: #DB5079; }
.list-questions li h2 {
    position: relative;
    margin-bottom: 33px;
    font-size: 30px;
    font-weight: 600;
    color: #000080; }
.list-questions li h2:before {
      content: '';
      position: absolute;
      top: 14px;
      left: -22px;
      width: 13px;
      height: 13px;
      background-color: #FF6700;
      border-radius: 50%; }
.list-questions li + li {
    margin-top: 36px; }
@media (max-width: 1399px) {
  .list-questions li {
    padding: 26px 22px 26px 44px;
    font-size: 24px; }
    .list-questions li h2 {
      margin-bottom: 16px;
      font-size: 26px; }
      .list-questions li h2:before {
        top: 10px; }
    .list-questions li + li {
      margin-top: 20px; } }
@media (max-width: 767px) {
  .list-questions li {
    padding: 18px 20px 18px 30px;
    font-size: 18px; }
    .list-questions li h2 {
      margin-bottom: 10px;
      font-size: 20px; }
      .list-questions li h2:before {
        top: 8px;
        left: -16px;
        width: 9px;
        height: 9px; }
    .list-questions li + li {
      margin-top: 20px; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  max-width: 137px;
  height: 35px;
  vertical-align: middle;
  font-size: 0; }
@media (max-width: 767px) {
    .logo {
      width: 120px;
      height: 30px; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.nav ul li {
    font-size: 23px; }
.nav ul li a {
      display: block;
      padding: 6px 27px; }
.nav ul li:first-child {
      border-left: 1px solid #fff; }
.nav ul li:last-child {
      border-right: 1px solid #fff; }
.nav ul li + li {
      border-left: 1px solid #fff; }
@media (max-width: 1399px) {
  .nav ul li {
    font-size: 20px; } }
@media (max-width: 767px) {
  .nav ul {
    display: block;
    text-align: right; }
    .nav ul li {
      font-size: 18px; }
      .nav ul li a {
        padding: 5px 0; }
      .nav ul li:first-child, .nav ul li:last-child {
        border: 0; }
      .nav ul li + li {
        border: 0;
        margin-top: 5px; } }
.nav-access ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 767px) {
  .nav-access ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 110px 0 50px; }
.section .section__head {
    margin-bottom: 76px;
    text-align: center; }
.section .section__entry {
    padding: 50px 20px 50px 38px;
    background-color: #fff;
    border: 1px solid #E2DCDC;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.16);
    font-size: 30px;
    line-height: 1.25; }
.section .section__entry:not(:last-child) {
      margin-bottom: 110px; }
.section .section__entry--orange {
      background-color: #FEFAF7;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
.section .section__entry p + ul {
      margin-top: -33px; }
.section .section__form {
    max-width: 775px;
    margin: 0 auto; }
@media (max-width: 1399px) {
    .section {
      padding: 60px 0; }
      .section .section__head {
        margin-bottom: 50px; }
      .section .section__entry {
        font-size: 24px; }
        .section .section__entry:not(:last-child) {
          margin-bottom: 60px; } }
@media (max-width: 767px) {
    .section {
      padding: 40px 0; }
      .section .section__head {
        margin-bottom: 40px; }
      .section .section__entry {
        padding: 40px 10px;
        font-size: 18px; }
        .section .section__entry:not(:last-child) {
          margin-bottom: 30px; } }
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  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;
  list-style-type: none; }
.copyright li {
    padding: 2px 11px; }
.copyright li a {
      display: block; }
.copyright li + li {
      border-left: 1px solid #000080; }
@media (max-width: 767px) {
    .copyright {
      display: block;
      text-align: center; }
      .copyright li a {
        display: inline-block; }
      .copyright li + li {
        border: 0;
        margin-top: 5px; } }
/* ------------------------------------------------------------ *\
	Screen
\* ------------------------------------------------------------ */
.screen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  -o-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease; }
.screen.active {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
