/*
Theme Name: sso
Description: sso template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text-domain: sso-base
*/



/* @font-face {
  font-family: 'PPFragment';
  src:
    url('fonts/PPFragment-SansLight.woff2') format('woff2'),
    url('fonts/PPFragment-SansLight.woff') format('woff'),
    url('fonts/PPFragment-SansLight.ttf') format('truetype'),
    url('fonts/PPFragment-SansLight.otf') format('opentype');
}

@font-face {
  font-family: 'PPFragment';
  font-weight: bold;
  src:
    url('fonts/PPFragment-SansSemiBold.woff2') format('woff2'),
    url('fonts/PPFragment-SansSemiBold.woff') format('woff'),
    url('fonts/PPFragment-SansSemiBold.ttf') format('truetype'),
    url('fonts/PPFragment-SansSemiBold.otf') format('opentype');
} */



:root {
  --primary-color: #AFA46E;
  --omnia-blue-transparent: rgba(0, 56, 122, 0.95);
  --omnia-blue: #00387a;
  --text-color: #00387a;
  --container-padding-horizontal: 20px;
  --container-padding: 0 20px;
  --padding: 60px;
  --padding-large: 100px;
  --site-content-width: 1750px;
  --site-content-width-with-padding: 1415px;
  --site-content-width-with-padding: 1240px;
  --font-family: 'Poppins', sans-serif;
  --button-width: 230px;
  --frontpage-text-size: 100px;
  --footer-font-size: 16px;
  --heading-size: 48px;
  --text-size: 18px;
  --button-text-size: 18px;
  --menu-button-text-size: 27px;
  --tagline-text-size: 133px;
  --menu-text-size: 28px;
  /* --text-size: 50px; */
}



@media (max-width: 1023px) {
  :root {
    --navigation-height: 48px;
  }
}



@media (max-width: 566px) {
  :root {
    --heading-size: 40px;
  }
}



/* Large Devices, Wide Screens */



@media only screen and (max-width : 1200px) {}



/* Medium Devices, Desktops */



@media only screen and (max-width : 992px) {}



/* Small Devices, Tablets */



@media only screen and (max-width : 768px) {}



/* Extra Small Devices, Phones */



@media only screen and (max-width : 480px) {}



.Container {
    width: 100%;
    /* width: var(--site-content-width-with-padding);
    padding: 0 var(--padding);
    margin: 0 auto;
    max-width: 100%; */

    /* border: 1px dotted gray; */
}



input[type="submit"],
.wp-block-buttons .wp-block-button a {
    color: white !important;
    border: 0;
    background-color: #00387a;
    background-color: var(--omnia-blue);
    font-weight: bold;
    font-size: 18px;
    font-size: var(--button-text-size);
    padding: 1rem 3rem;
    border-radius: 2rem;
    cursor: pointer;
}



.Columns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}



.Columns-2 .Column {
    flex: 0 0 50%;

}



.wp-block-column,
.Column {
    padding: 60px 0;
    padding: var(--padding) 0;
}



.Columns-3 .Column {
    flex: 0 0 33%;
}



/* 
@media (--md-viewport-down) {

    .wp-container-3,
    .wp-block-columns,
    .Columns {
        flex-direction: column;
    }

    .wp-block-column,
    .Column {
        padding-bottom: 0;
    }

    .wp-block-column:not(:first-of-type),
    .Column:not(:first-of-type) {
        padding-top: 0;
    }
} */



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



h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-family: var(--font-family);
    font-weight: 400;
}



html {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-size: var(--text-size);
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    font-smooth: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



*,
*::before,
*::after {
    box-sizing: inherit;
}



body {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #00387a;
    background: var(--omnia-blue);
    color: #00387a;
    color: var(--text-color);
    font-size: 100%;
    display: flex;
    flex-flow: column;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}



a {
    color: #00387a;
    color: var(--text-color);
    cursor: pointer;
    text-decoration: none;
}



a:hover {
    color: #00387a;
    color: var(--text-color);
    text-decoration: none;
}



table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}



tr {
    border-bottom: 1px solid rgb(240, 240, 240);
    height: auto !important;
}



tr:last-child {
    border-bottom: none;
}



