/*
Theme Name: FlyingPigs IE
Theme URI: https://www.flyingpigs.es/themes/IE_theme
Author: FlyingPigs
Author URI: https://www.flyingpigs.es/
Description: Theme corporativo para el IE
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Flying Pigs
Text Domain: FlyingPigs
*/

body {
  font-family: "PT serif",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f6f6f7;
  color: #333333;
}

body.body--overflow-hidden {
  overflow: hidden;
}

main {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  padding-top: 56px;
  margin: 0;
  min-height: calc(100vh - 212px);
}

.container {
  max-width: 1682px;
  margin: 0 auto;
  padding: 0 70px;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .container {
    padding: 0 15px;
  }
}

.header--always-solid main {
  padding-top: 156px;
}
.header--always-sticky main {
  padding-top: 0;
}

@media(max-width: 1199px){
  main {
    min-height: calc(100vh - 197px);
  }
}

@media(max-width: 991px){
  main {
    padding-top: 0;
    min-height: calc(100vh - 157px);
  }

  .header--always-solid main {
    padding-top: 60px;
  }
}

@media(max-width: 767px){
  main {
    min-height: calc(100vh - 137px);
  }
}


a, a:focus, button, button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h3 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
}
@media(max-width: 599px) {
  .h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media(min-width: 1542px) {
  .h3 {
    font-size: 17px;
    line-height: 28px;
  }
}


/* ==================== HEADER ==================== */
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out 0s;
  z-index: 99;
}

.header__top {
  position: relative;
  height: 56px;
  padding: 0 70px;
  background-color: #00338d;
}

@media(max-width: 991px){
  .header__top {
    display: none;
  }
}

.header__top--left,
.header__top--right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

.header__top--left {
  justify-content: flex-start;
}

.header__top--right {
  justify-content: flex-end;
}

.header__top--left .widget-wrapper + .widget-wrapper,
.header__top--left .widget-wrapper + .lang-menu--wrapper {
  padding-left: 40px;
}
.header__top--right .widget-wrapper + .widget-wrapper,
.header__top--right .aux-menu--wrapper + .widget-wrapper {
  padding-right: 40px;
}

.header__main {
  position: relative;
  height: 130px;
  padding: 0 70px;
  background-color: transparent;
  transition: all 0.3s ease-out 0s;
}

.header--always-solid .header .header__main,
.header--solid .header__main {
  height: 100px;
  background-color: #FFFFFF;
}

@media(max-width: 991px){
  .header__main {
    height: 75px;
    padding: 0 30px;
  }

  .header--always-solid .header .header__main,
  .header--solid .header__main {
    height: 60px;
  }
}
@media(max-width: 767px){
  .header__main {
    padding: 0 15px;
  }
}

.header__top--inner,
.header__main--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 1542px;
  margin: 0 auto;
}

.header__main__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-left: auto;
}


/* ==================== HEADER OFFCANVAS ==================== */
.header__offcanvas--wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  max-width: 100vw;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.header__offcanvas--wrapper.header__offcanvas--expanded {
  width: calc(570px + 68px);
  padding-left: 68px;
  overflow: visible;
}

@media(max-width: 767px){
  .header__offcanvas--wrapper.header__offcanvas--expanded {
    width: calc(440px + 44px);
    padding-left: 44px;
    overflow: visible;
  }
}

.header__offcanvas {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  height: 100vh;
  max-width: 100%;
  width: 570px;
  z-index: 99;
}

@media(max-width: 767px){
  .header__offcanvas {
    width: 440px;
  }
  .lang-menu--wrapper {
    margin-bottom: 70px;
  }
}

.header__offcanvas__content {
  display: block;
  padding: 70px;
  max-height: 100vh;
  overflow: auto;
}

@media(max-width: 767px) {
  .header__offcanvas__content {
    padding: 30px;
  }
}

.header__offcanvas__content .main-cta--wrapper {
  display: none;
}

@media(max-width: 767px) {
  .header__offcanvas__content .main-cta--wrapper {
    display: block;
  }
}

.header__offcanvas__content .main-menu--wrapper {
  margin: 0 0 50px;
}

.header__offcanvas__content .social-icons-lists {
  margin: 0 0 40px;
}

