@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Lato:wght@400;700&display=swap');

/*
! tailwindcss v3.2.1 | 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 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

.fixed{
  position: fixed;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-\[51px\]{
  top: 51px;
}

.left-0{
  left: 0px;
}

.z-99{
  z-index: 99;
}

.float-none{
  float: none;
}

.m-8{
  margin: 2rem;
}

.m-0{
  margin: 0px;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

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

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.mt-4{
  margin-top: 1rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

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

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

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-0{
  margin-left: 0px;
}

.mr-0{
  margin-right: 0px;
}

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

.ml-auto{
  margin-left: auto;
}

.mb-7{
  margin-bottom: 1.75rem;
}

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

.mt-7{
  margin-top: 1.75rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-px{
  height: 1px;
}

.h-c-150{
  height: 150px;
}

.h-10{
  height: 2.5rem;
}

.min-h-screen{
  min-height: 100vh;
}

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-c-139{
  width: 139px;
}

.w-c-150{
  width: 150px;
}

.w-10{
  width: 2.5rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-660{
  max-width: 660px;
}

.max-w-680{
  max-width: 680px;
}

.max-w-750{
  max-width: 750px;
}

.flex-none{
  flex: none;
}

.flex-grow{
  flex-grow: 1;
}

.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;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.list-none{
  list-style-type: none;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

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

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-7{
  border-radius: 7px;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-solid{
  border-style: solid;
}

.border-transparent{
  border-color: transparent;
}

.border-accent-600{
  --tw-border-opacity: 1;
  border-color: rgb(85 70 93 / var(--tw-border-opacity));
}

.border-accent-100{
  border-color: rgba(85, 70, 93, 0.2);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.\!bg-primary-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 128 250 / var(--tw-bg-opacity)) !important;
}

.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(199 128 250 / var(--tw-bg-opacity));
}

.bg-accent-10{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.bg-secondary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 218 158 / var(--tw-bg-opacity));
}

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

.p-4{
  padding: 1rem;
}

.p-0{
  padding: 0px;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

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

.font-text{
  font-family: Lato;
}

.\!font-tag{
  font-family: Helvetica Neue !important;
}

.font-tag{
  font-family: Helvetica Neue;
}

.font-title{
  font-family: Kaushan Script;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-light{
  font-weight: 300;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-tight{
  line-height: 1.25;
}

.\!leading-1\/5{
  line-height: 1.556em !important;
}

.\!leading-1\/1{
  line-height: 1.1em !important;
}

.leading-none{
  line-height: 1;
}

.\!leading-none{
  line-height: 1 !important;
}

.\!leading-1\/2{
  line-height: 1.2em !important;
}

.\!leading-1\/4{
  line-height: 1.4em !important;
}

.\!leading-1\/3{
  line-height: 1.3em !important;
}

.\!leading-1{
  line-height: 1em !important;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-accent-600{
  --tw-text-opacity: 1;
  color: rgb(85 70 93 / var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-accent-300{
  --tw-text-opacity: 1;
  color: rgb(121 131 136 / var(--tw-text-opacity));
}

.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(199 128 250 / var(--tw-text-opacity));
}

.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(228 172 249 / var(--tw-text-opacity));
}

.text-accent-10{
  --tw-text-opacity: 1;
  color: rgb(251 251 251 / var(--tw-text-opacity));
}

.text-secondary-400{
  --tw-text-opacity: 1;
  color: rgb(250 218 158 / var(--tw-text-opacity));
}

.text-accent-900{
  --tw-text-opacity: 1;
  color: rgb(11 33 21 / var(--tw-text-opacity));
}

.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(205 180 219 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.ease-linear{
  transition-timing-function: linear;
}

.content-after::after{
  content: attr(tw-content-after);
}

@font-face {
  font-family: 'Helvetica Neue';

  src: url('../dist/fonts/HelveticaNeue.woff2') format('woff2'), url('../dist/fonts/HelveticaNeue.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';

  src: url('../dist/fonts/HelveticaNeueItalic.woff2') format('woff2'), url('../dist/fonts/HelveticaNeueItalic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';

  src: url('../dist/fonts/HelveticaNeueBold.woff2') format('woff2'), url('../dist/fonts/HelveticaNeueBold.woff') format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

html{
  height: 100%;
}

body{
  font-family: Lato;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(85 70 93 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Default WP styles */

img[class*='wp-image-']{
  height: auto;
  width: 100%;
}

