@charset "UTF-8";
/* line 1, ../scss/base/_reset.scss */
* {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  outline: 0;
  border: 0;
  color: inherit;
}

/* line 12, ../scss/base/_reset.scss */
img {
  vertical-align: middle;
}

/* line 16, ../scss/base/_reset.scss */
nav, footer, header, section, article {
  display: block;
}

@font-face {
  font-family: 'PermanentMarker';
  font-style: normal;
  font-weight: normal;
  src: url("webfonts/permanent-marker-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Permanent Marker Regular"), local("PermanentMarker-Regular"), url("webfonts/permanent-marker-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/permanent-marker-v9-latin-regular.woff2") format("woff2"), url("webfonts/permanent-marker-v9-latin-regular.woff") format("woff"), url("webfonts/permanent-marker-v9-latin-regular.ttf") format("truetype"), url("webfonts/permanent-marker-v9-latin-regular.svg#PermanentMarker") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url("webfonts/poppins-v9-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("webfonts/poppins-v9-latin-800.eot?#iefix") format("embedded-opentype"), url("webfonts/poppins-v9-latin-800.woff2") format("woff2"), url("webfonts/poppins-v9-latin-800.woff") format("woff"), url("webfonts/poppins-v9-latin-800.ttf") format("truetype"), url("webfonts/poppins-v9-latin-800.svg#Poppins") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: normal;
  src: url("webfonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("webfonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("webfonts/open-sans-v17-latin-regular.woff") format("woff"), url("webfonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("webfonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: bold;
  src: url("webfonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("webfonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("webfonts/open-sans-v17-latin-700.woff2") format("woff2"), url("webfonts/open-sans-v17-latin-700.woff") format("woff"), url("webfonts/open-sans-v17-latin-700.ttf") format("truetype"), url("webfonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* line 50, ../scss/base/_mixins.scss */
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

/* line 53, ../scss/base/_mixins.scss */
::-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* line 56, ../scss/base/_mixins.scss */
:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

/* line 59, ../scss/base/_mixins.scss */
input:-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* line 2, ../scss/base/_extends.scss */
.sidr-class-clear,
.clear {
  clear: both;
}

/* line 7, ../scss/base/_extends.scss */
.sidr-class-noheight,
.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
}

/* line 16, ../scss/base/_extends.scss */
.invisible {
  visibility: hidden;
}

/* line 20, ../scss/base/_extends.scss */
.sidr-class-offscreen,
.offscreen {
  position: absolute;
  left: -9999em;
}

/* line 127, ../scss/base/_extends.scss */
.breadcrumb li a, #meta_navigation li a,
#foot_navigation li a, #language_navigation li a, .pagelist .resultlist h3 a {
  text-decoration: none;
}
/* line 130, ../scss/base/_extends.scss */
.breadcrumb li a:focus, #meta_navigation li a:focus,
#foot_navigation li a:focus, #language_navigation li a:focus, .pagelist .resultlist h3 a:focus, .breadcrumb li a:hover, #meta_navigation li a:hover,
#foot_navigation li a:hover, #language_navigation li a:hover, .pagelist .resultlist h3 a:hover {
  text-decoration: underline;
}

/* line 136, ../scss/base/_extends.scss */
.page_home .rt_ext_inh, .page_home .pagelist, .page_body_faq .bg_wrapper {
  padding: 80px 0;
}
@media screen and (min-width: 750px) {
  /* line 136, ../scss/base/_extends.scss */
  .page_home .rt_ext_inh, .page_home .pagelist, .page_body_faq .bg_wrapper {
    padding: 120px 0;
  }
}

/* line 1, ../scss/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

/* line 5, ../scss/_global.scss */
body {
  font-family: "OpenSans", Arial, sans-serif;
  color: #012A81;
  font-size: 14px;
}

/* line 11, ../scss/_global.scss */
h2 {
  font-family: "Poppins", "Arial Black", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  /* line 11, ../scss/_global.scss */
  h2 {
    font-size: 40px;
  }
}
/* line 23, ../scss/_global.scss */
h2.subject {
  color: #006713;
}

/* line 28, ../scss/_global.scss */
h3 {
  font-size: 17px;
  padding: 20px 0 10px;
}

/* line 37, ../scss/_global.scss */
.topic {
  display: block;
  padding-bottom: 5px;
}
/* line 41, ../scss/_global.scss */
.topic .category {
  display: inline-block;
  background: #FFEC02;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}

/* line 51, ../scss/_global.scss */
.subject,
.richtext,
.extra_link {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  /* line 51, ../scss/_global.scss */
  .subject,
  .richtext,
  .extra_link {
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 550px);
  }
}

/* line 65, ../scss/_global.scss */
.richtext {
  font-size: 16px;
  line-height: 1.5em;
}
/* line 69, ../scss/_global.scss */
.richtext a {
  color: #3987ad;
  text-decoration: none;
}
/* line 73, ../scss/_global.scss */
.richtext a:hover, .richtext a:focus {
  color: #3987ad;
  text-decoration: underline;
}
/* line 80, ../scss/_global.scss */
.richtext p {
  margin-bottom: 20px;
}
/* line 83, ../scss/_global.scss */
.tsr .richtext p {
  margin-bottom: 0;
}
/* line 88, ../scss/_global.scss */
.richtext strong {
  font-size: 18px;
}
/* line 92, ../scss/_global.scss */
.richtext ul,
.richtext ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
/* line 97, ../scss/_global.scss */
.richtext ul li + li,
.richtext ul ul,
.richtext ul ol,
.richtext ol li + li,
.richtext ol ul,
.richtext ol ol {
  margin-top: 10px;
}
/* line 104, ../scss/_global.scss */
.richtext ul {
  padding-left: 0;
}
/* line 107, ../scss/_global.scss */
.richtext ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
}
/* line 112, ../scss/_global.scss */
.richtext ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -229px;
  width: 8px;
  height: 13px;
  left: 0;
  background-color: #006713;
  border-width: 5px 8px;
  border-color: #006713;
  border-style: solid;
  border-radius: 100%;
}
/* line 127, ../scss/_global.scss */
.richtext ol li {
  list-style-type: none;
  counter-increment: item;
  position: relative;
}
/* line 132, ../scss/_global.scss */
.richtext ol li:before {
  content: "(" counter(item) ")";
  display: inline-block;
  font-weight: bold;
  text-align: right;
  position: absolute;
  margin-left: -30px;
}
/* line 142, ../scss/_global.scss */
.richtext ol li li:before {
  content: counter(item,lower-latin) ")";
}

/* line 150, ../scss/_global.scss */
strong {
  font-weight: bold;
}

/* line 155, ../scss/_global.scss */
.img_container img {
  max-width: 100%;
}
/* line 159, ../scss/_global.scss */
.img_container.img_container_teaser {
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  /* line 159, ../scss/_global.scss */
  .img_container.img_container_teaser {
    margin-right: 40px;
    margin-bottom: 10px;
    float: left;
  }
}
/* line 169, ../scss/_global.scss */
.img_container.img_container_article {
  margin-bottom: 40px;
}

/* line 174, ../scss/_global.scss */
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 180, ../scss/_global.scss */
.video_container video,
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
/* line 190, ../scss/_global.scss */
.sixteen_ten .video_container {
  padding-bottom: 62.5%;
}
/* line 194, ../scss/_global.scss */
.four_three .video_container {
  padding-bottom: 75%;
}

/* line 199, ../scss/_global.scss */
span.hilight_search_result {
  background: yellow;
}

/* line 204, ../scss/_global.scss */
.extra_link a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  transition: all .15s;
  position: relative;
}
/* line 214, ../scss/_global.scss */
.page_home .pagelist .extra_link, .page_body_main_content .extra_link {
  padding-top: 20px;
}
/* line 218, ../scss/_global.scss */
.page_home .pagelist .extra_link a, .page_body_main_content .extra_link a {
  padding-left: 30px;
}
/* line 221, ../scss/_global.scss */
.page_home .pagelist .extra_link a:before, .page_body_main_content .extra_link a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -215px;
  width: 8px;
  height: 14px;
  background-color: #012A81;
  border-width: 5px 8px;
  border-color: #012A81;
  border-style: solid;
  border-radius: 100%;
  transition: all .15s;
}
/* line 235, ../scss/_global.scss */
.page_home .pagelist .extra_link a:hover:before, .page_home .pagelist .extra_link a:focus:before, .page_body_main_content .extra_link a:hover:before, .page_body_main_content .extra_link a:focus:before {
  background-color: #0d2454;
  border-color: #0d2454;
}
/* line 243, ../scss/_global.scss */
.page_home .rt_ext_inh .extra_link {
  text-align: center;
  padding-top: 20px;
}
/* line 247, ../scss/_global.scss */
.page_home .rt_ext_inh .extra_link a {
  background: #012A81;
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
}
/* line 253, ../scss/_global.scss */
.page_home .rt_ext_inh .extra_link a:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -215px;
  width: 8px;
  height: 14px;
  position: static;
  margin-left: 15px;
}
/* line 259, ../scss/_global.scss */
.page_home .rt_ext_inh .extra_link a:hover, .page_home .rt_ext_inh .extra_link a:focus {
  background: #0d2454;
}

