*,
*::before,
*::after {
  box-sizing: border-box; }

h5,
h4,
h3,
h2,
h1,
p {
  margin: 0; }

a:hover {
  text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

@font-face {
  font-family: "JosefinSans-Regular";
  src: url(../webfonts/JosefinSans-Regular.ttf) format("truetype"); }

@font-face {
  font-family: "JosefinSans-Bold";
  src: url(../webfonts/JosefinSans-Bold.ttf) format("truetype"); }

@font-face {
  font-family: "GothamRounded-Book";
  src: url(../webfonts/GothamRounded-Book.otf) format("opentype"); }

@font-face {
  font-family: "DINPro";
  src: url(../webfonts/DINPro.otf) format("opentype"); }

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'GothamRounded-Book';
  overflow-x: hidden; }
  body .loading-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EFFFFF;
    background-color: #fff;
    z-index: 999;
    display: grid;
    align-items: center;
    justify-items: center; }
    body .loading-div img {
      width: 160px; }
      @media only screen and (min-width: 992px) {
        body .loading-div img {
          width: 240px; } }
  body .header-md {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 20;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body .header-md .logo-lines {
      height: 80px;
      display: grid;
      align-items: center; }
      body .header-md .logo-lines .container {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: center; }
        body .header-md .logo-lines .container .logo-img img {
          height: 50px; }
    body .header-md .main-header-md-ul-div {
      position: fixed;
      top: 80px;
      left: 0;
      width: 100%;
      height: calc(100vh - 80px);
      background-color: rgba(0, 0, 0, 0.7);
      transform: translate(-100%, 0);
      transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      z-index: 10; }
      body .header-md .main-header-md-ul-div.toggle-main-header-md-ul-div {
        transform: translate(0); }
      body .header-md .main-header-md-ul-div .main-header-md-ul {
        background-color: #fff;
        overflow: auto;
        width: 250px;
        height: 100%; }
        @media only screen and (min-width: 768px) {
          body .header-md .main-header-md-ul-div .main-header-md-ul {
            width: 260px; } }
        body .header-md .main-header-md-ul-div .main-header-md-ul li a span {
          font-family: 'JosefinSans-Bold'; }
        body .header-md .main-header-md-ul-div .main-header-md-ul li.drop-li {
          overflow: hidden; }
        body .header-md .main-header-md-ul-div .main-header-md-ul > li {
          display: grid; }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li > a {
            padding: 12px 18px; }
            body .header-md .main-header-md-ul-div .main-header-md-ul > li > a > span {
              font-weight: bold;
              color: #272727;
              font-size: 18px; }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li .drop-a {
            display: grid;
            grid-template-columns: auto auto;
            justify-content: space-between;
            align-items: center;
            transition: all .4s ease-out; }
            body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li .drop-a i {
              transition: all .4s ease-out;
              color: #272727;
              font-size: 14px; }
            body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li .drop-a.toggle-drop-a i {
              transform: rotate(90deg); }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .drop-a.toggle-drop-a {
            background-color: #f4f4f4; }
            body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .drop-a.toggle-drop-a i {
              transform: rotate(90deg); }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li .dropped-ul {
            height: 0;
            transition: height 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0.4s ease-out;
            background-color: #fff; }
            body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li .dropped-ul > li {
              display: grid; }
              body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li .dropped-ul > li > a {
                border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
                body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li .dropped-ul > li > a > span {
                  color: #272727;
                  color: #676767;
                  font-weight: bold;
                  font-size: 14px; }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .dropped-ul > li > a {
            padding: 8px 18px 8px 34px; }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .dropped-ul > li.drop-li > .dropped-ul > li > a {
            padding: 8px 18px 8px 50px; }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .dropped-ul > li.drop-li > .dropped-ul > li.drop-li > .dropped-ul > li > a {
            padding: 8px 18px 8px 64px; }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .dropped-ul > .drop-li > .drop-a.toggle-drop-a {
            background-color: moccasin;
            background-color: aliceblue; }
          body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .dropped-ul > .drop-li > .dropped-ul {
            background-color: moccasin;
            background-color: aliceblue; }
            body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .dropped-ul > .drop-li > .dropped-ul > .drop-li > .drop-a.toggle-drop-a {
              background-color: aliceblue;
              background-color: moccasin; }
            body .header-md .main-header-md-ul-div .main-header-md-ul > li.drop-li > .dropped-ul > .drop-li > .dropped-ul > .drop-li > .dropped-ul {
              background-color: aliceblue;
              background-color: moccasin; }
    @media only screen and (min-width: 992px) {
      body .header-md {
        display: none; } }
    body .header-md.toggle-header-md {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  body .header-lg {
    display: none;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 120px;
    transition: all 0.3s ease-out; }
    @media only screen and (min-width: 992px) {
      body .header-lg {
        display: grid; } }
    body .header-lg .header-lg-top {
      height: 65px;
      border-bottom: 1px solid aliceblue;
      align-self: start;
      transition: all 0.3s ease-out;
      display: grid; }
      body .header-lg .header-lg-top > .container {
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        grid-gap: 52px; }
        body .header-lg .header-lg-top > .container .phone {
          margin-left: 290px;
          display: grid;
          grid-auto-flow: column;
          justify-content: start;
          grid-gap: 6px;
          align-items: center;
          color: #346bb5; }
          body .header-lg .header-lg-top > .container .phone i {
            font-size: 32px;
            line-height: 0; }
          body .header-lg .header-lg-top > .container .phone span {
            line-height: 1;
            color: #605c5c;
            font-size: 18px;
            font-family: "DINPro"; }
            @media only screen and (min-width: 1200px) {
              body .header-lg .header-lg-top > .container .phone span {
                font-size: 24px; } }
        body .header-lg .header-lg-top > .container .social-ul {
          display: grid;
          grid-auto-flow: column;
          grid-gap: 14px;
          justify-content: start; }
          body .header-lg .header-lg-top > .container .social-ul li {
            display: grid; }
            body .header-lg .header-lg-top > .container .social-ul li a {
              display: grid;
              align-items: center;
              justify-items: center;
              border-radius: 200px 200px 200px 50px;
              width: 42px;
              height: 42px;
              transition: all 0.2s ease-out; }
              body .header-lg .header-lg-top > .container .social-ul li a i {
                font-size: 20px;
                color: #151515;
                transition: all 0.2s ease-out; }
            body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(1) a {
              background-color: #d7e4ff; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(1) a:hover {
                background-color: #3b5998; }
                body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(1) a:hover i {
                  color: #fff; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(1) a i {
                color: #3b5998; }
            body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(2) a {
              background-color: #b4e2ff; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(2) a:hover {
                background-color: #1da1f2; }
                body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(2) a:hover i {
                  color: #fff; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(2) a i {
                color: #1da1f2; }
            body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(2) a {
              background-color: #ffdada; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(2) a:hover {
                background-color: #ff0000; }
                body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(2) a:hover i {
                  color: #fff; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(2) a i {
                color: #ff0000; }
            body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(3) a {
              background-color: #ffcae8; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(3) a:hover {
                background-color: #c13584; }
                body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(3) a:hover i {
                  color: #fff; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(3) a i {
                color: #c13584; }
            body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(4) a {
              background-color: #ffdada; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(4) a:hover {
                background-color: #ff0000; }
                body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(4) a:hover i {
                  color: #fff; }
              body .header-lg .header-lg-top > .container .social-ul li:nth-of-type(4) a i {
                color: #ff0000; }
        body .header-lg .header-lg-top > .container .power-ring-link {
          color: #346bb5;
          text-align: center;
          padding: 9px 18px;
          border-radius: 52px;
          border: 1px solid #eee;
          position: relative;
          overflow: hidden;
          transition: all .3s ease-out; }
          body .header-lg .header-lg-top > .container .power-ring-link:hover {
            background-color: #4f85cd;
            border-color: transparent;
            color: #fff;
            animation-play-state: paused; }
          body .header-lg .header-lg-top > .container .power-ring-link::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            border-radius: 52px;
            background-image: linear-gradient(to right, #fff, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
            animation: glass-it 2s ease-out infinite;
            z-index: -1; }

@keyframes glass-it {
  100% {
    left: 100%; } }
        body .header-lg .header-lg-top > .container .email {
          display: grid;
          grid-auto-flow: column;
          justify-content: end;
          grid-gap: 6px;
          align-items: center;
          color: #346bb5; }
          body .header-lg .header-lg-top > .container .email i {
            font-size: 32px;
            line-height: 0; }
          body .header-lg .header-lg-top > .container .email span {
            font-family: "JosefinSans-Regular";
            line-height: 1;
            color: #605c5c;
            color: #474747;
            font-weight: bold;
            font-size: 16px; }
            @media only screen and (min-width: 1200px) {
              body .header-lg .header-lg-top > .container .email span {
                font-size: 20px; } }
    body .header-lg .header-lg-bottom {
      display: grid;
      border-bottom: 1px solid aliceblue;
      height: 55px;
      padding: 0 32px;
      transition: all 0.3s ease-out; }
      body .header-lg .header-lg-bottom .container {
        display: grid; }
      body .header-lg .header-lg-bottom .main-header-lg-ul {
        display: grid;
        grid-auto-flow: column;
        justify-content: space-between; }
        body .header-lg .header-lg-bottom .main-header-lg-ul > li {
          display: grid; }
          body .header-lg .header-lg-bottom .main-header-lg-ul > li.img-li {
            position: relative;
            width: 284px;
            display: grid;
            justify-items: center; }
            body .header-lg .header-lg-bottom .main-header-lg-ul > li.img-li a {
              background-color: #fff;
              width: 284px;
              height: 100px;
              display: grid;
              position: absolute;
              bottom: 10px;
              left: 50%;
              transform: translate(-50%, 0);
              z-index: 2; }
              body .header-lg .header-lg-bottom .main-header-lg-ul > li.img-li a img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transform-origin: left center;
                padding-right: 20px;
                height: 84px;
                transition: all 0.3s ease-out; }
          body .header-lg .header-lg-bottom .main-header-lg-ul > li a {
            display: grid;
            align-items: center;
            color: #605c5c;
            color: #151515;
            cursor: pointer;
            transition: all 0.3s ease-out; }
            body .header-lg .header-lg-bottom .main-header-lg-ul > li a > span {
              font-family: "JosefinSans-Regular";
              font-size: 16px;
              font-weight: bold; }
          body .header-lg .header-lg-bottom .main-header-lg-ul > li > a > span {
            font-size: 18px; }
          body .header-lg .header-lg-bottom .main-header-lg-ul > li > a > i {
            font-size: 18px !important; }
          body .header-lg .header-lg-bottom .main-header-lg-ul > li:hover > a {
            color: #346bb5; }
            body .header-lg .header-lg-bottom .main-header-lg-ul > li:hover > a i {
              transform: rotate(-180deg); }
        body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li {
          position: relative;
          display: grid; }
          body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li > .hover-a > i {
            transition: inherit; }
          body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hover-a {
            display: grid;
            grid-template-columns: 1fr auto;
            align-items: center;
            grid-gap: 10px; }
            body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hover-a > i {
              font-size: 14px; }
          body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul {
            border-bottom-left-radius: 22px;
            border-bottom-right-radius: 22px;
            position: absolute;
            top: 100%;
            left: 0;
            transform-origin: top left;
            transform: scale(0) translate(0, 200px);
            opacity: 0;
            visibility: hidden;
            width: 250px;
            background-color: #fff;
            box-shadow: 0 22px 28px rgba(0, 0, 0, 0.15);
            display: grid;
            z-index: 5;
            transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
            body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul li {
              display: grid; }
              body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul li:last-of-type a {
                border-bottom-left-radius: 22px;
                border-bottom-right-radius: 22px; }
              body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul li:hover > a {
                box-shadow: 0 12px 16px rgba(0, 0, 0, 0.15);
                background-color: #346bb5;
                color: #fff; }
              body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul li a {
                display: grid;
                grid-gap: 8px;
                align-content: center;
                justify-items: center;
                padding: 14px;
                position: relative;
                color: #5f5f5f;
                text-align: center; }
                body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul li a span {
                  font-size: 14px;
                  font-size: 16px; }
            body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul.side-ul {
              width: 220px;
              top: 0;
              left: 100%;
              transform: scale(0) translate(-200px, 0); }
              body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul.side-ul li > a {
                border-radius: 0; }
              body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li .hovered-ul.side-ul li:last-of-type > a {
                border-bottom-left-radius: 22px;
                border-bottom-right-radius: 22px; }
          body .header-lg .header-lg-bottom .main-header-lg-ul li.hover-li:hover > .hovered-ul {
            transform: scale(1) translate(0, 0);
            opacity: 1;
            visibility: visible; }
        body .header-lg .header-lg-bottom .main-header-lg-ul li.active-li > a > span {
          color: #346bb5; }
        body .header-lg .header-lg-bottom .main-header-lg-ul > li:last-of-type .hovered-ul {
          width: 170px; }
        body .header-lg .header-lg-bottom .main-header-lg-ul > li:last-of-type:hover .hovered-ul {
          left: 50%;
          transform: scale(1) translate(-50%, 0) !important; }
    body .header-lg.toggle-header-lg {
      width: 100%;
      transform: translate(0, -65px);
      z-index: 10;
      background-color: #fff;
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15); }
      body .header-lg.toggle-header-lg .header-lg-bottom .main-header-lg-ul > li.img-li {
        margin: 0;
        width: 173px;
        height: 54px; }
        body .header-lg.toggle-header-lg .header-lg-bottom .main-header-lg-ul > li.img-li a {
          width: 173px;
          height: 54px;
          bottom: 16px; }
          body .header-lg.toggle-header-lg .header-lg-bottom .main-header-lg-ul > li.img-li a img {
            padding-right: 18px;
            transform: scale(0.6) translate(-50%, -50%); }
  body .home-main-slider {
    margin-top: 80px; }
    @media only screen and (min-width: 992px) {
      body .home-main-slider {
        margin-top: 120px; } }
    body .home-main-slider .swiper-wrapper .swiper-slide .slider-img img {
      width: 100%;
      height: 260px; }
      @media only screen and (min-width: 768px) {
        body .home-main-slider .swiper-wrapper .swiper-slide .slider-img img {
          height: 440px; } }
      @media only screen and (min-width: 992px) {
        body .home-main-slider .swiper-wrapper .swiper-slide .slider-img img {
          height: 500px; } }
      @media only screen and (min-width: 1200px) {
        body .home-main-slider .swiper-wrapper .swiper-slide .slider-img img {
          height: calc(100vh - 120px); } }
    body .home-main-slider .swiper-wrapper .swiper-slide .slider-text {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%);
      padding: 0 50px;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        body .home-main-slider .swiper-wrapper .swiper-slide .slider-text {
          padding: 0 62px; } }
      @media only screen and (min-width: 992px) {
        body .home-main-slider .swiper-wrapper .swiper-slide .slider-text {
          padding: 0 132px;
          display: grid;
          align-items: center; } }
      body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons {
        display: grid;
        grid-gap: 18px;
        width: 90%;
        margin: auto; }
        @media only screen and (min-width: 992px) {
          body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons {
            grid-gap: 32px;
            width: 80%; } }
        body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text {
          display: grid;
          grid-gap: 8px; }
          @media only screen and (min-width: 992px) {
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text {
              grid-gap: 18px; } }
          @media only screen and (min-width: 1200px) {
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text {
              grid-gap: 22px; } }
          body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p {
            color: #fff;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            text-transform: uppercase;
            line-height: 1.3;
            font-family: 'JosefinSans-Bold'; }
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p:first-of-type {
              text-shadow: 0 0 17px rgba(255, 255, 255, 0.8);
              font-weight: bolder;
              transform: translate(0, -100px) scale(0);
              transition: all 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s;
              font-size: 26px; }
              @media only screen and (min-width: 768px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p:first-of-type {
                  font-size: 32px; } }
              @media only screen and (min-width: 992px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p:first-of-type {
                  font-size: 48px; } }
              @media only screen and (min-width: 1200px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p:first-of-type {
                  font-size: 62px; } }
              @media only screen and (min-width: 1600px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p:first-of-type {
                  font-size: 72px; } }
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p:last-of-type {
              transform: translate(300px, 0);
              transition: all 1.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2s;
              font-size: 14px;
              color: #346bb5;
              color: rgba(255, 255, 255, 0.8);
              font-weight: bolder; }
              @media only screen and (min-width: 768px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p:last-of-type {
                  font-size: 16px; } }
              @media only screen and (min-width: 992px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text > p:last-of-type {
                  font-size: 18px; } }
        body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons {
          justify-self: center;
          display: grid;
          grid-auto-flow: column;
          grid-gap: 16px; }
          @media only screen and (min-width: 992px) {
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons {
              grid-gap: 22px; } }
          @media only screen and (min-width: 1200px) {
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons {
              grid-gap: 32px; } }
          body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a {
            border-radius: 50px;
            transform: scale(1.5);
            opacity: 0;
            visibility: hidden;
            display: grid;
            grid-template-columns: auto 1fr;
            align-items: center;
            grid-gap: 3px;
            padding: 8px 14px;
            position: relative;
            background-color: #3974c5; }
            @media only screen and (min-width: 768px) {
              body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a {
                padding: 8px 16px; } }
            @media only screen and (min-width: 992px) {
              body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a {
                grid-gap: 4px;
                padding: 10px 18px; } }
            @media only screen and (min-width: 1200px) {
              body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a {
                padding: 14px 24px;
                grid-gap: 5px; } }
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i,
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a span {
              color: #fff;
              position: relative;
              z-index: 1; }
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a span {
              font-family: "JosefinSans-Regular";
              font-size: 12px; }
              @media only screen and (min-width: 768px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a span {
                  font-size: 16px; } }
              @media only screen and (min-width: 992px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a span {
                  font-size: 18px; } }
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i {
              font-size: 16px; }
              @media only screen and (min-width: 768px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i {
                  font-size: 18px; } }
              @media only screen and (min-width: 992px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i {
                  font-size: 22px; } }
              @media only screen and (min-width: 1200px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i {
                  font-size: 26px; } }
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:first-of-type {
              transition: transform .4s ease-out 3s, scale .4s ease-out 3s, opacity .4s ease-out 3s, visibility .4s ease-out 3s, background-color .3s ease-out;
              background-color: rgba(0, 0, 0, 0.801); }
              body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:first-of-type:hover {
                background-color: #3974c5; }
              body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:first-of-type i::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 1px;
                height: 1px;
                border-radius: 50%;
                animation: pulse-animation 2s ease-out infinite; }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #346bb5; }
  70% {
    box-shadow: 0 0 0 2rem rgba(0, 0, 0, 0); }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); } }
              @media only screen and (min-width: 768px) {
                @keyframes pulse-animation {
                  0% {
                    box-shadow: 0 0 0 0 #346bb5; }
                  70% {
                    box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0); }
                  100% {
                    box-shadow: 0 0 0 rgba(0, 0, 0, 0); } } }
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:last-of-type {
              display: none;
              overflow: hidden;
              transition: all .4s ease-out 3.5s; }
              @media only screen and (min-width: 992px) {
                body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:last-of-type {
                  display: grid; } }
              body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:last-of-type::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 1px;
                height: 1px;
                border-radius: 50%;
                transition: all .6s ease-out; }
            body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:hover::after {
              box-shadow: 0 0 0 10rem rgba(0, 0, 0, 0.884); }
    body .home-main-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-text .text-buttons .text p {
      transform: translate(0, 0) scale(1);
      opacity: 1;
      visibility: visible; }
    body .home-main-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-text .text-buttons .buttons a {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }

@keyframes moreLoopY {
  0% {
    transform: scale(1, 0);
    transform-origin: top; }
  47% {
    transform: scale(1, 1);
    transform-origin: top; }
  48% {
    transform: scale(1, 1);
    transform-origin: bottom; }
  95% {
    transform: scale(1, 0);
    transform-origin: bottom; }
  96% {
    transform: scale(1, 0);
    transform-origin: top; }
  100% {
    transform: scale(1, 0); } }
  body .home-main-slider-next,
  body .home-main-slider-prev {
    top: 50% !important;
    transform: translate(0, -50%);
    z-index: 2;
    display: grid;
    align-items: center;
    justify-items: center;
    position: absolute;
    background-image: none !important;
    margin: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(52, 107, 181, 0.7);
    line-height: 1;
    width: 48px;
    height: 48px;
    box-shadow: 0 0 8px #3974c5;
    transition: all 0.4s ease-out; }
    @media only screen and (min-width: 768px) {
      body .home-main-slider-next,
      body .home-main-slider-prev {
        width: 52px;
        height: 52px; } }
    @media only screen and (min-width: 992px) {
      body .home-main-slider-next,
      body .home-main-slider-prev {
        width: 62px;
        height: 62px; } }
    @media only screen and (min-width: 1200px) {
      body .home-main-slider-next,
      body .home-main-slider-prev {
        width: 72px;
        height: 72px; } }
    @media only screen and (min-width: 1600px) {
      body .home-main-slider-next,
      body .home-main-slider-prev {
        width: 82px;
        height: 82px; } }
    body .home-main-slider-next span,
    body .home-main-slider-prev span {
      color: #fff; }
      @media only screen and (min-width: 992px) {
        body .home-main-slider-next span,
        body .home-main-slider-prev span {
          font-size: 22px; } }
    body .home-main-slider-next:hover,
    body .home-main-slider-prev:hover {
      transform: translate(0, -50%) scale(1.2);
      background-color: #346bb5;
      box-shadow: 0 2px 8px rgba(255, 255, 255, 0.25); }
    body .home-main-slider-next:focus,
    body .home-main-slider-prev:focus {
      outline: 0; }
  body .home-main-slider-prev {
    left: unset !important;
    right: 8px !important; }
    @media only screen and (min-width: 768px) {
      body .home-main-slider-prev {
        right: 12px !important; } }
    @media only screen and (min-width: 992px) {
      body .home-main-slider-prev {
        right: 20px !important; } }
    @media only screen and (min-width: 1200px) {
      body .home-main-slider-prev {
        right: 30px !important; } }
    @media only screen and (min-width: 1600px) {
      body .home-main-slider-prev {
        right: 42px !important; } }
  body .home-main-slider-next {
    left: 8px !important;
    right: unset !important; }
    @media only screen and (min-width: 768px) {
      body .home-main-slider-next {
        left: 12px !important; } }
    @media only screen and (min-width: 992px) {
      body .home-main-slider-next {
        left: 20px !important; } }
    @media only screen and (min-width: 1200px) {
      body .home-main-slider-next {
        left: 30px !important; } }
    @media only screen and (min-width: 1600px) {
      body .home-main-slider-next {
        left: 42px; } }
  body .home-main-slider-pagination {
    position: absolute;
    width: unset !important;
    height: unset !important;
    bottom: -30px !important;
    top: unset !important;
    left: 50% !important;
    display: grid;
    grid-gap: 6px;
    border-radius: 52px;
    padding: 6px 16px 32px 16px;
    grid-auto-flow: column;
    justify-content: start;
    transform: translate(-50%, 0); }
    @media only screen and (min-width: 768px) {
      body .home-main-slider-pagination {
        grid-gap: 8px; } }
    @media only screen and (min-width: 992px) {
      body .home-main-slider-pagination {
        transform: none;
        grid-auto-flow: row;
        grid-gap: 12px;
        padding: 26px 42px 26px 12px;
        top: 12px !important;
        bottom: unset !important;
        left: unset !important;
        right: -40px !important; } }
    body .home-main-slider-pagination span {
      width: 22px;
      height: 22px;
      margin: 0 !important;
      position: relative;
      opacity: 1;
      background-color: transparent;
      transform: rotate(-270deg);
      color: #fff;
      font-size: 16px;
      transition: all .4s ease-out; }
      @media only screen and (min-width: 992px) {
        body .home-main-slider-pagination span {
          width: 38px;
          height: 38px; } }
      @media only screen and (min-width: 768px) {
        body .home-main-slider-pagination span {
          font-size: 18px; } }
      @media only screen and (min-width: 992px) {
        body .home-main-slider-pagination span {
          font-size: 32px; } }
      body .home-main-slider-pagination span::before {
        font-family: 'Ionicons';
        content: '\eb6c';
        content: '\ebd0';
        font-family: 'linearIcons';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      body .home-main-slider-pagination span:focus {
        outline: 0; }
      body .home-main-slider-pagination span.swiper-pagination-bullet-active {
        opacity: 1;
        background-color: transparent;
        transform: rotate(0);
        background-color: rgba(0, 0, 0, 0.6);
        background-color: rgba(52, 107, 181, 0.8);
        text-shadow: 0 1px 4px rgba(255, 255, 255, 0.6); }
        body .home-main-slider-pagination span.swiper-pagination-bullet-active::before {
          content: '\e9af';
          content: '\eb6c'; }
  body .home-about-section {
    background-color: #fdfdfd;
    margin: 52px 0; }
    @media only screen and (min-width: 992px) {
      body .home-about-section {
        margin: 62px 0; } }
    @media only screen and (min-width: 1200px) {
      body .home-about-section {
        margin: 82px 0; } }
    body .home-about-section .section-body {
      display: grid; }
      @media only screen and (min-width: 992px) {
        body .home-about-section .section-body {
          grid-template-columns: 1fr 1fr; } }
      @media only screen and (min-width: 1600px) {
        body .home-about-section .section-body {
          grid-template-columns: 40% 60%; } }
      body .home-about-section .section-body .left-section {
        padding: 15px;
        display: grid;
        grid-gap: 8px;
        align-content: center; }
        @media only screen and (min-width: 768px) {
          body .home-about-section .section-body .left-section {
            grid-gap: 14px;
            padding: 22px 16px; } }
        @media only screen and (min-width: 992px) {
          body .home-about-section .section-body .left-section {
            padding: 28px 24px;
            grid-gap: 18px; } }
        @media only screen and (min-width: 1200px) {
          body .home-about-section .section-body .left-section {
            padding: 52px 72px; } }
        @media only screen and (min-width: 1200px) {
          body .home-about-section .section-body .left-section {
            padding: 62px 82px; } }
        body .home-about-section .section-body .left-section .section-heading .heading span {
          font-size: 26px;
          font-family: 'JosefinSans-Bold'; }
          @media only screen and (min-width: 992px) {
            body .home-about-section .section-body .left-section .section-heading .heading span {
              font-size: 28px; } }
          @media only screen and (min-width: 1200px) {
            body .home-about-section .section-body .left-section .section-heading .heading span {
              font-size: 38px; } }
          @media only screen and (min-width: 1600px) {
            body .home-about-section .section-body .left-section .section-heading .heading span {
              font-size: 52px; } }
        body .home-about-section .section-body .left-section .section-heading .heading span:first-of-type {
          color: #151515; }
        body .home-about-section .section-body .left-section .section-heading .heading span:last-of-type {
          color: #346bb5; }
        body .home-about-section .section-body .left-section .body {
          display: grid;
          grid-gap: 16px; }
          @media only screen and (min-width: 992px) {
            body .home-about-section .section-body .left-section .body {
              grid-gap: 22px; } }
          @media only screen and (min-width: 1200px) {
            body .home-about-section .section-body .left-section .body {
              grid-gap: 32px; } }
          body .home-about-section .section-body .left-section .body .text {
            padding: 14px;
            background-color: aliceblue;
            border-left: 2px solid #346bb5;
            border-radius: 0 4px 4px 0; }
            @media only screen and (min-width: 992px) {
              body .home-about-section .section-body .left-section .body .text {
                border-width: 3px;
                border-radius: 0 6px 6px 0;
                padding: 22px; } }
            @media only screen and (min-width: 1200px) {
              body .home-about-section .section-body .left-section .body .text {
                padding: 38px; } }
            body .home-about-section .section-body .left-section .body .text ul {
              list-style-type: disc;
              display: grid;
              grid-gap: 8px;
              padding-left: 14px; }
              @media only screen and (min-width: 992px) {
                body .home-about-section .section-body .left-section .body .text ul {
                  grid-gap: 8px; } }
              @media only screen and (min-width: 1200px) {
                body .home-about-section .section-body .left-section .body .text ul {
                  grid-gap: 12px; } }
            body .home-about-section .section-body .left-section .body .text p {
              color: #727272;
              max-width: 580px;
              font-family: 'GothamRounded-Book';
              font-size: 14px;
              line-height: 1.8; }
              @media only screen and (min-width: 992px) {
                body .home-about-section .section-body .left-section .body .text p {
                  font-size: 16px; } }
          body .home-about-section .section-body .left-section .body .more-btn {
            justify-self: start;
            background-color: #346bb5;
            color: #fff;
            padding: 6px 18px;
            font-size: 14px;
            border-radius: 62px; }
            @media only screen and (min-width: 992px) {
              body .home-about-section .section-body .left-section .body .more-btn {
                padding: 8px 22px;
                font-size: 16px; } }
            @media only screen and (min-width: 1200px) {
              body .home-about-section .section-body .left-section .body .more-btn {
                font-size: 18px; } }
      body .home-about-section .section-body .right-section {
        display: grid;
        order: -1; }
        @media only screen and (min-width: 992px) {
          body .home-about-section .section-body .right-section {
            order: 0; } }
        body .home-about-section .section-body .right-section .img-div {
          display: grid;
          align-items: center; }
          body .home-about-section .section-body .right-section .img-div img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            max-height: 550px;
            -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
            clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%); }
  body .home-contact-section {
    padding: 32px 0; }
    @media only screen and (min-width: 992px) {
      body .home-contact-section {
        padding: 52px 0; } }
    @media only screen and (min-width: 1200px) {
      body .home-contact-section {
        padding: 62px 0; } }
    body .home-contact-section .section-heading {
      margin-bottom: 18px; }
      @media only screen and (min-width: 992px) {
        body .home-contact-section .section-heading {
          margin-bottom: 24px; } }
      @media only screen and (min-width: 1200px) {
        body .home-contact-section .section-heading {
          margin-bottom: 32px; } }
      body .home-contact-section .section-heading p {
        text-align: center;
        font-size: 22px;
        font-family: 'JosefinSans-Bold'; }
        @media only screen and (min-width: 992px) {
          body .home-contact-section .section-heading p {
            font-size: 28px; } }
        @media only screen and (min-width: 1200px) {
          body .home-contact-section .section-heading p {
            font-size: 42px; } }
        body .home-contact-section .section-heading p span:first-of-type {
          color: #346bb5; }
    body .home-contact-section .section-body {
      display: grid; }
      body .home-contact-section .section-body .container {
        display: grid; }
      @media only screen and (min-width: 992px) {
        body .home-contact-section .section-body {
          grid-template-columns: 1fr 1fr; } }
      body .home-contact-section .section-body .left-section .form-wrapper {
        width: 100%;
        background-color: #fefefe;
        border-top: 4px solid #346bb5;
        border-radius: 8px;
        padding: 42px 0;
        padding-top: 32px;
        box-shadow: 0 18px 20px rgba(0, 0, 0, 0.1);
        display: grid;
        max-width: 480px;
        margin: 0 auto; }
        @media only screen and (min-width: 992px) {
          body .home-contact-section .section-body .left-section .form-wrapper {
            padding: 52px 0; } }
        @media only screen and (min-width: 1200px) {
          body .home-contact-section .section-body .left-section .form-wrapper {
            padding: 62px 0; } }
        @media only screen and (min-width: 1600px) {
          body .home-contact-section .section-body .left-section .form-wrapper {
            padding: 72px 0; } }
        body .home-contact-section .section-body .left-section .form-wrapper .mfa-form {
          display: grid;
          justify-items: center;
          grid-gap: 16px;
          pointer-events: all; }
          @media only screen and (min-width: 992px) {
            body .home-contact-section .section-body .left-section .form-wrapper .mfa-form {
              grid-gap: 20px; } }
          @media only screen and (min-width: 1200px) {
            body .home-contact-section .section-body .left-section .form-wrapper .mfa-form {
              grid-gap: 24px; } }
          body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div {
            display: grid;
            width: 92%; }
            @media only screen and (min-width: 992px) {
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div {
                width: 75%; } }
            body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label {
              position: relative;
              display: grid;
              grid-template-columns: 1fr auto;
              align-items: center;
              margin: 0;
              border: 1px solid #eee;
              border-radius: 6px;
              cursor: text;
              cursor: default;
              transition: all .3s ease-out; }
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label span {
                position: absolute;
                top: 50%;
                left: 16px;
                transform: translateY(-50%);
                color: #9b9b9b;
                font-size: 12px;
                transition: all .2s ease-out;
                z-index: 1; }
                @media only screen and (min-width: 992px) {
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label span {
                    font-size: 14px;
                    left: 18px; } }
                @media only screen and (min-width: 1200px) {
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label span {
                    left: 28px; } }
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label input,
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label select,
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label textarea {
                cursor: default;
                border: 0;
                background-color: transparent;
                height: 50px;
                transition: all .3s ease-out;
                padding: 0 16px; }
                @media only screen and (min-width: 992px) {
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label input,
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label select,
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label textarea {
                    padding: 0 18px;
                    height: 58px; } }
                @media only screen and (min-width: 1200px) {
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label input,
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label select,
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label textarea {
                    padding: 0 24px; } }
                body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label input:focus,
                body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label select:focus,
                body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label textarea:focus {
                  border: 0;
                  outline: 0; }
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label textarea {
                height: 120px;
                padding-top: 8px;
                padding-bottom: 8px; }
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none; }
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label i {
                color: #9b9b9b;
                font-size: 16px;
                transition: all .1s ease-out;
                transform: translate(-16px, 0);
                transition: all .3s ease-out; }
                @media only screen and (min-width: 992px) {
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label i {
                    transform: translate(-20px, 0);
                    font-size: 18px; } }
                @media only screen and (min-width: 1200px) {
                  body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label i {
                    transform: translate(-24px, 0); } }
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.select-label {
                cursor: default; }
                body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.select-label select {
                  padding-right: 32px;
                  position: relative;
                  z-index: 2; }
                  @media only screen and (min-width: 992px) {
                    body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.select-label select {
                      padding-right: 42px; } }
                  @media only screen and (min-width: 1200px) {
                    body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.select-label select {
                      padding-right: 52px; } }
                body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.select-label::after {
                  position: absolute;
                  content: '\ec3a';
                  font-family: 'Linearicons';
                  transition: all .3s ease-out;
                  top: 50%;
                  right: 16px;
                  transform: translate(0, -50%);
                  font-size: 16px;
                  color: #9b9b9b;
                  z-index: 1; }
                  @media only screen and (min-width: 992px) {
                    body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.select-label::after {
                      font-size: 18px;
                      right: 24px; } }
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.message-label span {
                top: 20%; }
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.toggle-form-label {
                border-color: #346bb5; }
                body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.toggle-form-label span {
                  top: 0;
                  left: 12px;
                  padding: 0 4px;
                  background-color: #fefefe;
                  font-size: 10px;
                  color: #346bb5; }
                  @media only screen and (min-width: 992px) {
                    body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.toggle-form-label span {
                      font-size: 12px; } }
                body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.toggle-form-label i {
                  color: #346bb5;
                  transform: translate(-16px, 0) scale(1.2); }
                  @media only screen and (min-width: 992px) {
                    body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.toggle-form-label i {
                      transform: translate(-20px, 0) scale(1.2); } }
                  @media only screen and (min-width: 1200px) {
                    body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.toggle-form-label i {
                      transform: translate(-24px, 0) scale(1.2); } }
                body .home-contact-section .section-body .left-section .form-wrapper .mfa-form .form-div label.toggle-form-label.select-label::after {
                  transform: translate(0, -50%) scale(1.2);
                  color: #346bb5; }
          body .home-contact-section .section-body .left-section .form-wrapper .mfa-form button {
            border: 2px solid #346bb5;
            color: #fff;
            border-radius: 42px;
            background-color: #346bb5;
            padding: 5px 18px;
            margin-top: 18px;
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
            transition: all .3s ease-out; }
            @media only screen and (min-width: 992px) {
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form button {
                padding: 6px 20px;
                margin-top: 24px; } }
            @media only screen and (min-width: 1200px) {
              body .home-contact-section .section-body .left-section .form-wrapper .mfa-form button {
                padding: 8px 26px;
                margin-top: 32px; } }
            body .home-contact-section .section-body .left-section .form-wrapper .mfa-form button span {
              line-height: 1; }
            body .home-contact-section .section-body .left-section .form-wrapper .mfa-form button:hover {
              background-color: transparent;
              color: #346bb5; }
            body .home-contact-section .section-body .left-section .form-wrapper .mfa-form button:focus {
              outline: 0; }
      body .home-contact-section .section-body .right-section {
        display: grid; }
        body .home-contact-section .section-body .right-section .img-div {
          display: grid;
          align-items: center; }
          body .home-contact-section .section-body .right-section .img-div img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
            clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
            max-height: 550px; }
  body .clients-section {
    background-color: #fff;
    padding: 32px 0; }
    @media only screen and (min-width: 992px) {
      body .clients-section {
        padding: 52px 0; } }
    @media only screen and (min-width: 1200px) {
      body .clients-section {
        padding: 72px 0; } }
    body .clients-section .section-heading {
      padding-bottom: 12px; }
      @media only screen and (min-width: 768px) {
        body .clients-section .section-heading {
          padding-bottom: 18px; } }
      @media only screen and (min-width: 992px) {
        body .clients-section .section-heading {
          padding-bottom: 20px; } }
      body .clients-section .section-heading p {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 28px;
        color: #151515; }
        @media only screen and (min-width: 992px) {
          body .clients-section .section-heading p {
            font-size: 42px; } }
        @media only screen and (min-width: 1200px) {
          body .clients-section .section-heading p {
            font-size: 52px; } }
    body .clients-section .home-clients-slider {
      border-width: 1px 0 1px 0;
      border-style: solid;
      border-color: rgba(13, 51, 83, 0.151);
      padding: 0 2px; }
      body .clients-section .home-clients-slider .swiper-wrapper .swiper-slide {
        position: relative;
        border-left: 1px solid rgba(13, 51, 83, 0.151);
        display: grid;
        align-items: center;
        justify-items: center; }
        body .clients-section .home-clients-slider .swiper-wrapper .swiper-slide:last-of-type {
          border-right: 1px solid rgba(13, 51, 83, 0.151); }
        body .clients-section .home-clients-slider .swiper-wrapper .swiper-slide .slider-img {
          display: grid;
          align-items: center;
          justify-items: center;
          width: 160px;
          height: 160px; }
          body .clients-section .home-clients-slider .swiper-wrapper .swiper-slide .slider-img img {
            width: 100%; }
      body .clients-section .home-clients-slider .clients-slider-buttons {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 4px;
        right: 4px;
        transform: translate(0, -50%);
        z-index: 2; }
        body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-next,
        body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-prev {
          display: grid;
          align-items: center;
          position: static;
          background-image: none;
          width: unset;
          height: unset;
          margin: 0;
          background-color: #fff;
          padding: 6px;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          border-radius: 50%; }
          @media only screen and (min-width: 768px) {
            body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-next,
            body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-prev {
              padding: 8px; } }
          @media only screen and (min-width: 992px) {
            body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-next,
            body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-prev {
              padding: 10px; } }
          body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-next span,
          body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-prev span {
            color: #272727;
            font-size: 14px; }
            @media only screen and (min-width: 992px) {
              body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-next span,
              body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-prev span {
                font-size: 16px; } }
          body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-next:focus,
          body .clients-section .home-clients-slider .clients-slider-buttons .clients-slider-prev:focus {
            outline: 0; }
  body .division-section {
    margin: 42px 0;
    display: grid; }
    @media only screen and (min-width: 992px) {
      body .division-section {
        margin: 52px 0; } }
    @media only screen and (min-width: 1200px) {
      body .division-section {
        margin: 72px 0; } }
    body .division-section .section-heading {
      margin-bottom: 12px; }
      @media only screen and (min-width: 992px) {
        body .division-section .section-heading {
          margin-bottom: 18px; } }
      @media only screen and (min-width: 1200px) {
        body .division-section .section-heading {
          margin-bottom: 22px; } }
      body .division-section .section-heading p {
        font-family: 'JosefinSans-Bold';
        color: #151515;
        font-size: 24px;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          body .division-section .section-heading p {
            font-size: 30px; } }
        @media only screen and (min-width: 1200px) {
          body .division-section .section-heading p {
            font-size: 40px; } }
    body .division-section .main-section-ul {
      margin: 0 12px;
      background-color: #fff;
      display: grid;
      grid-gap: 32px; }
      @media only screen and (min-width: 768px) {
        body .division-section .main-section-ul {
          margin: 0 18px;
          grid-gap: 32px 22px;
          grid-template-columns: 1fr 1fr; } }
      @media only screen and (min-width: 992px) {
        body .division-section .main-section-ul {
          margin: 0 32px; } }
      @media only screen and (min-width: 1200px) {
        body .division-section .main-section-ul {
          grid-gap: 1px;
          margin: 0; } }
      body .division-section .main-section-ul li {
        display: grid; }
        body .division-section .main-section-ul li a {
          display: grid;
          background-color: #fbfbfb;
          border-radius: 6px;
          border-top: 3px solid #346bb5;
          padding-top: 2px;
          transition: all 0.3s ease-out;
          position: relative; }
          @media only screen and (min-width: 768px) {
            body .division-section .main-section-ul li a {
              border-top: 0;
              padding-top: 0; } }
          @media only screen and (min-width: 1200px) {
            body .division-section .main-section-ul li a {
              border-radius: 0;
              background-color: #303952;
              grid-template-columns: 55% 45%; } }
          body .division-section .main-section-ul li a .text-btn-wrapper {
            display: grid;
            align-content: center;
            padding: 18px; }
            @media only screen and (min-width: 992px) {
              body .division-section .main-section-ul li a .text-btn-wrapper {
                padding: 32px; } }
            @media only screen and (min-width: 1200px) {
              body .division-section .main-section-ul li a .text-btn-wrapper {
                padding: 32px; } }
            body .division-section .main-section-ul li a .text-btn-wrapper .text .heading {
              margin-bottom: 6px; }
              @media only screen and (min-width: 992px) {
                body .division-section .main-section-ul li a .text-btn-wrapper .text .heading {
                  margin-bottom: 10px; } }
              body .division-section .main-section-ul li a .text-btn-wrapper .text .heading p {
                font-family: 'JosefinSans-Bold';
                color: #151515;
                font-size: 18px;
                transition: all 0.2s ease-out; }
                @media only screen and (min-width: 768px) {
                  body .division-section .main-section-ul li a .text-btn-wrapper .text .heading p {
                    font-size: 20px; } }
                @media only screen and (min-width: 992px) {
                  body .division-section .main-section-ul li a .text-btn-wrapper .text .heading p {
                    font-size: 22px; } }
                @media only screen and (min-width: 1200px) {
                  body .division-section .main-section-ul li a .text-btn-wrapper .text .heading p {
                    color: #fff;
                    font-size: 22px; } }
            body .division-section .main-section-ul li a .text-btn-wrapper .text .brief-description {
              display: none;
              background-color: #fff;
              box-shadow: 0 18px 22px rgba(255, 255, 255, 0.1);
              border-left: 3px solid #ffad00;
              border-radius: 0 4px 4px 0;
              padding: 8px; }
              @media only screen and (min-width: 992px) {
                body .division-section .main-section-ul li a .text-btn-wrapper .text .brief-description {
                  padding: 12px;
                  border-radius: 0 6px 6px 0; } }
              body .division-section .main-section-ul li a .text-btn-wrapper .text .brief-description p {
                font-family: 'GothamRounded-Book';
                font-size: 14px;
                color: #5f5f5f; }
          body .division-section .main-section-ul li a .img-div {
            order: -1;
            transition: all 0.3s ease-out; }
            body .division-section .main-section-ul li a .img-div img {
              width: 100%;
              height: 210px;
              object-fit: cover;
              object-position: center center;
              border-radius: 6px 6px 0 0; }
              @media only screen and (min-width: 992px) {
                body .division-section .main-section-ul li a .img-div img {
                  height: 290px; } }
              @media only screen and (min-width: 1200px) {
                body .division-section .main-section-ul li a .img-div img {
                  border-radius: 0;
                  height: 240px; } }
          body .division-section .main-section-ul li a:hover {
            background-color: #fbfbfb; }
            body .division-section .main-section-ul li a:hover .text-btn-wrapper .text .heading p {
              color: #346bb5; }
            body .division-section .main-section-ul li a:hover .text-btn-wrapper .text .brief-description {
              border-color: #346bb5;
              box-shadow: 0 18px 22px rgba(0, 0, 0, 0.1); }
          body .division-section .main-section-ul li a::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/bkgs/dots-large.svg);
            opacity: 0.05; }
        @media only screen and (min-width: 1200px) {
          body .division-section .main-section-ul li:nth-of-type(2n + 1) a .img-div {
            order: 1;
            transform-origin: right center; }
            body .division-section .main-section-ul li:nth-of-type(2n + 1) a .img-div img {
              -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
              clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%); }
          body .division-section .main-section-ul li:nth-of-type(2n + 1) a:hover .img-div {
            transform: perspective(620px) rotateY(-10deg); }
          body .division-section .main-section-ul li:nth-of-type(2n + 2) a {
            grid-template-columns: 45% 55%; }
            body .division-section .main-section-ul li:nth-of-type(2n + 2) a .img-div {
              order: -1;
              transform-origin: left center; }
              body .division-section .main-section-ul li:nth-of-type(2n + 2) a .img-div img {
                -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); }
            body .division-section .main-section-ul li:nth-of-type(2n + 2) a:hover .img-div {
              transform: perspective(620px) rotateY(10deg); } }
  body .about-page {
    margin-top: 80px;
    padding: 32px 0;
    min-height: 60vh; }
    @media only screen and (min-width: 768px) {
      body .about-page {
        padding: 42px 0; } }
    @media only screen and (min-width: 992px) {
      body .about-page {
        margin-top: 120px;
        padding: 52px 0; } }
    @media only screen and (min-width: 1200px) {
      body .about-page {
        padding: 72px 0; } }
    body .about-page .page-heading {
      padding-bottom: 10px; }
      @media only screen and (min-width: 992px) {
        body .about-page .page-heading {
          padding-bottom: 22px; } }
      @media only screen and (min-width: 1200px) {
        body .about-page .page-heading {
          padding-bottom: 32px; } }
      body .about-page .page-heading p {
        font-family: 'JosefinSans-Bold';
        color: #151515;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          body .about-page .page-heading p {
            font-size: 30px; } }
        @media only screen and (min-width: 992px) {
          body .about-page .page-heading p {
            font-size: 42px; } }
    body .about-page .page-body .about-wrapper {
      display: grid;
      grid-gap: 32px; }
      @media only screen and (min-width: 992px) {
        body .about-page .page-body .about-wrapper {
          grid-template-columns: 1fr 1fr;
          grid-gap: 32px; } }
      body .about-page .page-body .about-wrapper .main-section-ul {
        order: 1;
        align-self: start;
        display: grid;
        border: 1px solid #eee;
        border-radius: 4px; }
        @media only screen and (min-width: 992px) {
          body .about-page .page-body .about-wrapper .main-section-ul {
            order: 0; } }
        body .about-page .page-body .about-wrapper .main-section-ul > li {
          display: grid;
          border-bottom: 1px solid #eee;
          overflow: hidden; }
          body .about-page .page-body .about-wrapper .main-section-ul > li:last-of-type {
            border-bottom: 0; }
          body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div {
            display: grid;
            grid-template-columns: 1fr auto;
            cursor: pointer;
            padding: 12px; }
            @media only screen and (min-width: 992px) {
              body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div {
                padding: 16px; } }
            body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div .about-drop-heading p {
              color: #151515;
              font-family: 'JosefinSans-Bold';
              font-size: 22px; }
              @media only screen and (min-width: 1200px) {
                body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div .about-drop-heading p {
                  font-size: 26px; } }
            body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div .about-drop-icon {
              display: grid;
              grid-template-columns: auto auto;
              grid-gap: 8px;
              align-items: center; }
              @media only screen and (min-width: 992px) {
                body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div .about-drop-icon {
                  grid-gap: 10px; } }
              @media only screen and (min-width: 1200px) {
                body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div .about-drop-icon {
                  grid-gap: 16px; } }
              body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div .about-drop-icon .v-line {
                width: 1px;
                background-color: #ddd;
                height: 80%; }
              body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div .about-drop-icon i {
                color: #151515;
                font-size: 22px;
                transition: all .3s ease-out; }
                body .about-page .page-body .about-wrapper .main-section-ul > li .about-drop-div .about-drop-icon i::before {
                  transition: all .3s ease-out; }
          body .about-page .page-body .about-wrapper .main-section-ul > li .about-dropped {
            padding: 0 16px;
            height: 0;
            visibility: hidden;
            opacity: 0;
            display: grid;
            transition: all .3s ease-out; }
            body .about-page .page-body .about-wrapper .main-section-ul > li .about-dropped li {
              display: grid;
              padding: 6px 0;
              grid-template-columns: auto auto;
              justify-content: start;
              grid-gap: 5px; }
              @media only screen and (min-width: 992px) {
                body .about-page .page-body .about-wrapper .main-section-ul > li .about-dropped li {
                  grid-gap: 6px; } }
              @media only screen and (min-width: 1200px) {
                body .about-page .page-body .about-wrapper .main-section-ul > li .about-dropped li {
                  grid-gap: 8px; } }
              body .about-page .page-body .about-wrapper .main-section-ul > li .about-dropped li i,
              body .about-page .page-body .about-wrapper .main-section-ul > li .about-dropped li span {
                line-height: 1.6; }
              body .about-page .page-body .about-wrapper .main-section-ul > li .about-dropped li i {
                color: #346bb5;
                font-size: 18px; }
                @media only screen and (min-width: 1200px) {
                  body .about-page .page-body .about-wrapper .main-section-ul > li .about-dropped li i {
                    font-size: 20px; } }
          body .about-page .page-body .about-wrapper .main-section-ul > li.toggle-drop-li {
            background-color: #f9f9f9;
            border-bottom: 0;
            padding-bottom: 12px; }
            body .about-page .page-body .about-wrapper .main-section-ul > li.toggle-drop-li .about-drop-div {
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              body .about-page .page-body .about-wrapper .main-section-ul > li.toggle-drop-li .about-drop-div .about-drop-icon .v-line {
                background-color: rgba(0, 0, 0, 0.1); }
              body .about-page .page-body .about-wrapper .main-section-ul > li.toggle-drop-li .about-drop-div .about-drop-icon i {
                transform: rotate(360deg);
                color: red; }
                body .about-page .page-body .about-wrapper .main-section-ul > li.toggle-drop-li .about-drop-div .about-drop-icon i::before {
                  content: '\ec37'; }
            body .about-page .page-body .about-wrapper .main-section-ul > li.toggle-drop-li .about-dropped {
              visibility: visible;
              opacity: 1; }
      body .about-page .page-body .about-wrapper .images-wrapper {
        overflow: hidden;
        display: grid; }
        body .about-page .page-body .about-wrapper .images-wrapper > ul {
          display: grid; }
          body .about-page .page-body .about-wrapper .images-wrapper > ul li {
            position: relative;
            width: 100%;
            height: 300px;
            display: none; }
            @media only screen and (min-width: 992px) {
              body .about-page .page-body .about-wrapper .images-wrapper > ul li {
                height: 500px; } }
            @media only screen and (min-width: 1200px) {
              body .about-page .page-body .about-wrapper .images-wrapper > ul li {
                height: 620px; } }
            body .about-page .page-body .about-wrapper .images-wrapper > ul li .img-div {
              display: grid;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
              body .about-page .page-body .about-wrapper .images-wrapper > ul li .img-div img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
            body .about-page .page-body .about-wrapper .images-wrapper > ul li.active-li-img {
              display: grid;
              animation: animate-li .6s ease-out both; }

@keyframes animate-li {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(200px, 0); }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); } }
  body .products-page {
    padding-top: 52px; }
    @media only screen and (min-width: 992px) {
      body .products-page {
        padding-top: 80px; } }
    body .products-page .page-heading {
      margin-bottom: 12px; }
      @media only screen and (min-width: 992px) {
        body .products-page .page-heading {
          margin-bottom: 22px; } }
      body .products-page .page-heading p {
        font-family: 'JosefinSans-Bold';
        font-size: 24px; }
        @media only screen and (min-width: 992px) {
          body .products-page .page-heading p {
            font-size: 28px; } }
        @media only screen and (min-width: 1200px) {
          body .products-page .page-heading p {
            font-size: 36px; } }
  body .division-page {
    margin-top: 80px;
    padding: 32px 0; }
    @media only screen and (min-width: 992px) {
      body .division-page {
        margin-top: 120px;
        padding: 42px 0; } }
    body .division-page .division-about-section {
      background-color: #fdfdfd;
      margin: 52px 0; }
      @media only screen and (min-width: 992px) {
        body .division-page .division-about-section {
          margin: 62px 0; } }
      @media only screen and (min-width: 1200px) {
        body .division-page .division-about-section {
          margin: 82px 0; } }
      body .division-page .division-about-section .section-body {
        display: grid; }
        @media only screen and (min-width: 992px) {
          body .division-page .division-about-section .section-body {
            grid-template-columns: 1fr 1fr; } }
        @media only screen and (min-width: 1600px) {
          body .division-page .division-about-section .section-body {
            grid-template-columns: 60% 40%; } }
        body .division-page .division-about-section .section-body .left-section {
          display: grid;
          order: -1; }
          @media only screen and (min-width: 992px) {
            body .division-page .division-about-section .section-body .left-section {
              order: 0; } }
          body .division-page .division-about-section .section-body .left-section .img-div {
            display: grid;
            align-items: center; }
            body .division-page .division-about-section .section-body .left-section .img-div img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center center;
              max-height: 550px;
              -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); }
        body .division-page .division-about-section .section-body .right-section {
          padding: 15px;
          display: grid;
          grid-gap: 8px;
          align-content: center; }
          @media only screen and (min-width: 768px) {
            body .division-page .division-about-section .section-body .right-section {
              grid-gap: 14px;
              padding: 22px 16px; } }
          @media only screen and (min-width: 992px) {
            body .division-page .division-about-section .section-body .right-section {
              padding: 28px 24px;
              grid-gap: 18px; } }
          @media only screen and (min-width: 1200px) {
            body .division-page .division-about-section .section-body .right-section {
              padding: 52px 72px; } }
          @media only screen and (min-width: 1200px) {
            body .division-page .division-about-section .section-body .right-section {
              padding: 62px 82px; } }
          body .division-page .division-about-section .section-body .right-section .section-heading .heading {
            font-size: 26px;
            font-family: 'JosefinSans-Bold'; }
            @media only screen and (min-width: 992px) {
              body .division-page .division-about-section .section-body .right-section .section-heading .heading {
                font-size: 28px; } }
            @media only screen and (min-width: 1200px) {
              body .division-page .division-about-section .section-body .right-section .section-heading .heading {
                font-size: 38px; } }
            @media only screen and (min-width: 1600px) {
              body .division-page .division-about-section .section-body .right-section .section-heading .heading {
                font-size: 52px; } }
          body .division-page .division-about-section .section-body .right-section .body {
            display: grid;
            grid-gap: 16px; }
            @media only screen and (min-width: 992px) {
              body .division-page .division-about-section .section-body .right-section .body {
                grid-gap: 22px; } }
            @media only screen and (min-width: 1200px) {
              body .division-page .division-about-section .section-body .right-section .body {
                grid-gap: 32px; } }
            body .division-page .division-about-section .section-body .right-section .body .text {
              padding: 14px;
              background-color: aliceblue;
              border-left: 2px solid #346bb5;
              border-radius: 0 4px 4px 0; }
              @media only screen and (min-width: 992px) {
                body .division-page .division-about-section .section-body .right-section .body .text {
                  border-width: 3px;
                  border-radius: 0 6px 6px 0;
                  padding: 22px; } }
              @media only screen and (min-width: 1200px) {
                body .division-page .division-about-section .section-body .right-section .body .text {
                  padding: 38px; } }
              body .division-page .division-about-section .section-body .right-section .body .text ul {
                list-style-type: disc;
                display: grid;
                grid-gap: 8px;
                padding-left: 14px; }
                @media only screen and (min-width: 992px) {
                  body .division-page .division-about-section .section-body .right-section .body .text ul {
                    grid-gap: 8px; } }
                @media only screen and (min-width: 1200px) {
                  body .division-page .division-about-section .section-body .right-section .body .text ul {
                    grid-gap: 12px; } }
              body .division-page .division-about-section .section-body .right-section .body .text p {
                color: #727272;
                max-width: 580px;
                font-family: 'GothamRounded-Book';
                font-size: 14px;
                line-height: 1.8; }
                @media only screen and (min-width: 992px) {
                  body .division-page .division-about-section .section-body .right-section .body .text p {
                    font-size: 16px; } }
            body .division-page .division-about-section .section-body .right-section .body .more-btn {
              justify-self: start;
              background-color: #346bb5;
              color: #fff;
              padding: 6px 18px;
              font-size: 14px;
              border-radius: 62px; }
              @media only screen and (min-width: 992px) {
                body .division-page .division-about-section .section-body .right-section .body .more-btn {
                  padding: 8px 22px;
                  font-size: 16px; } }
              @media only screen and (min-width: 1200px) {
                body .division-page .division-about-section .section-body .right-section .body .more-btn {
                  font-size: 18px; } }
  body .product-details-page {
    min-height: 60vh;
    padding-top: 80px;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      body .product-details-page {
        padding-top: 122px; } }
    @media only screen and (min-width: 992px) {
      body .product-details-page {
        margin-top: 120px;
        padding-top: 0; } }
    body .product-details-page .page-body {
      padding: 32px 0; }
      @media only screen and (min-width: 992px) {
        body .product-details-page .page-body {
          padding: 62px 0;
          display: grid;
          grid-gap: 32px;
          grid-template-columns: 50% 45%;
          justify-content: center; } }
      body .product-details-page .page-body > .container:nth-of-type(2) {
        justify-self: center; }
      body .product-details-page .page-body > .container .body-text {
        display: grid;
        grid-gap: 18px; }
        @media only screen and (min-width: 768px) {
          body .product-details-page .page-body > .container .body-text {
            grid-gap: 22px; } }
        @media only screen and (min-width: 992px) {
          body .product-details-page .page-body > .container .body-text {
            grid-gap: 32px; } }
        body .product-details-page .page-body > .container .body-text .main-heading {
          padding: 10px 0;
          display: grid;
          grid-gap: 12px; }
          body .product-details-page .page-body > .container .body-text .main-heading p:first-of-type {
            font-family: 'JosefinSans-Bold';
            color: #272727;
            text-transform: capitalize;
            font-weight: bold;
            font-size: 18px; }
            @media only screen and (min-width: 768px) {
              body .product-details-page .page-body > .container .body-text .main-heading p:first-of-type {
                font-size: 24px; } }
            @media only screen and (min-width: 992px) {
              body .product-details-page .page-body > .container .body-text .main-heading p:first-of-type {
                font-size: 32px; } }
          body .product-details-page .page-body > .container .body-text .main-heading p:last-of-type {
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px;
            text-align: justify; }
            @media only screen and (min-width: 768px) {
              body .product-details-page .page-body > .container .body-text .main-heading p:last-of-type {
                font-size: 16px; } }
        body .product-details-page .page-body > .container .body-text .specifications {
          border-left: 2px solid #346bb5;
          border-radius: 2px;
          padding: 14px;
          background-color: aliceblue; }
          @media only screen and (min-width: 768px) {
            body .product-details-page .page-body > .container .body-text .specifications {
              padding: 18px; } }
          @media only screen and (min-width: 992px) {
            body .product-details-page .page-body > .container .body-text .specifications {
              padding: 28px; } }
          body .product-details-page .page-body > .container .body-text .specifications .title {
            color: #272727;
            color: #346bb5;
            text-transform: uppercase;
            margin-bottom: 6px;
            font-size: 16px; }
            @media only screen and (min-width: 992px) {
              body .product-details-page .page-body > .container .body-text .specifications .title {
                margin-bottom: 12px;
                font-size: 18px; } }
          body .product-details-page .page-body > .container .body-text .specifications > ul {
            display: grid;
            grid-gap: 10px; }
            @media only screen and (min-width: 992px) {
              body .product-details-page .page-body > .container .body-text .specifications > ul {
                grid-gap: 14px; } }
            body .product-details-page .page-body > .container .body-text .specifications > ul li {
              display: grid;
              grid-template-columns: auto 1fr;
              grid-gap: 4px;
              font-size: 14px; }
              @media only screen and (min-width: 992px) {
                body .product-details-page .page-body > .container .body-text .specifications > ul li {
                  font-size: 16px;
                  grid-gap: 8px; } }
              body .product-details-page .page-body > .container .body-text .specifications > ul li p {
                color: rgba(0, 0, 0, 0.7);
                line-height: 1.6; }
              body .product-details-page .page-body > .container .body-text .specifications > ul li i {
                color: #2584c6;
                line-height: 1.7; }
      body .product-details-page .page-body > .container .body-images {
        border: 1px solid rgba(52, 107, 181, 0.5);
        padding: 8px 8px 0 8px;
        border-radius: 2px; }
        @media only screen and (min-width: 992px) {
          body .product-details-page .page-body > .container .body-images {
            position: sticky;
            top: 130px; } }
        body .product-details-page .page-body > .container .body-images img {
          object-fit: cover; }
        body .product-details-page .page-body > .container .body-images .fotorama__nav-wrap {
          padding: 12px 0; }
  body .gallery-pgae {
    margin-top: 80px;
    padding: 32px 0; }
    @media only screen and (min-width: 768px) {
      body .gallery-pgae {
        padding: 42px 0; } }
    @media only screen and (min-width: 992px) {
      body .gallery-pgae {
        margin-top: 120px;
        padding: 52px 0; } }
    body .gallery-pgae .gallery-section .section-heading {
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) {
        body .gallery-pgae .gallery-section .section-heading {
          margin-bottom: 22px; } }
      body .gallery-pgae .gallery-section .section-heading p {
        color: #151515;
        text-transform: uppercase;
        text-align: center;
        font-size: 22px; }
        @media only screen and (min-width: 992px) {
          body .gallery-pgae .gallery-section .section-heading p {
            font-size: 28px; } }
        @media only screen and (min-width: 1200px) {
          body .gallery-pgae .gallery-section .section-heading p {
            font-size: 34px; } }
    body .gallery-pgae .gallery-section .gallery-layout {
      background-color: #fff;
      display: grid; }
      body .gallery-pgae .gallery-section .gallery-layout .my-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: dense;
        grid-gap: 2px; }
        @media only screen and (min-width: 992px) {
          body .gallery-pgae .gallery-section .gallery-layout .my-gallery {
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 2px; } }
        body .gallery-pgae .gallery-section .gallery-layout .my-gallery a {
          display: grid;
          align-items: stretch;
          grid-row-end: span 1;
          grid-column-end: span 1; }
          body .gallery-pgae .gallery-section .gallery-layout .my-gallery a img {
            width: 100%;
            height: auto;
            object-fit: cover; }
          body .gallery-pgae .gallery-section .gallery-layout .my-gallery a:nth-of-type(6n + 1) {
            grid-row-end: span 2; }
          body .gallery-pgae .gallery-section .gallery-layout .my-gallery a:nth-of-type(6n + 3) {
            grid-column-end: span 2; }
  body .blogs-page {
    min-height: 60vh;
    margin-top: 80px;
    padding: 32px 0;
    background-color: #f5f5f5; }
    @media only screen and (min-width: 768px) {
      body .blogs-page {
        padding: 42px 0; } }
    @media only screen and (min-width: 992px) {
      body .blogs-page {
        margin-top: 120px;
        padding: 52px 0; } }
    body .blogs-page .page-heading {
      padding-bottom: 10px; }
      @media only screen and (min-width: 992px) {
        body .blogs-page .page-heading {
          padding-bottom: 22px; } }
      body .blogs-page .page-heading p {
        color: #151515;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          body .blogs-page .page-heading p {
            font-size: 22px; } }
        @media only screen and (min-width: 992px) {
          body .blogs-page .page-heading p {
            font-size: 42px; } }
    body .blogs-page .page-body .main-section-ul {
      display: grid;
      grid-gap: 32px; }
      @media only screen and (min-width: 768px) {
        body .blogs-page .page-body .main-section-ul {
          grid-template-columns: repeat(2, 1fr); } }
      @media only screen and (min-width: 992px) {
        body .blogs-page .page-body .main-section-ul {
          grid-gap: 32px 12px; } }
      @media only screen and (min-width: 1200px) {
        body .blogs-page .page-body .main-section-ul {
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 42px 22px; } }
      @media only screen and (min-width: 1600px) {
        body .blogs-page .page-body .main-section-ul {
          grid-gap: 42px 22px; } }
      body .blogs-page .page-body .main-section-ul li {
        display: grid;
        background-color: #fff;
        border-radius: 4px;
        transition: all .4s ease-out; }
        body .blogs-page .page-body .main-section-ul li > a {
          display: grid;
          align-content: start;
          justify-items: center;
          transition: all .4s ease-out; }
          body .blogs-page .page-body .main-section-ul li > a .news-img {
            display: grid;
            justify-items: center;
            width: 100%;
            position: relative;
            transition: all .4s ease-out;
            overflow: hidden; }
            body .blogs-page .page-body .main-section-ul li > a .news-img img {
              width: 100%;
              height: 220px;
              object-fit: cover;
              border-radius: 4px;
              transition: all .4s ease-out; }
              @media only screen and (min-width: 1600px) {
                body .blogs-page .page-body .main-section-ul li > a .news-img img {
                  height: 260px; } }
          body .blogs-page .page-body .main-section-ul li > a .news-body {
            padding: 12px 18px 16px 18px; }
            @media only screen and (min-width: 992px) {
              body .blogs-page .page-body .main-section-ul li > a .news-body {
                padding: 18px 28px 18px 28px; } }
            body .blogs-page .page-body .main-section-ul li > a .news-body .news-heading-date {
              border-bottom: 1px solid rgba(0, 0, 0, 0.034);
              margin: 0 -18px;
              padding: 0 18px 8px 18px;
              display: grid;
              grid-template-columns: 1fr auto;
              align-items: center; }
              @media only screen and (min-width: 992px) {
                body .blogs-page .page-body .main-section-ul li > a .news-body .news-heading-date {
                  margin: 0 -28px;
                  padding: 0 28px 12px 28px; } }
              body .blogs-page .page-body .main-section-ul li > a .news-body .news-heading-date .heading p {
                color: #151515;
                font-size: 14px;
                line-height: 1.2;
                transition: all .3s ease-out; }
                @media only screen and (min-width: 992px) {
                  body .blogs-page .page-body .main-section-ul li > a .news-body .news-heading-date .heading p {
                    font-size: 18px; } }
              body .blogs-page .page-body .main-section-ul li > a .news-body .news-heading-date .date {
                display: grid;
                justify-content: start;
                align-items: center;
                line-height: 1;
                text-align: center; }
                body .blogs-page .page-body .main-section-ul li > a .news-body .news-heading-date .date span {
                  font-family: 'DINPro';
                  color: #9b9b9b;
                  transition: all .3s ease-out; }
                body .blogs-page .page-body .main-section-ul li > a .news-body .news-heading-date .date i {
                  color: #9b9b9b;
                  font-size: 32px;
                  transition: all .3s ease-out; }
            body .blogs-page .page-body .main-section-ul li > a .news-body .news-text {
              padding-top: 12px; }
              @media only screen and (min-width: 992px) {
                body .blogs-page .page-body .main-section-ul li > a .news-body .news-text {
                  padding-top: 16px; } }
              body .blogs-page .page-body .main-section-ul li > a .news-body .news-text p {
                color: #9b9b9b;
                line-height: 1.8;
                text-align: center;
                font-size: 14px; }
          body .blogs-page .page-body .main-section-ul li > a:hover .news-img img {
            filter: grayscale(0.7);
            transform: scale(1.1); }
        body .blogs-page .page-body .main-section-ul li .social-div {
          display: grid;
          grid-auto-flow: column;
          justify-content: center;
          grid-gap: 18px;
          font-weight: bold;
          padding: 6px 8px 18px 8px; }
          @media only screen and (min-width: 992px) {
            body .blogs-page .page-body .main-section-ul li .social-div {
              grid-gap: 22px;
              padding: 8px 12px 24px 12px; } }
          body .blogs-page .page-body .main-section-ul li .social-div > a {
            color: #9b9b9b;
            font-size: 20px; }
            @media only screen and (min-width: 992px) {
              body .blogs-page .page-body .main-section-ul li .social-div > a {
                font-size: 24px; } }
          body .blogs-page .page-body .main-section-ul li .social-div:hover .news-body .news-heading-date {
            border-color: rgba(0, 0, 0, 0.034); }
        body .blogs-page .page-body .main-section-ul li.toggle-news-card {
          background-color: #dae5f4;
          background-color: aliceblue;
          box-shadow: 0 22px 28px rgba(0, 0, 0, 0.15); }
          body .blogs-page .page-body .main-section-ul li.toggle-news-card > a .news-body .news-heading-date .heading p {
            color: #346bb5; }
          body .blogs-page .page-body .main-section-ul li.toggle-news-card > a .news-body .news-heading-date .date i,
          body .blogs-page .page-body .main-section-ul li.toggle-news-card > a .news-body .news-heading-date .date span {
            color: #346bb5; }
  body .clients-page {
    min-height: 60vh;
    margin-top: 80px;
    padding: 32px 0; }
    @media only screen and (min-width: 992px) {
      body .clients-page {
        margin-top: 120px;
        padding: 42px 0; } }
    @media only screen and (min-width: 1200px) {
      body .clients-page {
        padding: 52px 0; } }
    body .clients-page .page-heading p {
      text-transform: uppercase;
      text-align: center;
      color: #346bb5;
      font-size: 26px; }
      @media only screen and (min-width: 992px) {
        body .clients-page .page-heading p {
          font-size: 30px; } }
      @media only screen and (min-width: 1200px) {
        body .clients-page .page-heading p {
          font-size: 42px; } }
    body .clients-page .page-body .main-page-ul {
      margin: 0 8px;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 18px 4px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        body .clients-page .page-body .main-page-ul {
          grid-template-columns: 1fr 1fr; } }
      @media only screen and (min-width: 992px) {
        body .clients-page .page-body .main-page-ul {
          grid-template-columns: repeat(3, 1fr);
          margin: 0 18px;
          grid-gap: 18px; } }
      @media only screen and (min-width: 1600px) {
        body .clients-page .page-body .main-page-ul {
          grid-template-columns: repeat(4, 1fr); } }
      body .clients-page .page-body .main-page-ul > li {
        display: grid;
        border: 1px solid #eee;
        padding: 16px 10px;
        border-radius: 2px;
        text-align: center;
        align-content: start; }
        @media only screen and (min-width: 992px) {
          body .clients-page .page-body .main-page-ul > li {
            padding: 28px 4px; } }
        @media only screen and (min-width: 1200px) {
          body .clients-page .page-body .main-page-ul > li {
            padding: 38px 8px; } }
        body .clients-page .page-body .main-page-ul > li .img-div {
          display: grid;
          align-items: center;
          justify-items: center; }
          body .clients-page .page-body .main-page-ul > li .img-div img {
            border-radius: 4px;
            width: 240px;
            height: auto; }
            @media only screen and (min-width: 992px) {
              body .clients-page .page-body .main-page-ul > li .img-div img {
                width: 200px; } }
            @media only screen and (min-width: 1200px) {
              body .clients-page .page-body .main-page-ul > li .img-div img {
                width: 260px; } }
        body .clients-page .page-body .main-page-ul > li .client-name {
          color: #151215;
          font-weight: bold;
          text-align: center;
          margin-top: 10px;
          text-transform: uppercase; }
          @media only screen and (min-width: 992px) {
            body .clients-page .page-body .main-page-ul > li .client-name {
              margin-top: 18px;
              font-size: 18px; } }
        body .clients-page .page-body .main-page-ul > li ul {
          display: grid;
          margin-top: 16px;
          list-style-type: disc;
          padding: 0 22px;
          grid-gap: 3px; }
          @media only screen and (min-width: 992px) {
            body .clients-page .page-body .main-page-ul > li ul {
              grid-gap: 8px;
              padding: 0 32px;
              margin-top: 18px; } }
          @media only screen and (min-width: 992px) {
            body .clients-page .page-body .main-page-ul > li ul {
              padding: 0 38px; } }
          body .clients-page .page-body .main-page-ul > li ul li p {
            color: #272727; }
            @media only screen and (min-width: 1200px) {
              body .clients-page .page-body .main-page-ul > li ul li p {
                font-size: 18px; } }
  body .news-details-page {
    min-height: 60vh;
    padding-top: 32px;
    padding-bottom: 32px; }
    @media only screen and (min-width: 768px) {
      body .news-details-page {
        padding-top: 42px;
        padding-bottom: 42px; } }
    @media only screen and (min-width: 992px) {
      body .news-details-page {
        margin-top: 120px;
        padding-top: 52px;
        padding-bottom: 52px; } }
    body .news-details-page .details-wrapper {
      background-color: #f9f9f9;
      display: grid; }
      @media only screen and (min-width: 992px) {
        body .news-details-page .details-wrapper {
          grid-template-columns: 45% 55%;
          justify-content: space-between; } }
      body .news-details-page .details-wrapper .news-img {
        display: grid;
        max-height: 600px; }
        @media only screen and (min-width: 992px) {
          body .news-details-page .details-wrapper .news-img {
            position: sticky;
            top: 140px; } }
        body .news-details-page .details-wrapper .news-img img {
          width: 100%;
          height: 250px;
          object-fit: cover;
          max-height: 600px; }
          @media only screen and (min-width: 768px) {
            body .news-details-page .details-wrapper .news-img img {
              height: 320px; } }
          @media only screen and (min-width: 992px) {
            body .news-details-page .details-wrapper .news-img img {
              min-height: 420px;
              height: 100%; } }
          @media only screen and (min-width: 1200px) {
            body .news-details-page .details-wrapper .news-img img {
              min-height: 520px; } }
      body .news-details-page .details-wrapper .news-body {
        padding: 32px 16px; }
        @media only screen and (min-width: 768px) {
          body .news-details-page .details-wrapper .news-body {
            padding: 42px 22px; } }
        @media only screen and (min-width: 992px) {
          body .news-details-page .details-wrapper .news-body {
            padding: 62px 42px;
            padding-top: 32px; } }
        @media only screen and (min-width: 1200px) {
          body .news-details-page .details-wrapper .news-body {
            padding: 72px 62px;
            padding-top: 32px; } }
        @media only screen and (min-width: 1600px) {
          body .news-details-page .details-wrapper .news-body {
            padding: 82px 72px; } }
        body .news-details-page .details-wrapper .news-body .news-heading-date {
          max-width: 600px;
          display: grid;
          grid-template-columns: 1fr auto;
          align-items: center;
          margin-bottom: 12px;
          grid-gap: 12px; }
          @media only screen and (min-width: 992px) {
            body .news-details-page .details-wrapper .news-body .news-heading-date {
              margin-bottom: 22px; } }
          body .news-details-page .details-wrapper .news-body .news-heading-date .heading {
            padding: 14px 0; }
            body .news-details-page .details-wrapper .news-body .news-heading-date .heading p {
              color: #346bb5;
              font-size: 18px;
              line-height: 1.2; }
              @media only screen and (min-width: 992px) {
                body .news-details-page .details-wrapper .news-body .news-heading-date .heading p {
                  font-size: 22px; } }
              @media only screen and (min-width: 1200px) {
                body .news-details-page .details-wrapper .news-body .news-heading-date .heading p {
                  font-size: 28px; } }
          body .news-details-page .details-wrapper .news-body .news-heading-date .date {
            display: grid;
            justify-content: start;
            align-items: center;
            line-height: 1;
            text-align: center; }
            body .news-details-page .details-wrapper .news-body .news-heading-date .date span {
              color: #346bb5; }
            body .news-details-page .details-wrapper .news-body .news-heading-date .date i {
              color: #346bb5;
              font-size: 32px; }
              @media only screen and (min-width: 992px) {
                body .news-details-page .details-wrapper .news-body .news-heading-date .date i {
                  font-size: 38px; } }
              @media only screen and (min-width: 1200px) {
                body .news-details-page .details-wrapper .news-body .news-heading-date .date i {
                  font-size: 44px; } }
        body .news-details-page .details-wrapper .news-body .news-text {
          max-width: 600px; }
          body .news-details-page .details-wrapper .news-body .news-text p {
            color: #5f5f5f;
            text-align: justify;
            margin-bottom: 12px;
            font-size: 14px;
            line-height: 1.5; }
            @media only screen and (min-width: 992px) {
              body .news-details-page .details-wrapper .news-body .news-text p {
                font-size: 16px;
                line-height: 1.8; } }
          body .news-details-page .details-wrapper .news-body .news-text .text-section {
            display: grid;
            grid-template-columns: auto 1fr;
            grid-gap: 6px; }
            body .news-details-page .details-wrapper .news-body .news-text .text-section i {
              line-height: 1;
              margin-top: 4px; }
              @media only screen and (min-width: 992px) {
                body .news-details-page .details-wrapper .news-body .news-text .text-section i {
                  margin-top: 6px; } }
  body .contact-page {
    margin-top: 80px;
    padding: 32px 0;
    position: relative; }
    body .contact-page::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/bkgs/dust.png);
      z-index: -1; }
    @media only screen and (min-width: 768px) {
      body .contact-page {
        padding: 42px 0; } }
    @media only screen and (min-width: 992px) {
      body .contact-page {
        margin-top: 120px;
        padding: 52px 0; } }
    @media only screen and (min-width: 1200px) {
      body .contact-page {
        padding: 62px 0; } }
    body .contact-page > .container .page-body {
      display: grid;
      grid-gap: 22px; }
      @media only screen and (min-width: 768px) {
        body .contact-page > .container .page-body {
          grid-gap: 32px; } }
      @media only screen and (min-width: 992px) {
        body .contact-page > .container .page-body {
          grid-template-columns: 45% 45%;
          justify-content: space-between; } }
      body .contact-page > .container .page-body .branches {
        display: grid;
        grid-gap: 32px;
        align-self: start; }
        @media only screen and (min-width: 992px) {
          body .contact-page > .container .page-body .branches {
            position: sticky;
            top: 100px; } }
        body .contact-page > .container .page-body .branches > li {
          background-color: #3d3d3d;
          display: grid;
          grid-gap: 18px;
          padding: 22px 14px;
          border-radius: 4px;
          position: relative; }
          body .contact-page > .container .page-body .branches > li::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/bkgs/dots-large.svg);
            opacity: .05; }
          body .contact-page > .container .page-body .branches > li::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.04); }
          @media only screen and (min-width: 768px) {
            body .contact-page > .container .page-body .branches > li {
              padding: 20px;
              grid-gap: 24px; } }
          @media only screen and (min-width: 992px) {
            body .contact-page > .container .page-body .branches > li {
              padding: 26px;
              grid-gap: 32px;
              border-radius: 6px; } }
          @media only screen and (min-width: 1200px) {
            body .contact-page > .container .page-body .branches > li {
              padding: 42px 24px; } }
          body .contact-page > .container .page-body .branches > li .branch-heading {
            position: relative;
            z-index: 1; }
            body .contact-page > .container .page-body .branches > li .branch-heading p {
              font-family: 'JosefinSans-Bold';
              color: #F6BE45;
              text-align: center;
              font-size: 18px;
              text-transform: uppercase;
              font-weight: bold; }
              @media only screen and (min-width: 768px) {
                body .contact-page > .container .page-body .branches > li .branch-heading p {
                  font-size: 20px; } }
              @media only screen and (min-width: 992px) {
                body .contact-page > .container .page-body .branches > li .branch-heading p {
                  font-size: 22px; } }
              @media only screen and (min-width: 992px) {
                body .contact-page > .container .page-body .branches > li .branch-heading p {
                  font-size: 28px; } }
          body .contact-page > .container .page-body .branches > li .working-hours-phones {
            position: relative;
            z-index: 1;
            display: grid;
            grid-gap: 24px;
            justify-items: center;
            align-items: center; }
            @media only screen and (min-width: 768px) {
              body .contact-page > .container .page-body .branches > li .working-hours-phones {
                grid-template-columns: 1fr 1fr; } }
            body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days {
              display: grid;
              justify-content: start;
              grid-gap: 8px; }
              @media only screen and (min-width: 768px) {
                body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days {
                  grid-gap: 10px; } }
              @media only screen and (min-width: 992px) {
                body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days {
                  grid-gap: 12px; } }
              @media only screen and (min-width: 1200px) {
                body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days {
                  grid-gap: 18px; } }
              body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days li {
                display: grid;
                grid-template-columns: 86px 1fr;
                grid-gap: 8px; }
                @media only screen and (min-width: 768px) {
                  body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days li {
                    grid-gap: 12px; } }
                @media only screen and (min-width: 992px) {
                  body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days li {
                    grid-gap: 14px; } }
                body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days li span:first-of-type {
                  color: cadetblue;
                  color: #fff; }
                body .contact-page > .container .page-body .branches > li .working-hours-phones .working-hours .week-days li span:last-of-type {
                  color: rgba(255, 255, 255, 0.6); }
            body .contact-page > .container .page-body .branches > li .working-hours-phones .phones {
              display: grid;
              grid-gap: 12px; }
              @media only screen and (min-width: 768px) {
                body .contact-page > .container .page-body .branches > li .working-hours-phones .phones {
                  grid-gap: 16px; } }
              @media only screen and (min-width: 992px) {
                body .contact-page > .container .page-body .branches > li .working-hours-phones .phones {
                  grid-gap: 22px; } }
              body .contact-page > .container .page-body .branches > li .working-hours-phones .phones li {
                display: grid;
                grid-template-columns: auto 1fr;
                align-items: center;
                grid-gap: 4px;
                color: #fff; }
                @media only screen and (min-width: 768px) {
                  body .contact-page > .container .page-body .branches > li .working-hours-phones .phones li {
                    grid-gap: 6px; } }
                @media only screen and (min-width: 992px) {
                  body .contact-page > .container .page-body .branches > li .working-hours-phones .phones li {
                    grid-gap: 8px; } }
                body .contact-page > .container .page-body .branches > li .working-hours-phones .phones li span {
                  font-size: 20px; }
                  @media only screen and (min-width: 768px) {
                    body .contact-page > .container .page-body .branches > li .working-hours-phones .phones li span {
                      font-size: 24px; } }
                  @media only screen and (min-width: 992px) {
                    body .contact-page > .container .page-body .branches > li .working-hours-phones .phones li span {
                      font-size: 20px; } }
                  @media only screen and (min-width: 1200px) {
                    body .contact-page > .container .page-body .branches > li .working-hours-phones .phones li span {
                      font-size: 22px; } }
                  body .contact-page > .container .page-body .branches > li .working-hours-phones .phones li span:last-of-type {
                    font-family: 'DINPro';
                    letter-spacing: 1px;
                    line-height: 1; }
          body .contact-page > .container .page-body .branches > li .location {
            position: relative;
            z-index: 1;
            text-align: center;
            color: #25CCF7;
            display: grid;
            align-items: start;
            justify-content: center;
            grid-gap: 4px;
            padding-top: 16px;
            border-top: 1px solid rgba(255, 255, 255, 0.2); }
            @media only screen and (min-width: 1200px) {
              body .contact-page > .container .page-body .branches > li .location {
                padding-top: 18px; } }
      body .contact-page > .container .page-body .form-wrapper {
        position: relative;
        padding: 22px 0;
        border-radius: 4px;
        display: grid;
        background-color: #0a3d62;
        background-color: #3d3d3d;
        align-self: start;
        box-shadow: 0 36px 46px rgba(255, 255, 255, 0.24); }
        @media only screen and (min-width: 992px) {
          body .contact-page > .container .page-body .form-wrapper {
            border-radius: 8px; } }
        body .contact-page > .container .page-body .form-wrapper::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: url(../images/bkgs/dots-large.svg);
          opacity: .05; }
        body .contact-page > .container .page-body .form-wrapper::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 50%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.02); }
        @media only screen and (min-width: 992px) {
          body .contact-page > .container .page-body .form-wrapper {
            position: sticky;
            top: 80px; } }
        body .contact-page > .container .page-body .form-wrapper .form-heading {
          position: relative;
          z-index: 1;
          padding: 0 16px; }
          body .contact-page > .container .page-body .form-wrapper .form-heading p {
            text-align: center;
            font-family: 'JosefinSans-Bold';
            font-size: 22px;
            font-weight: bold;
            color: #346bb5;
            color: #F6BE45; }
            @media only screen and (min-width: 768px) {
              body .contact-page > .container .page-body .form-wrapper .form-heading p {
                font-size: 32px; } }
            @media only screen and (min-width: 992px) {
              body .contact-page > .container .page-body .form-wrapper .form-heading p {
                font-size: 38px; } }
        body .contact-page > .container .page-body .form-wrapper form {
          position: relative;
          z-index: 1;
          padding: 16px;
          display: grid;
          grid-gap: 22px; }
          @media only screen and (min-width: 768px) {
            body .contact-page > .container .page-body .form-wrapper form {
              padding: 24px; } }
          @media only screen and (min-width: 992px) {
            body .contact-page > .container .page-body .form-wrapper form {
              padding: 36px; } }
          @media only screen and (min-width: 768px) {
            body .contact-page > .container .page-body .form-wrapper form {
              grid-gap: 24px; } }
          @media only screen and (min-width: 992px) {
            body .contact-page > .container .page-body .form-wrapper form {
              grid-gap: 32px; } }
          @media only screen and (min-width: 1200px) {
            body .contact-page > .container .page-body .form-wrapper form {
              grid-gap: 38px; } }
          body .contact-page > .container .page-body .form-wrapper form .form-div {
            display: grid; }
            body .contact-page > .container .page-body .form-wrapper form .form-div input {
              border: 2px solid #cacaca75;
              padding: 2px 16px;
              height: 40px;
              background-color: transparent;
              border-radius: 52px;
              color: #fff;
              transition: all .3s ease-out; }
              body .contact-page > .container .page-body .form-wrapper form .form-div input::placeholder {
                font-size: 12px;
                color: rgba(255, 255, 255, 0.4);
                line-height: 1; }
                @media only screen and (min-width: 992px) {
                  body .contact-page > .container .page-body .form-wrapper form .form-div input::placeholder {
                    font-size: 14px; } }
              @media only screen and (min-width: 768px) {
                body .contact-page > .container .page-body .form-wrapper form .form-div input {
                  height: 46px;
                  padding: 0 14px; } }
              @media only screen and (min-width: 992px) {
                body .contact-page > .container .page-body .form-wrapper form .form-div input {
                  height: 52px;
                  padding: 0 22px; } }
              body .contact-page > .container .page-body .form-wrapper form .form-div input:focus {
                outline: 0;
                border-color: #346bb5;
                box-shadow: 0 0 4px #346bb5; }
            body .contact-page > .container .page-body .form-wrapper form .form-div textarea {
              border: 2px solid #cacaca75;
              padding: 8px 12px;
              height: 82px;
              background-color: transparent;
              border-radius: 22px;
              color: rgba(255, 255, 255, 0.4);
              transition: all .3s ease-out; }
              body .contact-page > .container .page-body .form-wrapper form .form-div textarea::placeholder {
                color: rgba(255, 255, 255, 0.4); }
              @media only screen and (min-width: 768px) {
                body .contact-page > .container .page-body .form-wrapper form .form-div textarea {
                  height: 72px;
                  padding: 10px 14px; } }
              @media only screen and (min-width: 992px) {
                body .contact-page > .container .page-body .form-wrapper form .form-div textarea {
                  height: 120px;
                  padding: 16px 22px; } }
              body .contact-page > .container .page-body .form-wrapper form .form-div textarea:focus {
                outline: 0;
                border-color: #346bb5;
                box-shadow: 0 0 4px #346bb5; }
          body .contact-page > .container .page-body .form-wrapper form button {
            padding: 8px 16px;
            border: 0;
            outline: 0;
            background-color: #346bb5;
            background-color: #F6BE45;
            color: #272727;
            border-radius: 52px;
            transition: all .3s ease-out; }
            @media only screen and (min-width: 992px) {
              body .contact-page > .container .page-body .form-wrapper form button {
                padding: 10px 20px; } }
            @media only screen and (min-width: 1200px) {
              body .contact-page > .container .page-body .form-wrapper form button {
                padding: 12px 22px; } }
            body .contact-page > .container .page-body .form-wrapper form button:hover {
              background-color: #fff; }
            body .contact-page > .container .page-body .form-wrapper form button:focus {
              border: 0;
              outline: 0; }
    body .contact-page .map-wrapper {
      margin-top: 32px; }
      @media only screen and (min-width: 992px) {
        body .contact-page .map-wrapper {
          margin-top: 42px; } }
      @media only screen and (min-width: 1200px) {
        body .contact-page .map-wrapper {
          margin-top: 62px; } }
      body .contact-page .map-wrapper iframe {
        width: 100%;
        height: 300px; }
        @media only screen and (min-width: 992px) {
          body .contact-page .map-wrapper iframe {
            height: 420px; } }
        @media only screen and (min-width: 1200px) {
          body .contact-page .map-wrapper iframe {
            height: 480px; } }
  body footer {
    background-image: url(../images/bkgs/black-linen.png);
    background-color: #161A1D;
    background-color: #0a3d62;
    background-attachment: fixed;
    padding: 32px 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      body footer {
        padding: 42px 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      body footer {
        padding: 52px 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      body footer {
        padding: 72px 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1600px) {
      body footer {
        padding: 92px 0;
        padding-bottom: 0; } }
    body footer .top-footer {
      padding-bottom: 18px; }
      @media only screen and (min-width: 768px) {
        body footer .top-footer {
          padding-bottom: 22px; } }
      @media only screen and (min-width: 992px) {
        body footer .top-footer {
          padding-bottom: 32px; } }
      @media only screen and (min-width: 1200px) {
        body footer .top-footer {
          padding-bottom: 42px; } }
      body footer .top-footer .container {
        display: grid;
        grid-gap: 22px; }
        @media only screen and (min-width: 992px) {
          body footer .top-footer .container {
            grid-gap: 0;
            grid-template-columns: repeat(4, 1fr);
            justify-content: space-between;
            grid-gap: 42px; } }
        @media only screen and (min-width: 1200px) {
          body footer .top-footer .container {
            grid-gap: 52px; } }
        body footer .top-footer .container .section-one,
        body footer .top-footer .container .section-two,
        body footer .top-footer .container .section-three,
        body footer .top-footer .container .section-four {
          display: grid;
          grid-gap: 8px;
          align-content: start; }
          @media only screen and (min-width: 768px) {
            body footer .top-footer .container .section-one,
            body footer .top-footer .container .section-two,
            body footer .top-footer .container .section-three,
            body footer .top-footer .container .section-four {
              grid-gap: 10px; } }
          @media only screen and (min-width: 992px) {
            body footer .top-footer .container .section-one,
            body footer .top-footer .container .section-two,
            body footer .top-footer .container .section-three,
            body footer .top-footer .container .section-four {
              grid-gap: 12px; } }
          body footer .top-footer .container .section-one .section-heading p,
          body footer .top-footer .container .section-two .section-heading p,
          body footer .top-footer .container .section-three .section-heading p,
          body footer .top-footer .container .section-four .section-heading p {
            color: #00a796;
            text-transform: uppercase;
            font-size: 16px; }
          body footer .top-footer .container .section-one .section-body,
          body footer .top-footer .container .section-two .section-body,
          body footer .top-footer .container .section-three .section-body,
          body footer .top-footer .container .section-four .section-body {
            display: grid; }
            body footer .top-footer .container .section-one .section-body .logo-img,
            body footer .top-footer .container .section-two .section-body .logo-img,
            body footer .top-footer .container .section-three .section-body .logo-img,
            body footer .top-footer .container .section-four .section-body .logo-img {
              display: grid;
              justify-items: center; }
              body footer .top-footer .container .section-one .section-body .logo-img img,
              body footer .top-footer .container .section-two .section-body .logo-img img,
              body footer .top-footer .container .section-three .section-body .logo-img img,
              body footer .top-footer .container .section-four .section-body .logo-img img {
                height: 66px; }
                @media only screen and (min-width: 992px) {
                  body footer .top-footer .container .section-one .section-body .logo-img img,
                  body footer .top-footer .container .section-two .section-body .logo-img img,
                  body footer .top-footer .container .section-three .section-body .logo-img img,
                  body footer .top-footer .container .section-four .section-body .logo-img img {
                    height: 77px; } }
            body footer .top-footer .container .section-one .section-body > .text,
            body footer .top-footer .container .section-two .section-body > .text,
            body footer .top-footer .container .section-three .section-body > .text,
            body footer .top-footer .container .section-four .section-body > .text {
              margin-top: 12px;
              max-height: 254px;
              overflow: hidden;
              color: #fff;
              font-size: 14px;
              color: rgba(255, 255, 255, 0.658); }
              @media only screen and (min-width: 992px) {
                body footer .top-footer .container .section-one .section-body > .text,
                body footer .top-footer .container .section-two .section-body > .text,
                body footer .top-footer .container .section-three .section-body > .text,
                body footer .top-footer .container .section-four .section-body > .text {
                  margin-top: 18px; } }
            body footer .top-footer .container .section-one .section-body .main-section-ul,
            body footer .top-footer .container .section-two .section-body .main-section-ul,
            body footer .top-footer .container .section-three .section-body .main-section-ul,
            body footer .top-footer .container .section-four .section-body .main-section-ul {
              display: grid;
              grid-gap: 8px; }
              body footer .top-footer .container .section-one .section-body .main-section-ul li a span,
              body footer .top-footer .container .section-two .section-body .main-section-ul li a span,
              body footer .top-footer .container .section-three .section-body .main-section-ul li a span,
              body footer .top-footer .container .section-four .section-body .main-section-ul li a span {
                color: rgba(205, 134, 63, 0.85); }
              body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper,
              body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper,
              body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper,
              body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper {
                justify-self: start; }
                body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li,
                body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li,
                body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li,
                body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li {
                  display: grid;
                  grid-gap: 6px; }
                  @media only screen and (min-width: 768px) {
                    body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li,
                    body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li,
                    body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li,
                    body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li {
                      grid-gap: 10px; } }
                  @media only screen and (min-width: 992px) {
                    body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li,
                    body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li,
                    body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li,
                    body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li {
                      grid-gap: 14px; } }
                  body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone,
                  body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address,
                  body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email,
                  body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone,
                  body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address,
                  body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email,
                  body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone,
                  body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address,
                  body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email,
                  body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone,
                  body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address,
                  body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email {
                    display: grid;
                    grid-gap: 2px; }
                    @media only screen and (min-width: 992px) {
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email {
                        grid-gap: 6px; } }
                    body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone > span,
                    body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address > span,
                    body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email > span,
                    body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone > span,
                    body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address > span,
                    body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email > span,
                    body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone > span,
                    body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address > span,
                    body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email > span,
                    body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone > span,
                    body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address > span,
                    body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email > span {
                      color: rgba(255, 255, 255, 0.658);
                      font-size: 14px; }
                    body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone > div,
                    body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address > div,
                    body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email > div,
                    body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone > div,
                    body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address > div,
                    body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email > div,
                    body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone > div,
                    body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address > div,
                    body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email > div,
                    body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone > div,
                    body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address > div,
                    body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email > div {
                      display: grid;
                      grid-template-columns: auto 1fr;
                      grid-gap: 3px; }
                      @media only screen and (min-width: 992px) {
                        body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone > div,
                        body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address > div,
                        body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email > div,
                        body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone > div,
                        body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address > div,
                        body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email > div,
                        body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone > div,
                        body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address > div,
                        body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email > div,
                        body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone > div,
                        body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address > div,
                        body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email > div {
                          grid-gap: 6px; } }
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone > div p,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address > div i,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address > div p,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email > div i,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email > div p,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone > div p,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address > div i,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address > div p,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email > div i,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email > div p,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone > div p,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address > div i,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address > div p,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email > div i,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email > div p,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone > div p,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address > div i,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address > div p,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email > div i,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email > div p {
                        color: rgba(255, 255, 255, 0.658);
                        line-height: 1.3;
                        font-size: 14px; }
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address > div i,
                      body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email > div i,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address > div i,
                      body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email > div i,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address > div i,
                      body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email > div i,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address > div i,
                      body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email > div i {
                        font-size: 18px; }
                        @media only screen and (min-width: 992px) {
                          body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                          body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .address > div i,
                          body footer .top-footer .container .section-one .section-body .main-section-ul.contacts-wrapper li .email > div i,
                          body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                          body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .address > div i,
                          body footer .top-footer .container .section-two .section-body .main-section-ul.contacts-wrapper li .email > div i,
                          body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                          body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .address > div i,
                          body footer .top-footer .container .section-three .section-body .main-section-ul.contacts-wrapper li .email > div i,
                          body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .phone > div i,
                          body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .address > div i,
                          body footer .top-footer .container .section-four .section-body .main-section-ul.contacts-wrapper li .email > div i {
                            font-size: 22px; } }
            body footer .top-footer .container .section-one .section-body .news-letter,
            body footer .top-footer .container .section-two .section-body .news-letter,
            body footer .top-footer .container .section-three .section-body .news-letter,
            body footer .top-footer .container .section-four .section-body .news-letter {
              display: grid; }
              body footer .top-footer .container .section-one .section-body .news-letter form,
              body footer .top-footer .container .section-two .section-body .news-letter form,
              body footer .top-footer .container .section-three .section-body .news-letter form,
              body footer .top-footer .container .section-four .section-body .news-letter form {
                display: grid;
                grid-template-columns: auto auto;
                justify-content: start; }
                body footer .top-footer .container .section-one .section-body .news-letter form input,
                body footer .top-footer .container .section-two .section-body .news-letter form input,
                body footer .top-footer .container .section-three .section-body .news-letter form input,
                body footer .top-footer .container .section-four .section-body .news-letter form input {
                  border: 0;
                  background-color: black;
                  border-top-left-radius: 52px;
                  border-bottom-left-radius: 52px;
                  color: #00a796;
                  height: 42px;
                  padding: 2px 12px;
                  width: 180px;
                  border: 2px solid #00a796; }
                  @media only screen and (min-width: 768px) {
                    body footer .top-footer .container .section-one .section-body .news-letter form input,
                    body footer .top-footer .container .section-two .section-body .news-letter form input,
                    body footer .top-footer .container .section-three .section-body .news-letter form input,
                    body footer .top-footer .container .section-four .section-body .news-letter form input {
                      height: 52px;
                      padding: 2px 16px;
                      width: 200px; } }
                  @media only screen and (min-width: 992px) {
                    body footer .top-footer .container .section-one .section-body .news-letter form input,
                    body footer .top-footer .container .section-two .section-body .news-letter form input,
                    body footer .top-footer .container .section-three .section-body .news-letter form input,
                    body footer .top-footer .container .section-four .section-body .news-letter form input {
                      height: 58px;
                      padding: 4px 22px;
                      width: 235px; } }
                  body footer .top-footer .container .section-one .section-body .news-letter form input::placeholder,
                  body footer .top-footer .container .section-two .section-body .news-letter form input::placeholder,
                  body footer .top-footer .container .section-three .section-body .news-letter form input::placeholder,
                  body footer .top-footer .container .section-four .section-body .news-letter form input::placeholder {
                    color: peru;
                    font-size: 13px; }
                  body footer .top-footer .container .section-one .section-body .news-letter form input:focus,
                  body footer .top-footer .container .section-two .section-body .news-letter form input:focus,
                  body footer .top-footer .container .section-three .section-body .news-letter form input:focus,
                  body footer .top-footer .container .section-four .section-body .news-letter form input:focus {
                    outline: 0; }
                body footer .top-footer .container .section-one .section-body .news-letter form button,
                body footer .top-footer .container .section-two .section-body .news-letter form button,
                body footer .top-footer .container .section-three .section-body .news-letter form button,
                body footer .top-footer .container .section-four .section-body .news-letter form button {
                  padding: 2px 10px;
                  border-top-right-radius: 52px;
                  border-bottom-right-radius: 52px;
                  background-color: #00a796;
                  color: #fff;
                  border: 0;
                  outline: 0; }
                  @media only screen and (min-width: 768px) {
                    body footer .top-footer .container .section-one .section-body .news-letter form button,
                    body footer .top-footer .container .section-two .section-body .news-letter form button,
                    body footer .top-footer .container .section-three .section-body .news-letter form button,
                    body footer .top-footer .container .section-four .section-body .news-letter form button {
                      padding: 2px 14px; } }
                  @media only screen and (min-width: 992px) {
                    body footer .top-footer .container .section-one .section-body .news-letter form button,
                    body footer .top-footer .container .section-two .section-body .news-letter form button,
                    body footer .top-footer .container .section-three .section-body .news-letter form button,
                    body footer .top-footer .container .section-four .section-body .news-letter form button {
                      padding: 2px 18px; } }
            body footer .top-footer .container .section-one .section-body .social-links,
            body footer .top-footer .container .section-two .section-body .social-links,
            body footer .top-footer .container .section-three .section-body .social-links,
            body footer .top-footer .container .section-four .section-body .social-links {
              justify-content: center;
              display: grid;
              grid-auto-flow: column;
              grid-gap: 14px; }
              body footer .top-footer .container .section-one .section-body .social-links li,
              body footer .top-footer .container .section-two .section-body .social-links li,
              body footer .top-footer .container .section-three .section-body .social-links li,
              body footer .top-footer .container .section-four .section-body .social-links li {
                display: grid; }
                body footer .top-footer .container .section-one .section-body .social-links li a,
                body footer .top-footer .container .section-two .section-body .social-links li a,
                body footer .top-footer .container .section-three .section-body .social-links li a,
                body footer .top-footer .container .section-four .section-body .social-links li a {
                  width: 32px;
                  height: 32px;
                  background-color: aliceblue;
                  display: grid;
                  align-items: center;
                  justify-items: center;
                  border-radius: 50%;
                  line-height: 1; }
                  body footer .top-footer .container .section-one .section-body .social-links li a i,
                  body footer .top-footer .container .section-two .section-body .social-links li a i,
                  body footer .top-footer .container .section-three .section-body .social-links li a i,
                  body footer .top-footer .container .section-four .section-body .social-links li a i {
                    line-height: 0;
                    color: #fff;
                    font-size: 12px;
                    text-shadow: 0 2px 3px rgba(255, 255, 255, 0.15); }
                  @media only screen and (min-width: 992px) {
                    body footer .top-footer .container .section-one .section-body .social-links li a,
                    body footer .top-footer .container .section-two .section-body .social-links li a,
                    body footer .top-footer .container .section-three .section-body .social-links li a,
                    body footer .top-footer .container .section-four .section-body .social-links li a {
                      width: 42px;
                      height: 42px; }
                      body footer .top-footer .container .section-one .section-body .social-links li a i,
                      body footer .top-footer .container .section-two .section-body .social-links li a i,
                      body footer .top-footer .container .section-three .section-body .social-links li a i,
                      body footer .top-footer .container .section-four .section-body .social-links li a i {
                        font-size: 16px; } }
                body footer .top-footer .container .section-one .section-body .social-links li:nth-of-type(1) a,
                body footer .top-footer .container .section-two .section-body .social-links li:nth-of-type(1) a,
                body footer .top-footer .container .section-three .section-body .social-links li:nth-of-type(1) a,
                body footer .top-footer .container .section-four .section-body .social-links li:nth-of-type(1) a {
                  background-color: #3b5998; }
                body footer .top-footer .container .section-one .section-body .social-links li:nth-of-type(2) a,
                body footer .top-footer .container .section-two .section-body .social-links li:nth-of-type(2) a,
                body footer .top-footer .container .section-three .section-body .social-links li:nth-of-type(2) a,
                body footer .top-footer .container .section-four .section-body .social-links li:nth-of-type(2) a {
                  background-color: #1da1f2; }
                body footer .top-footer .container .section-one .section-body .social-links li:nth-of-type(2) a,
                body footer .top-footer .container .section-two .section-body .social-links li:nth-of-type(2) a,
                body footer .top-footer .container .section-three .section-body .social-links li:nth-of-type(2) a,
                body footer .top-footer .container .section-four .section-body .social-links li:nth-of-type(2) a {
                  background-color: #ff0000; }
                body footer .top-footer .container .section-one .section-body .social-links li:nth-of-type(3) a,
                body footer .top-footer .container .section-two .section-body .social-links li:nth-of-type(3) a,
                body footer .top-footer .container .section-three .section-body .social-links li:nth-of-type(3) a,
                body footer .top-footer .container .section-four .section-body .social-links li:nth-of-type(3) a {
                  background-color: #c13584; }
                body footer .top-footer .container .section-one .section-body .social-links li:nth-of-type(4) a,
                body footer .top-footer .container .section-two .section-body .social-links li:nth-of-type(4) a,
                body footer .top-footer .container .section-three .section-body .social-links li:nth-of-type(4) a,
                body footer .top-footer .container .section-four .section-body .social-links li:nth-of-type(4) a {
                  background-color: #ff0000; }
        @media only screen and (min-width: 992px) {
          body footer .top-footer .container .section-one {
            max-width: 260px; } }
        @media only screen and (min-width: 992px) {
          body footer .top-footer .container .section-two {
            justify-self: center; } }
        @media only screen and (min-width: 992px) {
          body footer .top-footer .container .section-three {
            max-width: 200px;
            justify-self: center; } }
        body footer .top-footer .container .section-four {
          justify-self: center; }
          @media only screen and (min-width: 992px) {
            body footer .top-footer .container .section-four {
              justify-self: end; } }
          body footer .top-footer .container .section-four .section-heading p {
            text-align: center;
            font-size: 14px; }
            @media only screen and (min-width: 992px) {
              body footer .top-footer .container .section-four .section-heading p {
                font-size: 16px; } }
          body footer .top-footer .container .section-four .social-links {
            margin-top: 12px; }
            @media only screen and (min-width: 768px) {
              body footer .top-footer .container .section-four .social-links {
                margin-top: 16px; } }
            @media only screen and (min-width: 992px) {
              body footer .top-footer .container .section-four .social-links {
                margin-top: 32px; } }
    body footer .bottom-footer {
      border-top: 1px solid rgba(255, 255, 255, 0.171);
      padding: 12px 0; }
      @media only screen and (min-width: 768px) {
        body footer .bottom-footer {
          padding: 14px 0; } }
      @media only screen and (min-width: 992px) {
        body footer .bottom-footer {
          padding: 18px 0; } }
      body footer .bottom-footer .container p {
        line-height: 1;
        color: rgba(205, 134, 63, 0.575);
        font-size: 12px;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          body footer .bottom-footer .container p {
            font-size: 16px; } }
  body.toggle-body {
    overflow: hidden; }
  body.toggle-body-overflowY {
    overflow-y: hidden; }
