@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

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

a, button {
  transition: all 0.4s;
}

.container {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1880px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.margin-section-small {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .margin-section-small {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .margin-section-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.image-animate {
  transition: all 0.6s;
}
.image-animate:hover {
  transform: scale(1.08);
}

.overflow-hidden {
  overflow: hidden;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Manrope";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.text-color-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

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

.hidden {
  display: none;
}

@media (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

.hidden-lg {
  display: none;
}
@media (max-width: 767px) {
  .hidden-lg {
    display: block;
  }
}

.bg-gray {
  background-color: #FBF7F1;
}

.swiper-pagination .swiper-pagination-bullet {
  transition: all 0.4s;
  width: 14px;
  height: 14px;
  background: #E24B40;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 10px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: #E24B40;
  width: 40px;
  height: 40px;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  color: #ffffff;
  font-size: 20px;
}

.not-found .page-content p {
  margin-bottom: 30px;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Italic.woff2") format("woff2"), url("../fonts/CormorantGaramond-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/CormorantGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Light.woff2") format("woff2"), url("../fonts/CormorantGaramond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Medium.woff2") format("woff2"), url("../fonts/CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/CormorantGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-SemiBold.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Manrope";
  font-weight: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #121212;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 25px;
  }
}

p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.7);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-family: "Cormorant Garamond";
  font-size: 56px;
  line-height: 70px;
  color: #121212;
  font-weight: 700;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 567px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

h2 {
  font-family: "Cormorant Garamond";
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  color: #121212;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  font-family: "Cormorant Garamond";
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  color: #121212;
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4 {
  font-family: "Cormorant Garamond";
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  color: #121212;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-family: "Cormorant Garamond";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Cormorant Garamond";
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.header-nav {
  background-color: #FBF7F1;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1199px) {
  .header-nav-container .nav-mobile {
    background: #FBF7F1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate3d(100%, 0, 0);
    z-index: 111;
    padding-top: 60px;
    max-width: 500px;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
.header-nav-container .main-navigation {
  width: auto;
}
@media (max-width: 1199px) {
  .header-nav-container .menuicon {
    transition-duration: 0s;
    transition-delay: 0.2s;
    width: 25px;
    height: 2px;
    background-color: #121212;
    display: block;
    border-radius: 2px;
    margin: auto;
  }
  .header-nav-container .menuicon::after {
    margin-top: 8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .header-nav-container .menuicon::before {
    margin-top: -8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .header-nav-container .menuicon::before,
  .header-nav-container .menuicon::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    display: block;
    background-color: #121212;
  }
  .header-nav-container .menu-toggle {
    display: block;
    font-size: 0;
    height: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
}
.header-nav-container .menu {
  gap: 30px;
}
@media (max-width: 1440px) {
  .header-nav-container .menu {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .header-nav-container .menu .menu-item {
    border-top: 1px solid #e6e6e6;
  }
}
.header-nav-container .menu > .menu-item > a {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  color: #121212;
  position: relative;
}
@media (max-width: 1440px) {
  .header-nav-container .menu > .menu-item > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-nav-container .menu > .menu-item > a {
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .header-nav-container .menu > .menu-item > a {
    padding: 15px 0;
  }
  .header-nav-container .menu > .menu-item > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #E24B40;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
}
.header-nav-container .menu > .menu-item > a:hover {
  color: #E24B40;
}
.header-nav-container .menu > .menu-item > a:hover::after {
  width: 100%;
  left: 0;
}
@media (min-width: 1200px) {
  .header-nav-container .menu > .menu-item.current-menu-item a {
    color: #E24B40;
  }
  .header-nav-container .menu > .menu-item.current-menu-item a:after {
    opacity: 1;
    visibility: visible;
  }
}
.header-nav-container .menu > .menu-item.current-menu-item a {
  color: #E24B40;
}
@media (min-width: 1200px) {
  .header-nav-container .menu > .menu-item.menu-item-has-children a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header-nav-container .menu > .menu-item.menu-item-has-children:hover .submenu-toggle {
    transform: rotate(180deg);
  }
}
@media (max-width: 1199px) {
  .header-nav-container .menu > .menu-item.menu-item-has-children.submenu-open .submenu-toggle {
    transform: rotate(180deg);
  }
}
.header-nav-container .menu > .menu-item .submenu-toggle {
  background-image: url(../images/arrow-bottom-black.svg);
  width: 16px;
  height: 16px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .header-nav-container .menu > .menu-item .submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 40px;
    background-size: 17px;
    pointer-events: all;
  }
}
.header-nav-container .menu .sub-menu {
  float: none;
  flex-direction: column;
  background: #ffffff;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .header-nav-container .menu .sub-menu {
    position: static;
    background: transparent;
    padding: 0 0 0 30px;
    box-shadow: none;
    display: none;
  }
}
.header-nav-container .menu .sub-menu .menu-item a {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #121212;
  position: relative;
  padding: 6px 12px;
  width: 100%;
}
.header-nav-container .menu .sub-menu .menu-item a:hover {
  color: #E24B40;
}
@media (max-width: 1440px) {
  .header-nav-container .menu .sub-menu .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-nav-container .menu .sub-menu .menu-item a {
    padding: 6px 0;
  }
}
.header-nav-container .menu .sub-menu .menu-item.current-menu-item a {
  color: #E24B40;
}

.header-contact-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .header-contact-mobile {
    display: block;
    padding: 20px;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
  }
}
.header-contact-mobile .btn {
  text-align: center;
  display: inline-flex;
}

.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.65s ease-out;
}

.site-branding {
  display: inline-flex;
}
@media (max-width: 767px) {
  .site-branding {
    max-width: 230px;
  }
}

.toggled::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
}
.toggled .nav-mobile {
  right: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.3s;
}
.toggled .menu-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1111;
}
.toggled .menuicon {
  position: relative;
  z-index: 99999;
  background-color: transparent;
}
.toggled .menuicon::before {
  background-color: #121212;
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
.toggled .menuicon::after {
  background-color: #121212;
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

@media (max-width: 1199px) {
  .header-contact-info {
    display: none;
  }
}

.announcement-bar {
  background: #121212;
}

.announcement-bar-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.announcement-bar-left .header-info {
  margin: 0;
  padding: 0;
  display: flex;
}
.announcement-bar-left .header-info li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 500;
}
.announcement-bar-left .header-info li:not(:last-child):after {
  content: "";
  background: #ffffff;
  opacity: 0.12;
  margin: 0 10px;
  height: 100%;
  width: 1px;
}
@media (max-width: 380px) {
  .announcement-bar-left .header-info li:not(:last-child):after {
    margin: 0 5px;
  }
}
.announcement-bar-left .header-info li .icon {
  margin-right: 8px;
}
.announcement-bar-left .header-info li a {
  color: #E24B40;
  font-size: 14px;
}
@media (max-width: 380px) {
  .announcement-bar-left .header-info li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .announcement-bar-left .header-info li .call-to-action {
    font-size: 0;
    align-items: center;
    display: inline-flex;
  }
}
.announcement-bar-left .header-info li .call-to-action span {
  color: #E24B40;
}

.top-search-right {
  color: #ffffff;
}

.top-language-switcher {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}
.top-language-switcher .current-lang {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  padding: 12px;
  width: 64px;
  cursor: pointer;
}
@media (max-width: 380px) {
  .top-language-switcher .current-lang {
    font-size: 12px;
    padding: 8px;
    width: 46px;
  }
}
.top-language-switcher .current-lang svg {
  transition: all 0.3s ease;
}
@media (max-width: 380px) {
  .top-language-switcher .current-lang svg {
    width: 11px;
    height: 11px;
  }
}
.top-language-switcher .lang-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #E24B40;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}
.top-language-switcher .lang-dropdown li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.top-language-switcher.active .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.top-language-switcher.active .current-lang svg {
  transform: rotate(180deg);
}

.breadcrumb-section .breadcrumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-section .breadcrumb-list li {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-list li {
    font-size: 14px;
  }
}
.breadcrumb-section .breadcrumb-list li:after {
  content: "/";
  margin: 0 10px;
  color: #333333;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-list li:after {
    margin: 0 5px;
  }
}
.breadcrumb-section .breadcrumb-list li:last-child:after {
  display: none;
}
.breadcrumb-section .breadcrumb-list li a {
  color: #E24B40;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.footer-container {
  max-width: 1720px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.site-info {
  background-color: #09363B;
}

.footer-bottom-info {
  padding: 26px 0;
  background: #072C30;
}

.copyright {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
}
.copyright p {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
}

.footer-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 60px 0;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 80px;
}
.footer-wrapper h2 {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991px) {
  .footer-wrapper {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

.footer-logo {
  margin-bottom: 40px;
}
.footer-logo .logo {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.3px;
  font-family: "Cormorant Garamond";
}
@media (max-width: 1199px) {
  .footer-logo .logo {
    font-size: 28px;
    line-height: 30px;
  }
}

.footer-midd-title {
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-size: 161px;
  line-height: 100px;
  letter-spacing: 15px;
  color: #ffffff;
  opacity: 0.08;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  .footer-midd-title {
    font-size: 120px;
    line-height: 90px;
    letter-spacing: 8px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .footer-midd-title {
    font-size: 100px;
    line-height: 80px;
    letter-spacing: 8px;
  }
}
@media (max-width: 1199px) {
  .footer-midd-title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 4px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-midd-title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 567px) {
  .footer-midd-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.privacy-policy ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.privacy-policy ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.privacy-policy ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
}
.privacy-policy ul li a:hover {
  color: #E24B40;
}
.privacy-policy ul li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
  color: #ffffff;
  opacity: 0.1;
}

.address-info {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .address-info {
    gap: 10px;
  }
}
.address-info li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  .address-info li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .address-info li {
    font-size: 13px;
    gap: 10px;
  }
}
.address-info li p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .address-info li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .address-info li p {
    font-size: 13px;
    gap: 10px;
  }
}
.address-info li .icon {
  width: 22px;
  min-width: 22px;
}
.address-info li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  display: inline-flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .address-info li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .address-info li a {
    font-size: 13px;
  }
}
.address-info li a:hover {
  color: #E24B40;
}

.footer-info-col {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .footer-info-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer-info-col {
    grid-template-columns: auto;
  }
}
.footer-info-col .info-col {
  padding-right: 54px;
  padding-left: 54px;
}
@media (max-width: 1199px) {
  .footer-info-col .info-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer-info-col .info-col {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-info-col .info-col {
    padding-right: 0;
  }
}
.footer-info-col .info-col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
@media (max-width: 767px) {
  .footer-info-col .info-col:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 30px;
  }
}
.footer-info-col .info-col:first-child {
  padding-left: 0;
}
.footer-info-col .info-col:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .footer-info-col .info-col:nth-child(2) {
    border: 0;
  }
}
@media (max-width: 767px) {
  .footer-info-col .info-col:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer-title {
  color: #ffffff;
}
.footer-title:after {
  content: "";
  height: 3px;
  display: block;
  width: 62px;
  background: #E24B40;
  margin-top: 20px;
}

.footer-location {
  margin-bottom: 20px;
}
.footer-location p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
}

.social-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 12px;
}
.social-link li a {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
@media (max-width: 1199px) {
  .social-link li a {
    width: 40px;
    height: 40px;
  }
}
.social-link li a:hover {
  background-color: #E24B40;
}

.footer-container-info {
  max-width: 1800px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-container-info {
    flex-direction: column;
    justify-content: center;
  }
}

.footer-menu-link {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}
.footer-menu-link li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
}
.footer-menu-link li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-left: 23px;
  display: inline-flex;
}
.footer-menu-link li a::before, .footer-menu-link li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transition: all 0.4s;
}
.footer-menu-link li a::before {
  transform: rotate(45deg);
}
.footer-menu-link li a::after {
  transform: rotate(-45deg);
}
.footer-menu-link li a:hover {
  padding-left: 28px;
  color: #E24B40;
}
.footer-menu-link li a:hover::before, .footer-menu-link li a:hover::after {
  background-color: #E24B40;
}

