@charset "UTF-8";
/*!
Theme Name: One Value
Theme URI: http://underscores.me/
Author: huytv35
Author URI: https://onevalue.com/
Description: Công ty TNHH One Value được đổi tên từ Công ty TNHH Ecofarm Việt Nam là Công ty trực tiếp chế tạo các thiết bị chiết xuất, cô đặc chân không và phân phối chuyên nghiệp: vật tư, thiết bị máy móc, dây chuyền sản xuất dược phẩm, thực phẩm và đóng gói
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: nttbd
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.

One Value is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/* Box sizing
--------------------------------------------- */
/* 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: border-box;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Overflow
--------------------------------------------- */
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

/* Typography
--------------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.h1,
h1 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-display: swap;
}

h1 {
  font-size: 32px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 35px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 37px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}

.h1 {
  font-size: 32px !important;
}
@media (min-width: 576px) {
  .h1 {
    font-size: 35px !important;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  .h1 {
    font-size: 37px !important;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .h1 {
    font-size: 38px !important;
    letter-spacing: 0.8px;
  }
}

.h2,
h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-display: swap;
}

h2 {
  font-size: 28px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 31px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 33px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    letter-spacing: 0.8px;
  }
}

.h2 {
  font-size: 28px !important;
}
@media (min-width: 576px) {
  .h2 {
    font-size: 31px !important;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  .h2 {
    font-size: 33px !important;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .h2 {
    font-size: 34px !important;
    letter-spacing: 0.8px;
  }
}

.h3,
h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-display: swap;
}

h3 {
  font-size: 25px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 28px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 33px;
    letter-spacing: 0.8px;
  }
}

.h3 {
  font-size: 25px !important;
}
@media (min-width: 576px) {
  .h3 {
    font-size: 28px !important;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  .h3 {
    font-size: 30px !important;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .h3 {
    font-size: 31px !important;
    letter-spacing: 0.8px;
  }
}

.h4,
h4 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-display: swap;
}

h4 {
  font-size: 28px;
}
@media (min-width: 576px) {
  h4 {
    font-size: 31px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 33px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 36px;
    letter-spacing: 0.8px;
  }
}

.h4 {
  font-size: 28px !important;
}
@media (min-width: 576px) {
  .h4 {
    font-size: 31px !important;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  .h4 {
    font-size: 33px !important;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .h4 {
    font-size: 34px !important;
    letter-spacing: 0.8px;
  }
}

.h5,
h5 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-display: swap;
}

h5 {
  font-size: 15px;
}
@media (min-width: 576px) {
  h5 {
    font-size: 18px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 23px;
    letter-spacing: 0.8px;
  }
}

.h5 {
  font-size: 15px !important;
}
@media (min-width: 576px) {
  .h5 {
    font-size: 18px !important;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  .h5 {
    font-size: 20px !important;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .h5 {
    font-size: 21px !important;
    letter-spacing: 0.8px;
  }
}

.h6,
h6 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-display: swap;
}

h6 {
  font-size: 12px;
}
@media (min-width: 576px) {
  h6 {
    font-size: 15px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 17px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.h6 {
  font-size: 12px !important;
}
@media (min-width: 576px) {
  .h6 {
    font-size: 15px !important;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) {
  .h6 {
    font-size: 17px !important;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .h6 {
    font-size: 18px !important;
    letter-spacing: 0.8px;
  }
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch";
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #f2b54f;
  transition: color 0.2 ease-in-out;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Bootstrap customize
--------------------------------------------- */
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

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

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

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

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

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

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Colors
--------------------------------------------- */
.color-212121 {
  color: #212121 !important;
}

.background-212121 {
  background-color: #212121 !important;
}

.color-424242 {
  color: #424242 !important;
}

.background-424242 {
  background-color: #424242 !important;
}

.color-cccccc {
  color: #cccccc !important;
}

.background-cccccc {
  background-color: #cccccc !important;
}

.color-ffffff {
  color: #ffffff !important;
}

.background-ffffff {
  background-color: #ffffff !important;
}

.color-007bff {
  color: #007bff !important;
}

.background-007bff {
  background-color: #007bff !important;
}

.color-28a745 {
  color: #28a745 !important;
}

.background-28a745 {
  background-color: #28a745 !important;
}

.color-dc3545 {
  color: #dc3545 !important;
}

.background-dc3545 {
  background-color: #dc3545 !important;
}

.color-ffc107 {
  color: #ffc107 !important;
}

.background-ffc107 {
  background-color: #ffc107 !important;
}

.color-171A1F {
  color: #171A1F !important;
}

.background-171A1F {
  background-color: #171A1F !important;
}

.color-F47C04 {
  color: #F47C04 !important;
}

.background-F47C04 {
  background-color: #F47C04 !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.typography-title-highlight, .block-about-us-detail__f3-title, .block-about-us-detail__f2-title, .block-about-us-detail__f1-title, .block-service-detail__f3-title, .block-service-detail__f1-title, .block-project-gallery__title, .block-project-detail__overview-title, .block-project-relation__title, .block-news-relation__title, .block-news__title, .block-project-highlight__title, .block-tccg__title, .block-service__title, .block-about-us__title {
  display: block;
  margin: 0 0 18px;
  text-transform: uppercase;
  color: #803D3B;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  .typography-title-highlight, .block-about-us-detail__f3-title, .block-about-us-detail__f2-title, .block-about-us-detail__f1-title, .block-service-detail__f3-title, .block-service-detail__f1-title, .block-project-gallery__title, .block-project-detail__overview-title, .block-project-relation__title, .block-news-relation__title, .block-news__title, .block-project-highlight__title, .block-tccg__title, .block-service__title, .block-about-us__title {
    font-size: 75px;
    line-height: 82px;
    margin-bottom: 42px;
  }
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.navigation-project-category {
  margin-top: -65px;
  position: relative;
  z-index: 100;
  display: none;
  padding-right: 54px;
}
@media (min-width: 768px) {
  .navigation-project-category {
    display: block;
  }
}
.navigation-project-category__viewmore {
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 66px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  border: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}
.navigation-project-category__viewmore img {
  width: 13px;
}
.navigation-project-category__viewmore img:first-child {
  display: none;
}
.navigation-project-category__viewmore img:last-child {
  display: block;
}
.navigation-project-category__viewmore.is-open img:first-child {
  display: block;
}
.navigation-project-category__viewmore.is-open img:last-child {
  display: none;
}
.navigation-project-category ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 3fr;
  gap: 10px 20px;
  padding: 0;
  margin: 0;
  height: 66px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.navigation-project-category ul.is-open {
  height: auto;
}
.navigation-project-category ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  width: 100%;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  text-decoration: none !important;
  padding: 0 5px;
}
@media (min-width: 1400px) {
  .navigation-project-category ul a {
    font-size: 14px;
  }
}
.navigation-project-category ul li {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.navigation-project-category ul li[data-active="1"] a {
  color: #803D3B !important;
}
.navigation-project-category ul.is-open li {
  border-bottom: 1px solid #ededed;
}
.navigation-project-category ul,
.navigation-project-category li {
  list-style: none;
}

.-sidebar-pcmb {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.9803921569);
  padding: 40px 0px 44px;
}
@media (min-width: 768px) {
  .-sidebar-pcmb {
    display: none;
  }
}
.-sidebar-pcmb.is-show {
  opacity: 1;
  pointer-events: all;
  z-index: 1000000000;
}
.-sidebar-pcmb__nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.-sidebar-pcmb__nav ul {
  margin-left: 0;
  padding-left: 0;
}
.-sidebar-pcmb__nav ul li {
  padding-left: 30px;
}
.-sidebar-pcmb__nav ul li a {
  border: none;
}
.-sidebar-pcmb__nav ul,
.-sidebar-pcmb__nav li {
  list-style-type: none;
}
.-sidebar-pcmb__nav > li {
  list-style-type: none;
}
.-sidebar-pcmb__nav > li > ul {
  display: none;
}
.-sidebar-pcmb__nav > li > ul a:before {
  font-family: "FontAwesome";
  content: "\f005";
  position: absolute;
  width: 50px;
  height: 50px;
  left: -6px;
  color: #747474;
  font-size: 12px;
}
.-sidebar-pcmb__nav > li a {
  position: relative;
  display: block;
  padding: 7px 0 7px 15px;
  color: #606060;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
}
.-sidebar-pcmb__nav > li a:hover {
  color: #803D3B;
}
.-sidebar-pcmb__nav > li.current-menu-parent > ul {
  display: block;
}
.-sidebar-pcmb__nav > li.current-menu-item > a {
  display: block;
  position: relative;
  color: #fff !important;
  background-color: #803D3B !important;
  font-weight: bold;
}
.-sidebar-pcmb__nav > li.current-menu-item > ul {
  display: block;
}
.-sidebar-pcmb__nav > li.current-menu-item > a {
  display: block;
  position: relative;
  color: #fff !important;
  background-color: #803D3B !important;
  font-weight: bold;
}
.-sidebar-pcmb__nav > li:hover:before {
  z-index: 111;
  color: #fff;
}
.-sidebar-pcmb__nav li.current-product_category-ancestor > a,
.-sidebar-pcmb__nav li.current-menu-item > a {
  color: #803D3B;
  font-weight: bold;
}