th,
td {
    padding: 0.25rem 0.5rem;
    vertical-align: top;
}



th:first-child,
td:first-child {
    padding-left: 0;
}



th:last-child,
td:last-child {
    padding-right: 0;
}



img {
    max-width: 100%;
    height: auto;
}



ul,
ol {
    padding: 0 0 0 1.5rem;
}



p {
    margin: 1rem 0;
    line-height: 1.2;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 48px;
    font-size: var(--heading-size);
}



@media (min-width: 1024px) {

    .MenuSticky.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

}



@media (max-width: 1023px) {
    .container {
        padding: 0 20px;
    }

    .wrapper {
        padding: 0 20px;
    }
}



@media (max-width: 566px) {
    .block {
        padding: 40px 0;
    }
}



@media (max-width: 566px) {
    table {
        width: 100% !important;
        height: auto !important;
    }

    tr {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }

    tr>td:first-of-type {
        font-weight: bold;
    }

    tr,
    td {
        display: block;
    }

    td {
        width: 100% !important;
        height: auto !important;
        padding: 0.25rem 0;
    }

    td:empty {
        display: none;
    }
}



.youtube-responsive-container,
.responsive-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}



.responsive-youtube iframe,
.responsive-youtube object,
.responsive-youtube embed,
.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



p:first-of-type {
    margin-top: 0;
}



.wp-block-buttons>.wp-block-button {
    margin: 10px;
}



.wp-block-column h2 {
    margin-bottom: .25em;
}



/* =WordPress Core
-------------------------------------------------------------- */



.alignnone {
  margin: 5px 20px 20px 0;
}



.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}



.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}



.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}



a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}



a img.alignnone {
  margin: 5px 20px 20px 0;
}



a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}



a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}



.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}



.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}



.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}



.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}



.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}



/* 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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;

  /* Above WP toolbar. */
}



.SiteFooter {
    padding: 60px 0;
    padding: var(--padding) 0;
    background: #00387a;
    background: var(--omnia-blue);
    min-height: 200px;
    color: white;
    font-size: 16px;
    font-size: var(--footer-font-size);
}



.SiteFooter-logo-container {
    display: flex;
    align-items: center;
}



.SiteFooter-logo {
    margin-right: 100px;
}



.SiteFooter .Container {
    display: flex;
    justify-content: space-between;
}



@media (max-width: 781px) {
    .SiteFooter .Container {
        flex-direction: column;
        gap: 60px;
        gap: var(--padding)
    }
}



.SiteFooter .wp-block-column {
    padding: 0;
}



.SiteFooter .wp-block-columns {
    margin: 0;
}



.SiteFooter .Column {
    text-align: center;
}



@media (max-width: 1023px) {
    .SiteFooter .Column {
        padding: 60px 0;
        padding: var(--padding) 0;
    }
}



.SiteFooter h3 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 30px;
}



.SiteFooter .Logo {
    width: 300px;
    max-width: 100%;
    margin-bottom: 30px;
}



.SiteFooter-logo {
    width: 100px;
}



@media (max-width: 1023px) {
    .SiteFooter .Logo {
        width: 250px;
    }
}



.SocialIcons img {
    width: 55px;
    height: auto;
    margin: 0 12px;
}



html,
body {
    padding: 0;
    margin: 0;
}



.Header {
    height: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* position: absolute; */
    z-index: 100;
    width: 100%;
}



header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 500px;
    background-color: #00387a;
    background-color: var(--omnia-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 260px;

}



.front-page.has-thumbnail header {
    height: 100vh;
    padding-top: 0;
}



@media (max-width: 1023px) {
    .Header {
        height: 160px;
        padding-top: 0;
    }
}



/* 
.Header:before {
    content: "";
    filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} */



.Menu .MobilLogo {
    position: absolute;
    top: 26px;
    left: 26px;
}



.Menu .MobilLogo,
.Header .Logo {
    width: 300px;
}



@media only screen and (max-width: 1066px) {

    .Menu .MobilLogo,
    .Header .Logo {
        width: 260px;
    }
}



@media (max-width: 1023px) {

    .Menu .MobilLogo,
    .Header .Logo {
        width: 250px;
    }
}



