@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  padding: 0px 18px;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.container.xs {
  max-width: 1170px;
}

.flex-side {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-side.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-side.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-side.down {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-side.list > * {
  margin-right: 18px;
}
.flex-side.list > *:last-child {
  margin-right: 0;
}
.flex-side.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-side.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-side.space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-side.stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-side.full > * {
  width: 100%;
}

.flex-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-side.pad-right {
  padding-right: 32px;
}
.flex-side.pad-left {
  padding-left: 32px;
}
.flex-side.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-side.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-side.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-side.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-side.down {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-side.space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-side.stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-side.full > * {
  width: 100%;
}
.flex-side.list > * {
  margin-right: 1.1rem;
}
.flex-side.list > *:last-child {
  margin-right: 0;
}
.flex-side.list.list-xs > * {
  margin-right: 0.8rem;
}
.flex-side.list.list-xs > *:last-child {
  margin-right: 0;
}
.flex-side.list.list-sm > * {
  margin-right: 1.1rem;
}
.flex-side.list.list-sm > *:last-child {
  margin-right: 0;
}
.flex-side.list.list-md > * {
  margin-right: 2.2rem;
}
.flex-side.list.list-md > *:last-child {
  margin-right: 0;
}
.flex-side.list.list-lg > * {
  margin-right: 3.3rem;
}
.flex-side.list.list-lg > *:last-child {
  margin-right: 0;
}
.flex-side.list.list-lgg > * {
  margin-right: 4.4rem;
}
.flex-side.list.list-lgg > *:last-child {
  margin-right: 0;
}

body {
  font-family: "Open Sans", sans-serif;
}

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

a {
  text-decoration: none;
  color: #020e1c;
}
a:hover {
  text-decoration: none;
}
a:active, a:focus {
  outline: 0px !important;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}
button:hover {
  text-decoration: none;
  cursor: pointer;
}
button:active, button:focus {
  outline: 0px !important;
  text-decoration: none;
}

.main-header .top-menu-container {
  border-bottom: 2px solid #dedede;
  background-color: #f6f6f6;
}
.main-header .top-menu-container > .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .sub-menu-container {
  background-color: #f2f2f2;
}
.main-header .sub-menu-container .sub-navigation ul {
  list-style: none;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.main-header .sub-menu-container .sub-navigation ul li {
  display: inline-block;
  vertical-align: top;
}
.main-header .sub-menu-container .sub-navigation ul li a {
  padding: 18px 9px;
  font-weight: 600;
  display: block;
  color: #939393;
}
.main-header .sub-menu-container .sub-navigation ul li a:hover {
  color: #f7d145;
}
.main-header .lang-nav,
.main-header .main-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .lang-nav svg,
.main-header .main-navigation svg {
  margin-right: 9px;
}
.main-header .lang-nav ul,
.main-header .main-navigation ul {
  list-style: none;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.main-header .lang-nav ul li,
.main-header .main-navigation ul li {
  display: inline-block;
  vertical-align: top;
}
.main-header .lang-nav ul li button,
.main-header .lang-nav ul li a,
.main-header .main-navigation ul li button,
.main-header .main-navigation ul li a {
  padding: 18px 9px;
  font-weight: 600;
  display: block;
  color: #020e1c;
}
.main-header .lang-nav ul li button:hover,
.main-header .lang-nav ul li a:hover,
.main-header .main-navigation ul li button:hover,
.main-header .main-navigation ul li a:hover {
  color: #f7d145;
}
.main-header .lang-nav ul li button,
.main-header .main-navigation ul li button {
  padding: 18px 9px;
}

.main-article p {
  line-height: 1.6;
  font-size: 17px;
  color: #020e1c;
}

.content-section {
  padding: 54px 0;
}

.footer-contact {
  background-color: #efefef;
}

.main-footer {
  margin-top: 54px;
}

.footer-widgets {
  background-color: #f6f6f6;
  padding: 2.2rem 0 0;
}
.footer-widgets .footer-nav h3 {
  color: #020e1c;
}
.footer-widgets .footer-nav ul li a {
  color: #020e1c;
}
.footer-widgets .footer-copyright .logo-text {
  color: #020e1c;
}

.footer-copyright {
  background-color: #f1f1f1;
  margin-top: 36px;
  padding: 36px 0;
}
.footer-copyright a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-copyright a.apple-icon {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.footer-copyright a.footer-logo {
  height: auto;
  width: auto;
}
.footer-copyright a:hover {
  opacity: 0.8;
}
.footer-copyright .footer-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-copyright .footer-logo svg, .footer-copyright .footer-logo img {
  margin-right: 0.55rem;
}
.footer-copyright .logo-text {
  font-weight: 400;
  color: #020e1c;
}

.footer-nav h3 {
  text-decoration: none;
  list-style-type: none;
  line-height: normal;
  padding-bottom: 5px;
  line-height: 1.6;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 0;
  color: #020e1c;
}
.footer-nav ul {
  list-style: none;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.footer-nav ul li a {
  text-decoration: none;
  list-style-type: none;
  line-height: normal;
  padding-bottom: 5px;
  line-height: 1.6;
  font-size: 13px;
  text-align: left;
  font-weight: 400;
  color: #020e1c;
}
.footer-nav ul li a:hover {
  color: #f7d145;
}

html {
  height: 100%;
}
html body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
html body .main-footer,
html body .main-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
html body .content-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.icon-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.1rem;
  margin-top: 1.1rem;
}
.icon-box.style-2 a {
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.icon-box.style-2 a .icon-box-content {
  text-align: left;
  margin: 0;
}
.icon-box.style-2 a .icon-box-content strong {
  letter-spacing: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.icon-box.style-2 a .icon-box-thumbnail {
  margin-right: 1.1rem;
  margin-bottom: 0;
  max-width: 45px;
  margin-left: 0;
  width: 100%;
}
.icon-box.style-3 a {
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.icon-box.style-3 a .icon-box-content {
  margin: 0 0 0 0.4rem;
  text-align: left;
}
.icon-box.style-3 a .icon-box-content strong {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1rem;
  color: #04203d;
  margin: 0;
}
.icon-box.style-3 a .icon-box-content small {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  color: #4f5d6c;
}
.icon-box.style-3 a .icon-box-thumbnail {
  margin-right: 1.1rem;
  margin-bottom: 0;
  max-width: 45px;
  margin-left: 0;
  width: 100%;
}
.icon-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.icon-box:hover:first-child {
  margin-left: 0;
}
.icon-box a {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.icon-box a .icon-box-thumbnail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 1.1rem;
  display: block;
  height: 56px;
  width: 56px;
}
.icon-box a .icon-box-content strong {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  line-height: 1.3;
  font-weight: 600;
  font-size: 1rem;
  color: #020e1c;
}
.icon-box a:hover .icon-box-thumbnail {
  -webkit-animation: animThumbnail 2s infinite ease-in-out 0.3s;
  animation: animThumbnail 2s infinite ease-in-out 0.3s;
}
.icon-box a:hover .icon-box-content strong {
  color: #f7d145;
}

.social-list ul {
  list-style: none;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.social-list ul li {
  display: inline-block;
  margin-right: 1.1rem;
  vertical-align: top;
}
.social-list ul li:last-child {
  margin-right: 0;
}
.social-list ul li a {
  display: block;
}
.social-list ul li a:hover {
  opacity: 0.8;
}
.social-list ul li a img {
  max-height: 28px;
  max-width: 28px;
}

@-webkit-keyframes animThumbnail {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animThumbnail {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}