.-sidebar-pcmp {
  display: block;
  overflow: hidden;
  height: 45px;
  background-color: #803D3B;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
@media (min-width: 768px) {
  .-sidebar-pcmp {
    display: none;
  }
}
.-sidebar-pcmp.is-active {
  z-index: 1000000000;
}
.-sidebar-pcmp__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 20%;
  margin: 0;
  color: #fff;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 45px;
}
.-sidebar-pcmp__hamburger:nth-child(2) {
  width: 80%;
  justify-content: flex-start;
  padding-left: 20px;
}
.-sidebar-pcmp__hamburger:last-child img {
  max-width: 22px;
}
.-sidebar-pcmp__hamburger:first-child img {
  max-width: 20px;
}
.-sidebar-pcmp__hamburger:first-child img:nth-child(2) {
  display: none;
}
.-sidebar-pcmp__hamburger:first-child.is-active img:nth-child(1) {
  display: none;
}
.-sidebar-pcmp__hamburger:first-child.is-active img:nth-child(2) {
  display: block;
}
.-sidebar-pcmp__label {
  margin: 0;
  color: #fff;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

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

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

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

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Cards
--------------------------------------------- */
.card-news {
  display: block;
  background: #FFFFFF;
  overflow: hidden;
}
.card-news__image {
  display: block;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(64.0204865557%);
}
.card-news__image > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-news__title {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: linear-gradient(0deg, rgba(128, 61, 59, 0.6) 17.19%, rgba(128, 61, 59, 0.6) 100%);
  font-size: 11px;
  line-height: 19px;
  color: #fff;
  padding: 8px 85px 8px 10px;
}
@media (min-width: 768px) {
  .card-news__title {
    font-size: 18px;
    line-height: 26px;
    padding: 13px 135px 13px 18px;
  }
}
.card-news__title a {
  color: inherit;
  text-decoration: none;
}
.card-news__viewmore {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 85px;
  color: #fff;
  text-transform: none;
  background-color: #803D3B;
  z-index: 10;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  .card-news__viewmore {
    width: 130px;
  }
}

.card-service {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-service p {
  font-size: 27px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.card-service a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  width: 160px;
  height: 45px;
  margin: 20px auto 0;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #354db1;
  color: #354db1;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.card-service a:hover {
  color: #fff;
  background-color: #354db1;
}

.card-project {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none !important;
}
.card-project__image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(107.6696165192%);
}
.card-project__image > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-project__title {
  position: relative;
  padding: 17px 10px 15px;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #424A4D;
  text-transform: uppercase;
  z-index: 10;
  font-family: "Open Sans", sans-serif;
}
.card-project__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40%;
  height: 0;
  transform: translateX(-50%);
  border-top: 1px solid #000;
}
.card-project__size, .card-project__villa_area {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
}

.card-project-highlight {
  position: relative;
  display: block;
  border: 3px solid #fff;
  overflow: hidden;
}
.card-project-highlight:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 89px;
  background: linear-gradient(0deg, #803D3B 17.19%, rgba(128, 61, 59, 0.01) 100%);
  opacity: 0.6;
}
.card-project-highlight__image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(107.6696165192%);
}
.card-project-highlight__image > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-project-highlight__title {
  position: absolute;
  bottom: 0;
  padding: 0 20px 13px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  z-index: 10;
  font-family: "Open Sans", sans-serif;
}
.card-project-highlight__title a {
  color: inherit;
  text-decoration: none;
}

.card-news-horizontal {
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-news-horizontal {
    display: flex;
  }
}
.card-news-horizontal__image {
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .card-news-horizontal__image {
    width: 49.1299897646%;
    height: 200px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .card-news-horizontal__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.card-news-horizontal__text {
  border: none;
}
@media (min-width: 768px) {
  .card-news-horizontal__text {
    width: 50.8700102354%;
    padding: 0 12px 0 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
}
.card-news-horizontal__title {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #803D3B;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.card-news-horizontal__title a {
  color: inherit;
  text-decoration: none;
}
.card-news-horizontal__excerpt {
  font-size: 14px;
  color: #424A4D;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .card-news-horizontal__excerpt {
    margin: 13px 0 20px;
  }
}
.card-news-horizontal__btn-viewmore {
  background-color: #E9C874 !important;
}

.card-poster {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-poster p {
  position: absolute;
  left: 45px;
  top: 40px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .card-poster p {
    font-size: 30px;
  }
}
.card-poster a {
  position: absolute;
  bottom: 40px;
  left: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  width: 160px;
  height: 34px;
  margin: 20px auto 0;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #354db1;
  color: #354db1;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.card-poster a:hover {
  color: #fff;
  background-color: #354db1;
}
@media (min-width: 768px) {
  .card-poster a {
    height: 45px;
  }
}
.card-package ._tag-label {
  position: relative;
  color: #fff;
  background-color: #354db1;
  text-transform: uppercase;
  border-radius: 31px 31px 0 0;
  height: 89px;
  display: flex;
  justify-content: center;
  z-index: 1;
  font-size: 27px;
  font-weight: 300;
  padding-top: 12px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .card-package ._tag-label {
    display: none;
  }
}
.card-package.is-good-price ._tag-label {
  display: flex !important;
  opacity: 1;
  pointer-events: all;
}
.card-package ._body {
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #354db1;
  background-color: #fff;
  border-radius: 31px;
  z-index: 2;
  margin-bottom: 44px;
  height: 187px;
  text-align: center;
  padding-top: 32px;
  margin-top: -29px;
}
@media (max-width: 767.98px) {
  .card-package ._body {
    margin-top: 0;
  }
}
.card-package ._body ._label {
  color: #354db1;
  font-weight: bold;
  font-size: 28px;
}
.card-package ._body ._price {
  color: #EF6A0F;
  font-size: 28px;
}
.card-package ._body ._button {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #354db1 !important;
  background-color: #fff;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  z-index: 3;
  width: 170px;
  border: 1px solid #354db1;
  height: 48px !important;
  font-size: 19px !important;
}
@media (min-width: 768px) {
  .card-package ._body ._button {
    height: 40px;
    font-size: 16px;
  }
}
.card-package.is-good-price ._body {
  margin-top: -29px !important;
}
.card-package ._detail {
  padding: 0 8px;
}
.card-package ._detail svg {
  margin-top: 5px;
}

/* Buttons
--------------------------------------------- */
.button-viewmore, .form-button-submit, .button-viewmore--intro, .card-news-horizontal__btn-viewmore {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0px 30px;
  background-color: #F47C04;
  color: white !important;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.button-viewmore:disabled, .form-button-submit:disabled, .button-viewmore--intro:disabled, .card-news-horizontal__btn-viewmore:disabled {
  background-color: gray !important;
}

.button-viewmore--intro {
  height: 44px;
  padding: 0px 27px;
}

.-button-fpr {
  bottom: 25px;
  width: 40px;
  height: 40px;
  display: none;
  color: #fff;
  border-radius: 50%;
  background-color: #f7a306;
  position: fixed;
  z-index: 100;
  left: 50px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3019607843);
}
@media (min-width: 992px) {
  .-button-fpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.-button-fpr.is-secound {
  bottom: 92px;
}
.-button-fpr:before {
  content: "";
  display: block;
  width: 250%;
  height: 250%;
  border-radius: 50%;
  border: 1px solid #f7a306;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: phone-circle-animate 1s ease-in-out infinite;
  animation: phone-circle-animate 1s ease-in-out infinite;
}
.-button-fpr:after {
  content: "";
  display: block;
  width: 160%;
  height: 160%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(247, 163, 6, 0);
  -webkit-animation: phone-circle-fill-animate 2s ease-in-out infinite;
  animation: phone-circle-fill-animate 2s ease-in-out infinite;
}
.-button-fpr__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
  background-color: #f7a306;
  border-radius: 50%;
  padding: 5px;
}
.-button-fpr__icon svg {
  display: block;
  width: 80%;
}
.-button-fpr__text {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 20px 0 60px;
  color: #2d314c;
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3019607843);
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.-button-fpr:hover > .-button-fpr__text {
  width: 230px;
  opacity: 1;
}
.-button-fpr.is-three {
  bottom: 192px;
  background-color: #2196F3;
}
.-button-fpr.is-three .-button-fpr__icon {
  background-color: #2196F3;
}
.-button-fpr.is-three::before {
  border: 1px solid #2196F3;
}

@keyframes phone-icon-animate {
  0%, 100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-circle-animate {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(0.5);
    opacity: 0.1;
  }
  30% {
    transform: translate(-50%, -50%) rotate(0) scale(0.7);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(1);
    opacity: 0.1;
  }
}
@keyframes phone-circle-fill-animate {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0) scale(0.7);
    opacity: 0.2;
  }
  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1);
    opacity: 0.2;
  }
}
.button-hamburger {
  width: 37px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.button-hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #503e32 !important;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.button-hamburger span:nth-child(1) {
  top: 0px;
}
.button-hamburger span:nth-child(2), .button-hamburger span:nth-child(3) {
  top: 12.5px;
}
.button-hamburger span:nth-child(4) {
  top: 25px;
}
.button-hamburger span.open:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.button-hamburger span.open:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-hamburger span.open:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button-hamburger span.open:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.button-back-to-top {
  display: none;
}
@media (min-width: 1200px) {
  .button-back-to-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 10000;
    cursor: pointer;
  }
}

