@charset "UTF-8";
/*

Reset styles are based on the great work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
and Nicolas Gallagher & Jonathan Neal http://necolas.github.io/normalize.css/

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

normalize.css v3.0.1 | MIT License | git.io/normalize

*/
/*  ---------------------------------------

    GRID          

---------------------------------------- */
/* 
	  Responsive CSS Framework
    Copyright © 2012 Aline Keller - www.alinekeller.ch 
    This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
*/
/* Column = 15px / Gutter = 10px => 310px */
@import url("//hello.myfonts.net/count/4a6237");
.wrapper,
.wrapper-narrow,
.contentcenter {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  position: relative;
  padding: 0 10px;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .wrapper,
.wrapper-narrow,
.contentcenter {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .wrapper,
.wrapper-narrow,
.contentcenter {
    padding: 0 15px;
    width: 675px;
  }
}
@media screen and (min-width: 64em) {
  .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 20px;
    padding-right: 20px;
    width: 980px;
  }
}
@media screen and (min-width: 79em) {
  .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 30px;
    padding-right: 30px;
    width: 1230px;
  }
}
.grid {
  margin-left: -5px;
  margin-right: -5px;
}
@supports (display: flex) {
  .grid:after {
    content: none;
  }
}
@media screen and (min-width: 48em) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col {
  clear: both;
  float: none;
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .col {
    clear: none;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 64em) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col.right {
  float: right;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  clear: none;
  float: left;
}

.col-xs-1 {
  width: 8.33343%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3334%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3334%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3334%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-12 {
  width: 100%;
}

/*  -----------------------------------------------------------

	Media Queries - Mobile phones (> 480px)

	Column = 25px / Gutter = 10px => 430px

------------------------------------------------------------ */
@media screen and (min-width: 30em) {
  .col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11 {
    clear: none;
    float: left;
  }

  .col-s-1 {
    width: 8.3334%;
  }

  .col-s-2 {
    width: 16.6667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.3334%;
  }

  .col-s-5 {
    width: 41.6667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.3334%;
  }

  .col-s-8 {
    width: 66.6667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.3334%;
  }

  .col-s-11 {
    width: 91.6667%;
  }

  .col-s-12 {
    width: 100%;
  }

  .offset-1 {
    margin-left: 8.3334%;
  }

  .offset-2 {
    margin-left: 16.6667%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-4 {
    margin-left: 33.3334%;
  }

  .offset-5 {
    margin-left: 41.6667%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-7 {
    margin-left: 58.3334%;
  }

  .offset-8 {
    margin-left: 66.6667%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-10 {
    margin-left: 83.3334%;
  }

  .offset-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Small desktop & vertical tablets (> 768px)

	Column = 40px (* 12) / Gutter = 15px (* 13) => 675px

------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .col12,
.col-m-12,
.col-l-12,
.col-xl-12 {
    clear: both;
    float: none;
  }

  /* Columns width */
  .col1 {
    width: 8.3334%;
  }

  .col2 {
    width: 16.6667%;
  }

  .col3 {
    width: 25%;
  }

  .col4 {
    width: 33.3334%;
  }

  .col5 {
    width: 41.6667%;
  }

  .col6 {
    width: 50%;
  }

  .col7 {
    width: 58.3334%;
  }

  .col8 {
    width: 66.6667%;
  }

  .col9 {
    width: 75%;
  }

  .col10 {
    width: 83.3334%;
  }

  .col11 {
    width: 91.6667%;
  }

  .col12 {
    width: 100%;
  }

  .col-m-1 {
    width: 8.33344%;
  }

  .col-m-2 {
    width: 16.6667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-4 {
    width: 33.3334%;
  }

  .col-m-5 {
    width: 41.6667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-7 {
    width: 58.3334%;
  }

  .col-m-8 {
    width: 66.6667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-10 {
    width: 83.3334%;
  }

  .col-m-11 {
    width: 91.6667%;
  }

  .col-m-12 {
    width: 100%;
  }

  /* Offset */
  .offset-m-1 {
    margin-left: 8.3334%;
  }

  .offset-m-2 {
    margin-left: 16.6667%;
  }

  .offset-m-3 {
    margin-left: 25%;
  }

  .offset-m-4 {
    margin-left: 33.3334%;
  }

  .offset-m-5 {
    margin-left: 41.6667%;
  }

  .offset-m-6 {
    margin-left: 50%;
  }

  .offset-m-7 {
    margin-left: 58.3334%;
  }

  .offset-m-8 {
    margin-left: 66.6667%;
  }

  .offset-m-9 {
    margin-left: 75%;
  }

  .offset-m-10 {
    margin-left: 83.3334%;
  }

  .offset-m-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1024px

	Column = 60px (* 12) / Gutter = 20px (* 13) => 980px

------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .col-l-1 {
    width: 8.33344%;
  }

  .col-l-2 {
    width: 16.6667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .col-l-4 {
    width: 33.3334%;
  }

  .col-l-5 {
    width: 41.6667%;
  }

  .col-l-6 {
    width: 50%;
  }

  .col-l-7 {
    width: 58.3334%;
  }

  .col-l-8 {
    width: 66.6667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .col-l-10 {
    width: 83.3334%;
  }

  .col-l-11 {
    width: 91.6667%;
  }

  .col-l-12 {
    width: 100%;
  }

  .offset-l-1 {
    margin-left: 8.3334%;
  }

  .offset-l-2 {
    margin-left: 16.6667%;
  }

  .offset-l-3 {
    margin-left: 25%;
  }

  .offset-l-4 {
    margin-left: 33.3334%;
  }

  .offset-l-5 {
    margin-left: 41.6667%;
  }

  .offset-l-6 {
    margin-left: 50%;
  }

  .offset-l-7 {
    margin-left: 58.3334%;
  }

  .offset-l-8 {
    margin-left: 66.6667%;
  }

  .offset-l-9 {
    margin-left: 75%;
  }

  .offset-l-10 {
    margin-left: 83.3334%;
  }

  .offset-l-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1264px

	Column = 70px (* 12) / Gutter = 30px (* 13) => 1230px

------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .col-xl-1 {
    width: 8.33343%;
  }

  .col-xl-2 {
    width: 16.6667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3334%;
  }

  .col-xl-5 {
    width: 41.6667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3334%;
  }

  .col-xl-8 {
    width: 66.6667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3334%;
  }

  .col-xl-11 {
    width: 91.6667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.3334%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3334%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3334%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3334%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1440px

	Column = 80px (* 12) / Gutter = 30px (* 13) => 1280px

------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  /*
    .col-xxl-1 { width: 8.33343%; }
    .col-xxl-2 { width: 16.6667%; }
    .col-xxl-3 { width: 25%; }
    .col-xxl-4 { width: 33.3334%; }
    .col-xxl-5 { width: 41.6667%; }
    .col-xxl-6 { width: 50%; }
    .col-xxl-7 { width: 58.3334%; }
    .col-xxl-8 { width: 66.6667%; }
    .col-xxl-9 { width: 75%; }
    .col-xxl-10 { width: 83.3334%; }
    .col-xxl-11 { width: 91.6667%; }
    .col-xxl-12 { width: 100%; }

    .offset-xxl-1   { margin-left: 8.3334%; }
    .offset-xxl-2   { margin-left: 16.6667%; }
    .offset-xxl-3   { margin-left: 25%; }
    .offset-xxl-4   { margin-left: 33.3334%; }
    .offset-xxl-5   { margin-left: 41.6667%; }
    .offset-xxl-6   { margin-left: 50%; }
    .offset-xxl-7   { margin-left: 58.3334%; }
    .offset-xxl-8   { margin-left: 66.6667%; }
    .offset-xxl-9   { margin-left: 75%; }
    .offset-xxl-10  { margin-left: 83.3334%; }
    .offset-xxl-11  { margin-left: 91.6667%; }
  */
}
/* Media queries */
/* Theme colors */
/* WP colors */
/*
@mixin icon-regular {
  @include icon;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ------------------------------------------
 00 STRUCTURE
------------------------------------------ */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site {
  position: relative;
}

.wrapper-wide {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
@media screen and (min-width: 30em) {
  .wrapper-wide {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .wrapper-wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .wrapper-wide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 79em) {
  .wrapper-wide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper-wide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    max-width: 1640px;
  }
}

.wrapper-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}

#page {
  min-height: 100vh;
  position: relative;
}
#page .site-content {
  flex-grow: 1;
}
#page .site-footer {
  flex-shrink: 0;
}

/* ------------------------------------------
 01 BASE STYLES
------------------------------------------ */
/* Fonts */
/*@font-face {
  font-family: 'Helvetica';
  src: url('../webfonts/396F9C_4_0.eot');
  src:
    url('../webfonts/396F9C_4_0.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/396F9C_4_0.woff2') format('woff2'),
    url('../webfonts/396F9C_4_0.woff') format('woff'),
    url('../webfonts/396F9C_4_0.ttf') format('truetype');
}*/
@font-face {
  font-family: "TTFirsNeueVarRoman";
  src: url("../font/TTFirsNeueVarRoman.woff2") format("woff2"), url("../font/TTFirsNeueVarRoman.woff") format("woff");
}
/* Structure */
body {
  font-family: "TTFirsNeueVarRoman", sans-serif;
  font-variation-settings: "wght" 400;
  color: #122050;
  background-color: #d5eff3;
  position: relative;
}
body .bg-img {
  display: none;
}
@media screen and (min-width: 64em) {
  body {
    overflow: hidden;
  }
  body .bg-img {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    transform: scale(1.5);
    z-index: -100;
    opacity: 0.1;
  }
}

.grecaptcha-badge {
  display: none;
}

section {
  padding: 2rem 5%;
}
@media screen and (min-width: 64em) {
  section {
    padding: 2rem 15%;
    max-width: 1200px;
    margin: auto;
  }
}

.font-thin {
  font-variation-settings: "wght" 100;
}

.font-extralight {
  font-variation-settings: "wght" 200;
}

.font-light {
  font-variation-settings: "wght" 300;
}

.font-normal {
  font-variation-settings: "wght" 400;
}

.font-medium {
  font-variation-settings: "wght" 500;
}

.font-semibold {
  font-variation-settings: "wght" 600;
}

.font-bold {
  font-variation-settings: "wght" 700;
}

.font-extrabold {
  font-variation-settings: "wght" 800;
}

.font-black {
  font-variation-settings: "wght" 900;
}

/* Typography */
dd,
dt,
li,
p,
td,
th,
label,
input,
select,
textarea {
  font-size: 1em;
  font-size: 1.2rem;
  line-height: 1.4em;
}
@media screen and (min-width: 64em) {
  dd,
dt,
li,
p,
td,
th,
label,
input,
select,
textarea {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 79em) {
  dd,
dt,
li,
p,
td,
th,
label,
input,
select,
textarea {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

p.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.125em;
}
p.lead + p.lead {
  margin-top: 1.125em;
}

h1 {
  font-size: 1.625em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.25em;
}

h5,
h6 {
  font-size: 1.125em;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
figure + h1,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
.jetpack-video-wrapper + h1,
.jetpack-video-wrapper + h2,
.jetpack-video-wrapper + h3,
.jetpack-video-wrapper + h4,
.jetpack-video-wrapper + h5,
.jetpack-video-wrapper + h6 {
  clear: both;
  margin-top: 2em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.125em;
}

a {
  color: #777;
  position: relative;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.3s ease-in-out;
  font-weight: bold;
}
a:hover, a:active {
  color: #444;
}
a:focus {
  color: #444;
  outline-color: #444;
}

/* Lists */
li {
  margin-bottom: 0.75em;
}
li:last-child {
  margin-bottom: 0;
}

ul li {
  padding-left: 1.5em;
  position: relative;
}

.nav li {
  padding: 0;
}
.nav li:before {
  display: none;
}

/* Accessibility */
.screen-reader-text,
.label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* Forms */
label {
  display: block;
}
.form-item {
  margin-bottom: 1.5rem;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  border-radius: 0;
  border-color: #e0e0e0;
  height: 40px;
  line-height: 40px;
}
.btn,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
  background-color: transparent;
  border: 1px solid #00498a;
  border-radius: 0;
  color: #122050;
  font-size: 1rem;
  font-weight: 700;
  height: 44px;
  line-height: 42px;
  text-transform: lowercase;
  text-align: center;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover, .btn:active,
.wp-block-button__link:active,
button:active,
input[type=submit]:active,
input[type=button]:active {
  background: #777;
  border-color: #777;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .btn,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 79em) {
  .btn,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
    font-size: 1.25rem;
    height: 56px;
    line-height: 56px;
  }
}

a.btn,
a.wp-block-button__link {
  display: inline-block;
  height: auto;
  line-height: 1.5em;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 64em) {
  a.btn,
a.wp-block-button__link {
    padding-top: 11px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 79em) {
  a.btn,
a.wp-block-button__link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

textarea {
  height: auto;
}

fieldset.grid {
  border: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
fieldset.grid .form-item.col {
  padding: 0 10px;
}
fieldset.grid .inline-container.col12 {
  width: auto;
}

/* Social icons */
.list-socials {
  padding: 0;
}
.list-socials li {
  display: inline-block;
  margin: 0;
}
.list-socials li a {
  border: none;
  display: block;
  height: 32px !important;
  width: 32px !important;
  text-align: center;
}
.list-socials li a .label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.list-socials li a:before {
  font-family: "Font Awesome 6 Brands";
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem;
}
.list-socials li a[href*=facebook]:before {
  content: "";
}
.list-socials li a[href*=instagram]:before {
  content: "";
}
.list-socials li a[href*=pinterest]:before {
  content: "";
}
.list-socials li a[href*=twitter]:before {
  content: "";
}
.list-socials li a[href*=youtube]:before {
  content: "";
}
.list-socials li a[href*=vimeo]:before {
  content: "";
}
.list-socials li a[href*=linkedin]:before {
  content: "";
}
.list-socials li a[href*=tiktok]:before {
  content: "";
}
.list-socials li a[href*=snapchat]:before {
  content: "";
}
.list-socials li a[href*=github]:before {
  content: "";
}
.list-socials li a[href*=bitbucket]:before {
  content: "";
}
.list-socials li a[href*=behance]:before {
  content: "";
}
.list-socials li a[href*=dribbble]:before {
  content: "";
}
.list-socials li a[href*=spotify]:before {
  content: "";
}
.list-socials li a[href*=deezer]:before {
  content: "";
}
.list-socials li a[href*=itunes]:before, .list-socials li a[href*="music.apple"]:before {
  content: "";
}
.list-socials li a[href*=goodreads]:before {
  content: "";
}
.list-socials li a[href*=whatsapp]:before {
  content: "";
}
.list-socials li a[href*=tumblr]:before {
  content: "";
}
.list-socials li a[href*=yelp]:before {
  content: "";
}
.list-socials li a[href*=tripadvisor]:before {
  content: "";
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  h1 {
    font-size: 1.75em;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  h1 {
    font-size: 2em;
  }

  p.lead {
    font-size: 1.25rem;
  }

  textarea {
    padding: 14px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  dd,
dt,
li,
p,
td,
th,
.btn,
.button,
button,
input,
textarea,
label {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 2.25em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.625em;
  }

  h4 {
    font-size: 1.375em;
  }

  h5,
h6 {
    font-size: 1.25em;
  }

  p.lead {
    font-size: 1.5rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
.site-header {
  padding-top: 40px;
  padding-bottom: 38px;
}
.site-header .wrapper {
  position: static;
}

/* Branding */
.site-branding {
  background: transparent url(../img/logo.svg) no-repeat;
  background-size: 100% auto;
  width: 200px;
  height: 61px;
  /*
  .svg & {
    background-image: url(../img/logo.svg);
  }
  */
}
.site-branding .home-link {
  display: block;
  height: inherit;
  width: 100%;
}
.site-branding .site-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* --- Menu --- */
/* Mobile nav */
a.menu-toggle {
  background: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  height: 50px;
  padding: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 50px;
  z-index: 99999;
}
a.menu-toggle .patty {
  background: #00498a;
  display: block;
  height: 2px;
  margin: 12px 0;
  position: relative;
  transition: all 0.3s;
  width: 26px;
}
a.menu-toggle .patty:before, a.menu-toggle .patty:after {
  content: "";
  background: #00498a;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}
a.menu-toggle .patty:before {
  top: -11px;
  width: 26px;
}
a.menu-toggle .patty:after {
  top: 11px;
  width: 26px;
}
a.menu-toggle:hover {
  background: #00498a;
}
a.menu-toggle:hover .patty {
  background: #fff;
}
a.menu-toggle:hover .patty:before, a.menu-toggle:hover .patty:after {
  background: #fff;
}

.nav-open .menu-toggle {
  position: fixed;
}
.nav-open .menu-toggle .patty {
  background: transparent !important;
}
.nav-open .menu-toggle .patty:before, .nav-open .menu-toggle .patty:after {
  background: #fff;
  width: 26px;
}
.nav-open .menu-toggle .patty:before {
  top: 0 !important;
  transform: rotate(-45deg);
}
.nav-open .menu-toggle .patty:after {
  top: 0 !important;
  transform: rotate(45deg);
}
.nav-open .menu-toggle:hover {
  background: #00498a;
}
.nav-open .menu-toggle:hover .patty:before,
.nav-open .menu-toggle:hover .patty:after {
  color: #fff;
}

/* Menu */
.site-menu a {
  display: inline-block;
}

.site-menu .menu {
  background: transparent;
  position: fixed;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  transition: background 0.6s;
  z-index: -1;
  margin: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-menu .menu:before {
  content: "";
  border: 12px solid #fff;
  opacity: 1;
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  z-index: -1;
}
.site-menu .menu li {
  font-weight: 400;
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
.site-menu .menu a {
  text-decoration: none;
}
.site-menu .menu .current-menu-item a,
.site-menu .menu .current_page_item a,
.site-menu .menu .current_page_parent a {
  position: relative;
  font-weight: bold;
}
.site-menu .menu .social-nav p {
  letter-spacing: 0.03em;
  text-transform: lowercase;
  font-size: 1em;
  font-weight: 700;
}
.site-menu .menu .social-nav .widget {
  margin-bottom: 10px;
}

.nav-open {
  overflow-y: hidden;
  height: 100%;
}
.nav-open .site-menu .menu {
  background: rgba(38, 35, 35, 0.98);
  opacity: 1;
  visibility: visible;
  z-index: 1999;
}

.admin-bar .site-menu .menu {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 58px;
  }
}
.admin-bar.nav-open .menu-toggle {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar.nav-open .menu-toggle {
    top: 58px;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .site-header .wrapper {
    position: relative;
  }

  /* --- Menu --- */
  a.menu-toggle {
    display: none;
  }

  .site-menu {
    margin: 0;
  }

  .site-menu .menu {
    display: block;
    overflow: visible;
    padding: 0;
    position: static;
    width: 100%;
    opacity: 1;
    text-align: left;
    visibility: visible;
  }
  .site-menu .menu:before {
    display: none;
  }
  .site-menu .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .site-menu .menu .main-navigation {
    width: 100%;
  }
  .site-menu .menu .main-navigation li {
    display: inline-block;
    margin: 0 2rem;
  }
  .site-menu .menu .main-navigation li:first-child {
    margin-left: 0;
  }
  .site-menu .menu .main-navigation li:last-child {
    margin-right: 0;
  }
  .site-menu .menu .social-nav {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 40%;
  }
  .site-menu .menu .social-nav p {
    font-size: 0.9375rem;
  }
  .site-menu .menu .social-nav li {
    margin-right: 10px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
.site-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.site-footer p,
.site-footer li {
  font-size: 0.8125rem;
}
.site-footer .copyright {
  margin-bottom: 0.5em;
}
.site-footer .credits.lemon {
  display: inline-block;
  float: right;
  margin: 0;
  height: 19px;
  width: 74px;
}
.site-footer .credits.lemon a {
  color: #122050;
  display: block;
  height: inherit;
  width: inherit;
}
.site-footer .credits.lemon a:hover {
  color: #00498a;
}
.site-footer .credits.lemon a .svg {
  display: block;
  fill: currentColor;
}
.site-footer .credits.lemon a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

.footer-nav li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0;
  vertical-align: top;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .footer-nav {
    float: left;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .site-footer .copyright {
    float: left;
    margin-right: 2em;
    margin-bottom: 0;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
.header {
  padding: 0;
}
.header .logo-container {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.header .logo-container .logo {
  width: 100%;
  text-align: center;
}
.header .logo-container .logo img {
  width: 35%;
}
.header .link-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .link-container .follow {
  text-align: center;
  margin-bottom: 1rem;
}
.header .link-container .social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-family: "Font Awesome 6 Brands";
}
.header .link-container .social-links a i {
  font-size: 1.5rem;
  font-style: normal;
  color: #122050;
}
@media screen and (min-width: 64em) {
  .header .logo-container {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .header .logo-container .logo img {
    width: 150px;
  }
}

.blog .blog-container a {
  color: #122050;
}
.blog .blog-container a .blog-card {
  display: grid;
  grid-template-columns: 1fr;
}
.blog .blog-container a .blog-card .blog-card-img {
  max-height: 400px;
  position: relative;
}
.blog .blog-container a .blog-card .blog-card-img svg {
  fill: #ff6771;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 15px;
  height: 15px;
  z-index: 10;
}
.blog .blog-container a .blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.blog .blog-container a .blog-card .blog-content {
  padding-top: 10px;
}
.blog .blog-container a .blog-card .blog-content p {
  font-weight: bold;
}
.blog .blog-container a .blog-card .blog-content p span {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: white;
  margin-top: -2px;
  padding: 3px 10px;
  border-radius: 1rem;
  background-color: #4b728e;
  margin-right: 5px;
}
@media screen and (min-width: 64em) {
  .blog .blog-container a .blog-card .blog-card-img {
    overflow: hidden;
  }
  .blog .blog-container a .blog-card .blog-card-img svg {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
  .blog .blog-container a .blog-card .blog-card-img img {
    transition: 0.3s;
  }
  .blog .blog-container a .blog-card .blog-card-img img:hover {
    transform: scale(1.1);
  }
  .blog .blog-container a .blog-card .blog-content {
    padding-top: 10px;
  }
  .blog .blog-container a .blog-card .blog-content p {
    font-weight: bold;
  }
  .blog .blog-container a .blog-card .blog-content p span {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: white;
    margin-top: -2px;
    padding: 3px 10px;
    border-radius: 1rem;
    background-color: #4b728e;
    margin-right: 5px;
  }
  .blog .blog-container a:hover .blog-card .blog-card-img img {
    transform: scale(1.1);
  }
  .blog .blog-container a:hover .blog-card .blog-card-img .arrow {
    transform: scale(1);
  }
  .blog .blog-container a:hover .blog-card .blog-content p {
    color: #ff6771;
  }
}

.website-btn {
  padding: 0 5%;
}
.website-btn .website-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.website-btn .website-btn-container a {
  border: 2px solid #122050;
  padding: 1rem 0;
  border-radius: 2rem;
  display: inline-block;
  width: 100%;
  color: #122050;
  text-align: center;
  transition: 0.3s;
}
.website-btn .website-btn-container a:hover {
  background-color: #122050;
  color: white;
}
@media screen and (min-width: 64em) {
  .website-btn .website-btn-container a {
    max-width: 15rem;
  }
}

.services .services-container {
  text-align: center;
}
.services .services-container .services-title {
  text-transform: uppercase;
}
.services .services-container .services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.services .services-container .services-grid .services-card {
  text-align: center;
}
.services .services-container .services-grid .services-card .service-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.services .services-container .services-grid .services-card a {
  display: inline-block;
  font-variation-settings: "wght" 600;
  color: #ff6771;
  transition: 0.3s;
}
.services .services-container .services-grid .services-card a .services-link {
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: thin;
}
.services .services-container .services-grid .services-card a .services-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #ff6771;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.services .services-container .services-grid .services-card a .services-link svg {
  width: 15px;
  margin-left: 5px;
}
.services .services-container .services-grid .services-card a .services-link span {
  line-height: 1;
}
.services .services-container .services-grid .services-card a:hover {
  color: white;
}
.services .services-container .services-grid .services-card a:hover .services-link::after {
  width: 100%;
  z-index: -1;
}
.services .services-container .services-grid .services-card a:hover .services-link svg path {
  fill: #ffffff;
}
.contact {
  padding: 0;
}
.contact::before {
  content: "";
  background-image: url("/wp-content/themes/website/assets/img/flash_filled.svg");
  aspect-ratio: 1885/120;
  background-repeat: no-repeat;
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
  pointer-events: none;
  margin-bottom: -2px;
}
.contact .contact-container {
  background-color: #122050;
  padding: 3rem 5%;
}
.contact .contact-container p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}
.contact .contact-container .contact-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.contact .contact-container .contact-links .contact-link svg defs rect {
  fill: #ffffff;
}
.contact .contact-container .contact-links .contact-link svg #Ellipse_3,
.contact .contact-container .contact-links .contact-link svg #Ellipse_2,
.contact .contact-container .contact-links .contact-link svg #Ellipse_1 {
  stroke: #ffffff;
}
.contact .contact-container .contact-links .contact-link svg text {
  fill: #ffffff;
}
.contact .contact-container .contact-links .contact-link svg path {
  fill: #ffffff;
}
.contact .contact-container .contact-top {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.contact .contact-container .contact-top svg {
  width: 25px;
}
.contact .contact-container .contact-top svg text {
  fill: #ffffff;
}
@media screen and (min-width: 64em) {
  .contact::before {
    display: none;
  }
  .contact .contact-container {
    background-color: transparent;
    padding: 1rem 5% 3rem 5%;
  }
  .contact .contact-container p {
    color: #122050;
  }
  .contact .contact-container .contact-links .contact-link svg defs rect {
    fill: #122050;
    transition: 0.3s;
  }
  .contact .contact-container .contact-links .contact-link svg #Ellipse_3,
.contact .contact-container .contact-links .contact-link svg #Ellipse_2,
.contact .contact-container .contact-links .contact-link svg #Ellipse_1 {
    stroke: #122050;
    fill: #122050;
    fill-opacity: 0;
    transition: 0.3s;
  }
  .contact .contact-container .contact-links .contact-link svg text {
    fill: #122050;
    transition: 0.3s;
  }
  .contact .contact-container .contact-links .contact-link svg path {
    fill: #122050;
    transition: 0.3s;
  }
  .contact .contact-container .contact-links .contact-link a:hover svg defs rect {
    fill: #ffffff;
  }
  .contact .contact-container .contact-links .contact-link a:hover svg #Ellipse_3,
.contact .contact-container .contact-links .contact-link a:hover svg #Ellipse_2,
.contact .contact-container .contact-links .contact-link a:hover svg #Ellipse_1 {
    stroke: #122050;
    fill: #122050;
    fill-opacity: 1;
  }
  .contact .contact-container .contact-links .contact-link a:hover svg text {
    fill: #ffffff;
  }
  .contact .contact-container .contact-links .contact-link a:hover svg path {
    fill: #ffffff;
  }
  .contact .contact-container .contact-top {
    display: none;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .desktop-grid {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
/* ------------------------------------------
 05 HOMEPAGE
------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
.site-content,
.site-main {
  height: 100%;
}

.site-header .wrapper {
  display: flex;
}

.site-menu {
  margin-left: auto;
}

.home-content {
  padding-top: 30vh;
  text-align: center;
}
.home-content p {
  font-size: 32px;
}

/*# sourceMappingURL=theme.min.css.map */