.header__offcanvas__content .social-icons-lists > li {
  width: 20px;
  height: 20px;
}

.header__offcanvas__content .social-icons-lists > li > a span {
  font-size: 20px !important;
  line-height: 20px !important;
}

.header__offcanvas__content .social-icons-lists > li > a span::before {
  color: #333333;
}
.header__offcanvas__content .social-icons-lists > li > a:hover span::before {
  color: #333333;
}


.header__offcanvas__content .lang-menu {
  padding: 0;
}

.header__offcanvas__content .lang-menu > li {
  position: relative;
}

.header__offcanvas__content .lang-menu > li + li {
  margin-left: 25px;
}

.header__offcanvas__content .lang-menu > li + li::after {
  content: '';
  display: block;
  position: absolute;
  left: -13px;
  top: 50%;
  width: 1px;
  height: 10px;
  background-color: #333333;
  transform: translateY(-50%);
}

.header__offcanvas__content .lang-menu > li > a {
  font-size: 10px;
}


.header__offcanvas__open {
  display: none;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 20px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none !important;
  box-shadow: none;
  cursor: pointer;
}
.header__offcanvas__open span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  margin: 0 0 7px;
}

.header__offcanvas__open span:last-child {
  margin: 0;
}

.header--always-solid .header .header__offcanvas__open span,
.header--solid .header__offcanvas__open span {
  background-color: #333333;
}

@media(max-width: 991px){
  .header__offcanvas__open {
    display: block;
    right: 30px;
  }
}
@media(max-width: 767px){
  .header__offcanvas__open {
    right: 15px;
  }
}

.header__offcanvas__close {
  display: block;
  position: absolute;
  left: -68px;
  top: 0;
  width: 68px;
  height: 68px;
  background-color: #00338d;
  padding: 0;
  margin: 0;
  border: none;
  outline: none !important;
  box-shadow: none;
  cursor: pointer;
}

.header__offcanvas__close span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
}

.header__offcanvas__close span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__offcanvas__close span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media(max-width: 767px){
  .header__offcanvas__close {
    left: -44px;
    width: 44px;
    height: 44px;
  }
  .header__offcanvas__close span {
    width: 22px;
    height: 1px;
  }
}


/* ==================== HEADER MENUS ==================== */
.social-icons-lists,
.lang-menu,
.aux-menu,
.main-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.social-icons-lists > li,
.lang-menu > li,
.aux-menu > li,
.main-menu > li {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}


.social-icons-lists {
  padding: 0;
  padding-right: 40px;
}

.social-icons-lists > li {
  width: 15px;
  height: 15px;
  padding: 0 !important;
  margin: 0 !important;
}

.social-icons-lists > li + li {
  margin: 0 0 0 20px !important;
}

.social-icons-lists > li > a {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  font-size: 0;
  line-height: 0;
}

.social-icons-lists > li > a > span {
  display: block;
  position: relative;
  top: 0 !important;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 0 !important;
  margin: 0 !important;
  transition: transform 0.2s ease-out 0s;
}

.social-icons-lists > li > a > span::before {
  color: #FFFFFF;
}

.social-icons-lists > li > a:hover > span {
  transform: translateY(-3px);
}

.social-icons-lists > li > a:hover > span::before {
  color: #FFFFFF;
}


.lang-menu,
.aux-menu {

}

.lang-menu > li,
.aux-menu > li {

}

.lang-menu > li + li,
.aux-menu > li + li {
  margin: 0 0 0 24px;
}

.lang-menu > li > a,
.aux-menu > li > a {
  display: block;
  width: auto;
  height: auto;
  transition: all 0.3s ease-out 0s;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

.lang-menu > li > a:hover,
.lang-menu > li.wpml-ls-current-language > a,
.aux-menu > li > a:hover,
.aux-menu > li.current-menu-item > a {
  color: #809fb7;
}

@media(max-width: 991px){
  .lang-menu > li > a{
    color: #333333;
  }

  .lang-menu > li > a:hover,
  .lang-menu > li.wpml-ls-current-language > a {
    color: rgba(51, 51, 51, 0.7);
  }

  .aux-menu {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 30px;
    margin: -20px 0 50px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  }

  .aux-menu > li {
    display: block;
    width: 100%;
  }

  .aux-menu > li + li {
    margin: 0;
  }

  .aux-menu > li > a {
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #00338d;
  }
}


/* ==================== HEADER LOGO ==================== */
.main-logo--wrapper {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 72px;
}

.main-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.main-logo--image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  transition: all 0.3s ease-out 0s;
}

