/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./src/assets/scss/pages/blog-v1.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Geologica Regular";
  src: url(../../media/fonts/Geologica-Regular.ttf);
}

@font-face {
  font-family: "Geologica Medium";
  src: url(../../media/fonts/Geologica-Medium.ttf);
}

@font-face {
  font-family: "Geologica Bold";
  src: url(../../media/fonts/Geologica-Bold.ttf);
}

/*!
 * Bootstrap Reboot v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

.unhide-x {
  overflow-x: unset;
}

body {
  padding: 0;
  margin: 0 auto;
  color: #68718b;
  font-family: "Geologica Regular";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1 {
  font-size: 3.75rem;
  font-family: "Geologica Bold";
  letter-spacing: -0.03em;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

h2 {
  font-size: 3rem;
  font-family: "Geologica Bold";
  letter-spacing: -0.03em;
  line-height: 1.05;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 2rem;
    line-height: 1;
  }
}

h3 {
  font-size: 2rem;
  font-family: "Geologica Bold";
  letter-spacing: -0.03em;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

h4 {
  font-size: 1.5rem;
  font-family: "Geologica Bold";
  letter-spacing: -0.03em;
  line-height: 1.05;
}

@media (max-width: 575.98px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

a {
  text-decoration: none;
}

.pattern,
.ornament {
  pointer-events: none;
}

.text-xl-bold {
  font-family: "Geologica Bold";
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.text-xl-medium {
  font-family: "Geologica Medium";
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.text-xl-regular {
  font-family: "Geologica Regular";
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.text-l-bold {
  font-family: "Geologica Bold";
  font-size: 1.125rem;
  line-height: 1.35;
}

.text-l-regular {
  font-family: "Geologica Regular";
  font-size: 1.125rem;
  line-height: 1.35;
}

.text-m-bold {
  font-family: "Geologica Bold";
  font-size: 1rem;
  line-height: 1.4;
}

.text-m-medium {
  font-family: "Geologica Medium";
  font-size: 1rem;
  line-height: 1.4;
}

.text-m-regular {
  font-family: "Geologica Regular";
  font-size: 1rem;
  line-height: 1.4;
}

.text-s-bold {
  font-family: "Geologica Bold";
  font-size: 0.875rem;
  line-height: 1.4;
}

.text-s-medium {
  font-family: "Geologica Medium";
  font-size: 0.875rem;
  line-height: 1.4;
}

.text-s-regular {
  font-family: "Geologica Regular";
  font-size: 0.875rem;
  line-height: 1.4;
}

.text-xs-bold {
  font-family: "Geologica Bold";
  font-size: 0.75rem;
  line-height: auto;
}

.text-xs-regular {
  font-family: "Geologica Regular";
  font-size: 0.75rem;
  line-height: auto;
}

@keyframes slideToRight {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideToLeft {
  from {
    transform: translateX(100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideToTop {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes continousUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.articles-blog {
  position: relative;
}

.articles-blog .pattern {
  z-index: -1;
  position: absolute;
  background-size: contain;
  background-position: center;
  width: 1714px;
  aspect-ratio: 2.63/1;
  top: 5.6875rem;
}

.articles-blog .pattern--1 {
  background-image: url("../../media/images/patterns-and-ornaments/blog-v1-pattern-articles.svg");
  right: 0;
}

.articles-blog .pattern--2 {
  background-image: url("../../media/images/patterns-and-ornaments/blog-v2-pattern-articles.svg");
}

.articles-blog .container {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767.98px) {
  .articles-blog .container {
    padding: 4rem 0;
  }
}

@media (max-width: 575.98px) {
  .articles-blog .container {
    padding-inline: 1.25rem;
  }
}

.articles-blog .container .header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media (max-width: 991.98px) {
  .articles-blog .container .header {
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    gap: 3.5rem;
    margin-bottom: 3rem;
  }
}

.articles-blog .container .header h2 {
  color: #000;
}

@media (max-width: 425.98px) {
  .articles-blog .container .header .nav-wrap {
    overflow-x: auto;
    margin-inline: -1.25rem;
    align-self: stretch;
  }

  .articles-blog .container .header .nav-wrap::-webkit-scrollbar {
    display: none;
  }
}

.articles-blog .container .header .blog-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  .articles-blog .container .header .blog-nav {
    width: -moz-max-content;
    width: max-content;
    padding-inline: 1.25rem;
  }
}

.articles-blog .container .header .blog-nav button {
  color: #006fba;
  padding: 0.5rem 1.5rem;
  border: 1px solid #006fba;
  border-radius: 10px;
}

.articles-blog .container .header .blog-nav button.active {
  background-color: #006fba;
  color: #ffffff;
}

.articles-blog .container .content {
  width: 100%;
  margin-bottom: 3rem;
}

.articles-blog .container .content .tab-pane.active {
  display: flex;
  row-gap: 3rem;
}

.articles-blog .container .content .tab-pane .col-4 {
  padding-inline: 0.625rem;
}

.blog-v1 {
  overflow: hidden;
}

.blog-v1 .hero .container {
  padding: 5rem 0;
  padding-top: 10.375rem;
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .blog-v1 .hero .container {
    padding: 4rem 0;
    padding-top: 8.5rem;
  }
}

@media (max-width: 575.98px) {
  .blog-v1 .hero .container {
    padding-inline: 1.25rem;
  }
}

.blog-v1 .hero .container .hero-btn-wrap {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container .hero-btn-wrap {
    width: 100%;
    display: none;
  }
}

.blog-v1 .hero .container .hero-btn-wrap--tab {
  display: none;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container .hero-btn-wrap--tab {
    display: block;
  }
}

.blog-v1 .hero .container .hero__left {
  color: #ffffff;
  width: 51%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container .hero__left {
    width: 100%;
  }
}

.blog-v1 .hero .container .hero__left--v2 {
  width: 50%;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container .hero__left--v2 {
    width: 100%;
  }
}

.blog-v1 .hero .container .hero__left .hero-text-container {
  max-width: 564px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container .hero__left .hero-text-container {
    text-align: center;
    max-width: 100%;
  }
}

.blog-v1 .hero .container .hero__right {
  position: relative;
  width: 43%;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container .hero__right {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.blog-v1 .hero .container .hero__right--v2 {
  width: 50%;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container .hero__right--v2 {
    width: 100%;
  }
}

.blog-v1 .hero .container .hero__right img {
  max-width: 473px;
  width: 100%;
  aspect-ratio: 1.16/1;
}

@media (max-width: 991.98px) {
  .blog-v1 .hero .container .hero__right img {
    width: 100%;
  }
}

.blog-v1 .hero .container .hero__right p {
  position: absolute;
  top: 1rem;
  left: 1rem;
}


.blog-v1 .navbar__links__link {
  color: #000;
}



/*# sourceMappingURL=blog-v1.css.map*/