@charset "UTF-8";
/*!
Theme Name: Dr. Bruno Conte
Theme URI: https://dorckcoding.com
Author: Dorck Coding
Author URI: https://dorckcoding.com
Description: Um tema WordPress versátil e moderno, desenvolvido para uma ampla variedade de sites. Ele conta com planos de fundo personalizados, logotipos, menus, além de suporte para imagens destacadas, comentários em tópicos e está pronto para tradução. Perfeito para criar uma presença online única e envolvente.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dcwp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
/* Webfonts
	 ========================================================================== */
/* Functions
	 ========================================================================== */
/**
 * Sets border radius for elements with vendor prefixes for compatibility.
 * @param {number} $pixels - The radius value in pixels.
 */
/**
 * Adds transition effects to elements with vendor prefixes for compatibility.
 * @param {string} $speed - The transition speed.
 * @param {string} $effect - The transition effect.
 */
/**
 * Rotates elements with vendor prefixes for compatibility.
 * @param {string} $deg - The degree of rotation.
 */
/**
 * Aligns elements using flexbox with vendor prefixes for compatibility.
 * @param {string} $vertical - The vertical alignment.
 * @param {string} $horizontal - The horizontal alignment.
 */
/**
 * Scales elements with vendor prefixes for compatibility.
 * @param {number} $x - The scaling factor.
 */
/**
 * Disables text selection on elements with vendor prefixes for compatibility.
 * @param {string} $value - The value for user-select CSS property.
 */
/**
 * Resets the styles of unordered lists.
 */
/**
 * Adds box shadow to elements with vendor prefixes for compatibility.
 * @param {string} $values - The box shadow values.
 */
/**
 * Applies a linear gradient background to elements with vendor prefixes for compatibility.
 * @param {string} $color_a - The starting color of the gradient.
 * @param {string} $color_b - The ending color of the gradient.
 * @param {string} $deg - The direction of the gradient.
 */
/**
 * Crops text within an element with specified adjustments.
 * @param {number} $line-height - The line height of the text.
 * @param {number} $top-adjustment - The top adjustment for cropping.
 * @param {number} $bottom-adjustment - The bottom adjustment for cropping.
 */
/**
 * Sets background color with RGBA values.
 * @param {color} $color - The color value.
 * @param {number} $alpha - The alpha (opacity) value.
 */
/**
 * Limits the number of lines displayed in an element.
 * @param {number} $num - The maximum number of lines to display.
 */
/* Variables
	 ========================================================================== */
/**
 * Paths to files.
 */
/**
 * Font-related variables specifying the base font family,
 * title font family, base font color, and base font size for the project.
 */
/**
 * Color variables.
 */
/**
 * Color variables defining the primary, secondary, success, and danger colors,
 * as well as background and border colors used throughout the project.
 */
/**
 * Spacing variables.
 */
/**
 * Media query breakpoints.
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize & Box sizing
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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, monospace;
  font-size: 1em;
}

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

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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, monospace;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Base
	 ========================================================================== */
