@charset "UTF-8";
/*!
Theme Name: CIA Landlords
Theme URI: http://underscores.me/
Author: Craftwork Digital
Author URI: https://craftworkdigital.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cia-landlords
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CIA Landlords is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Tailwind
	- Base
	- Components
	- Utilities
# Base
	- Global
# Components
	- Header
	- Footer
	- 2 Column - Text
	- Why Choose Us
	- FAQ Card
	- Accordion
	- Insurance Types
	- Text Tiles
	- Text With Thumbnail
	- Advice Categories
	- News Grid
	- Editor
	- Quote Form
	- Spinner
	- Contact Form
	- Callback Form

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tailwind
--------------------------------------------------------------*/
/*! tailwindcss v3.1.8 | 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: currentColor; /* 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.
*/
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: Roboto, Roboto-fallback, sans-serif; /* 4 */
}
/*
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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder,
textarea::-ms-input-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;
}
*, ::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: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.top-auto{
  top: auto;
}
.bottom-0{
  bottom: 0px;
}
.bottom-full{
  bottom: 100%;
}
.top-1\/2{
  top: 50%;
}
.right-4{
  right: 1rem;
}
.left-8{
  left: 2rem;
}
.left-1\/2{
  left: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-8{
  top: 2rem;
}
.right-8{
  right: 2rem;
}
.top-full{
  top: 100%;
}
.left-2\/3{
  left: 66.666667%;
}
.z-50{
  z-index: 50;
}
.z-40{
  z-index: 40;
}
.z-\[999\]{
  z-index: 999;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-0{
  z-index: 0;
}
.z-20{
  z-index: 20;
}
.-m-4{
  margin: -1rem;
}
.-m-8{
  margin: -2rem;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.ml-4{
  margin-left: 1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.ml-0{
  margin-left: 0px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-12{
  margin-right: 3rem;
}
.-mb-8{
  margin-bottom: -2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.\!hidden{
  display: none !important;
}
.h-auto{
  height: auto;
}
.h-20{
  height: 5rem;
}
.h-14{
  height: 3.5rem;
}
.h-full{
  height: 100%;
}
.h-28{
  height: 7rem;
}
.h-12{
  height: 3rem;
}
.h-32{
  height: 8rem;
}
.h-10{
  height: 2.5rem;
}
.h-8{
  height: 2rem;
}
.h-24{
  height: 6rem;
}
.h-1{
  height: 0.25rem;
}
.h-4{
  height: 1rem;
}
.max-h-0{
  max-height: 0px;
}
.min-h-\[16rem\]{
  min-height: 16rem;
}
.min-h-full{
  min-height: 100%;
}
.w-12{
  width: 3rem;
}
.w-full{
  width: 100%;
}
.w-20{
  width: 5rem;
}
.w-14{
  width: 3.5rem;
}
.w-28{
  width: 7rem;
}
.w-4{
  width: 1rem;
}
.w-3{
  width: 0.75rem;
}
.w-16{
  width: 4rem;
}
.w-6{
  width: 1.5rem;
}
.w-48{
  width: 12rem;
}
.w-32{
  width: 8rem;
}
.w-10{
  width: 2.5rem;
}
.w-4\/5{
  width: 80%;
}
.w-56{
  width: 14rem;
}
.w-8{
  width: 2rem;
}
.w-64{
  width: 16rem;
}
.w-1\/2{
  width: 50%;
}
.w-auto{
  width: auto;
}
.w-24{
  width: 6rem;
}
.w-1{
  width: 0.25rem;
}
.w-36{
  width: 9rem;
}
.w-136{
  width: 34rem;
}
.w-60{
  width: 15rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-none{
  flex: none;
}
.flex-1{
  flex: 1 1 0%;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-center{
  -webkit-transform-origin: center;
          transform-origin: center;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  -webkit-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));
          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));
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  -webkit-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));
          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));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  -webkit-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));
          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));
}
.rotate-90{
  --tw-rotate: 90deg;
  -webkit-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));
          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));
}
.rotate-45{
  --tw-rotate: 45deg;
  -webkit-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));
          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));
}
.transform{
  -webkit-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));
          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;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-aldo{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-atlantis{
  --tw-border-opacity: 1;
  border-color: rgb(148 193 39 / var(--tw-border-opacity));
}
.border-boulder{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-seaside{
  --tw-border-opacity: 1;
  border-color: rgb(0 100 178 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gallery{
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
}
.border-midnight{
  --tw-border-opacity: 1;
  border-color: rgb(45 65 80 / var(--tw-border-opacity));
}
.border-flamingo{
  --tw-border-opacity: 1;
  border-color: rgb(240 88 60 / var(--tw-border-opacity));
}
.bg-midnight{
  --tw-bg-opacity: 1;
  background-color: rgb(45 65 80 / var(--tw-bg-opacity));
}
.bg-bare{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-atlantis{
  --tw-bg-opacity: 1;
  background-color: rgb(148 193 39 / var(--tw-bg-opacity));
}
.bg-seaside{
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 178 / var(--tw-bg-opacity));
}
.bg-gallery{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}
.bg-aldo{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-flamingo{
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 60 / var(--tw-bg-opacity));
}
.bg-boulder{
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-8{
  padding: 2rem;
}
.p-4{
  padding: 1rem;
}
.p-10{
  padding: 2.5rem;
}
.p-6{
  padding: 1.5rem;
}
.p-0{
  padding: 0px;
}
.p-3{
  padding: 0.75rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-0{
  padding-bottom: 0px;
}
.pt-12{
  padding-top: 3rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pt-full{
  padding-top: 100%;
}
.pt-8{
  padding-top: 2rem;
}
.pt-4{
  padding-top: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-\[100\%\]{
  padding-top: 100%;
}
.pr-12{
  padding-right: 3rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-display{
  font-family: Lato, Lato-fallback, sans-serif;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 1.1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 1.1;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light{
  font-weight: 300;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.text-atlantis{
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}
.text-midnight{
  --tw-text-opacity: 1;
  color: rgb(45 65 80 / var(--tw-text-opacity));
}
.text-seaside{
  --tw-text-opacity: 1;
  color: rgb(0 100 178 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-boulder{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-aldo{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-gallery{
  --tw-text-opacity: 1;
  color: rgb(236 236 236 / var(--tw-text-opacity));
}
.text-flamingo{
  --tw-text-opacity: 1;
  color: rgb(240 88 60 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-100{
  opacity: 1;
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0{
  outline-width: 0px;
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* Base
--------------------------------------------- */
body{
  --tw-text-opacity: 1;
  color: rgb(45 65 80 / var(--tw-text-opacity));
}

