:root {
--theme-primary-color: #004F51;
--theme-second-color: #9AB7F0;
--text-default-color: #000000;
--container: 78.75rem;
--spacing-base: 1rem;
--uf-orange: #F27021;
--uf-blue: #005496;
}
*,
*::before,
*::after {
box-sizing: border-box
}
html {
line-height: 1.2;
-webkit-text-size-adjust: 100%;
font-size: 16px
}
body {
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.35;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--text-default-color);
font-family: "IBM Plex Sans", sans-serif;
}
p {
margin-block-start: 0;
margin-block-end: 0.625rem;
}
p:last-child {
margin-block-end: 0
}
hr {
margin-block-start: 1.4375rem;
margin-block-end: 1.4375rem;
border: 0;
border-block-start: 1px solid #eeeeee;
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em;
white-space: pre-wrap
}
a {
background-color: transparent;
color: inherit;
text-decoration: none;
}
a:hover,
a:active {
color: inherit;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
abbr[title] {
border-block-end: none;
text-decoration: underline dotted
}
b,
strong {
font-weight: 700
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.5em
}
sub {
bottom: -0.25em
}
img {
border-style: none;
height: auto;
max-width: 100%
}
details {
display: block
}
summary {
display: list-item
}
figcaption {
font-size: 0.75rem;
font-style: italic;
color: inherit;
padding: 0.625rem 1.25rem;
line-height: 1.25;
font-weight: 400;
}
template {
display: none
}
.hidden {
display: none;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
label,
.frm_primary_label {
display: inline-block;
vertical-align: middle;
font-weight: 600;
font-size: 1.125rem;
letter-spacing: 0.01em;
line-height: 1.333;
text-transform: uppercase;
margin-block-end: 0.3125rem;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 1.25rem;
line-height: 1.5;
margin: 0;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
width: 100%;
border: none;
background: #F0F0F0;
color: #000;
border-radius: 0;
padding: 0.825rem 0.625rem;
font-size: clamp(1rem, 1.57vw, 1.375rem);
font-weight: 500;
font-style: normal;
outline: none;
line-height: 1.46;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
opacity: 1 !important;
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
outline: none;
}
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
cursor: pointer
}
button[type="submit"]:hover:after {
margin-inline-start: 1.25rem;
}
button[type="submit"] {
position: relative;
border-inline-start: 1px solid;
border-inline-end: 1px solid;
border-block-start: none !important;
border-block-end: none !important;
border-color: var(--uf-orange);
color: #000000;
background-color: transparent;
font-weight: 600;
font-size: clamp(1.125rem, 1.857vw, 1.625rem);
}
button[type="submit"]:hover {
background-color: #F4F6F6;
color: #000;
}
button[type="submit"]:before {
content: '';
position: absolute;
top: unset !important;
left: 0 !important;
bottom: 0 !important;
display: block;
width: 80%;
height: 1px;
background-color: var(--uf-orange);
transition: 0.3s;
}
button[type="submit"]:after {
content: '';
position: absolute;
right: 0 !important;
top: 0 !important;
display: block;
width: 80%;
height: 1px;
background-color: var(--uf-orange);
transition: 0.3s;
}
button[type="submit"]:hover:before,
button[type="submit"]:hover:after {
width: 100%;
transition: 0.3s;
}
fieldset {
border: none;
padding: 0;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
progress {
vertical-align: baseline
}
select:required:invalid {
color: #AFC5C6;
}
option:not(:first-of-type) {
color: var(--text-default-color);
}
textarea {
overflow: auto;
resize: vertical
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto
}
[type="search"] {
outline: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-block-start: 0;
margin-block-end: 0.5rem;
font-weight: 500;
line-height: 1.26;
color: inherit;
text-transform: unset;
}
h1,
.h1 {
font-size: 3rem;
}
h2,
.h2 {
font-size: 2.5rem;
}
h3,
.h3 {
font-size: 1.875rem;
}
h4,
.h4 {
font-size: 1.5rem;
}
h5,
.h5 {
font-size: 1.25rem;
}
h6,
.h6 {
font-size: 1rem;
}
.elementor-heading-title {
line-height: 1.2 !important;
}
.font-extra-big,
.font-extra-big.elementor-widget-heading .elementor-heading-title {
font-size: 3.125rem;
}
.font-big,
.font-big.elementor-widget-heading .elementor-heading-title {
font-size: 2.5rem;
}
.font-extra-medium,
.font-extra-medium.elementor-widget-heading .elementor-heading-title {
font-size: 2.1875rem;
}
.font-medium,
.font-medium.elementor-widget-heading .elementor-heading-title {
font-size: 1.875rem;
}
.font-extra-normal,
.font-extra-normal.elementor-widget-heading .elementor-heading-title {
font-size: 1.625rem;
}
.font-lead,
.font-lead.elementor-widget-heading .elementor-heading-title {
font-size: 1.375rem;
list-style: 1.3636;
}
.font-normal,
.font-normal.elementor-widget-heading .elementor-heading-title {
font-size: 1.25rem;
}
.font-extra-regular,
.font-extra-regular.elementor-widget-heading .elementor-heading-title {
font-size: 1.125rem;
}
.font-small,
.font-small.elementor-widget-heading .elementor-heading-title {
font-size: 0.875rem;
}
.font-tiny,
.font-tiny.elementor-widget-heading .elementor-heading-title {
font-size: 0.625rem;
} .fw-thin {
font-weight: 100;
}
.fw-extra-light {
font-weight: 200;
}
.fw-light {
font-weight: 300;
}
.fw-normal {
font-weight: 400;
}
.fw-medium {
font-weight: 500;
}
.fw-semibold {
font-weight: 600;
}
.fw-bold {
font-weight: 700;
}
.fw-extra-bold {
font-weight: 800;
}
.fw-heavy {
font-weight: 900;
}
.text-uppercase {
text-transform: uppercase;
}
.d-none {
display: none;
}
.d-block {
display: block;
}
.d-flex {
display: flex;
}
.flex-1 {
flex: 1 !important;
}
.flex-2 {
flex: 2 !important;
}
.flex-3 {
flex: 3 !important;
}
.flex-4 {
flex: 4 !important;
}
.ct-gap-1 {
gap: 1rem;
}
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-column {
flex-direction: column;
}
.flex-column-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.align-items-start {
align-items: flex-start;
}
.align-items-center {
align-items: center;
}
.align-items-end {
align-items: flex-end;
}
.justify-content-center {
justify-content: center;
}
.justify-space-between {
justify-content: space-between;
}
.justify-end {
justify-content: flex-end;
}
.w-100 {
width: 100%;
}
.h-100 {
height: 100%;
}
.width-unset {
width: unset !important;
}
.text-start {
text-align: start;
}
.text-center {
text-align: center;
}
.text-end {
text-align: end;
}
.container {
max-width: var(--content-width);
margin-inline-end: auto;
margin-inline-start: auto;
padding-inline-start: 0.625rem;
padding-inline-end: 0.625rem;
}
.container-ml-0>.e-con-inner {
margin-inline-start: 0;
}
.container-mr-0>.e-con-inner {
margin-inline-end: 0;
}
.row {
margin-inline-start: -0.625rem;
margin-inline-end: -0.625rem;
display: flex;
flex-wrap: wrap;
}
.row.no-gutter {
margin-inline-start: unset;
margin-inline-end: unset;
}
.row.no-gutter>div[class^="col"] {
padding-inline-start: unset;
padding-inline-end: unset;
}
.row>.col-item {
width: 100%;
padding-inline-start: 0.625rem;
padding-inline-end: 0.625rem;
}
.m-0 {
margin: 0 !important;
}
.p-0 {
padding: 0 !important;
}
.py-0 {
padding-block: 0;
;
}
.container-py-0>.e-con-inner {
padding-block: 0;
}
.mt-normal {
margin-block-start: calc(1.5 * var(--spacing-base));
}
.mb-normal {
margin-block-end: calc(1.5 * var(--spacing-base));
}
.px-normal {
padding-inline: calc(1.5 * var(--spacing-base));
}
.py-small {
padding-block: 1.25rem;
}
.py-normal {
padding-block-start: calc(1.5 * var(--spacing-base));
padding-block-end: calc(1.5 * var(--spacing-base));
}
.py-double-normal {
padding-block: calc(3 * var(--spacing-base));
}
.py-standard {
padding-block-start: 2.5rem;
padding-block-end: 2.5rem;
}
.py-medium {
padding-block: calc(4.375 * var(--spacing-base));
}
.py-large {
padding-block: calc(6 * var(--spacing-base));
}
.pt-large {
padding-block-start: calc(6 * var(--spacing-base));
}
.pb-large {
padding-block-end: calc(6 * var(--spacing-base));
}
.spacing {
display: block;
height: var(--spacer-size);
}
.spacing-default {
--spacer-size: 1rem !important;
}
.spacing-normal {
--spacer-size: calc(1.5 * var(--spacing-base)) !important;
}
.spacing-extra-normal {
--spacer-size: calc(2.5 * var(--spacing-base)) !important;
}
.spacing-double-normal {
--spacer-size: calc(3 * var(--spacing-base)) !important;
}
.spacing-medium {
--spacer-size: calc(5 * var(--spacing-base)) !important;
}
.spacing-large {
--spacer-size: calc(7 * var(--spacing-base)) !important;
}
.color-white,
.color-white .elementor-heading-title {
color: #fff;
}
.color-inherit {
color: inherit !important;
}
.color-uf-orange {
color: var(--uf-orange);
}
.color-uf-blue {
color: var(--uf-blue);
}
.filter-gray-scale {
filter: grayscale(1);
}
ol,
ul {
margin-block-end: 1em;
padding-inline-start: 1.25rem;
}
.space-container-left {
padding-inline-start: max(1.25rem, ((100vw - var(--container)) / 2));
}
.space-container-right {
padding-inline-end: max(1.25rem, ((100vw - var(--container)) / 2));
}
.space-container-x {
padding-inline: max(1.25rem, ((100vw - var(--container)) / 2));
}
.space-default .space-container-left {
padding-inline-start: max(0px, ((100vw - var(--container)) / 2 - 1.25rem));
}
.space-default .space-container-right {
padding-inline-end: max(0px, ((100vw - var(--container)) / 2 - 1.25rem));
}
.aspect-ratio-1 {
aspect-ratio: 1;
}
.elementor-widget-text-editor a {
color: var(--accent-color);
}
.elementor-widget-text-editor a:hover {
text-decoration: underline;
}
.elementor-widget-text-editor.link-underline a {
color: inherit;
text-decoration: underline;
}
.btn {
display: inline-block;
background-color: var(--theme-primary-color);
color: #FFFFFF;
padding: 0.625em 1.25em;
border-radius: 0;
font-size: 0.75em;
}
.elementor-button-content-wrapper {
align-content: center;
}
.elementor-button-icon {
line-height: 1;
display: flex;
align-items: center;
}
.elementor-button-icon svg {
width: 0.75em;
}
.max-line-1 {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.max-line-2 {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.link--max-line .elementor-heading-title a {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.link-expand a,
.link-expand a.elementor-button {
width: 100%;
}
.elementor-pagination {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5em;
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
width: 100%;
border: none;
background: #E0ECEC;
color: rgb(16, 16, 16, 0.6);
border-radius: 0;
padding: 1.0625rem;
font-size: 1rem;
font-style: normal;
outline: none;
line-height: 1.2;
}
.gform_wrapper.gravity-theme form:not(.form-style-1) #field_submit input,
.gform_wrapper.gravity-theme form:not(.form-style-1) .gform_footer input {
padding: 1.0625rem 1.25rem;
border-radius: 0;
color: var(--theme-primary-color);
background-color: var(--theme-second-color);
min-width: 12.125rem;
}
.gform_wrapper.gravity-theme .form-style-1 #field_submit input,
.gform_wrapper.gravity-theme .form-style-1 .gform_footer input {
align-self: center;
}
.gform_wrapper.gravity-theme .gfield_label {
font-weight: normal;
}
.form-style-1 .ginput_container input[type="text"],
.form-style-1 .ginput_container input[type="date"],
.form-style-1 .ginput_container input[type="email"],
.form-style-1 .ginput_container input[type="number"],
.form-style-1 .ginput_container input[type="password"],
.form-style-1 .ginput_container input[type="search"],
.form-style-1 .ginput_container input[type="tel"],
.form-style-1 .ginput_container input[type="url"],
.form-style-1 .ginput_container select,
.form-style-1 .ginput_container textarea {
border-radius: 0.375rem;
background-color: #fff;
}
.form-style-1 .gform_footer {
margin-block-start: 2.5rem;
display: flex;
flex-direction: column;
align-items: center;
}
.form-subscribe #can_embed_form_inner>h2,
.form-subscribe #can_embed_form_inner>h4 {
display: none;
}
.form-subscribe #can_embed_form.can_float #form_col1,
.form-subscribe #can_embed_form.can_float #form_col2 {
float: unset;
width: 100%;
}
.form-subscribe #can_embed_form.can_float #form_col1 .form_builder_output {
display: none;
}
.form-subscribe #can_embed_form.can_float #form_col1 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
}
.form-subscribe #can_embed_form.can_float #form_col1 .core_field input {
width: 100%;
border: none;
color: rgb(16, 16, 16, 0.6);
border-radius: 0;
padding: 1.0625rem;
font-size: 1rem;
font-style: normal;
outline: none;
line-height: 1.2;
border-radius: 0.375rem;
background: white;
margin: 0;
max-height: unset;
height: unset;
}
.form-subscribe .floatlabel-label.floatlabel-label-active {
display: none !important;
}
.form-subscribe #can_embed_form.can_float input[type="submit"] {
display: block;
width: unset;
margin-inline: auto;
background-color: var(--accent-color);
font-weight: 700;
color: #FFFFFF;
border-style: none;
border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
border: 1px solid var(--accent-color);
padding: .5rem 1rem;
font-size: 1rem;
}
.form-subscribe #can_embed_form #can_thank_you {
background-color: var(--theme-primary-color);
}
.form-subscribe #can_embed_form #can_thank_you h1 {
color: inherit;
}
.form-subscribe #can_embed_form #can_thank_you #action_info {
border-color: inherit;
}
.form-subscribe #can_embed_form #action_welcome_message {
grid-column: span 2;
}
.form-subscribe #can_embed_form #can_thank_you,
.form-subscribe #can_embed_form #action_welcome_message #action_welcome_message_inner {
background-color: transparent !important;
}
@media screen and (min-width:768px) {}
@media screen and (min-width:1200px) {
.e-con.e-con-boxed>.e-con-inner {
max-width: min(var(--content-width), (100vw - 6.25rem));
}
}
@media screen and (max-width:1200px) {
:root {
--spacing-base: 0.8rem;
}
}
@media screen and (max-width:1024px) {
:root {
--spacing-base: 0.6rem;
}
.spacing-default {
--spacer-size: 0.75rem !important;
}
.spacing-normal {
--spacer-size: 1.25rem !important;
}
.spacing-double-normal {
--spacer-size: 1.5rem !important;
}
h1,
.h1 {
font-size: 2.75rem;
}
h2,
.h2 {
font-size: 2.25rem;
}
h3,
.h3 {
font-size: 1.75rem;
}
h4,
.h4 {
font-size: 1.35rem;
}
h5,
.h5 {
font-size: 1.125rem;
}
h6,
.h6 {
font-size: 1rem;
}
.font-extra-big,
.font-extra-big .elementor-heading-title {
font-size: 2.5rem;
}
.font-big,
.font-big .elementor-heading-title {
font-size: 2.25rem;
}
.font-extra-medium,
.font-extra-medium .elementor-heading-title {
font-size: 2rem;
}
.font-medium,
.font-medium .elementor-heading-title {
font-size: 1.75rem;
}
.font-extra-normal,
.font-extra-normal .elementor-heading-title {
font-size: 1.375rem;
}
}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {
h1,
.h1 {
font-size: 2.5rem;
}
h2,
.h2 {
font-size: 2rem;
}
.font-extra-big,
.font-extra-big .elementor-heading-title {
font-size: 2.25rem;
}
.font-big,
.font-big .elementor-heading-title {
font-size: 2rem;
}
.font-extra-medium,
.font-extra-medium .elementor-heading-title {
font-size: 1.875rem;
}
.font-medium,
.font-medium .elementor-heading-title {
font-size: 1.5rem;
}
.font-extra-normal,
.font-extra-normal .elementor-heading-title {
font-size: 1.25rem;
}
}