/* Lists
--------------------------------------------- */
.list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 10px;
}
.list-item__icon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.list-item__icon img {
  display: block;
  width: 23px;
  margin-top: 3px;
}
.list-item__text {
  width: calc(100% - 23px);
  padding-left: 10px;
}

/* Paginations
--------------------------------------------- */
/**
 * Pagination 
 */
ul.pagination-default {
  text-align: center;
}
ul.pagination-default i {
  font-size: 14px;
}
ul.pagination-default a,
ul.pagination-default span {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 0;
  cursor: pointer;
}
ul.pagination-default span.page-numbers.current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.85);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  padding: 10px 0;
  background-color: #354db1;
}
.breadcrumb i.fa {
  color: #fff !important;
  margin-right: 10px;
}
.breadcrumb .item {
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
}

/* Iframes
--------------------------------------------- */
.iframe-google-map {
  padding-bottom: 109.375%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .iframe-google-map {
    padding-bottom: 31.25%;
  }
}
.iframe-google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/* Iframes
--------------------------------------------- */
.form-input-text input[type=text] {
  height: 40px;
  padding: 12px 15px;
  margin: 6px 0;
  border: 2px solid #354db1;
  background-color: #fff;
  border-radius: 0;
  outline: none;
}

.form-textarea textarea {
  width: 100%;
  height: 150px;
  border-radius: 0;
  padding: 12px 15px;
  margin: 6px 0;
  border: 2px solid #354db1;
  background-color: #fff;
  outline: none;
}

.form-button-submit {
  height: 50px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.form-button-submit:disabled {
  background-color: gray !important;
  transition: all 0.3s ease;
}

.checkbox-wrapper-46 input[type=radio],
.checkbox-wrapper-46 input[type=checkbox] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #354db1;
  transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 13px;
  left: 14px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: scale(1.5, 1.5) translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506EEC;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 15px;
  width: calc(100% - 40px);
  font-size: 15px;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: #506EEC;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #506EEC;
  border-color: #506EEC;
  animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}
/* Blocks
--------------------------------------------- */
@media (min-width: 768px) {
  .block-slider__item {
    height: calc(100vh - 94px);
  }
}
.block-slider__item img {
  width: 100%;
}
@media (min-width: 768px) {
  .block-slider__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.block-slider__button-scroll {
  display: none;
  position: absolute;
  bottom: 40px;
  z-index: 100;
  cursor: pointer;
  right: 50%;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .block-slider__button-scroll {
    display: block;
    right: 40px;
    transform: none;
  }
}

.block-about-us {
  position: relative;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .block-about-us {
    display: flex;
    align-items: stretch;
    padding: 93px 15px 0;
  }
  .block-about-us:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 26.0416666667%;
    padding-bottom: 26.0416666667%;
    background-color: #803D3B;
  }
}
@media (min-width: 768px) {
  .block-about-us__text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45.3125%;
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  .block-about-us__text--inner {
    max-width: 380px;
  }
}
.block-about-us__description {
  margin-bottom: 41px;
  color: #424A4D;
  font-size: 14px;
  text-align: justify;
}
.block-about-us__viewmore-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #fff !important;
  background-color: #E9C874;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  margin-bottom: 30px;
  max-width: 160px;
}
@media (min-width: 768px) {
  .block-about-us__viewmore-link {
    height: 40px;
    font-size: 16px;
  }
}
.block-about-us__thumbnail {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-about-us__thumbnail {
    width: 54.6875%;
    padding-right: 5%;
  }
}
.block-about-us__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-service {
  position: relative;
  padding: 40px 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-service {
    display: flex;
    align-items: stretch;
    padding: 93px 0;
  }
}
.block-service:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #803D3B;
}
@media (min-width: 768px) {
  .block-service:before {
    width: 45.3645833333%;
    height: 100%;
    background-color: #803D3B;
  }
}
.block-service__text {
  position: relative;
  z-index: 10;
  color: #fff;
}
@media (min-width: 768px) {
  .block-service__text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45.3125%;
  }
}
@media (min-width: 768px) {
  .block-service__text--inner {
    max-width: 298px;
  }
}
.block-service__title {
  color: #fff;
}
.block-service__description {
  margin-bottom: 41px;
  font-size: 14px;
  text-align: justify;
}
.block-service__viewmore-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #803D3B !important;
  background-color: #E9C874;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  margin-bottom: 30px;
  max-width: 160px;
}
@media (min-width: 768px) {
  .block-service__viewmore-link {
    height: 40px;
    font-size: 16px;
  }
}
.block-service__carousel {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .block-service__carousel {
    transform: translateX(-11%);
  }
}
@media (min-width: 1400px) {
  .block-service__carousel {
    transform: translateX(-18%);
  }
}
@media (min-width: 768px) {
  .block-service__carousel {
    padding-top: 72px;
    width: 54.6875%;
  }
}
.block-service__pagination {
  top: 10px !important;
  bottom: auto !important;
}
.block-service__pagination .swiper-pagination-bullet-active {
  background-color: #E9C874;
}
.block-service__controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .block-service__controls {
    display: flex;
    align-items: center;
  }
}
.block-service__controls a:first-child {
  margin-right: 6px;
}

.block-tccg {
  position: relative;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .block-tccg {
    display: flex;
    align-items: stretch;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .block-tccg__text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45.3125%;
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  .block-tccg__text--inner {
    max-width: 380px;
  }
}
.block-tccg__description {
  color: #424A4D;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block-tccg__description {
    margin-bottom: 61px;
  }
}
.block-tccg__viewmore-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #fff !important;
  background-color: #E9C874;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  margin-bottom: 30px;
  max-width: 160px;
}
@media (min-width: 768px) {
  .block-tccg__viewmore-link {
    height: 40px;
    font-size: 16px;
  }
}
.block-tccg__thumbnail {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-tccg__thumbnail {
    width: 54.6875%;
  }
}
.block-tccg__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-project-highlight {
  position: relative;
  padding: 40px 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-project-highlight {
    display: flex;
    align-items: stretch;
    padding: 93px 0;
  }
}
.block-project-highlight:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #803D3B;
}
@media (min-width: 768px) {
  .block-project-highlight:before {
    width: 45.3645833333%;
    height: 100%;
    background-color: #803D3B;
  }
}
.block-project-highlight__text {
  position: relative;
  z-index: 10;
  color: #fff;
}
@media (min-width: 768px) {
  .block-project-highlight__text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45.3125%;
  }
}
@media (min-width: 768px) {
  .block-project-highlight__text--inner {
    max-width: 298px;
  }
}
.block-project-highlight__title {
  color: #fff;
}
.block-project-highlight__description {
  margin-bottom: 41px;
  font-size: 14px;
  text-align: justify;
}
.block-project-highlight__viewmore-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #000 !important;
  background-color: #fff;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  margin-bottom: 30px;
  max-width: 160px;
}
@media (min-width: 768px) {
  .block-project-highlight__viewmore-link {
    height: 40px;
    font-size: 16px;
  }
}
.block-project-highlight__carousel {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .block-project-highlight__carousel {
    transform: translateX(-11%);
  }
}
@media (min-width: 1400px) {
  .block-project-highlight__carousel {
    transform: translateX(-18%);
  }
}
@media (min-width: 768px) {
  .block-project-highlight__carousel {
    width: 54.6875%;
    padding-top: 72px;
  }
}
.block-project-highlight__pagination {
  top: 10px !important;
  bottom: auto !important;
}
.block-project-highlight__pagination .swiper-pagination-bullet-active {
  background-color: #E9C874;
}
.block-project-highlight__controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .block-project-highlight__controls {
    display: flex;
    align-items: center;
  }
}
.block-project-highlight__controls a:first-child {
  margin-right: 6px;
}

.block-news {
  padding: 60px 15px;
}
.block-news__title {
  text-align: center;
}
.block-news__slider--inner {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block-news__slider--inner .swiper {
    overflow: unset;
  }
}
.block-news__button-prev, .block-news__button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  filter: drop-shadow(-1px 1px 9px rgba(0, 0, 0, 0.12));
}
.block-news__button-prev {
  left: -23px;
}
.block-news__button-next {
  right: -23px;
}
@media (min-width: 768px) {
  .block-news .swiper-slide .card-news__title {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
  }
  .block-news .swiper-slide .card-news {
    transition: all 0.3s ease-in-out;
  }
  .block-news .swiper-slide.swiper-slide-active .card-news__title {
    opacity: 1;
    pointer-events: all;
  }
  .block-news .swiper-slide.swiper-slide-prev .card-news {
    transform: scale(0.8) translateX(-80px);
    transform-origin: right center;
  }
  .block-news .swiper-slide.swiper-slide-next .card-news {
    transform: scale(0.8) translateX(80px);
    transform-origin: left center;
  }
}

.block-project-relation, .block-news-relation {
  overflow: hidden;
  background-color: #F5F5F5;
  padding-bottom: 57px;
}
.block-project-relation__title, .block-news-relation__title {
  text-align: center;
  margin: 35px 0;
}
@media (min-width: 768px) {
  .block-project-relation__title, .block-news-relation__title {
    margin: 57px 0;
  }
}