/* line 267, ../scss/_global.scss */
p.abstract {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}

/* line 1, ../scss/_structure.scss */
.width_wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

@-ms-viewport {
  width: device-width;
}
/* line 13, ../scss/_structure.scss */
.subpage .page_body_main_content {
  padding-bottom: 70px;
}
@media screen and (min-width: 1100px) {
  /* line 13, ../scss/_structure.scss */
  .subpage .page_body_main_content {
    padding-bottom: 100px;
  }
}
/* line 20, ../scss/_structure.scss */
.subpage .page_body_main_content .co.first > .width_wrapper > .co_head .subject {
  font-size: 45px;
}

/* line 1, ../scss/_navigation.scss */
.breadcrumb {
  padding-bottom: 30px;
}
/* line 4, ../scss/_navigation.scss */
.breadcrumb ol {
  display: block;
}
/* line 8, ../scss/_navigation.scss */
.breadcrumb li {
  list-style-type: none;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  line-height: 30px;
  vertical-align: middle;
}
/* line 16, ../scss/_navigation.scss */
.breadcrumb li a {
  display: inline-block;
}
/* line 21, ../scss/_navigation.scss */
.breadcrumb li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -207px;
  width: 14px;
  height: 8px;
  transform: rotate(-90deg);
  top: 11px;
  left: 13px;
}
/* line 28, ../scss/_navigation.scss */
.breadcrumb li.item_1 {
  padding: 0;
}
/* line 31, ../scss/_navigation.scss */
.breadcrumb li.item_1:before {
  display: none;
}
/* line 35, ../scss/_navigation.scss */
.breadcrumb li.item_1 a {
  text-indent: -999em;
  overflow: hidden;
  width: 13px;
  height: 15px;
}
/* line 42, ../scss/_navigation.scss */
.breadcrumb li.item_1 a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -122px;
  width: 13px;
  height: 15px;
  transform: none;
  top: 7px;
}
/* line 50, ../scss/_navigation.scss */
.breadcrumb li:last-child {
  font-weight: normal;
  color: #012A81;
}

