*, body {
  font-family: var(--primary-font);
}

/*
    [Main Stylesheet]

    Project:  Base Project
    Version:  1.0
    Date Created: 09/21/2016
    Date Updated: 09/21/2016
    Author: Nghia Luong Minh
    Website: http://nghiadev.com
*/
a,
input,
textarea,
button {
  outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h6:focus {
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
footer,
header,
menu,
nav,
section {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in iOS 4-7.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * 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.
 */

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-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=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

/**
 * 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.
 */

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

img {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}

* {
  font-weight: 400;
}

h1, h2, h3, h4, h6 {
  position: relative;
  color: #111;
  margin-top: 0;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 14px;
  line-height: 1.5em;
  color: #999;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p:empty {
  margin-bottom: 0;
}

.list a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
}
.list li {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.list li:hover a {
  color: var(--color-1st);
}

.list--fadeIn li:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--color-1st);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.list--fadeIn li:hover {
  padding-left: 15px;
}
.list--fadeIn li:hover:before {
  visibility: visible;
  opacity: 1;
}

#back2top {
  position: fixed;
  bottom: 0;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-1st);
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
#back2top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-1st);
  z-index: 10001;
  font-size: 20px;
}
#back2top:hover {
  cursor: pointer;
  background-color: var(--color-1st);
}
#back2top:hover i {
  color: #ffffff;
}
#back2top.active {
  bottom: 90px;
  visibility: visible;
  opacity: 1;
}

.navigation-toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  overflow: hidden;
  float: right;
}

.navigation-toggle span, .navigation-toggle:before, .navigation-toggle:after {
  position: absolute;
  right: 5px;
  height: 2px;
  background-color: #ffffff;
  z-index: 100;
  transition: all 0.4s ease;
}

.navigation-toggle span {
  top: 50%;
  width: 15px;
  transform: translateY(-50%);
}

.navigation-toggle:before, .navigation-toggle:after {
  content: "";
}

.navigation-toggle:before {
  top: 7px;
  width: 10px;
}

.navigation-toggle:after {
  bottom: 7px;
  width: 20px;
}

.navigation-toggle:hover {
  cursor: pointer;
}

.navigation-toggle:hover span, .navigation-toggle:hover:before, .navigation-toggle:hover:after {
  width: 20px;
}

.navigation-toggle--dark span {
  background-color: #666666;
}

.navigation-toggle--dark:before, .navigation-toggle--dark:after {
  background-color: #666666;
}

.navigation-toggle--active span {
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.navigation-toggle--active:before, .navigation-toggle--active:after {
  top: 50%;
  bottom: auto;
  width: 20px;
  transform-origin: 50% 50%;
}

.navigation-toggle--active:before {
  transform: rotate(45deg);
}

.navigation-toggle--active:after {
  transform: rotate(-45deg);
}

.btn {
  padding: 10px 15px;
  margin-bottom: 10px;
  line-height: 1.3em;
  outline: none !important;
  box-shadow: none;
  transition: all 0.4s ease;
}

.social {
  position: relative;
  z-index: 10;
  display: inline-block;
}

.social::after {
  clear: both;
  content: "";
  display: table;
}

.social li {
  float: left;
  margin-right: 15px;
}

.social--simple li a {
  display: inline-block;
  color: #ffffff;
  width: 25px;
  height: 25px;
  padding: 10px;
  background-color: #9d9d9d;
  border-radius: 3px;
}
.social--simple li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.social--simple li:last-child {
  margin-right: 0;
}
.social--simple li:hover a {
  background-color: var(--color-1st);
}

.page-pagination .list {
  display: inline-block;
}

.page-pagination .list::after {
  clear: both;
  content: "";
  display: table;
}

.page-pagination li {
  float: left;
  margin-right: 10px;
}

.page-pagination li.active a {
  background-color: var(--color-1st);
  color: #ffffff;
}

.page-pagination li:hover a {
  background-color: #0F245C;
  color: #ffffff;
}

.page-pagination .pagination a, .page-pagination .pagination span {
  min-width: 30px;
  display: inline-block;
  padding: 10px 15px;
  background-color: #ddd;
  color: #6c757d;
  outline: none !important;
}
.page-pagination .pagination .page-item.disabled .page-link {
  background-color: #ddd;
  color: #6c757d;
  cursor: not-allowed;
}

.post {
  position: relative;
}

.post .post__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.4s ease;
}

.post__inside .post__header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  z-index: 20;
}

@media screen and (max-width: 991px) {
  .post__inside {
    margin-bottom: 30px;
  }
}
.post__inside--feature .post__header {
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 75%);
  transition: all 0.4s ease;
}

.post__inside--feature .post__title {
  margin-bottom: 15px;
}

.post__inside--feature .post__title a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post__inside--feature .post__title:hover a {
  color: var(--color-1st);
}

.post__inside--feature .post__meta span {
  margin-right: 15px;
  color: var(--color-1st);
}

.post__inside--feature .post__meta span i {
  margin-right: 8px;
}

.post__inside--feature .post__meta .post-category i {
  margin-right: 0;
}

.post__inside--feature .post__meta span a {
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}

.post__inside--feature .post__meta span a:hover {
  color: var(--color-1st);
}

.post__inside--feature .post__meta .post-category {
  display: inline-block;
  padding: 3px 10px;
  line-height: 15px;
  background-color: var(--color-1st);
  transition: all 0.5s ease;
  color: #ffffff;
}