.block-project-detail {
  overflow: hidden;
}
.block-project-detail__title {
  position: relative;
  color: #fff;
  z-index: 10;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 30px 0;
}
.block-project-detail__cover {
  position: relative;
  padding: 0 10px;
  height: 350px;
}
.block-project-detail__cover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30%;
  left: -1000px;
  right: -1000px;
  top: -1000px;
  background-color: #803D3B;
}
@media (min-width: 768px) {
  .block-project-detail__cover {
    height: auto;
  }
}
.block-project-detail__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-project-detail__cover img {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    z-index: 10;
    width: auto;
    margin: 0 auto;
  }
}
.block-project-detail__overview-title {
  text-align: center;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .block-project-detail__overview-title {
    font-size: 45px;
  }
}
.block-project-detail__overview .the-content {
  padding-bottom: 40px;
}
.block-project-detail__overview .the-content h1, .block-project-detail__overview .the-content h2, .block-project-detail__overview .the-content h3, .block-project-detail__overview .the-content h4, .block-project-detail__overview .the-content h5, .block-project-detail__overview .the-content h6 {
  font-family: "Open Sans", sans-serif;
}

.block-project-gallery {
  position: relative;
  overflow: hidden;
  background-color: #803D3B;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .block-project-gallery {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .block-project-gallery--inner {
    display: flex;
    align-items: stretch;
  }
}
.block-project-gallery__text {
  position: relative;
  z-index: 10;
  color: #fff;
}
@media (min-width: 768px) {
  .block-project-gallery__text {
    display: flex;
    align-items: center;
    width: 32.4278438031%;
    padding: 93px 0;
    min-height: 60vh;
  }
}
.block-project-gallery__text--inner {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .block-project-gallery__text--inner {
    max-width: 298px;
  }
}
.block-project-gallery__title {
  color: #fff;
}
@media (min-width: 768px) {
  .block-project-gallery__title {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 42px;
  }
}
.block-project-gallery__description {
  font-size: 14px;
  text-align: justify;
}
@media (min-width: 768px) {
  .block-project-gallery__description {
    margin-bottom: 41px;
  }
}
.block-project-gallery__viewmore-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #000 !important;
  background-color: #fff;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  margin-bottom: 30px;
  max-width: 160px;
}
@media (min-width: 768px) {
  .block-project-gallery__viewmore-link {
    height: 40px;
    font-size: 16px;
  }
}
.block-project-gallery__slider {
  z-index: 1;
}
@media (min-width: 768px) {
  .block-project-gallery__slider {
    position: absolute;
    height: 100%;
    z-index: 1;
  }
  .block-project-gallery__slider .swiper {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .block-project-gallery__slider--wrap {
    width: 67.5721561969%;
  }
}
@media (min-width: 768px) {
  .block-project-gallery__image {
    height: 100%;
  }
}
.block-project-gallery__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .block-project-gallery__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.block-project-gallery__controls {
  display: none;
}
@media (min-width: 768px) {
  .block-project-gallery__controls {
    display: flex;
    align-items: center;
  }
}
.block-project-gallery__controls a:first-child {
  margin-right: 6px;
}
.block-project-gallery__pagination {
  display: block;
  top: 10px !important;
  bottom: auto !important;
}
@media (min-width: 768px) {
  .block-project-gallery__pagination {
    display: none;
  }
}
.block-project-gallery__pagination .swiper-pagination-bullet-active {
  background-color: #E9C874;
}

.block-post-detail {
  overflow: hidden;
}
.block-post-detail__cover {
  position: relative;
  padding: 40px 10px 0;
  height: 350px;
}
.block-post-detail__cover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30%;
  left: -1000px;
  right: -1000px;
  top: -1000px;
  background-color: #803D3B;
}
@media (min-width: 768px) {
  .block-post-detail__cover {
    height: auto;
    padding: 3% 10% 0;
  }
}
.block-post-detail__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-post-detail__cover img {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    z-index: 10;
    width: auto;
    margin: 0 auto;
  }
}
.block-post-detail__title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 26px 0 40px;
}
.block-post-detail__content h1, .block-post-detail__content h2, .block-post-detail__content h3, .block-post-detail__content h4, .block-post-detail__content h5, .block-post-detail__content h6 {
  font-family: "Open Sans", sans-serif;
}

.block-service-detail__f1 {
  position: relative;
  padding-top: 61px;
}
.block-service-detail__f1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: #803D3B;
}
@media (min-width: 768px) {
  .block-service-detail__f1 {
    display: flex;
  }
}
.block-service-detail__f1-text {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .block-service-detail__f1-text {
    padding-left: 60px;
  }
}
.block-service-detail__f1-image {
  position: relative;
  z-index: 1;
}
.block-service-detail__f1-image img {
  display: block;
  width: 100%;
}
.block-service-detail__f1-title {
  color: #fff;
}
.block-service-detail__f1-content {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.block-service-detail__f2 {
  font-size: 14px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .block-service-detail__f2 {
    margin-bottom: 100px;
  }
}
.block-service-detail__f2-content {
  padding: 46px 0 50px;
}
.block-service-detail__f2-content h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
}
.block-service-detail__f2-content p {
  margin: 0 0 15px 0;
}
.block-service-detail__f2-image img {
  width: 100%;
}
.block-service-detail__f3 {
  background-color: #EDEDED;
  padding-bottom: 40px;
}
.block-service-detail__f3-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .block-service-detail__f3-image img {
    transform: translateY(-60px);
  }
}
.block-faqs__item {
  padding-left: 44px;
  position: relative;
  margin-bottom: 15px;
}
.block-faqs__icon-status {
  position: absolute;
  top: 0px;
  left: 0;
}
.block-faqs__icon-status img {
  width: 30px;
}
.block-faqs__icon-status img:first-child {
  display: none;
}
.block-faqs__icon-status img:last-child {
  display: block;
}
.block-faqs__icon-status.is-open img:first-child {
  display: block;
}
.block-faqs__icon-status.is-open img:last-child {
  display: none;
}
.block-faqs__question {
  padding-top: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #424A4D;
  margin-bottom: 5px;
  cursor: pointer;
}
.block-faqs__answer {
  margin-bottom: 17px;
  font-size: 14px;
  color: #424A4D;
  display: none;
}

