@charset "UTF-8";
/*
Theme Name: D2 Tech
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.3.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
:root {
  /** Global **/
  --color-primary: #01A982;
  --color-primary-darker: #286D69;
  --color-secondary: #292D3A;
  --color-background-header: #1F222D;
  --color-background-header-dropdown: #1D1F27;
  --color-white: #FFFFFF;
  /** Header **/
  --color-background--header: var(--color-secondary);
  --color-foreground--header-nav: var(--color-primary);
  /** Menu **/
  --color-background-nav--primary: transparent;
  --color-foreground-nav--primary: #01A982;
  --color-background-nav--primary-hover: #1F222D;
}

/* Themes */
.theme-theme-1 {
  /* Typography */
  --color-background: #292D3A;
  --color-foreground: #FFFFFF;
  --color-heading: #FFFFFF;
  --color-paragraph: var(--color-foreground);
  /* Button primary */
  --button-background-primary: #01A982;
  --button-foreground-primary: #FFFFFF;
  --button-border-primary: #01A982;
  --button-background-hover-primary: #286D69;
  --button-foreground-hover-primary: #FFFFFF;
  --button-border-hover-primary: #286D69;
  /* Button white */
  --button-background-white: #FFFFFF;
  --button-foreground-white: #01A982;
  --button-border-white: #FFFFFF;
  --button-background-hover-white: #286D69;
  --button-foreground-hover-white: #FFFFFF;
  --button-border-hover-white: #286D69;
  /* Button outline */
  --button-background-outline: transparent;
  --button-foreground-outline: #01A982;
  --button-border-outline: #01A982;
  --button-background-hover-outline: #286D69;
  --button-foreground-hover-outline: #FFFFFF;
  --button-border-hover-outline: #286D69;
  background-color: var(--color-background);
  color: var(--color-foreground);
}

.theme-theme-2 {
  /* Typography */
  --color-background: #FFFFFF;
  --color-foreground: #6E6E6E;
  --color-heading: #292D3A;
  --color-paragraph: var(--color-foreground);
  /* Button primary */
  --button-background-primary: #01A982;
  --button-foreground-primary: #FFFFFF;
  --button-border-primary: #01A982;
  --button-background-hover-primary: #286D69;
  --button-foreground-hover-primary: #FFFFFF;
  --button-border-hover-primary: #286D69;
  /* Button white */
  --button-background-white: #FFFFFF;
  --button-foreground-white: #01A982;
  --button-border-white: #FFFFFF;
  --button-background-hover-white: #286D69;
  --button-foreground-hover-white: #FFFFFF;
  --button-border-hover-white: #286D69;
  /* Button outline */
  --button-background-outline: transparent;
  --button-foreground-outline: #01A982;
  --button-border-outline: #01A982;
  --button-background-hover-outline: #286D69;
  --button-foreground-hover-outline: #FFFFFF;
  --button-border-hover-outline: #286D69;
  background-color: var(--color-background);
  color: var(--color-foreground);
}

.theme-theme-3 {
  /* Typography */
  --color-background: #222530;
  --color-foreground: #FFFFFF;
  --color-heading: #FFFFFF;
  --color-paragraph: var(--color-foreground);
  /* Button primary */
  --button-background-primary: #01A982;
  --button-foreground-primary: #FFFFFF;
  --button-border-primary: #01A982;
  --button-background-hover-primary: #286D69;
  --button-foreground-hover-primary: #FFFFFF;
  --button-border-hover-primary: #286D69;
  /* Button white */
  --button-background-white: #FFFFFF;
  --button-foreground-white: #01A982;
  --button-border-white: #FFFFFF;
  --button-background-hover-white: #286D69;
  --button-foreground-hover-white: #FFFFFF;
  --button-border-hover-white: #286D69;
  /* Button outline */
  --button-background-outline: transparent;
  --button-foreground-outline: #01A982;
  --button-border-outline: #01A982;
  --button-background-hover-outline: #286D69;
  --button-foreground-hover-outline: #FFFFFF;
  --button-border-hover-outline: #286D69;
  background-color: var(--color-background);
  color: var(--color-foreground);
}

.theme-theme-4 {
  /* Typography */
  --color-background: #EEFFFB;
  --color-foreground: #6E6E6E;
  --color-heading: #292D3A;
  --color-paragraph: var(--color-foreground);
  /* Button primary */
  --button-background-primary: #01A982;
  --button-foreground-primary: #FFFFFF;
  --button-border-primary: #01A982;
  --button-background-hover-primary: #286D69;
  --button-foreground-hover-primary: #FFFFFF;
  --button-border-hover-primary: #286D69;
  /* Button white */
  --button-background-white: #FFFFFF;
  --button-foreground-white: #01A982;
  --button-border-white: #FFFFFF;
  --button-background-hover-white: #286D69;
  --button-foreground-hover-white: #FFFFFF;
  --button-border-hover-white: #286D69;
  /* Button outline */
  --button-background-outline: transparent;
  --button-foreground-outline: #01A982;
  --button-border-outline: #01A982;
  --button-background-hover-outline: #286D69;
  --button-foreground-hover-outline: #FFFFFF;
  --button-border-hover-outline: #286D69;
  background-color: var(--color-background);
  color: var(--color-foreground);
}

/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 16px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
.h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 67.2px */
  letter-spacing: -1.12px;
}

h2,
.h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 57.6px */
  letter-spacing: -0.96px;
}

