* {
  box-sizing: border-box;
}

:root {
  --primary-color: #5271FE;
  --white-color: #ffffff;
  --menu-color: #191D2C;
  --body-color: #32343F;
  --black-color: #000;
  --black-light-color: #353B46;
  --orange-color: #FF8432;
  --sky-blue-color: #4BCCFF;
  --stroke-color: #8D8FAF;
  --border-color: #919191;
  --light-blue: #EDF5FD;
  --heading-color: #222C3D;
  --gray-color: #6E7780;
  --gray-light-color: #C4C4C4;
  --pink-color: #E65995;
  --section-margins: 50px;
  --section-padding: 50px;
}

@media (min-width:768px) {
  :root {
    --section-margins: 70px;
    --section-padding: 60px;
  }
}

@media (min-width:1200px) {
  :root {
    --section-margins: 100px;
    --section-padding: 80px;
  }
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: var(--body-color);
  background: var(--white-color);
  overflow-x: hidden;
}

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

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

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--primary-color);
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

iframe {
  max-width: 100%;
}

/**
  * Typography
  */

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



/*
  - Please set up line-heights in ems
  - Set up typography styling based on styles found in .xd file under Assets > Character Styles
  */

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Clash Display';
}

h1 {
  font-family: 'Clash Display';
  font-weight: 600;
  font-size: 21px;
  line-height: 1.333em;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--menu-color);
}

h1 span {
  color: var(--primary-color);
}

h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1428571428571428em;
  letter-spacing: 0.02em;
  color: var(--menu-color);
  margin-bottom: 6px;
}

h2 span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222222223em;
  color: var(--primary-color);
  margin-top: 20px;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857142857142em;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 1.2105263157894737em;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
    line-height: 1.625em;
    margin-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  h1 {
    font-size: 48px;
    line-height: 1.1458333333333333em;
  }

  h2 {
    font-size: 40px;
    line-height: 1.225em;
    margin-bottom: 10px;
  }

  h2 span {
    font-size: 18px;
  }
}

p,
ul,
ol {}

.page-content ul,
.page-content ol {
  /* fix for bulleted lists not wrapping around images correctly in Wordpress */
  width: auto;
  overflow: hidden;
  padding-left: 15px;
}

.page-content ul {
  list-style-type: none;
}

ol {
  padding-left: 25px;
}

ol li {
  counter-increment: list;
  position: relative;
  list-style-type: none;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}

hr {}

a {
  word-break: break-word;
  /* force link text to overflow when too long for container */
}

a:hover {}

/*------------------------------------*\
      COMPONENTS
  \*------------------------------------*/

/**
   * Utility Margin/Padding Classes
   *
   * TODO: Update the --margins variable in custom-properties.css to match prototypes margins 
   */

/* Used on outer-most section container so section margins collapse */
.section-margins {
  margin-top: var(--section-margins);
  margin-bottom: var(--section-margins);
}