.block-about-us-detail__f1 {
  background-color: #803D3B;
}
@media (min-width: 768px) {
  .block-about-us-detail__f1 {
    position: relative;
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .block-about-us-detail__f1-image-1 {
    width: 39.0625%;
  }
}
@media (min-width: 768px) {
  .block-about-us-detail__f1-image-1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.block-about-us-detail__f1-text {
  padding: 38px 15px 0;
}
@media (min-width: 768px) {
  .block-about-us-detail__f1-text {
    width: 34.7916666667%;
    padding: 4%;
  }
}
@media (min-width: 1400px) {
  .block-about-us-detail__f1-text {
    padding: 5% 5% 5% 12%;
  }
}
@media (min-width: 768px) {
  .block-about-us-detail__f1-image-2 {
    width: 24.9479166667%;
  }
}
.block-about-us-detail__f1-image-2 img {
  width: 100%;
  margin-top: 12.5260960334%;
}
@media (min-width: 768px) {
  .block-about-us-detail__f1-image-2 img {
    width: auto;
  }
}
.block-about-us-detail__f1-title {
  color: #fff;
}
.block-about-us-detail__f1-content {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
@media (min-width: 768px) {
  .block-about-us-detail__f2 {
    position: relative;
    display: flex;
    align-items: stretch;
  }
}
.block-about-us-detail__f2-tabs {
  display: none;
}
@media (min-width: 768px) {
  .block-about-us-detail__f2-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #F5F5F5;
    width: 60.5208333333%;
    padding-right: 100px;
  }
}
.block-about-us-detail__f2-tabs .tabs-vertical {
  max-width: 680px;
}
.block-about-us-detail__f2-list-mobile {
  display: block;
  padding: 38px 15px;
}
@media (min-width: 768px) {
  .block-about-us-detail__f2-list-mobile {
    display: none;
  }
}
.block-about-us-detail__f2-content {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .block-about-us-detail__f2-image {
    width: 39.4791666667%;
  }
}
@media (min-width: 768px) {
  .block-about-us-detail__f2-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) {
  .block-about-us-detail__f3 {
    position: relative;
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .block-about-us-detail__f3-image {
    width: 39.0625%;
  }
}
@media (min-width: 768px) {
  .block-about-us-detail__f3-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.block-about-us-detail__f3-text {
  padding: 38px 15px;
  max-width: 583px;
}
@media (min-width: 768px) {
  .block-about-us-detail__f3-text {
    margin: 58px 100px;
  }
}
.block-about-us-detail__f3-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.block-about-us-detail__f3-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 118px;
  height: 12px;
  background-color: #E9C874;
}
@media (min-width: 768px) {
  .block-about-us-detail__f3-title {
    margin-bottom: 50px;
  }
}
.block-about-us-detail__f3-content {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 35px;
}
.block-about-us-detail__f3-content h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.block-news-relation__title {
  margin-bottom: 0;
}

.block-package .button-plan-type {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #fff !important;
  background-color: #354db1;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  text-align: center;
  height: 83px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 19px !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .block-package .button-plan-type {
    height: 40px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .block-package .button-plan-type {
    width: 115px !important;
  }
}
.block-package .button-plan-type.is-year {
  background-color: #EF6A0F !important;
}
.block-package-note {
  border: 1px solid #354db1;
  padding: 10px;
}

.block-checkout {
  font-size: 18px !important;
}
.block-checkout .checkbox-wrapper-46 span {
  font-size: 18px !important;
}
.block-checkout-label {
  border: 1px solid #354db1;
  padding: 15px;
  color: #354db1;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px !important;
}
.block-checkout-price td, .block-checkout-price th {
  padding: 5px 0;
}
.block-checkout-price th:nth-of-type(1),
.block-checkout-price td:nth-of-type(1) {
  text-align: left !important;
}
.block-checkout-price th:nth-of-type(2),
.block-checkout-price td:nth-of-type(2) {
  text-align: right !important;
}
.block-checkout-price .color-orange {
  color: #EF6A0F;
}
.block-checkout ._submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #fff !important;
  background-color: #354db1;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  cursor: pointer;
  height: 48px !important;
  font-size: 20px !important;
  border-radius: 0;
  max-width: none !important;
}
@media (min-width: 768px) {
  .block-checkout ._submit {
    height: 40px;
    font-size: 16px;
  }
}
.block-checkout .block-checkout-banktransfer {
  display: none;
}

/* Tabs
--------------------------------------------- */
.tabs-vertical {
  display: flex;
}
.tabs-vertical__head {
  width: 41.1764705882%;
  margin-top: 20%;
}
.tabs-vertical__head a {
  position: relative;
  display: block;
  padding-left: 50px;
  color: #803D3B;
  font-size: 16px;
  text-decoration: none !important;
  outline: none !important;
}
.tabs-vertical__head a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #803D3B;
  transition: all 0.25s ease-in-out;
}
.tabs-vertical__head a.is-open {
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
.tabs-vertical__head a.is-open:before {
  background-color: #803D3B;
}
.tabs-vertical__content {
  width: 58.8235294118%;
  padding-left: 10px;
}
.tabs-vertical__item {
  display: none;
}
.tabs-vertical__item.is-open {
  display: block;
}
.tabs-vertical__item-title {
  margin-top: 0;
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 35px;
  font-weight: 500;
  color: #803D3B;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  .tabs-vertical__item-title {
    font-size: 75px;
  }
}
.tabs-vertical__item-content {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

/* Modals
--------------------------------------------- */
.modal-df-wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000000000000;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateY(-10%);
  opacity: 0;
  pointer-events: none;
}
.modal-df-wrap.is-show {
  pointer-events: all;
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-df-wrap ._inner {
  position: absolute;
  left: 50%;
  top: 12%;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #354db1;
  color: #fff;
  transform: translateX(-50%);
  width: 98%;
  max-width: 500px;
}
@media (min-width: 1400px) {
  .modal-df-wrap ._inner {
    top: 20%;
  }
}
.modal-df-wrap ._inner a {
  color: #fff;
}
.modal-df-wrap a.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px !important;
  height: 42px !important;
  color: #c00909;
  z-index: 100;
  text-decoration: none;
}
.modal-df-wrap a.btn-close i {
  font-size: 22px;
}
.modal-df-wrap .form-wrap .form-group {
  margin-bottom: 15px;
}
.modal-df-wrap .form-wrap .form-group label {
  display: block;
  margin-bottom: 4px;
}
.modal-df-wrap .form-wrap .form-group input {
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.modal-df-wrap .form-wrap .form-group textarea {
  height: 120px;
}
.modal-df-wrap .form-wrap .form-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  height: 45px;
  padding: 0 30px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #EF6A0F;
  border-color: #EF6A0F;
  margin-bottom: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.modal-df-wrap .form-wrap .checkbox-wrapper-46 .cbx span:first-child {
  background-color: #fff;
}
.modal-df-wrap .form-wrap .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #506EEC;
  border-color: #506EEC;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header {
  background-color: #F5F5F5;
}
.header .languages {
  display: flex;
  align-items: center;
}
.header .languages a {
  display: block;
  width: 31px;
  margin-right: 5px;
}
.header .languages a img {
  width: 100%;
  height: 25px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.header .form-search {
  position: relative;
  display: flex;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header .form-search {
    width: 178px;
    margin-left: 12px;
    margin-bottom: 0;
  }
}
.header .form-search input {
  width: 100%;
  padding: 0 10px !important;
  height: 40px;
  border: 1px solid #2648B5;
  outline: none !important;
  background-color: #fff;
  border-radius: 0 !important;
}
.header .form-search button {
  position: absolute;
  right: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 40px;
  border: none;
  width: 40px;
  background-color: transparent;
  cursor: pointer;
}
.header .form-search button i {
  margin-bottom: 4px;
  color: #2648B5;
}
.header-top {
  display: none;
}
@media (min-width: 768px) {
  .header-top {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header-top .menu-single a {
  display: block;
  color: #000 !important;
  font-weight: bold;
  text-decoration: none;
  margin-right: 15px;
  padding-right: 15px;
  line-height: 32px;
  border-right: 1px solid #2648B5;
  outline: none !important;
}
.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header-main {
    padding: 0;
  }
}
.header-main .button-mobile-phone {
  background-color: #dd6b28;
  width: 40px;
  height: 40px;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #fff !important;
  justify-content: center;
  text-decoration: none;
}
.header-main .button-mobile-phone,
.header-main .button-mobile-hamburger {
  display: flex;
}
@media (min-width: 768px) {
  .header-main .button-mobile-phone,
  .header-main .button-mobile-hamburger {
    display: none;
  }
}
.header-main .button-mobile-hamburger {
  width: 37px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header-main .button-mobile-hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #503e32 !important;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.header-main .button-mobile-hamburger span:nth-child(1) {
  top: 0px;
}
.header-main .button-mobile-hamburger span:nth-child(2), .header-main .button-mobile-hamburger span:nth-child(3) {
  top: 12.5px;
}
.header-main .button-mobile-hamburger span:nth-child(4) {
  top: 25px;
}
.header-main .button-mobile-hamburger span.open:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-main .button-mobile-hamburger span.open:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-main .button-mobile-hamburger span.open:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-main .button-mobile-hamburger span.open:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-main .header-mobile-toggle {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  right: -10px;
  padding: 0 10px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1215686275);
}
.header-main .header-mobile-toggle.is-open {
  display: block;
}
.header-main .header-mobile-toggle a {
  white-space: nowrap;
  color: #000;
  text-decoration: none;
}
.header-main .header-mobile-toggle ul {
  margin: 0;
}
.header-main .header-mobile-toggle ul a {
  padding: 10px 0;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: #CCC 1px solid;
}
.header-main .header-mobile-toggle li {
  display: block;
  position: relative;
  line-height: 30px;
  background-color: transparent;
}
.header-main .header-mobile-toggle li.is-has-children > a {
  position: relative;
}
.header-main .header-mobile-toggle li.is-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  display: block;
  transition: all 0.2s ease-in-out;
}
.header-main .header-mobile-toggle li.is-has-children > a.is-active::before {
  display: block !important;
}
.header-main .header-mobile-toggle li.is-has-children > a.is-active::after {
  transform: translateY(-50%) rotateZ(180deg);
}
.header-main .header-mobile-toggle li ul {
  display: none;
  padding-left: 15px;
}
.header-main .header-mobile-toggle li ul a {
  padding: 6px 0;
  font-size: 14px;
}
.header-main .header-mobile-toggle li[data-active="1"] > a {
  color: #F47C04 !important;
}
.header-main .header-mobile-toggle > ul {
  position: relative;
  z-index: 100;
  padding: 5px 0 20px;
}
.header-main .header-mobile-toggle > ul > li:last-child > a {
  border: none;
}
.header-main .logo {
  margin: 0 20px;
}
.header-main .logo img {
  width: 148px;
}
@media (min-width: 768px) {
  .header-main .logo img {
    width: 173px;
  }
}
.header-main .menu-left,
.header-main .menu-right {
  display: none;
}
@media (min-width: 768px) {
  .header-main .menu-left,
  .header-main .menu-right {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-main .menu-left li,
  .header-main .menu-right li {
    list-style: none;
  }
  .header-main .menu-left li a,
  .header-main .menu-right li a {
    white-space: nowrap;
  }
  .header-main .menu-left > li,
  .header-main .menu-right > li {
    list-style: none;
    margin: 0 19px;
  }
  .header-main .menu-left > li > a,
  .header-main .menu-right > li > a {
    display: block;
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    font-size: 20px;
    outline: none !important;
    padding: 22px 0;
    transition: color 0.2s ease;
    font-weight: 500;
    letter-spacing: 0.25px;
    border-bottom: 5px solid transparent;
  }
  .header-main .menu-left > li > a:hover,
  .header-main .menu-right > li > a:hover {
    color: #EF6A0F !important;
    border-bottom: 5px solid #EF6A0F;
  }
  .header-main .menu-left > li .sub_menu,
  .header-main .menu-right > li .sub_menu {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: -1px 14px 23px -9px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -1px 14px 23px -9px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -1px 14px 23px -9px rgba(0, 0, 0, 0.23);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transform: translateY(50px);
    transition: all 0.15s ease-in-out;
  }
  .header-main .menu-left > li .sub_menu-image,
  .header-main .menu-right > li .sub_menu-image {
    width: 300px;
    background-color: #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-main .menu-left > li .sub_menu-image img,
  .header-main .menu-right > li .sub_menu-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .header-main .menu-left > li .sub_menu-image .excerpt,
  .header-main .menu-right > li .sub_menu-image .excerpt {
    font-size: 14px;
    padding: 25px 20px 0;
  }
  .header-main .menu-left > li .sub_menu-image a,
  .header-main .menu-right > li .sub_menu-image a {
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    padding: 20px;
  }
  .header-main .menu-left > li .sub_menu-image a span,
  .header-main .menu-right > li .sub_menu-image a span {
    color: #2648B5;
    margin-right: 10px;
  }
  .header-main .menu-left > li .sub_menu-image a i,
  .header-main .menu-right > li .sub_menu-image a i {
    color: #2648B5;
    font-size: 20px;
  }
  .header-main .menu-left > li:hover .sub_menu,
  .header-main .menu-right > li:hover .sub_menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transition: all 0.35s ease-in-out;
  }
  .header-main .menu-left > li .sub_menu-list,
  .header-main .menu-right > li .sub_menu-list {
    padding-top: 40px;
  }
  .header-main .menu-left > li .sub_menu-list > li,
  .header-main .menu-right > li .sub_menu-list > li {
    position: relative;
  }
  .header-main .menu-left > li .sub_menu-list > li a,
  .header-main .menu-right > li .sub_menu-list > li a {
    display: block;
    color: #000 !important;
    text-decoration: none;
    line-height: 28px;
    font-size: 15px;
    outline: none !important;
    transition: color 0.2s ease;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3490196078);
    min-width: 220px;
    font-weight: bold;
  }
  .header-main .menu-left > li .sub_menu-list > li a:hover,
  .header-main .menu-right > li .sub_menu-list > li a:hover {
    color: #EF6A0F !important;
  }
  .header-main .menu-left > li .sub_menu-list > li > a,
  .header-main .menu-right > li .sub_menu-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-main .menu-left > li .sub_menu-list > li > a span,
  .header-main .menu-right > li .sub_menu-list > li > a span {
    color: inherit;
  }
  .header-main .menu-left > li .sub_menu-list > li > .is-open,
  .header-main .menu-left > li .sub_menu-list > li > .is-hide,
  .header-main .menu-right > li .sub_menu-list > li > .is-open,
  .header-main .menu-right > li .sub_menu-list > li > .is-hide {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
  }
  .header-main .menu-left > li .sub_menu-list > li > .is-open,
  .header-main .menu-right > li .sub_menu-list > li > .is-open {
    display: none;
  }
  .header-main .menu-left > li .sub_menu-list > li > .is-hide,
  .header-main .menu-right > li .sub_menu-list > li > .is-hide {
    display: block;
  }
  .header-main .menu-left > li .sub_menu-list > li > .sub2_menu-list,
  .header-main .menu-right > li .sub_menu-list > li > .sub2_menu-list {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0;
  }
  .header-main .menu-left > li .sub_menu-list > li:hover > .is-hide,
  .header-main .menu-right > li .sub_menu-list > li:hover > .is-hide {
    display: none;
  }
  .header-main .menu-left > li .sub_menu-list > li:hover > .is-open,
  .header-main .menu-right > li .sub_menu-list > li:hover > .is-open {
    display: block;
  }
  .header-main .menu-left > li .sub_menu-list > li:hover > .sub2_menu-list,
  .header-main .menu-right > li .sub_menu-list > li:hover > .sub2_menu-list {
    display: block;
  }
}
.header-main .menu-left li:first-child {
  margin-left: 0;
}
.header-main .menu-right li:last-child {
  margin-right: 0;
}

.footer {
  padding: 60px 0;
  background-color: #2A4BB7;
  color: #fff !important;
}
.footer a {
  color: #fff !important;
  text-decoration: none;
}
.footer .logo {
  display: block;
  margin-bottom: 30px;
}
.footer .logo img {
  width: 300px;
}
.footer .list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 15px;
}
.footer .list-item__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.footer .list-item__icon i.fa {
  font-size: 14px;
  color: #e37d27;
  line-height: 23px;
}
.footer .list-item__icon img {
  display: block;
  width: 28px;
  margin-top: 3px;
}
.footer .list-item__text {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.footer-label {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer-copyright {
  background-color: black;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.frame {
  padding-top: 86px;
}
@media (min-width: 992px) {
  .frame {
    padding-top: 99px;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home-banner .banner-item {
  position: relative;
  width: 100%;
  height: calc(100vh - 135px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
.home-banner .banner-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.7;
  z-index: 2;
}
.home-banner .banner-item .video-bg {
  display: none;
}
@media (min-width: 768px) {
  .home-banner .banner-item .video-bg {
    display: block;
  }
  .home-banner .banner-item .video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
  }
}
.home-banner .banner-item .text {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 90%;
}
.home-banner .banner-item .hb-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .home-banner .banner-item .hb-title {
    font-size: 42px;
  }
}
.home-banner .banner-item .hb-description {
  font-weight: 300;
  margin-bottom: 40px;
}
.home-banner .banner-item .hb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  height: 49px;
  padding: 0 58px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #354db1;
  margin-bottom: 15px;
  white-space: nowrap;
}
.home-banner .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  margin-right: 20px;
  background-color: #354db1;
  border-radius: 20px;
  transition: 0.3s ease width;
}
.home-banner .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.home-banner .swiper-pagination-bullet-active {
  width: 45px;
}

.home-frame2 {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .home-frame2 {
    padding: 70px 0;
  }
}
.home-frame2 .hf2-title {
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .home-frame2 .hf2-title {
    font-size: 42px;
  }
}
.home-frame2 .hf2-carousel {
  position: relative;
}
.home-frame2 .button-next,
.home-frame2 .button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.home-frame2 .button-next {
  right: -77px;
}
.home-frame2 .button-prev {
  left: -77px;
}

.home-frame3 {
  position: relative;
}
@media (min-width: 768px) {
  .home-frame3 {
    display: flex;
    justify-content: flex-end;
  }
}
.home-frame3 .hf3-text {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .home-frame3 .hf3-text {
    padding: 60px 40px;
    min-height: 50vh;
    position: relative;
    z-index: 2;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.86);
  }
}
.home-frame3 .hf3-title {
  color: #354db1;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 35px;
}
@media (min-width: 768px) {
  .home-frame3 .hf3-title {
    font-size: 42px;
  }
}
.home-frame3 .hf3-sub-title {
  font-size: 32px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .home-frame3 .hf3-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.home-frame3 .hf3-btn-1,
.home-frame3 .hf3-btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  height: 45px;
  padding: 0 30px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #354db1;
  margin-bottom: 15px;
  white-space: nowrap;
}
.home-frame3 .hf3-list-link a {
  color: #000;
  text-decoration: none;
}

.home-frame4 {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .home-frame4 {
    padding: 70px 0;
  }
}
.home-frame4 .hf4-title {
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .home-frame4 .hf4-title {
    font-size: 42px;
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.about-us-chart {
  position: relative;
}
@media (min-width: 768px) {
  .about-us-chart .slider-mobile {
    display: none;
  }
}
.about-us-chart .slider-mobile .swiper {
  padding-bottom: 35px;
}
.about-us-chart .slider-mobile .text {
  padding: 10px 15px;
  font-size: 22px;
}
.about-us-chart .slider-mobile .text .highlight {
  color: #217ef1;
  font-weight: 900;
}
.about-us-chart .background-desktop {
  display: none;
}
@media (min-width: 768px) {
  .about-us-chart .background-desktop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 135px - 44px);
    z-index: 10;
    overflow: hidden;
  }
  .about-us-chart .background-desktop div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    background-size: cover;
    background-position: center center;
    animation: scale 40s linear infinite;
  }
  .about-us-chart .background-desktop div.is-show {
    opacity: 1;
  }
}
.about-us-chart .slider-desktop {
  display: none;
  position: relative;
  z-index: 30;
}
@media (min-width: 768px) {
  .about-us-chart .slider-desktop {
    display: block;
  }
}
.about-us-chart .slider-desktop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 89px 22px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 89px 22px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 89px 22px rgba(0, 0, 0, 0.09);
}
.about-us-chart .slider-desktop-item {
  position: relative;
  height: calc(100vh - 135px - 44px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.about-us-chart .slider-desktop .text {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  color: black;
  z-index: 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
}
.about-us-chart .slider-desktop .button-next,
.about-us-chart .slider-desktop .button-prev {
  display: none;
}
@media (min-width: 768px) {
  .about-us-chart .slider-desktop .button-next,
  .about-us-chart .slider-desktop .button-prev {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
  }
}
.about-us-chart .slider-desktop .button-next {
  right: 15px;
}
.about-us-chart .slider-desktop .button-prev {
  left: 15px;
}
.about-us-chart .slider-desktop .swiper-slide .text {
  opacity: 0;
  pointer-events: none;
  font-size: 20px;
}
.about-us-chart .slider-desktop .swiper-slide .text > div {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.about-us-chart .slider-desktop .swiper-slide .text .highlight {
  color: #217ef1;
  font-weight: 900;
}
.about-us-chart .slider-desktop .swiper-slide-active .text {
  opacity: 1;
  pointer-events: all;
}
.about-us-chart .slider-desktop .swiper-slide-active .text > div {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease-in-out;
}
.about-us-chart .pie-chart {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  z-index: 20;
  pointer-events: none;
  margin-top: -7px;
}
@media (min-width: 768px) {
  .about-us-chart .pie-chart {
    display: block;
  }
}

.about-us-content .about-us-navigation {
  display: none;
}
.about-us-content .about-us-navigation.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  .about-us-content .about-us-navigation {
    display: block;
    border-top: 1px solid #217ef1;
    border-bottom: 1px solid #217ef1;
    margin-bottom: 50px;
    background-color: #fff;
  }
  .about-us-content .about-us-navigation ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .about-us-content .about-us-navigation li {
    list-style: none;
  }
  .about-us-content .about-us-navigation a {
    display: block;
    text-decoration: none;
    font-size: 22px;
    padding: 10px 0;
    color: black;
    outline: none !important;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
  }
  .about-us-content .about-us-navigation a.is-focus, .about-us-content .about-us-navigation a:hover {
    color: #217ef1 !important;
  }
  .about-us-content .about-us-navigation li.is-focus a {
    color: #217ef1 !important;
    border-bottom: 5px solid blue;
  }
}
.about-us-content .content-body {
  padding-bottom: 40px;
}
.about-us-content .the-content {
  font-size: 22px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about-us-content .card-style-normal-1 {
    padding: 0 40px;
  }
}
.about-us-content .card-style-normal-1 .card-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-us-content .card-style-normal-1 .card-icon img {
  display: block;
  width: 80px;
}
.about-us-content .card-style-normal-1 .card-title {
  text-align: center;
  color: #217ef1;
  font-weight: bold;
  margin: 15px 0;
}
.about-us-content .card-style-normal-1 .card-excerpt {
  text-align: justify;
}

.tvdv-main .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  background-size: cover;
  background-position: center center;
}
.tvdv-main .banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
  z-index: 1;
}
.tvdv-main .banner-text {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0 15px;
}
.tvdv-main .banner-title {
  color: #354db1;
  font-size: 32px;
}
@media (min-width: 768px) {
  .tvdv-main .banner-title {
    font-size: 42px;
  }
}
.tvdv-main .banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  height: 45px;
  padding: 0 30px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #354db1;
  margin-bottom: 15px;
  white-space: nowrap;
}
.tvdv-main .faqs {
  padding-top: 50px;
  padding-bottom: 100px;
}
.tvdv-main .faq-head {
  margin-top: 30px;
  padding: 15px 20px;
  border-bottom: 2px solid #354db1;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tvdv-main .faq-head .highlight {
  color: #dd6b28;
}
.tvdv-main .faq-head .head-status {
  width: 50px;
  text-align: center;
  margin-left: 5px;
}
.tvdv-main .faq-head .head-status i {
  font-size: 16px;
}
.tvdv-main .faq-head .head-status i:first-child {
  display: block;
}
.tvdv-main .faq-head .head-status i:last-child {
  display: none;
}
.tvdv-main .faq-head .head-status.is-expand i:first-child {
  display: none;
}
.tvdv-main .faq-head .head-status.is-expand i:last-child {
  display: block;
}
.tvdv-main .faq-content {
  display: none;
  padding: 15px 20px;
}