@media (max-width: 566px) {

    .Menu .MobilLogo,
    .Header .Logo {
        width: 180px;
    }
}



.Header .Container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.Header .Container ul,
.Header .Container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}



.Header .Container ul li {
    color: #AFA46E;
    color: var(--primary-color);
    display: inline-block;
    padding: .1em .35em;
    font-size: 28px;
    font-size: var(--menu-text-size);
}



.Header .Container ul li.current-menu-item a,
.Header .Container ul li:hover a {
    /* text-decoration: underline; */
    border-bottom: 2px solid #AFA46E;
    border-bottom: 2px solid var(--primary-color);
}



.Header .Container ul li:last-of-type a {
    text-decoration: none;
}



.HeaderBox {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



.HeaderBox * {
    z-index: 8;
}



.HeaderBox::before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}



.HeaderBox h1 {
    color: #AFA46E;
    color: var(--primary-color);
    margin: 0;
    position: absolute;
    width: 1140px;
    padding: 0 20px;
    max-width: 100%;
    text-align: center;
}



.front-page .HeaderBox .Columns {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



.front-page .HeaderBox .Columns .Column {
    text-align: center;
    color: #AFA46E;
    color: var(--primary-color);
}



@media (max-width: 1023px) {

    .front-page .HeaderBox .Columns .Column {
        margin-bottom: 20px;
    }
}



.front-page .HeaderBox .Columns .Column a {
    /* text-decoration: underline; */
    font-size: 100px;
    font-size: var(--frontpage-text-size);
    border-bottom: 5px solid #AFA46E;
    border-bottom: 5px solid var(--primary-color);
}



.front-page .HeaderBox .Columns .Column a:hover {
    /* text-decoration: none; */

    border-bottom: 0;
}



@media (max-width : 1300px) {}



@media (max-width: 1023px) {}



@media only screen and (max-width : 830px) {}



@media (max-width: 566px) {}



.home main>.Container {
    /* text-align: center; */
    /* padding-top: var(--padding-large); */
    /* padding-bottom: var(--padding-large); */
}



.home main>.Container p {
    font-size: var(--heading-size-2);
}



/* .home main>.Container .wp-block-buttons {
    justify-content: center;
    align-items: center;
} */



@media (max-width: 1023px) {
    .home main>.Container .wp-block-buttons {
        margin-top: 60px;
        margin-top: var(--padding);
    }
}



/* div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.home main>.Container .wp-block-buttons .wp-block-button a {
    font-size: var(--menu-button-text-size);
    background-color: black;
    color: var(--primary-color);
    width: var(--button-width);
    padding: 15px 10px;
    line-height: 1;
    border: 0;
    margin-bottom: 10px;
} */



div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400;
}



.hamburger-container {
    display: none;
    right: 30px;
    top: 30px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .0);
    background: rgba(0, 0, 0, .5);
    z-index: 3000;
}



.show-menu .hamburger-container:hover,
.show-menu .hamburger-container {
    background: none;
}



@media (max-width: 1023px) {



    .hamburger-container {
        display: block;
        position: fixed;
        right: 20px;
        top: 20px;
    }
}



@media (max-width: 566px) {
    .hamburger-container {
        right: 12px;
        top: 8px;
    }
}



.hamburger-container:hover {
    background: rgba(0, 0, 0, .5);
}



.hamburger-container .checkbox {
    position: absolute;
    display: block;
    height: 62px;
    width: 62px;
    /* top: 20px;
    left: 20px; */
    margin: 0;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}



.hamburger-container .hamburger-lines {
    display: block;
    height: 56px;
    width: 62px;
    /* position: absolute; */
    /* top: 17px;
    left: 20px; */
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    margin-top: 3px;
}



.hamburger-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    /* border-radius: 10px; */
    background: white;
}



.show-menu .hamburger-container .hamburger-lines .line {
    /* background: black; */
}



.hamburger-container input[type="checkbox"]:checked~.hamburger-lines .line {
    background: white;
    background: black;
}



.hamburger-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}



.hamburger-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}



.hamburger-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}



.hamburger-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: translate(6px, 0) rotate(45deg);
}



.hamburger-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}