.post__inside--feature .post__meta .post-category a {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.post__inside--feature .post__meta .post-category a:hover {
  color: #ffffff;
}

.post__inside--feature .post__meta .post-category:hover {
  color: var(--color-1st);
  background-color: #ffffff;
}

.post__inside--feature .post__meta .post-category:hover a {
  color: var(--color-1st);
}

.post__inside--feature:hover .post__overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.post__inside--feature-small .post__header {
  padding: 15px;
}

.post__inside--feature-small .post__title {
  margin-bottom: 0;
  line-height: 1em;
}

.post__inside--feature-small .post__title a {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
}

.post__horizontal .post__thumbnail {
  float: left;
  width: 350px;
  position: relative;
  z-index: 20;
}

.post__horizontal .post__thumbnail .post__overlay {
  z-index: 20;
  transition: all 0.4s ease-in;
}

.post__horizontal .post__content-wrap {
  float: left;
  width: calc(100% - 350px);
  padding: 15px 20px;
}

.post__horizontal .post__content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.post__horizontal .post__header, .post__horizontal .post__content, .post__horizontal .post__footer {
  position: relative;
}

.post__horizontal .post__title {
  margin-bottom: 10px;
}

.post__horizontal .post__title a {
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0em;
}

.post__horizontal .post__title:hover a {
  color: var(--color-1st);
}

.post__horizontal .post__meta {
  margin-bottom: 10px;
}

.post__horizontal .post__meta span {
  margin-right: 15px;
  color: var(--color-1st);
}

.post__horizontal .post__meta span i {
  margin-right: 10px;
}

.post__horizontal .post__meta span a, .post__horizontal .post__meta .post__created-at {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.post__horizontal .post__meta span a:hover {
  color: var(--color-1st);
}

.post__horizontal .post__content {
  margin-bottom: 15px;
}

.post__horizontal .post__content p {
  color: black;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.post__horizontal .post__content p:after {
  content: "...";
}

@media screen and (max-width: 767px) {
  .post__horizontal .post__thumbnail, .post__horizontal .post__content-wrap {
    width: 100%;
    float: none;
  }
  .navigation {
    opacity: 0;
    display: none;
  }
}
.post__horizontal--single {
  box-shadow: none;
}

.post__horizontal--single .post__thumbnail {
  width: 100px;
}

.post__horizontal--single .post__content-wrap {
  width: calc(100% - 100px);
  padding: 0 0 0 15px;
}

.post__horizontal--single .post__content-wrap:before {
  display: none;
}

.post__horizontal--single .post__title {
  margin-bottom: 0;
  line-height: 0.8em;
}

.post__horizontal--single .post__title a {
  font-size: 14px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .post__horizontal--single .post__thumbnail, .post__horizontal--single .post__content-wrap {
    float: left;
  }
}
.post__widget .post__thumbnail {
  float: left;
  width: 60px;
  position: relative;
  z-index: 20;
}

.post__widget .post__overlay {
  z-index: 20;
}

.post__widget .post__header {
  float: left;
  width: calc(100% - 60px);
  padding-left: 15px;
}

.post__widget .post__title {
  font-size: 13px;
  text-transform: none;
  color: #636363;
  line-height: 1.5em;
  margin-bottom: 0;
}

.post__widget .post__title a {
  font-weight: 400;
  color: #636363;
}

.post__widget .post__title:hover a {
  color: var(--color-1st);
}

.post__widget .created_at {
  color: var(--color-1st);
  font-size: 11px;
}

.post__vertical .post__thumbnail {
  position: relative;
}

.post__vertical .post__title a {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}

.post__vertical .post__title:hover a {
  color: var(--color-1st);
}

.post__vertical--single {
  background-color: #ffffff;
}

.post__vertical--single .post__thumbnail {
  position: relative;
}

.post__vertical--single .post__content-wrap {
  position: relative;
  padding: 50px 0 25px;
}

.post__vertical--single .post__meta {
  position: absolute;
  padding-top: 3px;
  top: 0;
  left: 30px;
  width: 70px;
  height: 70px;
  z-index: 30;
  background-color: var(--color-1st);
  text-align: center;
  transform: translateY(-50%);
}

.post__vertical--single .post__meta span {
  display: inline-block;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1em;
}

.post__vertical--single .post__meta span.created__date {
  font-size: 20px;
  font-weight: 700;
}

.post__vertical--single .post__meta span.created__year {
  font-size: 14px;
  font-weight: 700;
}

.post__vertical--single .post__title a {
  font-size: 18px;
}

.post__vertical--single .post__content {
  padding-bottom: 15px;
}

.post__vertical--single .post__content p {
  font-size: 14px;
  color: black;
}

.post__vertical--single .post__content p:after {
  content: "...";
}

.post__vertical--simple {
  background-color: transparent;
}

.post__vertical--simple .post__content-wrap {
  padding: 50px 0 15px;
}

.post__vertical--simple .post__content {
  background-color: transparent;
}

.post__vertical--simple .post__content p {
  font-size: 13px;
}
.post--single .post__header {
  border-bottom: 1px solid #eeeeee;
}

.post--single .post__title {
  font-weight: 700;
  color: #2E2E2E;
  font-size: 43px;
  letter-spacing: 0.05em;
  text-align: center;
}

.post--single .post__meta {
  margin-bottom: 10px;
}

.post--single .post__meta span {
  margin-right: 15px;
  color: var(--color-1st);
}

.post--single .post__meta span i {
  margin-right: 10px;
}

.post--single .post__meta span a {
  font-weight: 400;
  color: #2E2E2E;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.post--single .post__meta span a:hover {
  color: var(--color-1st);
}

.post--single .post__content {
  padding: 30px 0;
}

.post--single .post__content h1, .post--single .post__content h2, .post--single .post__content h3, .post--single .post__content h4, .post--single .post__content h6, .post--single .post__content p {
  color: #2E2E2E;
}

.post--single .post__content p {
  margin-bottom: 15px;
  line-height: 1.8em;
  font-size: 13px;
}

.post--single .post__relate-group {
  text-align: left;
}

.post--single .post__relate-group.post__relate-group--right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .post--single .post__relate-group {
    margin-bottom: 30px;
  }
  .post--single .post__relate-group.post__relate-group--right {
    text-align: left;
  }
}
.post--related::after {
  clear: both;
  content: "";
  display: table;
}

.post--related .post__thumbnail {
  position: relative;
  width: 100px;
  float: left;
}

.post--related .post__header {
  float: left;
  width: calc(100% - 100px);
  padding-left: 15px;
  border-bottom: none;
}

.post--related .post__title {
  font-size: 14px;
  text-transform: uppercase;
}

.post--related .post__title:hover {
  color: var(--color-1st);
}

@media screen and (max-width: 767px) {
  .post--single .post__title {
    font-size: 30px;
  }
}
.widget {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.widget .widget__header, .widget .widget__content {
  padding: 15px;
}
.widget .widget__header .list li a, .widget .widget__content .list li a {
  color: #636363;
}
.widget .widget__header .list li a:hover, .widget .widget__content .list li a:hover {
  color: var(--color-1st);
}

.widget.widget__footer .widget__content .list li a {
  color: #d7d0d0;
}
.widget.widget__footer .widget__content .list li a:hover {
  color: var(--color-1st);
}

.widget .widget__header {
  background-color: #f9f9f9;
}

.widget .widget__title {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 0;
}

.widget__recent-post .post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
}

.widget__recent-post li:last-child .post {
  border-bottom-width: 0;
}

.widget__about p {
  font-size: 16px;
  color: white;
  line-height: 1.6em;
}

.widget__about .person-detail p {
  color: #e4e4e4;
  margin-bottom: 15px;
  font-size: 13px;
}

.widget__about .person-detail i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
  color: var(--color-1st);
}

.widget__about .person-detail a {
  color: #ffffff;
}

.widget__about .person-detail a:hover {
  color: var(--color-1st);
}

.widget--transparent {
  background-color: transparent;
  box-shadow: none;
}

.widget--transparent .widget__content, .widget--transparent .widget__header {
  padding: 0;
}

.widget--transparent .widget__header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border: none;
  background-color: transparent;
}

