
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,400&display=swap');
@import url("./src/menu.css");
@import url("./src/variables.css");
@import url("./src/homepage.css");
@import url("./src/contentPage.css");
@import url("./src/faq.css");
@import url("./src/contactPage.css");

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

ul {
        list-style-type:disc;
        margin-left:19px;
    }

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 100%){

  .container{
    max-width: 100%;
  }
}
@media (min-width: 1300px){

  .container{
    max-width: 1300px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-0{
  top: 0px;
}
.left-\[10px\]{
  left: 10px;
}
.top-\[9px\]{
  top: 9px;
}
.-right-8{
  right: -2rem;
}
.-top-8{
  top: -2rem;
}
.z-\[99\]{
  z-index: 99;
}
.z-10{
  z-index: 10;
}
.z-0{
  z-index: 0;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.float-right{
  float: right;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-\[30px\]{
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-\[21px\]{
  margin-left: 21px;
  margin-right: 21px;
}
.my-\[21px\]{
  margin-top: 21px;
  margin-bottom: 21px;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mt-4{
  margin-top: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mr-\[32px\]{
  margin-right: 32px;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-\[-35px\]{
  margin-top: -35px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-auto{
  margin-top: auto;
}
.mr-\[80px\]{
  margin-right: 80px;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.ml-\[-6px\]{
  margin-left: -6px;
}
.ml-4{
  margin-left: 1rem;
}
.ml-8{
  margin-left: 2rem;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[70\%\]{
  height: 70%;
}
.min-h-\[70px\]{
  min-height: 70px;
}
.w-full{
  width: 100%;
}
.w-1\/5{
  width: 20%;
}
.w-4\/5{
  width: 80%;
}
.w-3\/4{
  width: 75%;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[34px\]{
  width: 34px;
}
.flex-grow{
  flex-grow: 1;
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[0\.8fr_1fr\]{
  grid-template-columns: 0.8fr 1fr;
}
.flex-col{
  flex-direction: column;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.break-all{
  word-break: break-all;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(8 33 125 / var(--tw-border-opacity));
}
.border-lightGray{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(8 33 125 / var(--tw-bg-opacity));
}
.bg-\[\#B0B5BA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(176 181 186 / var(--tw-bg-opacity));
}
.bg-\[\#fdd05b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 208 91 / var(--tw-bg-opacity));
}
.bg-\[\#2173DF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 115 223 / var(--tw-bg-opacity));
}
.bg-\[\#f88e1e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 142 30 / var(--tw-bg-opacity));
}
.bg-\[\#000000c4\]{
  background-color: #000000c4;
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#F3F3F3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[90px\]{
  padding: 90px;
}
.p-\[25px\]{
  padding: 25px;
}
.p-3{
  padding: 0.75rem;
}
.p-1{
  padding: 0.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[55px\]{
  padding-top: 55px;
  padding-bottom: 55px;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-\[31px\]{
  padding-left: 31px;
  padding-right: 31px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-\[90px\]{
  padding-left: 90px;
  padding-right: 90px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pl-\[17px\]{
  padding-left: 17px;
}
.pt-4{
  padding-top: 1rem;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-\[30px\]{
  padding-right: 30px;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[2px\]{
  padding-top: 2px;
}
.pt-\[7px\]{
  padding-top: 7px;
}
.pl-8{
  padding-left: 2rem;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pr-4{
  padding-right: 1rem;
}
.text-center{
  text-align: center;
}
.font-marydale{
  font-family: "Marydale";
}
.font-lato{
  font-family: "Lato";
}
.text-\[49px\]{
  font-size: 49px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[35px\]{
  font-size: 35px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[14px\]{
  font-size: 14px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.leading-\[29px\]{
  line-height: 29px;
}
.leading-\[44px\]{
  line-height: 44px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[35px\]{
  line-height: 35px;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(8 33 125 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-lightGray{
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}
@media (min-width:768px){
    .aligncenter {
        float: none;
        margin: .5em auto 1em;
    }

    .alignright {
        float: right;
        margin: .5em 0 1em 1em;
    }

    .alignleft {
        float: left;
        margin: .5em 1em 1em 0;
    }

    .wp-caption {
        padding: 5px 0;
        border: 1px solid #555;
        background: #444;
        text-align: center;
    }

    .wp-caption img {
        display: inline;
    }

    .wp-caption p.wp-caption-text {
        margin: 5px 0 0;
        padding: 0;
        text-align: center;
        font-size: 75%;
        font-weight: 100;
        font-style: italic;
        color: #ddd;
    }
}
@media(max-width:767px){
    .custom-logo{
        width:75%;
    }
}
.rotate-90{
    transform:rotate(90deg);
    transition:0.5s ease-in-out;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

html.contrasted, html.contrasted .bg-\[\#F5F5F5\], html.contrasted .bg-white{
    background:#000;
    color:#fff;
}

html, html .bbg-\[\#F5F5F5\], html .bg-white{
    transition: all 0.5s ease-in-out;
}
html.contrasted input, html.contrasted textarea{
    background:#000;
}
html.contrasted #secondary-menu, html.contrasted .text-primary, html.contrasted .descriptionText h2{
    color:#fff;
}
#contentPage p{
    margin-bottom:1.2rem;
}
#contentPage h2{
    font-size:28px;
    line-height:30px;
    margin-bottom:2rem;
    margin-top:2rem;
}
#contentPage h3{
    font-size:26px;
    line-height:28px;
    margin-bottom:2rem;
    margin-top:2rem;
}
#contentPage h4{
    font-size:24px;
    line-height:26px;
    margin-bottom:2rem;
    margin-top:2rem;
}
#contentPage a{
    text-decoration:underline;
}
#contentPage.without-underline a {
    text-decoration: none;
}
#contentPage a:hover{
    text-decoration:none;
    color:#f07612;
}
#contentPage .ctaButton{
    width:-moz-fit-content;
    width:fit-content;
    transition:0.5s ease-in-out;
    text-decoration:none;
}
#contentPage .ctaButton:hover{
    color:#fff;
    opacity:0.8;
}
.last\:font-bold:last-child{
  font-weight: 700;
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(8 33 125 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
@media (min-width: 768px){

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:mr-\[-30px\]{
    margin-right: -30px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:ml-\[-30px\]{
    margin-left: -30px;
  }

  .md\:ml-\[-40px\]{
    margin-left: -40px;
  }

  .md\:mr-\[60px\]{
    margin-right: 60px;
  }

  .md\:ml-\[30px\]{
    margin-left: 30px;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[60\%\]{
    height: 60%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-\[calc\(50\%\+30px\)\]{
    width: calc(50% + 30px);
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-\[calc\(50\%\+40px\)\]{
    width: calc(50% + 40px);
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:bg-\[\#F5F5F5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

  .md\:p-\[40px\]{
    padding: 40px;
  }

  .md\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-\[55px\]{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:pb-\[24px\]{
    padding-bottom: 24px;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }
}
@media (min-width: 1100px){

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[400px\]{
    height: 400px;
  }

  .lg\:grid-cols-\[1fr_1fr_10\%\]{
    grid-template-columns: 1fr 1fr 25%;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-\[31px\]{
    padding-left: 31px;
    padding-right: 31px;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:text-\[25px\]{
    font-size: 25px;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:text-\[15px\]{
    font-size: 15px;
  }
}
@media (min-width: 1280px){

  .xl\:block{
    display: block;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:text-\[49px\]{
    font-size: 49px;
  }

  .xl\:leading-\[44px\]{
    line-height: 44px;
  }
}
@media (min-width: 1536px){

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