.hamburger-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: translate(6px, 0) rotate(-45deg);
}



.Menu {
    transition: height 0.5s ease-in-out, background-color 0.5s ease-in-out;
}



.Menu-logo {
    transition: width 0.5s ease-in-out;
}



.scrolled-under-header .Menu {
    height: 180px;

}



.scrolled-under-header .Menu,
.front-page.has-thumbnail.scrolled-under-header .Menu {
    background: rgba(0, 56, 122, 0.95);
    background: var(--omnia-blue-transparent);
}



.scrolled-under-header .Menu-logo {
    width: 100px;
}



/* .show-menu .Menu { */



.Menu {
    display: flex;
    /* background: rgba(0, 0, 0, .85); */
    position: fixed;
    right: 20px;
    right: var(--container-padding-horizontal);
    left: 20px;
    left: var(--container-padding-horizontal);
    top: 60px;
    z-index: 2000;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    /* max-width: var(--site-content-width-with-padding); */
    width: calc(100% - 40px);
    width: calc(100% - var(--container-padding-horizontal)*2);

    background: #00387a;

    background: var(--omnia-blue);
    height: 260px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}



.front-page.has-thumbnail .Menu {
    background: none;

}



.Menu-logo {
    width: 133px;
}



.Menu-logo-link {
    position: absolute;
    left: 20px !important;
    left: var(--container-padding-horizontal) !important;
}



.Menu .menu-items {
    margin-right: 20px !important;
    margin-right: var(--container-padding-horizontal) !important;
}



.Menu-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    max-width: var(--site-content-width-with-padding);
    margin: 0 auto;
    position: relative;
    height: 100%;
}



.Header .menu-items {
    position: relative;
}



.HeaderMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    max-width: var(--site-content-width-with-padding);
    margin: 0 auto;
    gap: 40px;
}



.Mobile-logo-link {
    display: none;
}



.Mobile-logo-link img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
}



@media (max-width: 1023px) {

    .Mobile-logo-link {
        display: block;
    }

    .Menu {
        /* display: none; */
        background: #00387a !important;
        background: var(--omnia-blue) !important;
        opacity: .95;
        right: -100vw;
        flex-direction: column;
        position: fixed;
        top: 0;
        bottom: 0;
        min-width: 500px;
        margin: 0;
        left: unset;
        width: auto;
        max-width: 100%;
        height: 100vh !important;
        justify-content: center;


        transition: right 0.5s ease-in-out;
        z-index: 1000;
    }

    .Menu-logo {
        width: 133px;
    }

    .Menu-logo-link {
        position: absolute;
        top: 60px;
        left: unset !important;
    }

    .Menu .menu-items {
        margin-right: 0 !important;

    }

    .HeaderMenu,
    .Menu-container {
        flex-direction: column;
        justify-content: center;
    }

    .Menu-container {
        gap: 50px;
    }

    .show-menu .Menu {
        right: 0;
        display: flex;
    }
}



@media (max-width: 566px) {

    .Menu {

        min-width: 100%;
        width: 100%;
        margin: 0;
        left: unset;
        width: auto;
        max-width: 100%;
        height: 100vh;

        transition: right 0.5s ease-in-out;
        z-index: 1000;
    }

}



.Menu .menu-items {
    color: white;
    max-width: 100%;
    text-align: center;
}



.Menu ul,
.Menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}



.Menu ul li a {
    padding: .5em 0;
    color: white;
}



.Menu ul li a:hover {
    /* color: #9b51e0; */
    text-decoration: underline;
}



.Menu ul li {}



.columns {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}



.column {
    width: 50%;
    padding: 60px 30px;
    padding: var(--padding) 30px;
}



.column h1:first-child,
.column h2:first-child {
    margin-top: 0;
    text-transform: none;
    margin-bottom: 1em;
    line-height: 1.2;
}



@media (max-width: 1023px) {}



figure.wp-block-image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;
    text-align: center;
}



figcaption {
    font-size: 14px;
}



figure.wp-block-image img {
    width: 100%;
}



.column figure.wp-block-gallery {
    margin: 30px 0;
}



.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    flex: 0 0 auto;
    color: black;
    background: none;
    position: relative;
}