.widget--transparent .widget__header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: var(--color-1st);
  z-index: 10;
}

.widget--transparent .post {
  margin-bottom: 0;
}

.widget__footer .widget__title {
  font-size: 20px;
  color: white;
}

.widget__tags .tag-link {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ecf0f1;
  color: #666666;
  font-size: 12px;
}

.widget__tags .tag-link:last-child {
  margin-right: 0;
}

.widget__tags .tag-link:hover {
  background-color: var(--color-1st);
  color: #ffffff;
}

.widget__tags--transparent .tag-link {
  background-color: #ffffff;
}

.page-intro {
  position: relative;
  text-align: center;
}

.page-intro:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 35, 126, 0.3);
  z-index: 0;
}

.page-intro .page-intro__title {
  position: relative;
  z-index: 10;
}

.page-intro .page-intro__title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 20px;
}

.page-intro .social {
  margin-top: 10px;
}

.page-intro .breadcrumb {
  position: relative;
  z-index: 10;
  background-color: transparent;
  margin-bottom: 0;
}

.page-intro .breadcrumb li {
  color: #e4e4e4;
  font-size: 13px;
}
.page-intro .breadcrumb li:before {
  color: #e4e4e4;
}

.page-intro .breadcrumb li:active {
  color: var(--color-1st);
}

.page-intro .breadcrumb a:hover {
  color: var(--color-1st);
}

.navigation .menu::after {
  clear: both;
  content: "";
  display: table;
}

.navigation .menu-item {
  float: left;
  position: relative;
}

.navigation .menu-item > a {
  display: inline-block;
  padding: 20px 15px 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
}

.navigation .menu-item > .sub-menu {
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.navigation .menu-item.menu-item-has-children > a .toggle-icon {
  padding-left: 5px;
  font-size: 16px;
  color: #cccccc;
}

.navigation-mobile .menu-item.menu-item-has-children > a .toggle-icon {
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  margin-top: -10px;
}

.navigation .menu-item:hover > a {
  color: #ffffff;
}

.navigation .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 240px;
  background-color: #ffffff;
  border-top: 2px solid var(--color-1st);
  box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}

.navigation .sub-menu > .menu-item {
  float: none;
  border-bottom: 1px dashed rgba(34, 25, 25, 0.3);
}

.navigation .sub-menu > .menu-item:last-child {
  border-bottom: 0;
}

.navigation .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 20px;
  line-height: 1.4em;
  color: #666666;
  font-size: 13px;
}

.navigation--mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
  background-color: #ffffff;
  border-top: 2px solid var(--color-1st);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}

.navigation--mobile .menu-item {
  float: none;
  border-bottom: 1px dashed rgba(34, 25, 25, 0.2);
}

.navigation--mobile .menu-item > a {
  position: relative;
  display: block;
  padding: 15px;
  color: #666666;
  font-size: 13px;
}

.navigation--mobile .menu-item:last-child {
  border-bottom: 0;
}

.navigation--mobile .menu-item.menu-item-has-children a .toggle-icon {
  position: absolute;
  right: 15px;
  color: #666666;
}

.navigation--mobile .menu-item > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation--mobile > .menu > .menu-item.menu-item--active {
  background-color: var(--color-1st);
  border-bottom: none;
}

.navigation--mobile > .menu .menu-item.menu-item--active > a {
  color: #ffffff !important;
}

.navigation--mobile > .menu .menu-item.menu-item--active > a .toggle-icon {
  color: #ffffff;
}

.navigation--mobile .menu-item:hover a {
  color: #666666;
}

.navigation--mobile .sub-menu {
  position: relative;
  border-top: none;
  display: none;
}

.navigation--mobile .sub-menu--active {
  display: block;
}

.navigation--mobile--active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navigation--light .menu-item > a {
  color: #666666;
}

.navigation--light .menu-item > a .toggle-icon {
  color: #666666;
}

.navigation--light .menu-item:hover > a, .navigation--light .menu-item.active > a {
  color: var(--color-1st);
}

.navigation--light .menu-item:hover > a .toggle-icon {
  color: var(--color-1st);
}

.page-header {
  position: relative;
  margin: 0;
  border-bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px 10px;
  transition: all 0.4s ease-out;
}

.page-header--search-active {
  padding-top: 100px;
}