.address-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.address-col p {
  margin: 0;
}

.bottom-to-top-btn {
  position: fixed;
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow.svg");
  top: auto;
  bottom: 40px;
  right: 40px;
  background-color: #000000;
  z-index: 9999;
  border: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}
.bottom-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transition: all 1000ms;
}

.youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 14px;
}
.youvia-wrap p {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .youvia-wrap {
    justify-content: flex-start;
    flex-flow: wrap;
  }
}
.youvia-wrap .youvia-logo {
  display: flex;
  align-items: center;
}
.youvia-wrap .youvia-logo a {
  display: inline-flex;
}
.youvia-wrap .youvia-logo img {
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 100%;
  font-family: "Manrope";
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #E24B40;
  display: inline-flex;
  justify-content: center;
  transition: all 0.4s;
  letter-spacing: 0.96px;
}
.btn.btn-primary {
  border-color: #E24B40;
  background-color: #E24B40;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #E24B40;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #E24B40;
}
.btn.btn-secondary:hover {
  background-color: #E24B40;
  color: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media (max-width: 1024px) {
  .about-grid {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-grid {
    grid-template-columns: auto;
  }
}

.about-feature {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1024px) {
  .about-feature {
    gap: 30px;
  }
}
.about-feature .about-title {
  margin-bottom: 8px;
}
.about-feature .about-sub-title {
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-bottom: 16px;
  color: #E24B40;
}

.about-feature-image {
  position: relative;
  height: 100%;
}
.about-feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.about-feature-left .about-feature-image img {
  height: 560px;
}

.about-content .btn {
  margin-top: 10px;
}
.about-content-right .about-feature-image img {
  height: 580px;
}

.about-media {
  position: relative;
}
.about-media:hover .about-feature-image img {
  transform: scale(1.08);
}

.about-stats {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  bottom: 30px;
  background: #ffffff;
  left: 30px;
  padding: 30px;
  width: calc(100% - 60px);
  margin: auto;
  gap: 30px;
}
@media (max-width: 1024px) {
  .about-stats {
    padding: 20px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}

.about-stat {
  display: flex;
  gap: 16px;
  width: calc(50% - 15px);
}
@media (max-width: 1199px) {
  .about-stat {
    width: 100%;
  }
}
.about-stat .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background: #C89D66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-stat-number {
  font-size: 24px;
  line-height: 100%;
  color: #121212;
  font-weight: 700;
}

.about-stat-label {
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  font-weight: 500;
}

.about-stat-inline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-us-header {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .why-us-header {
    margin-bottom: 40px;
  }
}

.why-us-subtitle {
  color: #E24B40;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  display: block;
}

.why-us-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .why-us-layout {
    gap: 20px;
  }
}

.why-us-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 26.666666%;
}
@media (max-width: 991px) {
  .why-us-column {
    width: 100%;
    gap: 20px;
  }
}

