* {
  margin: 0;
  padding: 0;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  margin: 0;
  height: 100%; }

html {
  font: 300 21px/1.5625 "Frutiger LT", sans-serif;
  box-sizing: border-box;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    html {
      font-size: 24px; } }
  @media screen and (max-width: 1366px) and (min-width: 1025px) {
    html {
      font-size: 27px; } }
  @media screen and (min-width: 1367px) {
    html {
      font-size: 30px; } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  font-size: 12px;
  color: #10377a;
  max-width: 2600px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    body.is_overflow {
      overflow: hidden; } }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px; } }

#main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden; }

.container {
  width: 886px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 1024px) and (min-width: 481px) {
    .container {
      max-width: calc(100% - 48px); } }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: calc(100% - 64px); } }

article, aside, figure, footer, header, nav, section {
  display: block; }

button {
  background: rgba(255, 255, 255, 0);
  border: medium none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol {
  list-style-position: inside; }

strong, b {
  font-weight: 700; }

td {
  vertical-align: middle; }

table {
  border-spacing: 0; }

mark {
  background: none; }

ul {
  list-style: none; }

img {
  height: auto;
  display: block;
  max-width: 100%; }

a, input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), select, textarea, .button, .nav_icon, .show_box, .sw_prev,
.sw_next, .swiper-pagination-bullet, .selectric-items li, div.wpcf7 .ajax-loader, #menu, #menu .sub-menu {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a {
  color: #c82c00;
  outline: 0 none;
  text-decoration: none; }
  a:active {
    outline: 0 none;
    text-decoration: none; }
  @media screen and (min-width: 1025px) {
    a:hover {
      outline: 0 none;
      text-decoration: none; } }
  a > img {
    border: 0; }

input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), select, textarea {
  width: 100%;
  outline: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none; }
  input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-text-fill-color: #10377a !important;
    -webkit-box-shadow: 0 0 0 30px #fff inset !important; }