.page-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-logo img {
  max-height: 50px;
}

.navigation {
  float: left;
  margin-right: 20px;
}

.page-footer {
  position: relative;
}

.page-footer__bottom {
  position: relative;
  padding: 20px 0 5px;
  text-align: left;
  background: #000615;
}

@media screen and (max-width: 767px) {
  .page-footer__bottom {
    text-align: center;
  }
  .page-footer__bottom .page-copyright {
    margin-bottom: 10px;
  }
  .page-footer__bottom .page-footer__social {
    text-align: center;
  }
}
.page-copyright {
  display: inline-block;
  line-height: 35px;
}

.page-copyright p {
  margin-bottom: 0;
  font-size: 13px;
  color: #d7d0d0;
  letter-spacing: 0;
  line-height: 1.5em;
}

.page-copyright p a {
  display: inline-block;
  padding-left: 5px;
  color: var(--color-1st);
}

.page-copyright p a:hover {
  color: #ffffff;
}

.post-group .post-group__header {
  position: relative;
  margin-bottom: 25px;
}

.post-group .post-group__title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  line-height: 1.6em;
  text-transform: uppercase;
}

.post-group .post-group__title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  width: 50px;
  height: 2px;
  background-color: var(--color-1st);
}

.post-group--hero::after {
  clear: both;
  content: "";
  display: table;
}

.post-group--hero .post-group__left, .post-group--hero .post-group__right {
  float: left;
}

.post-group--hero .post-group__left {
  padding-left: 5px;
  width: calc(50% + 5px);
}

.post-group--hero .post-group__right {
  width: calc(50% - 5px);
}

.post-group--hero .post-group__right::after {
  clear: both;
  content: "";
  display: table;
}

.post-group--hero .post {
  margin-right: 5px;
  margin-bottom: 5px;
}

.post-group--hero .post-group__item {
  width: 50%;
  float: left;
}

@media screen and (max-width: 991px) {
  .post-group--hero .post-group__left, .post-group--hero .post-group__right {
    width: 100%;
    float: none;
  }
  .post-group--hero .post-group__left {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .post-group--hero .post-group__item {
    width: 100%;
  }
}
.navigation--fade .menu-item:hover > .sub-menu {
  transform: translateY(0);
}

.navigation--fadeUp .menu-item > .sub-menu {
  transform: translateY(30px);
}

.navigation--fadeDown .menu-item > .sub-menu {
  transform: translateY(-30px);
}

.navigation--fadeLeft .menu-item > .sub-menu {
  transform: translateX(-30px);
}

.navigation--fadeRight .menu-item > .sub-menu {
  transform: translateX(30px);
}

.navigation--flip .menu-item > .sub-menu {
  transition: all 0.5s ease;
}

.navigation--flip .menu-item:hover > .sub-menu {
  transform: rotate(0);
}

.navigation--flipLeft .menu-item > .sub-menu {
  transform: rotate(20deg);
  transform-origin: 0 0;
}

.navigation--flipCenter .menu-item > .sub-menu {
  transform: translateX(0) rotate(-10deg);
  transform-origin: 50% 50%;
}

.navigation--flipRight .menu-item > .sub-menu {
  transform: translateX(0) rotate(-10deg);
  transform-origin: 100% 100%;
}

.navigation--mobile.navigation--fadeUp .menu-item > .sub-menu, .navigation--mobile.navigation--fadeDown .menu-item > .sub-menu, .navigation--mobile.navigation--fadeLeft .menu-item > .sub-menu, .navigation--mobile.navigation--fadeRight .menu-item > .sub-menu {
  transform: translateY(0);
}

.navigation--mobile.navigation--flip .menu-item > .sub-menu, .navigation--mobile.navigation--flipLeft .menu-item > .sub-menu, .navigation--mobile.navigation--flipCenter .menu-item > .sub-menu, .navigation--mobile.navigation--flipRight .menu-item > .sub-menu {
  transform: rotate(0);
}

.sub-menu--slideLeft .sub-menu > .menu-item {
  position: relative;
}

.sub-menu--slideLeft .sub-menu > .menu-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: var(--color-1st);
  z-index: 0;
  transition: all 0.25s ease-out;
}

.sub-menu--slideLeft .sub-menu > .menu-item > a {
  position: relative;
  z-index: 10;
  transition: all 0.25s ease;
}

.sub-menu--slideLeft .sub-menu > .menu-item > a:before {
  content: "\f105";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #ffffff;
  visibility: hidden;
  transition: all 0.25s ease;
}

.sub-menu--slideLeft .sub-menu > .menu-item:hover:after {
  width: 100%;
}

.sub-menu--slideLeft .sub-menu > .menu-item:hover > a {
  padding-left: 30px;
  color: #ffffff;
}

.sub-menu--slideLeft .sub-menu > .menu-item:hover > a:before {
  visibility: visible;
}

.mt-5 {
  margin-top: 5px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.bg-cover {
  background-position: 50% 50%;
  background-size: cover;
}

.bg-lightgray {
  background-color: #ecf0f1;
}

.bg-overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #000000;
}

body[dir=rtl] .widget--transparent .widget__header:after {
  left: auto;
  right: 0;
}
body[dir=rtl] .post-group .post-group__title:after {
  left: auto;
  right: 0;
}
body[dir=rtl] .widget__about .person-detail i {
  margin-right: 0;
  margin-left: 10px;
}
body[dir=rtl] .header .header-wrap .nav-top ul li a i {
  margin-right: 0;
  margin-left: 5px;
}
body[dir=rtl] .language-wrapper .language_bar_list li a img {
  margin-right: 0;
  margin-left: 8px;
}
body[dir=rtl] .header .header-wrap .nav-top .hi-icon-wrap a {
  margin-left: 0;
  margin-right: 5px;
}
.super-search.active {
  z-index: 88888888888;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  border: none;
  overflow-y: scroll;
  position: fixed;
  background: #ffffff;
  display: block !important;
}