h3,
.h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 48px */
  letter-spacing: -0.8px;
}

h4,
.h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 38.4px */
  letter-spacing: -0.64px;
}

h5,
.h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h6,
.h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p,
.paragraph {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

small,
.small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 959px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 120%; /* 48px */
    letter-spacing: -0.8px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 110%; /* 44px */
    letter-spacing: -0.8px;
  }
}
.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  color: var(--color-heading);
}

.page-title {
  margin: 0 0 40px;
}

.header-entry h1 {
  margin-top: 0;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: var(--button-background-primary);
  border: 0;
  border-radius: 0;
  color: var(--button-foreground-primary);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: fit-content;
  line-height: normal;
}

.button--link {
  padding: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid transparent;
  width: fit-content;
  text-decoration: none;
  transition: border-color 150ms ease-in-out, color 150ms ease-in-out;
  text-transform: capitalize;
}

.button--link:hover {
  color: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
  text-decoration: none;
}

.button-lg {
  font-size: 24px;
}

.button-md {
  font-size: 20px;
}

@media screen and (max-width: 959px) {
  .button {
    font-size: 20px;
  }
  .button-lg {
    font-size: 20px;
  }
  .button-md {
    font-size: 16px;
  }
}
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: var(--button-background-hover-primary);
  border-width: 0;
  color: var(--button-foreground-hover-primary);
  outline: none;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: var(--button-foreground-hover-primary);
}