input[type="submit"],
input[type="button"] {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #10377a;
  opacity: 1; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #10377a;
  opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #10377a;
  opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #10377a;
  opacity: 1; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

::selection {
  color: #fff;
  background: #c82c00; }

::-moz-selection {
  color: #fff;
  background: #c82c00; }

html::-webkit-scrollbar {
  width: 6px; }
  @media screen and (min-width: 1025px) {
    html::-webkit-scrollbar {
      width: 10px; } }

::-webkit-scrollbar-thumb {
  background: #c82c00; }

::-webkit-scrollbar-track {
  background: #eaeaea; }

::-webkit-scrollbar-thumb:hover {
  background: #af2600; }

::-webkit-scrollbar-thumb:active {
  background: #af2600; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (min-width: 1025px) {
  .flex__rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .flex__mob, div.wpcf7 .inputs_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (min-width: 1025px) {
  .flex_start__rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .flex_start__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.flex_center, .graph__wind, .graph__nuclear, .graph__solar, .graph__other, .graph__zero_carbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

@media screen and (min-width: 1025px) {
  .flex_center__rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

@media screen and (min-width: 768px) {
  .flex_center__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

.flex_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(var(--grid-gap) / -2); }
  .flex_grid > * {
    margin: 0 calc(var(--grid-gap)/2); }

@media screen and (min-width: 1025px) {
  .flex_grid__rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(var(--grid-gap) / -2); }
    .flex_grid__rwd > * {
      margin: 0 calc(var(--grid-gap)/2); } }

@media screen and (min-width: 768px) {
  .flex_grid__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(var(--grid-gap) / -2); }
    .flex_grid__mob > * {
      margin: 0 calc(var(--grid-gap)/2); } }

[class*="flex_grid"] {
  --grid-gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: calc(var(--grid-gap) * -1); }
  [class*="flex_grid"]._nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  [class*="flex_grid"] > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: calc(var(--grid-gap)); }
    [class*="flex_grid"] > *._col_1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12 - var(--grid-gap));
      flex: 0 0 calc(100%/12 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*2 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*2 - var(--grid-gap));
      flex: 0 0 calc(100%/12*2 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*3 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3 - var(--grid-gap));
      flex: 0 0 calc(100%/12*3 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*4 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4 - var(--grid-gap));
      flex: 0 0 calc(100%/12*4 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*5 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*5 - var(--grid-gap));
      flex: 0 0 calc(100%/12*5 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*6 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6 - var(--grid-gap));
      flex: 0 0 calc(100%/12*6 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*7 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*7 - var(--grid-gap));
      flex: 0 0 calc(100%/12*7 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*8 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*8 - var(--grid-gap));
      flex: 0 0 calc(100%/12*8 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*9 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*9 - var(--grid-gap));
      flex: 0 0 calc(100%/12*9 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*10 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*10 - var(--grid-gap));
      flex: 0 0 calc(100%/12*10 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100%/12*11 - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*11 - var(--grid-gap));
      flex: 0 0 calc(100%/12*11 - var(--grid-gap)); }
    [class*="flex_grid"] > *._col_12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100% - var(--grid-gap));
      -moz-box-flex: 0;
      -ms-flex: 0 0 calc(100% - var(--grid-gap));
      flex: 0 0 calc(100% - var(--grid-gap)); }
    @media screen and (max-width: 1024px) {
      [class*="flex_grid"] > *.__rwd {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      [class*="flex_grid"] > *.__25_rwd {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(25% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gap));
        flex: 0 0 calc(25% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__33_rwd {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.333% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - var(--grid-gap));
        flex: 0 0 calc(33.333% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__50_rwd {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gap));
        flex: 0 0 calc(50% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__full_rwd {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gap));
        flex: 0 0 calc(100% - var(--grid-gap)); } }
    @media screen and (max-width: 767px) {
      [class*="flex_grid"] > *.__mob {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      [class*="flex_grid"] > *.__25_mob {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(25% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gap));
        flex: 0 0 calc(25% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__33_mob {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.333% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - var(--grid-gap));
        flex: 0 0 calc(33.333% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__50_mob {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gap));
        flex: 0 0 calc(50% - var(--grid-gap)); }
      [class*="flex_grid"] > *.__full_mob {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - var(--grid-gap));
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gap));
        flex: 0 0 calc(100% - var(--grid-gap)); } }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.last_no_spacing > *:last-child:not(.button):not(.full_frame) {
  margin-bottom: 0;
  padding-bottom: 0; }

@media screen and (min-width: 1025px) {
  .rwd_show {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .rwd_hide, .full_screen .bg_holder {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .mob_show {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .mob_hide {
    display: none !important; } }

.button {
  display: inline-block;
  vertical-align: middle;
  font: 700 14px/38px "Frutiger LT", sans-serif;
  color: #fff;
  padding: 0 30px;
  min-width: 140px;
  text-align: center;
  border-radius: 4px;
  background-color: #c82c00;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none; }
  .button:active {
    background-color: #a02300; }
  @media screen and (min-width: 1025px) {
    .button:hover {
      background-color: #a02300; } }
  .button[disabled], .button.is_disabled {
    pointer-events: none; }
  .button + .button {
    margin-left: 7px; }
  @media screen and (min-width: 768px) {
    .button {
      font-size: 16px;
      line-height: 55px;
      min-width: 152px; } }

.link, .content p a:not(.button), .content li a:not(.button), footer a {
  box-shadow: 0 1px; }
  .link:active, .content p a:active:not(.button), .content li a:active:not(.button), footer a:active {
    box-shadow: 0 0; }
  @media screen and (min-width: 1025px) {
    .link:hover, .content p a:hover:not(.button), .content li a:hover:not(.button), footer a:hover {
      box-shadow: 0 0; } }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }
  h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
    color: #c82c00; }
  @media screen and (min-width: 1025px) {
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #c82c00; } }

h1, .h1 {
  font-size: 33px;
  line-height: 1.21;
  font-weight: 700;
  color: #fe5716;
  padding-bottom: 28px; }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 50px;
      line-height: 1.32; } }

h2, .h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 42px;
      line-height: 1.142; } }
  h2 span, .h2 span {
    color: #fe5716; }
  h2 mark, .h2 mark {
    color: inherit; }
    @media screen and (max-width: 767px) {
      h2 mark, .h2 mark {
        font-size: 100px;
        line-height: 1;
        display: block;
        text-align: center;
        margin-bottom: 10px; } }
    @media screen and (max-width: 479px) {
      h2 mark, .h2 mark {
        font-size: 22vw; } }
    h2 mark span, .h2 mark span {
      color: #10377a; }

h3 {
  font-size: 18px;
  line-height: 1.39;
  font-weight: 300;
  padding-bottom: 19px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 28px;
      padding-bottom: 23px; } }
  h3.is_bigger {
    color: #2d2d2d; }
    @media screen and (min-width: 768px) {
      h3.is_bigger {
        font-size: 36px; } }

h4 {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #2d2d2d; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 24px; } }

h5, h6 {
  font-size: inherit;
  font-weight: 700; }

p {
  padding-bottom: 30px; }
  p.j_empty {
    line-height: 0; }
  p.full_frame {
    margin-bottom: 30px; }

small, sub {
  display: inline-block;
  vertical-align: baseline;
  font-size: 10px; }
  @media screen and (min-width: 768px) {
    small, sub {
      font-size: 12px; } }

figure a {
  display: block; }
  figure a:active {
    opacity: 0.75; }
  @media screen and (min-width: 1025px) {
    figure a:hover {
      opacity: 0.75; } }

figcaption {
  padding-top: 10px; }
  @media screen and (min-width: 1025px) {
    figcaption {
      padding-top: 15px; } }

blockquote {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #c82c00;
  padding: 16px 0 22px 23px;
  margin: 5px 0 25px;
  position: relative; }
  @media screen and (min-width: 768px) {
    blockquote {
      font-size: 24px; } }
  @media screen and (min-width: 1025px) {
    blockquote {
      padding-left: 30px; } }
  blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 7px;
    background: #c82c00; }
    @media screen and (min-width: 1025px) {
      blockquote:before {
        width: 9px; } }
  blockquote p {
    padding-bottom: 0; }

.content li:not(:last-child) {
  padding-bottom: 10px; }
.content ul:not(.blocks-gallery-grid), .content ol {
  padding-bottom: 20px; }
.content ul:not(.blocks-gallery-grid) li {
  padding-left: 18px;
  position: relative; }
  .content ul:not(.blocks-gallery-grid) li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #10377a;
    border-radius: 50%; }
.content img.alignnone {
  margin: 0 0 20px; }
.content img.aligncenter {
  margin: 0 auto 20px; }
.content img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }
.content img.alignright {
  float: right;
  margin: 0 0 20px 20px; }

[class^="i_"] {
  display: inline-block;
  vertical-align: middle; }

.shrs a {
  display: inline-block;
  vertical-align: middle;
  font-size: 100px;
  line-height: 1;
  color: #10377a;
  margin: 0 10px; }
  .shrs a:active {
    color: #c82c00; }
  @media screen and (min-width: 1025px) {
    .shrs a:hover {
      color: #c82c00; } }

.wp-block-video [poster] {
  object-fit: cover; }
.wp-block-video video {
  max-width: 100%; }

.full_frame,
.wp-block-embed__wrapper {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0; }
  .full_frame > iframe, .full_frame > object, .full_frame > embed,
  .wp-block-embed__wrapper > iframe,
  .wp-block-embed__wrapper > object,
  .wp-block-embed__wrapper > embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.nav_icon {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  height: 60px;
  width: 60px;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
  z-index: 10; }
  @media screen and (min-width: 1025px) {
    .nav_icon {
      display: none; } }
  .nav_icon i {
    top: 19px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 2px;
    background: #000;
    position: absolute;
    right: 15px;
    left: 15px;
    display: block;
    opacity: 1; }
    .nav_icon i:nth-child(2) {
      top: 29px; }
    .nav_icon i:nth-child(3) {
      top: 39px; }
  .nav_icon.is_active i {
    left: 14px;
    right: 14px; }
    .nav_icon.is_active i:nth-child(1) {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      top: 29px; }
    .nav_icon.is_active i:nth-child(2) {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      opacity: 0; }
    .nav_icon.is_active i:nth-child(3) {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 29px; }

.show_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 3; }
  .show_box.is_loading {
    opacity: 1;
    visibility: visible; }
  .show_box .loader {
    margin: 0 auto;
    width: 30px;
    position: relative; }
    .show_box .loader:before {
      content: '';
      display: block;
      padding-top: 100%; }
  .show_box .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto; }
  .show_box .path {
    stroke-width: 3;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-dasharray: 1,200;
    animation: dash 1.5s ease-in-out infinite, color 3s ease-in-out infinite;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 3s ease-in-out infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }
@keyframes color {
  100%, 0% {
    stroke: #c82c00; }
  40% {
    stroke: #c82c00; }
  66% {
    stroke: #c82c00; }
  80%, 90% {
    stroke: #c82c00; } }
.swiper-slide {
  box-sizing: border-box; }

.sw_controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  z-index: 1; }

.sw_prev,
.sw_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 50px;
  color: #fff;
  cursor: pointer; }
  .sw_prev.swiper-button-disabled,
  .sw_next.swiper-button-disabled {
    opacity: 0.4;
    cursor: default; }

.sw_prev {
  left: 0; }

.sw_next {
  right: 0; }

.sw_pagination {
  text-align: center;
  bottom: 0 !important; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #10377a;
  background-color: transparent; }
  .swiper-pagination-bullet:active {
    opacity: 1;
    border-color: #c82c00;
    background-color: #c82c00; }
  @media screen and (min-width: 1025px) {
    .swiper-pagination-bullet:hover {
      opacity: 1;
      border-color: #c82c00;
      background-color: #c82c00; } }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #c82c00;
    background-color: #c82c00; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 0 solid #c82c00;
  border-radius: 0;
  background: #f6f7fa;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .selectric {
      border-radius: 0 4px 4px 0; } }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 8px;
    font-size: 12px;
    line-height: 38px;
    color: rgba(16, 55, 122, 0.5);
    height: 38px;
    user-select: none; }
    @media screen and (min-width: 768px) {
      .selectric .label {
        height: 64px;
        font-size: 16px;
        line-height: 64px;
        margin: 0 42px 0 20px; } }
  .selectric .select_arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 41px;
    border-radius: 4px;
    background-color: #c82c00; }
    .selectric .select_arrow:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff; }
    @media screen and (max-width: 767px) {
      .selectric .select_arrow {
        display: none; } }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 8px 0;
  border: 2px solid #c82c00;
  z-index: -1; }
  @media screen and (min-width: 768px) {
    .selectric-items {
      padding: 19px 20px 9px; } }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
    scrollbar-width: none; }
    .selectric-items .selectric-scroll::-webkit-scrollbar {
      width: 0; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    font-size: 12px;
    line-height: 24px;
    min-height: 24px; }
    @media screen and (min-width: 768px) {
      .selectric-items ul, .selectric-items li {
        font-size: 16px; } }
  .selectric-items li {
    display: block;
    padding: 5px 0 6px;
    color: #10377a;
    cursor: pointer; }
    .selectric-items li:not(:last-child) {
      border-bottom: 1px solid rgba(16, 55, 122, 0.3); }
    .selectric-items li:active {
      color: #c82c00; }
    @media screen and (min-width: 1025px) {
      .selectric-items li:hover {
        color: #c82c00; } }
    .selectric-items li.selected, .selectric-items li.highlighted {
      font-weight: 700; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

div.wpcf7 {
  position: relative; }
  @media screen and (min-width: 768px) {
    div.wpcf7 .inputs_wrap > * {
      width: 48%; } }
  div.wpcf7 .wpcf7-form.sent .wpcf7-response-output, div.wpcf7 .wpcf7-form.failed .wpcf7-response-output, div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, div.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
    margin-top: 10px; }
  div.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    background-color: #80c684; }
  div.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
    background-color: #1091ae; }
  div.wpcf7 .wpcf7-form.failed .wpcf7-response-output, div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    background-color: #ff694e; }
  div.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative; }
    div.wpcf7 .wpcf7-form-control-wrap.is_active {
      box-shadow: 0 1px 3px #ff0; }
  div.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    font: 400 16px/40px "Frutiger LT", sans-serif;
    color: #ff694e;
    background: #fff;
    border-radius: 0;
    padding: 0 15px;
    border: 1px solid #ff694e;
    cursor: pointer; }
  div.wpcf7 .wpcf7-response-output {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font: 400 16px/1.4 "Frutiger LT", sans-serif;
    color: #fff;
    padding: 12px;
    border-radius: 0;
    text-align: center; }
  div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), div.wpcf7 textarea {
    display: block;
    height: 40px;
    font: 400 16px "Frutiger LT", sans-serif;
    color: #10377a;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #c82c00; }
    div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder, div.wpcf7 textarea::-webkit-input-placeholder {
      color: #10377a;
      opacity: 1; }
    div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):-moz-placeholder, div.wpcf7 textarea:-moz-placeholder {
      color: #10377a;
      opacity: 1; }
    div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"])::-moz-placeholder, div.wpcf7 textarea::-moz-placeholder {
      color: #10377a;
      opacity: 1; }
    div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder, div.wpcf7 textarea:-ms-input-placeholder {
      color: #10377a;
      opacity: 1; }
  div.wpcf7 textarea {
    height: 120px;
    resize: none;
    overflow: auto;
    padding: 15px; }
  div.wpcf7 button.button + input {
    display: none; }
  div.wpcf7 .ajax-loader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 100%;
    border: 2px solid #f1f1f1;
    border-top: 3px solid #c82c00;
    opacity: 0;
    visibility: hidden; }
    div.wpcf7 .ajax-loader.is-active {
      opacity: 1;
      visibility: visible; }
  div.wpcf7 .screen-reader-response {
    display: none; }

.wp-pagenavi {
  margin-top: 80px; }
  .wp-pagenavi > * {
    display: inline-block;
    font: 400 18px/36px "Frutiger LT", sans-serif;
    color: #acacac;
    background: transparent;
    border: 3px solid #acacac;
    width: 42px;
    margin: 0 5px;
    text-align: center; }
  .wp-pagenavi a:active {
    color: #fff;
    background: #c82c00;
    border-color: #c82c00; }
  @media screen and (min-width: 1025px) {
    .wp-pagenavi a:hover {
      color: #fff;
      background: #c82c00;
      border-color: #c82c00; } }
  .wp-pagenavi .current {
    color: #fff;
    background: #c82c00;
    border-color: #c82c00;
    cursor: default; }
  .wp-pagenavi .first, .wp-pagenavi .last {
    font-size: 14px; }

header {
  padding-top: 20px; }
  @media screen and (max-width: 1024px) {
    header {
      padding-bottom: 25px; } }
  @media screen and (min-width: 1025px) {
    header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 37px;
      pointer-events: none;
      z-index: 1; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) and (max-height: 773px) {
    header {
      padding-top: 30px; } }
  @media screen and (min-width: 1025px) {
      header .container {
        width: 100%;
        max-width: calc(100% - 148px); }
        .home header .container {
          text-align: right; }
        .results__slide__2 header .container {
          text-align: left; }
      header .logo {
        pointer-events: all; } }
  header .logo {
    display: inline-block; }
    header .logo img {
      width: 68px; }
      @media screen and (min-width: 768px) {
        header .logo img {
          width: 112px; } }

#menu li.menu-item-has-children {
  position: relative; }
  #menu li.menu-item-has-children:before {
    position: absolute;
    left: -25px;
    right: -155px;
    top: 0;
    height: 40px;
    z-index: -1;
    display: none; }
  #menu li.menu-item-has-children:active:before {
    display: block; }
  #menu li.menu-item-has-children:active > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  @media screen and (min-width: 1025px) {
    #menu li.menu-item-has-children:hover:before {
      display: block; }
    #menu li.menu-item-has-children:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
#menu .sub-menu {
  display: block;
  background: #fff;
  position: absolute;
  right: -130px;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  margin-top: 10px;
  z-index: 3; }
  #menu .sub-menu li {
    display: block;
    border-bottom: 1px solid #ccc; }
  #menu .sub-menu a {
    display: block;
    padding: 10px 15px; }
@media screen and (max-width: 1024px) {
  #menu {
    width: 50%;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0;
    border-top: 1px solid #c82c00;
    z-index: 2;
    -webkit-transform: translateX(101%);
    transform: translateX(101%); }
    #menu.is_open {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    #menu ul {
      margin: 0;
      background: #fff; }
    #menu li {
      display: block;
      line-height: 1.5;
      margin: 0;
      text-align: center;
      border-bottom: 1px solid #ccc; }
      #menu li.menu-item-has-children > a {
        border-bottom: 1px solid transparent; }
      #menu li.menu-item-has-children.active > a {
        border-bottom-color: #ccc; }
      #menu li.menu-item-has-children > a + span {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 40px;
        cursor: pointer;
        z-index: 2; }
        #menu li.menu-item-has-children > a + span:after, #menu li.menu-item-has-children > a + span:before {
          content: '';
          -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          top: 50%;
          left: 50%;
          background: #c82c00; }
        #menu li.menu-item-has-children > a + span:after {
          width: 20px;
          height: 2px; }
        #menu li.menu-item-has-children > a + span:before {
          width: 2px;
          height: 20px; }
        #menu li.menu-item-has-children > a + span.is_open:after {
          -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg); }
        #menu li.menu-item-has-children > a + span.is_open:before {
          -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg); }
      #menu li.menu-item-has-children.current-menu-item > a + span:after, #menu li.menu-item-has-children.current-menu-item > a + span:before {
        background: #fff; }
      #menu li.current-menu-item > a {
        color: #fff;
        background: #c82c00; }
    #menu a {
      display: block;
      padding: 10px 0 8px; }
      #menu a:active {
        color: #10377a; } }
    @media screen and (max-width: 1024px) and (min-width: 1025px) {
      #menu a:hover {
        color: #10377a; } }
@media screen and (max-width: 1024px) {
    #menu .sub-menu {
      display: none;
      position: static;
      -webkit-transition: none 0s ease 0s;
      transition: none 0s ease 0s;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      top: auto;
      left: auto;
      right: auto;
      padding: 0;
      margin: 0;
      box-shadow: none; }
      #menu .sub-menu li {
        margin: 0;
        background: #f8f8f8; }
        #menu .sub-menu li:last-of-type {
          border: none; }
      #menu .sub-menu a {
        padding: 10px 0 8px; } }