.why-us-card {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #cccccc;
}

.why-us-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 56px;
  height: 56px;
  background: #09363B;
}

.why-us-card-title {
  margin-bottom: 20px;
}

.why-us-center {
  display: flex;
  justify-content: center;
  width: calc(46.333333% - 60px);
}
@media (max-width: 991px) {
  .why-us-center {
    width: 100%;
    order: -1;
  }
}

.cost-banner-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cost-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 436px;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .cost-banner {
    padding: 30px 0;
  }
}

.cost-banner-title {
  color: #ffffff;
  margin-bottom: 16px;
}

.cost-banner-container {
  position: relative;
}

.cost-banner-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .cost-banner-content {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.cost-banner-content .btn {
  margin-top: 10px;
}
.cost-banner-content p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.specialties-section {
  background-color: #09363B;
}

.specialties-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .specialties-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .specialties-header {
    grid-template-columns: auto;
  }
}
.specialties-header .specialties-title {
  color: #ffffff;
}

.specialties-header-right p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .specialties-grid {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.specialties-card {
  position: relative;
}
.specialties-card:hover .specialties-overlay {
  transform: translate(0);
}
.specialties-card:hover .image-animate {
  transform: scale(1.08);
}

.specialties-text {
  position: relative;
  overflow: hidden;
}

.specialties-overlay {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  transition: all 0.6s;
  transform: translate(0, 70px);
  display: flex;
  align-items: flex-end;
}
.specialties-overlay:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 95.81%);
}
.specialties-overlay p {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.specialties-overlay p a {
  color: #ffffff;
  text-decoration: underline;
}

.specialties-card-title {
  margin-bottom: 12px;
  color: #ffffff;
}

.jurisdictions-section .specialties-overlay p {
  white-space: normal;
  text-overflow: inherit;
  overflow: visible;
}
.jurisdictions-section .specialties-overlay p a {
  color: #ffffff;
  text-decoration: underline;
}

.specialties-desc-show .specialties-overlay p {
  white-space: normal;
  overflow: visible;
}

.practice-marquee {
  background: #FBF7F1;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .practice-marquee {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .practice-marquee {
    padding: 40px 0;
  }
}
.practice-marquee__track {
  width: 100%;
  overflow: hidden;
}
.practice-marquee__content {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee-scroll 20s linear infinite;
}
.practice-marquee__item {
  font-size: 42px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  color: #042420;
  font-family: "Cormorant Garamond";
}
@media (max-width: 1024px) {
  .practice-marquee__item {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .practice-marquee__item {
    font-size: 30px;
  }
}
.practice-marquee__item:after {
  content: "";
  background-image: url("../images/star-1.svg");
  width: 22px;
  height: 22px;
  display: inline-flex;
  margin: 0 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .practice-marquee__item:after {
    margin: 0 25px;
    width: 16px;
    height: 16px;
  }
}

/* Animation */
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.team__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .team__layout {
    grid-template-columns: auto;
  }
}