/* line 59, ../scss/_navigation.scss */
#meta_navigation li,
#foot_navigation li {
  display: inline-block;
}
/* line 62, ../scss/_navigation.scss */
#meta_navigation li a,
#foot_navigation li a {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-weight: bold;
  padding: 10px 25px 10px 15px;
  display: block;
}

/* line 76, ../scss/_navigation.scss */
#meta_navigation li a {
  font-size: 16px;
}
/* line 79, ../scss/_navigation.scss */
#meta_navigation li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -229px;
  width: 8px;
  height: 13px;
  top: 15px;
}
/* line 83, ../scss/_navigation.scss */
.subpage #meta_navigation li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -207px;
  width: 14px;
  height: 8px;
  transform: rotate(-90deg);
  top: 17px;
  left: -2px;
}
/* line 91, ../scss/_navigation.scss */
.subpage #meta_navigation li a {
  color: #0d2454;
}

/* line 98, ../scss/_navigation.scss */
#btn_donate {
  position: absolute;
  top: 80px;
  right: 15px;
  z-index: 2;
  background: #012A81;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 40px 10px 20px;
  display: block;
  border-radius: 25px;
  transition: all .15s;
}
@media screen and (min-width: 450px) {
  /* line 98, ../scss/_navigation.scss */
  #btn_donate {
    top: 20px;
    right: 100px;
  }
}
@media screen and (min-width: 1100px) {
  /* line 98, ../scss/_navigation.scss */
  #btn_donate {
    top: 40px;
    right: 180px;
  }
}
/* line 127, ../scss/_navigation.scss */
#btn_donate:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -215px;
  width: 8px;
  height: 14px;
  left: auto;
  right: 20px;
  top: 14px;
}
/* line 134, ../scss/_navigation.scss */
#btn_donate:hover, #btn_donate:focus {
  background: #0d2454;
}

/* line 140, ../scss/_navigation.scss */
#language_navigation {
  z-index: 100;
}
/* line 143, ../scss/_navigation.scss */
#language_navigation ul {
  background: #ecda00;
  border-radius: 25px;
  transition: all .15s;
}
/* line 149, ../scss/_navigation.scss */
#language_navigation li {
  display: none;
}
/* line 152, ../scss/_navigation.scss */
#language_navigation li.lang_active {
  display: block;
}
/* line 156, ../scss/_navigation.scss */
#language_navigation li a,
#language_navigation li span {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  padding: 10px 40px 10px 20px;
  display: block;
}
/* line 166, ../scss/_navigation.scss */
#language_navigation li span {
  background: #FFEC02;
  border-radius: 25px;
  position: relative;
}
/* line 171, ../scss/_navigation.scss */
#language_navigation li span:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -207px;
  width: 14px;
  height: 8px;
  left: auto;
  right: 20px;
  top: 18px;
}
/* line 185, ../scss/_navigation.scss */
#language_navigation ul:hover li {
  display: block;
}

/* line 193, ../scss/_navigation.scss */
#foot_navigation li a {
  font-size: 15px;
}
/* line 196, ../scss/_navigation.scss */
#foot_navigation li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -215px;
  width: 8px;
  height: 14px;
  top: 14px;
}

/* line 2, ../scss/_header.scss */
.header .width_wrapper {
  position: relative;
}
/* line 5, ../scss/_header.scss */
.subpage .header .width_wrapper {
  min-height: 230px;
}
/* line 10, ../scss/_header.scss */
.header #logo {
  width: 175px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px 30px rgba(255, 255, 255, 0.1);
}
/* line 22, ../scss/_header.scss */
.header #meta_navigation {
  display: none;
}
@media screen and (min-width: 1100px) {
  /* line 22, ../scss/_header.scss */
  .header #meta_navigation {
    display: block;
    position: absolute;
    right: 350px;
    top: 40px;
    z-index: 2;
  }
}
/* line 35, ../scss/_header.scss */
.header #language_navigation {
  display: none;
}
@media screen and (min-width: 1100px) {
  /* line 35, ../scss/_header.scss */
  .header #language_navigation {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 100;
  }
}

/* line 6, ../scss/_home.scss */
.page_home .pagelist {
  background-color: #FFEC02;
}
@media screen and (min-width: 750px) {
  /* line 6, ../scss/_home.scss */
  .page_home .pagelist {
    background: url(img/bg_pagelist.jpg);
    background-size: cover;
    background-position: right center;
  }
}
@media screen and (min-width: 1100px) {
  /* line 17, ../scss/_home.scss */
  .page_home .pagelist .resultlist {
    width: calc(100vw - 550px);
  }
  /* line 20, ../scss/_home.scss */
  .page_home .pagelist .resultlist .subject,
  .page_home .pagelist .resultlist .richtext,
  .page_home .pagelist .resultlist .extra_link {
    width: auto;
  }
}