.main-logo--image.main-logo--negative {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.main-logo--image.main-logo--positive {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

@media(min-width: 992px){
  .header--always-solid .header .main-logo--image.main-logo--negative,
  .header--solid .main-logo--image.main-logo--negative,
  .submenu-open .main-logo--image.main-logo--negative {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  .header--always-solid .header .main-logo--image.main-logo--positive,
  .header--solid .main-logo--image.main-logo--positive,
  .submenu-open .main-logo--image.main-logo--positive {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}

@media(max-width: 1199px){
  .main-logo--image {
    max-height: 55px;
    width: auto;
  }
}
@media(max-width: 991px){
  .main-logo--image {
    max-height: 45px;
    width: auto;
  }

  .header--always-solid .header .main-logo--image.main-logo--negative,
  .header--solid .main-logo--image.main-logo--negative {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  .header--always-solid .header .main-logo--image.main-logo--positive,
  .header--solid .main-logo--image.main-logo--positive {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}


/* ==================== HEADER MAIN MENU ==================== */
@media(max-width: 991px){
  .header__main .main-menu {
    display: none !important;
  }
  .header__offcanvas .main-menu {
    display: block;
  }
}

.main-menu--wrapper {
  display: block;
  height: auto;
  width: auto;
}

@media(max-width: 991px){
  .main-menu--wrapper {
    max-height: 100%;
    overflow: auto;
  }
}

.main-menu--wrapper span.hover-bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #6FF4D4;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  transform: translateX(-50%);
}

.main-menu > li.menu-item > a {
  display: block;
  position: relative;
  width: auto;
  padding: 0 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 11px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
}

@media(min-width: 992px){
  .main-menu > li.current-menu-item > a::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: auto;
    bottom: -2px;
    left: 12px;
    right: 12px;
    background-color: #6FF4D4;
  }

  .header--always-solid .header .main-menu > li.menu-item > a,
  .header--solid .main-menu > li.menu-item > a,
  .submenu-open .main-menu > li.menu-item > a {
    color: #000000;
  }
}

@media(max-width: 991px){
  .main-menu > li.menu-item > a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 21px;
    color: #333333;
    padding: 25px 40px 25px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  }
  .main-menu > li.menu-item.current-menu-item > a {
    opacity: 0.5;
  }
  .main-menu > li.menu-item:first-child > a {
    padding-top: 0;
  }
  .main-menu > li.menu-item-has-children > a::after {
    content: '+';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 50%;
    padding: 0 0 1px 1px;
    transform: translateY(-50%);
  }
  .main-menu > li.menu-item:first-child > a::after {
    top: 5px;
    transform: none;
  }
}

.main-menu > li.menu-item > .sub-menu-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 160px 70px 30px;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: -1;
}

@media(max-width: 991px){
  .main-menu > li.menu-item > .sub-menu-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
  }
}

.main-menu > li.menu-item-has-children > .sub-menu-wrapper {
  display: none;
}

.main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  max-width: 1542px;
  margin: 0 auto;
}

.main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item {
  display: block;
  width: 30%;
  flex-basis: 30%;
  max-width: 30%;
  height: auto;
}

@media(max-width: 991px){
  .main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu {
    display: block;
    padding: 15px 0 40px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  }
  .main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding-left: 40px;
  }
}


.main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > a {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #333333;
}
@media(max-width: 991px){
  .main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #00338d;
    text-transform: uppercase;
    opacity: 0.8;
    transition: all 0.3s ease-out 0s;
  }
  .main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > a:hover {
    opacity: 1;
  }
}

.main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > .sub-menu-wrapper > .sub-menu {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px 0 30px;
}
@media(max-width: 991px){
  .main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > .sub-menu-wrapper > .sub-menu {
    display: none;
  }
}

.main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item {
  display: block;
  width: 100%;
  height: auto;
  list-style: none;
}

