@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800&display=swap);
html {
  scroll-behavior: smooth;
}

/* Categories 01 to 03 are the basics. */
/* Variables */
:root {
  --color--orange: #F6921E;
  --color--pale-orange: #FBBD4E;
  --color--forest-green: #356426;
  --color--green: #568646;
  --color--yellow: #fad828;
  --color-yellow-base: #fad828;
  --color--yellow-alt: #FDD349;
  --color--white: #fff;
  --color--light-grey: #F4F1EF;
  --color--grey: #707070;
  --color--dark-grey: #4D4C48;
  --color--black: #363530;
  --color--primary: var(--color--black);
  --color--secondary: var(--color--forest-green);
  --color--accent: var(--color--yellow);
  --color--dark-accent: var(--color--orange);
  --bg-color--dark: var(--color--black);
  --bg-color--medium: var(--color--dark-grey);
  --bg-color--light: var(--color--light-grey);
  --font-size--base: 1rem;
  --font-size--sm: 0.875rem;
  --font-size--md: 1.25rem;
  --font-size--lg: 1.375rem;
  --font-size--xl: 1.625rem;
  --font-size--xxl: 2.1875rem;
  --font-size--xxxl: 2.5rem;
  --font-size--title: 3.25rem;
  --font--primary: "Work Sans", sans-serif;
  --font--secondary: "Work Sans", serif;
  --line-height--body: 1.5;
  --line-height--heading: 1.2;
  --line-height--title: 1.06;
}

:root {
  --spacing: 1rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Responsive Styles
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: 1.5rem;
  --responsive--default-width: calc(100% - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100% - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
}

@media only screen and (min-width: 576px) {
  :root {
    --responsive--default-width: 540px;
  }
}
@media only screen and (min-width: 796px) {
  :root {
    --responsive--default-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --responsive--default-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  :root {
    --responsive--default-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  :root {
    --responsive--default-width: 1296px;
  }
}
/**
 * Extends
 */
.editor-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .default-max-width {
  max-width: calc(var(--responsive--default-width) - 1.5rem);
  margin-left: auto;
  margin-right: auto;
}

.wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--font--primary);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-size: var(--font-size--base);
  font-weight: normal;
  text-align: left;
  color: var(--color--black);
  background-color: var(--color--white);
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
.btn,
input[type=submit],
input[type=reset] {
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: var(--font-size--base);
  line-height: 1.1;
  padding: 0.9em 2em;
  text-decoration: none;
  color: var(--color--white);
  background-color: var(--bg-color--dark);
  display: inline-block;
}
.btn:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.btn:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}

.btn-none {
  color: inherit;
  background: transparent;
  border: none;
}

.wp-block-button .wp-block-button__link {
  text-align: left;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: var(--font-size--base);
  line-height: 1.1;
  padding: 0.9em 2em;
  text-decoration: none;
  color: var(--color--white);
  background-color: var(--bg-color--dark);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.wp-block-button .wp-block-button__link:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-button .wp-block-button__link:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  background-color: var(--bg-color--medium);
}

.wp-block-button.is-style-tfns-arrow-link .wp-block-button__link {
  font-weight: bold;
  padding: 0.33em 0;
  text-decoration: none;
  background-color: transparent !important;
  display: inline-block;
  align-items: center;
}
.wp-block-button.is-style-tfns-arrow-link .wp-block-button__link:not(.has-text-color) {
  color: var(--color--forest-green);
}
.wp-block-button.is-style-tfns-arrow-link .wp-block-button__link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 800;
  margin-left: 0.4em;
  transition: 0.3s left;
  left: 0;
  position: relative;
}
.wp-block-button.is-style-tfns-external-link .wp-block-button__link {
  font-weight: bold;
  padding: 0.33em 0;
  text-decoration: none;
  background-color: transparent !important;
  display: inline-block;
  align-items: center;
}
.wp-block-button.is-style-tfns-external-link .wp-block-button__link:not(.has-text-color) {
  color: var(--color--forest-green);
}
.wp-block-button.is-style-tfns-external-link .wp-block-button__link::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 800;
  margin-left: 0.4em;
  transition: 0.3s left;
  left: 0;
  position: relative;
}
.wp-block-button.is-style-tfns-download-link .wp-block-button__link {
  font-weight: bold;
  padding: 0.33em 0;
  text-decoration: none;
  background-color: transparent !important;
  display: inline-block;
  align-items: center;
}
.wp-block-button.is-style-tfns-download-link .wp-block-button__link:not(.has-text-color) {
  color: var(--color--forest-green);
}
.wp-block-button.is-style-tfns-download-link .wp-block-button__link::after {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 800;
  margin-left: 0.4em;
  transition: 0.3s left;
  left: 0;
  position: relative;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  text-decoration: underline;
}
.wp-block-button.is-style-fill .wp-block-button__link {
  font-weight: 500;
}
.wp-block-button.is-style-fill .wp-block-button__link::after {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 800;
  margin-left: 0.4em;
  transition: 0.3s left;
  left: 0;
  position: relative;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover {
  background-color: #fbbd4e !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] textarea {
  color: var(--color--black);
  background-color: var(--color--white);
  border: 1px solid currentColor;
  font-size: 1rem;
  padding: 0.75em 1.125em;
  width: 100%;
  margin-bottom: 1rem;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color] textarea:disabled {
  opacity: 0.7;
}

label {
  margin-bottom: 0.33rem;
}

select {
  margin-bottom: 1rem;
}

.chat-form .checkbox {
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: var(--font-size--xxxl);
  font-weight: 800;
  line-height: 1.15;
  font-family: "Work Sans", sans-serif;
}

h2,
.h2 {
  font-size: var(--font-size--xxl);
  font-weight: bold;
  line-height: 1.15;
  font-family: "Work Sans", sans-serif;
}

h3,
.h3 {
  font-size: var(--font-size--xl);
  font-weight: bold;
  line-height: 1.15;
  font-family: "Work Sans", sans-serif;
}

h4,
.h4 {
  font-size: var(--font-size--lg);
  font-weight: bold;
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
}

h5,
.h5 {
  font-size: var(--font-size--md);
  font-weight: 500;
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
}

h6,
.h6 {
  font-size: var(--font-size--base);
  font-weight: bold;
  line-height: 1.125;
  font-family: "Work Sans", sans-serif;
}

p,
label {
  font-size: var(--font-size--base);
  font-weight: 400;
  line-height: 1.25;
  font-family: "Work Sans", sans-serif;
}

.editor-content p,
.editor-content h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 795px) {
  :root {
    --font-size--md: 1.125rem;
    --font-size--lg: 1.25rem;
    --font-size--xl: 1.375rem;
    --font-size--xxl: 1.75rem;
    --font-size--xxxl: 2.125rem;
    --font-size--title: 2.50rem;
  }

  h6,
.h6 {
    font-size: var(--font-size--sm);
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --font-size--md: 1.125rem;
    --font-size--lg: 1.125rem;
    --font-size--xl: 1.25rem;
    --font-size--xxl: 1.5rem;
    --font-size--xxxl: 1.75rem;
    --font-size--title: 2.125rem;
  }
}
.has-small-font-size {
  font-size: var(--font-size--sm);
  line-height: var(--line-height--heading);
}