.wp-block-gallery.has-nested-images figure.wp-block-image {
    justify-content: flex-start;
}



.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image):not(.size-full) img {
    -o-object-fit: none;
       object-fit: none;
    height: auto;
    flex: 0;
}



.wpcf7 {
    margin: 0;
    padding: 0;
}



/* 1) Wrapper (same) */



.floating-label {
    position: relative;
    margin-top: 1.5rem;
}



/* 2) Shared field styles */



.floating-label input,
.floating-label textarea {
    width: 100%;
    padding: 1.25rem 0.5rem 0.5rem;
    /* top padding for label */
    font-size: 1rem;
    border: 1px solid #00387a;
    border: 1px solid var(--omnia-blue);
    border-radius: 0;
    transition: border-color 0.2s;
    resize: vertical;
    /* for textarea */
}



.floating-label input:focus,
.floating-label textarea:focus {
    border-color: #00387a;
    border-color: var(--omnia-blue);
    outline: none;
}



/* 3) Label (same) */



.floating-label label {
    position: absolute;
    top: 2em;
    left: 0.5em;
    font-size: 1em;
    color: #00387a;
    color: var(--omnia-blue);
    background: white;
    padding: 0 0.25rem;
    pointer-events: none;
    transition: all 0.2s ease-out;
}



/* 4) Float up on focus OR when .has-value present */



.floating-label input:focus~label,
.floating-label textarea:focus~label,
.floating-label.has-value label {
    top: 1em;
    font-size: 0.75em;
    color: #00387a;
    color: var(--omnia-blue);
}



.wp-block-sso-block {
    width: 100%;

    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child {
        margin-top: 0;
    }

    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child {
        margin-bottom: 0;
    }


    .wp-block-column,
    .Column {
        padding: 0;
    }

}



.HeaderWidgets {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    max-width: var(--site-content-width-with-padding);

    /* position: relative; */
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}



.HeaderWidgets .HeaderWidgets__container {
    background: white;
    max-width: 470px;
    width: calc(100% - 40px);
    width: calc(100% - var(--container-padding-horizontal)*2);
    padding: 30px 15px;
    margin-right: 20px !important;
    margin-right: var(--container-padding-horizontal) !important;
    margin-left: 20px !important;
    margin-left: var(--container-padding-horizontal) !important;
    margin-bottom: 60px;
}



.SiteFooter .Container,
.wp-block-sso-block .Block__inner {
    padding: 0 20px;
    padding: var(--container-padding);
    max-width: 1240px;
    max-width: var(--site-content-width-with-padding);
    width: 100%;
    margin: 0 auto;
}



/* Padding Variants */



.wp-block-sso-block.has-padding-normal .Block__inner {
    padding: 60px 20px;
}



.wp-block-sso-block.has-padding-large .Block__inner {
    padding: 100px 20px;
}



/* Color Style Variants */



.wp-block-sso-block.has-style-default {
    background-color: #fff;
}



.wp-block-sso-block.has-style-gray {
    background-color: #eee;
}



.wp-block-sso-block.has-style-default,
.wp-block-sso-block.has-style-gray {

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    * {
        color: #00387a;
        color: var(--omnia-blue);
    }
}



.wp-block-sso-block.has-style-blue {
    background-color: #00387a;
    background-color: var(--omnia-blue);
    color: white;

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    * {
        color: white;
    }
}



.wp-block-columns {
    /* gap:; */
}



.wp-block-heading.is-style-medium {
    font-size: 24px;
    font-weight: bold;
}



.wp-block-file:first-of-type {
    border-top: 1px solid #00387a;
    border-top: 1px solid var(--omnia-blue);
}



.wp-block-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid var(--primary-color); */
    border-bottom: 1px solid #00387a;
    border-bottom: 1px solid var(--omnia-blue);
    margin: 0;

}



.wp-block-file * {
    font-size: 18px;
    font-size: var(--text-size);
}



.wp-block-file__button {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}



.file-download-icon>svg {
    background-color: #00387a;
    background-color: var(--omnia-blue);
    border-radius: 50%;
    vertical-align: middle;
}



.file-download-icon path {
    fill: white;
}

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