.super-search.active .quick-search {
  width: 90%;
  margin: 40px auto;
}

.super-search.active .search-input {
  color: var(--color-1st) !important;
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .super-search.active .search-input {
    font-size: 30px;
  }
}
.c-layout-header .super-search.active .quick-search > span {
  font-size: 60px;
}

.search-result {
  display: none;
}

.super-search.active .search-result {
  width: 90%;
  margin: 20px auto;
}
.super-search .search-list .row > div {
  display: none;
  opacity: 0;
  transform: translateY(100%);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: bounce-in;
  animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.search-finished .search-list .row > div {
  display: block;
  opacity: 1;
}

.super-search .search-list .row > div:nth-child(1) {
  animation-delay: 0.15s;
}

.search-list {
  margin: -65px 0 130px;
  padding: 0;
  list-style: none;
}

.search-list a {
  display: block;
  position: relative;
  background: #f1f2f1;
  color: #a1a1a1;
  font-size: 16px;
  line-height: 22px;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 25px;
  overflow: hidden;
  text-decoration: none !important;
  transition: all 225ms ease;
  height: 80px;
}

.search-list .has-image {
  padding-left: 115px;
}

.search-list .row > div a.squared .img {
  border-radius: 0;
  height: 100%;
  width: 100px;
  left: 0;
  transition: transform 450ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background: #545454 50% 0 no-repeat;
  text-align: center;
  line-height: 100px;
}

.search-list .row > div a.squared .img .fa, .search-list .row > div a.squared .img .glyphicon {
  font-size: 34px !important;
}

.search-list .row > div a .spoofer {
  opacity: 0;
  display: block;
}

.search-list .row > div a.squared .visible {
  padding: 25px 10px 25px 115px;
  transition: transform 450ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: block;
}

.search-list .row > div a:focus, .search-list .row > div a:hover {
  color: #ffffff;
  background: #f38b72;
}

.search-list .row > div a.squared:focus .visible, .search-list .row > div a.squared:hover .visible {
  transform: translateX(-80px) translateY(-50%);
}

.search-list .row > div a.squared:focus .img, .search-list .row > div a.squared:hover .img {
  transform: translateX(-100%) translateY(-50%);
}

.super-search .group:nth-child(1) h4 {
  animation-delay: 0.2s;
}

.super-search .search-list h4, .super-search .search-list .row > div {
  display: none;
  opacity: 0;
  transform: translateY(100%);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: bounce-in;
  animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
  margin-top: 0;
  margin-bottom: 5px;
}

.super-search .search-list h4 {
  color: rgba(0, 0, 0, 0.5);
}

.super-search .search-list h4, .super-search .search-list .row > div {
  -webkit-animation-name: bounce-in;
  -moz-animation-name: bounce-in;
  -webkit-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -moz-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.search-list h4 {
  opacity: 0.7;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.search-finished .search-list h4, .search-finished .search-list .row > div {
  display: block;
  opacity: 1;
}
.search-result-title {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1d9977;
}

.close-search.active {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 30px;
  color: #828b96;
  font-size: 60px;
  cursor: pointer;
}

.quick-search > .form-control {
  display: block;
  font-weight: 400;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 0;
  height: 100px;
  color: #32c5d2 !important;
  font-size: 60px;
}

.social--widget a span {
  display: none;
}

#list-photo {
  width: 100%;
}

#list-photo .item {
  width: 33.333%;
  margin-bottom: 14px;
}

#list-photo .item .photo-item {
  padding-left: 7px;
  padding-right: 7px;
}

#list-photo .item .photo-item div {
  transition: all 0.25s;
  padding: 5px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

#list-photo .item .photo-item div:hover {
  background: rgba(63, 63, 62, 0.1);
}

#list-photo .item .photo-item img {
  border: 1px solid rgba(63, 63, 62, 0.4);
  display: block;
}

.gallery-wrap .gallery-item {
  width: 32.8%;
  margin-right: 0.8%;
  float: left;
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.gallery-wrap .gallery-item:nth-child(3n) {
  margin-right: 0;
}

.gallery-wrap .gallery-item .gallery-detail {
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 4px 10px;
  transition: ease 0.25s;
}

.gallery-wrap .gallery-item .gallery-detail a {
  color: #ffffff;
}

.gallery-wrap .gallery-item .gallery-detail a:hover {
  color: #32c5d2 !important;
}

.gallery-wrap .gallery-item:hover .gallery-detail {
  bottom: 0;
}

.gallery-wrap .gallery-item .gallery-detail .gallery-title {
  text-transform: uppercase;
  font-weight: bold;
}

.gallery-wrap .gallery-item .img-wrap {
  overflow: hidden;
}

.gallery-wrap .gallery-item .img-wrap img {
  width: 100%;
}

.fb-like {
  margin: 15px 0;
}

.page-pagination ul {
  margin: 0;
  justify-content: center;
}

.page-pagination li {
  margin: 0 0 0 10px;
}

.page-pagination li a, .page-pagination li span, .page-pagination .disabled span {
  border: none;
  outline: none;
  border-radius: 0 !important;
  color: var(--color-1st);
}

.page-pagination li:hover a, .page-pagination li:hover span, .page-pagination li.active span {
  background-color: #0F245C !important;
  color: #ffffff !important;
}
.language-wrapper .btn {
  border: none;
  background: none;
  margin-bottom: 0;
  height: 40px;
  border-radius: 0 !important;
}

.header .header-wrap .nav-top ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header .header-wrap .nav-top ul li {
  display: inline-block;
}
.header .header-wrap .nav-top ul li a {
  display: inline-block;
  line-height: 42px;
  font-size: 13px;
  margin-right: 25px;
}
.header .header-wrap .nav-top ul li a:hover {
  color: var(--color-1st);
}
.header .header-wrap .nav-top .hi-icon-wrap {
  margin-top: 10px;
}
.header .header-wrap .nav-top .hi-icon-wrap a {
  margin-left: 5px;
  color: #ffffff;
  background-color: #9d9d9d;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
}
.header .header-wrap .nav-top .hi-icon-wrap a:first-child {
  margin-left: 0;
}
.header .header-wrap .nav-top .hi-icon-wrap a:hover {
  background-color: var(--color-1st);
}
.header .header-wrap .logo {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  height: 90px;
}
.header .header-wrap .logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hi-icon-effect-3a .hi-icon {
  color: #4089ea;
}

.hi-icon-effect-3a .hi-icon:hover {
  color: #666666;
}

.hi-icon-effect-3a .hi-icon:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.3);
}