.dt-main .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  background-size: cover;
  background-position: center center;
}
.dt-main .banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
  z-index: 1;
}
.dt-main .banner-text {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0 15px;
}
.dt-main .banner-title {
  color: #354db1;
  font-size: 32px;
}
@media (min-width: 768px) {
  .dt-main .banner-title {
    font-size: 42px;
  }
}
.dt-main .f2-title b {
  color: #EF6A0F;
}
.dt-main .f2-excerpt {
  font-size: 17px;
  margin-bottom: 35px;
}
.dt-main .f2-excerpt b {
  color: #EF6A0F;
}
.dt-main .f2 .card-normal-2 .card-title {
  color: #354db1;
  font-size: 21px;
}
.dt-main .f2 .card-normal-2 .card-sublist {
  padding: 0 0 0 20px;
  margin: 0;
}
.dt-main .f2 .card-normal-2 .card-sublist li {
  margin-bottom: 8px;
}
.dt-main .f2 .card-normal-2 .card-sublist a {
  color: black !important;
  text-decoration: none;
}
.dt-main .f3 {
  border-bottom: 3px solid #fff;
}
.dt-main .f3 .f3-text-wrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .dt-main .f3 .f3-text-wrap {
    padding: 40px 40px 40px 0;
  }
}
.dt-main .f3 .f3-text-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10000px;
  background-color: #354db1;
  z-index: 1;
}
.dt-main .f3 .f3-text {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: justify;
}
.dt-main .f3 .f3-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  height: 45px;
  padding: 0 30px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #dd6b28;
  margin-bottom: 15px;
  white-space: nowrap;
}
.dt-main .f3 .f3-thumbnail {
  padding: 0;
}
@media (min-width: 768px) {
  .dt-main .f3 .f3-thumbnail {
    padding-left: 0;
  }
  .dt-main .f3 .f3-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.td-main .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  background-size: cover;
  background-position: center center;
}
.td-main .banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
  z-index: 1;
}
.td-main .banner-text {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0 15px;
}
.td-main .banner-title {
  color: #354db1;
  font-size: 32px;
}
@media (min-width: 768px) {
  .td-main .banner-title {
    font-size: 42px;
  }
}
.td-main .banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  height: 45px;
  padding: 0 30px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #354db1;
  margin-bottom: 15px;
  white-space: nowrap;
}
.td-main .f2-title {
  color: #354db1;
}
.td-main .f2-title b {
  color: #EF6A0F;
}
.td-main .f2-excerpt {
  font-size: 17px;
  margin-bottom: 35px;
}
.td-main .f2-excerpt b {
  color: #EF6A0F;
}
.td-main .f2-table {
  overflow-y: hidden;
}
.td-main .f2-table table {
  border-collapse: collapse;
  width: auto;
  min-width: 100%;
}
.td-main .f2-table th:nth-of-type(1),
.td-main .f2-table td:nth-of-type(1) {
  text-align: center;
  width: 60px;
}
.td-main .f2-table td,
.td-main .f2-table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.td-main .f2-table tr:nth-child(even) {
  background-color: #A6CAEC;
}
.td-main .f2-table tr:hover {
  background-color: rgba(221, 107, 40, 0.3490196078);
}
.td-main .f2-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2A4BB7;
  color: white;
}
.td-main .f2-table-title img {
  width: 37px;
  margin-right: 10px;
}
.td-main .f2 .card-normal-2 {
  padding: 0 30px;
}
.td-main .f2 .card-normal-2 .card-title {
  color: #354db1;
  font-size: 21px;
}
.td-main .f2 .card-normal-2 .card-sublist {
  padding: 0 0 0 20px;
  margin: 0;
}
.td-main .f2 .card-normal-2 .card-sublist li {
  margin-bottom: 8px;
}
.td-main .f2 .card-normal-2 .card-sublist a {
  color: black !important;
  text-decoration: none;
}

