.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

div.none {
  display: none; }

.flex-justify-flex-end, .flex-justify-flex-start, .flex-justify-space-around, .flex-justify-space-between, .flex-justify-space-evenly, .flex-justify-center, .flex-justify-baseline, .flex-justify-end, .flex-align-flex-end, .flex-align-flex-start, .flex-align-center, .flex-align-baseline, .flex-align-end {
  display: flex; }

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

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

.flex-justify-space-around {
  justify-content: space-around; }

.flex-justify-space-between {
  justify-content: space-between; }

.flex-justify-space-evenly {
  justify-content: space-evenly; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-baseline {
  justify-content: baseline; }

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

.flex-align-flex-end {
  align-items: flex-end; }

.flex-align-flex-start {
  align-items: flex-start; }

.flex-align-center {
  align-items: center; }

.flex-align-baseline {
  align-items: baseline; }

.flex-align-end {
  align-items: end; }

@media screen and (max-width: 576px) {
  .flex-nowrap {
    flex-wrap: wrap !important; } }
@media screen and (min-width: 576px) {
  .flex-nowrap {
    flex-wrap: nowrap !important; } }

.nav-open nav.downhill .hamburger .line {
  background-color: #00145E !important; }
nav.downhill .hamburger .line {
  background-color: #00145E; }
nav .hamburger .line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
nav .hamburger:hover {
  cursor: pointer; }

#hamburger.is-active .line {
  background-color: #fff; }
  #hamburger.is-active .line:nth-child(2) {
    opacity: 0; }
  #hamburger.is-active .line:nth-child(1) {
    -moz-transform: translateY(10px) rotate(40deg);
    -o-transform: translateY(10px) rotate(40deg);
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg); }
  #hamburger.is-active .line:nth-child(3) {
    -moz-transform: translateY(-10px) rotate(-38deg);
    -o-transform: translateY(-10px) rotate(-38deg);
    -webkit-transform: translateY(-10px) rotate(-38deg);
    transform: translateY(-10px) rotate(-38deg); }