.header-wrap {
  background-color: #ffffff;
  color: #ffffff;
}

.nav-top {
  background-color: #f5f5f5;
  color: #666666;
}
.widget__tags .tag-link {
  background-color: var(--color-1st);
  color: #ffffff;
}
figure.image {
  margin: 10px 0;
  display: inline-block;
}
figure.image figcaption {
  background: #f5f5f5;
  padding: 10px;
  font-size: 90%;
  text-align: center;
}
 .post__content ul {
  padding-left: 25px;
  list-style: disc;
}
 .post__content ul li {
  font-weight: 400;
  list-style: disc;
}

.required:after {
  content: " *";
  color: red;
}

.navigation:not(.navigation--mobile) .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.navigation.navigation--mobile .menu-item.menu-item--active > a .toggle-icon {
  color: #fff !important;
}
.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu > .menu-item.menu-item--active > a {
  color: var(--color-1st) !important;
  background: #ffffff;
}
.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu > .menu-item.menu-item--active > a .toggle-icon, .navigation.navigation--mobile .sub-menu--slideLeft .sub-menu > .menu-item.menu-item--active > a:before {
  color: var(--color-1st) !important;
}
.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu .sub-menu > .menu-item > a {
  margin-left: 20px;
}

.header .header-wrap .nav-top ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-wrap .nav-top ul li a i {
  margin-right: 5px;
}

.page-content .gallery-wrap .gallery-item .gallery-detail a:hover {
  color: var(--color-1st) !important;
}

.post__widget .post__created-at {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.hide {
  display: none !important;
}

.img-circle {
  border-radius: 50%;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
}

.post__content .page-pagination ul {
  padding-left: 0;
  list-style: none;
}
.post__content .page-pagination ul li {
  list-style: none;
}
.post__content .page-pagination ul li span {
  min-width: 30px;
  display: inline-block;
  padding: 10px 15px;
}

.menu-icon-image {
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-top: 3px;
}

@media (min-width: 1400px) {
   .container {
    width: 1170px;
  }
}
 .post.post--single .post__content ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 25px;
}
 .post.post--single .post__content ul li {
  font-weight: 400;
  list-style: disc;
}
.post.post--single .post__content h2 {
  font-size: 1.75rem;
}
.post.post--single .post__content h3 {
  font-size: 1.5rem;
}
.post.post--single .post__content h4 {
  font-size: 1.25rem;
}
.post.post--single .post__content h6 {
  font-size: 0.9rem;
}

.widget .widget__content ul {
  list-style: none;
}

.ck-content a {
  color: var(--color-1st);
}

.post.post--single .post__content ul.pagination li {
  list-style: none;
}

.navigation .language-wrapper {
  padding-left: 15px;
}
.navigation .language-wrapper .language_bar_list li {
  margin-left: 0;
  float: none;
}
.navigation .language-wrapper .language_bar_list li a {
  display: flex;
  padding: 15px 15px 15px 0;
}