[data-lastpass-root] {
  display: none !important; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

/* Components
--------------------------------------------- */
/**
 * Checkbox
 */
.checkbox.checked .checkbox__square{
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}

/**
 * Validation
 */
.input.invalid .input__label{
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(240 88 60 / var(--tw-border-opacity));
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(240 88 60 / var(--tw-text-opacity));
}
  .input.invalid .input__label a{
  --tw-text-opacity: 1;
  color: rgb(240 88 60 / var(--tw-text-opacity));
}

.input.invalid .input__error{
  display: block;
}

.input.invalid input:not([type='checkbox']),  .input.invalid select,  .input.invalid textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 88 60 / var(--tw-text-opacity));
}

.input.invalid .checkbox__square{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(251 207 189 / var(--tw-text-opacity));
}

.input.invalid .input__icon,  .input.invalid .input__inner,  .input.invalid::before{
  --tw-text-opacity: 1;
  color: rgb(240 88 60 / var(--tw-text-opacity));
}

.input input:not([type='checkbox']).disabled,  .input select.disabled,  .input textarea.disabled,  .input .checkbox__square.disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**
 * Currency
 */
.input[data-type="currency"] .input__inner::before {
  content: '\A3';
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  width: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }

.input[data-type="currency"] input{
  position: relative;
  padding-left: 1.5rem;
}

.mobile-menu-open .header__menu-container{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.menu-header-menu-container{
  width: 100%;
}

@media (min-width: 1280px) {
  .menu-header-menu-container{
    width: auto;
  } }

.mobile-menu-open #mobile-toggle{
  border-width: 0px;
}

.header-menu{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
}

