/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
ul,
ol {
  margin: 0 0 0 0;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-anchor: none;
}
html::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
html::-webkit-scrollbar-button {
  background-color: #FFF;
}
html::-webkit-scrollbar-track {
  background-color: #FFF;
}
html::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}
html::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #0f1e2e;
  border-radius: 3px;
}
html::-webkit-scrollbar-corner {
  background-color: #FFF;
}
html::-webkit-resizer {
  background-color: #FFF;
}
body {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #464a4a;
  width: 100%;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background: #FFF;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: red;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  background: #40da2c;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
ul {
  list-style-type: none;
}
strong {
  font-weight: 600;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.section-page {
  overflow-x: hidden;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: 0.5s background, 0.5s box-shadow;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  header .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  header .container {
    display: grid;
    grid-template-columns: 1fr 35px 35px;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  header .container .logo .logos {
    max-height: 45px;
    width: auto;
  }
}
header .container .logo .logoa {
  display: none;
}
@media screen and (max-width: 960px) {
  header .container .logo .logoa {
    max-height: 45px;
    width: auto;
  }
}
header .container .nav ul {
  display: flex;
}
header .container .nav ul li {
  flex-grow: 1;
  text-align: center;
  padding: 0 18px;
}
header .container .nav ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 164%;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
header .container .nav ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 1px;
  transition: 0.5s width;
  background: #FFF;
}
header .container .nav ul li a:hover::before {
  width: 100%;
}
@media screen and (max-width: 960px) {
  header .container .nav {
    position: fixed;
    right: -150%;
    top: 0;
    background: rgba(10, 58, 73, 0.9);
    height: 100vh;
    width: 100%;
    max-width: 560px;
    transition: 0.5s right;
    padding: 100px 40px;
  }
  header .container .nav ul {
    display: block;
  }
  header .container .nav ul li {
    display: block;
    text-align: left;
  }
  header .container .nav ul li a {
    font-size: 24px;
  }
}
header .container .active-nav {
  right: 0;
}
header .container .email a {
  border: 1px solid rgba(255, 255, 255, 0.44);
  width: 51px;
  height: 51px;
  display: grid;
  align-items: center;
  justify-content: center;
  transition: 0.5s background;
}
@media screen and (max-width: 960px) {
  header .container .email a {
    width: 35px;
    height: 35px;
  }
}
header .container .email a svg {
  fill: #FFF;
  transition: 0.5s fill;
}
header .container .email a:hover {
  background: #FFF;
}
header .container .email a:hover svg {
  fill: #464A4A;
}
header .container .burger {
  width: 35px;
  z-index: 20;
  display: none;
}
header .container .burger span {
  height: 1px;
  display: block;
  margin-bottom: 8px;
  background: #FFF;
  transition: 0.5s transform;
}
header .container .burger span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  header .container .burger {
    display: block;
  }
}
header .container .active-burger span {
  margin-bottom: 0;
}
header .container .active-burger span:nth-child(1) {
  transform: rotate(45deg);
}
header .container .active-burger span:nth-child(2) {
  transform: rotate(-45deg);
}
header .container .active-burger span:nth-child(3) {
  display: none;
}
header.fixed {
  background: #FFF;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
header.fixed .logo .logos {
  display: none;
}
header.fixed .logo .logoa {
  display: block;
}
header.fixed .nav ul li a {
  color: #464a4a;
}
@media screen and (max-width: 960px) {
  header.fixed .nav ul li a {
    color: #FFF;
  }
}
header.fixed .nav ul li a::before {
  background: #464A4A;
}
header.fixed .email a {
  border: 1px solid rgba(70, 74, 74, 0.44);
}
header.fixed .email a svg {
  fill: #464A4A;
}
header.fixed .email a:hover {
  background: #464A4A;
}
header.fixed .email a:hover svg {
  fill: #FFF;
}
header.fixed .burger span {
  background: #464A4A;
}
header.fixed .active-burger span {
  background: #FFF;
}
#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-content: center;
  background: url(../img/hero.png) top center no-repeat;
  background-size: cover;
}
#hero .bottom {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 3;
  animation: bounce 1.5s ease-in-out infinite;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
#hero::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(10, 58, 73, 0.79) 0%, rgba(18, 18, 18, 0.2) 100%);
  z-index: 2;
}
#hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#hero .container {
  position: relative;
  z-index: 3;
}
#hero .container .slogan {
  text-align: center;
}
#hero .container .slogan h3 {
  font-weight: 500;
  font-size: 76px;
  line-height: 95%;
  color: #FFF;
  font-family: "Arsenal", sans-serif;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1180px) {
  #hero .container .slogan h3 {
    font-size: 65px;
  }
}
@media screen and (max-width: 960px) {
  #hero .container .slogan h3 {
    font-size: 55px;
  }
}
@media screen and (max-width: 620px) {
  #hero .container .slogan h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 460px) {
  #hero .container .slogan h3 {
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 120%;
  }
}
#hero .container .slogan h3::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  background: #b8a75a;
  height: 2px;
  width: 120px;
  content: "";
}
@media screen and (max-width: 460px) {
  #hero .container .slogan h3::before {
    bottom: -20px;
  }
}
#hero .container .slogan p {
  font-weight: 500;
  font-size: 17px;
  line-height: 124%;
  text-align: center;
  color: rgba(255, 255, 255, 0.81);
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
}
#hero .container .button {
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 460px) {
  #hero .container .button {
    padding-top: 20px;
  }
}
#hero .container .button a {
  width: 275px;
  display: inline-block;
  text-decoration: none;
  padding: 20px 10px;
  margin: 0 10px;
  transition: 0.5s background, 0.5s color;
}
@media screen and (max-width: 960px) {
  #hero .container .button a {
    padding: 12px 10px;
    margin: 0 5px;
  }
}
#hero .container .button a:nth-child(1) {
  font-weight: 700;
  font-size: 14px;
  line-height: 164%;
  color: #121212;
  background: #FFF;
  border: 1px solid #FFF;
}
@media screen and (max-width: 620px) {
  #hero .container .button a:nth-child(1) {
    margin-bottom: 20px;
  }
}
#hero .container .button a:nth-child(1)::after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 10px;
}
#hero .container .button a:nth-child(1):hover {
  background: transparent;
  color: #FFF;
}
#hero .container .button a:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 164%;
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF;
}
#hero .container .button a:nth-child(2)::after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 10px;
}
#hero .container .button a:nth-child(2):hover {
  background: #FFF;
  color: #121212;
}
#precision .container {
  padding-top: 90px;
  padding-bottom: 85px;
}
@media screen and (max-width: 960px) {
  #precision .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#precision .container .head h3 {
  font-weight: 400;
  font-size: 56px;
  line-height: 116%;
  color: #464a4a;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  #precision .container .head h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 960px) {
  #precision .container .head h3 {
    font-size: 36px;
  }
}
#precision .container .head h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 124%;
  color: rgba(70, 74, 74, 0.81);
  border-left: 3px solid #b8a75a;
  padding-left: 15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  #precision .container .head h4 {
    font-size: 15px;
  }
}
#precision .container .flist {
  counter-reset: item;
}
#precision .container .flist .item {
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-left: 75px;
  position: relative;
  counter-increment: item;
  margin-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  #precision .container .flist .item {
    padding: 10px;
    margin-left: 65px;
  }
}
#precision .container .flist .item::before {
  content: "/ " counter(item, decimal-leading-zero);
  position: absolute;
  left: -75px;
  top: 0;
  bottom: 0;
  width: 70px;
  background: #b8a75a;
  display: grid;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
  color: #FFF;
}
@media screen and (max-width: 769px) {
  #precision .container .flist .item::before {
    left: -65px;
    width: 58px;
    font-size: 17px;
  }
}
#precision .container .flist .item::after {
  position: absolute;
  right: 20px;
  top: 35px;
  content: "+";
  font-weight: 200;
  font-size: 50px;
  line-height: 42%;
  color: #b8a75a;
}
@media screen and (max-width: 769px) {
  #precision .container .flist .item::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
#precision .container .flist .item .top {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #precision .container .flist .item .top {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 769px) {
  #precision .container .flist .item .top {
    grid-template-columns: 150px 1fr;
  }
}
@media screen and (max-width: 560px) {
  #precision .container .flist .item .top {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
#precision .container .flist .item .top .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #464a4a;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  #precision .container .flist .item .top .title {
    font-size: 16px;
  }
}
#precision .container .flist .item .top .subtitle {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #464a4a;
  padding-right: 45px;
}
@media screen and (max-width: 960px) {
  #precision .container .flist .item .top .subtitle {
    font-size: 13px;
  }
}
#precision .container .flist .item .desk {
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 1;
  transition: 0.5s max-height, 0.5s opacity, 0.5s visibility, 0.5s padding-top;
}
#precision .container .flist .item .desk p {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #464a4a;
  padding-right: 45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #precision .container .flist .item .desk p {
    font-size: 13px;
  }
}
#precision .container .flist .item.active::after {
  content: "-";
}
#precision .container .flist .item.active .desk {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  padding-top: 30px;
}
#precision2 {
  background: #f6f6f6;
}
#precision2 .container {
  padding-top: 65px;
  padding-bottom: 30px;
}
#precision2 .container .head {
  text-align: center;
}
#precision2 .container .head h3 {
  font-weight: 400;
  font-size: 56px;
  line-height: 116%;
  color: #464a4a;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 1180px) {
  #precision2 .container .head h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 960px) {
  #precision2 .container .head h3 {
    font-size: 36px;
  }
}
#precision2 .container .head h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 124%;
  color: rgba(70, 74, 74, 0.81);
  padding-left: 15px;
  margin-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #precision2 .container .head h4 {
    font-size: 15px;
  }
}
#precision2 .container .head h4::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  background: #b8a75a;
  height: 2px;
  width: 120px;
  content: "";
}
#precision2 .container .text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #464a4a;
  margin-bottom: 25px;
  max-width: 627px;
}
@media screen and (max-width: 1180px) {
  #precision2 .container .text p {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #precision2 .container .text p {
    font-size: 13px;
  }
}
#our .container {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 558px;
  grid-gap: 130px;
}
@media screen and (max-width: 1180px) {
  #our .container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  #our .container {
    grid-template-columns: 1fr 0.7fr;
  }
}
@media screen and (max-width: 769px) {
  #our .container {
    grid-template-columns: 1fr ;
  }
}
#our .container .left h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 71%;
  color: #464a4a;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #our .container .left h3 {
    text-align: center;
  }
}
#our .container .left p {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #464a4a;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  #our .container .right {
    text-align: center;
  }
}
#our .container .right img {
  margin-top: -305px;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.2);
  transition: 0.5s transform;
}
@media screen and (max-width: 1180px) {
  #our .container .right img {
    margin-top: 0px;
  }
}
#our .container .right img:hover {
  transform: rotate(-1deg);
}
#trusted .container {
  padding-top: 135px;
  padding-bottom: 85px;
}
@media screen and (max-width: 960px) {
  #trusted .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#trusted .container .head {
  text-align: center;
}
#trusted .container .head h3 {
  font-weight: 400;
  font-size: 56px;
  line-height: 116%;
  color: #464a4a;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 1180px) {
  #trusted .container .head h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 960px) {
  #trusted .container .head h3 {
    font-size: 36px;
  }
}
#trusted .container .head h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 124%;
  color: rgba(70, 74, 74, 0.81);
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #trusted .container .head h4 {
    font-size: 13px;
  }
}
#trusted .container .head h4::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  background: #b8a75a;
  height: 2px;
  width: 120px;
  content: "";
}
#trusted .container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
}
@media (max-width: 1180px) {
  #trusted .container .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 620px) {
  #trusted .container .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 1180px) {
  #trusted .container .list .item.mobile-only {
    display: none;
  }
}
#trusted .container .list .item .icon {
  width: 60px;
  height: 60px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #b8a75a;
  margin-bottom: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