html, body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F9F9F9;
}
@media (max-width: 1024px) {
  html, body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  html, body {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
}

input, select, textarea {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #1A1A1A;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Utilities
	 ========================================================================== */
.margin-none {
  margin: 0;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-top {
  margin-top: 1.875rem !important;
}

.margin-bottom {
  margin-bottom: 1.875rem !important;
}

.margin-y {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.margin-y-2 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.margin-section {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.padding-none {
  padding: 0;
}

.padding-y {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.padding-y-2 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.padding-bottom {
  padding-bottom: 1.875rem;
}

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

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

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

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

.gap-margin {
  gap: 1.875rem;
}

.gap-1 {
  gap: 1rem;
}

.ul-reset, .breadcrumbs, .menu-mobile .a nav.main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Template
	 ========================================================================== */
.grid-container {
  max-width: 1280px;
}
@media (max-width: 640px) {
  .grid-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* Helpers
	 ========================================================================== */
.text-color-primary {
  color: #001858;
}

.text-color-secondary {
  color: #D6B89A;
}

/* UI Components
	 ========================================================================== */
.h1, .h2, .main-features .features-content h3, .main-news .header h2, .main-adds .box h2, .main-services .header h2, .h3, .main-contact .box .content h3, .faq-header h3, .h4, .h5, .h6 {
  line-height: 1.3;
  color: #001858;
  margin-bottom: 0.5rem;
}

.h1 {
  font-size: 4rem;
}

.h2, .main-features .features-content h3, .main-news .header h2, .main-adds .box h2, .main-services .header h2 {
  font-size: 2.25rem;
}

.h3, .main-contact .box .content h3, .faq-header h3 {
  font-size: 1.5rem;
}

.h4 {
  font-size: 1.25rem;
}

.h5 {
  font-size: 1.125rem;
}

.h6 {
  font-size: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #1A1A1A;
  color: white;
  padding: 1rem;
  line-height: 1.2;
  cursor: pointer;
  outline: 0;
  border-radius: 3px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border: 0 none !important;
}
.btn.btn-primary {
  background-color: #001858;
}
.btn.btn-secondary {
  background-color: #D6B89A;
}
.btn.btn-white {
  background-color: white;
  color: #001858 !important;
}
.btn.btn-fluid {
  width: 100%;
  justify-content: center;
}
.btn:hover, .btn:active, .btn:focus {
  color: white;
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
.bg-linear-gradient-1, .main-banner {
  background: #D6B89A;
  background: linear-gradient(0deg, rgba(214, 184, 154, 0) 0%, #d6b89a 100%);
}

.bg-linear-gradient-2, .about-content, .page-header {
  background: rgba(214, 184, 154, 0.5);
  background: linear-gradient(0deg, rgba(214, 184, 154, 0) 0%, rgba(214, 184, 154, 0.5) 100%);
}

.title-label {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid #CCC;
  font-size: 0.875rem;
  border-radius: 99px;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  margin: 0;
}

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
.app-header {
  padding: 1.875rem 0.9375rem;
}
@media (max-width: 1024px) {
  .app-header {
    padding: 1rem 0;
  }
}
.app-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.9375rem;
}
.app-header .header-ctas {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.875rem;
}
.app-header .logo, .app-header .custom-logo-link {
  display: block;
  max-width: 12rem;
}
.app-header .logo > img, .app-header .custom-logo-link > img {
  width: 100%;
}
.app-header .divider {
  width: 1px;
  height: 2rem;
  background-color: rgb(223.5, 223.5, 223.5);
  margin: 0;
}
.app-header .main-menu {
  float: right;
}
.app-header .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-header .main-menu > ul > li {
  display: inline-block;
  margin-right: 0.9375rem;
}
.app-header .main-menu > ul > li:last-child {
  margin-right: 0;
}
.app-header .main-menu > ul > li > a {
  display: block;
  color: #1A1A1A;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}
.app-header .main-menu > ul > li > a:hover {
  color: #D6B89A;
}
.app-header .main-menu > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: white;
  border: 1px solid rgb(223.5, 223.5, 223.5);
  padding: 0.25rem 0;
}
.app-header .main-menu > ul > li > ul > li > a {
  display: block;
  color: #1A1A1A;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
}
.app-header .main-menu > ul > li > ul > li > a:hover {
  color: #001858;
}
.app-header .main-menu > ul > li > ul > li.active > a, .app-header .main-menu > ul > li > ul > li.current-menu-item > a, .app-header .main-menu > ul > li > ul > li.current_page_item > a, .app-header .main-menu > ul > li > ul > li.current-menu-ancestor > a, .app-header .main-menu > ul > li > ul > li.current-menu-parent > a, .app-header .main-menu > ul > li > ul > li.current_page_parent > a {
  font-weight: bold;
  color: #001858;
  text-decoration: underline;
}
.app-header .main-menu > ul > li.active > a, .app-header .main-menu > ul > li.current-menu-item > a, .app-header .main-menu > ul > li.current_page_item > a, .app-header .main-menu > ul > li.current-menu-ancestor > a, .app-header .main-menu > ul > li.current-menu-parent > a, .app-header .main-menu > ul > li.current_page_parent > a {
  font-weight: bold;
  color: #001858;
  position: relative;
}
.app-header .main-menu > ul > li.active > a:before, .app-header .main-menu > ul > li.current-menu-item > a:before, .app-header .main-menu > ul > li.current_page_item > a:before, .app-header .main-menu > ul > li.current-menu-ancestor > a:before, .app-header .main-menu > ul > li.current-menu-parent > a:before, .app-header .main-menu > ul > li.current_page_parent > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 0.25rem;
  background-color: #D6B89A;
  border-radius: 99px;
}
.app-header .main-menu > ul > li:hover > ul {
  display: block;
}
@media (max-width: 640px) {
  .app-header .main-menu {
    display: none;
  }
}
.app-header .mobile-menu {
  float: right;
  display: none;
  border: 1px solid rgb(223.5, 223.5, 223.5);
  padding: 1rem;
  font-size: 1.25rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
}
.app-header .mobile-menu:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: white;
}
@media (max-width: 640px) {
  .app-header .mobile-menu {
    display: block;
  }
}
.app-header .cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.app-header .cta-phone .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.3rem;
  color: #001858;
}
.app-header .cta-phone .content h4 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1A1A1A;
}
.app-header .cta-phone .content p {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #001858;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .app-header .cta-phone {
    display: none;
  }
}

.app-footer {
  margin: 0 1.875rem;
}
@media (max-width: 1280px) {
  .app-footer {
    margin: 0 0.9375rem;
  }
}
.app-footer > .content {
  background-color: #1A1A1A;
  padding: 1rem 0;
  color: white;
  border-radius: 5px;
}
.app-footer > .bottom {
  font-size: 0.75rem;
}
.app-footer .cta h3 {
  font-size: 1.75rem;
  margin: 0;
}
.app-footer .cta .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
@media (max-width: 640px) {
  .app-footer .cta {
    text-align: center;
  }
  .app-footer .cta .buttons {
    justify-content: center;
  }
}
.app-footer .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
}
.app-footer .logo, .app-footer .custom-logo-link {
  display: block;
  width: 100%;
  max-width: 15rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(334%) hue-rotate(344deg) brightness(120%) contrast(100%);
  margin: 0;
}
.app-footer .logo > img, .app-footer .custom-logo-link > img {
  width: 100%;
}
@media (max-width: 640px) {
  .app-footer .logo, .app-footer .custom-logo-link {
    margin: 0 auto;
  }
}
.app-footer .footer-contacts .phone {
  display: block;
  color: #D6B89A;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.app-footer .footer-contacts .address {
  display: block;
  color: white;
  line-height: 2;
}
@media (max-width: 640px) {
  .app-footer .footer-contacts {
    text-align: center;
  }
}
.app-footer .social-links {
  justify-content: end;
  margin: 0;
}
@media (max-width: 1024px) {
  .app-footer .social-links {
    justify-content: center;
  }
}
.app-footer .copyright {
  font-weight: 500;
}
.app-footer .copyright a {
  color: #1A1A1A;
}
.app-footer .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .app-footer .copyright {
    text-align: center;
  }
}
.app-footer .footer-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-footer .footer-menu > ul > li {
  margin-bottom: 1rem;
}
.app-footer .footer-menu > ul > li > a {
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}
.app-footer .footer-menu > ul > li > a:hover {
  color: #D6B89A;
}
.app-footer .footer-menu > ul > li.active > a, .app-footer .footer-menu > ul > li.current-menu-item > a, .app-footer .footer-menu > ul > li.current_page_item > a, .app-footer .footer-menu > ul > li.current-menu-ancestor > a, .app-footer .footer-menu > ul > li.current-menu-parent > a, .app-footer .footer-menu > ul > li.current_page_parent > a {
  color: #D6B89A;
}
@media (max-width: 640px) {
  .app-footer .footer-menu {
    text-align: center;
  }
}
.app-footer .bottom-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.app-footer .bottom-menu > ul > li {
  display: inline-block;
  margin-right: 0.9375rem;
}
.app-footer .bottom-menu > ul > li:last-child {
  margin-right: 0;
}
.app-footer .bottom-menu > ul > li > a {
  display: block;
  color: #1A1A1A;
  font-weight: 500;
}
.app-footer .bottom-menu > ul > li > a svg.fa-heart {
  color: #D72638;
}
.app-footer .bottom-menu > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .app-footer .bottom-menu > ul {
    text-align: center;
  }
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  margin-top: 1rem;
}
.social-links > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 3.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #001858;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid rgb(223.5, 223.5, 223.5);
}
.social-links > li > a:hover {
  background-color: #001858;
  border-color: #001858;
  color: white;
}