@media (min-width: 1280px) {
  .header-menu{
    flex-direction: row;
  } }
  .header-menu > li{
  position: relative;
}

@media (min-width: 1280px) {
  .header-menu > li{
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(236 236 236 / var(--tw-border-opacity));
  } }
    .header-menu > li > a{
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  .header-menu > li > a{
    height: 5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  } }
    .header-menu > li.active .menu-icon{
  --tw-rotate: 0deg;
  -webkit-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));
          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));
}

@media (max-width: 1279px) {
  .header-menu > li.active ul{
    pointer-events: auto;
    visibility: visible;
    display: block;
    opacity: 1;
  } }

@media (min-width: 1280px) {
  .header-menu > li:hover ul{
    pointer-events: auto;
    visibility: visible;
    display: block;
    opacity: 1;
  } }
  .header-menu ul{
  pointer-events: none;
  visibility: hidden;
  display: none;
  width: 100%;
  opacity: 0;
}

@media (min-width: 1280px) {
  .header-menu ul{
    position: absolute;
    top: 100%;
    left: 0px;
    display: block;
    width: auto;
  } }
    .header-menu ul > li > a{
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
      .header-menu ul > li > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 65 80 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .header-menu ul > li > a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(148 193 39 / var(--tw-text-opacity));
  }
  .header-menu ul > li > a{
    justify-content: flex-start;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  } }
  .header-menu a{
  white-space: nowrap;
}
    .header-menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}

.menu-item-has-children .menu-icon{
  display: block;
}

@media (min-width: 1280px) {
  .menu-item-has-children .menu-icon{
    display: none;
  } }

.menu-item-has-children ul .menu-icon{
  display: none;
}

.footer-menu-top > li > a{
  margin-bottom: 2rem;
  display: block;
  font-size: 1.5rem;
  line-height: 1.1;
}

.footer-menu-top > li > ul > li > a{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-menu-top a:hover{
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}

.why-choose-us__wysiwyg p{
  margin-bottom: 2rem;
}
  .why-choose-us__wysiwyg p:last-child{
  margin-bottom: 0px;
}

.col2-text__wysiwyg h1,  .col2-text__wysiwyg h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .col2-text__wysiwyg h1,  .col2-text__wysiwyg h2{
    font-size: 1.875rem;
    line-height: 1.1;
  } }

.col2-text__wysiwyg h3,  .col2-text__wysiwyg h4,  .col2-text__wysiwyg h5,  .col2-text__wysiwyg h6{
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(45 65 80 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .col2-text__wysiwyg h3,  .col2-text__wysiwyg h4,  .col2-text__wysiwyg h5,  .col2-text__wysiwyg h6{
    font-size: 1.5rem;
    line-height: 1.1;
  } }

.col2-text__wysiwyg p,  .col2-text__wysiwyg ul{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.col2-text__wysiwyg strong{
  font-weight: 700;
}

.col2-text__wysiwyg li{
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
  .col2-text__wysiwyg li::before {
    content: '';
    position: relative;
    top: -0.25rem;
    margin-right: 1rem;
    display: inline-block;
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(148 193 39 / var(--tw-bg-opacity)); }

@media (min-width: 768px) {
  .col2-text__wysiwyg li::before{
    position: absolute;
    top: 0.5rem;
    left: 0px;
    margin-right: 0px;
  } }

.col2-text__wysiwyg a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 100 178 / var(--tw-text-opacity));
}
  .col2-text__wysiwyg a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.faq-card.active .faq-card__question{
  margin-bottom: 1rem;
}

.faq-card.active .faq-card__subtract{
  display: block;
}

.faq-card.active .faq-card__plus{
  display: none;
}

.faq-card.active .faq-card__answer{
  max-height: 100%;
}

.accordion__item.active .accordion__heading,  .accordion__item.active .accordion__arrow{
  --tw-text-opacity: 1;
  color: rgb(0 100 178 / var(--tw-text-opacity));
}

.accordion__item.active .accordion__arrow{
  --tw-rotate: 180deg;
  -webkit-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));
          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));
}

.accordion__item.active .accordion__body{
  display: block;
}