.has-regular-font-size {
  font-size: var(--font-size--base);
  line-height: var(--line-height--heading);
}

.has-medium-font-size {
  font-size: var(--font-size--md);
  line-height: var(--line-height--heading);
}

.has-medium-large-font-size {
  font-size: var(--font-size--lg);
  line-height: var(--line-height--heading);
}

.has-large-font-size {
  font-size: var(--font-size--xl);
  line-height: var(--line-height--heading);
}

.has-extra-large-font-size {
  font-size: var(--font-size--xxl);
  line-height: var(--line-height--heading);
}

.has-xxlarge-font-size {
  font-size: var(--font-size--xxxl);
  line-height: var(--line-height--heading);
}

.has-title-font-size {
  font-size: var(--font-size--title);
  line-height: var(--line-height--heading);
}

.is-style-tfns-decorative-heading {
  position: relative;
  margin-left: 20px;
}

.is-style-tfns-decorative-heading::before {
  content: url("/wp-content/themes/tfns/assets/img/LinePath.svg");
  position: absolute;
  top: -18px;
  left: -18px;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.link-text {
  text-decoration: none;
  color: inherit;
}

.editor-content ul {
  padding-left: 1.5rem;
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
.action-card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: center;
  margin-top: 30px;
  min-height: 250px;
}
.action-card:not(.has-background) {
  background-color: var(--bg-color--light);
}
.action-card .action-card-icon {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, 15%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fad828;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-card .action-card-icon i {
  font-size: 25px;
}
.action-card .action-card-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 30px;
}
.action-card .action-card-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.action-card .action-card-action-button {
  color: black !important;
  background: #fad828;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
}
.action-card .action-card-action-button:hover {
  background: #fbbd4e;
}
.action-card .action-card-action-link {
  text-decoration: none;
  color: #356426 !important;
  font-weight: bold !important;
  margin-top: 100px !important;
}
.action-card .action-card-action-link i {
  margin-left: 2px;
}

.action-card-simple {
  min-height: 100px;
  height: 100px;
}

@media only screen and (max-width: 991px) {
  .action-card {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 795px) {
  .action-card {
    margin-top: 70px;
  }
}
.rounded-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.recent-blog {
  background-color: #f4f1ef;
}

.recent-blog-wrapper {
  padding: 100px 0;
}
.recent-blog-wrapper .row:first-child {
  margin-bottom: 30px;
}
.recent-blog-wrapper .recent-blog-date {
  font-weight: bold;
}
.recent-blog-wrapper hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fad828;
  padding: 0;
  margin: 10px 0;
}
.recent-blog-wrapper .recent-blog-title {
  margin-bottom: 20px;
}
.recent-blog-wrapper .recent-blog-link {
  text-decoration: none;
  color: #356426;
  font-weight: bold;
}
.recent-blog-wrapper .recent-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recent-blog-wrapper .recent-read-more .recent-all-posts {
  background-color: #fad828;
  min-width: 200px;
  padding: 10px 3px;
  text-decoration: none;
  color: black !important;
  text-align: center;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
}
.recent-blog-wrapper .recent-read-more .recent-all-posts:hover {
  background-color: #fbbd4e !important;
}

@media only screen and (max-width: 795px) {
  .recent-blog-wrapper {
    padding: 100px 25px;
  }
  .recent-blog-wrapper .recent-read-more {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.two-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 45vh;
  background-color: #f4f1ef;
  margin-bottom: 20px;
}

.two-section-wrapper {
  padding-top: 70px;
  padding-bottom: 100px;
}

.trapezoid,
.trapezoid-back {
  background-color: var(--color--yellow);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 0);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0%;
}

.trapezoid.show-line {
  transform: translateX(8%);
}

.section-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.section-text p {
  margin-top: 20px;
}

.show-mobile {
  display: none;
}

.section-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.section-breadcrumb i {
  margin: 0 10px;
}
.section-breadcrumb .crumb {
  text-transform: uppercase;
  font-weight: bold;
}
.section-breadcrumb a.crumb {
  text-decoration: none;
  color: #356426;
}
.section-breadcrumb .active {
  color: var(--color--black);
}

.banner-image--mobile,
.banner-image--desktop {
  overflow: hidden;
}

.banner-image--desktop {
  position: absolute;
  width: 45%;
  height: 100%;
  right: 0;
}

.banner-image--mobile {
  height: 50vw;
  min-height: 150px;
  max-height: 250px;
  width: 100%;
  position: relative;
  display: none;
}

@media only screen and (max-width: 991px) {
  .two-section-container {
    min-height: 30vh;
  }
}
@media only screen and (max-width: 795px) {
  .two-section-wrapper {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .show-mobile {
    display: flex;
  }

  .banner-image--desktop {
    display: none;
  }

  .banner-image--mobile {
    display: block;
  }

  .two-section-container {
    display: block;
  }

  .trapezoid,
.trapezoid-back {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 33% 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 33% 0);
    width: 100%;
  }
}
.custom-share {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #356426;
}
.custom-share a,
.custom-share i {
  font-weight: bold;
}
.custom-share i {
  margin: 0 10px;
}
.custom-share:hover,
.custom-share a:hover {
  color: #568646 !important;
}

.align-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-banner {
  background-color: #f4f1ef;
  min-height: 70vh;
  position: relative;
  padding: 70px 0;
}

.footer-img {
  display: none;
}

.footer-banner-img {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.footer-info-section {
  z-index: 2;
}
.footer-info-section .footer-banner-subtitle {
  width: 90%;
}
.footer-info-section .more-info {
  margin-top: 30px;
  margin-left: 150px;
  width: 75%;
}

@media only screen and (max-width: 1250px) {
  .footer-banner-img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-banner {
    height: auto;
  }

  .footer-img {
    display: flex;
    transform: translate(-10%, -30%);
  }

  .footer-banner-img {
    display: none;
  }

  .footer-info-section {
    height: 25%;
  }
  .footer-info-section .footer-banner-subtitle {
    width: 100%;
  }
  .footer-info-section .more-info {
    margin-top: 30px;
    margin-left: 0px;
    width: 100%;
  }

  .footer-action-cards {
    margin-top: -50px;
  }
}
.custom-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  color: black !important;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
}
.custom-button:hover {
  background: #fbbd4e !important;
}

.text-with-icon-wrapper {
  text-decoration: none !important;
  font-weight: bold !important;
  margin-right: 1rem;
  margin-bottom: 5px;
  margin-top: 5px;
}
.text-with-icon-wrapper i {
  margin: 0 5px !important;
}
.text-with-icon-wrapper:hover {
  color: #568646 !important;
}

.wp-block-spacer.is-style-responsive-xlarge {
  height: 75px !important;
}
.wp-block-spacer.is-style-responsive-large {
  height: 50px !important;
}
.wp-block-spacer.is-style-responsive-medium {
  height: 40px !important;
}
.wp-block-spacer.is-style-responsive-small {
  height: 20px !important;
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-responsive-xlarge {
    height: 100px !important;
  }
  .wp-block-spacer.is-style-responsive-large {
    height: 70px !important;
  }
}

.image-aside-block {
  position: relative;
}

.image-aside--content {
  padding: 2.5rem 0 1rem;
}

.image-aside--image {
  background-color: var(--color--primary);
}

.image-aside .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 796px) {
  .image-aside {
    position: absolute;
    top: 0;
    width: calc(var(--responsive--default-width) / 2 + 50vw - var(--responsive--default-width) / 2 - 1rem);
    height: 100%;
  }

  .image-aside-block:not(.reversed) .image-aside {
    right: 0;
  }
}
/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.basic-page-header {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 796px) {
  .basic-page-header {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.sr-only,
.focus-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.focus-only:focus {
  position: initial;
  width: auto;
  height: auto;
}

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

@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
/*
 * ABSTRACTED COLORS
 * (not used by gutenberg)
 */
.color-primary {
  color: var(--color--primary);
}

.color-secondary {
  color: var(--color--secondary);
}

.color-accent {
  color: var(--color--accent);
}

.color-dark-accent {
  color: var(--color--dark-accent);
}

.dark-background {
  color: var(--color--white);
}

/*
 * GUTENBERG COLORS
 */
.has-orange-color[class] {
  color: var(--color--orange);
}
.has-orange-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--orange, #000000);
  color: var(--local--color-primary);
}

.has-pale-orange-color[class] {
  color: var(--color--pale-orange);
}
.has-pale-orange-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--pale-orange, #000000);
  color: var(--local--color-primary);
}