.main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > a {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #757575;
}

.main-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > .sub-menu-wrapper > .sub-menu > li.menu-item > a:hover {
  color: #0097dc;
}


/* ==================== HEADER MAIN CTA ==================== */
.main-cta--wrapper {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;
}

@media(max-width: 991px){
  .main-cta--wrapper {
    padding-right: 60px
  }
}
@media(max-width: 767px){
  .header__main .main-cta--wrapper {
    display: none;
  }
}

.main-cta--wrapper a {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  padding: 9px 23px;
  margin: 0;
  margin-left: 40px;
  border: 1px solid #FFFFFF;
  background-color: transparent;

  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 11px;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}

.main-cta--wrapper a::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transform: translateX(-50%);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}

.main-cta--wrapper a:hover {
  color: #333333;
}

.main-cta--wrapper a:hover::before {
  width: 101%;
}

.header--always-solid .header .main-cta--wrapper a,
.header--solid .main-cta--wrapper a {
  color: #333333;
  border-color: #333333;
}

.header--always-solid .header .main-cta--wrapper a::before,
.header--solid .main-cta--wrapper a::before {
  background-color: #00338d;
  border-color: #00338d;
}

.header--always-solid .header .main-cta--wrapper a:hover,
.header--solid .main-cta--wrapper a:hover {
  color: #FFFFFF;
}

.main-cta--wrapper a span {
  position: relative;
  z-index: 2;
}
@media(max-width: 991px){
  .main-cta--wrapper a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media(max-width: 767px){
  .main-cta--wrapper {
    padding: 0;
    margin: 0 0 50px;
  }

  .main-cta--wrapper a {
    display: block;
    color: #333333;
    border-color: #333333;
    margin: 0 0 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .main-cta--wrapper a::before {
    background-color: #00338d;
    border-color: #00338d;
  }

  .main-cta--wrapper a:hover {
    color: #FFFFFF;
  }
}


/* ==================== FOOTER ==================== */

.footer {
  background-color: #00338d;
  padding: 70px;
}

@media(max-width: 991px){
  .footer {
    padding: 50px 30px;
  }
}

@media(max-width: 600px){
  .footer {
    padding: 40px 15px;
  }
}


.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-width: 1542px;
  margin: 0 auto;
}

.footer__top__col1 {
  width: 50%;
  padding-left: 15px;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .footer__top__col1 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .footer__top__col1 {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }
}

.footer__top__col1 .col-lg-10 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%  ;
}

@media (max-width: 600px) {
  .footer__top .footer__top__col1 .fp_module {
    width: 100%;
    margin: 0;
  }
}

.footer__top .footer__top__col1 .fp_module:not(.fp_module--full-width)  .fp_module__content {
  padding: 0;
}

.footer__top__col1 p.fp_wysiwyg__content__title {
  font-size: 50px;
  line-height: 70px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .footer__top__col1 p.fp_wysiwyg__content__title {
    font-size: 35px;
    line-height: 45px;
  }
}

.footer__top__col1 p.fp_wysiwyg__content__title::after {
  content: none;
  display: none;
}

.footer__top .footer__top__col1 .fp_wysiwyg__content__module {
  color: #FFFFFF;
  margin-right: 0;
}

