@charset "UTF-8";
/*!
Theme Name: Unidmídia
Theme URI: https://dorckcoding.com
Author: Dorck Coding
Author URI: https://dorckcoding.com
Description: Tema WordPress exclusivo, projetado para destacar serviços. Com design moderno, foco em resultados e integração ao WhatsApp, conecta marcas ao público certo com impacto e eficiência.
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
	 ========================================================================== */
@font-face {
  font-family: "Filson Soft";
  src: url("webfonts/FilsonSoft/FilsonSoft.eot");
  src: url("webfonts/FilsonSoft/FilsonSoft.eot?#iefix") format("embedded-opentype"), url("webfonts/FilsonSoft/FilsonSoft.woff") format("woff"), url("webfonts/FilsonSoft/FilsonSoft.woff2") format("woff2"), url("webfonts/FilsonSoft/FilsonSoft.ttf") format("truetype"), url("webfonts/FilsonSoft/FilsonSoft.svg#Filson Soft") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 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.
 */
/*--------------------------------------------------------------
# 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: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #1F1F1F;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  html, body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  html, body {
    font-size: 12px;
  }
}

body.error404 {
  padding-top: 7rem;
}

html {
  scroll-behavior: smooth;
}

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

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: "Montserrat", sans-serif;
  color: #1F1F1F;
}

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

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

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

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

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

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

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

.ms-1 {
  margin-left: 0.5rem;
}

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

.gradient-1, .cases-item .cover .category, .main-banner {
  background: url("img/grain.png") repeat fixed center center, radial-gradient(96.46% 95.75% at 0% 0%, #E83AD9 0%, #4C31A9 59.81%, #6A2DB3 94.07%);
  background-blend-mode: multiply, normal;
}

.gradient-3, .main-numbers {
  background: url("img/grain.png") repeat fixed center center, linear-gradient(95.56deg, #048371 10.19%, #43AE27 92.07%);
  background-blend-mode: multiply, normal;
}

.gradient-4, .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, .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, .app-header .main-menu-marker:before {
  background: url("img/grain.png") repeat fixed center center, radial-gradient(118.37% 297.19% at 0.76% 100%, #0065A3 0%, #C33D88 33.72%, #FA553B 53.85%, #F82B31 80.27%, #DC36B2 100%);
  background-blend-mode: multiply, normal;
}

.gradient-6, .main-about .video > .cover > span {
  background: url("img/grain.png") repeat fixed center center, radial-gradient(97.67% 129.09% at 0% 23.33%, #FF5173 0%, #FE7A2A 54.99%, #FE5B44 94.07%);
  background-blend-mode: multiply, normal;
}

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

/* UI Components
	 ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #191919;
  color: white;
  padding: 1.25rem;
  line-height: 1;
  cursor: pointer;
  outline: 0;
  border-radius: 1rem;
  transition: all 0.3s ease;
  font-family: "Filson Soft", sans-serif;
  font-size: 1rem;
}
.btn.btn-primary {
  background-color: #0A6DBF;
}
.btn.btn-secondary {
  background-color: #D91E3A;
}
.btn.btn-green {
  background-color: #13A24B;
}
.btn.btn-white {
  background-color: white;
  color: #1F1F1F;
}
.btn.btn-white:hover {
  color: #13A24B;
}
.btn.btn-banner-link {
  background: none;
  color: white;
  padding: 0;
}
.btn.btn-icon-right {
  height: 3.75rem;
  overflow: hidden;
}
.btn.btn-icon-right > .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 1rem 1rem 1rem 0.25rem;
  background-color: #13A24B;
  color: white;
  height: 3.75rem;
  aspect-ratio: 1;
  margin: -1.25rem;
  margin-left: 1.25rem;
  font-size: 1.5rem;
  transform: scale(1.0001);
}
.btn:hover, .btn:active, .btn:focus {
  color: white;
  transform: scale(1.05);
}

/* General Components
	 ========================================================================== */
.box-container, .main-faq, .main-numbers, .service-section:nth-child(2n), .main-banner {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 2rem;
}
@media (max-width: 114rem) {
  .box-container, .main-faq, .main-numbers, .service-section:nth-child(2n), .main-banner {
    border-radius: 0;
  }
}

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
.app-header {
  display: block;
  width: 100%;
  position: fixed;
  top: 1.875rem;
  left: 0;
  z-index: 8000;
  padding: 0 0.9375rem;
  transition: all 0.3s ease;
}
@media (max-width: 114rem) {
  .app-header {
    top: 0.9375rem;
  }
}
.app-header > div {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  border-radius: 99px;
  background-color: white;
  padding: 1rem 1.5rem;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.app-header.sticky {
  top: 0.5rem !important;
}
.app-header.sticky > div {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0.75rem 1.5rem;
}
.app-header.sticky .logo, .app-header.sticky .custom-logo-link {
  padding: 0.5rem 0;
}
.app-header .logo, .app-header .custom-logo-link {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 3rem;
  max-width: 12rem;
  transition: all 0.3s ease;
}
.app-header .logo > img, .app-header .custom-logo-link > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.app-header .main-menu-marker {
  background: linear-gradient(41.86deg, #FFFFFF 34.67%, #EFEFEF 90.38%);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 4px 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.app-header .main-menu-marker:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.app-header .main-menu {
  position: relative;
}
.app-header .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.875rem;
  z-index: 2;
  position: relative;
}
.app-header .main-menu > ul > li {
  display: block;
}
.app-header .main-menu > ul > li > a {
  display: block;
  color: #1F1F1F;
  font-family: "Filson Soft", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1;
}
.app-header .main-menu > ul > li > a:hover {
  color: #0A6DBF;
}
.app-header .main-menu > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: white;
  border: 1px solid #d3ddeb;
  padding: 0.25rem 0;
}
.app-header .main-menu > ul > li > ul > li > a {
  display: block;
  color: #1F1F1F;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
}
.app-header .main-menu > ul > li > ul > li > a:hover {
  color: #0A6DBF;
}
.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: #0A6DBF;
  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 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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;
  transform: scale(1.3);
  font-size: 1.25rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 1rem;
  position: relative;
}
.app-header .mobile-menu:hover {
  background-color: #1F1F1F;
  border-color: #1F1F1F;
  color: white;
}
@media (max-width: 640px) {
  .app-header .mobile-menu {
    display: flex;
  }
}