.has-yellow-color[class] {
  color: var(--color--yellow);
}
.has-yellow-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--yellow, #000000);
  color: var(--local--color-primary);
}

.has-green-color[class] {
  color: var(--color--green);
}
.has-green-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--green, #000000);
  color: var(--local--color-primary);
}

.has-forest-green-color[class] {
  color: var(--color--forest-green);
}
.has-forest-green-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--forest-green, #000000);
  color: var(--local--color-primary);
}

.has-black-color[class] {
  color: var(--color--black);
}
.has-black-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--black, #000000);
  color: var(--local--color-primary);
}

.has-dark-grey-color[class] {
  color: var(--color--dark-grey);
}
.has-dark-grey-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--dark-grey, #000000);
  color: var(--local--color-primary);
}

.has-light-grey-color[class] {
  color: var(--color--light-grey);
}
.has-light-grey-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--light-grey, #000000);
  color: var(--local--color-primary);
}

.has-white-color[class] {
  color: var(--color--white);
}
.has-white-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--white, #000000);
  color: var(--local--color-primary);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}

.has-orange-background-color[class] {
  background-color: var(--color--orange);
}
.has-orange-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--orange, #FFF);
  background-color: var(--local--color-background);
}

.has-pale-orange-background-color[class] {
  background-color: var(--color--pale-orange);
}
.has-pale-orange-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--pale-orange, #FFF);
  background-color: var(--local--color-background);
}