.insurance-types__heading a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 100 178 / var(--tw-text-opacity));
}
  .insurance-types__heading a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.text-tiles__wysiwyg h1,  .text-tiles__wysiwyg h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .text-tiles__wysiwyg h1,  .text-tiles__wysiwyg h2{
    font-size: 1.875rem;
    line-height: 1.1;
  } }

.text-tiles__wysiwyg h3,  .text-tiles__wysiwyg h4,  .text-tiles__wysiwyg h5,  .text-tiles__wysiwyg h6{
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(45 65 80 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .text-tiles__wysiwyg h3,  .text-tiles__wysiwyg h4,  .text-tiles__wysiwyg h5,  .text-tiles__wysiwyg h6{
    font-size: 1.5rem;
    line-height: 1.1;
  } }

.text-tiles__wysiwyg p,  .text-tiles__wysiwyg ul{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-tiles__wysiwyg strong{
  font-weight: 700;
}

.text-tiles__wysiwyg li{
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
  .text-tiles__wysiwyg li::before {
    content: '';
    position: relative;
    top: -0.25rem;
    margin-right: 1rem;
    display: inline-block;
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(148 193 39 / var(--tw-bg-opacity)); }

@media (min-width: 768px) {
  .text-tiles__wysiwyg li::before{
    position: absolute;
    top: 0.5rem;
    left: 0px;
    margin-right: 0px;
  } }

.text-tiles__wysiwyg a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 100 178 / var(--tw-text-opacity));
}
  .text-tiles__wysiwyg a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.text-with-thumbnail__wysiwyg h1,  .text-with-thumbnail__wysiwyg h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .text-with-thumbnail__wysiwyg h1,  .text-with-thumbnail__wysiwyg h2{
    font-size: 1.875rem;
    line-height: 1.1;
  } }

.text-with-thumbnail__wysiwyg h3,  .text-with-thumbnail__wysiwyg h4,  .text-with-thumbnail__wysiwyg h5,  .text-with-thumbnail__wysiwyg h6{
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(45 65 80 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .text-with-thumbnail__wysiwyg h3,  .text-with-thumbnail__wysiwyg h4,  .text-with-thumbnail__wysiwyg h5,  .text-with-thumbnail__wysiwyg h6{
    font-size: 1.5rem;
    line-height: 1.1;
  } }

.text-with-thumbnail__wysiwyg p,  .text-with-thumbnail__wysiwyg ul{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-with-thumbnail__wysiwyg strong{
  font-weight: 700;
}

.text-with-thumbnail__wysiwyg li{
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
  .text-with-thumbnail__wysiwyg li::before {
    content: '';
    position: relative;
    top: -0.25rem;
    margin-right: 1rem;
    display: inline-block;
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(148 193 39 / var(--tw-bg-opacity)); }

@media (min-width: 768px) {
  .text-with-thumbnail__wysiwyg li::before{
    position: absolute;
    top: 0.5rem;
    left: 0px;
    margin-right: 0px;
  } }

.text-with-thumbnail__wysiwyg a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 100 178 / var(--tw-text-opacity));
}
  .text-with-thumbnail__wysiwyg a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 640px) {
  .advice-categories__category:nth-child(odd){
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity));
  } }

@media (min-width: 1024px) {
  .advice-categories__category:nth-child(3n){
    border-style: none;
  }
  .advice-categories__category:nth-child(3n-1),  .advice-categories__category:nth-child(3n-2){
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity));
  } }

.news-grid__card::before, .news-grid__card::after {
  content: "";
  position: absolute;
  top: 0px;
  display: none;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }

@media (min-width: 768px) {
  .news-grid__card::before,  .news-grid__card::after{
    display: block;
  } }

.news-grid__card:before {
  right: 100%; }

.news-grid__card:after {
  left: 100%; }

.news-grid__card .news-grid__card-background{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .news-grid__card:nth-child(6n)::before,  .news-grid__card:nth-child(6n)::after,  .news-grid__card:nth-child(6n-1)::before,  .news-grid__card:nth-child(6n-1)::after,  .news-grid__card:nth-child(6n-2)::before,  .news-grid__card:nth-child(6n-2)::after{
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }
  .news-grid__card:nth-child(6n) .news-grid__card-background,  .news-grid__card:nth-child(6n-1) .news-grid__card-background,  .news-grid__card:nth-child(6n-2) .news-grid__card-background{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  } }