.app-footer {
  background-color: #191919;
  color: white;
}
.app-footer > .content {
  padding: 1rem 0;
}
.app-footer > .bottom {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
}
.app-footer .logo, .app-footer .custom-logo-link {
  display: block;
  width: 100%;
  max-width: 8rem;
  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 .copyright {
  font-weight: 500;
  font-size: 0.875rem;
}
.app-footer .copyright a {
  color: white;
}
.app-footer .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .app-footer .copyright {
    text-align: center;
  }
}
.app-footer .footer-menu > ul, .app-footer .bottom-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.app-footer .footer-menu > ul > li, .app-footer .bottom-menu > ul > li {
  display: inline-block;
  margin-right: 0.9375rem;
}
.app-footer .footer-menu > ul > li:last-child, .app-footer .bottom-menu > ul > li:last-child {
  margin-right: 0;
}
.app-footer .footer-menu > ul > li > a, .app-footer .bottom-menu > ul > li > a {
  display: block;
  color: white;
  font-weight: 500;
}
.app-footer .footer-menu > ul > li > a svg.fa-heart, .app-footer .bottom-menu > ul > li > a svg.fa-heart {
  color: #D91E3A;
}
.app-footer .footer-menu > ul > li > a:hover, .app-footer .bottom-menu > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .app-footer .footer-menu > ul, .app-footer .bottom-menu > ul {
    text-align: center;
  }
}
.app-footer .social-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.app-footer .social-menu > ul > li {
  display: inline-block;
  margin-right: 0.5rem;
}
.app-footer .social-menu > ul > li:last-child {
  margin-right: 0;
}
.app-footer .social-menu > ul > li > a {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 3.75rem;
  aspect-ratio: 1;
  font-size: 1.25rem;
  background-color: #343434;
  color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.app-footer .social-menu > ul > li > a:hover {
  background-color: white;
  color: #191919;
}
@media (max-width: 640px) {
  .app-footer .social-menu > ul {
    text-align: center;
  }
}

.main-banner {
  color: white;
  margin-top: 0.9375rem;
}
.main-banner .banner-item {
  padding: 7rem 0 4rem;
}
.main-banner .banner-item h1 {
  font-size: 2.875rem;
  margin: 0;
}
.main-banner .banner-item p {
  margin: 0.9375rem 0 1.875rem;
}
.main-banner .banner-item .ctas {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  gap: 1.875rem;
}
@media (max-width: 640px) {
  .main-banner .banner-item {
    text-align: center;
  }
  .main-banner .banner-item .ctas {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.main-banner.owl-carousel {
  position: relative;
}
.main-banner.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.main-banner.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.875rem;
  pointer-events: none;
}
.main-banner.owl-carousel .owl-nav > button {
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.main-banner.owl-carousel .owl-nav > button:hover {
  opacity: 1;
  transform: scale(1.2);
}
@media (max-width: 1280px) {
  .main-banner.owl-carousel .owl-nav {
    height: 10%;
  }
}
.main-banner.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.875rem 0;
  pointer-events: none;
}
.main-banner.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.2;
  pointer-events: auto;
}
.main-banner.owl-carousel .owl-dots .owl-dot.active {
  width: 1rem;
  height: 1rem;
  opacity: 1;
}
@media (max-width: 114rem) {
  .main-banner {
    margin-top: 0;
  }
}

.main-about {
  padding: 3.75rem 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
}
.main-about h2 {
  font-size: 3.375rem;
  margin-bottom: 1.875rem;
  line-height: 1.2;
}
.main-about h2 > svg {
  color: #FF7C1A;
  font-size: 2.5rem;
}
.main-about h5 {
  text-align: right;
  font-size: 1.5rem;
  margin: 0;
  position: relative;
  padding: 1rem 2rem 1rem 0;
}
.main-about h5:after {
  content: "";
  width: 0.625rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 99px;
  background: radial-gradient(1615% 181.77% at -70% -5.73%, #0065A3 0%, #C33D88 33.72%, #FA553B 53.85%, #F82B31 80.27%, #DC36B2 100%);
}
.main-about p {
  margin: 0;
}
.main-about .video > .cover, .main-about .video > iframe {
  display: block;
  margin: 0;
  aspect-ratio: 1.7777777778;
  border-radius: 1rem;
  overflow: hidden;
}
.main-about .video > .cover {
  background: no-repeat scroll center center #191919;
  background-size: cover;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 3.75rem 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-about .video > .cover > span {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  color: white;
  border-radius: 50%;
  font-size: 2.5rem;
  transition: all 0.3s ease;
}
.main-about .video > .cover:hover {
  opacity: 0.9;
}
.main-about .video > .cover:hover > span {
  width: 10rem;
  height: 10rem;
}
.main-about .content {
  position: relative;
  margin-top: 1.875rem;
}
.main-about .content:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #dbdbdb;
  border-radius: 99px;
}
@media (max-width: 640px) {
  .main-about .content:before {
    display: none;
  }
}

.main-services {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 40%, rgb(239, 239, 239) 60%, rgb(255, 255, 255) 100%);
}

.service-section {
  padding: 3.75rem 0;
}
.service-section .content {
  padding: 1.875rem 0;
}
.service-section .content .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 3.75rem;
  aspect-ratio: 1;
  background-color: #EFEFEF;
  font-size: 1.5rem;
  border-radius: 50%;
}
.service-section .content h3 {
  font-size: 2.5rem;
  margin: 1rem 0;
}
.service-section .content hr {
  margin: 1rem 0;
  border-color: #DCDCDC;
}
.service-section .content ul {
  list-style: none;
  margin: 0 0 1rem 0;
}
.service-section .content ul > li {
  position: relative;
  padding: 0 0 0 1.25rem;
  margin-bottom: 0.5rem;
}
.service-section .content ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #0A6DBF;
  border-radius: 50%;
}
.service-section .image {
  border-radius: 2rem 2rem 2rem 0.25rem;
  width: 100%;
  height: 100%;
  background: no-repeat scroll center center #191919;
  background-size: cover;
}
.service-section:nth-child(2n) {
  background: linear-gradient(257.45deg, #EFEFEF 11.84%, #FFFFFF 75.89%);
}
.service-section:nth-child(2n) .image {
  border-radius: 2rem 2rem 0.25rem 2rem;
}
@media (max-width: 640px) {
  .service-section .image {
    height: auto;
    aspect-ratio: 1.7777777778;
  }
}

.main-numbers {
  padding: 3.75rem 0 0;
  color: white;
}
.main-numbers h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.main-numbers .number-item {
  background-color: white;
  color: #1F1F1F;
  padding: 1.875rem;
  margin-bottom: -0.9375rem;
  border-radius: 1rem 1rem 0 0;
}
.main-numbers .number-item h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
}
.main-numbers .number-item h4 span {
  font-size: 2.5rem;
}
.main-numbers .number-item p {
  font-size: 0.875rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .main-numbers .number-item {
    border-radius: 1rem;
    margin: 0;
  }
}