.has-yellow-background-color[class] {
  background-color: var(--color--yellow);
}
.has-yellow-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--yellow, #FFF);
  background-color: var(--local--color-background);
}

.has-green-background-color[class] {
  background-color: var(--color--green);
}
.has-green-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--green, #FFF);
  background-color: var(--local--color-background);
}

.has-forest-green-background-color[class] {
  background-color: var(--color--forest-green);
}
.has-forest-green-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--forest-green, #FFF);
  background-color: var(--local--color-background);
}

.has-black-background-color[class] {
  background-color: var(--color--black);
}
.has-black-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--black, #FFF);
  background-color: var(--local--color-background);
}

.has-dark-grey-background-color[class] {
  background-color: var(--color--dark-grey);
}
.has-dark-grey-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--dark-grey, #FFF);
  background-color: var(--local--color-background);
}

.has-light-grey-background-color[class] {
  background-color: var(--color--light-grey);
}
.has-light-grey-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--light-grey, #FFF);
  background-color: var(--local--color-background);
}

.has-white-background-color[class] {
  background-color: var(--color--white);
}
.has-white-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--white, #FFF);
  background-color: var(--local--color-background);
}

.has-background:not(.has-text-color).has-black-background-color[class], .has-background:not(.has-text-color).has-green-background-color[class], .has-background:not(.has-text-color).has-forest-green-background-color[class], .has-background:not(.has-text-color).has-dark-grey-background-color[class], .has-background:not(.has-text-color).has-orange-background-color[class] {
  color: var(--color--white);
}
.has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-forest-green-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-dark-grey-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--white, #FFF);
  color: var(--local--color-primary);
}
.has-background:not(.has-text-color).has-pale-orange-background-color[class], .has-background:not(.has-text-color).has-light-grey-background-color[class], .has-background:not(.has-text-color).has-white-background-color[class], .has-background:not(.has-text-color).has-yellow-background-color[class] {
  color: var(--color--black);
}
.has-background:not(.has-text-color).has-pale-orange-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-light-grey-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--black, #000);
  color: var(--local--color-primary);
}