.footer__top .footer__top__col2 {
  width: 50%;
  padding-left: 140px;
  margin-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .footer__top .footer__top__col2 {
    width: 30%;
    align-items: flex-end;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .footer__top .footer__top__col2 {
    width: 100%;
    padding-left: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .footer__top .footer__top__col2 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .footer__top .footer__top__col2 .widget_text {
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .footer__top .footer-menu-rrss--wrapper {
    width: 50%;
  }
}

.footer__top .footer-menu-rrss {
  margin: 0 0 54px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
}
@media (max-width: 600px) {
  .footer__top .footer-menu-rrss {
    margin: auto;
  }
}

.footer__top .footer-menu-rrss li {
  list-style: none;
  overflow: hidden;
}

.footer__top .footer-menu-rrss li a {
  display: block;
  width: 54px;
  height: 54px;
  text-indent: -99999px;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFFFFF;
  border-radius: 27px;
}
.footer__top .footer-menu-rrss li a:hover {
  background-color: #6FF4D4;
}

.footer__top .footer-menu-rrss li.rrss-tw a {
  background-image: url(img/tw-transparent.svg);
}
.footer__top .footer-menu-rrss li.rrss-in a {
  background-image: url(img/in-transparent.svg);
}

@media (max-width: 600px) {
  .footer__top .footer-menu-contact--wrapper {
    width: 50%;
    text-align: center;
  }
}
.footer__top .footer-menu-contact {
  margin: 0 0 50px 0;
  padding: 0;
}
@media (max-width: 600px) {
  .footer__top .footer-menu-contact {
    display: inline-block;
    text-align: left;
  }
}
.footer__top .footer-menu-contact li {
  list-style: none;
}

.footer__top .footer-menu-contact li a {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
}

.footer__top .footer-menu-contact li a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  margin-left: 15px;
  transition: all .3s;
}

.footer__top .footer-menu-contact li a:hover {
  text-decoration: none;
}

.footer__top .footer-menu-contact li a:hover::after {
  margin-left: 30px;
}

.footer__top .footer__top__address {
  padding-left: 36px;
  background-image: url(img/location-white.svg);
  background-position: left;
  background-repeat: no-repeat;
  margin: 0;
}

.footer__top .footer__top__address p {
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
  margin: 0;
}

.footer__top .footer-menu--wrapper {
  width: 100%;
}

.footer__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  max-width: 1542px;
  margin: 0 auto;
}

.footer__bottom .footer-widgets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: auto;
  height: auto;
}
.footer__bottom .footer-widgets .widget-wrapper {
  margin: 0 40px 30px 0;
}

.footer__bottom .footer-widgets .widget-wrapper p,
.footer__bottom .footer-copy p {
  display: block;
  margin: 0;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  color: #FFFFFF;
  text-transform: none;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 30px;
}

.footer-menu > li {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.footer-menu > li + li {
  margin: 0 0 0 25px;
}

.footer-menu > li + li::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  top: 50%;
  left: -13px;
  background-color: #FFFFFF;
  transform: translateY(-50%);
}

.footer-menu > li > a {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  transition: all 0.3s ease-out 0s;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
}

.footer-menu > li > a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 0;
  background-color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
  transform: translateX(-50%);
}

.footer-menu > li > a:hover::after {
  width: 100%;
}

.footer-social {
  display: inline-block;
  width: auto;
}

.footer-widgets .social-icons-lists > li {
  height: 24px;
  width: 24px;
}
.footer-widgets .social-icons-lists > li > a > span {
  line-height: 24px;
  font-size: 24px !important;
}

.footer-logo--wrapper {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 72px;
}
.footer-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.footer-logo--image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  transition: all 0.3s ease-out 0s;
}
@media(max-width: 1199px){
  .footer-logo--image {
    max-height: 55px;
    width: auto;
  }
}
@media(max-width: 991px){
  .footer-logo--image {
    max-height: 45px;
    width: auto;
  }
}


/* ==================== FORMS ==================== */
.wpcf7-form label,
.wpcf7-form .label {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  transform: translateY(-2px);
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-bottom: 5px;
}

.wpcf7-form .label {
  margin-bottom: 0;
}

.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
  font-size: 15px;

  border-width: 0 0 1px;
  border-radius: 0;
  border-color: #2b2b2b;
  width: 100%;
  outline: none;
  transition: color .2s,border .2s;
  background: transparent;
  max-width: 300px;
  border-bottom: 1px solid #c4c4c4;
}

.wpcf7-form select {
  width: 100%;
  border: none;
  background: none;
  border-radius: 0;
  position: relative;
  height: 38px;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-bottom: 1px solid #c4c4c4;
  font-size: 15px;
  transition: color .2s ease-out,padding-left .2s ease-out;
  max-width: 300px;
}

.wpcf7-form .title-field {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  margin: 20px 0 10px;
}

.wpcf7-form label + select {
  top: -7px;
  max-width: 100%;
}

.wpcf7-form label.label-select:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 1px;
  background: #00338d;
  right: 0;
  transform: rotate(-45deg);
  bottom: 18px;
}

.wpcf7-form label.label-select:after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 1px;
  background: #00338d;
  right: 5px;
  transform: rotate(45deg);
  bottom: 18px;
}