.td-table {
  margin-top: 40px;
  text-align: left;
  overflow-y: hidden;
}
.td-table table {
  border-collapse: collapse;
  width: auto;
  min-width: 100%;
}
.td-table th {
  color: #2A4BB7;
  font-size: 18px;
}
.td-table td,
.td-table th {
  padding: 8px;
}

.td-main-empty {
  background-position: top right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.td-main-empty .td-form {
  max-width: 500px;
  padding-top: 30px;
}
.td-main-empty .form-group {
  margin-bottom: 15px;
}
.td-main-empty .form-group label {
  display: block;
  margin-bottom: 4px;
}
.td-main-empty .form-group input {
  width: 100%;
  height: 45px;
}
.td-main-empty .form-group textarea {
  height: 120px;
}
.td-main-empty .form-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  height: 45px;
  padding: 0 30px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #354db1;
  margin-bottom: 15px;
  white-space: nowrap;
  cursor: pointer;
}

.td-button-next-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  height: 45px;
  padding: 0 30px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #fff !important;
  background-color: #354db1;
  margin-bottom: 15px;
  white-space: nowrap;
  cursor: pointer;
}

.contact-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 510px;
  overflow: hidden;
}
.contact-map iframe {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: calc(100% + 50px) !important;
}

.contact-label {
  font-weight: 400;
  color: rgb(64, 64, 64);
  font-size: 35px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-label {
    font-size: 42px;
  }
}

.contact-form input, .contact-form textarea {
  width: 100%;
}
.contact-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #fff !important;
  background-color: #354db1;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  width: 140px;
  font-size: 17px;
  line-height: 19px;
  border-radius: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .contact-form button {
    height: 40px;
    font-size: 16px;
  }
}

.contact-detail a {
  color: rgb(64, 64, 64);
  text-decoration: none;
}