/* Custom CSS */
.mobile-header,
.mobile-header-wrapper {
  display: none;
}

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  left: 0%;
  z-index: 100;
}

.top-header {
  background-color: #4d4c48 !important;
  height: 5vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-nav-link a {
  font-weight: bold !important;
  text-decoration: none;
}
.top-nav-link a:hover {
  color: #fad828 !important;
}

.header-search {
  width: 40%;
}

.top-header .search {
  height: 3vh;
  border: none;
  border-radius: 3px;
  padding-right: 30px;
  margin-bottom: 0px;
}

.header-search-icon {
  margin-left: -25px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-wrapper {
  background-color: #363530;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yellow-base {
  color: var(--color-yellow-base);
}

.site_header {
  padding: 10px 0;
}
.site_header img {
  height: 68px;
  width: 225px;
}

.btn-navbar {
  background: none;
  border: none;
}

.btn-navbar:focus {
  border: 1px solid var(--color-yellow-base);
}

.desktop-header {
  width: 75%;
}

.desktop-links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  color: #fff;
}

.desktop-links a,
.mobile-links a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 400 !important;
}

.desktop-links .desktop-submenu {
  display: none;
  position: absolute;
  background-color: #363530;
  min-width: 150px;
  z-index: 2;
  transition: all 0.3 ease-in-out;
}

.dropdown:hover .desktop-submenu {
  display: flex;
  flex-direction: column;
}

.desktop-links li {
  list-style: none;
  cursor: pointer;
}

.desktop-links .desktop-submenu li {
  padding: 10px;
  cursor: pointer;
}

.bar-btn {
  background: none;
  border: none;
}

.bar-btn:focus {
  border: 1px solid var(--color-yellow-base);
}

.navbar a {
  color: #fff !important;
}
.navbar a:hover {
  color: #fad828 !important;
}

.mobile-search {
  display: none;
}

.mobile-search {
  background-color: #363530;
}
.mobile-search form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-search form .mobile-search-input {
  margin: 5px 0;
  height: 4vh !important;
  width: 90%;
}

