<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
  background-color: white;
  height: 2px;
}
.elementor-button:hover {
  transform: scale(1.12) !important;
  transition: all 0.5s ease;
}
.hero-section {
  max-height: 1080px;
  height: 100vh;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .our-business &gt; div &gt; div {
    min-height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .our-business &gt; div &gt; div {
    min-height: 270px;
    min-width: 270px;
  }
}
.our-business &gt; div &gt; div {
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 2px;
}
@media only screen and (min-width: 1025px) {
  .our-business &gt; div &gt; div:hover .background-overlay {
    opacity: 0.4;
    background: #020D26;
  }
  .our-business &gt; div &gt; div:hover {
    z-index: 2;
    transform: scale(1.05);
  }
  .our-business &gt; div &gt; div:hover .business-box-text {
    transform: scale(1.1);
  }
}
.our-business &gt; div &gt; div:hover .background-overlay-offices {
  opacity: 0;
}
.our-business &gt; div &gt; div .business-box-text {
  transition: all 0.5s ease;
}
.our-business &gt; div &gt; div {
  position: relative;
  overflow-y: hidden;
}
.our-business &gt; div &gt; div &gt; img {
  object-fit: cover;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.business-box-text {
  font-size: 32px;
  color: white;
  font-weight: bold;
  max-width: 250px;
  text-align: center;
  z-index: 3;
  line-height: 1;
}
@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
  .control {
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .control:hover {
    background: #F6F6F6;
  }
}
.flex-our-business {
  margin: auto;
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.flex-grid {
  display: grid;
  column-gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}
.flex-other-businesses {
  margin-right: auto;
}
@media (max-width: 767px) {
  .control {
    display: none;
  }
  .our-business {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .our-business::-webkit-scrollbar {
    display: none;
  }
  .our-business {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .flex-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .flex-grid .businesses {
    height: 200px;
    min-width: 250px;
  }
  .flex-grid .businesses:not(:last-child) {
    margin-right: 5px;
  }
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.background-overlay {
  background: rgba(3, 63, 117, 0.7);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  pointer-events: none;
}
.background-overlay-offices {
  background-color: #ca0000c2;
  opacity: 0.75;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  pointer-events: none;
}
.control-home {
  align-self: stretch;
  height: 350px;
  width: 50px;
}
@media only screen and (min-width: 1025px) {
  .loopimage:hover {
    z-index: 2;
    transform: scale(1.1);
  }
  .loopimage:hover .loopimage-text {
    transform: scale(1.1);
  }
}
.loopimage {
  transition: all 0.5s ease;
}
.loopimage .loopimage-text {
  transition: all 0.5s ease;
}
/* Styling for "For Investors" section in website */
@media screen and (max-width: 768px) {
  .scrollmenu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-oveflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.language-picker {
  text-transform: uppercase;
  position: relative;
}
.language-picker .language-active {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  border: 2px solid white;
  color: white;
}
.language-picker .language-active.main {
  border: 2px solid #2559A4;
  color: #2559A4;
}
.language-picker .language-dropdown {
  position: absolute;
  top: 48px;
  left: -17px;
  width: 70px;
  border: 1px solid white;
  border-radius: 6px;
  background: white;
  overflow: hidden;
  z-index: 20;
}
.language-picker .language-dropdown.main {
  border: 1px solid #2559A4;
}
@media (max-width: 1024px) {
  .language-picker .language-dropdown {
    top: 45px;
  }
}
.language-picker .language-dropdown &gt; div {
  font-size: 13px;
  line-height: 1.38em;
  padding: 10px 0;
  font-weight: 500;
  cursor: pointer;
  color: #2559A4;
}
.language-picker .language-dropdown &gt; div.active {
  color: white;
  background: #2559A4;
}
.pop-up-menu .sub-menu {
  position: absolute !important;
  top: 50px !important;
  left: 50% !important;
  margin-top: -20px !important;
  min-width: 20em !important;
  right: unset !important;
  transform: translateX(50%) !important;
}
@media (max-width: 676px) {
  .pop-up-menu .sub-menu {
    transform: translateX(50%) !important;
  }
}
#servisa_pieteikums {
  padding: 16px 30px;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #servisa_pieteikums {
    border: 0;
    border-bottom: 1px solid #EAEAEA;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  #servisa_pieteikums .elementor-field-type-submit {
    justify-content: flex-end;
    margin-top: 20px;
  }
}
#servisa_pieteikums h1 {
  font-size: 32px;
}
#servisa_pieteikums .elementor-field-type-acceptance input + label {
  color: black !important;
}
#servisa_pieteikums .elementor-field-type-upload input {
  height: 0;
  overflow: hidden;
}
#servisa_pieteikums .elementor-field-type-upload label::after {
  content: "Augšupielādēt failus";
  display: block;
  min-height: 40px;
  padding: 0 24px;
  width: fit-content;
  background: #005AAA;
  color: white;
  border-radius: 2px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
html[lang="en-US"] #servisa_pieteikums .elementor-field-type-upload label::after {
  content: "Upload files";
  display: block;
  min-height: 40px;
  padding: 0 24px;
  width: fit-content;
  background: #005AAA;
  color: white;
  border-radius: 2px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
#servisa_pieteikums .elementor-field-required label::after {
  content: "*";
  color: red;
}
.file-wrappers {
  padding-left: 20px;
  color: #020D26;
}
.app-banner {
  margin-top: 1rem;
  padding: 1rem 1rem;
  background: url("/wp-content/uploads/2023/08/outlines-desktop.svg") center center / cover no-repeat;
  background-color: #005BAA;
  border-radius: 0.75rem;
}
.app-banner &gt; img {
  width: 20%;
  margin-top: -3.75rem;
  margin-bottom: -1rem;
  object-fit: contain;
}
.app-banner &gt; img.mobile {
  display: none;
}
.app-banner &gt; div.mid {
  width: 60%;
}
.app-banner &gt; div.mid &gt; p {
  margin: 0;
}
.app-banner &gt; div.mid &gt; p.subtitle {
  color: #5CDD4E;
  font-size: 1.25remm;
  font-weight: 600;
  line-height: 1.3em;
}
.app-banner &gt; div.mid &gt; p.title {
  color: white;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.3em;
}
.app-banner &gt; div.right {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.app-banner &gt; div.right &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1350px) and (min-width: 1201px) {
  .app-banner &gt; div.mid &gt; p.title {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .app-banner &gt; img {
    width: 25%;
  }
  .app-banner &gt; div.mid &gt; p.title {
    font-size: 1.5rem;
  }
  .app-banner &gt; div.right {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .app-banner {
    flex-direction: column;
    padding-bottom: 1.82rem;
  }
  .app-banner &gt; img.mobile {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 10rem;
  }
  .app-banner &gt; img.desktop {
    display: none;
  }
  .app-banner &gt; div.mid {
    width: 100%;
  }
  .app-banner &gt; div.mid &gt; p {
    text-align: center;
  }
  .app-banner &gt; div.mid &gt; p.subtitle {
    font-size: 0.875rem;
  }
  .app-banner &gt; div.mid &gt; p.title {
    font-size: 1.375rem;
  }
  .app-banner &gt; div.right {
    flex-direction: row;
    width: 100%;
    max-width: 19.1rem;
    margin-top: 1rem;
  }
}
.app-banner.force-mobile {
  flex-direction: column;
  padding-bottom: 1.82rem;
  margin-top: 4rem;
}
.app-banner.force-mobile &gt; img.mobile {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 10rem;
}
.app-banner.force-mobile &gt; img.desktop {
  display: none;
}
.app-banner.force-mobile &gt; div.mid {
  width: 100%;
}
.app-banner.force-mobile &gt; div.mid &gt; p {
  text-align: center;
}
.app-banner.force-mobile &gt; div.mid &gt; p.subtitle {
  font-size: 0.875rem;
}
.app-banner.force-mobile &gt; div.mid &gt; p.title {
  font-size: 1.375rem;
}
.app-banner.force-mobile &gt; div.right {
  flex-direction: row;
  width: 100%;
  max-width: 19.1rem;
  margin-top: 1rem;
}
.component-map .bettrmap-marker-title {
  font-weight: 500;
}
.component-map .gm-style-iw-chr &gt; button {
  width: 28px !important;
  height: 28px !important;
}
.component-map .gm-style-iw-chr &gt; button span {
  width: 16px !important;
  height: 16px !important;
}
.component-map .gm-style-iw-chr &gt; button:hover {
  box-shadow: none;
}
.component-map .gm-style-iw-d {
  margin-top: -10px !important;
}
.testimonial-loop {
  background: white;
  padding: 32px;
  letter-spacing: -3.5%;
}
.testimonial-loop &gt; p {
  margin: 0;
}
.testimonial-loop &gt; .testimonial {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}
.testimonial-loop &gt; .name {
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
.testimonial-loop &gt; .bottom {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}
.component-testimonial-archive {
  background: #1C48820D;
  padding: 112px 0;
}
@media (max-width: 767px) {
  .component-testimonial-archive {
    padding: 64px 0;
  }
}
.component-testimonial-archive &gt; .inner {
  margin: auto;
}
.component-testimonial-archive &gt; .inner &gt; h2 {
  max-width: 1400px;
  padding: 0 16px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  color: #2B2B2B;
}
.component-testimonial-archive &gt; .inner &gt; .swiper {
  margin-top: 40px;
  padding: 0 max(16px, calc(50% - 684px));
}
.component-testimonial-archive &gt; .inner &gt; .swiper &gt; .bottom {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.component-testimonial-archive &gt; .inner &gt; .swiper &gt; .bottom &gt; .swiper-pagination {
  all: unset;
  position: relative;
}
.component-testimonial-archive &gt; .inner &gt; .swiper &gt; .bottom &gt; .swiper-pagination &gt; span {
  background: #1C488252;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.component-testimonial-archive &gt; .inner &gt; .swiper &gt; .bottom &gt; .swiper-pagination &gt; span.swiper-pagination-bullet-active {
  background: #005AAA;
}
.component-testimonial-archive &gt; .inner &gt; .swiper &gt; .bottom &gt; .flex {
  gap: 15px;
}
.component-testimonial-archive &gt; .inner &gt; .swiper &gt; .bottom &gt; .flex &gt; div {
  all: unset;
  position: relative;
  cursor: pointer;
}
.component-testimonial-archive &gt; .inner &gt; .swiper &gt; .bottom &gt; .flex &gt; div.swiper-button-prev::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("/wp-content/uploads/2024/04/left.svg") center center / contain no-repeat;
}
.component-testimonial-archive &gt; .inner &gt; .swiper &gt; .bottom &gt; .flex &gt; div.swiper-button-next::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("/wp-content/uploads/2024/04/right.svg") center center / contain no-repeat;
}
.vacancy-list {
  margin: 4.5rem 0 6rem;
}
.vacancy-list * {
  color: #0F0F0F !important;
}
.vacancy-list &gt; .top {
  margin-bottom: 3rem;
}
.vacancy-list &gt; .top &gt; h2 {
  font-size: 2rem;
  font-weight: 700;
}
.vacancy-list &gt; .top &gt; div {
  margin-top: 1.5rem;
  max-width: 33rem;
}
.vacancy-list &gt; .top &gt; div * {
  font-size: 1.0625rem;
  font-weight: 400;
}
.vacancy-list &gt; .list {
  border-top: 0.0625rem solid #DFE5E7;
}
@media (max-width: 1024px) {
  .vacancy-list &gt; .list {
    margin-bottom: -0.0625rem;
  }
}
.vacancy-list &gt; .list &gt; div {
  border-bottom: 0.0625rem solid #DFE5E7;
  padding: 2.5rem 0;
}
@media (max-width: 1024px) {
  .vacancy-list &gt; .list &gt; div {
    padding: 1.5rem 0;
  }
}
.vacancy-list &gt; .list &gt; div &gt; .top {
  position: relative;
  cursor: pointer;
  gap: 2rem;
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .vacancy-list &gt; .list &gt; div &gt; .top {
    flex-direction: column;
    padding-right: 4.25rem;
    align-items: flex-start;
    gap: 0;
  }
}
.vacancy-list &gt; .list &gt; div &gt; .top &gt; p {
  flex: 1;
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 400;
  margin: 0;
}
.vacancy-list &gt; .list &gt; div &gt; .top &gt; p.title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .vacancy-list &gt; .list &gt; div &gt; .top &gt; p:first-child {
    margin-bottom: 0.75rem;
  }
  .vacancy-list &gt; .list &gt; div &gt; .top &gt; p:nth-child(2) {
    margin-bottom: 0.625rem;
  }
}
.vacancy-list &gt; .list &gt; div &gt; .top::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url("/wp-content/uploads/2024/04/plus.svg") center center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .vacancy-list &gt; .list &gt; div &gt; .top::after {
    right: 1.25rem;
  }
}
.vacancy-list &gt; .list &gt; div &gt; .top.active::after {
  background: url("/wp-content/uploads/2024/04/minus.svg") center center / contain no-repeat;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .content {
  max-width: 54rem;
  margin-top: 2.5rem;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .content p {
  margin-bottom: 0;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .content div {
  padding: 0 !important;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .content ul {
  padding-left: 1.5rem;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .content strong {
  font-weight: 600 !important;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .content &gt; *:not(:first-child) {
  margin-top: 1rem;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .content &gt; p + ul {
  margin-top: 0.625rem !important;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .content &gt; ul + p {
  margin-top: 1.5rem !important;
}
.vacancy-list &gt; .list &gt; div &gt; div &gt; .append {
  max-width: 54rem;
  margin-top: 1.5rem;
  font-style: italic;
  font-size: 1.0625rem;
  font-weight: 400;
}
h1.heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  h1.heading {
    font-size: 2.5rem;
  }
}
h2.heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  h2.heading {
    font-size: 1.75rem;
  }
}
.component-content .heading {
  margin: 0;
}
.component-content.background-light {
  background: #F8F8F8;
}
.component-content &gt; .inner {
  margin: auto;
  max-width: 1400px;
  padding: 4.5rem 20px;
  gap: 5rem;
  align-items: stretch;
}
.component-content &gt; .inner &gt; div {
  width: 50%;
  padding: 4.25rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.component-content &gt; .inner &gt; div &gt; .content {
  margin-top: 1.5rem;
}
.component-content &gt; .inner &gt; div &gt; .content * {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.component-content &gt; .inner &gt; div &gt; .content &gt; *:not(:first-child) {
  margin-top: 1em;
}
.component-content &gt; .inner &gt; div &gt; a {
  display: block;
  width: fit-content;
  margin-top: 1.5rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #005AAA;
  background: #005AAA;
  color: white;
  padding: 0.8125rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  transition: 0.2s;
}
@media (hover: hover) {
  .component-content &gt; .inner &gt; div &gt; a:hover {
    color: white;
    transform: scale(1.04);
  }
}
.component-content &gt; .inner &gt; div &gt; a:not(.open-request-form) {
  background: white;
  color: #020D26;
  border-color: #020D26;
}
.component-content &gt; .inner &gt; img {
  width: 50%;
  height: auto;
  object-fit: cover;
  min-height: 0;
}
.component-content &gt; .inner.invert {
  flex-direction: row-reverse;
}
.component-content &gt; .inner.invert &gt; div {
  padding-right: unset !important;
  padding-left: max(20px, calc(50% - 690px)) !important;
}
@media (max-width: 1024px) {
  .component-content &gt; .inner.invert &gt; div {
    padding-left: 0 !important;
  }
}
.component-content &gt; .inner.full {
  max-width: unset;
  padding: 0;
}
.component-content &gt; .inner.full &gt; div {
  padding-right: max(20px, calc(50% - 690px));
}
@media (max-width: 1024px) {
  .component-content &gt; .inner {
    flex-direction: column !important;
    gap: 3rem;
    padding: 4rem 20px;
  }
  .component-content &gt; .inner &gt; img {
    width: 100%;
  }
  .component-content &gt; .inner &gt; div {
    width: 100%;
    padding: 0 !important;
  }
  .component-content &gt; .inner.full &gt; div {
    padding: 0 20px !important;
  }
}
.component-columns {
  padding: 4.5rem 0;
  background: url("/wp-content/uploads/2024/08/blue-background.jpeg") center center / cover no-repeat;
}
@media (max-width: 1024px) {
  .component-columns {
    padding: 4rem 0;
  }
}
.component-columns &gt; .inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
}
.component-columns &gt; .inner * {
  color: white;
}
.component-columns &gt; .inner &gt; .heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
}
.component-columns &gt; .inner &gt; .columns {
  gap: 2rem;
  align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .component-columns &gt; .inner &gt; .columns {
    margin-top: 3rem;
    gap: 3rem;
    flex-direction: column;
  }
}
.component-columns &gt; .inner &gt; .columns &gt; div {
  flex: 1;
}
.component-columns &gt; .inner &gt; .columns &gt; div &gt; .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0.75rem;
}
.component-columns &gt; .inner &gt; .columns &gt; div &gt; .description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.75rem;
}
.component-columns &gt; .inner &gt; .columns &gt; div &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
}
.component-columns &gt; .inner &gt; .columns &gt; div &gt; a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/wp-content/uploads/2024/08/chevron-right.svg") center center / contain no-repeat;
  flex-shrink: 0;
  margin-top: 0.25rem;
  transition: 0.2s;
}
@media (hover: hover) {
  .component-columns &gt; .inner &gt; .columns &gt; div &gt; a:hover {
    color: white;
  }
  .component-columns &gt; .inner &gt; .columns &gt; div &gt; a:hover::after {
    transform: translate(15%);
  }
}
.component-features {
  background: #F8F8F8;
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  .component-features {
    padding: 4rem 0;
  }
}
.component-features &gt; .inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
}
.component-features &gt; .inner &gt; .top {
  gap: 5rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .component-features &gt; .inner &gt; .top {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
  }
}
.component-features &gt; .inner &gt; .top &gt; * {
  flex: 1;
}
.component-features &gt; .inner &gt; .top &gt; .content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.component-features &gt; .inner &gt; .columns {
  margin-top: 5rem;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .component-features &gt; .inner &gt; .columns {
    margin-top: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3rem;
  }
}
.component-features &gt; .inner &gt; .columns &gt; div {
  flex: 1;
}
.component-features &gt; .inner &gt; .columns &gt; div &gt; img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.component-features &gt; .inner &gt; .columns &gt; div &gt; .content {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.component-features &gt; .inner &gt; .columns &gt; div &gt; .content a {
  color: #005AAA;
}
@media (hover: hover) {
  .component-features &gt; .inner &gt; .columns &gt; div &gt; .content a:hover {
    color: #005AAA;
    text-decoration: underline;
  }
}
.component-table {
  padding: 6rem 0;
  background: white;
}
.component-table &gt; .inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
}
.component-table &gt; .inner &gt; .heading {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 1.5rem;
}
.component-table &gt; .inner &gt; .content {
  max-width: 48rem;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .component-table &gt; .inner &gt; .content {
    margin: 0 auto 3rem;
  }
}
.component-table &gt; .inner &gt; .table .mobile {
  display: none;
}
@media (max-width: 1024px) {
  .component-table &gt; .inner &gt; .table .mobile {
    display: block;
  }
}
.component-table &gt; .inner &gt; .table p {
  margin: 0;
}
@media (max-width: 1024px) {
  .component-table &gt; .inner &gt; .table &gt; .header {
    display: none;
  }
}
.component-table &gt; .inner &gt; .table &gt; .header &gt; div {
  flex: 1;
  text-align: center;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.0625rem solid #D4D4D4;
  border-bottom: 0.0625rem solid #D4D4D4;
}
.component-table &gt; .inner &gt; .table &gt; .header &gt; div.sub {
  flex-direction: column;
}
.component-table &gt; .inner &gt; .table &gt; .header &gt; div.sub &gt; p {
  border-bottom: 0.0625rem solid #D4D4D4;
  height: 2rem;
}
.component-table &gt; .inner &gt; .table &gt; .header &gt; div:first-child {
  text-align: left;
}
.component-table &gt; .inner &gt; .table &gt; .header &gt; div &gt; p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
  width: 100%;
}
.component-table &gt; .inner &gt; .table &gt; .header &gt; div &gt; .flex {
  text-align: center;
  width: 100%;
  flex: 1;
  height: 2rem;
  align-items: stretch;
}
.component-table &gt; .inner &gt; .table &gt; .header &gt; div &gt; .flex &gt; p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  flex: 1;
}
.component-table &gt; .inner &gt; .table &gt; .header &gt; div &gt; .flex &gt; p:not(:first-child) {
  border-left: 0.0625rem solid #D4D4D4;
}
@media (max-width: 1024px) {
  .component-table &gt; .inner &gt; .table &gt; .body &gt; .flex {
    flex-direction: column;
  }
  .component-table &gt; .inner &gt; .table &gt; .body &gt; .flex:not(:first-child) {
    margin-top: 1.5rem;
  }
  .component-table &gt; .inner &gt; .table &gt; .body &gt; .flex .mobile {
    font-weight: 700;
  }
}
.component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div {
  flex: 1;
  border-right: 0.0625rem solid #D4D4D4;
  border-bottom: 0.0625rem solid #D4D4D4;
  height: 2.625rem;
}
@media (max-width: 1024px) {
  .component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div {
    border-right: 0;
    border-bottom: 0.0625rem solid #D4D4D4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.625rem;
}
.component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div:not(:first-child) &gt; p {
  text-align: center;
}
.component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div &gt; .flex {
  align-items: stretch;
}
@media (max-width: 1024px) {
  .component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div &gt; .flex {
    flex-direction: column;
    width: 100%;
  }
}
.component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div &gt; .flex &gt; p {
  flex: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div &gt; .flex &gt; p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div &gt; .flex &gt; p:not(:last-child) {
    border-bottom: 0.0625rem solid #D4D4D4;
  }
}
.component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div &gt; .flex &gt; p:not(:first-child) {
  border-left: 0.0625rem solid #D4D4D4;
}
@media (max-width: 1024px) {
  .component-table &gt; .inner &gt; .table &gt; .body &gt; .flex &gt; div &gt; .flex &gt; p:not(:first-child) {
    border: 0;
  }
}
.component-table &gt; .inner &gt; .bottom-content {
  margin-top: 3rem;
  max-width: 850px;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.component-cta {
  padding: 6rem 0;
  position: relative;
  background: linear-gradient(0deg, rgba(3, 63, 117, 0.8) 0%, rgba(3, 63, 117, 0.8) 100%);
}
@media (max-width: 1024px) {
  .component-cta {
    padding: 5rem 0;
  }
}
.component-cta &gt; img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.component-cta &gt; .inner {
  position: relative;
  max-width: 48rem;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.component-cta &gt; .inner &gt; .heading {
  text-align: center;
  color: white;
  margin: 0;
}
.component-cta &gt; .inner &gt; .contacts {
  margin-top: 1.25rem;
}
@media (max-width: 1024px) {
  .component-cta &gt; .inner &gt; .contacts {
    margin-top: 1.5rem;
  }
}
.component-cta &gt; .inner &gt; .contacts &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.component-cta &gt; .inner &gt; .contacts &gt; a:not(:first-child) {
  margin-top: 0.625rem;
}
.component-cta &gt; .inner &gt; .contacts &gt; a::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.component-cta &gt; .inner &gt; .contacts &gt; a.email::before {
  background: url("/wp-content/uploads/2024/08/email.svg") center center / contain no-repeat;
}
.component-cta &gt; .inner &gt; .contacts &gt; a.phone::before {
  background: url("/wp-content/uploads/2024/08/phone.svg") center center / contain no-repeat;
}
.component-cta &gt; .inner &gt; a.cta {
  display: block;
  margin-top: 1.25rem;
  width: fit-content;
  padding: 0.8125rem 1.5625rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid white;
  color: white;
  background: transparent;
  transition: 0.2s;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .component-cta &gt; .inner &gt; a.cta {
    margin-top: 1.5rem;
  }
}
@media (hover: hover) {
  .component-cta &gt; .inner &gt; a.cta:hover {
    color: white;
    background: transparent;
    transform: scale(1.04);
  }
}
.component-cta &gt; .inner &gt; .flex {
  gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .component-cta &gt; .inner &gt; .flex {
    flex-direction: column;
  }
}
.component-cta &gt; .inner &gt; .flex &gt; a {
  display: block;
  width: fit-content;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  transition: 0.2s;
  text-decoration: underline;
  color: white;
}
@media (hover: hover) {
  .component-cta &gt; .inner &gt; .flex &gt; a:hover {
    color: white;
    transform: scale(1.04);
  }
}
.request-form-wrapper {
  margin-top: 3rem;
}
.request-form-wrapper form label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.request-form-wrapper form input:not([type="checkbox"]), .request-form-wrapper form textarea {
  height: 3rem;
  padding: 0 0.75rem;
  background: white;
  border-radius: 0.625rem;
  border: 0.0625rem solid #D4D4D4 !important;
  margin-top: 0.5rem;
}
.request-form-wrapper form textarea {
  height: unset;
  resize: none;
  padding: 0.75rem;
}
.request-form-wrapper form .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.request-form-wrapper form .elementor-field-option a {
  color: #020D26;
  text-decoration: underline;
}
.request-form-wrapper form .elementor-field-type-submit {
  margin: 1.5rem auto 0;
  width: fit-content;
}
.request-form-wrapper form .elementor-field-type-submit button[type="submit"] {
  width: fit-content;
  background: #005AAA;
  color: white;
  border: 0.0625rem solid #005AAA;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
#elementor-popup-modal-5485, #elementor-popup-modal-5745, #elementor-popup-modal-1569 {
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.8);
}
#elementor-popup-modal-5485 .dialog-message, #elementor-popup-modal-5745 .dialog-message, #elementor-popup-modal-1569 .dialog-message {
  width: 950px;
  height: auto;
}
.component-columns_2 {
  background: #F8F8F8;
  padding: 5rem 0;
}
@media (max-width: 600px) {
  .component-columns_2 {
    padding: 3rem 0;
  }
}
.component-columns_2 *:not(a) {
  color: #020D26;
}
.component-columns_2 &gt; .inner {
  margin: auto;
  max-width: 1400px;
  padding: 0 20px;
}
.component-columns_2 &gt; .inner &gt; .columns {
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2.5rem;
}
@media (max-width: 1300px) {
  .component-columns_2 &gt; .inner &gt; .columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .component-columns_2 &gt; .inner &gt; .columns {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.component-columns_2 &gt; .inner &gt; .columns &gt; div {
  flex: 1;
}
.component-columns_2 &gt; .inner &gt; .columns &gt; div &gt; img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  margin-bottom: 1rem;
}
.component-columns_2 &gt; .inner &gt; .columns &gt; div &gt; .title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
.component-columns_2 &gt; .inner &gt; .columns &gt; div &gt; .description {
  font-size: 1.0625rem;
  line-height: 1.2em;
  font-weight: 400;
}
.component-columns_2 &gt; .inner &gt; .columns &gt; div &gt; a {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 0.625rem;
  color: #005AAA !important;
}
.component-columns_2 &gt; .inner &gt; .columns &gt; div &gt; a::after {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 0.5625rem;
  background: url("/wp-content/uploads/2024/07/arrow.svg") center center / contain no-repeat;
  transition: 0.2s;
}
@media (hover: hover) {
  .component-columns_2 &gt; .inner &gt; .columns &gt; div &gt; a:hover::after {
    transform: translate(0.25rem);
  }
}
html {
  scroll-behavior: smooth !important;
}
.component-map {
  padding-top: 6rem;
  margin: -6rem 0 5.875rem;
}
.component-map &gt; .inner {
  margin: auto;
  max-width: 1400px;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .component-map &gt; .inner {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .component-map &gt; .inner &gt; .heading {
    text-align: center;
    padding: -20px;
  }
}
.component-map &gt; .inner &gt; .map-wrapper {
  margin-top: 1.3125rem;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; #map {
  height: 26.25rem;
  border-radius: 1.25rem;
  margin: 2rem 0 3.5rem;
}
@media (max-width: 600px) {
  .component-map &gt; .inner &gt; .map-wrapper &gt; #map {
    border-radius: 0;
    height: 100vw;
    margin: 2rem 0 4rem;
  }
}
.component-map &gt; .inner &gt; .map-wrapper &gt; #map .gm-style div {
  border: 0 !important;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown {
  border-top: 0.0625rem solid #E5E3DF;
}
@media (max-width: 600px) {
  .component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown {
    padding: 0 20px;
  }
  .component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown:nth-child(2) {
    border-top: 0;
  }
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown:last-child {
  border-bottom: 0.0625rem solid #E5E3DF;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .top {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  margin: 2.25rem 0;
  cursor: pointer;
  gap: 0.375rem;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .top span {
  width: 1.375rem;
  height: 0.9375rem;
  flex-shrink: 0;
  margin-left: 0.25rem;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .top span.latvia {
  background: url("/wp-content/uploads/2024/07/LV.svg") center center / contain no-repeat;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .top span.estonia {
  background: url("/wp-content/uploads/2024/07/EE.svg") center center / contain no-repeat;
}
@media (max-width: 1024px) {
  .component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .top {
    font-size: 1.5rem;
    margin: 2rem 0;
  }
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .top::after {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/07/map-dropdown.svg") center center / contain no-repeat;
  width: 1rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: 0.2s;
  margin-left: auto;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .top:not(.active)::after {
  transform: rotate(180deg);
  filter: saturate(0);
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 4.625rem;
  row-gap: 1.875rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 600px) {
  .component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid {
    gap: 0.625rem;
    grid-template-columns: 1fr;
  }
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; p {
  margin: 0;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; p.city {
  color: #020D26 !important;
  font-size: 1.0625rem;
  line-height: 1em;
  font-weight: 700 !important;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; p.address {
  margin: 0.625rem 0;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; .flex {
  gap: 0.625rem;
  justify-content: flex-start;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; .flex &gt; a {
  border: 0.0625rem solid #005AAA;
  border-radius: 0.3125rem;
  outline: none;
  color: #005AAA !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.53125rem 0.625rem 0.625rem;
  line-height: 1em !important;
  gap: 0.625rem;
  transition: 0.2s;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; .flex &gt; a::before {
  width: 1rem;
  height: 1rem;
  content: "";
  display: block;
  flex-shrink: 0;
  transition: 0.2s;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; .flex &gt; a.waze::before {
  background: url("/wp-content/uploads/2024/07/waze.svg") center center / contain no-repeat;
}
.component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; .flex &gt; a.google::before {
  background: url("/wp-content/uploads/2024/07/google.svg") center center / contain no-repeat;
}
@media (hover: hover) {
  .component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; .flex &gt; a:hover {
    color: white !important;
    background: #005AAA;
  }
  .component-map &gt; .inner &gt; .map-wrapper &gt; .map-dropdown &gt; .grid &gt; div &gt; .flex &gt; a:hover::before {
    filter: brightness(0) invert(1);
  }
}
.app_banner-wrapper {
  margin: 0 auto 5.875rem;
  max-width: 1400px;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .app_banner-wrapper {
    margin: 0 auto 4rem;
  }
}
.columns_2-video {
  max-width: 1400px;
  padding: 3.75rem 20px 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .columns_2-video {
    padding: 2rem 20px 0;
  }
}
.columns_2-video &gt; div {
  position: relative;
}
.columns_2-video &gt; div &gt; .close {
  content: "";
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  z-index: 10;
  top: 1.875rem;
  right: 1.625rem;
  background: url("/wp-content/uploads/2024/09/close.svg") center center / contain no-repeat;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .columns_2-video &gt; div &gt; .close {
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url("/wp-content/uploads/2024/09/close-mobile.svg") center center / contain no-repeat;
  }
}
.part-video &gt; div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.part-video &gt; div.ratio-4-3 {
  padding-bottom: 75%;
}
.part-video &gt; div &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-documents {
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  .component-documents {
    padding: 4rem 0;
  }
}
.component-documents &gt; .inner {
  margin: auto;
  max-width: 1400px;
  padding: 0 20px;
}
.component-documents &gt; .inner &gt; h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}
@media (max-width: 1024px) {
  .component-documents &gt; .inner &gt; h2 {
    font-size: 1.75rem;
  }
}
.component-documents &gt; .inner &gt; .flex-c {
  display: flex;
  flex-direction: column;
  max-width: 30.5625rem;
  margin: 2rem auto 0;
  gap: 1rem;
}
.component-documents &gt; .inner &gt; .flex-c &gt; a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
  color: #020D26;
  text-decoration: none;
  padding: 1rem 1.5rem;
  gap: 0.75rem;
  border: 0.0625rem solid #DFDFDF;
  transition: 0.2s;
}
.component-documents &gt; .inner &gt; .flex-c &gt; a::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background: url("/wp-content/uploads/2024/10/docs.svg") center center / contain no-repeat;
  display: block;
}
@media (hover: hover) {
  .component-documents &gt; .inner &gt; .flex-c &gt; a:hover {
    border-color: #005BAA;
  }
}
</pre></body></html>