@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Poligon", "Verdana", sans-serif;
  color: #000;
  background: #fff;
}
body #main {
  font-size: 16px;
}

@font-face {
  font-family: "BoldPact";
  src: url("../fonts/BoldPact-Normal.woff2") format("woff2"), url("../fonts/BoldPact-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poligon";
  src: url("../fonts/Poligon-Regular.woff2") format("woff2"), url("../fonts/Poligon-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poligon_bold";
  src: url("../fonts/Poligon-Bold.woff2") format("woff2"), url("../fonts/Poligon-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
}
.entry_content p {
  display: block;
  line-height: 1.6em;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.entry_content ul,
.entry_content ol {
  display: block;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
  max-width: 500px;
  margin: 0 auto;
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: #fff;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid #FFFB6C !important;
}
.gform_wrapper .gform-body .gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body .gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .gfield .ginput_container input,
.gform_wrapper .gform-body .gfield .ginput_container select,
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #fff;
  background: transparent;
  font-size: 14px;
  resize: none !important;
}
.gform_wrapper .gform-body .gfield .ginput_container input::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container select::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container textarea::placeholder {
  color: #fff;
}
.gform_wrapper .gform-body .gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px;
  font-size: 14px;
  color: #fff;
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description {
  padding-top: 10px;
}
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: block;
  padding-bottom: 10px;
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex div input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  flex: 1;
  color: #fff;
  background: transparent;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "BoldPact";
  text-decoration: underline;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  text-decoration: none;
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

/*
---------------------------------------------------------------------------
=	THANKYOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  #header {
    align-items: center;
    justify-content: center;
  }
}
#header > * {
  flex: 1;
}
#header a {
  color: #fff;
}
#header a:hover {
  color: #FF0069;
}
#header #logo {
  font-size: 40px;
  font-family: "BoldPact";
  text-align: center;
}
#header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
}
#header nav.work a {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #header nav a {
    width: 100%;
    font-size: 12px;
  }
  #header nav.work a {
    text-align: right;
  }
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 5%;
}
#footer .f_con {
  padding-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#footer .f_con > * {
  flex: 100%;
  text-align: center;
}
#footer .f_con .btn {
  display: inline-block;
  text-transform: uppercase;
  font-family: "BoldPact";
  background: #FF0069;
  color: #fff;
  font-size: 32px;
  padding: 0.5em 1.5em;
}
#footer .f_con nav {
  margin: 40px 0 20px;
}
#footer .f_con .add {
  font-size: 16px;
}
#footer .creds {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  #footer .creds {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #footer .creds {
    flex-wrap: wrap;
  }
}
#footer .creds > p {
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #footer .creds > p {
    flex: 100%;
  }
}
#footer .creds > p a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#footer .creds > p a:hover {
  text-decoration: none;
}

/*
---------------------------------------------------------------------------
=	SITEWIDE
---------------------------------------------------------------------------
*/
.title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "BoldPact";
  font-size: 52px;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .title {
    margin-bottom: 80px;
  }
}

.section > div {
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .section > div {
    padding: 100px 5%;
  }
}

.soc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.soc a {
  display: inline-block;
  border: 1px solid #000;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.soc a i {
  color: #000;
  font-size: 18px;
}
.soc a:hover i {
  color: #FF0069;
}

/*
---------------------------------------------------------------------------
=	HERO
---------------------------------------------------------------------------
*/
.hero {
  min-height: 60vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.hero h1 {
  display: block;
  font-size: 120px;
}
@media only screen and (max-width: 600px) {
  .hero h1 {
    font-size: 24vw;
  }
}

/*
---------------------------------------------------------------------------
=	SERVICES
---------------------------------------------------------------------------
*/
.services {
  background: #FFFB6C;
  color: #FF0069;
}
.services .services_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.services .services_grid > div {
  flex: 20%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .services .services_grid > div {
    flex: 45%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .services .services_grid > div {
    flex: 100%;
  }
}
.services .services_grid > div > * {
  width: 100%;
}
.services .services_grid > div .img_wrap {
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.services .services_grid > div .img_wrap img {
  display: block;
  height: 100%;
  max-width: 100%;
}
.services .services_grid > div h3 {
  display: block;
  text-transform: uppercase;
  font-family: "BoldPact";
  font-size: 30px;
  margin-bottom: 5%;
}
.services .services_grid > div p {
  font-size: 18px;
  line-height: 1.6em;
}

/*
---------------------------------------------------------------------------
=	CLEINTS
---------------------------------------------------------------------------
*/
.clent_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  max-width: 1200px;
  margin: 0 auto;
}
.clent_grid > div {
  flex: 28.33%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .clent_grid > div {
    flex: 45%;
  }
}
@media only screen and (max-width: 600px) {
  .clent_grid > div {
    flex: 100%;
  }
}
.clent_grid > div .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.clent_grid > div .logo img {
  max-width: 60%;
  max-height: 60%;
}

/*
---------------------------------------------------------------------------
=	CONTACT 
---------------------------------------------------------------------------
*/
.contact {
  background: #FF0069;
  color: #fff;
}
.contact .entry_content {
  text-align: center;
  margin-bottom: 40px;
}

/*
---------------------------------------------------------------------------
=	TEAM
---------------------------------------------------------------------------
*/
.team .team_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.team .team_grid .team_member {
  flex: 45%;
  text-align: center;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .team .team_grid .team_member {
    flex: 100%;
    margin-bottom: 60px;
  }
  .team .team_grid .team_member:last-of-type {
    margin-bottom: 0;
  }
}
.team .team_grid .team_member > * {
  display: block;
  font-size: 16px;
}
.team .team_grid .team_member a {
  color: #000;
}
.team .team_grid .team_member a:hover {
  color: #FF0069;
}
.team .team_grid .team_member .name {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "BoldPact";
  font-size: 60px;
}
.team .team_grid .team_member .role {
  margin-bottom: 20px;
}

/*
---------------------------------------------------------------------------
=	CONTENT BUILDER
---------------------------------------------------------------------------
*/
.page_content {
  padding: 5% 0;
}
@media only screen and (max-width: 767px) {
  .page_content {
    padding: 100px 0;
  }
}
.page_content .block {
  text-align: center;
  padding-bottom: 5%;
}
.page_content .block .pad {
  max-width: 1240px;
  margin: 0 auto;
}
.page_content .block.block_content {
  padding: 0 5% 5% 5%;
}
@media only screen and (min-width: 768px) {
  .page_content .block.block_content .entry_content {
    padding: 0 10%;
  }
}
.page_content .block.block_content p {
  font-size: 23px;
}
.page_content .block.block_quote {
  color: #FF0069;
}
.page_content .block.block_quote .pad {
  padding-top: 5%;
  border-top: 3px solid #FF0069;
}
.page_content .block.block_quote .pad > * {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
}
.page_content .block.block_quote .pad blockquote {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "Poligon_bold";
}
.page_content .block.block_quote .pad .role {
  margin-top: 10px;
}
.page_content .block video {
  display: block;
  width: 100%;
}

.swiper .slide {
  padding-bottom: 36%;
}
.swiper .s_btn {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 9999;
  width: 60px;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  background: #fff;
  font-size: 30px;
}
.swiper .s_btn.s_prev {
  left: 0;
  transform: translate(0, -50%);
  border-radius: 0 60px 60px 0;
  padding-left: 15px;
}
.swiper .s_btn.s_next {
  right: 0;
  transform: translate(0, -50%);
  border-radius: 60px 0 0 60px;
  justify-content: right;
  padding-right: 15px;
}
.swiper .s_btn:hover {
  background: #FFFB6C;
}

/*
---------------------------------------------------------------------------
=	CASE STUDY
---------------------------------------------------------------------------
*/
.case_study .cols {
  display: flex;
  flex-wrap: wrap;
  background: #FFFB6C;
  padding-bottom: 5%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .case_study .cols:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    content: "";
  }
  .case_study .cols:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background: #fff;
    content: "";
    z-index: 1;
  }
}
.case_study .cols .col {
  position: relative;
  z-index: 1;
}
.case_study .cols .col.col1 {
  flex: 44%;
}
.case_study .cols .col img {
  width: 100%;
  height: auto;
}
.case_study .cols .col.col2 {
  flex: 55%;
  padding: 5%;
}
@media only screen and (min-width: 768px) {
  .case_study .cols .col.col2 {
    padding-top: calc(60px + 5%);
    padding-left: 10%;
  }
  .case_study .cols .col.col2 .entry_content {
    padding: 5%;
  }
}
.case_study .cols .col.col2 h3 {
  display: block;
  text-transform: uppercase;
  font-family: "BoldPact";
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .case_study .cols .col.col2 h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .case_study .cols .col.col1 {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .case_study .cols .col {
    flex: 100% !important;
  }
}