@media (min-width: 767px) {
  .court {
    height: 782px;
  }
}
.court img {
  aspect-ratio: 1/0.832;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.team__title {
  margin-bottom: 16px;
}

.team__highlight {
  color: #E24B40;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  display: block;
}

.team-card {
  position: relative;
}
.team-card .team-card__image {
  aspect-ratio: 1/1.31;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.team-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 95.81%);
}
.team-card:hover .team-card__content {
  transform: translate(0);
}

.team-card__content {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s;
  transform: translate(0, 70px);
}
.team-card__content .team-card__name {
  color: #ffffff;
  margin-bottom: 12px;
}
.team-card__content p {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.social-link {
  display: inline-flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-link li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #E24B40;
}

@media (max-width: 767px) {
  .team__intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.team__container {
  position: relative;
}
.team__container .team__members {
  max-width: 1490px;
  margin-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 25px 50px;
}
@media (max-width: 1480px) {
  .team__container .team__members {
    max-width: 1190px;
  }
}
@media (max-width: 1199px) {
  .team__container .team__members {
    max-width: 890px;
  }
}
@media (max-width: 991px) {
  .team__container .team__members {
    position: static;
    margin-top: -360px;
    padding: 0 20px 50px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .team__container .team__members {
    margin-top: 30px;
  }
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media (max-width: 1440px) {
  .contact-info {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .contact-info {
    grid-template-columns: auto;
  }
}

.contact-info-section {
  overflow: hidden;
}

.contact-info-left .contact-title {
  margin-bottom: 16px;
}
.contact-info-left p a {
  text-decoration: underline;
  color: rgba(18, 18, 18, 0.7);
}
.contact-info-left ul {
  margin: 80px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
}
@media (max-width: 1199px) {
  .contact-info-left ul {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .contact-info-left ul {
    margin: 20px 0 0 0;
    gap: 15px;
  }
}
.contact-info-left ul li {
  position: relative;
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  color: #121212;
  padding-left: 32px;
}
.contact-info-left ul li a {
  color: #121212;
}
.contact-info-left ul li a:hover {
  color: #E24B40;
}
.contact-info-left ul li .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
}

.contact-form-title {
  font-size: 90px;
  line-height: 100%;
  color: #121212;
  font-weight: 700;
  font-family: "Cormorant Garamond";
  opacity: 0.08;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .contact-form-title {
    font-size: 74px;
  }
}
@media (max-width: 1199px) {
  .contact-form-title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .contact-form-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .contact-form-title {
    font-size: 26px;
  }
}

.contact-top-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  color: #E24B40;
}

.bottom-content-section p a {
  font-weight: 700;
  text-decoration: underline;
  color: #7B1C24;
}

.gform_wrapper form .gform-body .gform_fields {
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 380px) {
  .gform_wrapper form .gform-body .gform_fields {
    grid-template-columns: auto;
  }
}
.gform_wrapper form .gform-body .gform_fields .gfield_required {
  color: #121212;
}
.gform_wrapper form .gform-body .gform_fields legend.gfield_label {
  display: none;
}
.gform_wrapper form .gform-body .gform_fields .gform-grid-row {
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 20px;
}
.gform_wrapper form .gform-body .gform_fields .gfield_label, .gform_wrapper form .gform-body .gform_fields .gform-field-label {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  font-family: "Manrope";
  font-weight: 500;
}
.gform_wrapper form .gform-body .gform_fields .gfield input {
  height: 50px;
  border: 1px solid #cccccc;
  font-family: "Manrope" !important;
  outline: none;
  box-shadow: none;
  padding: 5px 14px !important;
  border-radius: 0;
  font-size: 16px !important;
  line-height: 22px;
  color: #121212;
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
  width: 100%;
}
.gform_wrapper form .gform-body .gform_fields .gfield input:focus {
  border-color: #121212;
}
.gform_wrapper form .gform-body .gform_fields .gfield input::-moz-placeholder {
  color: #121212;
  opacity: 1;
}
.gform_wrapper form .gform-body .gform_fields .gfield input::placeholder {
  color: #121212;
  opacity: 1;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea {
  border: 1px solid #cccccc;
  outline: none;
  box-shadow: none;
  padding: 14px;
  font-family: "Manrope" !important;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
  width: 100%;
  min-block-size: 6rem;
  height: 100px;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea:focus {
  border-color: #121212;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea::-moz-placeholder {
  color: #121212;
  opacity: 1;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea::placeholder {
  color: #121212;
  opacity: 1;
}
.gform_wrapper form .gform-body .gform_fields .gfield select {
  height: 50px;
  border-width: 1px;
  border: 1px solid #cccccc;
  outline: none;
  box-shadow: none;
  padding: 14px 16px;
  border-radius: 0;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 !important;
  font-family: "Manrope" !important;
  width: 100%;
}
.gform_wrapper form .gform-body .gform_fields .gfield select:focus {
  border-color: #121212;
}
.gform_wrapper form .gform_footer {
  margin-top: 40px;
}
.gform_wrapper form .gform_footer .gform-loader {
  position: absolute;
  top: -30px;
}
.gform_wrapper form .gform_footer input[type=submit] {
  padding: 14px 20px !important;
  font-size: 14px !important;
  line-height: 100% !important;
  font-family: "Manrope" !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border: 2px solid #E24B40 !important;
  display: inline-flex !important;
  justify-content: center !important;
  transition: all 0.4s !important;
  letter-spacing: 0.96px !important;
  border-color: #E24B40 !important;
  background-color: #E24B40 !important;
  border-radius: 0 !important;
  outline: none !important;
}
@media (max-width: 567px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    font-size: 14px !important;
    padding: 14px !important;
  }
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: transparent !important;
  color: #E24B40 !important;
}

.help-section {
  background-position: center;
  background-size: cover;
  background-color: #7b1c24;
}

.help-section-content {
  max-width: 760px;
  margin: auto;
}
.help-section-content .gform_wrapper .gform_fields .validation_message {
  color: #ffffff;
}
.help-section-content .gform_wrapper .gform_validation_errors {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.help-section-content .gform_wrapper .gform_heading {
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
}
.help-section-content .gform_wrapper .gform_heading p {
  color: #ffffff;
}
.help-section-content .gform_wrapper form {
  max-width: 500px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.help-section-content .gform_wrapper form .gform-body {
  width: 100%;
}
.help-section-content .gform_wrapper form .gform_footer {
  margin: 0;
}
.help-section-content .gform_wrapper form .gform_footer input[type=submit] {
  font-size: 0 !important;
  width: 50px !important;
  height: 50px !important;
  background-image: url("../images/send-2.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.help-section-label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.6px;
}

.help-section-title {
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .help-section-title {
    margin-bottom: 25px;
  }
}

.hero-banner {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-banner {
    min-height: 390px;
  }
}
.hero-banner .rating-banner {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #09363B;
  padding: 12px;
  width: 275px;
}
@media (max-width: 991px) {
  .hero-banner .rating-banner {
    top: 20px;
    right: 20px;
  }
}
.hero-banner .rating-banner .wp-gr.rpi .wp-google-name a {
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 14px;
}
.hero-banner .rating-banner .wp-gr .rpi-stars::before {
  background: #F0D507 !important;
}
.hero-banner .rating-banner .wp-gr .rpi-stars::after {
  background: #F0D507 !important;
}
.hero-banner .rating-banner .wp-gr .wp-google-wr a {
  background: #ffffff !important;
  color: #C89D66 !important;
  text-shadow: none !important;
}
.hero-banner .rating-banner .rpi-stars {
  font-size: 30px !important;
  line-height: 50px !important;
  color: #ffffff !important;
}

.hero-banner .rating-banner .wp-gr .wp-google-based,
.hero-banner .rating-banner .wp-gr .wp-google-powered {
  color: #ffffff !important;
}

.hero-banner-container {
  padding: 0 40px;
}

.hero-banner-top {
  background-color: #FBF7F1;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .hero-banner-top {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.hero-banner-section {
  overflow: hidden;
}
.hero-banner-section:hover .banner-animate img {
  transform: translate(-40px, 0);
}
.hero-banner-section:hover .law-img {
  transform: translate(40px, 0);
}

.banner-animate {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .banner-animate {
    margin-top: -70px;
  }
}
.banner-animate img {
  margin: auto;
  transition: all 0.9s;
}

.banner-right-title {
  font-family: "Cormorant Garamond";
  font-size: 56px;
  line-height: 70px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  max-width: 600px;
}
@media (max-width: 1500px) {
  .banner-right-title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 1440px) {
  .banner-right-title {
    max-width: 430px;
  }
}
@media (max-width: 1199px) {
  .banner-right-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 370px;
  }
}
@media (max-width: 991px) {
  .banner-right-title {
    max-width: 100%;
  }
}

.banner-captions {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner-captions {
    flex-direction: column;
  }
}
.banner-captions h1 {
  margin: 0;
  max-width: 610px;
}
@media (max-width: 1500px) {
  .banner-captions h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .banner-captions h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .banner-captions h1 {
    max-width: 100%;
  }
}

.hero-top-left-title {
  width: 60%;
}
@media (max-width: 991px) {
  .hero-top-left-title {
    width: 100%;
  }
}

.hero-top-right-title {
  width: 40%;
  text-align: right;
  margin-top: 58px;
}
@media (max-width: 991px) {
  .hero-top-right-title {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.hero-banner-text {
  max-width: 548px;
  margin-right: -60px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .hero-banner-text {
    margin: 20px auto 0;
    text-align: center;
    max-width: 100%;
  }
}
.hero-banner-text p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1500px) {
  .hero-banner-text p {
    font-size: 18px;
    line-height: 26px;
  }
}

.law-image-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .law-image-wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.law-image-wrapper:after {
  content: "";
  height: 1px;
  width: calc(100% - 310px);
  position: absolute;
  bottom: 33px;
  right: -90px;
  background: rgba(0, 0, 0, 0.16);
}
@media (max-width: 1500px) {
  .law-image-wrapper:after {
    width: calc(100% - 210px);
    bottom: 49px;
    right: -40px;
  }
}
@media (max-width: 991px) {
  .law-image-wrapper:after {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}

.law-img {
  margin-top: -19px;
  margin-right: 70px;
  min-height: 160px;
  transition: all 0.9s;
  min-width: 166px;
}
@media (max-width: 991px) {
  .law-img {
    margin: auto;
    min-height: auto;
  }
}

.image-wrapper-container {
  position: relative;
  top: -100px;
}
@media (max-width: 1199px) {
  .image-wrapper-container {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .image-wrapper-container {
    top: -40px;
  }
}
.image-wrapper-container .image-box img {
  aspect-ratio: 1/0.41667;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .image-wrapper-container .image-box img {
    aspect-ratio: 1;
  }
}
.image-wrapper-container .image-cap-box {
  background: rgba(255, 255, 255, 0.08);
  position: absolute;
  right: 77px;
  top: 50%;
  padding: 40px;
  backdrop-filter: blur(12px);
  max-width: 500px;
  width: calc(100% - 40px);
  transform: translate(0, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .image-wrapper-container .image-cap-box {
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px;
  }
}
.image-wrapper-container .image-cap-box p {
  color: #ffffff;
}

.image-with-text {
  padding-top: 220px;
}
@media (max-width: 1199px) {
  .image-with-text {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .image-with-text {
    padding-top: 80px;
  }
}

.image-container-full {
  background-color: #FBF7F1;
}

.image-grid-section .image-col {
  height: 582px;
}
.image-grid-section .image-col img {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
}
.image-grid-section .image-col .onhover {
  opacity: 0;
  visibility: hidden;
}
.image-grid-section .image-col:hover .onhover {
  opacity: 1;
  visibility: visible;
}
.image-grid-section .image-col:hover .image-hover {
  opacity: 0;
  visibility: hidden;
}

.top-image {
  margin-bottom: 16px;
}
.top-image img {
  aspect-ratio: 1/0.31;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .top-image img {
    aspect-ratio: 1/0.5;
  }
}

.top-image-with-cnt {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .top-image-with-cnt {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .top-image-with-cnt {
    margin-bottom: 40px;
  }
}
.top-image-with-cnt p a {
  color: rgba(18, 18, 18, 0.7);
  text-decoration: underline;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: center;
}
@media (max-width: 991px) {
  .image-grid {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .image-grid {
    grid-template-columns: auto;
  }
}
.image-grid .image-col {
  position: relative;
}
.image-grid .image-col img {
  aspect-ratio: 1/0.844;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.image-grid .image-col .onhover {
  opacity: 0;
  visibility: hidden;
}
.image-grid .commands-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 30px 0;
}
@media (max-width: 567px) {
  .image-grid .commands-list {
    grid-template-columns: auto;
  }
}
.image-grid .commands-list li {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #121212;
}
@media (max-width: 1199px) {
  .image-grid .commands-list li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .image-grid .commands-list li {
    font-size: 14px;
    line-height: 20px;
  }
}
.image-grid .commands-list li span {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background: #09363B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .image-grid .commands-list li span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
}
@media (max-width: 991px) {
  .image-grid .commands-list li span img {
    max-width: 17px;
    max-height: 17px;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 767px) {
  .card-list {
    grid-template-columns: auto;
    gap: 30px;
  }
}
.card-list .card-body {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 40px;
}
@media (max-width: 767px) {
  .card-list .card-body {
    padding: 20px;
  }
}
.card-list .card-body h4 {
  margin-bottom: 30px;
}
.card-list .card-body .count {
  width: 54px;
  height: 54px;
  background: #09363B;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 140%;
  font-weight: 700;
  font-family: "Cormorant Garamond";
}

.top-header-cnt {
  max-width: 830px;
  margin: auto auto 40px;
}

.type-of-law-section p a {
  color: #7B1C24;
  text-decoration: underline;
  font-weight: 700;
}
.type-of-law-section p a:hover {
  color: #E24B40;
}

.lawyer-tabs-mobile {
  display: none;
}
@media (max-width: 991px) {
  .lawyer-tabs-mobile {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lawyer-tabs-mobile select {
  padding: 15px 30px 15px 20px;
  width: 100%;
  border-color: #E24B40;
  font-size: 18px;
  font-weight: 600;
  background-color: #FBF7F1;
  background-image: url(../images/arrow-bottom.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: 98%;
  background-size: 18px;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .lawyer-tabs-mobile select {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .lawyer-tabs {
    display: none;
  }
}
.lawyer-tabs ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.lawyer-tabs ul li a {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  font-family: "Cormorant Garamond";
  padding: 20px 18px 30px;
  color: #121212;
  display: block;
  position: relative;
}
@media (max-width: 1440px) {
  .lawyer-tabs ul li a {
    font-size: 20px;
    padding: 20px 10px 20px;
  }
}
@media (max-width: 1199px) {
  .lawyer-tabs ul li a {
    font-size: 16px;
  }
}
.lawyer-tabs ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cccccc;
}
.lawyer-tabs ul li a.active::after {
  border-bottom: 3px solid #E24B40;
}

.lawyers-section {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .lawyers-section {
    padding-top: 0;
  }
}

.lawyers-topbar-tabs {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 11;
  padding-bottom: 20px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .lawyers-topbar-tabs {
    padding-top: 20px;
  }
}

.lawyers-list {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .lawyers-list {
    margin-top: 10px;
  }
}

.lawyer-row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .lawyer-row {
    flex-direction: column;
  }
}

.lawyer-content:nth-child(even) .lawyer-row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .lawyer-content:nth-child(even) .lawyer-row {
    flex-direction: column;
  }
}

.lawyer-info {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .lawyer-info {
    width: 100%;
  }
}
.lawyer-info:hover .lawyer-img img {
  transform: scale(1.08);
}
.lawyer-info:hover .lawyer-contact {
  transform: translate(0);
}

.lawyer-details {
  width: 50%;
  padding: 10px 60px;
}
@media (max-width: 1199px) {
  .lawyer-details {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .lawyer-details {
    width: 100%;
    padding: 20px;
  }
}
.lawyer-details ul {
  margin: 0;
  list-style: none;
}
.lawyer-details ul li:not(:last-child) {
  margin-bottom: 10px;
}
.lawyer-details ul li a {
  font-size: 20px;
  line-height: 30px;
  color: #E24B40;
  text-decoration: underline;
  font-weight: 500;
}
.lawyer-details ul li a:hover {
  color: #7B1C24;
}
@media (max-width: 991px) {
  .lawyer-details ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}

.lawyer-img img {
  aspect-ratio: 1/0.903;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.6s;
}

.lawyer-info:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 95.81%);
}

.lawyer-contact {
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s;
  transform: translate(0, 90px);
}
@media (max-width: 991px) {
  .lawyer-contact {
    padding: 20px;
    transform: translate(0, 70px);
  }
}
.lawyer-contact h3 {
  font-size: 26px;
  line-height: 100%;
  color: #ffffff;
}

.default-section .images-wapper {
  margin: 30px 0;
  overflow: hidden;
}
.default-section .images-wapper img {
  aspect-ratio: 2/0.91;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.default-section ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.default-section ul li {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.7);
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .default-section ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.default-section ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: #E24B40;
  border-radius: 50%;
}
.default-section ul.social-link {
  display: inline-flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: row;
}
.default-section ul.social-link li::before {
  display: none;
}
.default-section ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 20px 0 20px 20px;
  list-style: decimal;
}
.default-section ol li {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.7);
}
@media (max-width: 767px) {
  .default-section ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.default-section p {
  margin-bottom: 30px;
}
.default-section p:last-child {
  margin-bottom: 0;
}
.default-section p a {
  font-weight: 700;
  text-decoration: underline;
  color: #7B1C24;
}
.default-section p a:hover {
  color: #E24B40;
}
.default-section .faq-accordion {
  margin: 30px 0;
}
.default-section blockquote {
  font-size: 26px;
  margin: 20px auto;
  color: #121212;
  padding: 40px 40px 40px 65px;
  border-left: 8px solid #E24B40;
  line-height: 32px;
  background: #FBF7F1;
  position: relative;
}
@media (max-width: 767px) {
  .default-section blockquote {
    font-size: 18px;
    line-height: 26px;
  }
}
.default-section blockquote:before {
  content: "“";
  font-size: 100px;
  line-height: 62px;
  color: #E24B40;
  position: absolute;
  left: 20px;
  top: 30px;
}
.default-section blockquote .blockquote-footer {
  margin-top: 20px;
  color: #121212;
  color: #E24B40;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .default-section blockquote .blockquote-footer {
    font-size: 16px;
    line-height: 26px;
  }
}
.default-section blockquote .blockquote-footer:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #E24B40;
  display: inline-flex;
}

.faq-accordion-section {
  margin-bottom: 10px;
}

.faq-accordion-header {
  background: #FBF7F1;
  padding: 20px 55px 20px 20px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  transition: 0.3s;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.faq-accordion-header.active {
  background-color: #7B1C24;
  color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-accordion-header.active::before {
  background-color: #E24B40;
}
.faq-accordion-header.active::after {
  transform: rotate(180deg);
}
.faq-accordion-header::before {
  content: "";
  background: #7B1C24;
  position: absolute;
  right: 13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.faq-accordion-header::after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

.faq-accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #FBF7F1;
  border-radius: 0 0 12px 12px;
  margin-top: -1px;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .contact-card-grid {
    grid-template-columns: auto;
  }
}
.contact-card-grid .card {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .contact-card-grid .card {
    padding: 20px;
  }
}
.contact-card-grid .card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  background: #09363B;
}
.contact-card-grid .card .icon img {
  max-width: 22px;
  max-height: 22px;
}
.contact-card-grid .card p a {
  text-decoration: underline;
  color: #7B1C24;
  font-weight: 700;
}
.contact-card-grid .card p a:hover {
  color: #E24B40;
}
.contact-card-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-card-grid ul li {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.7);
}
@media (max-width: 767px) {
  .contact-card-grid ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-card-grid ul li .label {
  font-weight: 700;
  color: #121212;
}
.contact-card-grid ul li a {
  text-decoration: underline;
  color: #7B1C24;
}
.contact-card-grid ul li a:hover {
  color: #E24B40;
}

.card-info {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .card-info {
    gap: 12px;
  }
}
@media (max-width: 380px) {
  .card-info {
    flex-direction: column;
  }
}

.card-details .main-label {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.jobs__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .jobs__container {
    grid-template-columns: 1fr;
  }
}

.job-card {
  position: relative;
  padding: 30px;
  border: 1px solid #09363B;
  transition: 0.25s;
}
@media (max-width: 768px) {
  .job-card {
    padding: 20px;
  }
}
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.job-card__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.job-card__subtitle {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.job-card__tags {
  display: flex;
  gap: 8px;
  margin: 30px 0;
  flex-wrap: wrap;
}
.job-card__tags .tag {
  background: #F2F1EF;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  font-weight: 700;
}
.job-card .job-card__info {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 30px;
}
.job-card .job-card__info:before {
  content: "";
  background-image: url("../images/icon.svg");
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 21px;
}
.job-card .job-card__info p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 20px;
}
.job-card .job-card__info p a {
  color: #E24B40;
  text-decoration: none;
  font-weight: 500;
}
.job-card__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 89px;
  height: 225px;
  background-image: url(../images/bg-shape.svg);
  background-position: bottom;
  pointer-events: none;
}

.top-content p {
  line-height: 24px;
}
.top-content p:first-child {
  margin-bottom: 8px;
  color: #121212;
}/*# sourceMappingURL=style.css.map */