.wpcf7-form .btn-submmit {
  background-color: transparent;
  color: #333;
  border-color: #333;
  min-width: 150px;
  padding: 12px;
  width: auto;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: .7px;
  cursor: pointer;
  transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
  -webkit-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
}


.wpcf7-form .btn-submmit:hover {
  color: #fff;
    border-color: #00338d;
}

.wpcf7-form .btn-submmit:before {
  display: block;
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.wpcf7-form .btn-submmit:after {
  -webkit-transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
  background-color: #00338d;
  display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
  opacity: 0;
}

.wpcf7-form .btn-submmit:hover:after {
  background-color: #00338d;
  left: 0;
    right: 0;
  opacity: 1;
}

.wpcf7-form .wpcf7-list-item-label {
  display: block;
  margin-right: 40px;
  padding-left: 10px;
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-checkbox input[type=radio],
.wpcf7-radio input[type=checkbox],
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}

.wpcf7-checkbox input[type=checkbox] span,
.wpcf7-radio input[type=radio] span {
  position: relative;
  display: block;
  line-height: 23px;
  font-family: "PT Serif", serif;
  transition: color .2s ease-out;
  padding-left: 35px;
}


.wpcf7-checkbox input[type=checkbox] span:before,
.wpcf7-radio input[type=radio] span:before,
.wpcf7-list-item-label:before {
  content: "";
  padding: 11.5px;
  font-family: ieurwd-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: .7333333333333333em;
  top: 2px;
  left: -20px;
  margin-right: 10px;
  transition: color .1s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  display: block;
}

.wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wpcf7-checkbox input[type=radio]:checked+span:before,
.wpcf7-radio input[type=checkbox]:checked+span:before,
.wpcf7-radio input[type=radio]:checked+span:before {
  content: "";
  padding: 6px;
  color: #fff;
  background-color: #00338d;
  border-color: #00338d;
}

.wpcf7-checkbox input[type=checkbox]:checked+span:after,
.wpcf7-checkbox input[type=radio]:checked+span:after,
.wpcf7-radio input[type=checkbox]:checked+span:after,
.wpcf7-radio input[type=radio]:checked+span:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  left: -12px;
  top: 9px;
  transform-origin: 50% 50%;
}

.wpcf7-form input[type="file"] {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
  max-width: 100%;
}
.wpcf7-form .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 2px 12px;
  cursor: pointer;
  border: 1px solid #c4c4c4;
  font-family: Montserrat;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .7px;
}

.wpcf7-form .custom-file-upload input::-webkit-file-upload-button {
  -webkit-appearance: none;
  width: 0;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.wpcf7-form  .wpcf7-textarea {
  background-color: transparent;
  border: 1px solid #c4c4c4;
  outline: none;
  box-shadow: none;
  line-height: 22px;
}

.wpcf7-form .wpcf7-character-count {
  display: block;
  position: relative;
  float: right;
  top: -5px;
  font-size: 12px;
  line-height: 12px;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form small,
.wpcf7-form .small {
  display: inline-block;
  line-height: 1.6;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  color: #df0024;
  font-weight: bold;
}

@media(max-width: 767px){
  .wpcf7-form .btn-submmit {
    width: 100%;
  }
}

.submission-acceptance1,
.submission-acceptance2 {
  display: block;
  margin-top: 25px;
}

.submission-acceptance1 label,
.submission-acceptance2 label {
  margin-bottom: 0;
}

.wpcf7-form p.form-main-error {
  display: none;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  color: #df0024;
}
.wpcf7-form.invalid p.form-main-error {
  display: block;
}

.wpcf7-not-valid {
  border-color: #df0024 !important;
  background-color: rgba(223, 0, 36, 0.05) !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output:not(.wpcf7-mail-sent-ok) {
  display: none !important;
}
/* ==================== COOKIES ==================== */
.cookie-bar-bar #catapult-cookie-bar {
  padding: 15px;
}

.cookie-bar-bar .cookie-consent.ctcc-inner {
  font-size: 15px;
  line-height: 26px;
}

.cookie-bar-bar .cookie-consent.ctcc-inner button#catapultCookie {
  margin: 0;
  margin-left: 20px;
  font-family: montserrat;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .3px;
  font-size: 11px;
  padding: 7px 20px;
  border-radius: 0;
}

@media(max-width: 767px){
  .cookie-bar-bar .cookie-consent.ctcc-inner {
    display: block;
  }

  .cookie-bar-bar .cookie-consent.ctcc-inner .ctcc-left-side,
  .cookie-bar-bar .cookie-consent.ctcc-inner .ctcc-right-side {
    display: block;
    margin: 0;
  }

  .cookie-bar-bar .cookie-consent.ctcc-inner button#catapultCookie {
    margin-left: 0;
    margin-top: 20px;
  }
}