.language-picker {
  color: white;
  font-weight: bold;
  position: relative;
}
.language-picker .language-picker-summary {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.language-picker .language-picker-summary span {
  text-transform: capitalize !important;
  margin: 0 5px;
}
.language-picker .language-picker-summary i {
  font-size: 20px;
}
.language-picker .language-options {
  position: absolute;
  top: 20px;
  left: 10px;
  background-color: #4d4c48;
  width: 50px;
  list-style: none;
  z-index: 20;
}
.language-picker .language-options li {
  text-align: center;
  margin: 10px;
}
.language-picker .language-options li a {
  color: white !important;
  text-decoration: none;
}
.language-picker .language-options li a:hover {
  color: #fad828 !important;
}

@media only screen and (max-width: 991px) {
  .navbar,
.header-container {
    max-width: 100vw !important;
  }
}
@media only screen and (max-width: 795px) {
  .navbar {
    height: 10vh !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .site_header {
    width: 127px;
  }

  .top-header {
    display: none;
  }

  .desktop-header {
    display: none;
  }

  .navbar {
    max-width: 100vw !important;
    position: relative;
  }

  .mobile-header {
    display: flex;
  }

  .bar-icon {
    font-size: 25px;
    cursor: pointer;
  }

  .show {
    display: flex;
    position: absolute;
    top: 80px;
    right: 0px;
    background: #363530;
    color: white;
    width: 200px;
    z-index: 50;
  }

  .mobile-links li {
    padding: 5px 10px;
    list-style: none;
    cursor: pointer;
  }

  .mobile-dropdown .mobile-submenu {
    display: none;
  }

  .mobile-dropdown:hover .mobile-submenu {
    display: flex;
    flex-direction: column;
    width: 200px;
  }

  .show-search {
    display: flex;
  }

  .language-picker .language-picker-summary {
    justify-content: flex-start;
  }
  .language-picker .language-options {
    position: absolute;
    left: 5px;
    width: 75px;
  }
  .language-picker .language-options li {
    margin: 0px;
  }
}
.footer-wrapper {
  background-color: #363530;
  padding-top: 70px;
}
.footer-wrapper a {
  color: #fad828 !important;
  display: block;
  text-decoration: none;
  margin: 7px 0;
  font-weight: bold !important;
}
.footer-wrapper a:hover {
  color: white !important;
}
.footer-wrapper .footer-title {
  color: white !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-wrapper .footer-link-policy {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  color: white !important;
}
.footer-wrapper .footer-link-policy a {
  margin-left: 3px;
}

.footer-link {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 795px) {
  .footer-wrapper {
    padding-top: 50px;
  }

  .footer-logo,
.footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    flex-direction: column;
    margin: 20px 0;
  }

  .sub-footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sub-footer-links .sub-footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-link-policy {
    display: flex;
    flex-direction: column;
  }
}
.action-card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: center;
  margin-top: 30px;
  min-height: 250px;
}
.action-card:not(.has-background) {
  background-color: var(--bg-color--light);
}
.action-card .action-card-icon {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, 15%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fad828;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-card .action-card-icon i {
  font-size: 25px;
}
.action-card .action-card-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 30px;
}
.action-card .action-card-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.action-card .action-card-action-button {
  color: black !important;
  background: #fad828;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
}
.action-card .action-card-action-button:hover {
  background: #fbbd4e;
}
.action-card .action-card-action-link {
  text-decoration: none;
  color: #356426 !important;
  font-weight: bold !important;
  margin-top: 100px !important;
}
.action-card .action-card-action-link i {
  margin-left: 2px;
}

.action-card-simple {
  min-height: 100px;
  height: 100px;
}

@media only screen and (max-width: 991px) {
  .action-card {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 795px) {
  .action-card {
    margin-top: 70px;
  }
}
.rounded-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.recent-blog {
  background-color: #f4f1ef;
}

.recent-blog-wrapper {
  padding: 100px 0;
}
.recent-blog-wrapper .row:first-child {
  margin-bottom: 30px;
}
.recent-blog-wrapper .recent-blog-date {
  font-weight: bold;
}
.recent-blog-wrapper hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fad828;
  padding: 0;
  margin: 10px 0;
}
.recent-blog-wrapper .recent-blog-title {
  margin-bottom: 20px;
}
.recent-blog-wrapper .recent-blog-link {
  text-decoration: none;
  color: #356426;
  font-weight: bold;
}
.recent-blog-wrapper .recent-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recent-blog-wrapper .recent-read-more .recent-all-posts {
  background-color: #fad828;
  min-width: 200px;
  padding: 10px 3px;
  text-decoration: none;
  color: black !important;
  text-align: center;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
}
.recent-blog-wrapper .recent-read-more .recent-all-posts:hover {
  background-color: #fbbd4e !important;
}

@media only screen and (max-width: 795px) {
  .recent-blog-wrapper {
    padding: 100px 25px;
  }
  .recent-blog-wrapper .recent-read-more {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.two-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 45vh;
  background-color: #f4f1ef;
  margin-bottom: 20px;
}

.two-section-wrapper {
  padding-top: 70px;
  padding-bottom: 100px;
}

.trapezoid,
.trapezoid-back {
  background-color: var(--color--yellow);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 0);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0%;
}

.trapezoid.show-line {
  transform: translateX(8%);
}

.section-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.section-text p {
  margin-top: 20px;
}

.show-mobile {
  display: none;
}

.section-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.section-breadcrumb i {
  margin: 0 10px;
}
.section-breadcrumb .crumb {
  text-transform: uppercase;
  font-weight: bold;
}
.section-breadcrumb a.crumb {
  text-decoration: none;
  color: #356426;
}
.section-breadcrumb .active {
  color: var(--color--black);
}

.banner-image--mobile,
.banner-image--desktop {
  overflow: hidden;
}

.banner-image--desktop {
  position: absolute;
  width: 45%;
  height: 100%;
  right: 0;
}

.banner-image--mobile {
  height: 50vw;
  min-height: 150px;
  max-height: 250px;
  width: 100%;
  position: relative;
  display: none;
}

@media only screen and (max-width: 991px) {
  .two-section-container {
    min-height: 30vh;
  }
}
@media only screen and (max-width: 795px) {
  .two-section-wrapper {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .show-mobile {
    display: flex;
  }

  .banner-image--desktop {
    display: none;
  }

  .banner-image--mobile {
    display: block;
  }

  .two-section-container {
    display: block;
  }

  .trapezoid,
.trapezoid-back {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 33% 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 33% 0);
    width: 100%;
  }
}
.custom-share {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #356426;
}
.custom-share a,
.custom-share i {
  font-weight: bold;
}
.custom-share i {
  margin: 0 10px;
}
.custom-share:hover,
.custom-share a:hover {
  color: #568646 !important;
}

.align-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-banner {
  background-color: #f4f1ef;
  min-height: 70vh;
  position: relative;
  padding: 70px 0;
}

.footer-img {
  display: none;
}

.footer-banner-img {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.footer-info-section {
  z-index: 2;
}
.footer-info-section .footer-banner-subtitle {
  width: 90%;
}
.footer-info-section .more-info {
  margin-top: 30px;
  margin-left: 150px;
  width: 75%;
}

@media only screen and (max-width: 1250px) {
  .footer-banner-img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-banner {
    height: auto;
  }

  .footer-img {
    display: flex;
    transform: translate(-10%, -30%);
  }

  .footer-banner-img {
    display: none;
  }

  .footer-info-section {
    height: 25%;
  }
  .footer-info-section .footer-banner-subtitle {
    width: 100%;
  }
  .footer-info-section .more-info {
    margin-top: 30px;
    margin-left: 0px;
    width: 100%;
  }

  .footer-action-cards {
    margin-top: -50px;
  }
}
.custom-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  color: black !important;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
}
.custom-button:hover {
  background: #fbbd4e !important;
}

.text-with-icon-wrapper {
  text-decoration: none !important;
  font-weight: bold !important;
  margin-right: 1rem;
  margin-bottom: 5px;
  margin-top: 5px;
}
.text-with-icon-wrapper i {
  margin: 0 5px !important;
}
.text-with-icon-wrapper:hover {
  color: #568646 !important;
}

.wp-block-spacer.is-style-responsive-xlarge {
  height: 75px !important;
}
.wp-block-spacer.is-style-responsive-large {
  height: 50px !important;
}
.wp-block-spacer.is-style-responsive-medium {
  height: 40px !important;
}
.wp-block-spacer.is-style-responsive-small {
  height: 20px !important;
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-responsive-xlarge {
    height: 100px !important;
  }
  .wp-block-spacer.is-style-responsive-large {
    height: 70px !important;
  }
}

.image-aside-block {
  position: relative;
}

.image-aside--content {
  padding: 2.5rem 0 1rem;
}

.image-aside--image {
  background-color: var(--color--primary);
}

.image-aside .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 796px) {
  .image-aside {
    position: absolute;
    top: 0;
    width: calc(var(--responsive--default-width) / 2 + 50vw - var(--responsive--default-width) / 2 - 1rem);
    height: 100%;
  }

  .image-aside-block:not(.reversed) .image-aside {
    right: 0;
  }
}
.head-into-section {
  background-color: #f4f1ef;
}