/* line 2, ../scss/_faq.scss */
.page_body_faq .bg_wrapper {
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
/* line 10, ../scss/_faq.scss */
.page_body_faq .subject,
.page_body_faq .abstract {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}

/* line 2, ../scss/_stage.scss */
.page_head_stage .bg_wrapper {
  position: relative;
  padding: 200px 0 20vw;
  background-position: top center;
}
/* line 7, ../scss/_stage.scss */
.page_head_stage .bg_wrapper .stage_rights {
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 0 5px;
}
@media screen and (min-width: 1100px) {
  /* line 2, ../scss/_stage.scss */
  .page_head_stage .bg_wrapper {
    padding: 240px 0 20vw;
  }
}
/* line 19, ../scss/_stage.scss */
.page_head_stage .subject {
  font-family: "PermanentMarker", fantasy;
  font-weight: normal;
  max-width: 450px;
  color: #012A81;
  font-size: 40px;
  line-height: 1.2em;
}
@media screen and (min-width: 1100px) {
  /* line 19, ../scss/_stage.scss */
  .page_head_stage .subject {
    font-size: 50px;
  }
}
/* line 32, ../scss/_stage.scss */
.page_head_stage .richtext {
  font-weight: bold;
  max-width: 680px;
}
@media screen and (min-width: 1100px) {
  /* line 32, ../scss/_stage.scss */
  .page_head_stage .richtext {
    width: calc(100vw - 550px);
  }
}

/* line 1, ../scss/_footer.scss */
.footer {
  background: #012A81;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
/* line 64, ../scss/base/_mixins.scss */
.footer .width_wrapper:after {
  display: block;
  content: "";
  clear: both;
}
/* line 13, ../scss/_footer.scss */
.footer .social p {
  font-weight: bold;
  color: #FFEC02;
  font-size: 16px;
  padding: 20px 3px;
}
/* line 20, ../scss/_footer.scss */
.footer .social a {
  text-indent: 999em;
  overflow: hidden;
  display: inline-block;
  margin-left: 20px;
}
/* line 27, ../scss/_footer.scss */
.footer .social a.social_facebook {
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -242px;
  width: 50px;
  height: 50px;
}
/* line 31, ../scss/_footer.scss */
.footer .social a.social_twitter {
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -342px;
  width: 50px;
  height: 50px;
}
/* line 35, ../scss/_footer.scss */
.footer .social a.social_instagram {
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -292px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 750px) {
  /* line 41, ../scss/_footer.scss */
  .footer #foot_navigation {
    float: left;
  }
  /* line 45, ../scss/_footer.scss */
  .footer .social {
    float: right;
    text-align: right;
  }
  /* line 49, ../scss/_footer.scss */
  .footer .social p {
    padding: 3px;
    float: left;
    max-width: 250px;
  }
}

/* line 1, ../scss/_partners.scss */
.page_foot_about {
  padding-top: 60px;
}

/* line 5, ../scss/_partners.scss */
.page_foot_partners {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 9, ../scss/_partners.scss */
.page_foot_partners .co {
  margin-bottom: 20px;
}
/* line 13, ../scss/_partners.scss */
.page_foot_partners .width_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

@media screen and (min-width: 750px) {
  /* line 22, ../scss/_partners.scss */
  .page_foot_about {
    padding-top: 100px;
  }

  /* line 26, ../scss/_partners.scss */
  .page_foot_partners {
    padding-bottom: 100px;
  }
}
/* line 2, ../scss/functions/_forms.scss */
.wwe3tbl input[type="text"],
.wwe3tbl input[type="search"],
.wwe3tbl input[type="password"],
.wwe3tbl input[type="number"],
.wwe3tbl input[type="email"],
.wwe3tbl input[type="tel"],
.wwe3tbl input[type="date"],
.wwe3tbl select,
.wwe3tbl textarea {
  border: 1px solid #999;
  padding: 10px 12px;
  background-color: #fff;
  color: #012A81;
  display: block;
  width: 100%;
  box-shadow: inset -1px 2px 8px -1px rgba(170, 170, 170, 0.7);
  border-color: rgba(170, 170, 170, 0.7);
  border-radius: 5px;
}
/* line 28, ../scss/functions/_forms.scss */
.wwe3tbl input[type="number"]::-webkit-inner-spin-button,
.wwe3tbl input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 34, ../scss/functions/_forms.scss */
.wwe3tbl input[type="number"] {
  -moz-appearance: textfield;
}
/* line 38, ../scss/functions/_forms.scss */
.wwe3tbl option {
  padding: 2px 5px;
}
/* line 42, ../scss/functions/_forms.scss */
.wwe3tbl textarea {
  height: 200px;
  line-height: 25px;
}
/* line 47, ../scss/functions/_forms.scss */
.wwe3tbl .otd_label {
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 52, ../scss/functions/_forms.scss */
.wwe3tbl .otd_field {
  padding-bottom: 10px;
}
@media screen and (min-width: 750px) {
  /* line 52, ../scss/functions/_forms.scss */
  .wwe3tbl .otd_field {
    width: calc(100% - 220px);
    float: right;
  }
  /* line 59, ../scss/functions/_forms.scss */
  .wwe3tbl .otd_field .limit {
    padding: 5px 0 0 220px;
  }
}
/* line 65, ../scss/functions/_forms.scss */
.wwe3tbl .form_hidden {
  display: none;
}
/* line 69, ../scss/functions/_forms.scss */
.wwe3tbl .otr {
  clear: both;
  padding: 10px 0;
  max-width: 680px;
}
@media screen and (min-width: 750px) {
  /* line 75, ../scss/functions/_forms.scss */
  .wwe3tbl .th_label {
    width: 200px;
    float: left;
  }
}
/* line 81, ../scss/functions/_forms.scss */
.wwe3tbl .th_label.th_show_error {
  color: red;
  font-weight: bold;
}
/* line 88, ../scss/functions/_forms.scss */
.wwe3tbl input.label.size2 {
  width: 60px;
}
/* line 91, ../scss/functions/_forms.scss */
.wwe3tbl input.label.size4 {
  width: 100px;
}
/* line 64, ../scss/base/_mixins.scss */
.wwe3tbl .type_confirm_check:after,
.wwe3tbl .type_checkbox:after {
  display: block;
  content: "";
  clear: both;
}
/* line 100, ../scss/functions/_forms.scss */
.wwe3tbl .type_confirm_check input,
.wwe3tbl .type_checkbox input {
  float: left;
  margin-top: 3px;
}
/* line 105, ../scss/functions/_forms.scss */
.wwe3tbl .type_confirm_check input + label,
.wwe3tbl .type_checkbox input + label {
  float: right;
  width: calc(100% - 30px);
  padding: 0 20px 0 5px;
}
/* line 111, ../scss/functions/_forms.scss */
.wwe3tbl .type_confirm_check input + label a:hover,
.wwe3tbl .type_checkbox input + label a:hover {
  text-decoration: underline;
}
/* line 120, ../scss/functions/_forms.scss */
.wwe3tbl .type_check input + label,
.wwe3tbl .type_radio input + label {
  padding: 0 20px 0 5px;
  line-height: 27px;
}
/* line 126, ../scss/functions/_forms.scss */
.wwe3tbl .tr_title {
  padding-top: 20px;
  font-size: 20px;
}
/* line 131, ../scss/functions/_forms.scss */
.wwe3tbl .label_suffix {
  padding-left: 5px;
}
/* line 135, ../scss/functions/_forms.scss */
.wwe3tbl .label_prefix {
  padding-right: 5px;
}
/* line 139, ../scss/functions/_forms.scss */
.wwe3tbl .bottest {
  display: none;
}

/* line 146, ../scss/functions/_forms.scss */
.wwe_form_container .message {
  padding: 15px;
  margin-bottom: 20px;
}
/* line 150, ../scss/functions/_forms.scss */
.wwe_form_container .message p {
  margin-bottom: 0;
  color: #ed1b24;
  font-weight: bold;
}
/* line 157, ../scss/functions/_forms.scss */
.wwe_form_container .form_prologue {
  padding-bottom: 15px;
}
/* line 161, ../scss/functions/_forms.scss */
.wwe_form_container .button_container {
  padding-top: 20px;
}
/* line 165, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit {
  text-transform: uppercase;
  transition: all .15s;
  cursor: pointer;
  background: #012A81;
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/* line 175, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -215px;
  width: 8px;
  height: 14px;
  position: static;
  margin-left: 15px;
  vertical-align: middle;
}
/* line 182, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit:hover, .wwe_form_container .wwe_form_submit:focus {
  background: #0d2454;
}
/* line 192, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit.back:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -215px;
  width: 8px;
  height: 14px;
  position: static;
  margin-right: 15px;
  vertical-align: middle;
  transform: scaleX(-1);
}
/* line 200, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit.back:after {
  display: none;
}

/* line 209, ../scss/functions/_forms.scss */
.otr.floating_label {
  position: relative;
}
/* line 212, ../scss/functions/_forms.scss */
.otr.floating_label label {
  position: absolute;
  top: 12px;
  left: 21px;
  transition: all .15s;
  user-select: none;
  cursor: text;
}
/* line 223, ../scss/functions/_forms.scss */
.otr.floating_label input:focus + label,
.otr.floating_label textarea:focus + label,
.otr.floating_label input:invalid:not(.placeholder-shown) + label,
.otr.floating_label textarea:invalid:not(.placeholder-shown) + label,
.otr.floating_label input:valid:not(.placeholder-shown) + label,
.otr.floating_label textarea:valid:not(.placeholder-shown) + label {
  top: 0;
  font-size: 1.1rem;
  color: #84969a;
}
/* line 235, ../scss/functions/_forms.scss */
.otr.floating_label ::-webkit-input-placeholder {
  color: transparent;
}
/* line 236, ../scss/functions/_forms.scss */
.otr.floating_label ::-moz-placeholder {
  color: transparent;
}
/* line 237, ../scss/functions/_forms.scss */
.otr.floating_label :-ms-input-placeholder {
  color: transparent;
}
/* line 238, ../scss/functions/_forms.scss */
.otr.floating_label input:-moz-placeholder {
  color: transparent;
}
/* line 239, ../scss/functions/_forms.scss */
.otr.floating_label textarea:-moz-placeholder {
  color: transparent;
}

/* line 3, ../scss/functions/_pagelist.scss */
.pagelist li,
.resultlist li {
  list-style-type: none;
  padding: 20px 0;
}

/* line 10, ../scss/functions/_pagelist.scss */
.pagelist li {
  padding: 50px 0;
}
/* line 64, ../scss/base/_mixins.scss */
.pagelist li:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (min-width: 750px) {
  /* line 15, ../scss/functions/_pagelist.scss */
  .pagelist li > div {
    float: left;
    width: 50%;
  }
}
/* line 21, ../scss/functions/_pagelist.scss */
.subpage .pagelist li.first {
  padding-top: 0;
}
/* line 24, ../scss/functions/_pagelist.scss */
.subpage .pagelist li.first > div {
  float: none;
  width: 100%;
}

/* line 32, ../scss/functions/_pagelist.scss */
.browse_background {
  padding: 30px 0;
}

/* line 36, ../scss/functions/_pagelist.scss */
a.path {
  color: #3987ad;
  display: block;
  margin: 10px 0;
}

/* line 43, ../scss/functions/_pagelist.scss */
.browse_list li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
/* line 47, ../scss/functions/_pagelist.scss */
.browse_list li a,
.browse_list li span {
  display: inline-block;
  width: 35px;
  line-height: 30px;
  color: #3987ad;
  text-align: center;
  border: 1px solid #3987ad;
}
/* line 57, ../scss/functions/_pagelist.scss */
.browse_list li a:hover,
.browse_list li a:focus,
.browse_list li a:active,
.browse_list li span {
  background: #3987ad;
  color: #fff;
}

/* line 2, ../scss/functions/_accordion.scss */
.accordion_wrap {
  max-height: 0;
  overflow: hidden;
  transition: all .3s;
}

/* line 8, ../scss/functions/_accordion.scss */
.accordion_toggle {
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
/* line 15, ../scss/functions/_accordion.scss */
.accordion_toggle.accordion_open + .accordion_wrap {
  padding-bottom: 10px;
  max-height: 1000px;
}

/* line 23, ../scss/functions/_accordion.scss */
.page_home .rt_ext_inh {
  counter-reset: cnt;
}
/* line 27, ../scss/functions/_accordion.scss */
.page_home .accordion_wrap {
  padding-top: 10px;
  border-bottom: 1px solid #012A81;
  margin-bottom: 20px;
}
/* line 33, ../scss/functions/_accordion.scss */
.page_home .accordion_toggle {
  padding: 10px 60px 10px 30px;
  line-height: 1.5em;
  position: relative;
}
/* line 38, ../scss/functions/_accordion.scss */
.page_home .accordion_toggle:before {
  counter-increment: cnt;
  content: counter(cnt) ". ";
  color: #006713;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 8px;
}
/* line 49, ../scss/functions/_accordion.scss */
.page_home .accordion_toggle:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -215px;
  width: 8px;
  height: 14px;
  left: auto;
  right: 13px;
  top: 12px;
  transform: rotate(90deg);
  transition: all .15s;
  background-color: #012A81;
  border-width: 11px 14px;
  border-color: #012A81;
  border-style: solid;
  border-radius: 100%;
}
/* line 66, ../scss/functions/_accordion.scss */
.page_home .accordion_toggle.accordion_open:after {
  transform: rotate(270deg);
}

/* line 74, ../scss/functions/_accordion.scss */
.page_body_faq .accordion_toggle {
  background: #fff;
  line-height: 25px;
  padding: 10px 50px 10px 20px;
  border-radius: 23px;
  z-index: 2;
}
/* line 81, ../scss/functions/_accordion.scss */
.page_body_faq .accordion_toggle:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -207px;
  width: 14px;
  height: 8px;
  left: auto;
  right: 5px;
  top: 5px;
  transition: all .15s;
  background-color: #FFEC02;
  border-width: 14px 11px;
  border-color: #FFEC02;
  border-style: solid;
  border-radius: 100%;
}
/* line 97, ../scss/functions/_accordion.scss */
.page_body_faq .accordion_toggle.accordion_open:after {
  transform: rotate(180deg);
}
/* line 101, ../scss/functions/_accordion.scss */
.page_body_faq .accordion_toggle.accordion_open + .accordion_wrap {
  padding-top: 40px;
  padding-bottom: 20px;
}
/* line 108, ../scss/functions/_accordion.scss */
.page_body_faq .accordion_wrap {
  margin-bottom: 20px;
  padding: 0 20px;
  background: #fff;
  position: relative;
  top: -20px;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}

/* line 4, ../scss/functions/_sidr.scss */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-top: 60px;
  background: #fff;
  float: left;
}
/* line 19, ../scss/functions/_sidr.scss */
.sidr ul {
  display: block;
  margin: 30px 15px;
}
/* line 23, ../scss/functions/_sidr.scss */
.sidr ul li {
  display: block;
  margin: 0;
}
/* line 27, ../scss/functions/_sidr.scss */
.sidr ul li a,
.sidr ul li span {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 37, ../scss/functions/_sidr.scss */
.sidr ul > li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
/* line 40, ../scss/functions/_sidr.scss */
.sidr ul > li.last {
  border-bottom: 0;
}
/* line 44, ../scss/functions/_sidr.scss */
.sidr ul > li.lang_active {
  display: none;
}
/* line 50, ../scss/functions/_sidr.scss */
.sidr.left {
  left: -300px;
  right: auto;
}
/* line 55, ../scss/functions/_sidr.scss */
.sidr.right {
  left: auto;
  right: -300px;
}

/* line 61, ../scss/functions/_sidr.scss */
#menubutton {
  position: absolute;
  right: 20px;
  top: 27px;
  z-index: 1000000;
  width: 28px;
  height: 24px;
  text-indent: -200em;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
/* line 75, ../scss/functions/_sidr.scss */
#menubutton:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -183px;
  width: 28px;
  height: 24px;
}
/* line 78, ../scss/functions/_sidr.scss */
.sidr-open #menubutton:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -159px;
  width: 28px;
  height: 24px;
}
/* line 83, ../scss/functions/_sidr.scss */
.sidr-open #menubutton {
  position: fixed;
}
@media screen and (min-width: 1100px) {
  /* line 61, ../scss/functions/_sidr.scss */
  #menubutton {
    display: none;
  }
}

