@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main {
  overflow-x: hidden;
}
body main section.hero {
  background-color: #04012F;
  min-height: calc(100vh - 190px);
  padding: 220px 0;
  display: flex;
  align-items: center;
}
body main section.hero img.obj {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
body main section.hero img.obj_left {
  left: 0;
  max-width: 547px;
}
body main section.hero img.obj_right {
  top: 50%;
  bottom: unset;
  right: 5%;
  max-width: 222px;
  transform: translate(0, -50%) !important;
}
body main section.award {
  background-color: #ffffff;
  padding: 80px 0;
}
body main section.award .awards_logo {
  height: auto;
  width: 100%;
  max-width: 212px;
}
body main section.award .form-wrapper {
  background-color: #ffffff;
  color: #333333;
  border-radius: 20px;
  padding: 24px 32px 32px;
  box-shadow: 0 6px 10px -10px rgba(0, 0, 0, 0.2);
}
body main section.award .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body main section.award .form-wrapper form .field_wrapper {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: calc(50% - 4px);
}
body main section.award .form-wrapper form .field_wrapper label {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 2px;
  left: 20px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  user-select: none;
}
body main section.award .form-wrapper form .field_wrapper input,
body main section.award .form-wrapper form .field_wrapper textarea {
  background-color: rgba(51, 51, 51, 0.05);
  color: #333333;
  font-size: 20px;
  line-height: 26px;
  border: solid 1px #F4F4F4;
  border-radius: 0;
  padding: 16px 18px 6px;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
body main section.award .form-wrapper form .field_wrapper input::placeholder,
body main section.award .form-wrapper form .field_wrapper textarea::placeholder {
  color: transparent;
}
body main section.award .form-wrapper form .field_wrapper input::-webkit-inner-spin-button,
body main section.award .form-wrapper form .field_wrapper textarea::-webkit-inner-spin-button {
  appearance: none;
}
body main section.award .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
  color: #333333;
  font-size: 20px;
  top: 10px;
}
body main section.award .form-wrapper form .field_wrapper:has(input:placeholder-shown) input,
body main section.award .form-wrapper form .field_wrapper:has(input:placeholder-shown) textarea, body main section.award .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) input,
body main section.award .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) textarea {
  background-color: #F4F4F4;
  border: solid 1px #F4F4F4;
}
body main section.award .form-wrapper form .field_wrapper:has(input:hover) label, body main section.award .form-wrapper form .field_wrapper:has(input:focus) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:focus) label {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  top: 2px;
  transform: translate(0, 0);
}
body main section.award .form-wrapper form .field_wrapper:has(input:hover) input,
body main section.award .form-wrapper form .field_wrapper:has(input:hover) textarea, body main section.award .form-wrapper form .field_wrapper:has(input:focus) input,
body main section.award .form-wrapper form .field_wrapper:has(input:focus) textarea, body main section.award .form-wrapper form .field_wrapper:has(textarea:hover) input,
body main section.award .form-wrapper form .field_wrapper:has(textarea:hover) textarea, body main section.award .form-wrapper form .field_wrapper:has(textarea:focus) input,
body main section.award .form-wrapper form .field_wrapper:has(textarea:focus) textarea {
  background-color: rgba(51, 51, 51, 0.05);
  border: solid 1px rgba(51, 51, 51, 0.05);
}
body main section.award .form-wrapper form .field_wrapper:has(textarea) {
  max-width: 100%;
}
body main section.award .form-wrapper form .field_wrapper:has(input[type=number]) label {
  left: 60px;
}
body main section.award .form-wrapper form .field_wrapper:has(input[type=number]) input {
  padding: 16px 18px 6px 58px;
}
body main section.award .form-wrapper form .field_wrapper:has(input[type=number]):before {
  content: "";
  background: url("../../img/webp/country_flag.webp") no-repeat center center/100% 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
}
body main section.award .form-wrapper form .form-check {
  padding-left: 32px;
  margin: 0;
  min-height: unset;
  user-select: none;
}
body main section.award .form-wrapper form .form-check input {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.4);
  margin: 0 0 0 -32px;
  box-shadow: none !important;
  background-color: transparent !important;
  cursor: pointer;
}
body main section.award .form-wrapper form .form-check input:checked {
  border-color: #F5C779;
  background: url("../../img/webp/check.webp") no-repeat center center/18px;
}
body main section.award .form-wrapper form .form-check label {
  line-height: 24px;
  cursor: pointer;
  display: block;
}
body main section.award .form-wrapper form button {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 20px 0;
}
body main section.award .form-wrapper form .invalid {
  border: solid 1px red !important;
}
body main section.video {
  background-color: #04012F;
  padding: 80px 0;
}
body main section.video .video_wrapper {
  background-color: #04012F;
  padding: 24px;
  border: solid 3px #EDB962;
  position: relative;
  display: flex;
}
body main section.video .video_wrapper video {
  width: 100%;
  max-width: 100%;
}
body main section.video .video_wrapper button.btn_play {
  background: rgba(245, 199, 121, 0.5);
  padding: 0;
  height: 100px;
  width: 100px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
body main section.video .video_wrapper button.btn_play img {
  width: 32px;
}
body main section.video .video_wrapper button.btn_play:hover, body main section.video .video_wrapper button.btn_play:focus {
  background: #f5c779;
}
body main section.video .video_wrapper.video_played img.main-thumb {
  opacity: 0;
  animation: z_index 0.1s ease forwards;
  animation-delay: 0.5s;
}
body main section.video .video_wrapper.video_played button.btn_play {
  opacity: 0;
  animation: z_index 0.1s ease forwards;
  animation-delay: 0.5s;
}
body main section.video:before, body main section.video:after {
  content: "";
  background-color: #F5C779;
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  left: 70%;
  z-index: -1;
}
body main section.video:after {
  transform: translateX(calc(100% + 20px));
}
body main section.practice {
  background-color: #ffffff;
  padding: 80px 0;
}
body main section.practice .content_wrapper {
  position: relative;
  padding: 120px 40px 200px;
}
body main section.practice .content_wrapper img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main section.practice .card {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 30px -2px rgba(0, 0, 0, 0.1);
}
body main section.practice .card .card-header {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: transparent;
  border: none;
  padding: 32px 32px 0;
}
body main section.practice .card .card-header img.card-img {
  height: 116px;
  width: 116px;
}
body main section.practice .card .card-header .card-title {
  font-size: 48px;
}
body main section.practice .card .card-body {
  padding: 24px 32px;
  display: flex;
  align-items: center;
}
body main section.practice .card .card-body .card-text {
  font-size: 20px;
}
body main section.practice .card .card-footer {
  padding: 0;
  background-color: transparent;
  border: none;
}
body main section.practice .card .card-footer .btn {
  border-radius: 0 0 14px 0;
}
body main section.practice .row {
  margin-top: -200px;
}
body main section.meet {
  padding: 60px 0;
}
body main section.meet .card {
  display: block;
  flex-direction: column;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  align-items: end;
  padding: 0 24px;
}
body main section.meet .card .card-img {
  height: auto;
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  margin: 0 0 0 -24px;
  border-radius: 10px;
  position: relative;
  z-index: -1;
}
body main section.meet .card .card-body {
  background-color: #ffffff;
  padding: 20px;
  width: calc(100% + 24px);
  margin: -48px -24px 0 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
body main section.meet .card .card-body .card-title {
  position: relative;
}
body main section.meet .card .card-body .card-title:after {
  content: "";
  background-color: #F5C779;
  height: 2px;
  width: 120px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(0, 6px);
}
body main section.meet .card .card-body .card-text_lg {
  font-size: 20px;
}
body main section.meet .card .card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body main section.why_choose_us {
  background-color: #F2F2F0;
  padding: 140px 0;
}
body main section.why_choose_us .list_s1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body main section.why_choose_us .list_s1 li {
  font-size: 24px;
  display: flex;
  gap: 8px;
  line-height: 36px;
}
body main section.why_choose_us .list_s1 li img {
  height: 32px;
  width: 32px;
}
body main section.why_choose_us .list_s1 li span strong {
  font-weight: 600;
}
body main section.why_choose_us img.obj {
  width: 700px;
  object-fit: cover;
  object-position: center right;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body main section.legal {
  background-color: #ffffff;
  padding: 100px 0;
}
body main section.legal .card_wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
body main section.legal .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
body main section.legal .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0 20px 0 0;
}
body main section.legal .card .card-header .card-img {
  height: auto;
  width: 100%;
  border-radius: 4px;
}
body main section.legal .card .card-body {
  padding: 0 0 0 20px;
}
body main section.legal .card .card-body .card-title {
  font-size: 48px;
}
body main section.legal .card .card-body .card-text {
  font-size: 20px;
}
body main section.legal .card_rev .card-header {
  padding: 0 0 0 20px;
}
body main section.legal .card_rev .card-body {
  padding: 0 20px 0 0;
}
body main section.cases {
  background-color: #F2F2F0;
  padding: 80px 0;
}
body main section.cases .card {
  border: none;
  border-left: solid 8px #F5C779;
  border-radius: 0;
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.1);
}
body main section.cases .card .card-body {
  padding: 32px;
}
body main section.cases .card .card-body .card-text {
  font-size: 20px;
}
body main section.as-seen-on {
  background-color: #ffffff;
  padding: 40px 0;
}
body main section.as-seen-on .title_wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
body main section.as-seen-on .title_wrapper h1.f-72 {
  background-color: #ffffff;
  padding: 0 20px;
}
body main section.as-seen-on .title_wrapper:before {
  content: "";
  background-color: #F2F2F0;
  height: 4px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
body main section.as-seen-on .images_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
body main section.as-seen-on .images_wrapper > div {
  width: 100%;
  max-width: calc(16.666% - 20px);
  display: flex;
  justify-content: center;
}

@media (max-width: 1780px) {
  body main section.hero {
    padding: 180px 0;
  }
  body main section.hero img.obj_left {
    width: 477px;
  }
  body main section.award .awards_logo {
    max-width: 200px;
  }
  body main section.practice .card .card-header img.card-img {
    height: 96px;
    width: 96px;
  }
  body main section.practice .card .card-header .card-title {
    font-size: 42px;
  }
  body main section.practice .card .card-body .card-text {
    font-size: 18px;
  }
  body main section.why_choose_us img.obj {
    width: 600px;
  }
}
@media (max-width: 1580px) {
  body main section.hero {
    min-height: calc(100vh - 177px);
    padding: 140px 0;
  }
  body main section.hero img.obj_left {
    width: 407px;
  }
  body main section.award .awards_logo {
    max-width: 180px;
  }
  body main section.award .form-wrapper {
    padding: 20px 30px 30px;
  }
  body main section.award .form-wrapper .f-32 {
    font-size: 24px;
  }
  body main section.award .form-wrapper form .field_wrapper label {
    font-size: 12px;
    top: 2px;
  }
  body main section.award .form-wrapper form .field_wrapper input,
  body main section.award .form-wrapper form .field_wrapper textarea {
    font-size: 18px;
  }
  body main section.award .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
    font-size: 18px;
    top: 11px;
  }
  body main section.award .form-wrapper form .field_wrapper:has(input:hover) label, body main section.award .form-wrapper form .field_wrapper:has(input:focus) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:focus) label {
    font-size: 12px;
    top: 2px;
  }
  body main section.practice .content_wrapper {
    padding: 80px 40px 150px;
  }
  body main section.practice .card .card-header img.card-img {
    height: 80px;
    width: 80px;
  }
  body main section.practice .card .card-header .card-title {
    font-size: 38px;
  }
  body main section.practice .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.practice .row {
    margin-top: -150px;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.meet .card .card-body .card-text_lg {
    font-size: 16px;
  }
  body main section.meet .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.why_choose_us {
    padding: 140px 0;
  }
  body main section.why_choose_us .list_s1 li {
    font-size: 20px;
    line-height: 30px;
  }
  body main section.why_choose_us img.obj {
    width: 550px;
  }
  body main section.legal {
    padding: 80px 0;
  }
  body main section.legal .card_wrapper {
    gap: 80px;
  }
  body main section.legal .card .card-body .card-title {
    font-size: 32px;
  }
  body main section.legal .card .card-body .card-text {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  body main section.hero {
    min-height: calc(100vh - 160px);
    padding: 140px 0;
  }
  body main section.hero img.obj_left {
    width: 357px;
  }
  body main section.award .awards_logo {
    max-width: 130px;
  }
  body main section.practice {
    padding: 60px 0;
  }
  body main section.practice .content_wrapper {
    padding: 60px 24px 150px;
  }
  body main section.practice .card .card-header {
    padding: 20px 20px 0;
  }
  body main section.practice .card .card-header img.card-img {
    height: 60px;
    width: 60px;
  }
  body main section.practice .card .card-header .card-title {
    font-size: 32px;
  }
  body main section.practice .card .card-body {
    padding: 20px;
  }
  body main section.meet .card {
    padding: 0 10px;
  }
  body main section.meet .card .card-img {
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin: 0 0 0 -10px;
  }
  body main section.meet .card .card-body {
    width: calc(100% + 10px);
    margin: -48px -10px 0 0;
  }
  body main section.why_choose_us {
    padding: 100px 0;
  }
  body main section.why_choose_us .list_s1 li {
    font-size: 18px;
    line-height: 28px;
  }
  body main section.why_choose_us .list_s1 li img {
    height: 28px;
    width: 28px;
  }
  body main section.why_choose_us img.obj {
    width: 440px;
  }
  body main section.cases .card .card-body {
    padding: 20px;
  }
  body main section.cases .card .card-body .card-title {
    font-size: 24px;
  }
  body main section.cases .card .card-body .card-text {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  body main section.hero {
    min-height: calc(100vh - 155px);
    padding: 80px 0;
  }
  body main section.hero img.obj_left {
    width: 257px;
  }
  body main section.hero img.obj_right {
    width: 200px;
  }
  body main section.award {
    padding: 60px 0;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 16px;
  }
  body main section.meet .card .card-body .card-text-lg {
    font-size: 14px;
  }
  body main section.why_choose_us {
    padding: 80px 0;
  }
  body main section.why_choose_us .list_s1 li {
    font-size: 16px;
  }
  body main section.why_choose_us img.obj {
    width: 400px;
  }
  body main section.legal {
    padding: 60px 0;
  }
  body main section.legal .card_wrapper {
    gap: 60px;
  }
  body main section.legal .card .card-body .card-title {
    font-size: 28px;
  }
  body main section.legal .card .card-body .card-text {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  body main section.hero {
    min-height: unset;
    padding: 60px 0;
    flex-direction: column;
    justify-content: space-between;
  }
  body main section.hero img.obj_left,
  body main section.hero img.obj_right {
    display: none;
  }
  body main section.award .form-wrapper {
    padding: 20px;
  }
  body main section.practice .content_wrapper {
    padding: 40px 0 150px;
  }
  body main section.meet .card {
    padding: 0 20px;
  }
  body main section.meet .card .card-img {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: 0 0 0 -20px;
  }
  body main section.meet .card .card-body {
    padding: 20px;
    width: calc(100% + 20px);
    margin: -48px -20px 0 0;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 24px;
  }
  body main section.meet .card .card-body .card-text-lg {
    font-size: 16px;
  }
  body main section.why_choose_us {
    padding: 60px 0;
  }
  body main section.why_choose_us .list_s1 li {
    font-size: 16px;
  }
  body main section.why_choose_us img.obj {
    display: none;
  }
  body main section.legal {
    padding: 40px 0;
  }
  body main section.legal .card_wrapper {
    gap: 40px;
  }
  body main section.legal .card .card-header {
    padding: 0;
  }
  body main section.legal .card .card-body {
    padding: 0;
  }
  body main section.legal .card .card-body .card-title {
    font-size: 24px;
  }
  body main section.legal .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.as-seen-on .images_wrapper {
    justify-content: center;
  }
  body main section.as-seen-on .images_wrapper > div {
    max-width: calc(25% - 18px);
  }
}
@media (max-width: 767px) {
  body main section.hero {
    padding: 40px 0;
  }
  body main section.award {
    padding: 40px 0;
  }
  body main section.award .form-wrapper {
    padding: 16px;
    border-radius: 10px;
  }
  body main section.award .form-wrapper form .field_wrapper {
    max-width: 100%;
  }
  body main section.award .form-wrapper form .field_wrapper label {
    font-size: 12px;
    top: 2px;
    left: 15px;
  }
  body main section.award .form-wrapper form .field_wrapper input,
  body main section.award .form-wrapper form .field_wrapper textarea {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 15px 2px;
  }
  body main section.award .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
    font-size: 16px;
    top: 10px;
  }
  body main section.award .form-wrapper form .field_wrapper:has(input:hover) label, body main section.award .form-wrapper form .field_wrapper:has(input:focus) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.award .form-wrapper form .field_wrapper:has(textarea:focus) label {
    font-size: 12px;
    top: 2px;
  }
  body main section.award .form-wrapper form .field_wrapper:has(input[type=number]) label {
    left: 55px;
  }
  body main section.award .form-wrapper form .field_wrapper:has(input[type=number]) input {
    padding: 16px 15px 2px 55px;
  }
  body main section.award .form-wrapper form .form-check input {
    height: 20px;
    width: 20px;
  }
  body main section.award .form-wrapper form .form-check input:checked {
    background-size: 14px;
  }
  body main section.award .form-wrapper form .form-check label {
    font-size: 14px;
    line-height: 20px;
  }
  body main section.award .form-wrapper form button {
    border-radius: 0 0 10px 0;
  }
  body main section.video {
    padding: 40px 0;
  }
  body main section.video .video_wrapper {
    padding: 12px;
  }
  body main section.video .video_wrapper button.btn_play {
    height: 60px;
    width: 60px;
  }
  body main section.video .video_wrapper button.btn_play img {
    width: 22px;
  }
  body main section.video:before, body main section.video:after {
    width: 12px;
  }
  body main section.video:after {
    transform: translateX(calc(100% + 12px));
  }
  body main section.practice {
    padding: 40px 0;
  }
  body main section.practice .card .card-header {
    padding: 15px 15px 0;
    gap: 10px;
  }
  body main section.practice .card .card-header img.card-img {
    height: 50px;
    width: 50px;
  }
  body main section.practice .card .card-header .card-title {
    font-size: 24px;
  }
  body main section.practice .card .card-body {
    padding: 15px;
  }
  body main section.cases {
    padding: 40px 0;
  }
  body main section.cases .card .card-body {
    padding: 16px;
  }
}

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