/*
! tailwindcss v3.0.24 | 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.
*/

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 */
}

/*
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 */
  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:-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
    @font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src: url(../fonts/OpenSans-Regular.eot?24c454439759e2c6a774ecbd166a00fa);
        src:
            local("OpenSans Regular"),
            local("OpenSans Regular"),
            url(../fonts/OpenSans-Regular.eot?24c454439759e2c6a774ecbd166a00fa?#iefix) format("embedded-opentype"),
            url(../fonts/OpenSans-Regular.woff2?3ef06ba3c7099e63c9cee28dda70d9ab) format("woff2"),
            url(../fonts/OpenSans-Regular.woff?6c5acfa99c83633bb078b533ac5635bd) format("woff"),
            url(../fonts/OpenSans-Regular.ttf?1f7e89e42abf83356358271570c3606e) format("truetype");
    }
    @font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 500;
        src: url(../fonts/OpenSans-Medium.eot?eb8ba5351a1d9fd6bf6cec08e271a23f);
        src:
            local("OpenSans Medium"),
            local("OpenSans Medium"),
            url(../fonts/OpenSans-Medium.eot?eb8ba5351a1d9fd6bf6cec08e271a23f?#iefix) format("embedded-opentype"),
            url(../fonts/OpenSans-Medium.woff2?787643710fd10258c51d6641282fd64d) format("woff2"),
            url(../fonts/OpenSans-Medium.woff?bf421ba0e8cd4d717f13024d50f8466a) format("woff"),
            url(../fonts/OpenSans-Medium.ttf?03efc93a15d457fd1f5380dcfc08a948) format("truetype");
    }
    @font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 700;
        src: url(../fonts/OpenSans-Bold.eot?7f1596ccd3a68545250fd256d508dbba);
        src:
            local("OpenSans Bold"),
            local("OpenSans Bold"),
            url(../fonts/OpenSans-Bold.eot?7f1596ccd3a68545250fd256d508dbba?#iefix) format("embedded-opentype"),
            url(../fonts/OpenSans-Bold.woff2?f3e79b3d83d8a599df08ae847aae47f3) format("woff2"),
            url(../fonts/OpenSans-Bold.woff?eb8f357f58267539eb7bf4033bb94c4c) format("woff"),
            url(../fonts/OpenSans-Bold.ttf?a19e320281056a1b867d65287a3aa7d9) format("truetype");
    }

    @font-face {
        font-display: swap;
        font-family: "PTSans";
        font-style: normal;
        font-weight: 400;
        src: url(../fonts/PTSans-Regular.eot?1d89903082a5ea9c81105e9521681dba);
        src:
            local("PTSans Regular"),
            local("PTSans Regular"),
            url(../fonts/PTSans-Regular.eot?1d89903082a5ea9c81105e9521681dba?#iefix) format("embedded-opentype"),
            url(../fonts/PTSans-Regular.woff2?9585da7aa08dd128457b350836178821) format("woff2"),
            url(../fonts/PTSans-Regular.woff?07452396d2e22557fe3da6da66ce26e0) format("woff"),
            url(../fonts/PTSans-Regular.ttf?21b28c3352a1c3f4bcc20d5be6d5bab4) format("truetype");
    }

    @font-face {
        font-display: swap;
        font-family: "PTSans";
        font-style: normal;
        font-weight: 700;
        src: url(../fonts/PTSans-Bold.eot?7b85966f20ff059d81a6948af40a1f1b);
        src:
            local("PTSans Bold"),
            local("PTSans Bold"),
            url(../fonts/PTSans-Bold.eot?7b85966f20ff059d81a6948af40a1f1b?#iefix) format("embedded-opentype"),
            url(../fonts/PTSans-Bold.woff2?f3941d80ebc54ad11d8b4470eea20382) format("woff2"),
            url(../fonts/PTSans-Bold.woff?d352e17c050689652441667247d9ce77) format("woff"),
            url(../fonts/PTSans-Bold.ttf?fc13aa3056d9129cbd559fd6dd1de588) format("truetype");
    }

*, ::before, ::after {
  --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(17 95 113 / 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%;
  margin-right: auto;
  margin-left: auto;
}
@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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-4 {
  left: 1rem;
}
.top-0\.5 {
  top: 0.125rem;
}
.left-0\.5 {
  left: 0.125rem;
}
.right-0\.5 {
  right: 0.125rem;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.left-0 {
  left: 0px;
}
.top-32 {
  top: 8rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-0 {
  top: -0px;
}
.top-1\/2 {
  top: 50%;
}
.left-2 {
  left: 0.5rem;
}
.top-\[57px\] {
  top: 57px;
}
.top-\[73px\] {
  top: 73px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[99\] {
  z-index: 99;
}
.z-\[100\] {
  z-index: 100;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mt-\[78px\] {
  margin-top: 78px;
}
.mt-\[127px\] {
  margin-top: 127px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-\[3px\] {
  height: 3px;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[160px\] {
  width: 160px;
}
.max-w-base {
  max-width: 1280px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-large {
  max-width: 1440px;
}
.flex-none {
  flex: none;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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-1\.5 {
  --tw-translate-y: -0.375rem;
  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-1 {
  --tw-translate-y: -0.25rem;
  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-1\.5 {
  --tw-translate-y: 0.375rem;
  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-1 {
  --tw-translate-y: 0.25rem;
  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;
  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;
  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 {
  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;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(2 13 15 / var(--tw-border-opacity));
}
.border-blue\/10 {
  border-color: rgb(17 95 113 / 0.1);
}
.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}
.border-blue\/50 {
  border-color: rgb(17 95 113 / 0.5);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(50 112 49 / var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(17 95 113 / var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(241 75 39 / var(--tw-border-opacity));
}
.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(206 120 0 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 95 113 / var(--tw-bg-opacity));
}
.bg-\[\#ccdce0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 220 224 / var(--tw-bg-opacity));
}
.bg-\[\#ffecec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity));
}
.bg-\[\#ecffef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 255 239 / var(--tw-bg-opacity));
}
.bg-blue\/10 {
  background-color: rgb(17 95 113 / 0.1);
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(91 183 90 / var(--tw-bg-opacity));
}
.bg-\[\#0E5464\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 84 100 / var(--tw-bg-opacity));
}
.bg-current {
  background-color: currentColor;
}
.bg-blue\/20 {
  background-color: rgb(17 95 113 / 0.2);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 7 / var(--tw-bg-opacity));
}
.bg-\[\#d6e1e4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 225 228 / var(--tw-bg-opacity));
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-\[58px\] {
  padding-left: 58px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-\[126px\] {
  padding-top: 126px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-OpenSans {
  font-family: Open Sans, sans-serif;
}
.font-PTSans {
  font-family: PTSans, sans-serif;
}
.text-base {
  font-size: 1.0625rem;
  line-height: 1.7;
}
.text-3xl {
  font-size: 2.375rem;
  line-height: 2.875rem;
}
.text-sm {
  font-size: 1rem;
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xl {
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.text-md {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.625rem;
  line-height: 2rem;
}
.text-\[16px\] {
  font-size: 16px;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.italic {
  font-style: italic;
}
.leading-loose {
  line-height: 2;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(17 95 113 / var(--tw-text-opacity));
}
.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}
.text-\[\#ff2727\] {
  --tw-text-opacity: 1;
  color: rgb(255 39 39 / var(--tw-text-opacity));
}
.text-\[\#5bb75a\] {
  --tw-text-opacity: 1;
  color: rgb(91 183 90 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(251 251 251 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(91 183 90 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
    --e-global-color-primary: #5bb75a;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.elementor-heading-title {
  font-family: PTSans, sans-serif;
  font-weight: 700;
}
.elementor-widget-button .elementor-button {
  border-radius: 0.375rem !important;
  border-bottom-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 120 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 152 7 / var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 700 !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.elementor-widget-button.elementor-button-info .elementor-button {
  border-radius: 0.375rem !important;
  border-bottom-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 120 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 175 63 / var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(60 35 0 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.elementor a {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.elementor a:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.wp-caption {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}
.wp-caption .widget-image-caption {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 95 113 / var(--tw-bg-opacity)) !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.elementor a.elementor-accordion-title {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
/* Table of contents */
.elementor-widget-table-of-contents {
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 1.5rem !important;
}
.elementor-widget-container, .elementor-toc__header, .elementor-toc__body {
  border-width: 0px !important;
  padding: 0px !important;
}
.elementor-toc__toggle-button {
  display: none !important;
}
.elementor-toc__header {
  margin-bottom: 0.75rem !important;
  font-family: PTSans, sans-serif !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(91 183 90 / var(--tw-text-opacity)) !important;
}
.elementor-toc__header h2 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.blog-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
.detail-container {
  margin-left: auto;
  margin-right: auto;

    max-width: 1300px !important;
}
/* Forms */
.elementor-field-type-text input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(251 251 251 / var(--tw-border-opacity));
  padding: 0.5rem;
}
.elementor-field-type-submit button {
  border-radius: 0.375rem !important;
  border-bottom-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(50 112 49 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 183 90 / var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 700 !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
/* Contact page */
.contact-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px;
}
.contact-page .elementor-icon-list-item a {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.contact-page .elementor-icon-list-item a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(17 95 113 / var(--tw-text-opacity)) !important;
}
.elementor-post__title a {
  font-family: PTSans, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.elementor-post__thumbnail__link {
  margin-bottom: 0px;
}
.elementor-post-date {
  font-size: 1.0625rem;
  line-height: 1.7;
}
.elementor-post__thumbnail {
  border-radius: 0.125rem;
}
a.elementor-post__read-more {
  margin: 0px !important;
  margin-top: 2rem !important;
  display: inline-block !important;
  border-radius: 0.375rem !important;
  border-bottom-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 13 15 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 95 113 / var(--tw-bg-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-family: PTSans, sans-serif !important;
  font-size: 1.0625rem !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.group:hover a.elementor-post__read-more {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 54 64 / var(--tw-bg-opacity)) !important;
}
@media (min-width: 1280px) {

  a.elementor-post__read-more {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}
#nieuwsbrief .elementor-container {
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto;
}
#white-button .elementor-button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(91 183 90 / var(--tw-text-opacity)) !important;
}
#adviesgesprek::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 66.666667%;
    --tw-bg-opacity: 1;
    background-color: rgb(91 183 90 / var(--tw-bg-opacity));
    opacity: 0.2;
}
#homepage::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 66.666667%;
    --tw-bg-opacity: 1;
    background-color: rgb(91 183 90 / var(--tw-bg-opacity));
    opacity: 0.2;
}
#homepage::before {
    background-image: url("https://bureauverduurzamen.nl/app/uploads/2022/05/duurzamemaatregelen-woning.jpeg");
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 66.666667%;
    --tw-bg-opacity: 1;
    background-color: rgb(91 183 90 / var(--tw-bg-opacity));
}
#werkwijze {
  position: relative;
}
#werkwijze::after {
    background-color: #d2e7ec;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 66.666667%;
}
#adviesgesprek .zindextext .elementor-element, #werkwijze .zindextext .elementor-element, #werkwijze .zindex .elementor-widget-wrap.elementor-element-populated, #adviesgesprek .zindex .elementor-widget-wrap.elementor-element-populated {
  z-index: 20;
}
#werkwijze .elementor-accordion .elementor-accordion-item {
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#werkwijze .elementor-tab-title {
  padding: 1.5rem !important;
}
#werkwijze .elementor-accordion-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(31 31 31 / var(--tw-text-opacity)) !important;
}
#werkwijze .elementor-tab-title .elementor-accordion-title {
  --tw-text-opacity: 1 !important;
  color: rgb(31 31 31 / var(--tw-text-opacity)) !important;
}
.fixed-twijfel {
    bottom: -3rem !important;
    position: absolute !important;
    left: 0px !important;
    width: auto !important;
}
.home-card-bg-half-green {
    position: relative;
}
.home-card-bg-half-green img {
    position: relative;
    z-index: 3;
}
.home-card-bg-half-green::after {
    background-color: #e4f0e3;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
}
.home-card-bg-half-yellow {
    position: relative;
}
.home-card-bg-half-yellow img {
    position: relative;
    z-index: 3;
}
.home-card-bg-half-yellow::after {
    background-color: #f6f3ce;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
}
.elementor-icon-box-wrapper-padding .elementor-icon-box-wrapper {
  position: relative;
  padding: 2rem;

    align-items: center !important;
}
.elementor-icon-box-wrapper-padding .elementor-icon-box-content,
.elementor-icon-box-wrapper-padding .elementor-icon-box-icon {
    position: relative;
    z-index: 3;
}
.elementor-icon-box-wrapper-padding .elementor-icon-box-wrapper::after {
    background-color: #e4f0e3;
    content: "";
    width: calc(100% - 55px);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}
.saving-label .elementor-heading-title {
  margin-left: auto;
  display: inline-block;
  padding: 0.5rem;
}
.height-full > div .elementor-inner-section, .height-full > div .elementor-inner-section > div, .height-full > div .elementor-inner-section > div > div {
  height: 100%;
}
.elementor-page-1554 .elementor-content {
  padding-top: 0px !important;
}
@media only screen and (max-width: 768px) {

    .elementor-icon-box-wrapper-padding .elementor-icon-box-wrapper::after {
        width: 100%;
    }

    .home-card-bg-half-yellow::after, .home-card-bg-half-green::after, #adviesgesprek::after, #werkwijze::after {
    width: 100%;
  }

    .fixed-twijfel {
        display: none;
    }

    .height-full > div .elementor-inner-section, .height-full > div .elementor-inner-section > div, .height-full > div .elementor-inner-section > div > div {
    height: auto;
  }
}
/* Advice blocks */
#advice-blocks .elementor-column .elementor-widget-wrap {
    box-shadow: 0 0 20px 9px rgb(0 0 0 / 2%) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#advice-blocks .elementor-column:first-of-type .elementor-widget-wrap {
    background-color: #2e6434;
    color: #ffffff;
    flex-direction: row;
    justify-content: flex-start;
}
#advice-blocks .elementor-button {
    background-color: #2e6434 !important;
    width: 100%;
}
#advice-blocks .elementor-icon-list-icon {
    align-items: center;
    background: #35353f;
    border-radius: 9999px;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
}
#advice-blocks .elementor-icon-list-icon .fas {
    color: #ffffff;
    font-size: 12px;
}
/* #sticky-toc {
    @apply sticky top-48 !important;
} */
.offerte-form .elementor-widget-container {
  padding: 1rem !important;
}
@media (min-width: 768px) {

  .offerte-form .elementor-widget-container {
    padding: 2rem !important;
  }
}
.offerte-form .gform_heading {
  display: none;
}
.gform_heading {
  display: none;
}
.ginput_container textarea {
  height: 150px !important;
}
.ginput_container input[type='text'], .ginput_container input[type='email'], .ginput_container textarea, .elementor-field-type-text input[type='text'] {
  width: 100%;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.elementor-field-label {
  margin-bottom: 0.5rem !important;
  font-weight: 700 !important;
}
.gform_button, .elementor-field-type-submit .elementor-button {
  cursor: pointer !important;
  border-radius: 0.375rem !important;
  border-bottom-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(50 112 49 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 183 90 / var(--tw-bg-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-family: PTSans, sans-serif !important;
  font-size: 1.0625rem !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1280px) {

  .gform_button, .elementor-field-type-submit .elementor-button {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}
.gfield_required_text {
  --tw-text-opacity: 1 !important;
  color: rgb(31 31 31 / var(--tw-text-opacity)) !important;
}
#content h1 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {

  #content h1 {
    margin-bottom: 1rem;
  }
}
#content h2 {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  #content h2 {
    margin-bottom: 1rem;
  }
}
#content h3 {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  #content h3 {
    margin-bottom: 0.5rem;
  }
}
#content .elementor-widget-container {
  margin: 0px !important;
}
#content .hero-content__body, #content p, #content ul, #content .elementor-accordion, #content .elementor-blockquote {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  #content .hero-content__body, #content p, #content ul, #content .elementor-accordion, #content .elementor-blockquote {
    margin-bottom: 3rem;
  }
}
#content tr:hover {
  background-color: transparent;
}
#content .elementor-accordion .elementor-accordion-item {
    border-width: 1px !important;
}
#content .elementor-widget-accordion .elementor-tab-content p {
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {

  #content .elementor-widget-accordion .elementor-tab-content p {
    margin-bottom: 0.5rem;
  }
}
#content .elementor-blockquote__content {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {

  #content .elementor-blockquote__content {
    margin-bottom: 0px;
  }
}
#content ul {
    list-style: disc;
    list-style-position: inside;
}
#content .elementor-widget-reviews {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  #content .elementor-widget-reviews {
    margin-bottom: 4rem;
  }
}
#content table {
    border: 1px solid #D4D4D4;
}
#content table td, #content table th {
  padding: 0.5rem;
  text-align: left;
}
.elementor-toc__body {
    display: block !important;
}
@media only screen and (max-width: 768px) {
    .elementor-widget-table-of-contents {
    padding: 0px !important;
  }
    .elementor-heading-title {
    overflow-wrap: break-word;
  }
}
h1, h2, h3, h4, h5 {
  font-family: PTSans, sans-serif;
  font-weight: 700;
}
[x-cloak] { display: none !important; }
.test {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 7 / var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 54 64 / var(--tw-bg-opacity));
}
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(91 183 90 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 54 64 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 768px) {

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mt-\[109px\] {
    margin-top: 109px;
  }

  .md\:mt-\[159px\] {
    margin-top: 159px;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-\[250px\] {
    width: 250px;
  }

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

  .md\:items-center {
    align-items: center;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-\[159px\] {
    padding-top: 159px;
  }

  .md\:pt-\[200px\] {
    padding-top: 200px;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-3xl {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
}
@media (min-width: 1024px) {

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

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

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

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[250px\] {
    width: 250px;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:text-md {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