/* line 1, ../scss/functions/_cogroup.scss */
.cogroup {
  margin: 30px 0;
}
/* line 4, ../scss/functions/_cogroup.scss */
.cogroup.first {
  margin-top: 0;
}
/* line 8, ../scss/functions/_cogroup.scss */
.cogroup .group {
  max-width: 800px;
}
/* line 64, ../scss/base/_mixins.scss */
.cogroup .group:after {
  display: block;
  content: "";
  clear: both;
}
/* line 12, ../scss/functions/_cogroup.scss */
.cogroup .group .co {
  float: left;
}
@media screen and (min-width: 1100px) {
  /* line 8, ../scss/functions/_cogroup.scss */
  .cogroup .group {
    width: calc(100vw - 550px);
  }
}

@media screen {
  /* line 2, ../scss/functions/_cookienote.scss */
  .cookienote_banner {
    background-color: #FFEC02;
    color: #012A81;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000000;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
  /* line 13, ../scss/functions/_cookienote.scss */
  .cookienote_banner .width_wrapper {
    max-width: 950px;
    margin: 0 auto;
  }
  /* line 18, ../scss/functions/_cookienote.scss */
  .cookienote_banner a {
    text-decoration: underline;
    color: #012A81;
  }

  /* line 24, ../scss/functions/_cookienote.scss */
  .cookienote_confirm {
    background-color: #012A81;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: inherit;
    display: inline-block;
    height: auto;
    padding: 0.5em 1.5em;
    margin-top: 0.7em;
    vertical-align: middle;
  }
  /* line 37, ../scss/functions/_cookienote.scss */
  .cookienote_confirm:hover, .cookienote_confirm:focus, .cookienote_confirm:active {
    background-color: #0d2454;
  }

  /* line 44, ../scss/functions/_cookienote.scss */
  .cookienote_text {
    display: inline;
    vertical-align: middle;
  }

  /* line 49, ../scss/functions/_cookienote.scss */
  .cookienote_settings {
    display: inline-block;
    margin-left: 2em;
  }
}
/* line 57, ../scss/functions/_cookienote.scss */
.ia_placeholder input {
  position: absolute;
  left: -9999em;
}
/* line 61, ../scss/functions/_cookienote.scss */
.ia_placeholder input + label {
  padding-left: 35px;
  position: relative;
  display: block;
  line-height: 18px;
}
/* line 67, ../scss/functions/_cookienote.scss */
.ia_placeholder input + label:before, .ia_placeholder input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #999;
  cursor: pointer;
}
/* line 80, ../scss/functions/_cookienote.scss */
.ia_placeholder input + label:after {
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}
/* line 89, ../scss/functions/_cookienote.scss */
.ia_placeholder .placeholder_text_deactivate input + label:after {
  content: "✓";
  font-weight: bold;
}
/* line 95, ../scss/functions/_cookienote.scss */
.ia_placeholder .placeholder_text,
.ia_placeholder .placeholder_text_deactivate {
  padding: 10px 20px;
  background: #FFEC02;
}
/* line 100, ../scss/functions/_cookienote.scss */
.ia_placeholder .placeholder_text strong,
.ia_placeholder .placeholder_text_deactivate strong {
  display: block;
  margin-bottom: 3px;
}

