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

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

h1 {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h2 {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* SECTIONS */

.sectionTitleContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.sectionSubTitle {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1692px) {
  .sectionSubTitle {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

.sectionTitle::after
    {
  content: '';
  margin-top: 0.25rem;
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
}

.sectionTitle {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.bigSectionTitle::after
    {
  content: '';
  margin-top: 0.25rem;
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
}

.bigSectionTitle {
  font-size: 3rem;
  line-height: 1;
}

.readMoreBtn
    {
  transition: all 200ms;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

.readMoreBtn:hover {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-teak-rounded
    {
  transition: all 400ms;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Janna LT, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-teak-rounded:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 57 64 / var(--tw-bg-opacity)) !important;
}

.btn-teak
    {
  transition: all 400ms;
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Janna LT, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-teak:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 57 64 / var(--tw-bg-opacity)) !important;
}

.btn-teak-negative
    {
  transition: all 400ms;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(177 148 97 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Janna LT, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

.btn-teak-negative:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(54 57 64 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(54 57 64 / var(--tw-text-opacity)) !important;
}

main > section:not(:first-child)
    {
  transition: all 500ms;
}

.hoide
    {
  opacity: 0;
}

.activePage
    {
  background: linear-gradient(to top, #B19461 0, #B19461 0.15rem, transparent 0.15rem);
}

/* LATEST POSTS SECTION | START */

section.latestPosts {
  display: flex;
  height: 48rem;
  flex-direction: column;
  align-items: center;
}

.postCards {
  display: flex;
  height: 50%;
  width: 91.666667%;
  justify-content: space-between;
  overflow-x: hidden;
  padding-top: 2rem;
}

.blogPostCard {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .blogPostCard {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .blogPostCard {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .blogPostCard {
    width: 25%;
  }
}

@media (min-width: 1536px) {
  .blogPostCard {
    width: 20%;
  }
}

.blogPostCard article {
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.postImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lazyImage
        {
  background-image: var(--bg-img);
}

/* LATEST POSTS SECTION | END */

section.contactUs {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.whyUs {
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

section.whyUs > .sectionTitleContainer {
  width: 100%;
  padding-bottom: 24rem;
}

@media (max-width: 400px)
        {
  section.aboutUs > div {
    height: auto;
  }
}

section.aboutUs {
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}

section.practiceAreas {
  margin-bottom: 4rem;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
}

section.banner
        {
  background-image: var(--bg-img);
  display: flex;
  height: 16rem;
  justify-content: center;
  background-size: cover;
  background-position: center;
  --tw-shadow: inset 0 0 0 1000rem rgba(0, 0, 0, 0.6);
  --tw-shadow-colored: inset 0 0 0 1000rem 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: 1024px) {
  section.banner {
    height: 26rem;
  }
}

footer * h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.footerContacts
        {
  grid-template-columns: auto 1fr;
}

#headerMenu
        {
  transition: all 400ms;
}

#headerMenu nav * i {
  padding: 1rem;
}

#headerMenu.stable #homePage {
  display: none;
}

#headerMenu.stable #mobileSearch {
  margin-left: auto;
}

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

.la-search:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
}

@media (max-width: 1024px) {
  #headerLogoMain {
    display: none;
  }

  #headerLogoMobile {
    display: block;
  }
}

#headerMenu:not(.stable) {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  #headerMenu:not(.stable) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

#headerMenu:not(.stable) #headerLogoMain {
  display: none;
}

@media (max-width: 1024px) {
  #headerMenu:not(.stable) #headerLogoMobile,  #headerMenu:not(.stable) #headerLogoContainer {
    display: none;
  }
}

@media (min-width: 1024px) {
  #headerMenu.stable #headerLogoMobile {
    display: none;
  }
}

#headerMenu.stable #headerLogoMain {
  display: none;
}

@media (min-width: 1024px) {
  #headerMenu.stable #headerLogoMain {
    display: block;
  }
}

#headerMainNavigator:not(.notShown) {
  position: absolute;
  right: 0px;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

@media (max-width: 1024px) {
  #headerMenu.stable {
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.25;
  }

  #expandMenu.notShown {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }

  #headerMainNavigator {
    --tw-bg-opacity: 0.95;
  }

  #headerMenu:not(.stable) #headerMainNavigator {
    bottom: 0px;
    margin-bottom: 56px;
    --tw-bg-opacity: 0.95;
  }

  .hideOnMobile {
    display: none;
  }

  #headerMenu.stable #headerMainNavigator {
    top: 0px;
    margin-top: 56px;
    --tw-bg-opacity: 0.95;
  }
}