.chnn-page .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  background-size: cover;
  background-position: center center;
}
.chnn-page .banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
  z-index: 1;
}
.chnn-page .banner-text {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0 15px;
}
.chnn-page .banner-title {
  color: #354db1;
  font-size: 32px;
}
@media (min-width: 768px) {
  .chnn-page .banner-title {
    font-size: 42px;
  }
}
.chnn-page .banner-tagline {
  font-size: 26px;
}
.chnn-page .banner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #fff !important;
  background-color: #354db1;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  margin-top: 20px;
  display: inline-flex;
  padding: 0 30px !important;
  height: 55px !important;
  max-width: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .chnn-page .banner-button {
    height: 40px;
    font-size: 16px;
  }
}
.chnn-page .section-2 {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .chnn-page .section-2 {
    padding: 50px 0;
  }
}
.chnn-page .section-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
}
.chnn-page .section-2-body {
  position: relative;
  margin-bottom: 50px;
}
.chnn-page .section-2-body ._top-image {
  height: 320px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .chnn-page .section-2-body {
    padding-top: 100px;
  }
  .chnn-page .section-2-body ._top-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 280px;
    object-fit: cover;
    object-position: center;
  }
}
.chnn-page .section-2-body .container {
  top: 155px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.chnn-page .section-2-body .tab-head {
  display: none;
}
@media (min-width: 768px) {
  .chnn-page .section-2-body .tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #354db1;
    height: 60px;
    white-space: nowrap;
  }
  .chnn-page .section-2-body .tab-head a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    width: 33.333%;
    text-align: center;
    outline: none;
  }
  .chnn-page .section-2-body .tab-head a.is-active {
    font-weight: bold;
  }
}
.chnn-page .section-2-body .tab-content {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .chnn-page .section-2-body .tab-content {
    margin: 0;
  }
}
.chnn-page .section-2-body .tab-item {
  padding: 10px 0px;
}
@media (min-width: 768px) {
  .chnn-page .section-2-body .tab-item {
    display: none;
    padding: 20px 20px;
  }
  .chnn-page .section-2-body .tab-item.is-active {
    display: block;
  }
}
.chnn-page .section-2-body .tab-item-title {
  margin: 0 0 20px 0;
  color: #354db1;
}
@media (min-width: 768px) {
  .chnn-page .section-2-body .tab-item-title {
    display: none;
  }
}
.chnn-page .section-2-body .tab-item-content h3 {
  color: #354db1;
  font-size: 28px;
}
.chnn-page .section-2-body .the-content h3 {
  margin: 0 0 20px 0;
  color: #354db1;
}
.chnn-page .chnn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #fff !important;
  background-color: #354db1;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .chnn-page .chnn-link {
    height: 40px;
    font-size: 16px;
  }
}

.chnn-vttd .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  background-color: #354db1;
}
.chnn-vttd .banner-text {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0 15px;
}
.chnn-vttd .banner-title {
  color: #fff;
  font-size: 32px;
}
@media (min-width: 768px) {
  .chnn-vttd .banner-title {
    font-size: 42px;
  }
}

.chnn-detail-vttd .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  background-color: #354db1;
}
.chnn-detail-vttd .banner-text {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0 15px;
}
.chnn-detail-vttd .banner-title {
  color: #fff;
  font-size: 32px;
}
@media (min-width: 768px) {
  .chnn-detail-vttd .banner-title {
    font-size: 42px;
  }
}
.chnn-detail-vttd .banner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #354db1 !important;
  background-color: #fff;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  margin-top: 20px;
  display: inline-flex;
  padding: 0 30px !important;
  height: 55px !important;
  max-width: none;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 250px !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .chnn-detail-vttd .banner-button {
    height: 40px;
    font-size: 16px;
  }
}
.chnn-detail-vttd ._body ._button-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 14px;
  color: #fff !important;
  background-color: #354db1;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  max-width: 160px;
  margin-top: 20px;
  display: inline-flex;
  padding: 0 30px !important;
  height: 55px !important;
  max-width: none;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 250px !important;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 768px) {
  .chnn-detail-vttd ._body ._button-apply {
    height: 40px;
    font-size: 16px;
  }
}
.chnn-detail-vttd ._body ._label {
  color: #354db1;
}
.chnn-detail-vttd ._body input {
  height: 48px !important;
}
.chnn-detail-vttd ._body input,
.chnn-detail-vttd ._body textarea {
  width: 100%;
}
.chnn-detail-vttd ._body .form-group {
  margin-bottom: 15px;
}
.chnn-detail-vttd ._body .form-group label {
  display: block;
  margin-bottom: 6px;
}
.chnn-detail-vttd ._body input[type=file] {
  padding: 4px;
  margin: -4px;
  position: relative;
  outline: none;
  font-size: 14px;
  /* File Selector Button Styles */
  /* Faked label styles and icon */
  /* Handle Component Focus */
}
.chnn-detail-vttd ._body input[type=file]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  /*
    This is a hack to change the button label. 
    I'm hiding the default label and then 
    manually applying the width based on 
    updated icon and label.
  */
  width: 132px;
  color: transparent;
  /*
    Firefox doesn't support the pseudo ::before 
    or ::after elements on this input field so 
    we need to use the @supports rule to enable 
    default styles fallback for Firefox.
  */
}
@supports (-moz-appearance: none) {
  .chnn-detail-vttd ._body input[type=file]::file-selector-button {
    color: var(--primary-color);
  }
}
.chnn-detail-vttd ._body input[type=file]::file-selector-button:hover {
  background-color: #f3f4f6;
}
.chnn-detail-vttd ._body input[type=file]::file-selector-button:active {
  background-color: #e5e7eb;
}
.chnn-detail-vttd ._body input[type=file]::before {
  position: absolute;
  pointer-events: none;
  top: 14px;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}
.chnn-detail-vttd ._body input[type=file]::after {
  position: absolute;
  pointer-events: none;
  top: 13px;
  left: 40px;
  color: var(--primary-color);
  content: attr(data-title);
  font-size: 14px;
}
.chnn-detail-vttd ._body input[type=file]:focus-within::file-selector-button, .chnn-detail-vttd ._body input[type=file]:focus::file-selector-button {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.chnn-vttd-filter {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 103, 0.1490196078);
}
.chnn-vttd-filter ._filter-label {
  text-transform: uppercase;
  font-size: 25px;
  margin-right: 60px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .chnn-vttd-filter ._filter-label {
    margin-bottom: 14px;
  }
}
.chnn-vttd-filter ._filter-multiselect {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 767.98px) {
  .chnn-vttd-filter ._filter-multiselect {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.chnn-vttd-filter ._filter-multiselect ._label {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  outline: none;
}
.chnn-vttd-filter ._filter-multiselect ._label span:nth-child(1) {
  color: #354db1;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 12px;
}
.chnn-vttd-filter ._filter-multiselect ._label span:nth-child(2) {
  color: #354db1;
  opacity: 0.6;
}
.chnn-vttd-filter ._filter-multiselect ._checkbox {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  min-width: 200px;
  background-color: #fff;
  padding: 39px 10px 10px;
  box-shadow: 3px 6px 14px 10px rgba(169, 169, 169, 0.1411764706);
}
@media (max-width: 767.98px) {
  .chnn-vttd-filter ._filter-multiselect ._checkbox {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
.chnn-vttd-filter ._filter-multiselect ._checkbox a {
  color: black;
  text-decoration: none;
}
.chnn-vttd-filter ._filter-multiselect ._checkbox ._checkbox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 12px;
}
.chnn-vttd-filter .form-search {
  position: relative;
  display: flex;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .chnn-vttd-filter .form-search {
    width: 250px;
    margin-left: 12px;
    margin-bottom: 0;
  }
}
.chnn-vttd-filter .form-search input {
  width: 100%;
  padding: 0 10px !important;
  height: 40px;
  border: 1px solid #2648B5;
  outline: none !important;
  background-color: #fff;
  border-radius: 0 !important;
}
.chnn-vttd-filter .form-search button {
  position: absolute;
  right: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 40px;
  border: none;
  width: 40px;
  background-color: transparent;
  cursor: pointer;
}
.chnn-vttd-filter .form-search button i {
  margin-bottom: 4px;
  color: #2648B5;
}

.chnn-vttd-filter-conditon {
  padding-top: 11px;
}
.chnn-vttd-filter-conditon ._list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.chnn-vttd-filter-conditon ._item-condition {
  display: flex;
  align-items: center;
  background-color: #354db1;
  color: #fff;
  text-decoration: none;
  height: 38px;
  padding: 0 20px;
  fill: #fff !important;
  margin-right: 12px;
  margin-bottom: 8px;
}
.chnn-vttd-filter-conditon ._item-condition span:nth-of-type(1) {
  margin-right: 15px;
}
.chnn-vttd-filter-conditon ._item-condition span:nth-of-type(2) {
  margin-top: 2px;
}
.chnn-vttd-filter-conditon ._clear {
  display: flex;
  align-items: center;
  color: black;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
}
.chnn-vttd-filter-conditon ._clear.is-active {
  opacity: 1;
  pointer-events: all;
}
.chnn-vttd-filter-conditon ._clear span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #cdcdcd;
  border-radius: 50%;
  margin-right: 10px;
}

.card-career ._tag-line {
  margin-bottom: 10px;
}
.card-career ._title {
  text-decoration: none;
  color: #354db1;
  font-weight: bold;
  font-size: 24px;
}
.card-career ._duedate {
  margin-top: 10px;
  font-size: 14px;
}

.card-career-hr {
  margin: 15px 0;
}

.checkbox-wrapper-4 * {
  box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}

.checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}

.checkbox-wrapper-4 .cbx:hover {
  background: rgba(0, 119, 255, 0.06);
}

.checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.checkbox-wrapper-4 .cbx:hover span:first-child {
  border-color: #506EEC;
}

.checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background: #506EEC;
  border-color: #506EEC;
  animation: wave-4 0.4s ease;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 640px) {
  .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}

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