/* Used only for sections with colored backgrounds */
.section-padding {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

/**
  * Clearfix
  * Apply clearing without adding additional markup
  */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*--------------------------------------------------------------*\
       OBJECTS
       Objects are independent generic stylibf classes or UI peices.
       All styles for objects should be self contained.
   
       e.g. an object shouldn't rely on trump helpers to apply padding etc.
   \*--------------------------------------------------------------*/

/**
   * Buttons
   */


.btn {
  font-family: 'Clash Display';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7857142857142858em;
  text-align: center;
  letter-spacing: 0.04em;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  display: inline-block;
  position: relative;
}

.btn-primary {
  background: var(--primary-color);
  color: var(--white-color);
}

.btn-primary:hover {
  background: var(--black-color);
}

.btn-secondary {
  border: var(--primary-color) 1px solid;
  color: var(--primary-color);
  padding: 6px 20px;
  background: transparent;
}

.btn-secondary:hover {
  background: transparent;
  border: var(--black-color) 1px solid;
  color: var(--black-color);
}

.btn-icon {
  border: none;
  background: transparent;
  padding: 0;
  color: var(--primary-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.btn-icon::after {
  content: "\e90a";
  font-family: "skyline";
  font-size: 20px;
  border: var(--primary-color) 1px solid;
  border-radius: 100%;
  margin-left: 13px;
  padding: 9px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.btn-icon:hover::after {
  border: var(--black-color) 1px solid;
}

.btn+.btn {
  margin-left: 15px;
}

@media (min-width: 600px) {
  .btn+.btn {
    margin-left: 24px;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 20px;
    line-height: 1.25em;
    padding: 14px 30px;
  }

  .btn-icon {
    padding: 0;
  }

}


/**
   * Icons
   */

@font-face {
  font-family: 'skyline';
  src: url('../icons/skyline.eot?dufnat');
  src: url('../icons/skyline.eot?dufnat#iefix') format('embedded-opentype'),
    url('../icons/skyline.ttf?dufnat') format('truetype'),
    url('../icons/skyline.woff?dufnat') format('woff'),
    url('../icons/skyline.svg?dufnat#skyline') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'skyline' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-magnifying-glass-zoom:before {
  content: "\e910";
}

.icon-arrow-bottom:before {
  content: "\e900";
}

.icon-arrow-read-more:before {
  content: "\e901";
}

.icon-arrow-top:before {
  content: "\e902";
}

.icon-dropdown:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-location:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-readmore:before {
  content: "\e90a";
}

.icon-testimonials:before {
  content: "\e90b";
}

.icon-top-arrow:before {
  content: "\e90c";
}

.icon-tweter:before {
  content: "\e90d";
}

.icon-user:before {
  content: "\e90e";
}

.icon-wach:before {
  content: "\e90f";
}

/**
   * Forms
   */
.form-col {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

label {
  display: block;
  position: relative;
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--gray-color);
  margin-bottom: 6px;
}

.select {
  position: relative;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.select::after {
  content: "\e903";
  font-family: "skyline";
  font-size: 13px;
  color: var(--black-light-color);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  pointer-events: none;
}

select {
  display: inline-block;
  padding: 5px 16px;
  width: 100%;
  height: 40px;
  background: var(--white-color);
  border: 1px solid var(--gray-light-color);
  border-radius: 6px;
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--black-light-color);
}

.form-col-checkbox {
  display: block;
}

.form-col-checkbox input {
  display: none;
  cursor: pointer;
}

.form-col-checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875em;
  color: var(--black-light-color);
  margin-bottom: 0;
}

.form-col-checkbox label span {
  color: var(--primary-color);
  text-decoration: underline;
}

.form-col-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  border: var(--border-colo) 1px solid;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.form-col-checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

textarea {
  display: inline-block;
  padding: 15px 16px;
  gap: 10px;
  width: 100%;
  height: 100px;
  background: var(--white-color);
  border: 1px solid var(--gray-light-color);
  border-radius: 6px;
  resize: none;
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2142857142857142em;
  color: var(--black-light-color);
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
  -webkit-appearance: none;
}

input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  /* Removes blue border on focus */
  /* border: 1px solid #ccc; */
  /* TODO: Please add a branded border for active and focus */
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  display: inline-block;
  padding: 15px 16px;
  gap: 10px;
  width: 100%;
  height: 40px;
  background: var(--white-color);
  border: 1px solid var(--gray-light-color);
  border-radius: 6px;
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2142857142857142em;
  color: var(--black-light-color);
}

textarea::placeholder,
input::placeholder {
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2142857142857142em;
  color: var(--black-light-color);
  opacity: 1;
}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.container {
  max-width: 1290px;
  padding: 0 15px;
}

@media (min-width:768px) {
  .container {
    padding: 0 30px;
  }
}

@media (min-width:1200px) {
  .container {
    padding: 0 60px;
  }
}