.auth-form-wrapper {
  min-height: calc(100vh - 447px);
}
.auth-form-wrapper .login-form {
  padding: 20px;
  border: none;
  box-shadow: 0 -2px 10px 0px rgba(0, 0, 0, 0.15);
  margin: 120px auto;
}
.auth-form-wrapper .login-form .form-group {
  margin-bottom: 15px;
}
.auth-form-wrapper .login-form .form-group .form-control, .auth-form-wrapper .login-form .form-group .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}
.auth-form-wrapper .login-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  transition: all 0.4s ease;
}
.auth-form-wrapper .login-form .form-group .form-control:focus {
  border-color: var(--color-1st);
}
.auth-form-wrapper .login-form .btn-primary {
  font-size: 15px !important;
  color: #fff;
  border-radius: 0 !important;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  background: var(--color-1st);
  border: none;
  outline: none;
}
.auth-form-wrapper .login-form .btn-primary.btn-full {
  width: 100%;
}
.auth-form-wrapper .login-form a {
  color: var(--color-1st);
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
    ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
/*
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.
*/
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
/*
Removes the default spacing and border for appropriate elements.
*/

dl,
dd,
h1,
h2,
h3,
h4,
h6,
p {
  margin: 0;
}

ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
iframe {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.t-container {
  width: 100%;
}
@media (min-width: 640px) {
  .t-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .t-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .t-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .t-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .t-container {
    max-width: 1536px;
  }
}
@media (min-width: 1750px) {
  .t-container {
    max-width: 1750px;
  }
}
@media (min-width: 2100px) {
  .t-container {
    max-width: 2100px;
  }
}
.t-absolute {
  position: absolute;
}
.t-relative {
  position: relative;
}
.-t-top-1 {
  top: -0.25rem;
}
.-t-top-2 {
  top: -0.5rem;
}
.-t-top-9 {
  top: -2.25rem;
}
.t-left-3 {
  left: 0.75rem;
}
.t-top-2 {
  top: 0.5rem;
}
.t-z-10 {
  z-index: 10;
}
.t-z-40 {
  z-index: 40;
}
.t-col-span-12 {
  grid-column: span 12 / span 12;
}
.t-col-span-3 {
  grid-column: span 3 / span 3;
}
.t-col-span-4 {
  grid-column: span 4 / span 4;
}
.t-m-auto {
  margin: auto;
}
.t-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.t-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.t-my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.t-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.t-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.t-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.t-mb-10 {
  margin-bottom: 2.5rem;
}
.t-mb-24 {
  margin-bottom: 6rem;
}
.t-mb-4 {
  margin-bottom: 1rem;
}
.t-mt-10 {
  margin-top: 2.5rem;
}
.t-mt-14 {
  margin-top: 3.5rem;
}
.t-mt-4 {
  margin-top: 1rem;
}
.t-mt-6 {
  margin-top: 1.5rem;
}
.t-mt-8 {
  margin-top: 2rem;
}
.t-block {
  display: block;
}
.t-flex {
  display: flex;
}
.t-grid {
  display: grid;
}
.t-h-40 {
  height: 10rem;
}
.t-h-auto {
  height: auto;
}
.t-h-full {
  height: 100%;
}
.t-w-3\/4 {
  width: 75%;
}
.t-w-3\/5 {
  width: 60%;
}
.t-w-4\/5 {
  width: 80%;
}
.t-w-40 {
  width: 10rem;
}
.t-w-5 {
  width: 1.25rem;
}
.t-w-8 {
  width: 2rem;
}
.t-w-auto {
  width: auto;
}
.t-w-full {
  width: 100%;
}
.t-flex-grow {
  flex-grow: 1;
}
.t--translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.t-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.t-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.t-flex-row {
  flex-direction: row;
}
.t-flex-col {
  flex-direction: column;
}
.t-flex-wrap {
  flex-wrap: wrap;
}
.t-items-center {
  align-items: center;
}
.t-justify-end {
  justify-content: flex-end;
}
.t-justify-center {
  justify-content: center;
}
.t-justify-between {
  justify-content: space-between;
}
.t-justify-items-center {
  justify-items: center;
}
.t-gap-16 {
  gap: 4rem;
}
.t-gap-2 {
  gap: 0.5rem;
}
.t-gap-4 {
  gap: 1rem;
}
.t-gap-8 {
  gap: 2rem;
}
.t-gap-y-12 {
  row-gap: 3rem;
}
.t-self-center {
  align-self: center;
}
.t-overflow-hidden {
  overflow: hidden;
}
.t-rounded-2xl {
  border-radius: 1rem;
}
.t-rounded-3xl {
  border-radius: 1.5rem;
}
.t-rounded-lg {
  border-radius: 0.5rem;
}
.t-rounded-md {
  border-radius: 0.375rem;
}
.t-rounded-xl {
  border-radius: 0.75rem;
}
.t-border {
  border-width: 1px;
}
.t-border-2 {
  border-width: 2px;
}
.t-border-r {
  border-right-width: 1px;
}
.t-border-none {
  border-style: none;
}
.t-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.t-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.t-border-main {
  --tw-border-opacity: 1;
  border-color: rgb(15 36 92 / var(--tw-border-opacity, 1));
}
.t-bg-custom {
  --tw-bg-opacity: 1;
  background-color: rgb(180 197 255 / var(--tw-bg-opacity, 1));
}
.t-bg-grey1 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.t-bg-grey2 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 228 228 / var(--tw-bg-opacity, 1));
}
.t-bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(15 36 92 / var(--tw-bg-opacity, 1));
}
.t-bg-mainUpdated {
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 99 / var(--tw-bg-opacity, 1));
}
.t-bg-redButton {
  --tw-bg-opacity: 1;
  background-color: rgb(236 51 25 / var(--tw-bg-opacity, 1));
}
.t-bg-transparent {
  background-color: transparent;
}
.t-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.t-p-12 {
  padding: 3rem;
}
.t-p-2 {
  padding: 0.5rem;
}
.t-p-4 {
  padding: 1rem;
}
.t-p-6 {
  padding: 1.5rem;
}
.t-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.t-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.t-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.t-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.t-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.t-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.t-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.t-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.t-pb-3 {
  padding-bottom: 0.75rem;
}
.t-pb-32 {
  padding-bottom: 8rem;
}
.t-pb-6 {
  padding-bottom: 1.5rem;
}
.t-pl-0 {
  padding-left: 0px;
}
.t-pl-4 {
  padding-left: 1rem;
}
.t-pr-4 {
  padding-right: 1rem;
}
.t-pt-16 {
  padding-top: 4rem;
}
.t-pt-4 {
  padding-top: 1rem;
}
.t-pt-8 {
  padding-top: 2rem;
}
.t-text-center {
  text-align: center;
}
.t-text-start {
  text-align: start;
}
.t-align-middle {
  vertical-align: middle;
}
.t-text-16px {
  font-size: 16px;
}
.t-text-28px {
  font-size: 28px;
}
.t-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.t-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.t-text-43 {
  font-size: 2.688rem;
}
.t-text-45px {
  font-size: 45px;
}
.t-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.t-text-57px {
  font-size: 57px;
}
.t-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.t-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.t-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.t-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.t-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.t-font-bold {
  font-weight: 700;
}
.t-font-light {
  font-weight: 300;
}
.t-font-medium {
  font-weight: 500;
}
.t-font-semibold {
  font-weight: 600;
}
.t-leading-tight {
  line-height: 1.25;
}
.t-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.t-text-black2 {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.t-text-customColor {
  --tw-text-opacity: 1;
  color: rgb(26 27 32 / var(--tw-text-opacity, 1));
}
.t-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.t-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.t-text-main {
  --tw-text-opacity: 1;
  color: rgb(15 36 92 / var(--tw-text-opacity, 1));
}
.t-text-mainUpdated {
  --tw-text-opacity: 1;
  color: rgb(0 32 99 / var(--tw-text-opacity, 1));
}
.t-text-secondaryUpdated {
  --tw-text-opacity: 1;
  color: rgb(68 70 80 / var(--tw-text-opacity, 1));
}
.t-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.t-underline {
  text-decoration-line: underline;
}
.t-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.t-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.t-duration-300 {
  transition-duration: 300ms;
}
:root {
  --bs-primary-rgb: "teal";
  --main: #0F245C;
  --second: #022DA0;
  --light-blue: #2C63F5 ;
}
.hover\:t-scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:t-rounded-full:hover {
  border-radius: 9999px;
}
.hover\:t-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:t-bg-hoverCustom:hover {
  background-color: #c6d4fff0;
}
.hover\:t-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:t-text-main:hover {
  --tw-text-opacity: 1;
  color: rgb(15 36 92 / var(--tw-text-opacity, 1));
}
.focus\:t-border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.t-peer:-moz-placeholder ~ .peer-placeholder-shown\:t-left-10 {
  left: 2.5rem;
}
.t-peer:placeholder-shown ~ .peer-placeholder-shown\:t-left-10 {
  left: 2.5rem;
}
.t-peer:-moz-placeholder ~ .peer-placeholder-shown\:t-top-7 {
  top: 1.75rem;
}
.t-peer:placeholder-shown ~ .peer-placeholder-shown\:t-top-7 {
  top: 1.75rem;
}
.t-peer:-moz-placeholder ~ .peer-placeholder-shown\:t--translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-peer:placeholder-shown ~ .peer-placeholder-shown\:t--translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-peer:-moz-placeholder ~ .peer-placeholder-shown\:t-scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-peer:placeholder-shown ~ .peer-placeholder-shown\:t-scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-peer:focus ~ .peer-focus\:t-left-0 {
  left: 0px;
}
.t-peer:focus ~ .peer-focus\:t-top-1 {
  top: 0.25rem;
}
.t-peer:focus ~ .peer-focus\:t--translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-peer:focus ~ .peer-focus\:t-scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.t-peer:focus ~ .peer-focus\:t-bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}
.t-peer:focus ~ .peer-focus\:t-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.t-peer:focus ~ .peer-focus\:t-text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {
  .max-lg\:t-text-center {
    text-align: center;
  }
  .max-lg\:t-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 640px) {
  .sm\:t-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .sm\:t-col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:t-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:t-w-2\/6 {
    width: 33.333333%;
  }
  .sm\:t-w-3\/6 {
    width: 50%;
  }
  .sm\:t-flex-row {
    flex-direction: row;
  }
  .sm\:t-p-0 {
    padding: 0px;
  }
  .sm\:t-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:t-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .md\:-t-top-16 {
    top: -4rem;
  }
  .md\:-t-top-20 {
    top: -5rem;
  }
  .md\:-t-top-32 {
    top: -8rem;
  }
  .md\:t-mt-52 {
    margin-top: 13rem;
  }
  .md\:t-max-h-0 {
    max-height: 0px;
  }
  .md\:t-w-1\/2 {
    width: 50%;
  }
  .md\:t-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:t-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:t-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:t-bg-inherit {
    background-color: inherit;
  }
  .md\:t-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .md\:t-p-8 {
    padding: 2rem;
  }
  .md\:t-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:t-pb-12 {
    padding-bottom: 3rem;
  }
  .md\:t-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:t-text-45px {
    font-size: 45px;
  }
  .md\:t-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px) {
  .lg\:t-absolute {
    position: absolute;
  }
  .lg\:-t-top-24 {
    top: -6rem;
  }
  .lg\:-t-top-28 {
    top: -7rem;
  }
  .lg\:-t-top-32 {
    top: -8rem;
  }
  .lg\:t-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:t-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:t-col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:t-col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:t-col-start-7 {
    grid-column-start: 7;
  }
  .lg\:t-mb-0 {
    margin-bottom: 0px;
  }
  .lg\:t-mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:t-mt-0 {
    margin-top: 0px;
  }
  .lg\:t-mt-24 {
    margin-top: 6rem;
  }
  .lg\:t-h-48 {
    height: 12rem;
  }
  .lg\:t-w-1\/3 {
    width: 33.333333%;
  }
  .lg\:t-w-2\/5 {
    width: 40%;
  }
  .lg\:t-w-4\/5 {
    width: 80%;
  }
  .lg\:t-w-80 {
    width: 20rem;
  }
  .lg\:t-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:t-flex-row {
    flex-direction: row;
  }
  .lg\:t-items-center {
    align-items: center;
  }
  .lg\:t-justify-start {
    justify-content: flex-start;
  }
  .lg\:t-gap-0 {
    gap: 0px;
  }
  .lg\:t-gap-4 {
    gap: 1rem;
  }
  .lg\:t-p-0 {
    padding: 0px;
  }
  .lg\:t-p-24 {
    padding: 6rem;
  }
  .lg\:t-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:t-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:t-pl-2 {
    padding-left: 0.5rem;
  }
  .lg\:t-pl-4 {
    padding-left: 1rem;
  }
  .lg\:t-text-left {
    text-align: left;
  }
  .lg\:t-text-36px {
    font-size: 36px;
  }
  .lg\:t-text-45px {
    font-size: 45px;
  }
  .lg\:t-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:t-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .xl\:-t-top-20 {
    top: -5rem;
  }
  .xl\:-t-top-32 {
    top: -8rem;
  }
  .xl\:-t-top-40 {
    top: -10rem;
  }
  .xl\:-t-top-52 {
    top: -13rem;
  }
  .xl\:t-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:t-h-3\/4 {
    height: 75%;
  }
  .xl\:t-w-2\/5 {
    width: 40%;
  }
  .xl\:t-w-4\/5 {
    width: 80%;
  }
  .xl\:t-w-5\/6 {
    width: 83.333333%;
  }
  .xl\:t-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:t-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .xl\:t-text-45px {
    font-size: 45px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:-t-top-28 {
    top: -7rem;
  }
  .\32xl\:t-mt-72 {
    margin-top: 18rem;
  }
  .\32xl\:t-w-3\/5 {
    width: 60%;
  }
  .\32xl\:t-text-57px {
    font-size: 57px;
  }
}
@media (min-width: 1750px) {
  .\33xl\:t-w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 2100px) {
  .\34xl\:t-w-3\/6 {
    width: 50%;
  }
}