img.alignleft{
  float: none;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 640px){
  img.alignleft{
    float: left;
    margin-right: 1.5rem;
  }
}

img.alignright{
  float: none;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 640px){
  img.alignright{
    float: right;
    margin-left: 1.5rem;
  }
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
}

.aligncenter{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  display: block;
  height: auto;
}

.alignleft{
  float: none;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 640px){
  .alignleft{
    float: left;
    margin-right: 1.5rem;
  }
}

.alignleft .wp-caption-text{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(85 70 93 / var(--tw-text-opacity));
}

.alignright{
  float: none;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 640px){
  .alignright{
    float: right;
    margin-left: 1.5rem;
  }
}

.alignright .wp-caption-text{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(85 70 93 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .alignright .wp-caption-text{
    float: right;
  }
}

.entry p{
  margin-bottom: 1.75rem;
  font-family: Lato;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.556em !important;
  --tw-text-opacity: 1;
  color: rgb(85 70 93 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .entry p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .entry p{
    font-size: 1.375rem;
  }
}

.entry blockquote{
  margin-bottom: 1.5rem;
  border-left-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(85 70 93 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.556em !important;
  --tw-text-opacity: 1;
  color: rgb(85 70 93 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .entry blockquote{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .entry blockquote{
    font-size: 1.375rem;
  }
}

/* End Default WP styles */

.description-section.inverse{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 128 250 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 1024px){
  .description-section.inverse{
    min-height: 847px !important;
  }

  .description-section.inverse .description-section-wrap{
    min-height: 847px !important;
  }
}

@media (min-width: 768px){
  .description-section.inverse .description-section-text{
    margin-left: auto;
  }
}

.description-section.inverse .description-section-text h2{
  --tw-text-opacity: 1 !important;
  color: rgb(251 251 251 / var(--tw-text-opacity)) !important;
}

.description-section.inverse .description-section-text p{
  font-family: Helvetica Neue !important;
  line-height: 1.1em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(251 251 251 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px){
  .description-section.inverse .description-section-image{
    left: 0px !important;
  }
}

.description-section.inverse .description-section-image {
  right: initial !important;
}

.nav-menu.active{
  display: block;
}

.nav-menu li{
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(85, 70, 93, 0.2);
}

@media (min-width: 1024px){
  .nav-menu li{
    display: inline-block;
    border-width: 0px;
    border-style: none;
  }
}

.nav-menu li.current-menu-item a{
  --tw-bg-opacity: 1;
  background-color: rgb(199 128 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-menu li a{
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(121 131 136 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .nav-menu li a{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px){
  .nav-menu li a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  .nav-menu li a{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Menu button */

.btn-menu {
  position: absolute;
  width: 30px;
  height: 23px;
  right: 20px;
  top: 6px;
  z-index: 99;
  display: block;
}

@media (min-width: 1024px) {
  .btn-menu {
    display: none
  }
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background: #55465D;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  transition: all 0.2s linear;
}

.btn-menu:before,
.btn-menu:after {
  content: '';
  top: 0;
}

.btn-menu span {
  width: 100%;
  left: 0;
}

.btn-menu:after {
  top: 18px;
}

.btn-menu.active span {
  opacity: 0;
}

.btn-menu.active:after,
.btn-menu.active:before {
  transform: rotate(45deg);
  top: 10px;
  left: 0;
  right: 0;
  background: #55465D;
}

.btn-menu.active:after {
  transform: rotate(-45deg);
}

.hover\:bg-accent-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(85 70 93 / var(--tw-bg-opacity));
}

.hover\:text-primary-400:hover{
  --tw-text-opacity: 1;
  color: rgb(199 128 250 / var(--tw-text-opacity));
}

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

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --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(2px + 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);
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff;
}

.after\:mx-auto::after{
  margin-left: auto;
  margin-right: auto;
}

.after\:mt-6::after{
  margin-top: 1.5rem;
}

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

.after\:block::after{
  display: block;
}

.after\:h-px::after{
  height: 1px;
}

.after\:w-c-139::after{
  width: 139px;
}

.after\:border-b::after{
  border-bottom-width: 1px;
}

.after\:border-solid::after{
  border-style: solid;
}

.after\:border-accent-10::after{
  --tw-border-opacity: 1;
  border-color: rgb(251 251 251 / var(--tw-border-opacity));
}

@media (min-width: 640px){
  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

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

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

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

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

  .md\:right-0{
    right: 0px;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:min-h-640{
    min-height: 640px;
  }

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

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

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

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-40{
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

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

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

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

  .lg\:z-33{
    z-index: 33;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .lg\:mt-9{
    margin-top: 2.25rem;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:min-h-968{
    min-height: 968px;
  }

  .lg\:min-h-885{
    min-height: 885px;
  }

  .lg\:min-h-1188{
    min-height: 1188px;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-14{
    width: 3.5rem;
  }

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

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:border-0{
    border-width: 0px;
  }

  .lg\:border-none{
    border-style: none;
  }

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

  .lg\:p-0{
    padding: 0px;
  }

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

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

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

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-50{
    font-size: 3.125rem;
  }

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

  .lg\:after\:mt-8::after{
    margin-top: 2rem;
  }

  .lg\:after\:mb-20::after{
    margin-bottom: 5rem;
  }
}

@media (min-width: 1280px){
  .xl\:text-22{
    font-size: 1.375rem;
  }

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

@media (min-width: 1536px){
  .\32xl\:left-12{
    left: 3rem;
  }

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

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

  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-40{
    font-size: 2.5rem;
  }

  .\32xl\:text-25{
    font-size: 1.563rem;
  }
}

/* ADDITIONAL CSS */
.main-content {
  padding-top: 71px;
}

.text-editor h1 {
  font-size: 3.75rem; /* 60px */
  line-height: 1.1em;
  font-weight: 400;
  margin: 0 0 16px;
}

.text-editor h2 {
  font-size: 2.875rem; /* 46px */
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 16px;
}

.text-editor h3 {
  font-size: 2.25rem; /* 36px */
  line-height: 1.28em;
  font-weight: 400;
  margin: 0 0 16px;
}

.text-editor h4 {
  font-size: 1.75rem; /* 28px */
  line-height: 1.36em;
  font-weight: 400;
  margin: 0 0 16px;
}

.text-editor h5 {
  font-size: 1.5rem; /* 24px */
  line-height: 1.36em;
  font-weight: 400;
  margin: 0 0 16px;
}

.text-editor h6 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.42em;
  font-weight: 400;
  margin: 0 0 16px;
}

.text-editor h1 span,
.text-editor h2 span,
.text-editor h3 span,
.text-editor h4 span,
.text-editor h5 span,
.text-editor h6 span,
.text-editor p span {
  font-size: inherit !important;
}

@media (min-width: 1024px) {
  .main-content {
    padding-top: 95px;
  } 
}

@media (min-width: 1280px) {
  .main-content {
    padding-top: 107px;
  } 
}

@media (max-width: 1280px) {
  .text-editor h1 {
    font-size: 3.25rem; /* 52px */
  }
}

@media (max-width: 1024px) {
  .text-editor h1 {
    font-size: 3rem; /* 48px */
  }

  .text-editor h2 {
    font-size: 2.5rem; /* 40px */
  }

  .text-editor h3 {
    font-size: 2rem; /* 32px */
  }
}

@media (max-width: 767px){
  .text-editor h1 {
    font-size: 2.5rem; /* 40px */
  }

  .text-editor h2 {
    font-size: 2.25rem; /* 36px */
  }

  .text-editor h3 {
    font-size: 1.75rem; /* 28px */
  }

  .text-editor h4 {
    font-size: 1.5rem; /* 24px */
  }

  .text-editor h5 {
    font-size: 1.25rem; /* 20px */
  }

  .text-editor h6 {
    font-size: 1.125rem; /* 18px */
  }
}

.contact-form-section {
  padding: 64px 1.25rem;
  background: #FADA9E;
}

.contact-form-section .contact-form-container {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.contact-form-section .contact-form-wrap p {
  margin: 0;
}

.contact-form-section .contact-form-wrap input:not([type="submit"]),
.contact-form-section .contact-form-wrap textarea {
  font-family: 'Kaushan Script', sans-serif;
  box-sizing: border-box;
  height: 54px;
  line-height: 54px;
  width: 100%;
  background: #F1CE8C;
  color: #55465D;
  border: 0 none;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-style: italic;
  padding: 0 15px;
}

.contact-form-section .contact-form-wrap input:not([type="submit"]):focus,
.contact-form-section .contact-form-wrap textarea:focus {
  outline: 0;
  box-shadow: none;
}

.contact-form-section .contact-form-wrap textarea {
  height: 280px;
  padding: 15px;
  line-height: 32px;
}

.contact-form-section .contact-form-wrap input:not([type="submit"])::placeholder,
.contact-form-section .contact-form-wrap textarea::placeholder {
  color: #55465D;
  opacity: 1;
}

.contact-form-section .contact-form-wrap input:not([type="submit"])::-ms-input-placeholder,
.contact-form-section .contact-form-wrap textarea::-ms-input-placeholder {
  color: #55465D;
}

.contact-form-section .contact-form-wrap input[type="submit"] {
  display: block;
  width: 180px;
  background: #F1CE8C;
  margin: 20px auto 0;
  color: #55465D;
  font-family: 'Kaushan Script', sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 10px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.contact-form-section .contact-form-wrap input[type="submit"]:hover {
  opacity: 0.9;
}

.contact-form-section .contact-form-wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 1.3em;
  font-style: italic;
  padding-top: 5px;
  display: block;
}

.contact-form-section .contact-form-wrap .wpcf7-response-output {
  border: 0 none;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.4em;
  font-style: italic;
  color: #55465D;
  background: #FFF;
}

.contact-form-section .contact-form-wrap .wpcf7-form-control-wrap {
  display: block;
}

.contact-form-section .contact-form-wrap .ff-block {
  margin-bottom: 16px;
}

.contact-form-section .contact-form-wrap .ff-inline p {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}

.contact-form-section .contact-form-wrap .ff-inline .wpcf7-form-control-wrap {
  margin: 0 0 16px 16px;
  width: calc(50% - 16px);
}

.blog-section {
  background: #FADA9E;
  padding: 70px 0;
}

.blog-section .container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.blog-section .blog-posts .blog-post h2 {
  font-family: 'Kaushan Script', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #55465D;
  margin: 0 0 15px;
}

.blog-section .blog-posts .blog-post {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F1CE8C;
}

.blog-section .blog-posts .blog-post:last-child {
  border-bottom: 0 none;
}

.blog-section .blog-posts .blog-post .entry p {
  font-size: 1.25rem;
}

.blog-section .blog-posts .blog-post time {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  color: #798388;
}

.blog-section .blog-posts .blog-post time svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.blog-section .blog-posts .blog-post .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F1CE8C;
  margin: 20px auto 0;
  color: #55465D;
  font-size: 1rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 32px;
  margin: 0;
  transition: all 0.2s linear;
}

.blog-section .blog-posts .blog-post .btn:hover {
  opacity: 0.9;
}

.blog-single-section {
  background: #FADA9E;
  padding: 70px 0;
}

.blog-single-section .container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.blog-single-section .entry-title {
  font-family: 'Kaushan Script', sans-serif;
  line-height: 1.3em;
  color: #55465D;
  margin: 0 0 20px;
}

.blog-single-section .entry-time {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  color: #798388;
  margin-bottom: 30px;
}

.blog-single-section .entry-time svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.blog-single-section #comments {
  display: none;
}

.entry-content-single img {
  width: initial;
  max-width: 100%;
}

.entry-content-single .alignright {
  float: right;
  margin: 25px 0 25px 25px;
}

.entry-content-single .alignleft {
  float: left;
  margin: 25px 25px 25px 0;
}

.entry-content-single .aligncenter {
  float: none;
  margin: 0 auto 25px;
}

.entry-content-single .alignnone {
  float: none;
  margin: 0 0 25px;
}

.entry-content-single p a {
  text-decoration: underline;
  color: #55465D;
}

.entry-content-single p a span {
  color: #55465D !important;
}

.entry-content-single p a:hover {
  text-decoration: none;
}

.entry-content-single ul,
.entry-content-single ol {
  list-style-position: inside;
  margin-bottom: 25px;
}

.entry-content-single ul {
  list-style-type: disc;
}

.entry-content-single ol {
  list-style-type: decimal;
}

.entry-content-single ul li,
.entry-content-single ol li {
  margin-bottom: 10px;
  font-family: Lato;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #55465d;
}

@media (max-width: 1024px) {
  .entry-content-single ul li,
  .entry-content-single ol li {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .blog-section .blog-posts .blog-post h2 {
    font-size: 1.875rem;
  }

  .contact-form-section .contact-form-wrap .ff-inline p {
    margin: 0 auto;
    flex-direction: column;
  }

  .contact-form-section .contact-form-wrap .ff-inline .wpcf7-form-control-wrap {
    margin: 0 auto 16px;
    width: 100%;
  }

  .entry-content-single ul li,
  .entry-content-single ol li {
    font-size: 1.125rem;
  }
}