/* line 1, ../scss/co/_calltoaction.scss */
.calltoaction {
  background: #05a64a;
  color: #fff;
}
/* line 5, ../scss/co/_calltoaction.scss */
.subpage .calltoaction {
  box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.2);
}
/* line 9, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper {
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 750px) {
  /* line 9, ../scss/co/_calltoaction.scss */
  .calltoaction .width_wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: stretch;
    text-align: left;
  }
  /* line 20, ../scss/co/_calltoaction.scss */
  .calltoaction .width_wrapper > div {
    width: 33.333%;
  }
}
/* line 25, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper > div {
  padding: 35px 25px 40px;
}
@media screen and (min-width: 1100px) {
  /* line 25, ../scss/co/_calltoaction.scss */
  .calltoaction .width_wrapper > div {
    width: 30%;
    max-width: 300px;
  }
}
/* line 33, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper > div.cta_donate, .calltoaction .width_wrapper > div.cta_sign {
  background: -moz-linear-gradient(left, transparent 0%, rgba(4, 149, 66, 0.65) 100%);
  background: -webkit-linear-gradient(left, transparent 0%, rgba(4, 149, 66, 0.65) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(4, 149, 66, 0.65) 100%);
}
@media screen and (min-width: 750px) {
  /* line 33, ../scss/co/_calltoaction.scss */
  .calltoaction .width_wrapper > div.cta_donate, .calltoaction .width_wrapper > div.cta_sign {
    background: -moz-linear-gradient(top, transparent 0%, rgba(4, 149, 66, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(4, 149, 66, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(4, 149, 66, 0.65) 100%);
  }
}
/* line 46, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper > div h3 {
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0;
}
@media screen and (min-width: 750px) {
  /* line 46, ../scss/co/_calltoaction.scss */
  .calltoaction .width_wrapper > div h3 {
    height: 54px;
  }
}
@media screen and (min-width: 750px) {
  /* line 56, ../scss/co/_calltoaction.scss */
  .calltoaction .width_wrapper > div.cta_donate, .calltoaction .width_wrapper > div.cta_order {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end;
    align-items: flex-end;
  }
}
/* line 65, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper > div.cta_donate a, .calltoaction .width_wrapper > div.cta_order a {
  display: inline-block;
  background: #FFEC02;
  color: #012A81;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  font-size: 18px;
  min-height: 50px;
  padding: 12px 25px;
  position: relative;
}
/* line 79, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper > div.cta_donate a:after, .calltoaction .width_wrapper > div.cta_order a:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -207px;
  width: 14px;
  height: 8px;
  position: relative;
  transform: rotate(-90deg);
  margin-left: 10px;
  top: -2px;
}
/* line 89, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper > div.cta_sign {
  position: relative;
  display: none;
}
@media screen and (min-width: 1100px) {
  /* line 89, ../scss/co/_calltoaction.scss */
  .calltoaction .width_wrapper > div.cta_sign {
    display: block;
  }
}
/* line 97, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper > div.cta_sign h3 {
  position: absolute;
  bottom: 80px;
  max-width: 200px;
}
/* line 103, ../scss/co/_calltoaction.scss */
.calltoaction .width_wrapper > div.cta_sign:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px 0px;
  width: 155px;
  height: 122px;
  left: auto;
  top: auto;
  bottom: 30px;
  right: 20px;
}
/* line 115, ../scss/co/_calltoaction.scss */
.calltoaction .cta_share h2 {
  font-size: 35px;
  margin: 0 0 10px;
}
/* line 121, ../scss/co/_calltoaction.scss */
.calltoaction .cta_share ul li {
  display: inline-block;
}
/* line 126, ../scss/co/_calltoaction.scss */
.calltoaction .cta_share a {
  text-indent: 999em;
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
/* line 134, ../scss/co/_calltoaction.scss */
.calltoaction .cta_share a.share_facebook {
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -242px;
  width: 50px;
  height: 50px;
}
/* line 138, ../scss/co/_calltoaction.scss */
.calltoaction .cta_share a.share_twitter {
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -342px;
  width: 50px;
  height: 50px;
}
/* line 142, ../scss/co/_calltoaction.scss */
.calltoaction .cta_share a.share_whatsapp {
  background-image: url(img/svg-sprite.svg?1580813108);
  background-position: 0px -392px;
  width: 50px;
  height: 50px;
  display: none;
}
/* line 147, ../scss/co/_calltoaction.scss */
.ua-mobile .calltoaction .cta_share a.share_whatsapp {
  display: inline-block;
}

/* line 3, ../scss/co/_raw_content.scss */
.raw_content .width_wrapper,
.eci_widget .width_wrapper {
  padding: 0;
}
@media screen and (min-width: 1100px) {
  /* line 3, ../scss/co/_raw_content.scss */
  .raw_content .width_wrapper,
  .eci_widget .width_wrapper {
    position: static;
  }
}

/* line 14, ../scss/co/_raw_content.scss */
#policat_iframe_no_0,
#openeci_frame {
  display: block;
  max-width: 100% !important;
}
@media screen and (max-width: 1100px) {
  /* line 14, ../scss/co/_raw_content.scss */
  #policat_iframe_no_0,
  #openeci_frame {
    position: static !important;
  }
}
@media screen and (min-width: 1100px) {
  /* line 14, ../scss/co/_raw_content.scss */
  #policat_iframe_no_0,
  #openeci_frame {
    max-width: 500px !important;
    position: absolute;
    top: 120px;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 99;
  }
}