.head-section {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.head-section .header-column {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.arrow-conatiners {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 50px;
  height: 280px;
}
.arrow-conatiners .arrow-triangle {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 10%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid;
}
.arrow-conatiners .arrow-conatiner-title {
  padding-top: 70px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.arrow-conatiners .arrow-container-link {
  margin-top: 20px;
  margin-bottom: 70px;
  background: #000;
  color: white !important;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: 600 !important;
}
.arrow-conatiners .arrow-container-link:hover {
  background: #4d4c48 !important;
}

.home-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-content .row {
  margin: 70px 0;
}

.further-wrapper {
  padding: 70px 0;
  background-color: #4d4c48;
  display: flex;
  justify-content: center;
  align-items: center;
}
.further-wrapper .card-image-wrapper {
  width: 220px;
  height: 220px;
  margin: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.further-wrapper .card-image-wrapper .card-img {
  height: 140px;
  width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.further-wrapper .card-image-wrapper .card-link-wrapper {
  height: 80px;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fad828;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 0 15px;
}
.further-wrapper .card-image-wrapper .card-link-wrapper a {
  color: black !important;
  text-decoration: none;
  font-weight: 500 !important;
}
.further-wrapper .card-image-wrapper .card-link-wrapper:hover {
  background-color: #fbbd4e;
}
.further-wrapper .further-title {
  color: white;
}

@media only screen and (max-width: 795px) {
  .arrow-conatiners {
    margin-top: 0;
  }

  .arrow-wrapper:first-child {
    margin-top: 50px;
  }

  .head-section {
    min-height: 10vh;
    padding-top: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 30vh;
  }
  .head-section .header-column {
    min-height: 30vh;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .further-title {
    text-align: center;
    margin-bottom: 25px;
  }

  .card-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .head-img img {
    height: 37vh !important;
    padding-top: 25px;
  }

  .head-section-title {
    transform: translateX(-25px);
  }
}
@media only screen and (max-width: 575px) {
  .further-wrapper .card-image-wrapper {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .further-wrapper .card-img {
    width: 40%;
    height: 100px !important;
  }
  .further-wrapper .card-link-wrapper {
    width: 60%;
    height: 100px !important;
  }
}
.timeline {
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background: #fbbd4e;
  top: 0;
  bottom: 0;
  left: 0%;
  margin-left: -1px;
}

.timeline-container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.timeline-container::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: -15px;
  background: var(--bg-color);
  border-radius: 16px;
  z-index: 1;
}

.timeline-container.right::after {
  left: -15px;
}

.timeline-container.right::before {
  left: 15px;
}

.timeline-container .content {
  background: black;
  position: relative;
  color: white;
  text-align: center;
  width: 100%;
  min-width: 250px;
}

.timeline-container.right .content {
  padding: 15px;
}

@media (max-width: 768px) {
  .timeline::after {
    left: 90px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .timeline-container.right {
    left: 0%;
  }

  .timeline-container.left::after,
.timeline-container.right::after {
    left: 75px;
  }

  .timeline-container.left::before,
.timeline-container.right::before {
    left: 100px;
  }

  .timeline-container.left .date,
.timeline-container.right .date {
    right: auto;
    left: 15px;
  }

  .timeline-container.left .icon,
.timeline-container.right .icon {
    right: auto;
    left: 146px;
  }
}
.timestamp-wrapper {
  padding: 70px 0;
}

.timestamp {
  margin-bottom: 30px;
}
.timestamp .first-row {
  display: flex;
  align-items: center;
}
.timestamp .first-row h2 {
  margin: 0 10px;
}

@media only screen and (max-width: 575px) {
  .timestamp-title {
    margin-bottom: 30px;
  }

  .timestamp-title-wrapper {
    width: 100%;
  }

  .timestamp {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .timestamp .first-row,
.timestamp .timestamp-description {
    width: 50%;
  }
}
.search-title {
  margin-top: 50px;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.search-count {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.search-result-col {
  margin: 30px 0;
  width: 70%;
}
.search-result-col .search-type {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.search-result-col .search-title {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
}
.search-result-col .search-preview {
  margin: 10px 0;
}
.search-result-col .recent-blog-link {
  text-decoration: none;
  color: #356426;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .search-result-col {
    width: 100%;
  }
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
}
.back-to-top button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #363530;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-to-top button i {
  font-size: 20px;
  color: #fad828;
}

p a,
li a {
  font-weight: bold;
  color: #356426;
  text-decoration: none;
}