#trusted .container .list .item .text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #464a4a;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #trusted .container .list .item .text p {
    font-size: 13px;
  }
}
#trusted .container .list .item .text p strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #464a4a;
}
@media screen and (max-width: 960px) {
  #trusted .container .list .item .text p strong {
    font-size: 17px;
  }
}
#building {
  background: #f6f6f6;
}
#building .container {
  display: grid;
  grid-template-columns: 558px 1fr;
  grid-gap: 120px;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1180px) {
  #building .container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  #building .container {
    grid-template-columns: 0.7fr 1fr;
  }
}
@media screen and (max-width: 769px) {
  #building .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media screen and (max-width: 769px) {
  #building .container .left {
    text-align: center;
  }
}
#building .container .left img {
  margin-top: -340px;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.2);
  transition: 0.5s transform;
}
@media (max-width: 1180px) {
  #building .container .left img {
    margin-top: 0;
  }
}
#building .container .left img:hover {
  transform: rotate(1deg);
}
#building .container .right .text h3 {
  font-weight: 400;
  font-size: 56px;
  line-height: 116%;
  color: #464a4a;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  #building .container .right .text h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 960px) {
  #building .container .right .text h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 769px) {
  #building .container .right .text h3 {
    text-align: center;
  }
}
#building .container .right .text h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 124%;
  color: rgba(70, 74, 74, 0.81);
  border-left: 3px solid #b8a75a;
  padding-left: 15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  #building .container .right .text h4 {
    font-size: 15px;
  }
}
#building .container .right .text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #464a4a;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #building .container .right .text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 620px) {
  #building .container .right .button {
    text-align: center;
  }
}
#building .container .right .button a {
  font-weight: 700;
  font-size: 14px;
  line-height: 164%;
  color: #121212;
  background: #FFF;
  padding: 20px 35px;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.5s color, 0.5s background;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