.editor h1{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .editor h1{
    font-size: 2.25rem;
    line-height: 1.1;
  } }

.editor h2{
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .editor h2{
    font-size: 1.875rem;
    line-height: 1.1;
  } }

.editor h2,  .editor h3,  .editor h4,  .editor h5,  .editor h6{
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(45 65 80 / var(--tw-text-opacity));
}

.editor h3,  .editor h4,  .editor h5,  .editor h6{
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .editor h3,  .editor h4,  .editor h5,  .editor h6{
    font-size: 1.5rem;
    line-height: 1.1;
  } }

.editor p,  .editor ul{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.editor strong{
  font-weight: 700;
}

.editor li{
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
  .editor li::before {
    content: '';
    position: relative;
    top: -0.25rem;
    margin-right: 1rem;
    display: inline-block;
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(148 193 39 / var(--tw-bg-opacity)); }

@media (min-width: 768px) {
  .editor li::before{
    position: absolute;
    top: 0.5rem;
    left: 0px;
    margin-right: 0px;
  } }

.editor a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 100 178 / var(--tw-text-opacity));
}
  .editor a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.editor hr{
  margin-top: 2rem;
  height: 0.25rem;
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.editor table{
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  border-top-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
}
  .editor table td,  .editor table th{
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.editor img{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: auto;
  width: 100%;
}

.loaded #quote-form-loader{
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.quote-form__group{
  display: none;
}
  .quote-form__group.active{
  display: block;
}

.quote-form__property-nav-heading,  .quote-form__property{
  display: none;
}
  .quote-form__property-nav-heading.active,  .quote-form__property.active{
  display: block;
}

.quote-form__property-nav-btn:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}
  .quote-form__property-nav-btn:disabled:hover{
  --tw-text-opacity: 1;
  color: rgb(236 236 236 / var(--tw-text-opacity));
}
  .quote-form__property-nav-btn:disabled#add-property:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.quote-form__result-modal.active{
  display: flex;
}

.spinner {
  -webkit-animation: spinnerRotate 2.0s infinite linear;
  animation: spinnerRotate 2.0s infinite linear; }
  .spinner__dot {
    width: 60%;
    height: 60%;
    -webkit-animation: spinnerBounce 2.0s infinite ease-in-out;
    animation: spinnerBounce 2.0s infinite ease-in-out; }
    .spinner__dot--2 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s; }
    .spinner__dot--3 {
      width: 30%;
      height: 30%;
      -webkit-animation-delay: -2.5s;
      animation-delay: -2.5s; }

@-webkit-keyframes spinnerRotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spinnerBounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes spinnerBounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.contact-form-wrapper.loading .contact-form__spinner{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.contact-form-wrapper.success .contact-form__heading{
  display: none;
}

.contact-form-wrapper.success #contact-form{
  display: none;
}

.contact-form-wrapper.success .contact-form__success{
  display: flex;
}

.callback-form-wrapper.loading .callback-form__spinner{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.callback-form-wrapper.success .callback-form__heading{
  display: none;
}

.callback-form-wrapper.success #callback-form{
  display: none;
}

.callback-form-wrapper.success .callback-form__success{
  display: flex;
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-seaside:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 178 / var(--tw-bg-opacity));
}