.main-menu {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .main-menu .nav li {
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transition: translateY(-40px) !important;
    -o-transition: translateY(-40px) !important;
    -webkit-transition: translateY(-40px) !important;
    transition: translateY(-40px) !important;
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1) !important;
    -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1) !important;
    -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1) !important;
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1) !important; }
    .main-menu .nav li:after {
      content: '';
      display: block;
      margin: auto;
      height: 2px;
      width: 0px;
      background: transparent;
      transition: width .5s ease, background-color .5s ease; }
    .main-menu .nav li:hover:after {
      width: 100%;
      background: #F2C600; }
    .main-menu .nav li:hover a {
      color: #9DA4B0; }
    .main-menu .nav li a {
      color: #fff;
      font-size: 5vh;
      font-weight: 600;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .main-menu .nav li.delay-1 {
      -webkit-transition-delay: 0.1s !important;
      -moz-transition-delay: 0.1s !important;
      -ms-transition-delay: 0.1s !important;
      -o-transition-delay: 0.1s !important;
      transition-delay: 0.1s !important; }
    .main-menu .nav li.delay-2 {
      -webkit-transition-delay: 0.2s !important;
      -moz-transition-delay: 0.2s !important;
      -ms-transition-delay: 0.2s !important;
      -o-transition-delay: 0.2s !important;
      transition-delay: 0.2s !important; }
    .main-menu .nav li.delay-3 {
      -webkit-transition-delay: 0.3s !important;
      -moz-transition-delay: 0.3s !important;
      -ms-transition-delay: 0.3s !important;
      -o-transition-delay: 0.3s !important;
      transition-delay: 0.3s !important; }
    .main-menu .nav li.delay-4 {
      -webkit-transition-delay: 0.4s !important;
      -moz-transition-delay: 0.4s !important;
      -ms-transition-delay: 0.4s !important;
      -o-transition-delay: 0.4s !important;
      transition-delay: 0.4s !important; }

.nav-open .main-menu {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 20, 94, 0.92); }
  .nav-open .main-menu .nav li {
    opacity: 1;
    -moz-transition: translateY(0px) !important;
    -o-transition: translateY(0px) !important;
    -webkit-transition: translateY(0px) !important;
    transition: translateY(0px) !important;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s; }

nav {
  font-family: "Lato", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.8px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  nav.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none;
    z-index: 1300; }
  @media screen and (max-width: 992px) {
    nav .navbar-brand {
      width: 130px;
      height: 80px; } }
  @media screen and (min-width: 993px) {
    nav .navbar-brand {
      width: 150px;
      height: 80px; } }
  nav .navbar-brand .logo {
    width: 100%;
    height: 100%;
    background: url("../img/fluidra_logo-w.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  nav.downhill {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 14px 4px;
    background-color: #fff;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    nav.downhill .nav-item:hover .nav-link {
      color: #3E83D6 !important;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    nav.downhill .nav-item .nav-link {
      color: #005E91 !important;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    nav.downhill .nav-item.active .nav-link {
      color: #1D2D61 !important; }
    nav.downhill .navbar-brand .logo {
      width: 100%;
      height: 100%;
      background: url("../img/fluidra_logo.png");
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  nav.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  nav .navbar-nav .nav-item:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease; }
  nav .navbar-nav .nav-item:hover:after {
    width: 100%;
    background: #F2C600; }
  nav .navbar-nav .nav-item:hover a {
    color: #D8E2F2 !important; }
  nav .navbar-nav .nav-item .nav-link {
    color: #fff;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    nav .navbar-nav .nav-item .nav-link:focus {
      color: #D8E2F2; }
  nav .navbar-nav .nav-item.active .nav-link {
    color: #D8E2F2; }

.phone-hidden {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media screen and (max-width: 576px) {
    .phone-hidden {
      display: none; } }
  @media screen and (min-width: 577px) {
    .phone-hidden {
      display: block; }
      .phone-hidden.flex {
        display: flex; } }

.phone-show {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media screen and (max-width: 576px) {
    .phone-show {
      display: flex; } }
  @media screen and (min-width: 577px) {
    .phone-show {
      display: none; } }

.tablet-show {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media screen and (max-width: 991px) {
    .tablet-show {
      display: block; }
      .tablet-show.flex {
        display: flex; } }
  .tablet-show.flex-direction-swap {
    flex-direction: column-reverse; }
    @media screen and (max-width: 425px) {
      .tablet-show.flex-direction-swap .extra-top {
        margin-top: 5rem !important; } }
  @media screen and (min-width: 992px) {
    .tablet-show {
      display: none; } }

.tablet-hidden {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media screen and (max-width: 991px) {
    .tablet-hidden {
      display: none; } }
  @media screen and (min-width: 992px) {
    .tablet-hidden {
      display: block; }
      .tablet-hidden.flex {
        display: flex; } }

[data-entrance] {
  visibility: hidden; }

html {
  overflow-x: hidden; }

body {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.8px;
  color: #1D2D61; }
  body.nav-open {
    overflow: hidden !important; }

h1 {
  font-family: "Raleway", sans-serif !important;
  font-size: 39.6pt !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.5px;
  color: #00145E; }
  h1.white {
    color: #fff; }
  h1.max-flu {
    color: #fff; }
    @media screen and (max-width: 991px) {
      h1.max-flu {
        font-family: "Raleway", sans-serif !important;
        font-size: 3.05176rem !important;
        font-weight: 700 !important;
        line-height: 1.5 !important;
        letter-spacing: 0.5px; } }
    @media screen and (min-width: 992px) {
      h1.max-flu {
        font-family: "Raleway", sans-serif !important;
        font-size: 4.76837rem !important;
        font-weight: 700 !important;
        line-height: 1.5 !important;
        letter-spacing: 0.5px; } }

h2 {
  font-family: "Raleway", sans-serif !important;
  font-size: 31.3pt !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.5px;
  color: #00145E; }
  h2.white {
    color: #fff !important; }

h3 {
  font-family: "Lato", sans-serif !important;
  font-size: 25pt !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.5px;
  color: #00145E; }
  h3.white {
    color: #fff !important; }

h4 {
  font-family: "Lato", sans-serif !important;
  font-size: 12.8pt !important;
  font-weight: 600 !important;
  line-height: 0.75 !important;
  letter-spacing: 1.5px;
  color: #00145E; }

h5 {
  font-family: "Lato", sans-serif !important;
  font-size: 12.8pt !important;
  font-weight: 400 !important;
  line-height: 0.75 !important;
  letter-spacing: 1.5px;
  color: #00145E; }

p,
td {
  color: #005E91; }
  p.dark,
  td.dark {
    color: #1D2D61; }
  p.title,
  td.title {
    font-family: "Lato", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.8px; }
  p.subtitle,
  td.subtitle {
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.8px; }
  p.body,
  td.body {
    font-family: "Lato", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.2px;
    color: #1D2D61; }
    p.body.white,
    td.body.white {
      color: #fff; }
      p.body.white .bold,
      td.body.white .bold {
        font-weight: 700; }
  p.big.title,
  td.big.title {
    font-family: "Lato", sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.8px; }
  p.big.body,
  td.big.body {
    font-family: "Lato", sans-serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.8px; }
  p.small.title,
  td.small.title {
    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.8px; }
  p.small.body,
  td.small.body {
    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.8px; }

th.big {
  color: #005E91;
  vertical-align: middle;
  font-family: "Lato", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  letter-spacing: 0.8px; }

th,
td {
  vertical-align: middle !important;
  color: #1D2D61; }

.terms th,
.terms td {
  vertical-align: middle !important;
  color: #005E91; }

.no-border {
  border: none !important; }

a {
  color: #3E83D6; }
  a:hover {
    text-decoration: none; }

.btn-zodiac {
  border-radius: .5em;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-zodiac span {
    position: relative;
    z-index: 3; }
  .btn-zodiac:after {
    border-radius: .4em;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out; }
  .btn-zodiac:hover:after {
    opacity: 1; }
  .btn-zodiac.medium {
    padding: .8em 3.5em; }
  .btn-zodiac.small {
    padding: .8em 3.5em; }
  .btn-zodiac.primary {
    background: -webkit-linear-gradient(256deg, #0c95b4, #33759c);
    background: -moz-linear-gradient(256deg, #0c95b4, #33759c);
    background: -o-linear-gradient(256deg, #0c95b4, #33759c);
    background: linear-gradient(256deg, #0c95b4, #33759c);
    color: #fff !important; }
    .btn-zodiac.primary:after {
      background: -webkit-linear-gradient(256deg, #005e91, #00145e);
      background: -moz-linear-gradient(256deg, #005e91, #00145e);
      background: -o-linear-gradient(256deg, #005e91, #00145e);
      background: linear-gradient(256deg, #005e91, #00145e); }
    .btn-zodiac.primary:hover {
      color: #fff !important; }
  .btn-zodiac.secondary {
    border: 1.5px solid #00145E;
    background: #fff;
    color: #00145E; }
    .btn-zodiac.secondary:after {
      background: -webkit-linear-gradient(256deg, #005e91, #00145e);
      background: -moz-linear-gradient(256deg, #005e91, #00145e);
      background: -o-linear-gradient(256deg, #005e91, #00145e);
      background: linear-gradient(256deg, #005e91, #00145e); }
    .btn-zodiac.secondary:hover {
      border: 1.5px solid #fff;
      color: #F5F8FA; }
  .btn-zodiac.dark-primary {
    background: -webkit-linear-gradient(258deg, #edde0e, #f2c600);
    background: -moz-linear-gradient(258deg, #edde0e, #f2c600);
    background: -o-linear-gradient(258deg, #edde0e, #f2c600);
    background: linear-gradient(258deg, #edde0e, #f2c600);
    color: #00145E; }
    .btn-zodiac.dark-primary:after {
      background: -webkit-linear-gradient(256deg, #fff, #fff);
      background: -moz-linear-gradient(256deg, #fff, #fff);
      background: -o-linear-gradient(256deg, #fff, #fff);
      background: linear-gradient(256deg, #fff, #fff); }
  .btn-zodiac.dark-secondary {
    border: 1.8px solid #fff;
    background: transparent;
    color: #fff; }
    .btn-zodiac.dark-secondary:after {
      border: 1.8px solid #fff;
      background: -webkit-linear-gradient(256deg, #fff, #fff);
      background: -moz-linear-gradient(256deg, #fff, #fff);
      background: -o-linear-gradient(256deg, #fff, #fff);
      background: linear-gradient(256deg, #fff, #fff); }
    .btn-zodiac.dark-secondary:hover {
      color: #00145E; }
  .btn-zodiac.img {
    text-align: center;
    width: 70%; }

.list-group-item {
  border-left: none;
  padding-left: 35px; }
  .list-group-item:first-child {
    border-radius: 0 10px 0 0;
    padding-left: 0px !important; }
  .list-group-item:last-child {
    border-radius: 0 0 10px 0; }

.jumbotron-fluid.bg-blue {
  background: -webkit-linear-gradient(to left bottom, #005e91, #004c87, #003a7b, #00286e, #00145e);
  background: -moz-linear-gradient(to left bottom, #005e91, #004c87, #003a7b, #00286e, #00145e);
  background: -o-linear-gradient(to left bottom, #005e91, #004c87, #003a7b, #00286e, #00145e);
  background: linear-gradient(to left bottom, #005e91, #004c87, #003a7b, #00286e, #00145e); }
  .jumbotron-fluid.bg-blue .white {
    color: #fff !important; }
.jumbotron-fluid.bg-home {
  width: 100%;
  height: 45pc;
  background: url("../img/banner_principal.jpg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .jumbotron-fluid.bg-home .opacity {
    position: relative;
    top: -4rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
    @media screen and (max-width: 425px) {
      .jumbotron-fluid.bg-home .opacity {
        height: calc(100% + 2pc + 4rem); } }
    @media screen and (min-width: 426px) {
      .jumbotron-fluid.bg-home .opacity {
        height: calc(100% + 4pc + 4rem); } }
.jumbotron-fluid.bg-sec {
  height: 23pc; }
.jumbotron-fluid.bg-n {
  background: #EDEFF0; }

.curveDownColor.n,
.curveUpColor.n {
  fill: #EDEFF0;
  stroke: #EDEFF0; }

div.card {
  margin: 25px 0px;
  padding: 1.2rem 1.2rem .5rem;
  background: #fff;
  box-shadow: 4px 4px 0px 0px rgba(29, 45, 97, 0.1), 0 7px 12px 4px rgba(29, 45, 97, 0.1);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  div.card img {
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  div.card .card-img {
    max-height: 200px;
    width: 100%;
    overflow: hidden; }
    div.card .card-img .picture {
      height: 200px;
      width: 100%;
      object-fit: fill; }
  div.card .logo-box {
    position: relative;
    background-color: white;
    width: 50%;
    justify-content: center;
    display: flex;
    top: -40px; }
    div.card .logo-box .logo {
      width: 150px; }
  div.card .card-text {
    margin-top: -20px !important;
    height: 150px; }
  div.card:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

hr.white {
  background-color: rgba(237, 239, 240, 0.2); }

footer {
  background: linear-gradient(90deg, #00145e 0, #0c95b4) !important; }
  footer div.footer {
    font-family: "Lato", sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.8px;
    display: inline-flex;
    margin: 0 40px 0 0; }
    @media screen and (max-width: 992px) {
      footer div.footer {
        margin: 0 0 10px 0;
        display: block; } }
    footer div.footer a {
      color: #fff;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      footer div.footer a:hover {
        color: #9DA4B0; }

body.legal h2, body.legal h3 {
  color: #005E91;
  font-family: "Lato", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.8px; }
body.legal h3 {
  padding-top: 1rem !important; }
body.legal p {
  text-align: justify; }
body.legal ol li,
body.legal ul li {
  text-align: justify; }
body.legal table {
  width: 100%;
  min-width: 900px;
  margin: 0 0 20px; }
  body.legal table td {
    border: 1px solid #eee;
    padding: 10px; }
  body.legal table p {
    text-align: left; }

ol li {
  color: #005E91;
  padding: 5px 0px; }

.contact-form {
  background-color: #eaf0f5; }

.overflow-table {
  overflow: auto; }

/* Consent banner styles */
/*
#CybotCookiebotDialog > div:first-child{
    display: none !important;
}
*/
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
  flex-flow: row wrap !important; }

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
.CybotCookiebotDialogBodyButtons button,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type), #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type),
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-radius: 8px;
  background-color: #001a70 !important;
  padding: 12px 60px;
  text-decoration: none;
  vertical-align: middle;
  margin: 20px 10px;
  color: #fff !important;
  font-size: 1em;
  border: none;
  height: 48px !important; }

#CybotCookiebotDialogHeader,
#CybotCookiebotDialogBodyContentTitle {
  display: none !important; }

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
  margin: 0 0 20px !important; }

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
  flex-direction: column !important; }

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
  display: block !important;
  max-width: 100% !important;
  width: 100% !important; }

@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
    text-align: center !important;
    align-items: center !important; }

  #CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) .CybotCookiebotDialogBodyBottomWrapper {
    justify-content: center; } }
#CybotCookiebotDialogBodyContentText p {
  text-align: center; }

/*# sourceMappingURL=zodiac.css.map */