#building .container .right .button a::after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 10px;
}
#building .container .right .button a:hover {
  background: #464A4A;
  color: #FFF;
}
#contacts .container {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  grid-gap: 110px;
  padding-top: 135px;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}
@media (max-width: 1180px) {
  #contacts .container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  #contacts .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  #contacts .container {
    grid-template-columns: 1fr;
  }
}
#contacts .container .left h3 {
  font-weight: 400;
  font-size: 56px;
  line-height: 116%;
  color: #464a4a;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  #contacts .container .left h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 960px) {
  #contacts .container .left h3 {
    font-size: 36px;
    line-height: 71%;
  }
}
#contacts .container .left h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 124%;
  color: rgba(70, 74, 74, 0.81);
  padding-left: 15px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #contacts .container .left h4 {
    font-size: 15px;
  }
}
#contacts .container .left h4::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 25px;
  background: #b8a75a;
  content: "";
}
#contacts .container .left ul li {
  vertical-align: middle;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 124%;
  color: rgba(70, 74, 74, 0.81);
}
@media screen and (max-width: 960px) {
  #contacts .container .left ul li {
    font-size: 15px;
  }
}
#contacts .container .left ul li a {
  color: rgba(70, 74, 74, 0.81);
  text-decoration: none;
}
#contacts .container .left ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
#contacts .container .right h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 71%;
  color: #464a4a;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 45px;
}
#contacts .container .right .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 65px;
  margin-bottom: 45px;
}
@media screen and (max-width: 560px) {
  #contacts .container .right .two {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }
}
#contacts .container .right input[type=text] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding-bottom: 22px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #121212;
  font-family: "Inter", sans-serif;
}
#contacts .container .right input[type=text]::placeholder {
  font-size: 16px;
  line-height: 111%;
  color: #121212;
}
#contacts .container .right input[type=email] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding-bottom: 22px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #121212;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 560px) {
  #contacts .container .right input[type=email] {
    padding-bottom: 10px;
  }
}
#contacts .container .right input[type=email]::placeholder {
  font-size: 16px;
  line-height: 111%;
  color: #121212;
}
#contacts .container .right textarea {
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 25px 30px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #121212;
  font-family: "Inter", sans-serif;
  height: 260px;
  resize: none;
  margin-bottom: 40px;
}
#contacts .container .right textarea::placeholder {
  font-size: 16px;
  line-height: 111%;
  color: #121212;
}
#contacts .container .right button {
  font-weight: 700;
  font-size: 14px;
  line-height: 164%;
  padding: 18px 45px;
  background: #c9a24d;
  border: 1px solid #c9a24d;
  color: #FFF;
  cursor: pointer;
  transition: 0.5s color, 0.5s background;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 560px) {
  #contacts .container .right button {
    width: 100%;
  }
}
#contacts .container .right button:hover {
  background: #FFF;
  color: #c9a24d;
}
footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 560px) {
  footer .container {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-gap: 20px;
  }
}
footer .container .right {
  text-align: right;
}
@media screen and (max-width: 560px) {
  footer .container .right {
    text-align: center;
  }
}
footer .container .right a {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}
#ex1 {
  border-radius: 0;
  padding: 40px;
  width: 100%;
  max-width: 90%;
}
@media screen and (max-width: 960px) {
  #ex1 {
    padding: 40px 15px;
    max-width: 98%;
  }
}
#ex1 .close-modal {
  right: 10px;
  top: 10px;
}
#ex1 h1,
#ex1 h2,
#ex1 h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 123%;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #ex1 h1,
  #ex1 h2,
  #ex1 h3 {
    font-size: 30px;
  }
}
#ex1 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 136%;
  letter-spacing: -0.02em;
  color: rgba(29, 26, 26, 0.7);
  margin-bottom: 25px;
}
#ex1 ul {
  margin: 25px;
  font-weight: 300;
  font-size: 15px;
  line-height: 136%;
  letter-spacing: -0.02em;
  color: rgba(29, 26, 26, 0.7);
}
.blocker {
  z-index: 30!important;
  background: rgba(0, 0, 0, 0.6) !important;
}