@media screen and (max-width: 767px) {
  #menu {
    width: 100%; } }

footer {
  color: #fff;
  padding: 7px 0;
  text-align: center;
  background-color: #10377a; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 18px 0 17px; } }
  footer a {
    color: #fff; }

.load_more_holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1; }

.loader_holder {
  height: 48px;
  position: relative;
  z-index: 0;
  pointer-events: none; }

.full_screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 113px); }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .full_screen {
      min-height: calc(100vh - 160px); } }
  @media screen and (max-width: 1024px) {
    .full_screen {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .results .full_screen {
        min-height: 100vh; }
      .home .full_screen {
        padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .full_screen.results__mob__1 {
      min-height: calc(100vh - 80px); } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .full_screen.results__mob__1 {
      min-height: calc(100vh - 100px); } }
  @media screen and (min-width: 1025px) {
    .full_screen {
      position: relative;
      min-height: 100vh; } }
  .full_screen.bg_to_left .bg_holder:after, .full_screen.bg_to_left .bg_holder:before {
    right: 16.54%; }
  .full_screen.bg_to_left .bg_holder:after {
    -webkit-clip-path: polygon(0 100%, 34.22% 100%, 100% 0);
    clip-path: polygon(0 100%, 34.22% 100%, 100% 0); }
  .full_screen.bg_to_left .bg_holder:before {
    -webkit-clip-path: polygon(0 0, 100% 100%, 34.22% 0);
    clip-path: polygon(0 0, 100% 100%, 34.22% 0); }
  .full_screen.bg_to_left .img_pentagon {
    -webkit-clip-path: polygon(29% 0, 100% 50%, 29% 100%, 0 100%, 0 0);
    clip-path: polygon(29% 0, 100% 50%, 29% 100%, 0 100%, 0 0); }
  @media screen and (max-width: 1429px) and (min-width: 1025px) {
    .full_screen.bg_to_left .text_holder {
      padding-right: calc((63.9% - 702px)/2); } }
  @media screen and (min-width: 1430px) {
    .full_screen.bg_to_left .text_holder {
      padding-right: 10.6%; } }
  .full_screen.bg_to_right .bg_holder {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .full_screen.bg_to_right .bg_holder:after, .full_screen.bg_to_right .bg_holder:before {
      left: 16.54%; }
    .full_screen.bg_to_right .bg_holder:after {
      -webkit-clip-path: polygon(65.78% 100%, 100% 100%, 0 0);
      clip-path: polygon(65.78% 100%, 100% 100%, 0 0); }
    .full_screen.bg_to_right .bg_holder:before {
      -webkit-clip-path: polygon(0 100%, 100% 0, 65.78% 0);
      clip-path: polygon(0 100%, 100% 0, 65.78% 0); }
  .full_screen.bg_to_right .img_pentagon {
    -webkit-clip-path: polygon(71% 0, 100% 0, 100% 100%, 71% 100%, 0 50%);
    clip-path: polygon(71% 0, 100% 0, 100% 100%, 71% 100%, 0 50%); }
  @media screen and (max-width: 1429px) and (min-width: 1025px) {
    .full_screen.bg_to_right .text_holder {
      padding-left: calc((63.9% - 702px)/2); } }
  @media screen and (min-width: 1430px) {
    .full_screen.bg_to_right .text_holder {
      padding-left: 10.6%; } }
  .full_screen .bg_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36.1%;
    max-width: 520px;
    position: relative; }
    .full_screen .bg_holder:after, .full_screen .bg_holder:before {
      content: '';
      width: 28.654%;
      height: 26.398%;
      position: absolute;
      background-color: #ff861d;
      z-index: -1; }
    .full_screen .bg_holder:after {
      bottom: 0; }
    .full_screen .bg_holder:before {
      top: 0; }
  @media screen and (min-width: 1025px) {
    .full_screen .text_holder {
      width: 63.9%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-top: 110px;
      padding-bottom: 110px; } }
  @media screen and (min-width: 1025px) {
    .full_screen .container {
      width: 702px; } }

.img_pentagon {
  width: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat; }
  .img_pentagon[data-img="1"] {
    background-image: url("../images/1.png"); }
  .img_pentagon[data-img="2"] {
    background-image: url("../images/2.png"); }
  .img_pentagon[data-img="3"] {
    background-image: url("../images/3.png"); }
  .img_pentagon[data-img="4"] {
    background-image: url("../images/4.png"); }
  .img_pentagon[data-img="5"] {
    background-image: url("../images/5.png"); }
  .img_pentagon[data-img="6"] {
    background-image: url("../images/6.png"); }
  .img_pentagon[data-img="7"] {
    background-image: url("../images/7.png"); }
  .img_pentagon[data-img="8"] {
    background-image: url("../images/8.png"); }
  .img_pentagon[data-img="9"] {
    background-image: url("../images/9.png"); }
  .img_pentagon[data-img="10"] {
    background-image: url("../images/10.png"); }

#date_data .button {
  margin-bottom: 25px; }

.selects_row {
  text-align: left;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .selects_row {
      margin-bottom: 40px; } }
  .selects_row__item.is_day {
    width: 23.946%; }
    @media screen and (min-width: 768px) {
      .selects_row__item.is_day {
        width: 21.51%; } }
  .selects_row__item.is_month {
    width: 40.495%; }
    @media screen and (min-width: 768px) {
      .selects_row__item.is_month {
        width: 47.865%; } }
  .selects_row__item.is_year {
    width: 32.047%; }
    @media screen and (min-width: 768px) {
      .selects_row__item.is_year {
        width: 21.51%; } }

.results__slider {
  height: 100vh; }
.results__slide {
  overflow-y: auto; }
  .results__slide::-webkit-scrollbar {
    width: 10px; }
  .results__slide::-webkit-scrollbar-thumb {
    background: #c82c00; }
  .results__slide::-webkit-scrollbar-track {
    background: #eaeaea; }
  .results__slide::-webkit-scrollbar-thumb:hover {
    background: #af2600; }
  .results__slide::-webkit-scrollbar-thumb:active {
    background: #af2600; }
  .results__slide:not(:last-child) {
    box-shadow: inset 0 -1px #c6c6c6; }
  @media screen and (min-width: 1025px) {
    .results__slide__1 h1 {
      font-size: 67px;
      line-height: 1.15; } }
  @media screen and (min-width: 1025px) {
    .results__slide__1 h2 {
      padding-bottom: 50px; } }
  @media screen and (min-width: 1025px) {
    .results__slide__2 h2:first-child {
      padding-bottom: 74px; } }
  @media screen and (min-width: 1025px) {
    .results__slide__2 h2:nth-child(2) {
      padding-bottom: 58px; } }
  @media screen and (min-width: 1025px) {
    .results__slide__3 .container {
      padding: 110px 0; } }
  .results__slide__3 h3.is_bigger {
    padding-bottom: 27px; }
    .results__slide__3 h3.is_bigger strong {
      display: block; }
.results__pagination {
  position: absolute;
  top: 17.6vh;
  left: 74px;
  z-index: 2; }
  @media screen and (max-width: 1299px) and (min-width: 1025px) {
    .results__pagination {
      left: 2%; } }
  .results__pagination .swiper-pagination-bullet {
    display: block;
    margin-bottom: 8px; }
.results__mob {
  padding-bottom: 50px; }
  .results__mob:not(:first-child) {
    padding-top: 50px; }
  .results__mob:not(:last-child) {
    box-shadow: inset 0 -1px #c6c6c6; }
  @media screen and (max-width: 767px) {
    .results__mob__1 h1 {
      font-size: 24px;
      max-width: 280px;
      margin: 0 auto; } }
  .results__mob__1 h2 {
    padding-bottom: 35px; }
  .results__mob__2 h2:first-child {
    padding-bottom: 30px; }
  .results__mob__2 h2:nth-child(2) {
    padding-bottom: 10px; }
  .results__mob__3 h3.is_bigger strong {
    display: block; }

.scroll_box span {
  color: #2d2d2d; }

.to_next_slide,
.to_next_screen {
  display: block;
  width: 42px;
  height: 38px;
  border-radius: 4px;
  margin: 0 auto 10px;
  background-color: #c82c00;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  position: relative; }
  .to_next_slide:active,
  .to_next_screen:active {
    background-color: #a02300; }
  @media screen and (min-width: 1025px) {
    .to_next_slide:hover,
    .to_next_screen:hover {
      background-color: #a02300; } }
  @media screen and (min-width: 768px) {
    .to_next_slide,
    .to_next_screen {
      width: 48px;
      height: 46px; } }
  .to_next_slide:before,
  .to_next_screen:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .to_next_slide:before,
      .to_next_screen:before {
        font-size: 17px; } }

.text_box {
  max-width: 516px;
  margin: 0 auto 30px;
  padding: 0 24px 30px;
  border-bottom: 3px solid #10377a;
  text-align: left;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .text_box {
      padding: 0 63px 38px 40px;
      border-bottom-width: 5px; } }
  .text_box:after, .text_box:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 30px;
    background-color: #10377a;
    border-radius: 16px 16px 0 0; }
    @media screen and (min-width: 1025px) {
      .text_box:after, .text_box:before {
        width: 5px; } }
  .text_box:after {
    right: 0; }
  .text_box:before {
    left: 0; }
  .text_box__inner h3 {
    padding-bottom: 0; }
  .text_box > h3 {
    padding-bottom: 0;
    margin: 0 -24px 18px;
    text-transform: uppercase;
    position: relative; }
    @media screen and (min-width: 1025px) {
      .text_box > h3 {
        margin: 0 -63px 23px -40px; } }
    .text_box > h3:after, .text_box > h3:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -3px;
      background-color: #10377a; }
    .text_box > h3:after {
      width: 3px;
      height: 35px;
      border-radius: 0 0 16px 16px; }
      @media screen and (min-width: 1025px) {
        .text_box > h3:after {
          width: 5px; } }
    .text_box > h3:before {
      width: 47.4%;
      height: 3px;
      border-radius: 16px 0 0 16px; }
      @media screen and (min-width: 1025px) {
        .text_box > h3:before {
          height: 5px; } }
      @media screen and (max-width: 359px) {
        .text_box > h3:before {
          width: 40%; } }

.graph {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  padding: 6px 2px 2px 2px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .graph {
      height: 78px;
      padding: 21px 5px 7px 5px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .graph {
      font-size: 20px; } }
  @media screen and (min-width: 1025px) {
    .graph {
      font-size: 24px; } }
  .graph__wind {
    background-color: #88d910; }
    .graph__wind span.really_tiny {
      left: 4px; }
      @media screen and (min-width: 768px) {
        .graph__wind span.really_tiny {
          left: 7px; } }
      .graph__wind span.really_tiny.add_space {
        left: 8px; }
        @media screen and (min-width: 768px) {
          .graph__wind span.really_tiny.add_space {
            left: 14px; } }
  .graph__nuclear {
    background-color: #1089ff; }
  .graph__solar {
    background-color: #ff861d; }
  .graph__other {
    background-color: #2d2d2d; }
  .graph__zero_carbon {
    background-color: #4f9e30; }
  .graph__wind, .graph__nuclear, .graph__solar, .graph__other, .graph__zero_carbon {
    width: var(--perc-width); }
    .graph__wind span, .graph__nuclear span, .graph__solar span, .graph__other span, .graph__zero_carbon span {
      position: relative;
      z-index: 1; }
      .graph__wind span.too_small, .graph__wind span.really_tiny, .graph__nuclear span.too_small, .graph__nuclear span.really_tiny, .graph__solar span.too_small, .graph__solar span.really_tiny, .graph__other span.too_small, .graph__other span.really_tiny, .graph__zero_carbon span.too_small, .graph__zero_carbon span.really_tiny {
        font-size: 75%; }
        @media screen and (min-width: 768px) {
          .graph__wind span.too_small, .graph__wind span.really_tiny, .graph__nuclear span.too_small, .graph__nuclear span.really_tiny, .graph__solar span.too_small, .graph__solar span.really_tiny, .graph__other span.too_small, .graph__other span.really_tiny, .graph__zero_carbon span.too_small, .graph__zero_carbon span.really_tiny {
            font-size: 65%; } }
      .graph__wind span.really_tiny, .graph__nuclear span.really_tiny, .graph__solar span.really_tiny, .graph__other span.really_tiny, .graph__zero_carbon span.really_tiny {
        top: -75%;
        color: #2d2d2d; }
  .graph__holder {
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .graph__holder + .graph__holder {
        padding-top: 15px; } }
  .graph__cells {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background-color: #2d2d2d;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .graph__cells {
        height: 5px; } }
    .graph__cells:after, .graph__cells:before {
      content: '';
      width: 2px;
      height: 31px;
      border-radius: 16px;
      background-color: #2d2d2d;
      position: absolute;
      bottom: -3px; }
      @media screen and (min-width: 768px) {
        .graph__cells:after, .graph__cells:before {
          width: 5px;
          height: 92px;
          bottom: -9px; } }
    .graph__cells:after {
      right: 0; }
    .graph__cells:before {
      left: 0; }
    .graph__cells i:nth-child(1) {
      left: 10%; }
    .graph__cells i:nth-child(2) {
      left: 20%; }
    .graph__cells i:nth-child(3) {
      left: 30%; }
    .graph__cells i:nth-child(4) {
      left: 40%; }
    .graph__cells i:nth-child(5) {
      left: 50%; }
    .graph__cells i:nth-child(6) {
      left: 60%; }
    .graph__cells i:nth-child(7) {
      left: 70%; }
    .graph__cells i:nth-child(8) {
      left: 80%; }
    .graph__cells i:nth-child(9) {
      left: 90%; }
    .graph__cells i {
      position: absolute;
      top: 100%;
      width: 2px;
      height: 3px;
      margin-left: -1px;
      background-color: #2d2d2d;
      border-radius: 0 0 16px 16px; }
      @media screen and (min-width: 768px) {
        .graph__cells i {
          width: 5px;
          height: 9px;
          margin-left: -2px; } }
    .graph__cells span {
      position: absolute;
      top: 100%;
      font-size: 10px;
      font-weight: 300;
      color: #727272;
      margin-top: 5px; }
      @media screen and (min-width: 768px) {
        .graph__cells span {
          font-size: 20px;
          margin-top: 8px; } }
      .graph__cells span:first-of-type {
        left: 0;
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%); }
      .graph__cells span:nth-of-type(2) {
        left: 50%;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%); }
      .graph__cells span:nth-of-type(3) {
        right: 0;
        -webkit-transform: translateX(45%);
        transform: translateX(45%); }
  .graph__title {
    display: inline-block;
    color: #2d2d2d;
    padding: 0 10px;
    border-radius: 2px;
    margin-bottom: 20px;
    border: 1px solid #2d2d2d; }
    @media screen and (min-width: 768px) {
      .graph__title {
        margin-bottom: 10px; } }
    @media screen and (max-width: 414px) {
      .graph__title {
        width: 100%; } }
  .graph__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 36px; }
    @media screen and (min-width: 768px) {
      .graph__indicators {
        padding-top: 70px; } }
    @media screen and (max-width: 767px) {
      .graph__indicators.is_multiple {
        max-width: 260px;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
  .graph__indicator {
    min-width: 75px;
    padding-left: 30px;
    margin-bottom: 13px;
    text-transform: uppercase;
    position: relative; }
    .graph__indicator:not(:last-child) {
      margin-right: 13px; }
      @media screen and (min-width: 768px) {
        .graph__indicator:not(:last-child) {
          margin-right: 35px; } }
    .graph__indicator.is_wind:before {
      background-color: #88d910; }
    .graph__indicator.is_nuclear:before {
      background-color: #1089ff; }
    .graph__indicator.is_solar:before {
      background-color: #ff861d; }
    .graph__indicator.is_other:before {
      background-color: #2d2d2d; }
    .graph__indicator.is_zero_carbon:before {
      background-color: #4f9e30; }
    .graph__indicator:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      width: 17px;
      height: 18px;
      border-radius: 2px; }
    .graph__indicator strong {
      color: #727272; }
      @media screen and (max-width: 767px) {
        .graph__indicator strong {
          font-size: 10px; } }
    .graph__indicator small {
      display: block;
      font-weight: 700;
      line-height: 1.2;
      color: #a1a1a1; }
      @media screen and (max-width: 767px) {
        .graph__indicator small {
          font-size: 8px; } }
      @media screen and (min-width: 768px) {
        .graph__indicator small {
          line-height: 1; } }

/*# sourceMappingURL=style.css.map */