.page-header {
  margin: 0 1.875rem;
  border-radius: 5px;
  padding: 3.75rem 0;
  position: relative;
}
.page-header:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/main-banner-bg.png") no-repeat scroll right center/auto 160% transparent;
}
.page-header > div {
  position: relative;
}
.page-header h1 {
  color: #001858;
  margin-bottom: 1rem;
}
.page-header p {
  margin: 0;
}
@media (max-width: 1280px) {
  .page-header {
    padding: 1.875rem 0;
    margin: 0 0.9375rem;
  }
}

.arrow-down {
  position: relative;
  width: 100%;
  height: 0px;
  top: -1rem;
  padding: 0 1.875rem;
}
.arrow-down > div {
  max-width: calc(1280px - 1.875rem);
  margin: 0 auto;
  font-size: 2rem;
  color: #001858;
  line-height: 1;
}
@media (max-width: 1024px) {
  .arrow-down {
    padding: 0 0.9375rem;
  }
}

.main-banner {
  margin: 0 1.875rem;
  border-radius: 5px;
  position: relative;
}
.main-banner:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/main-banner-bg.png") no-repeat scroll right -100px center/auto 160% transparent;
}
.main-banner .banner-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.main-banner .banner-carousel.owl-carousel .owl-dots {
  display: flex;
  justify-content: start;
  gap: 0.5rem;
  width: 100%;
  max-width: 1280px;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.9375rem;
}
.main-banner .banner-carousel.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.main-banner .banner-carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: #001858;
  width: 2rem;
}
@media (max-width: 640px) {
  .main-banner .banner-carousel.owl-carousel .owl-dots {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .main-banner {
    margin: 0 0.9375rem;
  }
  .main-banner:before {
    background-position: right -300px center;
  }
}
@media (max-width: 640px) {
  .main-banner:before {
    opacity: 0.3;
    background-position: center center;
    background-size: auto 100%;
  }
}

.banner-item {
  padding: 9rem 0;
  position: relative;
}
.banner-item .content h1 {
  font-size: 4rem;
  color: #001858;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.2;
  max-width: 560px;
}
.banner-item .content p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
.banner-item .content .actions {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.banner-item .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-item .image > img {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .banner-item {
    padding: 2rem 0;
  }
  .banner-item .content h1 {
    font-size: 3rem;
  }
  .banner-item .image > img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
@media (max-width: 640px) {
  .banner-item .content {
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .banner-item .content .actions {
    justify-content: center;
  }
}

.main-about {
  margin: 3.75rem 0;
}
.main-about .content {
  background-color: white;
  padding: 1.875rem;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.main-about .content .title-label {
  margin-bottom: 10rem;
}
.main-about .content > *:last-child {
  margin-bottom: 0;
}
.main-about .content h3 {
  color: #001858;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
.main-about .image {
  height: 100%;
  background: no-repeat scroll center center/cover rgb(223.5, 223.5, 223.5);
  padding: 1.875rem;
  display: flex;
  align-items: end;
  justify-content: start;
  border-radius: 5rem 5px 5px 5px;
  border-right: 0.5rem solid #001858;
}
.main-about .image .image-label {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #001858;
}
.main-about .image .image-label h4 {
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
}
.main-about .image .image-label h5 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1024px) {
  .main-about .content .title-label {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 640px) {
  .main-about .content {
    margin-bottom: 1rem;
  }
  .main-about .image {
    height: 80vw;
    background-position: center top;
  }
}

.main-services-bg {
  background: url("img/main-services-bg.png") no-repeat scroll center calc(100% + 240px)/contain transparent;
}

.main-services {
  margin: 3.75rem 0;
}
.main-services .header h2 {
  margin: 0;
}
.main-services .header .title-label {
  float: right;
}
.main-services .services-carrossel {
  margin: 1rem 0;
}
.main-services .footer p {
  text-align: right;
}
@media (max-width: 640px) {
  .main-services .header .title-label {
    float: none;
  }
  .main-services .footer p {
    text-align: center;
  }
}

.service-item {
  background-color: white;
  border-radius: 5px;
  padding: 1.875rem;
}
.service-item .image {
  height: 12rem;
  background: no-repeat scroll center center/cover rgb(223.5, 223.5, 223.5);
  border-radius: 5px;
  margin-bottom: 1rem;
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 1rem;
}
.service-item .image .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  aspect-ratio: 1;
  background-color: white;
  color: #D6B89A;
  font-size: 1.25rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.service-item .image:hover .icon {
  transform: scale(1.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.service-item h4 {
  margin-bottom: 1rem;
  color: #001858;
  font-weight: bold;
  font-size: 1.5rem;
}
.service-item p {
  margin-bottom: 1.875rem;
}
.service-item .more {
  font-size: 1rem;
  font-weight: bold;
  color: #001858;
  transition: all 0.3s ease;
}
.service-item .more svg {
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}
.service-item .more:hover {
  color: #D6B89A;
}
.service-item .more:hover svg {
  margin-left: 1rem;
}

.carrossel-controls {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}
.carrossel-controls > span {
  background-color: white;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #001858;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.carrossel-controls > span:hover {
  background-color: #001858;
  color: white;
  border-color: #001858;
}
@media (max-width: 1024px) {
  .carrossel-controls {
    justify-content: center;
  }
}

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

.main-adds {
  margin: 3.75rem 0 0;
  padding: 0 0 3.75rem;
}
.main-adds .box {
  padding: 2.8125rem;
  background-color: rgba(214, 184, 154, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  border-radius: 5px;
}
.main-adds .box h2 {
  margin-bottom: 1rem;
}
.main-adds .box p {
  margin-bottom: 1.875rem;
}
.main-adds .box .adds-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 5px;
  margin: 0;
  padding: 1rem 1.875rem;
}
.main-adds .box .adds-listing .item {
  text-align: left;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 640px) {
  .main-adds .box h2 {
    font-size: 1.75rem;
  }
}

.main-news {
  margin: 0 0 3.75rem;
  background: #D6B89A;
  background: linear-gradient(0deg, rgba(214, 184, 154, 0) 0%, rgba(214, 184, 154, 0.3) 100%);
  padding: 3.75rem 0;
  border-bottom: 1px solid rgb(223.5, 223.5, 223.5);
}
.main-news .header h2 {
  margin: 0;
}
.main-news.main-news-just-faq {
  margin: 0;
  border-bottom: 0 none;
}

.blog-item {
  display: block;
  background: no-repeat scroll center center/cover #001858;
  color: white !important;
  border-radius: 5px;
  height: 100%;
  min-height: 20rem;
  overflow: hidden;
}
.blog-item > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(0, 24, 88, 0.8);
}
.blog-item > div .categories {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 1rem 0;
}
.blog-item > div .categories > li {
  display: inline-block;
  background-color: white;
  color: #001858;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
  line-height: 1;
  border-radius: 99px;
  margin-right: 0.9375rem;
}
.blog-item > div .categories > li:last-child {
  margin-right: 0;
}
.blog-item > div h4 {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.4;
}

.faq-header h3 {
  margin: 1rem 0;
}
.faq-header .arrow-down {
  height: auto;
  top: 0;
  padding: 0;
}

.faq-accordion .faq-item {
  border-bottom: 1px solid rgb(223.5, 223.5, 223.5);
}
.faq-accordion .faq-item:last-child {
  border-bottom: 0 none;
}
.faq-accordion .faq-item .question {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  cursor: pointer;
}
.faq-accordion .faq-item .question h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  transition: all 0.3s ease;
}
.faq-accordion .faq-item .question .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #001858;
  transition: all 0.3s ease;
}
.faq-accordion .faq-item .question:hover h4 {
  color: #001858;
}
.faq-accordion .faq-item .question:hover .icon {
  background-color: #001858;
  color: white;
}
.faq-accordion .faq-item .answer {
  display: none;
}
.faq-accordion .faq-item.active .question h4 {
  color: #001858;
}
.faq-accordion .faq-item.active .question .icon {
  background-color: #001858;
  color: white;
  transform: rotate(90deg);
}
.faq-accordion .faq-item.active .answer {
  display: block;
}

.main-features {
  margin: 3.75rem 0;
}
.main-features .features-list {
  background-color: #F1E9E2;
}
.main-features .features-list .feature-item {
  padding: 2.34375rem 1.875rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  cursor: pointer;
  left: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.main-features .features-list .feature-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  aspect-ratio: 1;
  font-size: 1.5rem;
  background-color: white;
  color: #001858;
  border-radius: 50%;
}
.main-features .features-list .feature-item .content h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #001858;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.main-features .features-list .feature-item .content p {
  margin: 0;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.main-features .features-list .feature-item.active {
  background-color: #001858;
  color: white;
  border-radius: 5px;
  position: relative;
  left: 3rem;
  z-index: 2;
}
.main-features .features-list .feature-item.active .content h4 {
  color: #D6B89A;
}
@media (max-width: 1024px) {
  .main-features .features-list .feature-item.active {
    left: 0;
  }
}
@media (max-width: 640px) {
  .main-features .features-list {
    margin-bottom: 1.875rem;
  }
}
.main-features .features-content {
  position: relative;
  height: 100%;
}
.main-features .features-content > div {
  display: none;
  flex-direction: column;
  height: 100%;
}
.main-features .features-content > div.active {
  display: flex;
}
.main-features .features-content h3 {
  margin-bottom: 0.5rem;
}
.main-features .features-content .image {
  width: 100%;
  height: 100%;
  background: no-repeat scroll center center/cover #1A1A1A;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .main-features .features-content .image {
    height: 15rem;
  }
}

.main-contact {
  margin: 3.75rem 0;
}
.main-contact .box {
  background-color: #EBEBEB;
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  border-radius: 5px;
}
.main-contact .box > div {
  display: table-cell;
  vertical-align: middle;
}
.main-contact .box .content {
  padding: 1.875rem;
  width: 50%;
}
.main-contact .box .content h3 {
  margin-bottom: 1rem;
}
.main-contact .box .map {
  width: 50%;
  height: 100%;
  background-color: #1A1A1A;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .main-contact .box > div {
    display: block;
  }
  .main-contact .box .content, .main-contact .box .map {
    width: 100%;
  }
  .main-contact .box .map {
    height: 15rem;
    margin-top: 1.875rem;
  }
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list > li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.contact-list > li a {
  color: #1A1A1A;
  font-weight: 600;
}

.about-content {
  margin: 0 1.875rem;
  border-radius: 5px;
  padding: 3.75rem 0;
}
.about-content .content h1 {
  color: #001858;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.about-content .content p {
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
.about-content .content .content-features {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.875rem;
}
.about-content .content .content-features > li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.about-content .content .content-features > li > span:first-child {
  display: flex;
  width: 2.25rem;
  aspect-ratio: 1;
  background-color: white;
  color: #001858;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.about-content .content .content-features > li > span:last-child {
  font-weight: 600;
}
.about-content .card {
  border: 0 none;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.875rem;
  gap: 1rem;
  border-radius: 5px;
}
.about-content .card > div:first-child {
  height: 100%;
}
.about-content .card > div .card-image {
  height: 100%;
  background: no-repeat scroll center top/cover #1A1A1A;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .about-content .card > div .card-image {
    height: 50vw;
  }
}
.about-content .card > div .card-content {
  text-align: right;
}
.about-content .card > div .card-content h4 {
  font-size: 1.125rem;
}
.about-content .card > div .card-content h5 {
  font-size: 1rem;
  font-weight: 300;
}

.about-values {
  margin: 3.75rem 0;
}
.about-values .item .icon {
  width: 6.25rem;
  aspect-ratio: 1;
  background-color: white;
  color: #001858;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2rem;
  margin-bottom: 1rem;
  border: 1px solid rgb(223.5, 223.5, 223.5);
}
.about-values h4 {
  font-size: 1.5rem;
  color: #001858;
  margin-bottom: 0.5rem;
}

.testimonials-section {
  background-color: #001858;
  color: white;
  padding: 3.75rem 0;
}
.testimonials-section .testimonials-carousel.owl-carousel .owl-nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: end;
  margin-top: -3rem;
  position: relative;
  pointer-events: none;
}
.testimonials-section .testimonials-carousel.owl-carousel .owl-nav > button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #001858;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.testimonials-section .testimonials-carousel.owl-carousel .owl-nav > button:hover {
  background-color: #D6B89A;
  transform: scale(1.1);
}

.testimonial-item .image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: no-repeat scroll center center/cover white;
  border-radius: 50%;
}
.testimonial-item p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.testimonial-item h4 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  color: #D6B89A;
}
.testimonial-item h5 {
  font-weight: 300;
  margin: 0;
  font-size: 1rem;
}