/* line 37, ../scss/co/_raw_content.scss */
#openeci_frame {
  background: #fff;
}

@media screen and (max-width: 1100px) {
  /* line 2, ../scss/co/_pagelist.scss */
  .pagelist .resultlist {
    max-width: 680px;
    margin: 0 auto;
  }
}
/* line 8, ../scss/co/_pagelist.scss */
.pagelist .resultlist li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
/* line 11, ../scss/co/_pagelist.scss */
.subpage .pagelist .resultlist li.last {
  border-bottom: 0;
}
/* line 16, ../scss/co/_pagelist.scss */
.pagelist .resultlist h3 {
  padding: 0 0 15px;
  font-size: 21px;
}
@media screen and (min-width: 750px) {
  /* line 27, ../scss/co/_pagelist.scss */
  .pagelist .resultlist .img_container_teaser + .content_container .richtext {
    max-width: 400px;
  }
}
/* line 33, ../scss/co/_pagelist.scss */
.pagelist .resultlist .img_container_article + .content_container h3 {
  font-size: 25px;
}

/* line 2, ../scss/co/_intermediate.scss */
.form_intermediate .otd_label,
.form_intermediate .otd_field {
  padding: 0;
}
/* line 8, ../scss/co/_intermediate.scss */
.form_intermediate .intermediate_padding .otd_label,
.form_intermediate .intermediate_padding .otd_field {
  padding-bottom: 15px;
}