.infoSeperator
    {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  margin-left: 0.875rem;
  margin-right: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.socialLinks * i {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

.emphasis::after
    {
  content: '';
  margin-top: 0.25rem;
  display: block;
  height: 0.25rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
}

.divideAfter::after
    {
  content: '';
  margin-top: 0.25rem;
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
}

.practiceCards
    {
  /*-ms-overflow-style: none;  /* IE and Edge */
  /*scrollbar-width: none; /* Firefox */
  display: grid;
  width: 91.666667%;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  overflow-x: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .practiceCards {
    grid-auto-columns: 50%;
  }
}

@media (min-width: 1024px) {
  .practiceCards {
    grid-auto-columns: 33.3%;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .practiceCards {
    grid-auto-columns: 25%;
  }
}

@media (min-width: 1536px) {
  .practiceCards {
    grid-auto-columns: 20%;
  }
}

.card {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.card i {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

.rounded-l-lg
    {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg
    {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.author {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.author::before {
  --tw-content: '—';
  content: var(--tw-content);
}

.author::after {
  --tw-content: '—';
  content: var(--tw-content);
}

.whyUs .partners {
  margin-top: -19.5rem;
  display: flex;
  width: 91.666667%;
  justify-content: space-evenly;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .whyUs .partners {
    justify-content: flex-start;
  }
}

.partnerCard {
  display: flex;
  height: 26rem;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  background-size: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .partnerCard {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .partnerCard {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .partnerCard {
    width: 20%;
  }
}

@media (min-width: 1536px) {
  .partnerCard {
    width: 16.666667%;
  }
}

@media (min-width: 1692px) {
  .partnerCard {
    width: 12.5%;
  }
}

.partnerPhotoNormal
{
  background: var(--bg-img) no-repeat top;
  background-size: cover;
}

@media screen and (max-width: 640px)
{
    .partnerPhotoNormal
    {
        background: var(--bg-img) no-repeat center;
        background-size: cover;
    }
}

#contactForm input,  #contactForm textarea {
  margin: 0.5rem;
  padding: 0.75rem;
}

#contactForm input:focus, #contactForm textarea:focus
    {
  outline: none;
}

textarea
    {
  resize: none;
}

.latestPosts
    {
  background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.75), rgba(255,255,255,0.75)), var(--bg-img);
}

.link {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.link::before
    {
  content: '';
  position: absolute;
  display: block;
  width: 0.25rem;
  height: .25rem;
  transition: all 400ms;
  margin-left: -0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
}

.link:hover::before {
  height: 100%;
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

.link:hover {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

.linkUnder:hover {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.linkUnder
    {
  transition: all 200ms;
}

.blok {
  height: 12rem;
  width: 100%;
}

.carousel div:nth-child(n) .blok {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.carousel div:nth-child(2n+1) .blok {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.postLetter
    {
  color: gainsboro;
  position: absolute;
  left: -3rem;
  top: 1rem;
  font-size: 10rem;
}

@media (min-width: 1024px) {
  .postLetter {
    left: -2rem;
    font-size: 14rem;
  }
}

.postContainer {
  position: relative;
}

.postContainer h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

div[id*='editorjs'] h2,  div[id*='editorjs'] h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
}

div[id*='editorjs'] a {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

div[id*='editorjs'] img {
  max-width: 75%;
}

.postContainer {
  background-image: url(../images/postBg.png);
  background-repeat: repeat;
}

#post-content a {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

#post-content a:hover {
  text-decoration-line: underline;
}

.slide-control {
  position: absolute;
  bottom: 0px;
  margin-bottom: -1rem;
  display: block;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .slide-control {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .slide-control {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .slide-control {
    display: none;
  }
}

.slide-control.previous {
  margin-right: 3rem;
}

.slide-control.next {
  margin-left: 3rem;
}

.slide-control:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

#post-content ul
    {
  list-style-type: disc;
  margin: 1em 0;
  padding: 0 0 0 40px;
}

#languageSwitch li:first-of-type
    {
  display: flex !important;
}

div[data-type=icon-list] i {
  cursor: pointer;
}

div[data-type=icon-list] i:hover {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

#shareLinks i {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

.rtl
    {
  direction: rtl;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.\!visible {
  visibility: visible !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

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

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

.z-\[999\] {
  z-index: 999;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.row-start-2 {
  grid-row-start: 2;
}

.m-6 {
  margin: 1.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-8 {
  margin: 2rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

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

.-ml-8 {
  margin-left: -2rem;
}

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

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

.-mr-1 {
  margin-right: -0.25rem;
}

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

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

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

.-mr-3 {
  margin-right: -0.75rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-ml-\[4rem\] {
  margin-left: -4rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

.-mt-36 {
  margin-top: -9rem;
}

.ml-24 {
  margin-left: 6rem;
}

.-mt-20 {
  margin-top: -5rem;
}

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

.mr-8 {
  margin-right: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.min-h-104
{
    min-height: 26rem;
}

.h-104 {
  height: 26rem;
}

.h-16 {
  height: 4rem;
}

.h-32 {
  height: 8rem;
}

.\!h-104 {
  height: 26rem !important;
}

.h-3\/5 {
  height: 60%;
}

.h-2\/5 {
  height: 40%;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/2 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.max-h-48 {
  max-height: 12rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-3\/4 {
  width: 75%;
}

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

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-96 {
  width: 24rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/3\.5 {
  width: 30%;
}

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

.w-32 {
  width: 8rem;
}

.w-24 {
  width: 6rem;
}

.w-12 {
  width: 3rem;
}

.w-screen {
  width: 100vw;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[30\%\] {
  width: 30%;
}

.min-w-\[7rem\] {
  min-width: 7rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.rotate-\[-180deg\] {
  --tw-rotate: -180deg;
  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;
}

.resize-none {
  resize: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.place-self-start {
  place-self: start;
}

.place-self-center {
  place-self: center;
}

.self-start {
  align-self: flex-start;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.break-all {
  word-break: break-all;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.border {
  border-width: 1px;
}

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

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-\[\#33cc33\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 204 51 / var(--tw-border-opacity));
}

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-x-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.bg-tuna {
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 64 / var(--tw-bg-opacity));
}

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

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

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

.bg-\[\#33aa33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 170 51 / var(--tw-bg-opacity));
}

.bg-teak {
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-tuna-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(40 42 48 / var(--tw-bg-opacity));
}

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

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

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

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.fill-\[\#336dec\] {
  fill: #336dec;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 1.25rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

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

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

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

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

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

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

.pl-8 {
  padding-left: 2rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

.pb-4 {
  padding-bottom: 1rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

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

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

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

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

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

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

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

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

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.text-\[8rem\] {
  font-size: 8rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

.font-black {
  font-weight: 900;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.leading-\[3rem\] {
  line-height: 3rem;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-tuna {
  --tw-text-opacity: 1;
  color: rgb(54 57 64 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

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

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}

.text-teak {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.\!shadow-4 {
  --tw-shadow: inset 0 0 0 1000rem rgba(0, 0, 0, 0.4) !important;
  --tw-shadow-colored: inset 0 0 0 1000rem var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\!shadow-7 {
  --tw-shadow: inset 0 0 0 1000rem rgba(0, 0, 0, 0.7) !important;
  --tw-shadow-colored: inset 0 0 0 1000rem var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.\!shadow-3 {
  --tw-shadow: inset 0 0 0 1000rem rgba(0, 0, 0, 0.3) !important;
  --tw-shadow-colored: inset 0 0 0 1000rem var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-25 {
  --tw-shadow: inset 0 0 0 1000rem rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 0 0 0 1000rem 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-1 {
  --tw-shadow: inset 0 0 0 1000rem rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: inset 0 0 0 1000rem 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-indicator {
  --tw-drop-shadow: drop-shadow(0 0 1px #64748b);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-transform {
  transition-property: transform;
  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-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[overflow-anchor\:none\] {
  overflow-anchor: none;
}

@font-face {
  font-family: "Ubuntu";

  src: url("../fonts/Ubuntu-Light.ttf") format('truetype');

  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";

  src: url("../fonts/Ubuntu-Bold.ttf")  format('truetype');

  font-weight: bold;

  font-display: swap;
}

@font-face {
  font-family: "Janna LT";

  src: url("../fonts/Janna-LT-Regular.ttf")  format('truetype');

  unicode-range: U+0600-06FF;

  font-display: swap;
}

@font-face {
  font-family: "Janna LT";

  src: url("../fonts/Janna-LT-Bold.ttf")  format('truetype');

  unicode-range: U+0600-06FF;

  font-weight: bold;

  font-display: swap;
}

figure.image img
{
  max-width: 75%;
  padding: 1rem 0;
}

footer.image-caption
{
  color: red;
  display: none !important;
}

.cdx-settings-button[data-tune='withBorder'],
.cdx-settings-button[data-tune='withBackground'],
.cdx-settings-button[data-tune='stretched'] {
  display: none;
}

p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body
{
  font-family: 'Ubuntu', 'Janna LT', sans-serif !important;
}

.ce-toolbar
{
  right: initial !important;
}

.ce-block__content
{
  max-width: initial !important;
}

#editorjs
{
  border: 1px dashed grey;
  display: inline-block;
  outline: none;
}

div.aboutUser a {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

div.aboutUser a:hover
{
  text-decoration-line: underline;
}

.indicator
{
  position: absolute;
  left: 2.5rem;
  top: -0.75rem;
  font-size: 1.25rem;
}

#postTitle
{
  border: 1px dashed grey;
  display: inline-block;
  outline: none;
  width: 100%;
  background: transparent;
}

.hover\:z-\[2\]:hover {
  z-index: 2;
}

.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-teak:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(177 148 97 / var(--tw-bg-opacity));
}

.hover\:\!text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-cyan-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(6 182 212 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-green-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.hover\:text-teak:hover {
  --tw-text-opacity: 1;
  color: rgb(177 148 97 / var(--tw-text-opacity));
}

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

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

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

.focus\:z-\[3\]:focus {
  z-index: 3;
}

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

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:drop-shadow-indicator-h {
  --tw-drop-shadow: drop-shadow(0 0 1px #6b7280);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

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

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

@media (min-width: 1024px) {
  .lg\:m-12 {
    margin: 3rem;
  }

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

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:\!h-\[44rem\] {
    height: 44rem !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

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

  .lg\:w-1\/3\.5 {
    width: 30%;
  }

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

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .lg\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

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

  .xl\:leading-10 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-1\/5 {
    width: 20%;
  }

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

@media (max-width: 640px) {
  .smbelow\:flex-col {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .mdbelow\:hidden {
    display: none;
  }

  .mdbelow\:h-\[36rem\] {
    height: 36rem;
  }

  .mdbelow\:w-full {
    width: 100%;
  }

  .mdbelow\:w-3\/4 {
    width: 75%;
  }

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

  .mdbelow\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

@media (max-width: 1024px) {
  .lgbelow\:bottom-0 {
    bottom: 0px;
  }

  .lgbelow\:flex {
    display: flex;
  }

  .lgbelow\:grid {
    display: grid;
  }

  .lgbelow\:hidden {
    display: none;
  }

  .lgbelow\:\!hidden {
    display: none !important;
  }

  .lgbelow\:h-auto {
    height: auto;
  }

  .lgbelow\:w-full {
    width: 100%;
  }

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

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

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

  .lgbelow\:pb-\[3\.5rem\] {
    padding-bottom: 3.5rem;
  }

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

@media (min-width: 1692px) {
  .\33xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\33xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

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

@media (min-width: 2004px) {
  .\35xl\:w-7\/12 {
    width: 58.333333%;
  }
}

.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:bg-white:not([data-te-collapse-collapsed]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:\[box-shadow\:inset_0_-1px_0_rgba\(229\2c 231\2c 235\)\]:not([data-te-collapse-collapsed]) {
  box-shadow: inset 0 -1px 0 rgba(229,231,235);
}