.sym-link {

}
.no-link {
  pointer-events: none;
}
.hidden-link {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  overflow: hidden !important;
}
@media(min-width: 992px){
  .hidden-link-desktop {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
  }
}
@media(max-width: 991px){
  .hidden-link-mobile {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
  }
}



/* ==================== PAGE CLAIM ==================== */

.page-noclaim {
  width: 100%;
  padding-top: 80px;
}

@media (max-width: 991px) {
  .page-noclaim {
    display: none;
  }
}

.page-claim {
  display: block;
  position: relative;
  width: auto;
  height: 45vw;
  min-height: 690px;

  padding: 0;
  margin: 0 -15px;
  overflow: hidden;
  background-size: cover;
  background-position: top;
}
@media(min-width: 1543px){
  .page-claim {
    min-height: 800px;
  }
}

@media(max-width: 599px){
  .page-claim {
    height: 480px;
    min-height: 380px;
  }
}

.page-claim::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}



.page-claim__content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 70px;
  z-index: 3;
}
@media(max-width: 1024px){
  .page-claim__content {
    padding: 0 40px;
  }
}

@media(max-width: 599px){
  .page-claim__content {
    padding: 0 15px;
  }
}

.page-claim__content--inner {
    display: block;
    position: relative;
    top: 50%;
    width: 100%;
    max-width: 1542px;
    padding: 140px 0 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
@media(max-width: 1024px){
  .page-claim__content--inner {
    padding: 100px 0 0;
  }
}

@media(max-width: 599px){
  .page-claim__content--inner {
    padding: 60px 0 0;
  }
}

.page-claim__content__title {
  display: block;
  max-width: 85%;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 0.25px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

@media(min-width: 1280px){
  .page-claim__content__title {
    font-size: 5.5vw;
    line-height: 5.75vw;
    letter-spacing: 0.35px;
  }
}

@media(min-width: 1680px){
  .page-claim__content__title {
    font-size: 90px;
    line-height: 98px;
  }
}

@media(max-width: 767px){
  .page-claim__content__title {
    font-size: 9vw;
    line-height: 9.5vw;
    max-width: 100%;
  }
}

.page-claim__content__text {
  display: block;
  max-width: 70%;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 0;
  margin: 24px 0 0;
}

@media(min-width: 1542px) {
  .page-claim__content__text {
    font-size: 25px;
    line-height: 40px;
  }
}

@media(max-width: 599px) {
  .page-claim__contttext {
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0 0;
    max-width: 92%;
  }
}


/* ==================== BREADCRUMBS ==================== */

#breadcrumbs {
  max-width: 1682px;
  margin: 0 auto;
  padding: 0 70px;
}

@media (max-width: 1024px) {
  #breadcrumbs {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  #breadcrumbs {
    padding: 0 15px;
  }
}

#breadcrumbs span span,
#breadcrumbs span span a {
  display: inline-block;
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  color: #333333;
}

#breadcrumbs span span a {
  color: #00338d;
  text-decoration: none;
}

/* ==================== TITLE PAGE ==================== */

.title-page__container {
  background-color: #FFFFFF;
  padding: 40px 0 20px 0;
  /* max-width: 1682px; */
  margin: 0 -15px;
}