.main-cases {
  margin: 3.75rem 0;
}
.main-cases .header h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cases-item .cover {
  width: 100%;
  aspect-ratio: 1.6599190283;
  background: no-repeat scroll center center #191919;
  background-size: cover;
  padding: 1rem;
  overflow: hidden;
  border-radius: 1rem;
}
.cases-item .cover .category {
  display: inline-flex;
  color: white;
  font-family: "Filson Soft", sans-serif;
  padding: 0.75rem 1.5rem;
  border-radius: 99px;
  font-size: 0.875rem;
}
.cases-item h4 {
  margin: 1rem 0;
  font-size: 1.5rem;
}
.cases-item p {
  margin: 0;
}

.main-faq {
  background: linear-gradient(117.55deg, #EFEFEF 10.01%, #FFFFFF 85.98%);
  padding: 3.75rem 0;
  margin: 3.75rem auto;
}
.main-faq .header h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.faq-listing .faq-item {
  background-color: #EFEFEF;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.faq-listing .faq-item:last-child {
  margin-bottom: 0;
}
.faq-listing .faq-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  padding: 1.5rem;
  cursor: pointer;
}
.faq-listing .faq-item .question h4 {
  font-size: 1.125rem;
  margin: 0;
}
.faq-listing .faq-item .question svg {
  font-size: 1.5rem;
}
.faq-listing .faq-item .answer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #d5d5d5;
  font-size: 0.875rem;
  display: none;
}
.faq-listing .faq-item .answer * {
  font-size: 0.875rem;
}
.faq-listing .faq-item .answer > *:last-child {
  margin-bottom: 0;
}

.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: #191919;
  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: #191919;
  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;
  display: block;
  font-weight: bold;
}
.menu-mobile .a nav.main-menu > ul > li > a:hover {
  color: #0A6DBF;
}
.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 {
  padding: 0.75rem 1rem;
  border-radius: 5px;
  border-bottom: 0 none;
}
.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;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  background: #13A24B;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #13A24B, 0 0 5px #13A24B;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #13A24B;
  border-left-color: #13A24B;
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}

.pace-inactive {
  display: none;
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: "Montserrat", sans-serif !important;
}
.breadcrumbs > *:after {
  display: none;
}
.breadcrumbs > * > a {
  color: #0A6DBF;
}
.breadcrumbs > * > svg {
  margin-left: 0.5rem;
}
.breadcrumbs > *.current {
  color: #1F1F1F;
}

.post-edit-link {
  position: fixed;
  background-color: #D91E3A;
  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 */