.button {
  display: flex;
  align-items: center;
  column-gap: 16px;
  justify-content: center;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  border-width: 0;
  cursor: not-allowed;
  opacity: 0.5;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

.button--white {
  background-color: var(--button-background-white);
  color: var(--button-foreground-white);
  border: 1px solid var(--button-border-white);
}

.button--white:hover {
  background-color: var(--button-background-hover-white);
  color: var(--button-foreground-hover-white);
  border: 1px solid var(--button-border-hover-white);
}

.button--outline {
  background-color: var(--button-background-outline);
  color: var(--button-foreground-outline);
  border: 1px solid var(--button-border-outline);
}

.button--outline:hover {
  background-color: var(--button-background-hover-outline);
  color: var(--button-foreground-hover-outline);
  border: 1px solid var(--button-border-hover-outline);
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.page {
  /* Typography */
  --color-background: #FFFFFF;
  --color-foreground: #757678;
  --color-heading: #292D3A;
  --color-paragraph: var(--color-foreground);
  /* Button primary */
  --button-background-primary: #01A982;
  --button-foreground-primary: #FFFFFF;
  --button-border-primary: #01A982;
  --button-background-hover-primary: #286D69;
  --button-foreground-hover-primary: #FFFFFF;
  --button-border-hover-primary: #286D69;
  /* Button white */
  --button-background-white: #FFFFFF;
  --button-foreground-white: #01A982;
  --button-border-white: #FFFFFF;
  --button-background-hover-white: #286D69;
  --button-foreground-hover-white: #FFFFFF;
  --button-border-hover-white: #286D69;
  /* Button outline */
  --button-background-outline: transparent;
  --button-foreground-outline: #01A982;
  --button-border-outline: #01A982;
  --button-background-hover-outline: #286D69;
  --button-foreground-hover-outline: #FFFFFF;
  --button-border-hover-outline: #286D69;
  background-color: var(--color-background);
  color: var(--color-foreground);
}

body.page {
  background-color: var(--color-background);
  color: var(--color-foreground);
}
body.page .container {
  max-width: 1440px;
}

.single .site-content,
.page .site-content {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 959px) {
  .single .site-content,
  .page .site-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.entry-header .entry-title {
  color: var(--color-heading);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.96px;
  margin: 0;
}

.entry-dates {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-top: 34px;
  color: var(--color-foreground);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.entry-divider {
  color: #949494;
  margin: 40px 0;
}

/* Details Wrapper
-------------------------------- */
.details-wrapper h1, .details-wrapper h2, .details-wrapper h3, .details-wrapper h4, .details-wrapper h5, .details-wrapper h6 {
  margin: 0 0 0;
}

.entry-content::before, .entry-content::after {
  display: none;
}
.entry-content h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.96px;
}
.entry-content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  letter-spacing: -0.64px;
}
.entry-content h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.36px;
}
.entry-content h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: var(--color-heading);
}
.entry-content h1 {
  margin: 0 0 34px;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0 0 24px;
}
.entry-content b, .entry-content strong {
  font-weight: 700;
}
.entry-content p {
  color: var(--color-foreground);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.entry-content p:last-child {
  margin: 0;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.entry-content ol li, .entry-content ul li {
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.entry-content blockquote {
  padding: 36px 0 36px 20px;
  margin: 0;
  position: relative;
}
.entry-content blockquote p:last-child {
  margin: 0;
}
.entry-content blockquote::before {
  content: "";
  width: 2px;
  height: calc(100% - 74px);
  background: #292D3A;
  position: absolute;
  left: 0;
  top: 36px;
}
.entry-content a {
  color: var(--color-primary);
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border-color 150ms ease-in;
}
.entry-content a:hover {
  border-color: var(--color-primary);
}
.entry-content figcaption {
  margin: 16px 0 0;
  color: #292D3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 8px;
  border-left: 2px solid #292D3A;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .page-template-default .site-content,
  .post-template-default .site-content {
    padding-top: 64px;
    padding-bottom: 100px;
  }
  .entry-header .entry-title {
    font-size: 40px;
  }
  .entry-content h1 {
    font-size: 40px;
  }
  .entry-content h2 {
    font-size: 28px;
  }
  .entry-dates {
    margin-top: 16px;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: var(--color-background--header);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 80px;
}

@media screen and (min-width: 960px) {
  .site-header > .wrap {
    display: flex;
    align-items: center;
  }
  .header-cta-button {
    text-wrap: nowrap;
    margin-left: 16px;
  }
}
@media screen and (max-width: 959px) {
  .site-header {
    padding: 0 24px;
  }
  .site-header > .wrap {
    display: flex;
    align-items: center;
  }
  .header-cta-button {
    margin-top: 40px;
  }
}
/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  .wp-custom-logo .title-area {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.wp-custom-logo .title-area img {
  width: 143px;
  height: 68px;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: var(--color-foreground--header-nav);
  display: block;
  font-size: 20px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 16px;
  padding-top: 16px;
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .genesis-nav-menu a {
    border-bottom: 1px solid #3E4550;
  }
  .genesis-nav-menu .sub-menu a {
    background-color: transparent !important;
  }
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: var(--color-foreground--header-nav);
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: var(--color-background-nav--primary-hover);
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
  background-color: var(--color-secondary) !important;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: var(--color-foreground);
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

@media screen and (max-width: 959px) {
  .sub-menu-toggle {
    color: var(--color-primary);
  }
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: var(--color-primary);
  outline: none;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .menu-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.menu-toggle.dashicons-menu::before {
  content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.75 24C42.75 24.5967 42.5129 25.169 42.091 25.591C41.669 26.0129 41.0967 26.25 40.5 26.25H7.5C6.90326 26.25 6.33097 26.0129 5.90901 25.591C5.48705 25.169 5.25 24.5967 5.25 24C5.25 23.4033 5.48705 22.831 5.90901 22.409C6.33097 21.9871 6.90326 21.75 7.5 21.75H40.5C41.0967 21.75 41.669 21.9871 42.091 22.409C42.5129 22.831 42.75 23.4033 42.75 24ZM7.5 14.25H40.5C41.0967 14.25 41.669 14.0129 42.091 13.591C42.5129 13.169 42.75 12.5967 42.75 12C42.75 11.4033 42.5129 10.831 42.091 10.409C41.669 9.98705 41.0967 9.75 40.5 9.75H7.5C6.90326 9.75 6.33097 9.98705 5.90901 10.409C5.48705 10.831 5.25 11.4033 5.25 12C5.25 12.5967 5.48705 13.169 5.90901 13.591C6.33097 14.0129 6.90326 14.25 7.5 14.25ZM40.5 33.75H7.5C6.90326 33.75 6.33097 33.9871 5.90901 34.409C5.48705 34.831 5.25 35.4033 5.25 36C5.25 36.5967 5.48705 37.169 5.90901 37.591C6.33097 38.0129 6.90326 38.25 7.5 38.25H40.5C41.0967 38.25 41.669 38.0129 42.091 37.591C42.5129 37.169 42.75 36.5967 42.75 36C42.75 35.4033 42.5129 34.831 42.091 34.409C41.669 33.9871 41.0967 33.75 40.5 33.75Z' fill='white'/%3E%3C/svg%3E");
}

.menu-toggle.activated::before {
  content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0918 35.9081C39.5145 36.3308 39.7519 36.9041 39.7519 37.5019C39.7519 38.0996 39.5145 38.6729 39.0918 39.0956C38.6691 39.5183 38.0958 39.7558 37.498 39.7558C36.9003 39.7558 36.327 39.5183 35.9043 39.0956L23.9999 27.1875L12.0918 39.0919C11.6691 39.5146 11.0958 39.752 10.498 39.752C9.90027 39.752 9.32698 39.5146 8.90429 39.0919C8.4816 38.6692 8.24414 38.0959 8.24414 37.4981C8.24414 36.9004 8.48161 36.3271 8.90429 35.9044L20.8124 24L8.90804 12.0919C8.48535 11.6692 8.24789 11.0959 8.24789 10.4981C8.24789 9.90035 8.48535 9.32706 8.90804 8.90438C9.33073 8.48169 9.90402 8.24422 10.5018 8.24422C11.0996 8.24422 11.6729 8.48169 12.0955 8.90438L23.9999 20.8125L35.908 8.9025C36.3307 8.47981 36.904 8.24235 37.5018 8.24235C38.0996 8.24235 38.6729 8.47981 39.0955 8.9025C39.5182 9.32519 39.7557 9.89848 39.7557 10.4963C39.7557 11.094 39.5182 11.6673 39.0955 12.09L27.1874 24L39.0918 35.9081Z' fill='white'/%3E%3C/svg%3E");
}

.site-header .dashicons-before::before {
  transition: none;
}

.dashicons-arrow-down-alt2::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2959 9.79593L12.7959 17.2959C12.6914 17.4008 12.5672 17.484 12.4304 17.5408C12.2937 17.5976 12.1471 17.6268 11.999 17.6268C11.851 17.6268 11.7043 17.5976 11.5676 17.5408C11.4309 17.484 11.3067 17.4008 11.2021 17.2959L3.70215 9.79593C3.4908 9.58459 3.37207 9.29794 3.37207 8.99906C3.37207 8.70017 3.4908 8.41353 3.70215 8.20218C3.91349 7.99084 4.20014 7.87211 4.49902 7.87211C4.79791 7.87211 5.08455 7.99084 5.2959 8.20218L12 14.9062L18.704 8.20125C18.9154 7.9899 19.202 7.87117 19.5009 7.87117C19.7998 7.87117 20.0864 7.9899 20.2978 8.20125C20.5091 8.41259 20.6278 8.69924 20.6278 8.99812C20.6278 9.29701 20.5091 9.58365 20.2978 9.795L20.2959 9.79593Z' fill='%2301A982'/%3E%3C/svg%3E");
}

.site-header .menu-toggle::before {
  position: relative;
  text-rendering: auto;
  font-size: 48px;
  width: 100%;
  height: 100%;
  color: white;
  top: calc(50% - 16px);
}

.sub-menu-toggle {
  float: right;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: flex;
  justify-content: center;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 100%;
}

.genesis-nav-menu .menu-item > a > span {
  line-height: normal;
}

@media screen and (min-width: 960px) {
  .nav-primary > .wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .nav-primary {
    clear: left;
    padding: 24px 24px 100px;
    width: 100%;
    background: var(--color-background-header-dropdown);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: calc(116px + var(--wp-admin--admin-bar--height, 0px));
    max-height: calc(100% - (116px + var(--wp-admin--admin-bar--height, 0px)));
    overflow-y: auto;
  }
}
body:has(.menu-toggle.activated) {
  overflow: hidden;
}

.nav-primary .menu-item-has-children.sfHover a,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .current-menu-item a,
.nav-primary .current-menu-ancestor a {
  background-color: var(--color-background-nav--primary-hover);
}

.sub-menu .current-menu-item a {
  background-color: var(--color-secondary) !important;
}

.nav-primary .genesis-nav-menu a:focus {
  outline: none;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.site-footer__content-top__menus .menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  width: fit-content;
  row-gap: 40px;
  width: 100%;
}
.site-footer__content-top__menus .menu > li.menu-item {
  max-width: calc(50% - 18px);
}
@media screen and (max-width: 1337px) {
  .site-footer__content-top__menus .menu > li.menu-item {
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1249px) {
  .site-footer__content-top__menus .menu > li.menu-item {
    max-width: calc(50% - 40px);
  }
}
.site-footer__content-top__menus .menu > li.menu-item:not(:has(.sub-menu)) + li.menu-item {
  margin-top: -20px;
}
.site-footer__content-top__menus .menu > li.menu-item {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.site-footer__content-top__menus .menu > li.menu-item a {
  color: var(--color-foreground);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  text-transform: none;
  text-decoration: none;
}
.site-footer__content-top__menus .menu > li.menu-item a:hover, .site-footer__content-top__menus .menu > li.menu-item a:focus, .site-footer__content-top__menus .menu > li.menu-item.current-menu-item a {
  border-color: var(--color-foreground);
}
.site-footer__content-top__menus .menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer__content-top__menus .menu .sub-menu li.menu-item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.site-footer__content-top__menus .menu .sub-menu li.menu-item a {
  color: var(--color-foreground);
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border-color 150ms ease-in;
}
.site-footer__content-top__menus .menu .sub-menu li.menu-item a:hover, .site-footer__content-top__menus .menu .sub-menu li.menu-item a:focus {
  border-color: var(--color-foreground);
}
@media screen and (max-width: 959px) and (min-width: 640px) {
  .site-footer__content-top__menus .menu {
    width: 70%;
  }
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 0;
  padding-left: 20px;
}

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer p {
  margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
  .genesis-nav-menu .menu-item > a > span {
    position: relative;
  }
  .genesis-nav-menu .menu-item.menu-item-has-children > a > span {
    padding-right: 36px;
  }
  .genesis-nav-menu .menu-item.menu-item-has-children > a > span::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2959 9.79594L12.7959 17.2959C12.6914 17.4008 12.5672 17.484 12.4304 17.5408C12.2937 17.5976 12.1471 17.6268 11.999 17.6268C11.851 17.6268 11.7043 17.5976 11.5676 17.5408C11.4309 17.484 11.3067 17.4008 11.2021 17.2959L3.70215 9.79594C3.4908 9.58459 3.37207 9.29795 3.37207 8.99906C3.37207 8.70018 3.4908 8.41353 3.70215 8.20219C3.91349 7.99084 4.20014 7.87211 4.49902 7.87211C4.79791 7.87211 5.08455 7.99084 5.2959 8.20219L12 14.9062L18.704 8.20125C18.9154 7.98991 19.202 7.87117 19.5009 7.87117C19.7998 7.87117 20.0864 7.98991 20.2978 8.20125C20.5091 8.4126 20.6278 8.69924 20.6278 8.99813C20.6278 9.29701 20.5091 9.58366 20.2978 9.795L20.2959 9.79594Z' fill='%2301A982'/%3E%3C/svg%3E");
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
  }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid var(--color-background-nav--primary-hover);
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid var(--color-background-nav--primary-hover);
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
  /* Responsive Menu
  --------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 24px;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* Site-Inner
  --------------------------------------------- */
  .site-inner {
    max-width: 100%;
  }
  /* Cotainer
  --------------------------------------------- */
  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  /* Content
  --------------------------------------------- */
  .content {
    float: left;
    width: 65%;
  }
  .sidebar-content .content {
    float: right;
  }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }
  .sidebar-content .sidebar {
    float: left;
  }
  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }
  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }
  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
/* Container responsive */
@media screen and (max-width: 959px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/* Components
--------------------------------------------- */
/* Positions */
.relative {
  position: relative;
}

/* Flex */
.flex {
  display: flex;
}

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

/* Grid */
.grid {
  display: grid;
}

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

/* Alignments */
.items-center {
  align-items: center;
}

/* Gaps */
.gap-y-\[40px\] {
  row-gap: 40px;
}

.gap-x-\[60px\] {
  column-gap: 60px;
}

/* Margis */
.\!mt-\[32px\] {
  margin-top: 32px !important;
}

/* Widths */
.w-full {
  width: 100%;
}

/* Heights */
.h-full {
  height: 100%;
}

/* Aspect ratios */
.aspect-\[600\/550\] {
  aspect-ratio: 600/550;
}

/* Z-index */
.z-1 {
  z-index: 1;
}

/* Margins */
.ml-4 {
  margin-left: 16px;
}

/* Texts */
.text-nowrap {
  text-wrap: nowrap;
}

/* Sections */
section.section {
  width: 100%;
  height: auto;
}

/* TNS Slider
--------------------------------------------- */
.custom-tns-controls [data-controls=prev], .custom-tns-controls [data-controls=next], .custom-tns-controls [data-controls=prev]:hover, .custom-tns-controls [data-controls=next]:hover {
  padding: 8px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  border: 2px solid var(--color-secondary);
  color: var(--color-white);
  background-color: var(--color-secondary);
  opacity: 1 !important;
  outline: none !important;
}
.custom-tns-controls [data-controls=prev]:disabled, .custom-tns-controls [data-controls=next]:disabled {
  background-color: var(--color-white);
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary) !important;
}

.custom-tns-controls:focus-visible,
.custom-tns-controls:focus {
  outline: none !important;
}

/* Homepage
--------------------------------------------- */
/* Banner */
.homepage-banner {
  width: 100%;
  background-color: var(--color-background-header);
  height: 750px;
  position: relative;
}

.homepage-banner .container {
  width: 100%;
  height: 100%;
}

.homepage-banner__content {
  padding: 100px 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 40px;
  align-items: center;
}

.homepage-banner__content h1 {
  margin: 0;
}

.homepage-banner__content-left {
  width: 100%;
  max-width: 620px;
}
.homepage-banner__content-left .button {
  padding: 24px;
}

.homepage-banner__content-right {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.homepage-banner__content-right .homepage-banner__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 600/550;
  max-width: 600px;
}
.homepage-banner__content-right .homepage-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.homepage-banner .background-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.homepage-banner .background-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1249px) {
  .homepage-banner__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 60px 0;
  }
}
@media screen and (max-width: 959px) {
  .homepage-banner {
    height: auto;
  }
  .homepage-banner__content-left {
    max-width: 100%;
  }
  .homepage-banner__content-left .button {
    padding: 16px 24px;
  }
  .homepage-banner__content-right .homepage-banner__image {
    aspect-ratio: 382/250;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .homepage-banner__content-right .homepage-banner__image img {
    object-fit: cover;
  }
}
/* Homepage Section 1 */
.homepage-section1 h1 {
  margin: 0;
}

.homepage-section1__content {
  padding: 0px 64px 80px 64px;
  display: flex;
  align-items: flex-end;
  column-gap: 113px;
}

.homepage-section1__content-left {
  width: 100%;
  max-width: 503px;
}

.homepage-section1__block {
  display: block;
}
.homepage-section1__block h2 {
  margin: 0;
}

.homepage-section1__grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 32px !important;
  margin-top: 64px;
}
.homepage-section1__grid > .homepage-section1__grid-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homepage-section1__grid > .homepage-section1__grid-item:first-child {
  flex-basis: 74%;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.homepage-section1__grid > .homepage-section1__grid-item:nth-child(n+2) {
  flex-basis: calc(50% - 18px);
}

.homepage-section1__cta-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: max-content;
  margin-top: 56px;
}
.homepage-section1__cta-buttons .button {
  width: 100%;
}

.homepage-section1__image {
  aspect-ratio: 600/348;
  width: calc(100% + 139px);
  margin-top: -56px;
}

.homepage-section1__main-texts .paragraph {
  margin: 32px 0 0;
}
.homepage-section1__main-texts .paragraph p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1099px) and (min-width: 960px) {
  .homepage-section1__content-left {
    padding-top: 64px;
  }
  .homepage-section1__image {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 1488px) {
  .homepage-section1__content {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1300) {
  .homepage-section1__content {
    column-gap: 24px;
  }
}
@media screen and (max-width: 959px) {
  .homepage-section1__content {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
  }
  .homepage-section1__image {
    margin-top: 0;
    width: 100%;
    aspect-ratio: 334/250;
  }
  .homepage-section1__image img {
    width: 100%;
    height: 100%;
  }
  .homepage-section1__content {
    padding: 56px 24px;
  }
  .homepage-section1__content-left {
    padding-top: 0;
    max-width: 100%;
  }
  .homepage-section1__cta-buttons {
    max-width: 100%;
    margin-top: 40px;
  }
  .homepage-section1__cta-buttons .button {
    width: 100%;
  }
  .homepage-section1__grid {
    margin-top: 40px;
    column-gap: 0;
    justify-content: center;
  }
  .homepage-section1__grid > .homepage-section1__grid:first-child {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 253px;
  }
  .homepage-section1__grid > .homepage-section1__grid:nth-child(n+2) {
    flex-basis: calc(50% - 18px);
    width: 100%;
  }
  .homepage-section1__grid > .homepage-section1__grid:last-child {
    margin-left: auto;
  }
  .homepage-section1__main-texts .paragraph {
    margin: 24px 0 0;
  }
}
/* Homepage Section 2 */
.homepage-section2 > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.homepage-section2 h2 {
  margin: 0;
}

.homepage-section2__image {
  aspect-ratio: 540/415;
  width: 100%;
  height: 100%;
  max-width: 540px;
}
.homepage-section2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homepage-section2__content {
  display: flex;
  column-gap: 120px;
  align-items: center;
}

.homepage-section2__block {
  display: block;
}

.homepage-section2__block .paragraph {
  margin: 40px 0 0;
}
.homepage-section2__block .paragraph > p {
  margin-bottom: 16px;
  font-size: 20px;
}

.homepage-section2__content-right {
  width: 100%;
  max-width: 620px;
}

.homepage-section2__content-left {
  flex: 0 0 auto;
}

@media screen and (max-width: 1249px) {
  .homepage-section2__content {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 40px;
  }
  .homepage-section2__content-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .homepage-section2 > .container {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .homepage-section2__block .paragraph {
    margin: 24px 0 0;
  }
  .homepage-section2__block .paragraph > p {
    font-size: 16px;
  }
  .homepage-section2__image {
    aspect-ratio: 382/250;
    max-width: 100%;
  }
  .homepage-section2__content-left {
    margin-top: 24px;
  }
  .homepage-section2__content {
    row-gap: 0;
  }
}
/* Homepage Section 3 */
.homepage-section3 > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.homepage-section3 h2 {
  margin: 0;
}

.homepage-section3__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 40px;
  margin-top: 64px;
}

@media screen and (max-width: 1249px) {
  .homepage-section3__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
  }
}
/* Cards */
.card-icon-text {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  background: #F8F8F8;
}

.card-icon-text .image-wrapper {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.card-icon-text-heading {
  color: #292D3A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.card-icon-text-paragraph {
  color: #6E6E6E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 0;
}

.card-icon-text-paragraph p {
  margin: 0;
}

.image-network__card-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .homepage-section3 > .container {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .homepage-section3__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 24px;
    margin-top: 40px;
  }
  .manage-network__card {
    padding: 24px;
  }
  .manage-network__card-image {
    width: 100px;
    height: 100px;
  }
  .image-network__card-footer .button {
    width: 100%;
  }
}
/* Homepage Section 4 */
.homepage-section4 > .container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.homepage-section4__content {
  display: flex;
  padding: 64px;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
}

.homepage-section4__image {
  aspect-ratio: 478/551;
  width: 100%;
  height: auto;
}

.homepage-section4__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-section4__content-right .legend {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.homepage-section4__content-right h2 {
  margin: 16px 0 0;
}

.homepage-section4__content-right .paragraph {
  margin-top: 24px;
}
.homepage-section4__content-right .paragraph p {
  margin: 0;
}

.homepage-section4__content-right .button {
  margin-top: 40px;
}

.homepage-section4__content-right .homepage-section4__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  aspect-ratio: 334/250;
  height: auto;
  max-width: 478px;
}

.homepage-section4__grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
  row-gap: 32px;
  column-gap: 32.64px;
}
.homepage-section4__grid .homepage-section4__grid-item {
  width: 100%;
  height: auto;
  flex-basis: calc(50% - 32.64px);
}
.homepage-section4__grid .homepage-section4__grid-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homepage-section4__grid .homepage-section4__grid-item:first-child {
  flex-basis: 100%;
  width: 100%;
  max-width: 300px;
}

@media screen and (min-width: 960px) {
  .homepage-section4__grid {
    max-width: 85%;
  }
  .homepage-section4__grid .homepage-section4__grid-item {
    max-width: 182px;
  }
  .homepage-section4__content .homepage-section4__content-left {
    max-width: 478px;
    width: 100%;
  }
  .homepage-section4__content .homepage-section4__content-right {
    width: 100%;
  }
}
@media screen and (max-width: 1249px) {
  .homepage-section4__content {
    flex-direction: column-reverse;
  }
  .homepage-section4__content-right .homepage-section4__image {
    display: block;
    margin-top: 40px;
  }
  .homepage-section4__content-left {
    display: none;
  }
  .homepage-section4__grid {
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .homepage-section4 > .container {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .homepage-section4__content {
    padding: 56px 24px;
  }
  .homepage-section4__content-left {
    display: none;
  }
  .homepage-section4__content-right {
    width: 100%;
  }
  .homepage-section4__content-right h2 {
    max-width: 100%;
  }
  .homepage-section4__grid {
    margin-top: 40px;
    justify-content: center;
  }
  .homepage-section4__grid .homepage-section4__grid-item {
    flex-basis: calc(50% - 18px);
  }
  .homepage-section4__grid .homepage-section4__grid-item:first-child {
    flex-basis: 100%;
    width: 100%;
    max-width: 253px;
  }
  .homepage-section4__content-right .button {
    width: 100%;
  }
  .homepage-section4__content-right .homepage-section4__image {
    max-width: 100%;
  }
}
/* Homepage Section 5 */
.homepage-section5 {
  position: relative;
}

.homepage-section5 h2 {
  margin: 0;
}

.homepage-section5 > .container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.homepage-section5__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 0 0;
  gap: 40px;
}

.homepage-section5__content-left {
  display: flex;
  width: 650px;
  height: 440px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
}

.homepage-section5__content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.homepage-section5__content-block .paragraph {
  margin-top: 40px;
}

.homepage-section5__content-block .paragraph p {
  margin-bottom: 24px;
}

.homepage-section5__content-block .paragraph p:last-child {
  margin-bottom: 0;
}

.homepage-section5__content-block .button {
  width: 100%;
}

.homepage-section5__content-block .button--outline {
  margin-top: 24px;
}

.homepage-section5__video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.homepage-section5__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .homepage-section5__content-right {
    display: none;
  }
  .homepage-section5 > .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .homepage-section5__content-left {
    height: auto;
    width: 100%;
  }
}
/* News
------------------------------ */
.section-news-latest > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-news-latest__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-news-latest__heading h2 {
  margin: 0;
}

.news-article__card-footer {
  padding: 0 24px;
  margin-top: 8px;
}

.section-news-latest__grid {
  margin-top: 56px;
}
.section-news-latest__grid .tns-ovh {
  overflow: hidden;
  width: calc(100% + 80px);
  padding-right: 80px;
}
.section-news-latest__grid .news-article__card {
  height: 100%;
}

.section-news-latest__carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.section-news-latest__mobile-cta {
  display: none;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Card */
.news-article__card {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
  gap: 24px;
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
}
.news-article__card:hover::before {
  opacity: 0.5;
}

.news-article__card::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(37deg, rgba(255, 255, 255, 0) 48.99%, rgba(232, 247, 243, 0.09) 53.73%, rgba(211, 240, 233, 0.17) 58.46%, rgba(194, 234, 225, 0.24) 62.67%, rgba(178, 229, 217, 0.3) 66.88%, rgba(164, 224, 210, 0.36) 70.57%, rgba(151, 220, 204, 0.41) 74.78%, rgba(139, 216, 198, 0.46) 78.46%, rgba(127, 212, 192, 0.51) 81.62%, rgba(114, 207, 186, 0.56) 84.77%, rgba(100, 203, 179, 0.61) 87.93%, rgba(85, 198, 172, 0.67) 91.09%, rgba(68, 192, 163, 0.73) 94.25%, rgba(49, 185, 154, 0.81) 96.88%, rgba(27, 178, 143, 0.9) 98.98%, #01A982 101.61%);
  transform: scaleY(-1);
  transition: opacity 150ms ease-in-out;
  pointer-events: none;
}

.news-article__card--image {
  aspect-ratio: 400/240;
  width: 100%;
  height: auto;
}
.news-article__card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-article__card-details {
  padding: 0 24px;
}
.news-article__card-details .news-article__card-legend {
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 15.4px */
  text-transform: capitalize;
}
.news-article__card-details .news-article__card-heading {
  overflow: hidden;
  color: var(--color-secondary);
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.news-article__card-details .news-article__card-paragraph {
  overflow: hidden;
  color: var(--color-foreground);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}

.section-news-latest__carousel-navs {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .section-news-latest__carousel-navs {
    justify-content: center;
  }
  .section-news-latest > .container {
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-news-latest__heading .button {
    display: none;
  }
  .section-news-latest__grid {
    margin-top: 40px;
  }
  .section-news-latest__mobile-cta {
    display: flex;
  }
}
/* Contact Us
----------------------------------- */
.section-contact-us > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-contact-us.homepage-contact .container {
  padding-top: 100px;
}

.section-contact-us__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
}

.section-contact-us__content-left {
  width: 540px;
}

.section-contact-us__content-image {
  aspect-ratio: 540/400;
  max-width: 540px;
  width: 100%;
  height: auto;
}
.section-contact-us__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-contact-us__content-right {
  width: 620px;
  display: flex;
  align-items: center;
}
.section-contact-us__content-right h1 {
  margin: 0;
}
.section-contact-us__content-right .paragraph {
  margin-top: 24px;
}
.section-contact-us__content-right .paragraph, .section-contact-us__content-right .paragraph p {
  font-size: 22px;
}
.section-contact-us__content-right .paragraph p {
  margin: 0;
}

.section-contact-us__content-block .section-paragraph-lg {
  margin-top: 24px;
}
.section-contact-us__content-block .button {
  margin-top: 40px;
}

@media screen and (max-width: 1249px) {
  .section-contact-us__content {
    flex-direction: column-reverse;
  }
  .section-contact-us__content-left,
  .section-contact-us__content-right {
    width: 100%;
  }
  .section-contact-us__content-image {
    aspect-ratio: 382/300;
  }
  .section-contact-us__content-right .button {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .section-contact-us__content-image {
    max-width: 100%;
  }
}
/* Footer 
------------------------------------ */
.site-footer__content {
  padding-top: 100px;
  padding-bottom: 80px;
}

.site-footer__content-inner {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

div.divider {
  height: 1px;
  width: 100%;
  background-color: var(--color-foreground);
}

.site-footer__content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.site-footer__content-top__left {
  width: 273px;
  min-width: max-content;
}
.site-footer__content-top__left .custom-logo {
  width: 273px;
  height: 130px;
  object-fit: contain;
  object-position: center;
}

.site-footer__content-top__right {
  width: 844px;
  display: flex;
  gap: 60px;
}
.site-footer__content-top__right .site-footer__content-top__menus {
  width: 100%;
}

.site-footer__socials {
  margin-top: 40px;
}
.site-footer__socials > h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 15.4px */
  text-transform: capitalize;
  margin-bottom: 16px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  color: var(--color-foreground);
  padding: 16px !important;
  background-color: transparent;
  border-color: var(--color-foreground);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--color-foreground);
}

input[type=tel] {
  padding-left: 48px !important;
}

.site-footer__content-top__subscription-form {
  width: 100%;
}
.site-footer__content-top__subscription-form .gform_title {
  color: var(--color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
  margin: 0 0 24px;
}
.site-footer__content-top__subscription-form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 16px;
}
.site-footer__content-top__subscription-form .gform_wrapper.gravity-theme .gform_footer, .site-footer__content-top__subscription-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 24px 0 0 !important;
  padding: 0;
}
.site-footer__content-top__subscription-form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  margin: 0;
  min-width: 150px;
  line-height: normal !important;
}

@media screen and (max-width: 1024px) {
  .site-footer__content-top__right {
    flex-direction: column;
  }
  #menu-footer-navigation {
    flex-direction: row;
    max-height: none;
  }
  #menu-footer-navigation.menu > li.menu-item:not(:has(.sub-menu)) + li.menu-item {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  #menu-footer-navigation {
    flex-direction: column;
    max-height: 500px;
    width: 100%;
  }
  #menu-footer-navigation.menu > li.menu-item:not(:has(.sub-menu)) + li.menu-item {
    margin-top: 0px;
  }
  .site-footer__content-top {
    flex-direction: column;
    gap: 40px;
  }
  .site-footer__content-top__left,
  .site-footer__content-top__right {
    width: 100%;
  }
  .site-footer__content-top__left .custom-logo {
    width: 180px;
    height: 90px;
  }
  .site-footer__content-top__right {
    gap: 40px;
  }
  .site-footer__content-inner {
    gap: 40px;
  }
  .site-footer__content {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
/* Legals
------------------------------ */
.site-footer__content-legals {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.site-footer__content-legals small, .site-footer__content-legals a {
  color: var(--color-foreground);
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 15.4px */
  text-transform: capitalize;
}
.site-footer__content-legals .divider {
  width: 1px;
  height: 100%;
  background-color: var(--color-foreground);
}

/* 404
---------------------------- */
.page_not_found {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}

.page_not_found h4 {
  margin: 0;
}

.page_not_found--inner,
.page_not_found-inner__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page_not_found-inner__top .page_not_found-image {
  margin-top: 24px;
  aspect-ratio: 550/200;
  max-width: 550px;
  width: 100%;
  height: auto;
}
.page_not_found-inner__top .page_not_found-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page_not_found-inner__top .page_not_found-text {
  margin-top: 40px;
}

.page_not_found-inner__bottom {
  margin-top: 64px;
}

/* Dialog
------------------------------- */
.d2-dialog {
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.d2-dialog h2 {
  max-width: 90%;
}
.d2-dialog .icon--close {
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -52px;
}
.d2-dialog .icon--close svg {
  width: 100%;
  height: 100%;
}

.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin-top: 40px !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  margin: 0;
}

@media screen and (max-width: 959px) {
  .d2-dialog .icon--close {
    right: 0;
    top: -50px;
  }
}
.d2-dialog__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.d2-dialog .gform_heading h2 {
  margin: 0;
  color: #292D3A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.d2-dialog .gform_page_footer {
  margin: 40 0 0 !important;
  padding: 0 !important;
}

/* requestConsultationFormSubmitSuccessDialog
--------------------------------- */
#requestConsultationFormSubmitSuccessDialog .d2-dialog__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
#requestConsultationFormSubmitSuccessDialog .d2-dialog__content svg {
  color: var(--color-heading);
}
#requestConsultationFormSubmitSuccessDialog .d2-dialog__content h4, #requestConsultationFormSubmitSuccessDialog .d2-dialog__content p {
  margin: 24px 0 0;
}
#requestConsultationFormSubmitSuccessDialog .d2-dialog__content button.button {
  margin: 40px 0 0;
}

/* Contact Us Page
--------------------------------- */
.page-template-contact .gform_title {
  margin-top: 0;
}

/* Archive
--------------------------------- */
.page-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 40px;
}

@media screen and (max-width: 1024px) {
  .page-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 759px) {
  .page-archive__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 0px;
    row-gap: 40px;
  }
}
/* Pagination
--------------------------------- */
.pagination {
  text-align: center;
}
.pagination .page-numbers {
  padding: 8px 16px;
  border-radius: 5px;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/* Social links 
-------------------------------- */
.social-links__flex {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.social-links__flex a {
  width: 40px;
  height: 40px;
}
.social-links__flex img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Image/Svg wrapper 
-------------------------------- */
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.svg-wrapper svg {
  width: 100%;
  height: 100%;
}

/* Checklist 
-------------------------------- */
.checklist-theme-1 {
  --icon-color: var(--color-primary, #01A982);
}
.checklist-theme-1 .svg-wrapper svg {
  color: var(--icon-color);
}

.checklist-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.component__checklist-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
}
.component__checklist-item .svg-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.component__checklist-item .entry-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
  margin: 0;
}

/* Templates 
-------------------------------- */
/* Connectivity Template 
-------------------------------- */

/*# sourceMappingURL=style.css.map */