@media (max-width: 1024px){
  .title-page__container {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 599px){
  .title-page__container {
    padding: 22px 0;
  }
}
.title-page {
  font-size: 3.3333333333333335em;
  line-height: 1.0833333333333333em;
  letter-spacing: .00416666666667em;
  font-weight: 800;
  margin-top: 0.3em;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  word-wrap: break-word;
}
.title-page:after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  margin-top: 14px;
  background-color: #00338d
}
@media only screen and (min-width:1542px) {
  .title-page {
    font-size: 4.444444444444445em;
    line-height: 1.0625em;
    letter-spacing: .003125em;
    margin-top: 0.2em
  }
  .title-page:after {
    margin-top: 18px;
  }
}
@media only screen and (max-width:670px) {
  .title-page {
    font-size: 2.9444444444444446em;
  }
}
@media only screen and (max-width:600px) {
  .title-page {
    font-size: 1.5555555555555556em;
    line-height: 1.2142857142857142em;
    letter-spacing: .00892857142857em;
    margin-top: 0.53571em;
  }
  .title-page:after {
    margin-top: 8px;
    width: 35px;
  }
}




.cta-margin .fp_regular-cta__cta {
  margin-right: 50px;
}

.error__page {
  max-width: 1542px;
  margin: 160px auto 0 auto;
  padding: 88px 70px 90px;
  text-align: center;
}

@media only screen and (min-width:1542px) {
  .error__page {
    padding: 103px 70px 108px;
  }
}
@media only screen and (max-width:1024px) {
  .error__page {
    padding: 88px 40px;
    margin: 100px auto 0 auto;
  }
}
@media only screen and (max-width:800px) {
  .error__page {
    padding: 62px 44px 60px;
  }
}
@media only screen and (max-width:600px) {
  .error__page {
    padding: 44px 15px;
  }
}
.error__title {
  font-family: Montserrat;
  font-size: 1.9444444444444444em;
  line-height: 1.2em;
  letter-spacing: .00714285714286em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width:1542px) {
  .error__title {
    font-size: 3.0555555555555554em;
    line-height: 1.2727272727272727em;
    letter-spacing: .00454545454545em;
  }
}
@media only screen and (max-width:600px){
  .error__title {
    font-size: 1.1111111111111112em;
    line-height: 1.3em;
    letter-spacing: .0125em;
  }
}

.error__title + .error__intro {
  margin-top: 1.5555555555555556em;
}

@media only screen and (min-width:1542px) {
  .error__title + .error__intro {
    margin-top: .9090909090909091em;
  }
}

@media only screen and (max-width:800px) {
  .error__title + .error__intro {
    margin-top: 1.1111111111111112em;
  }
}
@media only screen and (max-width:600px) {
  .error__title + .error__intro {
    margin-top: 1em;
  }
}
.error__intro {
  text-align: center;
  font-family: PT Serif;
  font-size: 1.6666666666666667em;
  font-style: italic;
}
@media only screen and (max-width:600px) {
  .error__intro {
    font-size: 1.0555555555555556em;
    line-height: 1.52631578947368em;
  }
}

.error__intro + .error__content {
  margin-top: 1.4444444444444444em;
}
@media only screen and (max-width:600px) {
  .error__intro + .error__content {
    margin-top: .6111111111111112em;
  }
}

.error__content {
  text-align: center;
}

.error__content + .error__button {
  margin-top: 61px
}
@media only screen and (min-width:1542px) {
  .error__content + .error__button {
    margin-top: 71px;
  }
}
@media only screen and (max-width:820px) {
  .error__content + .error__button {
    margin-top: 51px;
  }
}
@media only screen and (max-width:600px) {
  .error__content p {
    margin-top: 0;
  }
  .error__content + .error__button {
    margin-top: 21px;
  }
}


.error__button {
  transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
  -webkit-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
  -moz-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
  -ms-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
  -o-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;

  border-color: #00338d;

  margin-left: auto;
  margin-right: auto;

  color: #fff;
  border: 0;

  font-size: .6111111111111112em;
  line-height: 2.1818181818181817em;
  letter-spacing: .06363636363636em;
  padding: 17px 24px;
  min-width: 224px;

  position: relative;

  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;

  background-color: transparent;

  text-decoration: none;
  display: inline-block;
}
.error__button:hover {
  text-decoration: none;
  color: #fff;
}
.error__button::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;


  background-color: #00338d;
}
.error__button::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;

  transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;

  background-color: #032c4b;
}
.error__button:hover::after {
  left: 0;
  right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