.hover\:bg-atlantis:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(148 193 39 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-seaside:hover{
  --tw-text-opacity: 1;
  color: rgb(0 100 178 / var(--tw-text-opacity));
}

.hover\:text-midnight:hover{
  --tw-text-opacity: 1;
  color: rgb(45 65 80 / var(--tw-text-opacity));
}

.hover\:text-atlantis:hover{
  --tw-text-opacity: 1;
  color: rgb(148 193 39 / var(--tw-text-opacity));
}

.hover\:text-aldo:hover{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-flamingo:hover{
  --tw-text-opacity: 1;
  color: rgb(240 88 60 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-12{
    margin-top: 3rem;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:border-b-0{
    border-bottom-width: 0px;
  }
  .sm\:border-r{
    border-right-width: 1px;
  }
  .sm\:border-t{
    border-top-width: 1px;
  }
  .sm\:border-none{
    border-style: none;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pr-8{
    padding-right: 2rem;
  }
  .sm\:pl-8{
    padding-left: 2rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:pr-56{
    padding-right: 14rem;
  }
  .sm\:pt-\[56\.25\%\]{
    padding-top: 56.25%;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }
  .md\:absolute{
    position: absolute;
  }
  .md\:top-8{
    top: 2rem;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:-bottom-12{
    bottom: -3rem;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:top-1\/2{
    top: 50%;
  }
  .md\:left-full{
    left: 100%;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:-mb-12{
    margin-bottom: -3rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:ml-1{
    margin-left: 0.25rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:table{
    display: table;
  }
  .md\:table-cell{
    display: table-cell;
  }
  .md\:table-row{
    display: table-row;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-32{
    height: 8rem;
  }
  .md\:h-2{
    height: 0.5rem;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-56{
    width: 14rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-32{
    width: 8rem;
  }
  .md\:w-36{
    width: 9rem;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:max-w-lg{
    max-width: 32rem;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:max-w-1\/2{
    max-width: 50%;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:-translate-x-0{
    --tw-translate-x: -0px;
    -webkit-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));
            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));
  }
  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    -webkit-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));
            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));
  }
  .md\:translate-x-0{
    --tw-translate-x: 0px;
    -webkit-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));
            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));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }
  .md\:border-r-0{
    border-right-width: 0px;
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:border-b{
    border-bottom-width: 1px;
  }
  .md\:border-gallery{
    --tw-border-opacity: 1;
    border-color: rgb(236 236 236 / var(--tw-border-opacity));
  }
  .md\:border-midnight{
    --tw-border-opacity: 1;
    border-color: rgb(45 65 80 / var(--tw-border-opacity));
  }
  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pr-64{
    padding-right: 16rem;
  }
  .md\:pt-\[42\.85\%\]{
    padding-top: 42.85%;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pl-5{
    padding-left: 1.25rem;
  }
  .md\:pr-3{
    padding-right: 0.75rem;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 1.1;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 1.1;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:top-28{
    top: 7rem;
  }
  .lg\:-bottom-20{
    bottom: -5rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:ml-8{
    margin-left: 2rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:-mb-20{
    margin-bottom: -5rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-4\/12{
    width: 33.333333%;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
    -webkit-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));
            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));
  }
  .lg\:transform{
    -webkit-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));
            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));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }
  .lg\:rounded-2xl{
    border-radius: 1rem;
  }
  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .lg\:border-none{
    border-style: none;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pr-32{
    padding-right: 8rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 1.1;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 1.1;
  }
  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .xl\:container{
      max-width: 1536px;
    }
  }
  .xl\:pointer-events-auto{
    pointer-events: auto;
  }
  .xl\:visible{
    visibility: visible;
  }
  .xl\:relative{
    position: relative;
  }
  .xl\:top-auto{
    top: auto;
  }
  .xl\:left-auto{
    left: auto;
  }
  .xl\:top-40{
    top: 10rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:ml-12{
    margin-left: 3rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-32{
    height: 8rem;
  }
  .xl\:h-20{
    height: 5rem;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:w-1\/5{
    width: 20%;
  }
  .xl\:w-20{
    width: 5rem;
  }
  .xl\:w-32{
    width: 8rem;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-5\/6{
    width: 83.333333%;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-2\/5{
    width: 40%;
  }
  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }
  .xl\:border-l{
    border-left-width: 1px;
  }
  .xl\:bg-transparent{
    background-color: transparent;
  }
  .xl\:p-20{
    padding: 5rem;
  }
  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:pl-8{
    padding-left: 2rem;
  }
  .xl\:pl-6{
    padding-left: 1.5rem;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:opacity-100{
    opacity: 1;
  }
  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1536px){
  .\32xl\:w-3\/12{
    width: 25%;
  }
}

.\[\&\:nth-child\(4n\)\]\:border-r-0:nth-child(4n){
  border-right-width: 0px;
}

@media (min-width: 640px){
  .\[\&\:nth-child\(3n\)\]\:sm\:border-r-0:nth-child(3n){
    border-right-width: 0px;
  }
}