.about-numbers {
  background-color: #EBEBEB;
  padding: 3.75rem 0;
}
.about-numbers h3 {
  font-size: 2rem;
  margin: 0;
}
.about-numbers .item h4 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #001858;
}
.about-numbers .item p {
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.about-numbers .image {
  margin-top: 1.875rem;
  width: 100%;
  height: 26rem;
  background: no-repeat scroll center center/cover #1A1A1A;
  border-radius: 5px 5px 10rem 5px;
}
@media (max-width: 640px) {
  .about-numbers h3 {
    font-size: 1.5rem;
  }
}

.specialty-item {
  background-color: white;
  display: flex;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.specialty-item:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.specialty-item .image {
  flex: 0 0 30%;
  background: no-repeat scroll center center/cover #001858;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: end;
  padding: 1rem;
}
.specialty-item .image .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  aspect-ratio: 1;
  background-color: white;
  color: #D6B89A;
  font-size: 1.25rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.specialty-item .content {
  flex: 0 0 70%;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.specialty-item .content h2 {
  font-size: 1.5rem;
  color: #001858;
  margin: 0;
}
.specialty-item .content p {
  margin: 0;
  min-height: 15rem;
}
.specialty-item .content .more {
  font-size: 1rem;
  color: #001858;
  font-weight: bold;
}
.specialty-item .content .more svg {
  margin-left: 0.5rem;
}
.specialty-item.specialty-item-small .content p {
  min-height: auto;
}

.contact-section {
  background-color: #EBEBEB;
  margin-bottom: 3.75rem;
  border-radius: 5px;
}
.contact-section .content {
  padding: 1.875rem;
}

.contact-form {
  position: relative;
  margin-top: -8.75rem;
}
.contact-form .box {
  background-color: white;
  width: 100%;
  min-height: 100%;
  border-radius: 5px;
  padding: 1.875rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .contact-form {
    margin-top: 0;
  }
}

.contact-map {
  background-color: #1A1A1A;
  height: 30rem;
  border-radius: 5px;
  margin: 1.875rem;
  color: white;
}
@media (max-width: 1280px) {
  .contact-map {
    margin: 1.875rem 0.9375rem;
  }
}

.service-header-image, .post-header-image {
  height: 12.5rem;
  border-radius: 5px;
  background: no-repeat scroll center center/cover #1A1A1A;
}

.article-post {
  margin: 0 0 3.75rem;
}
.article-post .post-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 1.875rem;
}
.article-post .post-info > li {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1A1A;
  background-color: white;
  border: 1px solid rgb(223.5, 223.5, 223.5);
  padding: 0.5rem 1rem;
  border-radius: 99px;
}
.article-post .post-info > li a {
  color: #1A1A1A;
}
.article-post .post-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}
.article-post .post-tags > li {
  display: block;
}
.article-post .post-tags > li a {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  background-color: #001858;
  padding: 0.25rem 0.75rem;
  border-radius: 99px;
}

.sitemap > h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.sitemap > ul {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
.sitemap > ul > li {
  margin-bottom: 0.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.sitemap > ul > li > a {
  line-height: 1;
}
.sitemap > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sitemap > ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 640px) {
  .sitemap > ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.errors {
  margin: 3.75rem 0;
  text-align: center;
}
.errors .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 7rem;
  height: 7rem;
  background-color: #1A1A1A;
  color: white;
  border-radius: 50%;
  font-weight: 900;
  font-size: 2rem;
}
.errors h1 {
  margin: 1rem 0;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.menu-mobile .a {
  padding: 1rem 0;
  background-color: #1A1A1A;
  position: relative;
  z-index: 2;
  float: left;
  width: 70%;
  height: 100%;
  left: -100%;
  transition: all 0.3s ease;
}
.menu-mobile .a .logo, .menu-mobile .a .custom-logo-link {
  padding: 1rem 1.25rem;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(334%) hue-rotate(344deg) brightness(120%) contrast(100%);
}
.menu-mobile .a .logo > img, .menu-mobile .a .custom-logo-link > img {
  width: 100%;
}
.menu-mobile .a nav.main-menu {
  padding: 1rem 1.25rem;
}
.menu-mobile .a nav.main-menu > ul > li {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.menu-mobile .a nav.main-menu > ul > li:last-child {
  border-bottom: 0 none;
}
.menu-mobile .a nav.main-menu > ul > li > a {
  font-size: 1.25rem;
  color: white;
  font-weight: bold;
  display: block;
}
.menu-mobile .a nav.main-menu > ul > li > a:hover {
  color: #001858;
}
.menu-mobile .a nav.main-menu > ul > li.active, .menu-mobile .a nav.main-menu > ul > li.current-menu-item, .menu-mobile .a nav.main-menu > ul > li.current_page_item, .menu-mobile .a nav.main-menu > ul > li.current_page_parent, .menu-mobile .a nav.main-menu > ul > li.current-menu-ancestor, .menu-mobile .a nav.main-menu > ul > li.current-menu-parent {
  background-color: #001858;
  padding: 0.75rem 1rem;
  border-radius: 5px;
}
.menu-mobile .a nav.main-menu > ul > li.active > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-item > a, .menu-mobile .a nav.main-menu > ul > li.current_page_item > a, .menu-mobile .a nav.main-menu > ul > li.current_page_parent > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-ancestor > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-parent > a {
  color: white;
}
.menu-mobile .a nav.main-menu > ul > li > ul > li {
  margin-top: 0.375rem;
}
.menu-mobile .a nav.main-menu > ul > li > ul > li > a {
  font-size: 1.125rem;
  color: white;
}
.menu-mobile .a #header-cta {
  margin-left: 1.125rem;
  font-size: 1.25rem;
}
.menu-mobile .b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-mobile.active .a {
  left: 0;
}
.menu-mobile.active .b {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.form-input {
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  height: 2.75rem;
  box-shadow: 0 0;
}

.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form .hidden-fields-container {
  display: none;
}
.wpcf7 .wpcf7-form label {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wpcf7 .wpcf7-form input.wpcf7-not-valid {
  border-color: #D72638 !important;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.75rem;
  color: #D72638;
  font-weight: 500;
  margin: -0.75rem 0 0.75rem;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0;
  text-align: center;
  background-color: rgba(215, 38, 56, 0.1);
  color: #D72638;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(60, 166, 107, 0.1);
  color: #3CA66B;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 1.875rem;
}
.breadcrumbs:before, .breadcrumbs:after {
  display: none;
}
.breadcrumbs > * {
  float: none !important;
  font-size: 0.75rem !important;
  font-weight: 600;
  display: inline-block;
  text-transform: none !important;
  margin-right: 0.5rem;
  text-transform: capitalize !important;
  font-family: "Poppins", sans-serif !important;
}
.breadcrumbs > *:after {
  display: none;
}
.breadcrumbs > * > a {
  color: #001858;
}
.breadcrumbs > * > svg {
  margin-left: 0.5rem;
}
.breadcrumbs > *.current {
  color: #1A1A1A;
}

.post.type-post.post-item {
  display: flex;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 1.875rem;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.post.type-post.post-item .image {
  flex: 0 0 30%;
  background: no-repeat scroll center center/cover #1A1A1A;
  border-radius: 5px;
  border-right: 5px solid #D6B89A;
}
.post.type-post.post-item .content {
  flex: 0 0 70%;
  padding: 1.875rem;
}
.post.type-post.post-item .content h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.post.type-post.post-item .content h2 a {
  color: #1A1A1A;
}
.post.type-post.post-item .content p {
  margin: 0;
}
.post.type-post.post-item .content .info {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.post.type-post.post-item .content .info > li {
  display: inline-block;
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  background-color: #F9F9F9;
  padding: 0.25rem 1rem;
  border-radius: 99px;
  border: 1px solid rgb(223.5, 223.5, 223.5);
}
.post.type-post.post-item .content .info > li:last-child {
  margin-right: 0;
}
.post.type-post.post-item .content .info > li a {
  color: #1A1A1A;
}
.post.type-post.post-item.post-item-small .content h2 {
  font-size: 1.25rem;
}
.post.type-post.post-item.post-item-small .content .info {
  display: none;
}
.post.type-post.post-item.post-item-small .content p {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.navigation.posts-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.navigation.posts-navigation .nav-links > div {
  flex: 1 1 50%;
}
.navigation.posts-navigation .nav-links > div:first-child {
  text-align: left;
}
.navigation.posts-navigation .nav-links > div:last-child {
  text-align: right;
}
.navigation.posts-navigation .nav-links > div a {
  background-color: #001858;
  color: white !important;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.navigation.posts-navigation .nav-links > div a:hover {
  background-color: #D6B89A;
  color: #001858 !important;
}

.post-edit-link {
  position: fixed;
  background-color: #D72638;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 0.75rem;
  display: block;
  left: 0;
  bottom: 0;
  color: white !important;
  z-index: 9999;
  line-height: 1;
  border-radius: 0 0.375rem 0 0;
  opacity: 0.5;
}
.post-edit-link:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */